﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');



@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

:root {
  --main-color: #056589;
  --heading-color: #404040;
  --paragraph-color: #666;
  --body-font: 'Circular Std';
  --secondary-font: 'Open Sans', sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: #404040;
  overflow-x: hidden;
  font-family: var(--body-font);
}

.grey-bg {
  background: #F9F9FA !important;
}

.white-bg {
  background: #fff !important;
}

.black-bg {
  background: #404040 !important;
}



.color-black {
  color: var(--heading-color) !important;
}

.color-main {
  color: var(--main-color) !important;
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: #FA2727 !important;
}

.color-lgray {
  color: #D1D1D1 !important;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-regular {
  font-weight: 400;
}

.font-24 {
  font-size: 24px !important;
}

.section-padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0px;
}

h1 { 
  font-size: 80px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--body-font);
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
  color: #404040;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter>[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

.section-bg-1 {
  background-color: #f4f7fc;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}

.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'fontawesome';
  content: "\f105";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous>a,
.posts-navigation .nav-previous>a,
.post-navigation .nav-previous>a,
.comment-navigation .nav-next>a,
.posts-navigation .nav-next>a,
.post-navigation .nav-next>a {
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.comment-navigation .nav-previous:hover>a,
.posts-navigation .nav-previous:hover>a,
.post-navigation .nav-previous:hover>a,
.comment-navigation .nav-next:hover>a,
.posts-navigation .nav-next:hover>a,
.post-navigation .nav-next:hover>a {
  color: var(--main-color);
}

.comment-list li {
  list-style: none;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

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

.gray-bg {
  background-color: #f8f8f8;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-33 {
  padding-top: 33px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

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

.padding-top-60 {
  padding-top: 60px;
}

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

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

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

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-125 {
  padding-top: 125px;
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-top-135 {
  padding-top: 135px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-145 {
  padding-top: 145px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

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

.padding-top-162 {
  padding-top: 162px;
}

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

.padding-top-175 {
  padding-top: 175px;
}

.padding-top-180 {
  padding-top: 180px;
}

.padding-top-185 {
  padding-top: 185px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-top-195 {
  padding-top: 195px;
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-top-225 {
  padding-top: 225px;
}

.padding-top-230 {
  padding-top: 230px;
}

.padding-top-238 {
  padding-top: 238px;
}

.padding-top-240 {
  padding-top: 240px;
}

.padding-top-255 {
  padding-top: 255px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

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

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-58 {
  padding-bottom: 58px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-63 {
  padding-bottom: 63px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

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

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

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

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

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

.padding-bottom-135 {
  padding-bottom: 135px;
}

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

.padding-bottom-145 {
  padding-bottom: 145px;
}

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

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

.padding-bottom-175 {
  padding-bottom: 175px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-185 {
  padding-bottom: 185px;
}

.padding-bottom-190 {
  padding-bottom: 190px;
}

.padding-bottom-195 {
  padding-bottom: 195px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

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

.padding-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

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

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.margin-top-10 {
  margin-top: 10px;
}

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

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

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

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

.margin-top-45 {
  margin-top: 45px;
}

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

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-top-60 {
  margin-top: 60px;
}

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

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-85 {
  margin-top: 85px !important;
}

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

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-105 {
  margin-top: 105px !important;
}

.margin-top-110 {
  margin-top: 110px !important;
}

.margin-top-115 {
  margin-top: 115px !important;
}

.margin-top-125 {
  margin-top: 125px !important;
}

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

.margin-top-130 {
  margin-top: 130px !important;
}

.margin-top-135 {
  margin-top: 135px !important;
}

.margin-top-140 {
  margin-top: 140px !important;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-165 {
  margin-top: 165px !important;
}

.margin-top-170 {
  margin-top: 170px !important;
}

.margin-top-205 {
  margin-top: 205px !important;
}

.margin-top-200 {
  margin-top: 200px !important;
}

.margin-top-210 {
  margin-top: 210px !important;
}

.margin-top-215 {
  margin-top: 215px !important;
}

.margin-top-220 {
  margin-top: 220px !important;
}

.margin-top-225 {
  margin-top: 225px !important;
}

.margin-top-230 {
  margin-top: 230px !important;
}

.margin-top-270 {
  margin-top: 270px !important;
}

.margin-top-300 {
  margin-top: 300px !important;
}

.margin-xlt-80 {
  margin-top: 80px;
}

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

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

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

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

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

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-65 {
  margin-bottom: 65px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-110 {
  margin-bottom: 110px;
}

.margin-bottom-115 {
  margin-bottom: 115px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-125 {
  margin-bottom: 125px !important;
}

.margin-bottom-140 {
  margin-bottom: 140px !important;
}

.margin-bottom-130 {
  margin-bottom: 130px !important;
}

.margin-bottom-135 {
  margin-bottom: 135px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-bottom-165 {
  margin-bottom: 165px;
}

.margin-bottom-180 {
  margin-bottom: 180px;
}

.margin-bottom-175 {
  margin-bottom: 175px;
}

.margin-bottom-200 {
  margin-bottom: 200px !important;
}

.margin-bottom-225 {
  margin-bottom: 225px !important;
}

.margin-bottom-230 {
  margin-bottom: 230px !important;
}

.min-height-600 {
  min-height: 600px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.pagination-area ul li {
  display: inline-block;
}

.pagination-area ul li+li {
  margin: 0 5px;
}

.pagination-area {
  display: block;
  width: 100%;
}

.pagination-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination-area ul li a,
.pagination-area ul li span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  color: #BCBCBC;
  cursor: pointer;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #BCBCBC;
}

.pagination-area ul li span.current,
.pagination-area ul li span:hover {
  background-color: #056589;
  color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.50rem !important;
}

/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/
.single-post-details-item .entry-content>.alignwide {
  max-width: 1100px;
}

.single-post-details-item .entry-content>.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: .5em;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}

wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: .5em;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
  margin-top: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1260px;
  }
}

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.breadcrumb-area .breadcrumb-inner .page-title {
  color: #fff;
  font-family: var(--body-font);
  font-size: 55px;
  letter-spacing: 0;
  font-weight: 700;
}

.breadcrumb-area .breadcrumb-inner .page-list {
  margin: 0;
  padding: 0;
}

.breadcrumb-area .breadcrumb-inner .page-list li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

.breadcrumb-area .breadcrumb-inner .page-list li a {
  color: #fff;
  font-size: 16px;
  font-family: var(--secondary-font);
  opacity: .6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.breadcrumb-area .breadcrumb-inner .page-list li a:hover {
  opacity: 1;
}

.breadcrumb-style-01 {
  padding: 150px 0px;
  background-position: center;
  background-size: cover;
}

.breadcrumb-style-02 {
  min-height: 500px;
  position: relative;
}

.breadcrumb-style-02::before {
  position: absolute;
  top: -6%;
  content: '';
  width: 300px;
  height: 300px;
  background: transparent;
  border-radius: 50%;
  border: 50px solid #1D478E;
  left: 40%;
}

.breadcrumb-style-02::after {
  position: absolute;
  top: -16%;
  content: '';
  width: 400px;
  height: 400px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #1D478E;
  left: 37.3%;
  opacity: .5;
}

.breadcrumb-style-02 .breadcrumb-inner {
  min-height: 502px;
}

.breadcrumb-style-02 .next-event {
  position: absolute;
  bottom: 30px;
}

.breadcrumb-style-02 .next-event a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  opacity: .5;
  font-weight: 400;
}

.breadcrumb-style-02 .breadcrumb-img {
  position: absolute;
  left: 44%;
  top: 20%;
}

.breadcrumb-style-02 .breadcrumb-img ul li {
  list-style: none;
}

.breadcrumb-style-02 .breadcrumb-img ul li:nth-child(1) img {
  top: 85px;
  position: absolute;
  left: 150%;
}

.breadcrumb-style-02 .breadcrumb-img ul li:nth-child(2) img {
  top: 57px;
  position: absolute;
  left: 240px;
}

.breadcrumb-style-02 .breadcrumb-img ul li:nth-child(3) img {
  top: 65px;
  position: absolute;
  left: 503px;
}

.breadcrumb-style-02 .breadcrumb-img ul li:nth-child(4) img {
  top: 260px;
  position: absolute;
  left: 240px;
}

.breadcrumb-style-02 .breadcrumb-img ul li:nth-child(5) img {
  top: 286px;
  position: absolute;
  left: 525px;
}

.breadcrumb-style-02 .breadcrumb-img ul li img {
  max-width: 500px;
  border-radius: 10px;
  z-index: 2;
}

.breadcrumb-style-02 .breadcrumb-icon {
  position: absolute;
  right: 500px;
  top: 246px;
}

.breadcrumb-style-02 .breadcrumb-icon i:before {
  color: #fff;
  font-size: 122px;
  opacity: .1;
}

.breadcrumb-style-03 {
  min-height: 500px;
  position: relative;
}

.breadcrumb-style-03 .breadcrumb-inner {
  padding-top: 205px;
  min-height: 500px;
}

.breadcrumb-style-03 .page-title {
  color: #404040 !important;
}

.breadcrumb-style-03 .page-title span {
  color: #056589 !important;
}

.breadcrumb-style-03 .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb-style-03 .page-list li a {
  color: #404040 !important;
}

.breadcrumb-style-03 .breadcrumb-icon {
  position: absolute;
  right: 42%;
  top: 28%;
  z-index: -1;
}

.breadcrumb-style-03 .breadcrumb-icon i:before {
  color: #fff;
  font-size: 122px;
  opacity: .1;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.comments-area {
  margin-top: 50px;
}

.comments-area .comments-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #404040;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 20px;
  margin-top: 50px;
}

.comments-area .comment-list li {
  margin-bottom: 10px;
}

.comments-area .comment-list li:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li ul {
  list-style: none;
}

.comments-area .comment-list li ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.comments-area .comment-list li ul.children .comment {
  margin-left: 50px;
  list-style-type: none;
  list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
  margin-right: 20px;
  min-width: 80px;
  border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
  margin-bottom: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.comments-area .comment-list li .single-comment-wrap .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--body-font);
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
  max-width: 620px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
  font-size: 16px;
  line-height: 26px;
  word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
  color: var(--main-color);
}

.comments-area .comment-list>li:last-child .single-comment {
  border-bottom: 0px;
}

.comments-area .comment-list .comment-respond {
  margin-bottom: 30px;
}

.comments-area .reply-title,
.comments-area .comment-reply-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #404040;
}

.comments-area .form-submit {
  margin-bottom: 0;
}

.comments-area .form-group.textarea .form-control {
  min-height: 160px;
  resize: none;
  line-height: 26px;
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}

.comment-form .form-group.textarea .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.comment-form .form-group .form-control {
  height: 50px;
  line-height: 50px;
  border: 1px solid #e2e2e2;
}

.comment-form .submit-btn {
  height: 50px;
  width: auto;
  border-radius: 5px;
  font-weight: 400;
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  color: #fff;
}

.comment-form .submit-btn:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.comments-area .comment-list .children li:last-child {
  margin-bottom: 30px;
}

.comments-area .comment-list li ul.children {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-form-cookies-consent input[type=checkbox] {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 50px;
}

.widget select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  font-weight: 500;
}

.widget .widget-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 0px;
}

.widget.widget_calendar {
  padding-right: 24px;
  padding-left: 24px;
}

.widget:last-child {
  margin-bottom: 0px;
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none;
}

.widget.footer-widget .subscribe-form {
  background: #fff;
  border-radius: 5px;
}

.widget.footer-widget .subscribe-form .input-group .form-control {
  padding: 12px 15px;
  font-size: 15px;
  border: 0px;
}

.widget.footer-widget .subscribe-form .input-group .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(64, 64, 64, 0.7);
}

.widget.footer-widget .subscribe-form .input-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(64, 64, 64, 0.7);
}

.widget.footer-widget .subscribe-form .input-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(64, 64, 64, 0.7);
}

.widget.footer-widget .subscribe-form .input-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(64, 64, 64, 0.7);
}

.widget.footer-widget .subscribe-form .input-group .form-control:focus {
  border-color: #056589;
}

.widget.footer-widget .subscribe-form .submit-btn {
  padding: 2px 18px;
  background: #B22234;
  margin-right: 6px;
  margin-top: 5px;
}

.widget.footer-widget .subscribe-form .submit-btn:hover {
  background-color: #056589 !important;
  color: #fff !important;
}

.widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
  background: transparent;
  border-color: #056589;
  padding: 20px 20px;
  border-radius: 20px 0px 0px 20px;
}

.widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.7);
}

.widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.7);
}

.widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}

.widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.7);
}

.widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
  border-radius: 0px 20px 20px 0px;
  padding: 20px 45px;
  font-size: 15px;
  letter-spacing: 0.4px;
}

.widget.footer-widget {
  padding: 0;
  margin-bottom: 45px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li ul {
  margin-left: 20px;
}

.widget ul li {
  display: block;
  margin: 8px 0;
  word-break: break-word;
}

.widget ul li:first-child {
  margin-top: 0px;
}

.widget ul li:last-child {
  margin-bottom: 0px;
}

.widget ul li a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget ul li a:hover {
  color: var(--main-color);
}

.footer-widget.widget_nav_menu ul li a {
  position: relative;
  padding-left: 15px;
}

.footer-widget.widget_nav_menu ul li a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: "fontawesome";
  font-weight: 900;
  color: var(--main-color);
}

.widget_search .search-form {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 10px;
}

.widget_search .search-form .form-group {
  margin-bottom: 0;
}

.widget_search .search-form .form-group .form-control {
  height: 60px;
  padding: 0 70px 0 15px;
  border: 0px;
  border-radius: 5px;
}

.widget_search .search-form .submit-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 75px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 16px;
  border-radius: 5px;
  background-color: var(--main-color);
  color: #fff;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  border: none;
  cursor: pointer;
}

.widget_search .search-form .submit-btn:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.widget_author_meta {
  text-align: center;
}

.widget_author_meta .thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.widget_author_meta .thumb img {
  border-radius: 50%;
}

.widget_author_meta .content .name {
  font-size: 21px;
  font-weight: 700;
}

.widget_author_meta .content p {
  font-size: 15px;
  line-height: 26px;
}

.widget_author_meta .content ul {
  margin-top: 25px;
}

.widget_author_meta .content ul li {
  display: inline-block;
  margin: 0 5px;
}

.widget_author_meta .content ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.widget_author_meta .content ul li a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.widget_tag_cloud .tagcloud a {
  padding: 6px 15px;
  margin: 5px;
  color: #959595;
  background: #D9D9D9;
  float: left;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  font-size: 15px !important;
  letter-spacing: 1.5px;
}

.widget_tag_cloud .widget-title {
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #515151;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 18px;
}

.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.widget ul li ul.sub-menu {
  position: initial;
}

.widget ul li ul.sub-menu {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
}

.widget ul li ul.sub-menu li a {
  padding: 0 0 0px 10px;
}

.widget ul li ul.sub-menu li a:hover {
  background-color: transparent;
}

.widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.widget_nav_menu ul li {
  margin: 15px 0;
}

.widget.widget_nav_menu ul li:first-child {
  margin-top: 0;
}

.widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_nav_menu ul li a {
  border: none;
}

.widget.widget_nav_menu ul li>ul {
  margin-left: 15px;
}

.widget.footer-widget.widget_calendar table {
  margin-bottom: 0;
}

.widget.footer-widget.widget_calendar caption {
  padding-bottom: 0;
}

.widget.footer-widget .widget-title {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
}

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td {
  color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li {
  color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget ul li a:hover {
  color: var(--main-color);
}

.widget .social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.widget .social_share li {
  width: calc(100% / 3);
  margin: 0;
  display: block;
  padding: 20px 0 12px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.widget .social_share li i {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}

.widget .social_share li a:hover {
  color: #fff;
}

.widget .social_share li+li {
  margin-left: 10px;
}

.widget .recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget .recent_post_item li {
  display: block;
}

.widget .recent_post_item li+li {
  margin-top: 20px;
}

.widget .recent_post_item li.single-recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.widget .recent_post_item li.single-recent-post-item .thumb {
  width: 90px;
  margin-right: 15px;
}

.widget .recent_post_item li.single-recent-post-item .thumb img {
  border-radius: 5px;
}

.widget .recent_post_item li.single-recent-post-item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.widget .recent_post_item li.single-recent-post-item .content .title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.38px;
  color: #fff;
  text-transform: capitalize;
}

.widget .recent_post_item li.single-recent-post-item .content .desc {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.38px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 28px;
}

.footer-logo {
  margin-top: -15px;
  display: block;
}

.footer-logo img {
  margin-bottom: 40px;
}

.widget .description {
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: var(--secondary-font);
  margin-top: 20px;
}

.widget .input-group .btn {
  background: #056589;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  font-size: 15px;
}

.widget .input-group .btn:hover {
  background: #515151 !important;
  color: #056589 !important;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.copyright-area {
  padding: 20px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.widget-testimonial .icon {
  font-size: 70px;
  line-height: 60px;
  color: var(--main-color);
  margin-bottom: 16px;
}

.widget-testimonial p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.widget-testimonial .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 24px;
}

.widget-testimonial .author-meta .thumb {
  margin-right: 20px;
}

.widget-testimonial .author-meta .thumb img {
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}

.widget-testimonial .author-meta .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px;
}

.widget-testimonial .author-meta .content .name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.widget-testimonial .author-meta .content .designation {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-area {
  padding: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 1;
}

.navbar-area .nav-container {
  background-color: transparent;
  max-width: 82%;
  padding: 22px 0px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar-area .nav-container .logo a {
  font-family: var(--body-font);
  font-size: 33px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: right;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  text-transform: capitalize;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #666;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: #404040;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
  margin-left: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  position: absolute;
  font-size: 10px;
  font-weight: 100;
  right: 0;
  top: 50%;
  content: '\f067';
  font-family: 'fontawesome';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--main-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
  color: var(--main-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 260px;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 10px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
  border-top: 1px solid #e2e2e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 12px 0px;
  background-color: #fff;
  white-space: nowrap;
  color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a i {
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-right: -18px;
  position: relative;
  color: #F12552;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  color: var(--main-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
  opacity: 1;
  margin-right: 5px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '\f105';
  font-family: 'fontawesome';
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
  left: 100%;
  top: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li {
  padding-right: 10px;
  margin-right: 10px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li:hover {
  color: var(--main-color) !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li:hover>a {
  color: var(--main-color) !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li:hover:before {
  color: var(--main-color) !important;
}

.navbar-area.black-bg {
  background: var(--heading-color);
  position: relative;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 10px;
  right: -5px;
}

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 17px;
  right: -5px;
}

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 24px;
  right: -5px;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }

  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }

  .navbar-area .nav-container .navbar-collapse {
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    margin-top: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    height: auto;
    position: absolute;
    top: 70px;
  }

  .navbar-area .nav-container .navbar-collapse.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid var(--heading-color);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: height 500ms;
    -moz-transition: height 500ms;
    -o-transition: height 500ms;
    transition: height 500ms;
    border-radius: 10px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: none;
  }
}

@media only screen and (max-width: 1500px) {
  .navbar-nav {
    text-align: center !important;
  }
}

.nav-right-part ul {
  padding: 0;
  margin: 0;
}

.nav-right-part ul li {
  list-style: none;
  float: left;
  line-height: 1.1;
  margin-right: 25px;
}

.nav-right-part ul li:last-child {
  margin-right: 0px;
}

.nav-right-part ul li.search {
  position: relative;
  padding: 10px 0px 10px 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.nav-right-part ul li.search a {
  font-size: 20px;
  color: #056589;
}

.nav-right-part ul li.heart {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-right-part ul li.heart:hover {
  background: #F12552;
}

.nav-right-part ul li.heart:hover i {
  color: #fff;
}

.nav-right-part ul li.heart i {
  color: #F12552;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-right-part ul li.menubar a i:before {
  font-size: 40px;
}

.nav-right-part ul li.menubar:hover a i {
  color: #fff;
  cursor: pointer;
}

.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
  color: #fff;
}

.nav-style-02 .nav-container .navbar-collapse .navbar-nav>li:hover>a,
.nav-style-02 .nav-container .navbar-collapse .navbar-nav>li:hover:before {
  color: #fff !important;
  opacity: .8;
}

.nav-style-02 .nav-right-part ul li.search a {
  color: #fff;
}

.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color: #fff !important;
}

.nav-style-02 .nav-right-part li {
  position: relative;
  top: 3px;
}

.nav-style-02 .nav-right-part li a {
  color: #fff;
}

.nav-style-01 .nav-right-part ul li.search {
  padding: 18px 0px 18px 20px;
}

.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color: #707077;
}

.nav-style-01 {
  background: #fff;
}

.black-nav .nav-right-part ul li.search a,
.black-nav .nav-right-part li a {
  color: #404040 !important;
}

.black-nav .bar1,
.black-nav .bar2,
.black-nav .bar3 {
  background: #404040;
}

@media only screen and (min-width: 992px) {
  .black-nav .navbar-collapse .navbar-nav li a {
    color: #404040 !important;
  }

  .black-nav .nav-container .navbar-collapse .navbar-nav>li:hover>a,
  .black-nav .nav-container .navbar-collapse .navbar-nav>li:hover:before {
    color: #404040 !important;
  }

  .black-nav .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: #404040 !important;
  }

  .black-nav .nav-right-part ul li.menubar:hover a i {
    color: #404040;
  }

  .navbar-area-fixed .nav-container {
    padding: 10px 0px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
}

.nav-style-01.navbar-area-fixed {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.nav-style-01 .menubar {
  margin-top: 7px;
}

.nav-style-02 .menubar {
  top: 0px !important;
}

.nav-style-02.navbar-area-fixed {
  background: #056589;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(228, 226, 234, 0.06);
  box-shadow: 0px 4px 6px 0px rgba(228, 226, 234, 0.06);
}

.banner-slider {
  min-height: 100vh;
}

.banner-slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}

.banner-area .container {
  max-width: 90%;
}

.banner-asnavfor-style-01 {
  min-height: 800px;
  position: relative;
  background-color: #fff;
}

.banner-asnavfor-style-01:before {
  position: absolute;
  content: '';
  top: 170px;
  width: 100%;
  height: calc(100% - 170px);
  background-color: #056589;
}

.banner-asnavfor-style-01 .slick-prev,
.banner-asnavfor-style-01 .slick-next {
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 4;
  left: auto;
  right: 4%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.banner-asnavfor-style-01 .slick-prev:hover,
.banner-asnavfor-style-01 .slick-next:hover {
  background: #404040;
}

.banner-asnavfor-style-01 .slick-prev:hover:before,
.banner-asnavfor-style-01 .slick-next:hover:before {
  color: #fff;
}

.banner-asnavfor-style-01 .slick-prev::before,
.banner-asnavfor-style-01 .slick-next::before {
  font-family: 'fontawesome';
  color: var(--main-color);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.banner-asnavfor-style-01 .slick-prev {
  position: absolute;
  top: 82%;
}

.banner-asnavfor-style-01 .slick-prev:before {
  content: "\f104";
}

.banner-asnavfor-style-01 .slick-next {
  top: 74%;
}

.banner-asnavfor-style-01 .slick-next:before {
  content: "\f105";
}

.banner-single-style-01 {
  height: 100vh;
  min-height: 800px;
}

.banner-asnavfor-img-01 {
  width: 15%;
  position: absolute;
  left: 94%;
  bottom: 60px;
  z-index: 1;
  top: 60%;
}

.banner-asnavfor-img-01 img {
  height: 364px;
}

.big-thumb {
  position: absolute;
  top: 102px;
  z-index: -1;
  left: 40%;
}

.big-thumb img {
  max-width: 90%;
}

.banner-single-style-01 {
  height: 100vh;
}

.banner-single-style-2 {
  padding-top: 3%;
  padding-left: 3%;
  height: 100vh;
  position: relative;
  min-height: 700px;
}

.banner-single-style-2 h2 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}

.banner-single-style-2 p {
  font-family: var(--secondary-font);
  color: #fff;
}

.banner-single-style-2 .thumb {
  position: absolute;
  bottom: 0;
  left: 55%;
}

.banner-single-style-2 .thumb:before {
  position: absolute;
  content: '';
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
  left: 100px;
  top: 50px;
}

.banner-style-2 {
  height: 100vh;
}

.banner-style-2 .slick-prev,
.banner-style-2 .slick-next {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 4;
  left: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.banner-style-2 .slick-prev:hover,
.banner-style-2 .slick-next:hover {
  background: #404040;
}

.banner-style-2 .slick-prev:hover:before,
.banner-style-2 .slick-next:hover:before {
  color: #fff;
}

.banner-style-2 .slick-prev::before,
.banner-style-2 .slick-next::before {
  font-family: 'fontawesome';
  color: var(--main-color);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.banner-style-2 .slick-prev {
  position: absolute;
  top: 95%;
  left: 15%;
}

.banner-style-2 .slick-prev:before {
  content: "\f104";
  margin-left: -2px;
}

.banner-style-2 .slick-next {
  top: 95%;
  left: calc(15% + 70px);
}

.banner-style-2 .slick-next:before {
  content: "\f105";
  margin-left: 3px;
}

.banner-style-2 .slick-dots {
  position: absolute;
  width: 200px;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  z-index: 9;
  top: 40%;
  right: 3%;
  border-radius: 50%;
  height: 100px;
}

.banner-style-2 .slick-dots li {
  display: block;
  float: right;
}

.banner-style-2 .slick-dots li button:before {
  height: 15px;
  width: 3px;
  line-height: 3px;
  color: #fff;
  background: #fff;
}

.banner-style-2 .slick-dots li.slick-active button:before {
  height: 50px;
}

.banner-asnavfor-text-01 .banner-inner {
  height: 100%;
  min-height: 700px;
}

.banner-asnavfor-text-01 .banner-inner h2 {
  font-size: 80px;
  font-family: var(--body-font);
  font-weight: 400;
  text-transform: none;
  line-height: 89px;
  padding-top: 20%;
  color: #fff;
  z-index: 999;
  padding-left: 140px;
  margin-bottom: 25px;
}

.banner-asnavfor-text-01 .banner-inner p {
  color: #fff;
  letter-spacing: 0;
  font-size: 16px;
  font-family: var(--secondary-font);
  padding-left: 140px;
}

.padding-left-140 {
  padding-left: 140px;
}

.video-btn-style-01 {
  position: absolute;
  top: 76%;
  left: 44%;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 65px;
  height: 65px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  line-height: 40px;
  z-index: 1;
}

.video-btn-style-01 a {
  font-size: 15px;
  position: relative;
  z-index: 9;
  top: 14px;
  left: 4px;
}

.video-btn-style-01 a i:before {
  margin-left: -5px;
  color: #F12552;
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}

.video-btn-style-04 {
  position: absolute;
  top: 50%;
  left: auto;
  right: 12%;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 65px;
  height: 65px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: ripple-white3 1s linear infinite;
  animation: ripple-white3 1s linear infinite;
  line-height: 40px;
  z-index: 1;
}

.video-btn-style-04 a {
  font-size: 15px;
  position: relative;
  z-index: 9;
  top: 14px;
  color: #056589;
}

@-webkit-keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}

.video-btn-style-05 {
  position: absolute;
  bottom: 20px;
  left: 70%;
  background: #fff;
  border-radius: 10px;
}

.video-btn-style-05 .thumb {
  position: relative;
  margin-top: -50px;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.video-btn-style-05 .thumb:before {
  position: absolute;
  content: '';
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: rgba(4, 51, 129, 0.5);
  border-radius: 10px;
}

.video-btn-style-05 .thumb i {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
}

.video-btn-style-05 .thumb img {
  border-radius: 10px;
}

.video-btn-style-05 p {
  text-transform: uppercase;
  font-family: var(--secondary-font);
  color: #056589;
  font-weight: 600;
  padding-left: 20px;
}

.social-icon-style-01 {
  position: absolute;
  top: 35%;
  left: 2%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}

.social-icon-style-01 .icon-list {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.social-icon-style-01 .icon-list:last-child {
  margin-right: 0;
}

.social-icon-style-01 .icon-text {
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.social-icon-style-01 .icon-text:hover {
  opacity: .6;
}

.social-icon-style-01:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 180px;
  left: 13px;
  top: -210px;
  background: #E8E0E0;
}

.scroll-style-01 {
  position: absolute;
  top: 92.8%;
  left: 2.4%;
  z-index: 2;
}

.scroll-style-01 a {
  font-size: 15px;
  line-height: 25px;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  position: relative;
  letter-spacing: 4.8px;
}

.scroll-style-01 a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  bottom: 30px;
  left: 32px;
}

.scroll-style-01 a:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 55px;
  background: #fff;
  left: 4px;
  top: -75px;
  left: 37px;
}

.banner-rotate-text p {
  position: absolute;
  right: 1%;
  top: 40%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 16px;
  letter-spacing: 8px;
  font-weight: 400;
}

.banner-style-2 {
  position: relative;
  background: url(../img/banner/5.png);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  min-height: 700px;
}

.banner-style-2 .banner-left {
  width: 105px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 3;
}

.banner-style-2 .banner-left p {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 16px;
  color: #056589;
  font-family: var(--secondary-font);
  position: absolute;
  bottom: 0;
  left: 6%;
  text-transform: uppercase;
  cursor: pointer;
}

.banner-style-2 .banner-left p span {
  font-size: 40px;
}

.banner-style-2 .banner-left .banner-two-social {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 25%;
  left: 30%;
}

.banner-style-2 .banner-left .banner-two-social li {
  width: 40px;
  height: 40px;
  list-style: none;
  background: rgba(4, 51, 129, 0.1);
  border-radius: 50%;
  margin-bottom: 40px;
  line-height: 43px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.banner-style-2 .banner-left .banner-two-social li:hover {
  background: #056589;
  color: #fff;
}

.banner-bg-1 {
  background: url(../img/banner/4.png);
  background-size: cover;
  background-position: center center;
}

.banner-bg-3 {
  background: url(../img/banner/bg3.jpg);
  background-size: cover;
  background-position: center center;
}

.banner-style-3 {
  position: relative;
  height: 100vh;
  min-height: 700px;
}

.banner-style-3::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 51, 129, 0.5);
}

.banner-style-3 .title {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 20px;
}

.banner-style-3 .description {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  font-family: var(--secondary-font);
}

.banner-style-4 {
  position: relative;
  background: url(../img/banner/3.png);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  min-height: 700px;
  background-color: #f6f6f6;
}

.banner-style-4:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.banner-style-4 .title {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  line-height: 100px;
}

.banner-style-4 .description {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  font-family: var(--secondary-font);
}

.banner-style-5 {
  background: #056589;
  height: 100vh;
  position: relative;
  width: 100%;
  min-height: 969px;
}

.banner-style-5 .banner-slider-5 {
  width: 100%;
}

.banner-style-5 .slick-prev,
.banner-style-5 .slick-next {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 9;
  left: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.banner-style-5 .slick-prev:hover,
.banner-style-5 .slick-next:hover {
  background: #404040;
}

.banner-style-5 .slick-prev:hover:before,
.banner-style-5 .slick-next:hover:before {
  color: #fff;
}

.banner-style-5 .slick-prev::before,
.banner-style-5 .slick-next::before {
  font-family: 'fontawesome';
  color: var(--main-color);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.banner-style-5 .slick-prev {
  position: absolute;
  top: 90%;
  left: 60%;
}

.banner-style-5 .slick-prev:before {
  content: "\f104";
}

.banner-style-5 .slick-next {
  top: 90%;
  left: calc(60% + 70px);
}

.banner-style-5 .slick-next:before {
  content: "\f105";
}

.banner-style-5 .banner5-sm-slider {
  width: 15%;
  position: absolute;
  left: 94%;
  bottom: 60px;
  z-index: 1;
  top: auto;
  bottom: 0;
}

.banner-style-5 .banner5-sm-slider .thumb .content {
  background: #F12552;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
}

.banner-style-5 .banner5-sm-slider .thumb .content h3 {
  font-size: 16px;
  margin: 0px;
  padding: 40px 10px;
  color: #fff;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.banner-content-style-5 {
  position: relative;
}

.banner-content-style-5 h2 {
  color: #fff;
  font-size: 80px;
  line-height: 89px;
}

.banner-content-style-5 p {
  color: #fff;
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 400;
}

.banner3-social {
  position: absolute;
  left: 75px;
}

.banner3-social ul {
  margin: 0;
  padding: 0;
  padding-top: 60px;
}

.banner3-social ul li {
  list-style: none;
  margin-bottom: 15px;
  width: 40px;
  height: 40px;
  background: #37507F;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.banner3-social ul li a {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.banner3-social ul li a:hover {
  color: #F12552;
}

.banner4-social {
  position: absolute;
  left: 100px;
}

.banner4-social ul {
  margin: 0;
  padding: 0;
}

.banner4-social ul li {
  list-style: none;
  float: none;
  margin-bottom: 30px;
}

.banner4-social ul li a {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner4-social ul li a:hover {
  color: #F12552;
}

.banner5-social {
  position: absolute;
  left: 70px;
}

.banner5-social:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #fff;
  left: -70px;
  top: 32%;
}

.banner5-social ul {
  margin: 0;
  padding: 0;
}

.banner5-social ul li {
  list-style: none;
  float: none;
  margin-bottom: 30px;
}

.banner5-social ul li a {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner5-social ul li a:hover {
  color: #F12552;
}

.banner-content-style-3 {
  margin-top: 3%;
}

.news-item-style-01 {
  border-bottom: 2px solid rgba(4, 51, 129, 0.05);
  width: 100% !important;
  margin-bottom: 30px;
}

.news-item-style-01:last-child {
  border-bottom: 0px;
}

.news-item-style-01 .content {
  padding-bottom: 30px;
  position: relative;
}

.news-item-style-01 .blog-title {
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #404040;
  cursor: pointer;
}

.news-item-style-01 ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.news-item-style-01 ul li {
  list-style: none;
  float: left;
}

.news-item-style-01 ul li:first-child a {
  padding-left: 0px;
}

.news-item-style-01 ul li:last-child a {
  border-right: 0px;
}

.news-item-style-01 ul li a {
  font-size: 16px;
  font-family: var(--secondary-font);
  color: #666;
  border-right: 1px solid #666;
  padding: 0px 20px;
}

.news-item-style-02 .thumb {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.news-item-style-02 .thumb img {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.news-item-style-02 .thumb img:hover {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.news-item-style-02 .description {
  font-family: var(--secondary-font);
  margin-bottom: 20px;
}

.news-item-style-02 .content {
  padding: 30px;
  position: relative;
}

.news-item-style-02 .blog-sm-text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #056589;
  font-family: var(--body-font);
  padding-left: 53px;
}

.news-item-style-02 .blog-sm-text:before {
  position: absolute;
  content: '';
  width: 38px;
  height: 2px;
  background: #056589;
  left: 0px;
  top: 10px;
}

.news-item-style-02 .blog-lg-text {
  font-size: 24px;
  letter-spacing: 0px;
  text-transform: none;


font-family: "Barlow",sans-serif;
font-size: 15px;
color: #818c93;
font-weight: 500;
}

.news-item-style-02 ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.news-item-style-02 ul li {
  list-style: none;
  float: left;
}

.news-item-style-02 ul li:first-child a {
  padding-left: 0px;
}

.news-item-style-02 ul li:last-child a {
  border-right: 0px;
}

.news-item-style-02 ul li a {
  font-size: 16px;
  font-family: var(--secondary-font);
  color: #666;
  border-right: 1px solid #666;
  padding: 0px 20px;
}

.news-item-style-02 .small-thumb {
  position: absolute;
  top: -25px;
  right: 30px;
  border-radius: 50%;
  background: #fff;
}

.news-item-style-02 .small-thumb img {
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.news-item-style-02 .btn-wrapper a {
  color: #404040;
  text-decoration: underline;
  font-size: 18px;
}

.news-item-style-03 {
  -webkit-box-shadow: 0px 10px 20px #2E319211;
  box-shadow: 0px 10px 20px #2E319211;
}

.news-item-style-03 .thumb {
  position: relative;
}

.news-item-style-03 .small-thumb {
  position: absolute;
  bottom: -25px;
  right: 30px;
  border-radius: 50%;
  background: #fff;
}

.news-item-style-03 .small-thumb img {
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.news-item-style-03 .content {
  padding: 30px;
  position: relative;
}

.news-item-style-03 .subtitle {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color:#056589;
  font-family: var(--body-font);
  padding-left: 0;
  -webkit-transition: padding .5s;
  -o-transition: padding .5s;
  transition: padding .5s;
}

.news-item-style-03 .subtitle:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  background: #056589;
  left: 0px;
  top: 10px;
  opacity: 0;
  margin-left: 0px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: -1;
}

.news-item-style-03:hover .subtitle {
  padding-left: 45px;
}

.news-item-style-03:hover .subtitle:before {
  opacity: 1;
  margin-left: 0px;
  width: 38px;
}

.news-item-style-03:hover .title a {
  color: #383d49;
}

.news-item-style-03 .title {
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #056589;
}

.news-item-style-03 ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.news-item-style-03 ul li {
  list-style: none;
  float: left;
}

.news-item-style-03 ul li:first-child a {
  padding-left: 0px;
}

.news-item-style-03 ul li:last-child a {
  border-right: 0px;
}

.news-item-style-03 ul li a {
  font-size: 14px;
  font-family: var(--secondary-font);
  color: #666;
  border-right: 1px solid #666;
  padding: 0px 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.news-item-style-03 ul li a:hover {
  color: #056589;
}

.swiper-slider .news-item-style-03 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.hover-style-01 {
  position: relative;
}

.hover-style-01:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 3px;
  background: #056589;
  top: 0px;
  left: 0;
  width: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.hover-style-01:hover:before {
  width: 100%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.blog-item-inner {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.blog-item-inner .blog-meta a:hover {
  color: #056589;
}

.blog-item-inner .blog-img {
  overflow: hidden;
}

.blog-item-inner .blog-img img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.blog-item-inner .blog-img img:hover {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.blog-item-inner .blog-detail {
  background: #F9F9FA;
  padding: 20px;
}

.blog-item-inner .blog-detail h5 {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}

.blog-item-inner .blog-detail h5 a:hover {
  color: #056589;
}

.blog-item-inner .blog-detail p {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.38px;
  color: #515151;
}

.blog-item-inner .blog-detail h6 {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.38px;
  color: #BCBCBC;
  margin-top: 20px;
  margin-bottom: 2px;
}

.blog-item-style-01 {
  -webkit-box-shadow: 0px 10px 20px #2E319211;
  box-shadow: 0px 10px 20px #2E319211;
  position: relative;
}

.blog-item-style-01 .b-tag {
  background: #E5EAF2;
  color: #056589;
  font-size: 16px;
  padding: 2px 5px;
  border-radius: 4px;
}

.blog-item-style-01 .b-img {
  position: relative;
}

.blog-item-style-01 .b-img .blog-date-box {
  width: 61px;
  height: 67px;
  background: #056589;
  position: absolute;
  -webkit-box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  bottom: -35px;
  left: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 5px;
}

.blog-item-style-01 .b-img .blog-date-box:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 20px;
  background: #2E319233;
  bottom: -6px;
  border-radius: 5px;
  left: 7px;
}

.blog-item-style-01 .b-img .blog-date-box h4 {
  color: #fff;
  padding-top: 10px;
  line-height: 20px;
  border-radius: 5px;
}

.blog-item-style-01 .b-img .blog-date-box h4 span {
  font-size: 16px;
}

.blog-item-style-01 .b-img .small-thumb {
  position: absolute;
  bottom: -25px;
  right: 30px;
  border-radius: 50%;
  background: #fff;
}

.blog-item-style-01 .b-img .small-thumb img {
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.blog-item-style-01 .b-content {
  padding: 30px;
  position: relative;
  padding-top: 80px;
}

.blog-item-style-01 .b-content .btn-wrapper:hover {
  color: #056589;
}

.blog-item-style-01 .b-content .btn-wrapper a {
  color: #404040;
  text-decoration: underline;
  font-size: 18px;
}

.blog-item-style-01 .b-content .btn-wrapper a:hover {
  color: #056589;
}

.blog-item-style-01 .b-content .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-item-style-01 .b-content .blog-meta ul {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-top: 4px;
}

.blog-item-style-01 .b-content .blog-meta ul li {
  float: left;
  list-style: none;
}

.blog-item-style-01 .b-content .blog-meta ul li a {
  color: #D1D1D1;
  font-size: 16px;
  margin: 0px 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.blog-item-style-01 .b-content .blog-meta ul li a:hover {
  color: #056589;
}

.blog-item-style-01 .b-content h4 {
  color: #404040;
  font-size: 30px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-item-style-01 .b-content h4 a:hover {
  color: #056589;
}

.blog-item-style-01 .b-content p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #666;
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 30px;
  margin-bottom: 15px;
}

.blog-no-sidebar {
  -webkit-box-shadow: 0px 10px 20px #2E319211;
  box-shadow: 0px 10px 20px #2E319211;
}

.blog-item-style-02 {
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
  margin-right: 25px;
}

.blog-item-style-02 .b-img {
  position: absolute;
  left: -50%;
  top: -20%;
}

.blog-item-style-02 .b-tag {
  background: #E5EAF2;
  color: #056589;
  font-size: 16px;
  padding: 2px 5px;
  border-radius: 4px;
}

.blog-item-style-02 .causes-tag {
  padding: 3px 10px;
}

.blog-item-style-02 .blog-meta {
  padding: 30px;
}

.blog-item-style-02 .blog-meta ul {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

.blog-item-style-02 .blog-meta ul li {
  float: left;
  list-style: none;
}

.blog-item-style-02 .blog-meta ul li a {
  color: #D1D1D1;
  font-size: 16px;
  margin: 0px 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.blog-item-style-02 .blog-meta ul li a:hover {
  color: #056589;
}

.blog-item-style-02 .blog-meta .btn-wrapper a {
  text-decoration: underline;
}

.blog-item-style-02 .blog-meta .btn-wrapper a:hover {
  color: #056589;
}

.blog-item-style-02 .b-content {
  padding: 30px;
  position: relative;
  padding-top: 80px;
  padding-left: 27%;
}

.blog-item-style-02 .b-content .blog-date-box {
  width: 80px;
  height: 90px;
  background: #056589;
  position: absolute;
  -webkit-box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  top: -60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 5px;
}

.blog-item-style-02 .b-content .blog-date-box:before {
  position: absolute;
  content: '';
  width: 65px;
  height: 20px;
  background: #2E319233;
  bottom: -6px;
  border-radius: 5px;
  left: 7px;
}

.blog-item-style-02 .b-content .blog-date-box h4 {
  color: #fff;
  padding-top: 10px;
  line-height: 20px;
  border-radius: 5px;
}

.blog-item-style-02 .b-content .blog-date-box h4 span {
  font-size: 16px;
}

.blog-item-style-02 .b-content .btn-wrapper a {
  color: #404040;
  text-decoration: underline;
}

.blog-item-style-02 .b-content .small-thumb {
  position: absolute;
  top: -25px;
  right: 30px;
  border-radius: 50%;
  background: #fff;
}

.blog-item-style-02 .b-content .small-thumb img {
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.blog-item-style-02 .b-content h4 {
  color: #404040;
  font-size: 30px;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 35px;
  font-weight: 500;
}

.blog-item-style-02 .b-content h4 a:hover {
  color: #056589;
}

.blog-item-style-02 .b-content p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #666;
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 30px;
}

.video-btn-style-03 {
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  margin: 0;
  padding: 0;
  list-style: none;
  width: 65px;
  height: 65px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: ripple-white2 1s linear infinite;
  animation: ripple-white2 1s linear infinite;
  line-height: 40px;
  z-index: 999;
}

.video-btn-style-03 a {
  font-size: 15px;
  position: relative;
  z-index: 9;
  top: 14px;
  left: 4px;
}

.video-btn-style-03 a i:before {
  margin-left: -5px;
  color: #056589;
}

@-webkit-keyframes ripple-white2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}

.news-slider-1 {
  position: relative;
  min-height: 550px;
}

.swiper-slider {
  max-width: 1400px;
}

.swiper-slider.swiper-container {
  width: 100%;
  padding-bottom: 78px;
  position: relative;
  padding-top: 10px;
}

.swiper-slider.swiper-container .swiper-slide {
  height: auto;
  -webkit-box-shadow: 0px 0px 4px #bdbdbd;
  box-shadow: 0px 0px 4px #bdbdbd;
  background: #fff;
}

.swiper-slider.swiper-container .swiper-slide::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  z-index: 9;
}

.swiper-slider.swiper-container .swiper-slide .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -ms-grid;
  display: grid;
  text-align: center;
}

.swiper-slider.swiper-container .swiper-button-next,
.swiper-slider.swiper-container .swiper-button-prev {
  background: #E4E4E4;
  top: 42%;
  width: 50px;
  height: 60px;
  display: none;
}

.swiper-slider.swiper-container .swiper-button-next:hover,
.swiper-slider.swiper-container .swiper-button-prev:hover {
  background: var(--main-color);
}

.swiper-slider.swiper-container .swiper-button-next i,
.swiper-slider.swiper-container .swiper-button-prev i {
  font-size: 40px;
  margin-top: 10px;
}

.swiper-slider.swiper-container .swiper-button-next {
  right: 0%;
  padding-left: 20px;
}

.swiper-slider.swiper-container .swiper-button-prev {
  left: 0%;
  padding-left: 15px;
}

.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-slide.swiper-slide-active:before {
  display: none;
}

.swiper-pagination-bullet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #056589;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  opacity: 1;
  width: 12px;
}

.swiper-pagination-bullet-active {
  background:#056589;
  border: medium none;
  height: 12px;
  opacity: 1;
  width: 12px;
}

.blog-details-area {
  margin-top: 140px;
}

.blog-details-area .blog-details {
  background: #F9F9FA;
}

.blog-details-area .blog-details h2 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #515151;
  padding: 20px;
  padding-top: 44px;
}

.blog-details-area .blog-details p {
  color: #515151;
  font-size: 15px;
  letter-spacing: 0.38px;
  font-weight: 400;
  padding: 0px 20px 20px;
}

.blog-details-area .blog-details h6 {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.38px;
  color: #BCBCBC;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 50px;
}

.blog-details-area .blog-details h6 span {
  margin-left: 50px;
}

.latest-post-widget {
  border: 2px solid #F5F5F5;
  padding: 35px 35px 20px 35px;
  width: 100%;
  float: left;
}

.latest-item {
  border-bottom: 1px solid rgba(129, 129, 129, 0.25);
  width: 100%;
  padding: 15px 0px 15px 0px;
}

.latest-item:last-child {
  border-bottom: 0px;
}

.latest-item .content-part p {
  font-size: 16px;
  font-family: var(--secondary-font);
  color: #404040;
  line-height: 25px;
  font-weight: 400;
}

.latest-item .content-part p:hover {
  color: #056589;
}

.latest-item .content-part h4 {
  color: #515151;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.38px;
  font-family: var(--body-font);
}

.latest-item .content-part .text {
  color: #D1D1D1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: var(--body-font);
}

.blog-sidebar-thumb {
  position: relative;
  float: left;
  text-align: center;
}

.blog-sidebar-thumb::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(4, 51, 129, 0.3);
  border-radius: 10px;
}

.blog-sidebar-thumb img {
  border-radius: 10px;
}

.blog-sidebar-thumb .thumb-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.blog-sidebar-thumb .thumb-content h4 {
  color: #fff;
}

.blog-sidebar-thumb .thumb-content .btn-custom-white {
  padding: 5px 30px;
  color: #056589;
  margin-top: 10px;
}

.blog-sidebar-thumb .thumb-content .btn-custom-white:hover {
  color: #fff;
}

.widget_search .form-control {
  color: #000;
  letter-spacing: 1.5px;
  font-size: 15px;
}

.widget_search .form-control::-webkit-input-placeholder {
  color: #BCBCBC;
}

.widget_search .form-control:-ms-input-placeholder {
  color: #BCBCBC;
}

.widget_search .form-control::-ms-input-placeholder {
  color: #BCBCBC;
}

.widget_search .form-control::placeholder {
  color: #BCBCBC;
}

.widget_search .form-control:focus {
  border: 1px solid #056589;
}

.widget_categories {
  border: 2px solid #F5F5F5;
  padding: 35px 35px 20px 35px;
  float: left;
  width: 100%;
}

.widget_categories .widget-title {
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #515151;
  font-weight: 600;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.widget_categories .cat-menu {
  float: left;
  width: 100%;
}

.widget_categories .cat-menu li {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 2px solid #F5F5F5;
}

.widget_categories .cat-menu li:last-child {
  border-bottom: 0px;
}

.widget_categories .cat-menu li a {
  color: #666;
  font-size: 16px;
  letter-spacing: 0px;
  position: relative;
}

.widget_categories .cat-menu li a span {
  float: right;
}

.blog-details-style-01 {
  -webkit-box-shadow: 0px 10px 20px #2E319211;
  box-shadow: 0px 10px 20px #2E319211;
  position: relative;
}

.blog-details-style-01 .cbox-item img {
  border-radius: 10px;
}

.blog-details-style-01 .b-tag {
  background: #E5EAF2;
  color: #056589;
  font-size: 16px;
  padding: 2px 5px;
  border-radius: 4px;
}

.blog-details-style-01 .b-img {
  position: relative;
}

.blog-details-style-01 .blog-date-box {
  width: 61px;
  height: 67px;
  background: #056589;
  position: absolute;
  -webkit-box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  bottom: -35px;
  left: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 5px;
}

.blog-details-style-01 .blog-date-box:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 20px;
  background: #2E319233;
  bottom: -6px;
  border-radius: 5px;
  left: 7px;
}

.blog-details-style-01 .blog-date-box h4 {
  color: #fff;
  padding-top: 10px;
  line-height: 20px;
  border-radius: 5px;
}

.blog-details-style-01 .blog-date-box h4 span {
  font-size: 16px;
}

.blog-details-style-01 .small-thumb {
  position: absolute;
  bottom: -25px;
  right: 80px;
  border-radius: 50%;
  background: #fff;
}

.blog-details-style-01 .small-thumb img {
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.blog-details-style-01 .b-content {
  padding: 80px 80px 65px 80px;
  position: relative;
}

.blog-details-style-01 .b-content .tags a {
  font-size: 16px;
  color: #D1D1D1;
}

.blog-details-style-01 .b-content .tags a span {
  color: #404040;
}

.blog-details-style-01 .b-content .btn-wrapper a {
  color: #404040;
  text-decoration: underline;
}

.blog-details-style-01 .b-content .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-details-style-01 .b-content .blog-meta ul {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

.blog-details-style-01 .b-content .blog-meta ul li {
  float: left;
  list-style: none;
}

.blog-details-style-01 .b-content .blog-meta ul li a {
  color: #D1D1D1;
  font-size: 16px;
  margin: 0px 5px;
}

.blog-details-style-01 .b-content h4 {
  color: #404040;
  font-size: 30px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 15px;
}

.blog-details-style-01 .b-content h4:hover {
  color: #056589;
}

.blog-details-style-01 .b-content p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #666;
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 30px;
}

.blog-details-style-01 .blog-social {
  margin: 0;
  padding: 0;
  float: right;
}

.blog-details-style-01 .blog-social li {
  list-style: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #E5EAF2;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.blog-details-style-01 .blog-social li:hover {
  background: #056589;
  color: #fff;
}

.blog-details-style-01 .details-content {
  padding: 30px;
}

.blog-details-style-01 .details-content h4 {
  color: #404040;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 25px;
}

.blog-details-style-01 .details-content p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #666;
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 30px;
}

.blog-details-style-01 .quote-area {
  background: #F5F5F5;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  width: 85%;
  left: 7%;
}

.blog-details-style-01 .quote-area p {
  font-size: 24px;
  color: #404040;
  line-height: 30px;
  font-family: var(--body-font);
  position: inherit;
  z-index: 9;
}

.blog-details-style-01 .quote-area span {
  color: #056589;
  position: inherit;
  z-index: 9;
}

.blog-details-style-01 .quote-area img {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.blog-details-style-01 .quote-style-2 {
  width: 65%;
  margin-left: 17%;
  left: 0;
}

.blog-details-style-01 .details-mission h5 {
  font-size: 24px;
  font-weight: 400;
}

.comments-area h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #515151;
  padding-bottom: 15px;
}

.comments-area .single-comment {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.comments-area .single-comment .thumb img {
  max-width: 100px;
  max-height: 94px;
  margin-right: 15px;
  border-radius: 50%;
}

.comments-area .single-comment .desc h5 {
  color: #404040;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 30px;
}

.comments-area .single-comment .desc h5 span {
  color: #D1D1D1;
  font-family: var(--secondary-font);
  font-size: 16px;
}

.comments-area .single-comment .desc .comment-content p {
  color: #666;
  font-size: 16px;
  letter-spacing: 0.38px;
  font-weight: 400;
  font-family: var(--secondary-font);
}

.comments-area .single-comment .c-action ul {
  margin: 0;
  padding: 0;
}

.comments-area .single-comment .c-action ul li {
  float: left;
  list-style: none;
  border: 1px solid #ddd;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.comments-area .single-comment .c-action ul li:hover {
  background: #056589;
  color: #fff;
}

.comment-respond h3 {
  font-weight: 400;
  letter-spacing: 0.6px;
  font-size: 24px;
  color: #404040;
  border-radius: 6px;
  padding: 20px 0px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.comment-respond .form-control {
  font-size: 15px;
  letter-spacing: 0.38px;
  color: #BCBCBC;
  font-weight: 400;
  padding: 20px;
}

.comment-respond .form-control:focus {
  border-color: #056589;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.comment-respond #submit {
  background: #056589;
  font-size: 18px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 19px 37px;
  border: 0px;
  border-radius: 5px;
  width: auto;
}

.details-content-box .cbox-item p {
  font-size: 14px;
  color: #7d7977;
  font-style: italic;
  text-align: center;
}

.prev-post a,
.next-post a {
  font-weight: 400;
}

.prev-post a span,
.next-post a span {
  color: #D1D1D1;
}

.brand-area {
  background: #f0f0f0;
  z-index: 999;
  border-bottom: 1px solid #cfd4d8;
  border-top: 1px solid #cfd4d8;
}

.brant-item {
  width: 20%;
  float: left;
  margin: 50px 0px;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  filter: grayscale(100%);
  vertical-align: middle;
  filter: grayscale(100%);
  
}
.brant-item:hover{
    filter: grayscale(0%);
}

.brant-item img {
  max-width: 116px;
  max-height: 92px;
}

.grey-bg .brant-item {
  margin: 70px 0px !important;
}

.politx-content-area {
  position: relative;
}

.politx-content-area .org-img {
  position: absolute;
  top: -100px;
  right: -20%;
}

.organization-content {
  background: rgba(4, 51, 129, 0.05);
  padding: 100px 38% 100px 80px;
}

.vote-area2 {
  background: #056589;
  position: relative;
}

.footer-area {
  color: #2e3440;
  background: #f0f0f0;
}
.footer-widget-menu{
    width:20%;
}
.footer-area .footer-top .widget.widget_nav_menu ul li a {
 
  padding: 0px;
  letter-spacing: 0px;
  -webkit-transition: padding .5s;
  -o-transition: padding .5s;
  transition: padding .5s;
  display: block;
  font-family: "Barlow",sans-serif;
  font-size: 15px;
  color: #818c93;
  font-weight: 500;
}

@media only screen and (max-width: 1400px) {
  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 900px) {
   
    .footer-widget-menu{
        width: 50%;
    }
  }
.footer-area .footer-top .widget.widget_nav_menu ul li a:after {
  display: none;
}

.footer-area .footer-top .widget.widget_nav_menu ul li a:hover {
  font-weight: 600;
}

.footer-area .footer-top .widget.widget_nav_menu ul li a:hover i {
  opacity: 1;
  margin-right: 5px;
}

.footer-area .footer-top .widget.widget_nav_menu ul li a i {
  font-size: 12px;
  position: relative;
  top: -2px;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-right: -15px;
}

.footer-area .copyright-area-inner {
  font-size: 15px;
  padding: 20px 0px;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: #fff;
  background: #113D87;
  text-align: center;
}

.footer-area .copyright-area-inner a {
  font-weight: 600;
}

.footer-area .copyright-area-inner i {
  color: #F12552;
}

.footer-style-2 .footer-logo img {
  margin-top: 0px;
}

.footer-bg {
  background: url(../img/bg/footer.png);
  background-position: 50% 15%;
}

.footer-social-media {
  margin: 0 35px;
  border-top: 1px solid #cfd4d8;
  font-family: 'Barlow', sans-serif;
}

.footer-bottom {
  margin: 0 35px;
  border-top: 1px solid #cfd4d8;
  font-family: 'Barlow', sans-serif;
}

.contact-widget {
  background-color: #fff !important;
  padding: 80px 30px 65px 30px !important;
  -webkit-box-shadow: 0px 25px 80px #0000001F;
  box-shadow: 0px 25px 80px #0000001F;
  margin-top: -45px;
  margin-bottom: 45px;
}

.contact-widget p {
  color: #666 !important;
  font-size: 16px;
  letter-spacing: 0px;
  font-family: var(--secondary-font);
}

.contact-widget .contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
}

.contact-widget .contact_info_list li {
  display: block;
}

.contact-widget .contact_info_list li.single-info-item {
  position: relative;
  margin-bottom: 15px;
}

.contact-widget .contact_info_list li.single-info-item .icon {
  position: absolute;
  left: 0;
  top: 0px;
  color: #666;
}

.contact-widget .contact_info_list li.single-info-item .details {
  padding-left: 30px;
  color: #666;
  font-size: 16px;
  font-family: var(--secondary-font);
}

.footer-social {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;

}

.footer-social li {
  list-style: none;
  float: left;
  margin: 0;
  width: 40px;
  height: 40px;


  line-height: 43px;
  text-align: center;
  border-left: 1px solid #dadcdc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  padding: 15px;
  margin: 0;
  color: #82898c;
  width: 60px;
  height: 60px;
  border-right: 1px solid #dadcdc;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

}

.footer-social li:first-child {
  margin-left: 0px;
}

.footer-social li a {
  color: #2e3440 !important;
  font-size: 25px;
  padding: 10px;
}

.footer-social li:hover {
  background: #008b8b;
}

.footer-social li:hover a {
  color: #fff !important;
}

.instagram-feed {
  margin: 0;
  padding: 0;
}

.instagram-feed li {
  list-style: none;
  float: left;
  margin: 0 7px 7px 0px !important;
  overflow: hidden;
}

.instagram-feed li a img {
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.instagram-feed li a img:hover {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
  border-radius: 18px;
}

.margin-lg-top-80 {
  margin-top: 80px;
}

.party-box-wrapper {
  border: 2px solid #F5F5F5;
  padding: 75px 100px 65px 100px;
  background: #f6f6f6;
}

.party-box-content h4 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}

.party-box-content p {
  font-size: 16px;
  font-family: var(--secondary-font);
  color: #666;
  line-height: 30px;
  margin-top: 15px;
}

.journey-box-area {
  background: url(../img/about-shape.png);
  background-repeat: no-repeat;
}

.journey-box-wrapper {
  position: relative;
  min-height: 700px;
}

.journey-box-item {
  max-width: 300px;
  max-height: 300px;
  position: absolute;
}

.journey-box-item:nth-child(1) {
  top: 290px;
}

.journey-box-item:nth-child(2) {
  top: 270px;
  left: 40%;
}

.journey-box-item:nth-child(3) {
  top: -65px;
  right: 0;
}

.journey-box-item:nth-child(4) {
  top: 475px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.journey-box-item h4 {
  font-size: 30px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.journey-box-item p {
  font-size: 16px;
  letter-spacing: 0;
  color: #666;
  font-weight: 400;
  font-family: var(--secondary-font);
}

.journey-box-item:hover .jb-icon {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(4, 51, 129, 0.1);
  border-radius: 5px;
}

.journey-box-item .jb-icon {
  width: 80px;
  height: 80px;
  margin: 30px 0px;
  -webkit-box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 1px solid transparent;
  text-align: center;
  background: #fff;
  z-index: 4;
}

.journey-box-item .jb-icon i:before {
  font-size: 40px;
  margin-left: 5px;
  line-height: 80px;
  color: #056589;
}

.about-banner {
  position: relative;
  margin-bottom: 50px;
}

.about-banner .img-wrapper {
  position: absolute;
  top: -260px;
  left: 33%;
}

.about-banner .img-wrapper img {
  max-width: 60%;
}

.event-box-area {
  position: relative;
}

.event-box-area .img-wrapper {
  position: absolute;
}

.event-box-area .img-wrapper img {
  border-radius: 10px;
}

.event-box-content {
  background: rgba(4, 51, 129, 0.04);
  border-radius: 10px;
  width: 80%;
  margin-left: 20%;
  margin-top: 180px;
  padding-left: 28%;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-right: 20px;
  position: relative;
}

.event-box-content .btn-wrapper {
  margin-top: 35px;
}

.event-box-content .date-box {
  width: 90px;
  height: 100px;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0px 15px 20px #2E319233;
  box-shadow: 0px 15px 20px #2E319233;
  top: -60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
}

.event-box-content .date-box:before {
  position: absolute;
  content: '';
  width: 78px;
  height: 20px;
  background: rgba(46, 49, 146, 0.1);
  bottom: -8px;
  border-radius: 5px;
  left: 7px;
  z-index: -1;
}

.event-box-content .date-box .date {
  font-size: 55px;
  color: #056589;
  line-height: 30px;
  padding-top: 20px;
}

.event-box-content .date-box .month {
  font-size: 26px;
  color: #056589;
}

.event-box-content h4 {
  font-size: 30px;
  margin-bottom: 25px;
}

.event-box-content ul {
  margin: 0;
  padding: 0;
}

.event-box-content ul li {
  list-style: none;
  margin: 20px 0px;
}

.event-box-content ul li a {
  font-family: var(--secondary-font);
}

.event-box-content ul li a i {
  color: #056589;
  width: 20px;
}

.event-search ul {
  margin: 0;
  padding: 0;
}

.event-search ul>li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.event-search ul>li:last-child {
  margin-right: 0px;
}

.event-search ul>li:first-child {
  margin-top: 8px;
}

.event-search ul>li a {
  border: 2px solid #F5F5F5;
  padding: 10px 29px;
  border-radius: 30px;
}

.event-search ul>li a.active {
  background: #056589;
  color: #fff;
  border-color: #056589;
}

.event-search ul>li select {
  border-radius: 30px;
}

.event-search ul>li select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.event-search ul>li input {
  border-radius: 30px;
  line-height: 1.8;
  text-align: center;
}

.event-search ul>li .list li {
  margin-right: 0px;
  margin-top: 0px;
  width: 100%;
}

.event-search ul>li .eventLocation {
  border-radius: 30px;
}

#eventmodal .modal-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0px;
  padding-top: 40px;
}

#eventmodal .modal-body {
  padding: 10px 40px 45px 40px;
}

#eventmodal .close {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  opacity: 1;
  line-height: 15px;
  text-align: center;
  top: -3px;
  color: #056589;
}

#eventmodal .modal-dialog {
  margin: 0 !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#eventmodal .form-control {
  padding: 15px;
}

#eventmodal button {
  background: #056589;
}

.event-list-style .btn-wrapper a {
  text-decoration: underline;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
}

.event-single-style-01 {
  border: 1px solid #F5F5F5;
  padding: 25px;
  margin-bottom: 30px;
}

.event-single-style-01 .time {
  background: #056589;
  padding: 23px 30px;
  border-radius: 20px 5px 5px 20px;
  margin-right: 15px;
}

.event-single-style-01 .time span {
  display: block;
  color: #fff;
}

.event-single-style-01 .time .date {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.event-single-style-01 .time .month {
  font-size: 16px;
}

.event-single-style-01 .content p {
  font-family: var(--secondary-font);
}

.event-single-style-01 .content .sm-text {
  font-size: 14px;
}

.event-single-style-01 .content i {
  color: #056589;
}

.event-single-style-01 .content h4 {
  font-weight: 700;
}

.upcoming-box {
  border: 2px solid #F5F5F5;
  position: relative;
  min-height: 300px;
  margin-bottom: 120px;
  margin-top: 60px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 10px;
  background: #f6f6f6;
}

.upcoming-box:hover {
  -webkit-box-shadow: 0px 10px 50px #2E319211;
  box-shadow: 0px 10px 50px #2E319211;
  border-color: transparent;
  background: #fff;
}

.upcoming-box:hover .ub-content h4 {
  color: #056589;
}

.upcoming-box .ub-image {
  position: absolute;
  top: -100px;
  left: 10%;
  width: 80%;
  right: 10%;
}

.upcoming-box .ub-image img {
  width: 100%;
  border-radius: 10px;
}

.upcoming-box .ub-content {
  padding-top: 190px;
  padding-left: 50px;
  padding-bottom: 30px;
}

.upcoming-box .ub-content h4 {
  font-size: 30px;
  color: #404040;
  padding-right: 20px;
  margin-bottom: 15px;
}

.upcoming-box .ub-content p {
  font-size: 16px;
  color: #404040;
}

.upcoming-box .ub-content p i {
  color: #056589;
}

.upcoming-box .date-box {
  width: 90px;
  height: 100px;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0px 15px 13px rgba(4, 51, 129, 0.1);
  box-shadow: 0px 15px 13px rgba(4, 51, 129, 0.1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  right: 40px;
  top: 53px;
  border-radius: 10px;
}

.upcoming-box .date-box:before {
  position: absolute;
  content: '';
  width: 78px;
  height: 20px;
  background: rgba(46, 49, 146, 0.1);
  bottom: -8px;
  border-radius: 5px;
  left: 7px;
  z-index: -1;
}

.upcoming-box .date-box .date {
  font-size: 55px;
  color: #056589;
  line-height: 30px;
  padding-top: 20px;
}

.upcoming-box .date-box .month {
  font-size: 29px;
  color: #056589;
}

.up-content-style-01 {
  -webkit-box-shadow: 0px 20px 50px #2E319211;
  box-shadow: 0px 20px 50px #2E319211;
  padding: 30px 20px;
  border-bottom: 5px solid #F12552;
  margin-top: 50px;
  margin-left: -85px;
  background: #fff;
}

.up-content-style-01 .date-month {
  position: relative;
}

.up-content-style-01 .date-month:before {
  position: absolute;
  width: 120px;
  height: 1px;
  background: #056589;
  content: '';
  top: 38px;
  left: 85px;
}

.up-content-style-01 .date-month .date {
  font-size: 55px;
  color: #056589;
  font-weight: 500;
}

.up-content-style-01 .date-month .month {
  font-size: 18px;
  text-transform: uppercase;
  color: #056589;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.up-content-style-01 h6 {
  font-size: 24px;
  color: #404040;
  font-weight: 500;
}

.up-content-style-01 ul {
  margin: 0;
  padding: 0;
}

.up-content-style-01 ul li {
  list-style: none;
  margin: 20px 0px;
}

.up-content-style-01 ul li a {
  font-family: var(--secondary-font);
  color: #666;
}

.up-content-style-01 ul li a i {
  color: #056589;
}

.up-content-style-01 .btn-wrapper {
  margin-top: 50px;
}

.up-content-style-01 .btn-wrapper:hover a {
  color: #056589;
}

.leadership-content h2 {
  font-size: 55px;
  color: #404040;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 30px;
}

.leadership-content p {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--secondary-font);
}

.ls-date-box {
  -webkit-box-shadow: 0px 20px 50px #2E319211;
  box-shadow: 0px 20px 50px #2E319211;
  background: #fff;
  padding: 60px 0px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 50px;
}

.ls-date-box:before {
  position: absolute;
  bottom: -30px;
  content: '';
  width: 80%;
  left: 10%;
  background: #fff;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 23px 0 rgba(35, 49, 64, 0.09);
  box-shadow: 0 15px 23px 0 rgba(35, 49, 64, 0.09);
}

.ls-date-box p {
  margin-bottom: 30px;
  font-family: var(--secondary-font);
}

.ls-date-box hr {
  margin: 40px 20px;
}

.ls-date-box a {
  text-decoration: underline;
}

.ls-social-share {
  padding: 30px;
}

.ls-social-share ul {
  margin: 0;
  padding: 0;
}

.ls-social-share ul li {
  list-style: none;
  float: left;
}

.ls-social-share ul li span {
  font-weight: 700;
  padding-right: 10px;
  font-size: 18px;
}

.ls-social-share ul li i {
  width: 30px;
  height: 30px;
  background: rgba(4, 51, 129, 0.1);
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0px 7px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.ls-social-share ul li i:hover {
  background: #056589;
  color: #fff;
}

.up-event-area {
  position: relative;
}

.up-event-area .up-img {
  position: absolute;
  top: -100px;
  right: -20%;
}

.up-event-area .up-img img {
  max-width: 90%;
}

.up-thumb,
.ab-thumb {
  text-align: right;
}

.causes-details {
  -webkit-box-shadow: 0px 10px 20px #2E319211;
  box-shadow: 0px 10px 20px #2E319211;
}

.causes-tag {
  background: #E5EAF2;
  font-size: 16px;
  padding: 3px 10px;
  border-radius: 4px;
}

.causes-tag a,
.causes-tag span {
  color: #056589;
}

.causes-content {
  padding: 30px;
}

.causes-content h4 {
  color: #404040;
  font-size: 30px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
}

.causes-content p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #666;
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 30px;
}

.causes-content-box .cbox-item p {
  color: #7d7977;
}

.causes-mission h5 {
  font-size: 24px;
  font-weight: 400;
}

.error-content-area {
  position: relative;
  min-height: 700px;
}

.error-content-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 51, 129, 0.7);
  content: '';
}

.error-content {
  z-index: 9;
}

.error-content h2 {
  color: #fff;
  font-size: 329px;
  font-weight: 900;
  line-height: 300px;
}

.error-content h6 {
  font-size: 30px;
  color: #fff;
  line-height: 55px;
}

.error-content a {
  text-decoration: underline;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.error-content a:hover {
  opacity: 0.5;
}

.error-content .error-social {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  position: relative;
  top: 110px;
}

.error-content .error-social li {
  list-style: none;
  float: left;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #999FAA;
  line-height: 43px;
  text-align: center;
  margin-left: 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.error-content .error-social li:first-child {
  margin-left: 0px;
}

.error-content .error-social li a {
  color: #fff !important;
  font-size: 15px;
}

.error-content .error-social li:hover {
  background: #056589;
}

.error-content .error-social li:hover a {
  color: #fff !important;
}

.coming-content-area {
  position: relative;
}

.coming-content-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 51, 129, 0.2);
  content: '';
}

.coming-content {
  z-index: 9;
  width: 100%;
  text-align: center;
}

.coming-content h2 {
  color: #fff;
  font-size: 329px;
}

.coming-content h6 {
  font-size: 30px;
  color: #fff;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.coming-content a {
  text-decoration: underline;
  font-size: 30px;
  color: #fff;
}

.coming-content .coming-social {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50px);
  -ms-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
}

.coming-content .coming-social li {
  list-style: none;
  float: left;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  line-height: 43px;
  text-align: center;
  margin-left: 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.coming-content .coming-social li:first-child {
  margin-left: 0px;
}

.coming-content .coming-social li a {
  color: #fff !important;
  font-size: 15px;
}

.coming-content .coming-social li:hover {
  background: #056589;
}

.coming-content .coming-social li:hover a {
  color: #fff !important;
}

.coming-content #clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

.coming-content #clockdiv>div {
  padding: 10px 0px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 203px;
  height: 203px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coming-content #clockdiv>div:last-child {
  margin-right: 0px;
}

.coming-content #clockdiv div>span {
  display: block;
  font-size: 100px;
  line-height: 85px;
  font-weight: 700;
}

.coming-content .smalltext {
  padding-top: 5px;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 20px;
}



.donate-area .btn {
  margin-top: 15px;
}

.donate-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.donate-ul li {
  float: left;
  list-style: none;
  border: 2px solid #F5F5F5;
  padding: 10px 36px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 24px;
  color: #919191;
  cursor: pointer;
}

.donate-ul li:hover,
.donate-ul li.active {
  background: #056589;
  color: #fff;
}

.donate-ul li:last-child {
  padding: 0px;
  background: transparent;
}

.donate-ul li:last-child input {
  padding: 9px 0px;
  width: 190px;
  padding-left: 36px;
  font-size: 24px;
  border: 0;
  color: #056589;
  border-color: #F5F5F5;
}

.donate-ul li:last-child input:focus,
.donate-ul li:last-child input:hover {
  border: 0;
}

.donate-ul li:last-child ::-webkit-input-placeholder {
  color: #056589;
}

.donate-ul li:last-child :-ms-input-placeholder {
  color: #056589;
}

.donate-ul li:last-child ::-ms-input-placeholder {
  color: #056589;
}

.donate-ul li:last-child ::placeholder {
  color: #056589;
}

.donate-ul li:last-child:hover {
  background: transparent;
}

.donate-wrapper {
  position: absolute;
  right: -70px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px #2E319211;
  box-shadow: 0px 0px 50px #2E319211;
  padding: 15px 30px;
  border-right: 2px solid #F12552;
  margin-top: 75px;
}

.donate-wrapper a {
  font-size: 20px;
  color: #056589;
  margin-bottom: 0px;
}

.donate-wrapper a i {
  color: #F12552;
  font-size: 16px;
}

.location-area {
  padding-top: 115px;
  padding-bottom: 20px;
}

.location-content p {
  font-family: var(--secondary-font);
  color: #666;
  line-height: 35px;
  margin-bottom: 50px;
}

.wealfer-area {
  background: url(../img/wealfer.png);
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  background-color: #f6f6f6;
}

.wealfare-box {
  -webkit-box-shadow: 0px 20px 80px #2E319211;
  box-shadow: 0px 20px 80px #2E319211;
  background: #fff;
  left: -100px;
  text-align: center;
  padding: 40px 50px 60px 50px;
  border-radius: 26px;
  z-index: 4;
  position: relative;
}

.wealfare-box:before {
  position: absolute;
  height: calc(100% - 30px);
  width: 100%;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  left: 30px;
  z-index: -1;
  border-radius: 26px;
  top: 0px;
}

.wealfare-box .wf-text1 {
  font-size: 24px;
  color: #056589;
}

.wealfare-box .wf-text2 {
  font-size: 24px;
  color: #727781;
}

.candidate-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.candidate-area .slick-prev,
.candidate-area .slick-next {
  background: rgba(4, 51, 129, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.candidate-area .slick-prev:hover,
.candidate-area .slick-next:hover {
  background: #056589;
}

.candidate-area .slick-prev {
  right: 70px;
  left: auto;
  bottom: -80px;
  top: auto;
  z-index: 9;
}

.candidate-area .slick-prev:before {
  content: "\f104";
  font-family: 'fontawesome';
}

.candidate-area .slick-prev:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 2px;
  background: #056589;
  -webkit-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  transform: rotate(-65deg);
  top: 60px;
  left: 5px;
}

.candidate-area .slick-next {
  right: 0px;
  left: auto;
  bottom: -145px;
  top: auto;
}

.candidate-area .slick-next:before {
  content: "\f105";
  font-family: 'fontawesome';
}

/*##################################*/
.countdown {
  height: 100%;
  /* Reset */
  /* Skeleton */
  /* Colon Seperator - IE */
  /* Colon Seperator */
}

.countdown * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.countdown .countdownFix {
  z-index: 3 !important;
}

.countdown .clockFix {
  z-index: 1 !important;
}

.countdown li span .inn {
  /*backface-visibility*/
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.countdown ul {
  list-style: none;
}

.countdown li {
  line-height: 87px;
}

.countdown ul.flip {
  position: relative;
  float: left;
  height: 100%;
  width: 50px !important;
  font-size: 50px;
  font-weight: bold;
}

@media only screen and (max-width: 540px) {
  .countdown ul.flip {
    width: 25px !important;
    font-size: 29px !important;
    height: 83% !important;
  }
  .footer-widget-menu{
    width:50%;
}

  .countdown ul.flip li {
    line-height: 37px !important;
  }

  .countdown ul.flip:nth-child(2n+2):not(:last-child):after {
    top: -24% !important;
  }
}

@media only screen and (max-width: 440px) {
  .countdown ul.flip {
    width: 22px !important;
    font-size: 23px !important;
    height: 66% !important;
  }

  .countdown ul.flip li {
    line-height: 30px !important;
  }

  .countdown ul.flip:nth-child(2n+2):not(:last-child):after {
    font-size: 28px !important;
  }
}

.countdown ul.nth-child-2np2-notlast:after,
.countdown ul.flip:nth-child(2n+2):not(:last-child):after {
  position: absolute;
  top: 20%;
  right: -13px;
  display: block;
  color: #fff;
  font-size: 46px;
}

.countdown ul.nth-child-2np2-notlast {
  margin-right: 14px;
}

.countdown ul.flip:nth-child(2n+2) {
  margin-right: 12px;
}

.countdown ul.flip li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
}

.countdown ul.flip li span {
  display: block;
  height: 100%;
  /*perspective*/
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  -ms-perspective: 200px;
  -o-perspective: 200px;
  perspective: 200px;
}

.countdown ul.flip li span div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.countdown ul.flip li span div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.countdown ul.flip li span div.up {
  /*transform-origin*/
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}

.countdown ul.flip li span div.up:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #9AA3B1;
}

.countdown ul.flip li span div.down {
  /*transform-origin*/
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  bottom: 0;
}

.countdown ul.flip li span div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #fff;
  text-align: center;
  background-color: #ccc;
}

.countdown ul.flip li span div.up div.inn {
  top: 0;
}

.countdown ul.flip li span div.down div.inn {
  bottom: 0;
}

.countdown ul.flip li span div.up:after {
  display: none;
}

.countdown ul.flip.seconds li span div.up:after {
  display: block;
}

/* PLAY */
.play ul li.previous {
  z-index: 2;
}

.play ul li.current {
  /*animation*/
  -webkit-animation: asd .5s .5s linear both;
  -moz-animation: asd .5s .5s linear both;
  -ms-animation: asd .5s .5s linear both;
  -o-animation: asd .5s .5s linear both;
  animation: asd .5s .5s linear both;
  z-index: 3;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }

  5% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

@-moz-keyframes asd {
  0% {
    z-index: 2;
  }

  5% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

@-ms-keyframes asd {
  0% {
    z-index: 2;
  }

  5% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

@-o-keyframes asd {
  0% {
    z-index: 2;
  }

  5% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }

  5% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

.play ul li.current .down {
  z-index: 2;
  /*animation*/
  -webkit-animation: turn .5s .5s linear both;
  -moz-animation: turn .5s .5s linear both;
  -ms-animation: turn .5s .5s linear both;
  -o-animation: turn .5s .5s linear both;
  animation: turn .5s .5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }

  100% {
    -webkit-transform: rotateX(0deg);
  }
}

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }

  100% {
    -moz-transform: rotateX(0deg);
  }
}

@-ms-keyframes turn {
  0% {
    -ms-transform: rotateX(90deg);
  }

  100% {
    -ms-transform: rotateX(0deg);
  }
}

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }

  100% {
    -o-transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.play ul li.previous .up {
  z-index: 2;
  /*animation*/
  -webkit-animation: turn2 .5s linear both;
  -moz-animation: turn2 .5s linear both;
  -ms-animation: turn2 .5s linear both;
  -o-animation: turn2 .5s linear both;
  animation: turn2 .5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }

  100% {
    -webkit-transform: rotateX(-90deg);
  }
}

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }

  100% {
    -moz-transform: rotateX(-90deg);
  }
}

@-ms-keyframes turn2 {
  0% {
    -ms-transform: rotateX(0deg);
  }

  100% {
    -ms-transform: rotateX(-90deg);
  }
}

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }

  100% {
    -o-transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}

/* SHADOW */
.play ul li.previous .up .shadow {
  /*linear-gradient*/
  /*animation*/
  -webkit-animation: show .5s linear both;
  -moz-animation: show .5s linear both;
  -ms-animation: show .5s linear both;
  -o-animation: show .5s linear both;
  animation: show .5s linear both;
}

.play ul li.current .up .shadow {
  /*linear-gradient*/
  /*animation*/
  -webkit-animation: hide .5s .3s linear both;
  -moz-animation: hide .5s .3s linear both;
  -ms-animation: hide .5s .3s linear both;
  -o-animation: hide .5s .3s linear both;
  animation: hide .5s .3s linear both;
}

/*DOWN*/
.play ul li.previous .down .shadow {
  /*linear-gradient*/
  /*animation*/
  -webkit-animation: show .5s linear both;
  -moz-animation: show .5s linear both;
  -ms-animation: show .5s linear both;
  -o-animation: show .5s linear both;
  animation: show .5s linear both;
}

.play ul li.current .down .shadow {
  /*linear-gradient*/
  /*animation*/
  -webkit-animation: hide .5s .3s linear both;
  -moz-animation: hide .5s .3s linear both;
  -ms-animation: hide .5s .3s linear both;
  -o-animation: hide .5s .3s linear both;
  animation: hide .5s .3s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.action-soon-content {
  position: relative;
  padding-left: 50px;
}

.action-soon-content:before {
  position: absolute;
  content: '';
  width: calc(100% - 35px);
  height: calc(100% - 20px);
  border: 2px solid #F5F5F5;
  top: 40px;
  left: 12px;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.action-soon-content .act-img img {
  border-radius: 10px;
}

.action-soon-content .subtitle {
  font-size: 16px;
  color: #056589;
  letter-spacing: 0;
  margin-bottom: 0px;
  margin-top: 24px;
}

.action-soon-content .title {
  font-size: 24px;
  color: #404040;
  font-weight: 500;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.action-soon-content .readMore {
  font-size: 18px;
  color: #666;
}

.action-soon-content:hover .title,
.action-soon-content:hover .subtitle {
  color: #fff;
}

.action-soon-content:hover:before {
  background: #056589;
}

.action-soon-content:hover .btn-wrapper,
.action-soon-content:hover .readMore {
  color: #fff;
}

.choose-box {
  margin-top: 30px;
}

.choose-box .ch-icon i:before {
  font-size: 40px;
  color: #056589;
}

.choose-box h4 {
  margin-top: 15px;
}

.choose-box p {
  font-family: var(--secondary-font);
}

.choose-content .btn-wrapper {
  margin-top: 30px;
}

.choose-content .btn-wrapper:hover {
  color: #056589;
}

.choose-content .btn-wrapper a {
  text-decoration: underline;
  font-size: 18px;
}

.choose-content .btn-wrapper:hover a {
  color: #056589;
}

.movement-area {
  background: #056589;
  padding: 130px 0px;
  position: relative;
}

.movement-area:before {
  position: absolute;
  content: '';
  width: 450px;
  height: 450px;
  background: rgba(255, 255, 255, 0.1);
  right: -6%;
  top: 25%;
  border-radius: 50%;
}

.movement-area:after {
  position: absolute;
  content: '';
  width: 57px;
  height: 57px;
  background: rgba(255, 255, 255, 0.1);
  right: 14%;
  top: 71%;
  border-radius: 50%;
}

.movement-box ul {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.movement-box ul li {
  list-style: none;
  margin: 15px 0px;
}

.movement-box ul li a {
  font-family: var(--secondary-font);
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
}

.movement-box ul li a i {
  width: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.movement-left-box {
  text-align: right;
}

.movement-left-box img {
  border-radius: 15px;
  margin: 10px 0px;
}

.movement-right-box img {
  border-radius: 15px;
  margin: 10px 0px;
}

.log-content {
  margin-top: 50px;
  -webkit-box-shadow: 0px 20px 50px #2E319211;
  box-shadow: 0px 20px 50px #2E319211;
  background: #fff;
  padding: 70px 60px;
  position: relative;
  border-radius: 10px;
}

.log-content h4 {
  font-size: 40.78px;
  letter-spacing: 0;
  color: #056589;
}

.log-content p {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
}

.log-content ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.log-content ul li {
  width: 50px;
  height: 50px;
  letter-spacing: 0;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  line-height: 50px;
  float: left;
  list-style: none;
  background: #056589;
  color: #fff;
  margin-right: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0px 5px 10px #0F3E6F1A;
  box-shadow: 0px 5px 10px #0F3E6F1A;
  cursor: pointer;
}

.log-content ul li:nth-child(1) {
  background: #fff;
  color: #056589;
}

.log-content ul li:nth-child(2) {
  background: #056589;
}

.log-content ul li:last-child {
  margin-right: 0px;
  background: #52ABF1;
}

.log-content ul li:hover {
  background: #fff;
  color: #056589;
}

.goal-area {
  -webkit-box-shadow: 0px 20px 50px #2E319211;
  box-shadow: 0px 20px 50px #2E319211;
  padding: 50px;
  border-bottom-right-radius: 100px;
  background: #056589;
  position: relative;
  color: #fff;
}

.goal-area .goal-list {
  margin: 0;
  padding: 0;
}

.goal-area .goal-list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.goal-area .goal-list li .icon {
  margin-right: 20px;
}

.goal-area .goal-list li .icon i:before {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
}

.goal-area .goal-list li .content .title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.goal-area .goal-list li .content p {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #fff;
}

.goal-area a {
  text-decoration: underline;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.mission-area {
  color: rgba(4, 51, 129, 0.05);
  font-size: 123px;
  font-weight: 700;
  top: 10%;
  position: absolute;
  right: -110px;
  z-index: -1;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.testimonial-area {
  background: #056589;
}

.testimonial-slider {
  background: #fff;
  -webkit-box-shadow: 0px 20px 50px #2E319211;
  box-shadow: 0px 20px 50px #2E319211;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  top: 45px;
}

.testimonial-slider:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 35px;
  right: 35px;
  height: 200px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 23px 0 rgba(35, 49, 64, 0.09);
  box-shadow: 0 15px 23px 0 rgba(35, 49, 64, 0.09);
  z-index: -1;
}

.testimonial-slider .thumb {
  min-width: 85px;
  min-height: 85px;
  position: absolute;
  margin-top: 50px;
}

.testimonial-slider .thumb img {
  border-radius: 50%;
}

.testimonial-slider .thumb:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.1);
  width: 130px;
  height: 130px;
  left: -23px;
  top: -23px;
  border-radius: 50%;
}

.testimonial-slider .content {
  padding-left: 100px;
  background: #fff;
}

.testimonial-slider .content h4 {
  font-family: var(--secondary-font);
  letter-spacing: 0px;
  font-size: 24px;
  color: #666;
  line-height: 35px;
}

.testimonial-slider .content .title {
  font-size: 24px;
  color: #404040;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}

.testimonial-slider .content .address {
  font-family: var(--secondary-font);
}

.testimonial-slider .quote {
  position: absolute;
  left: 70%;
  bottom: 15px;
}

.stories-area {
  position: relative;
  background: #f6f6f6;
  padding-top: 120px;
  padding-bottom: 120px;
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: var(--main-color);
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  z-index: 99;
  font-size: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
}

.back-to-top i {
  -webkit-animation: scrolltop 2s infinite;
  animation: scrolltop 2s infinite;
}

@-webkit-keyframes scrolltop {
  from {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  10% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes scrolltop {
  from {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  10% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
  position: fixed;
  content: '';
  -webkit-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: rgba(2, 48, 71, 0.8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--main-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

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

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

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
}

.search-popup .search-form {
  min-width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 100px 0 30px;
}

.search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  width: 60px;
  height: 54px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--main-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 0;
  text-align: center;
  color: #fff;
}

.search-popup .search-form .submit-btn:hover {
  background-color: var(--heading-color);
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 99999;
  content: '';
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: .80;
  left: 0;
}

.sidebar-menu {
  width: 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  padding: 100px 30px 30px 30px;
  overflow-y: auto;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-menu .sidebar-inner {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-menu .sidebar-inner .sidemenu-text p {
  font-family: var(--secondary-font);
}

.sidebar-menu .sidebar-menu-close {
  background-color: #056589;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.sidebar-menu .sidebar-menu-close i {
  font-size: 18px;
  color: #fff;
}

.sidebar-menu .sidebar-logo {
  margin-bottom: 23px;
}

.sidebar-menu .sidebar-contact {
  margin-top: 33px;
}

.sidebar-menu .sidebar-contact h4 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

.sidebar-menu .sidebar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-menu .sidebar-contact ul li {
  font-size: 16px;
  line-height: 35px;
  color: #404040;
  font-family: var(--secondary-font);
}

.sidebar-menu .sidebar-contact ul li i {
  font-size: 16px;
  margin-right: 5px;
  width: 25px;
}

.sidebar-menu .sidebar-subscribe {
  margin-top: 35px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-menu .sidebar-subscribe input[type='text'] {
  border: 1px solid #CCD3DC;
  border-right: 0;
  height: 45px;
  padding: 0 20px 0 20px;
}

.sidebar-menu .sidebar-subscribe button {
  background: rgba(4, 51, 129, 0.5);
  border: 0;
  height: 45px;
  width: 46px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.sidebar-menu .sidebar-subscribe button:hover {
  background: #056589;
}

.sidebar-menu .sidebar-subscribe button:focus {
  outline: 0;
}

.sidebar-menu .sidebar-subscribe button i {
  color: #fff;
}

.sidebar-menu .social-link {
  margin-top: 20px;
}

.sidebar-menu .social-link ul {
  margin: 0;
  padding: 0;
}

.sidebar-menu .social-link ul li {
  list-style: none;
  float: left;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(4, 51, 129, 0.1);
  line-height: 43px;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.sidebar-menu .social-link ul li:hover {
  background: #056589;
  color: #fff;
}

.sidebar-menu.active {
  width: 365px;
  opacity: 1;
  visibility: visible;
}

.sidebar-menu.active .sidebar-inner {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn-custom-default {
  border-radius: 5px;
  border: 1px solid #fff;
  font-family: var(--body-font);
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 33px;
  color: #fff;
  padding: 13px 35px;
}

.btn-custom-default:hover {
  border: 1px solid #fff;
  background: #fff;
}

.btn-custom-white {
  border-radius: 5px;
  border: 1px solid #fff;
  font-family: var(--body-font);
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 33px;
  color: #404040;
  padding: 13px 35px;
  background: #fff;
}

.btn-custom-white:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-custom-primary {
  color: rgba(4, 51, 129, 0.8);
  background: rgba(4, 51, 129, 0.2);
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 26px;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
}

.btn-custom-primary:hover {
  border: 1px solid #fff;
  color: #fff !important;
  background: #056589;
}

.btn-red {
  color: #fff;
  background: #B22234;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 26px;
  border-radius: 5px;
  padding: 15px 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn-red:hover,
.btn-red:focus {
  background: #056589;
  color: #fff;
}

.btn-element {
  letter-spacing: 0;
  font-family: var(--body-font);
  font-weight: 400;
  border-radius: 4px;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-main-color {
  background: var(--main-color);
  color: #fff;
}

.btn-main-color:hover {
  -webkit-box-shadow: 0px 7px 10px rgba(136, 193, 62, 0.5);
  box-shadow: 0px 7px 10px rgba(136, 193, 62, 0.5);
}

.btn-black-color {
  background: #404040;
  color: #fff;
}

.btn-black-color:hover {
  -webkit-box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
  box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
  color: #fff;
}

.btn-transparent-color {
  background: transparent;
  border: 1px solid #404040;
  color: #404040;
}

.btn-transparent-color:hover {
  -webkit-box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
  box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
  color: #404040;
}

.btn-transparent-color:active {
  color: #404040;
}

.btn-active {
  background: transparent;
  border: 1px solid #056589;
  color: #404040;
}

.btn-active:hover {
  -webkit-box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
  box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
  color: #404040;
}

.btn-normal-size {
  font-size: 15px;
  padding: 14px 21px;
}

.btn-medium-size {
  font-size: 18px;
  padding: 14px 22px;
}

.btn-lg-size {
  font-size: 19px;
  padding: 14px 21px;
}

.btn-second {
  color: #404040;
  border: 1px solid #404040;
}

.btn-second:hover {
  opacity: 0.5;
  color: #404040;
}

.btn-active {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn-active:hover {
  opacity: 0.5;
  color: var(--main-color);
}

.btn-disabled {
  color: #D5D5D5;
  border: 1px solid #D5D5D5;
}

.btn-disabled:hover {
  opacity: 0.5;
  color: #D5D5D5;
}

.btn-slider {
  background: #056589;
  font-size: 26px;
  padding: 8px 55px;
  color: #404040;
  letter-spacing: 8.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}

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

.btn-wrapper {
  display: block;
}

.btn-wrapper .boxed-btn {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  padding: 13px 40px;
  min-width: 160px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 600;
}

.btn-wrapper .boxed-btn.white:hover {
  background-color: #fff;
  color: var(--main-color);
}

.btn-wrapper .boxed-btn:hover {
  background-color: var(--heading-color);
}

.btn-wrapper .boxed-btn.btn-rounded {
  border-radius: 30px;
}

.btn-wrapper .boxed-btn.reverse-color {
  background-color: var(--heading-color);
}

.btn-wrapper .boxed-btn.reverse-color:hover {
  background-color: var(--main-color);
}

.desktop-center {
  text-align: center;
}

.desktop-left {
  text-align: left;
}

.desktop-right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .tablet-center {
    text-align: center;
  }

  .tablet-left {
    text-align: left;
  }

  .tablet-right {
    text-align: right;
  }
  .footer-widget-menu{
      width: 50%;
  }
}

@media only screen and (max-width: 414px) {
  .mobile-center {
    text-align: center;
  }

  .mobile-left {
    text-align: left;
  }

  .mobile-right {
    text-align: right;
  }
}

.section-title .title {
  font-size: 55px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0px;
  color: #2e3440;
}

.section-title p {
  color: #056589;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: var(--body-font);
}

.section-subtitle {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #056589;
  font-family: var(--body-font);
  padding-left: 53px;
}

.section-subtitle:before {
  position: absolute;
  content: '';
  width: 38px;
  height: 2px;
  background: #056589;
  left: 0px;
  top: 10px;
}

.subtitle-style2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #056589;
  font-family: var(--body-font);
}

.section-title {
  font-size: 55px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 10px;
  color: #383D49;
  line-height: 60px;
}

.section-subtitle-wh {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #fff;
  font-family: var(--body-font);
  padding-left: 53px;
}

.section-subtitle-wh:before {
  position: absolute;
  content: '';
  width: 38px;
  height: 2px;
  background: #fff;
  left: 0px;
  top: 10px;
}

.section-title-wh {
  font-size: 55px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
  color: #fff;
}

.section-subtitle-sm {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #056589;
  font-family: var(--body-font);
  padding-left: 53px;
}

.section-subtitle-sm:before {
  position: absolute;
  content: '';
  width: 38px;
  height: 2px;
  background: #056589;
  left: 0px;
  top: 10px;
}

.section-title-sm {
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
  color: #383D49;
}

.slideRotateFromLeft {
  -webkit-animation-name: slideRotateFromLeft;
  animation-name: slideRotateFromLeft;
}

@-webkit-keyframes slideRotateFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(90deg);
    transform: translate3d(-100%, 0, 0) rotate(90deg);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
    visibility: visible;
  }
}

@keyframes slideRotateFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(90deg);
    transform: translate3d(-100%, 0, 0) rotate(90deg);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
    visibility: visible;
  }
}

.slideRotateFromRight {
  -webkit-animation-name: slideRotateFromRight;
  animation-name: slideRotateFromRight;
}

@-webkit-keyframes slideRotateFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(90deg);
    transform: translate3d(100%, 0, 0) rotate(90deg);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
    visibility: visible;
  }
}

@keyframes slideRotateFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(90deg);
    transform: translate3d(100%, 0, 0) rotate(90deg);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
    visibility: visible;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.volunteer-form {
  margin-top: 45px;
}

.volunteer-form .form-control {
  padding: 17px 20px;
}

.volunteer-form .form-control::-webkit-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.volunteer-form .form-control:-ms-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.volunteer-form .form-control::-ms-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.volunteer-form .form-control::placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.volunteer-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ced4da;
}

.contact-form {
  margin-top: 50px;
  -webkit-box-shadow: 0px 20px 50px #2E319211;
  box-shadow: 0px 20px 50px #2E319211;
  background: #fff;
  padding: 70px 60px;
  position: relative;
  border-radius: 10px;
}

.contact-form .form-control {
  padding: 17px 20px;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.contact-form .form-control::placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.contact-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ced4da;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.log-form {
  margin-top: 30px;
}

.log-form::before {
  position: absolute;
  content: '';
  width: 80%;
  left: 10%;
  bottom: -30px;
  height: 100%;
  z-index: -1;
  background: #F6F6FA;
  opacity: .5;
  border-radius: 20px;
}

.log-form .form-control {
  padding: 17px 20px;
}

.log-form .form-control::-webkit-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.log-form .form-control:-ms-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.log-form .form-control::-ms-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.log-form .form-control::placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.log-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ced4da;
}

.log-form p {
  font-family: var(--body-font);
  font-size: 18px;
  color: #404040;
  margin-top: 20px;
}

.log-form p a {
  color: #056589;
  text-decoration: underline;
}

.donate-form {
  margin-top: 55px;
  background: #fff;
  position: relative;
}

.donate-form .form-control {
  padding: 17px 20px;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: var(--secondary-font);
  color: #404040;
  letter-spacing: 0px;
}

.donate-form .form-control::-webkit-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.donate-form .form-control:-ms-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.donate-form .form-control::-ms-input-placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.donate-form .form-control::placeholder {
  color: #D1D1D1;
  font-weight: 400;
}

.donate-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ced4da;
}

.donate-form .select-form {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 25px;
}

.donate-form .nice-select .list {
  width: 100%;
}

.donate-form span.current {
  font-size: 16px;
}

.nice-select {
  padding-right: 35px;
}

.nice-select:after {
  right: 20px;
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-content {
  width: 100%;
}

.accordion-content .card {
  background-color: transparent;
  border: 1px solid #D5D5D5;
}

.accordion-content .card+.card {
  margin-top: 20px;
}

.accordion-content .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}

.accordion-content .card .card-header a {
  display: block;
  font-size: 15px;
  line-height: 28px;
  padding: 25px 30px;
  color: #F5F5F5;
  text-decoration: none;
  font-family: var(--body-font);
  letter-spacing: 0.15px;
  font-weight: 400;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
}

.accordion-content .card .card-header a:after {
  position: absolute;
  right: 30px;
  top: 25px;
  content: "\f106";
  font-family: "fontawesome";
  font-size: 35px;
}

.accordion-content .card .card-header a[aria-expanded="false"]:after {
  content: "\f107";
}

.accordion-content .card .card-body {
  padding: 0 30px 20px;
  color: #F5F5F5;
  text-decoration: none;
  font-family: var(--body-font);
  font-size: 15px;
  letter-spacing: 0.15px;
  font-weight: 400;
}

.table-responsive {
  display: inline-table !important;
}

.faq-area .accordion-style-2 {
  width: 100%;
}

.faq-area .accordion-style-2 .card {
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  border-radius: 0px;
}

.faq-area .accordion-style-2 .card:last-child {
  border-bottom: 0px;
}

.faq-area .accordion-style-2 .card+.card {
  margin-top: 0px;
}

.faq-area .accordion-style-2 .card .card-header {
  padding: 0;
  border: none;
  background: transparent;
}

.faq-area .accordion-style-2 .card .card-header a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  padding: 20px 0px;
  color: #404040;
  text-decoration: none;
  font-family: var(--body-font);
  letter-spacing: 0.21px;
  font-weight: 500;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
}

.faq-area .accordion-style-2 .card .card-header a:after {
  position: absolute;
  right: 30px;
  top: 35px;
  font-family: "fontawesome";
  font-size: 20px;
  color: #666;
}

.faq-area .accordion-style-2 .card .card-header a[aria-expanded="false"]:after {
  content: "\f067";
}

.faq-area .accordion-style-2 .card .card-header a[aria-expanded="true"] {
  color: #056589;
}

.faq-area .accordion-style-2 .card .card-header a[aria-expanded="true"]:after {
  content: "\f068";
  color: #056589;
}

.faq-area .accordion-style-2 .card .card-body {
  padding: 0px 0px 20px 0px;
  color: #404040;
  text-decoration: none;
  font-family: var(--body-font);
  font-size: 15px;
  letter-spacing: 0.21px;
  font-weight: 400;
}

.faq-area .accordion-style-2 .card .card-body p {
  padding-left: 30px;
  font-size: 16px;
  font-family: var(--secondary-font);
  line-height: 30px;
}

.floating-icon {
  display: none;
  right: 45px;
  margin-top: 45px;
  border-radius: 5px;
  background: #fff;
  z-index: 999;
  text-align: center;
  color: #000;
  padding: 12px 0px;
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.16);
}

.floating-icon__is {
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floating-icon__is i:before {
  font-size: 24px;
  margin-left: 0px;
}

.floating-icon__is:hover {
  color: var(--main-color);
  cursor: pointer;
}

.info-popup {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(51, 63, 70, 0.9);
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.info-popup.active {
  opacity: 1;
  z-index: 999;
}

.info-popup.active .info-popup-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.info-popup-content {
  margin: auto;
  width: 50%;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.info-popup-content__img {
  width: 100%;
  height: 100%;
}

.info-popup-content__img--one {
  background-image: url(../img/modal/one.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.info-popup-content__img--two {
  background-image: url(../img/blog-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.info-popup-content__img--three {
  background-image: url(../img/slide-three.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.info-popup-content__text {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: #fff;
}

.info-popup-content__text-header {
  margin-bottom: 30px;
}

.info-popup-content__text-body {
  margin-bottom: 30px;
}

.info-popup-content__text-body .divide {
  width: 50px;
  height: 1px;
  background: var(--paragraph-color);
  display: inline-block;
}

.info-popup-content__text-is {
  display: block;
  text-transform: capitalize;
  color: #404040;
}

.info-popup-content__title {
  margin-top: 0;
  margin-bottom: 0;
}

.info-popup-content_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: var(--main-color);
  display: inline-block;
  border-radius: 30px;
  border: none;
  color: white;
  opacity: 1;
  z-index: 1;
}

.info-popup-content_close:hover {
  cursor: pointer;
}

.info-popup-content_close span {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.location-popup {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(51, 63, 70, 0.9);
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.location-popup.active {
  opacity: 1;
  z-index: 999;
}

.location-popup.active .location-popup-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.location-popup #map {
  min-height: 100%;
}

.location-popup-content {
  margin: auto;
  width: 50%;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.location-popup-content__img {
  width: 100%;
  height: 100%;
}

.location-popup-content__img--one {
  background-image: url(../img/modal/two.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-popup-content__img--two {
  background-image: url(../img/blog-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-popup-content__img--three {
  background-image: url(../img/slide-three.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-popup-content__text {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: #fff;
}

.location-popup-content__text-header {
  margin-bottom: 30px;
}

.location-popup-content__text-body {
  margin-bottom: 30px;
}

.location-popup-content__text-body .divide {
  width: 50px;
  height: 1px;
  background: var(--paragraph-color);
  display: inline-block;
}

.location-popup-content__text-is {
  display: block;
  text-transform: capitalize;
  color: #404040;
}

.location-popup-content__title {
  margin-top: 0;
  margin-bottom: 0;
}

.location-popup-content_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: var(--main-color);
  display: inline-block;
  border-radius: 30px;
  border: none;
  color: white;
  opacity: 1;
  z-index: 1;
}

.location-popup-content_close:hover {
  cursor: pointer;
}

.location-popup-content_close span {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-style-2 .floating-icon {
  float: left;
  left: 10%;
  margin-top: 50vh;
}

/*
    Flaticon icon font: Flaticon
    Creation date: 06/10/2019 05:27
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon-1.eot") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg") format("svg");
  }
}

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-left-arrow-chevron:before {
  content: "\f100";
}

.flaticon-angle-arrow-pointing-to-right:before {
  content: "\f101";
}

.flaticon-map:before {
  content: "\f102";
}

.flaticon-sent-mail:before {
  content: "\f103";
}

.flaticon-menu-button:before {
  content: "\f104";
}

.flaticon-earth-globe:before {
  content: "\f105";
}

.flaticon-money:before {
  content: "\f106";
}

.flaticon-phone:before {
  content: "\f107";
}

.flaticon-info:before {
  content: "\f108";
}

.flaticon-network:before {
  content: "\f109";
}

.flaticon-close:before {
  content: "\f10a";
}

.flaticon-open-book:before {
  content: "\f10b";
}

.flaticon-elections:before {
  content: "\f10c";
}

.flaticon-plant:before {
  content: "\f10d";
}

.flaticon-hospital:before {
  content: "\f10e";
}

.flaticon-money-1:before {
  content: "\f10f";
}

.flaticon-financial:before {
  content: "\f110";
}

.flaticon-location:before {
  content: "\f111";
}

.flaticon-fingerprint:before {
  content: "\f112";
}

.flaticon-seo:before {
  content: "\f113";
}

.flaticon-calendar:before {
  content: "\f114";
}

.flaticon-notes:before {
  content: "\f115";
}

.flaticon-calendar-1:before {
  content: "\f116";
}

.flaticon-achievement:before {
  content: "\f117";
}

.flaticon-fireworks:before {
  content: "\f118";
}

.flaticon-growth:before {
  content: "\f119";
}

.flaticon-volunteer:before {
  content: "\f11a";
}

.flaticon-calendar-2:before {
  content: "\f11b";
}

.flaticon-growth-1:before {
  content: "\f11c";
}

.flaticon-euro:before {
  content: "\f11d";
}

.flaticon-left:before {
  content: "\f11e";
}

.flaticon-place:before {
  content: "\f11f";
}

.flaticon-tax:before {
  content: "\f120";
}

.flaticon-business-and-finance:before {
  content: "\f121";
}

.icon-box-style-01 {
  border: 2px solid #F5F5F5;
  border-radius: 10px;
  padding: 43px 28px 28px 28px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #f6f6f6;
}

.icon-box-style-01 .sb-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 1px solid transparent;
}

.icon-box-style-01 a i {
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.icon-box-style-01 a i:hover {
  color: #404040;
}

.icon-box-style-01 a i:before {
  font-size: 40px;
  margin-left: 5px;
  line-height: 80px;
  color: #056589;
}

.icon-box-style-01 .sb-content h4 {
  color: #404040;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 35px;
}

.icon-box-style-01 .sb-content p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #666;
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 30px;
}

.icon-box-style-01:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 20px 50px #2E319211;
  box-shadow: 0px 20px 50px #2E319211;
  background: #fff;
}

.icon-box-style-01:hover .sb-icon {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(4, 51, 129, 0.1);
  border-radius: 5px;
}

.icon-box-style-02 {
  border: 2px solid #F5F5F5;
  padding: 43px 50px 28px 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #F5F5F5;
}

.icon-box-style-02 .sb-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.icon-box-style-02 a i {
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.icon-box-style-02 a i:hover {
  color: #404040;
}

.icon-box-style-02 a i:before {
  font-size: 55px;
  margin-left: 5px;
  line-height: 80px;
  color: #056589;
}

.icon-box-style-02 .sb-content h4 {
  color: #404040;
  font-size: 55px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 30px;
}

.icon-box-style-02 .sb-content p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #666;
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 25px;
}

.icon-box-style-02:hover {
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0px 5px 30px rgba(4, 51, 129, 0.1);
  box-shadow: 0px 5px 30px rgba(4, 51, 129, 0.1);
}

.icon-box-style-02:hover .sb-icon {
  color: #404040;
}

.icon-box-style-03 {
  border-color: transparent;
  -webkit-box-shadow: 0px 20px 50px #2E319211;
  box-shadow: 0px 20px 50px #2E319211;
  padding: 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: #fff;
}

.icon-box-style-03:hover .member-social-style-1 {
  opacity: 0;
}

.icon-box-style-03:hover .member-social {
  opacity: 1;
}

.icon-box-style-03 .member-social {
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.icon-box-style-03 .member-social ul {
  margin: 0;
  padding: 0;
}

.icon-box-style-03 .member-social ul li {
  list-style: none;
  float: left;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.icon-box-style-03 .member-social ul li a i {
  color: #056589;
}

.icon-box-style-03 .member-social ul li:nth-child(1) {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -54px;
  left: 10%;
  background: #fff;
  border-radius: 50%;
  line-height: 34px;
}

.icon-box-style-03 .member-social ul li:nth-child(2) {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -28px;
  left: 42%;
  background: #fff;
  border-radius: 50%;
  line-height: 32px;
}

.icon-box-style-03 .member-social ul li:nth-child(3) {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -54px;
  left: 75%;
  background: #fff;
  border-radius: 50%;
  line-height: 32px;
}

.icon-box-style-03 .member-social ul li:hover {
  background: #056589;
}

.icon-box-style-03 .member-social ul li:hover a i {
  color: #fff;
}

.icon-box-style-03 .member-social-style-1 {
  position: relative;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.icon-box-style-03 .member-social-style-1 ul {
  margin: 0;
  padding: 0;
}

.icon-box-style-03 .member-social-style-1 ul li {
  list-style: none;
  float: left;
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-box-shadow: 1px 1px 4px #ccc;
  box-shadow: 1px 1px 4px #ccc;
  top: -28px;
  left: 42%;
  background: #fff;
  border-radius: 50%;
  line-height: 32px;
}

.icon-box-style-03 .sb-content h4 {
  color: #404040;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 30px;
}

.icon-box-style-03 .sb-content p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #666;
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 30px;
  margin-bottom: 0px;
}

.icon-box-style-03 .memeber-img {
  position: relative;
}

.icon-box-style-03 .memeber-img img {
  border-radius: 50%;
  border: 10px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.icon-box-style-03:hover {
  background: #056589;
}

.icon-box-style-03:hover .memeber-img img {
  border: 10px solid #F5F5F5;
}

.icon-box-style-03:hover .title,
.icon-box-style-03:hover p {
  color: #fff;
}

.icon-box-style-04 {
  border: 2px solid #F5F5F5;
  border-radius: 10px;
  padding: 60px 10px 52px 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.icon-box-style-04 .sb-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  box-shadow: 0px 5px 13px rgba(4, 51, 129, 0.1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 1px solid transparent;
}

.icon-box-style-04 a i {
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.icon-box-style-04 a i:hover {
  color: #404040;
}

.icon-box-style-04 a i:before {
  font-size: 40px;
  margin-left: 5px;
  line-height: 80px;
  color: #056589;
}

.icon-box-style-04 .sb-content h4 {
  color: #404040;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 17px;
  margin-top: 42px;
}

.icon-box-style-04 .sb-content span {
  font-size: 16px;
  letter-spacing: 0px;
  color: #666;
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 30px;
}

.icon-box-style-04:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 30px rgba(4, 51, 129, 0.1);
  box-shadow: 0px 5px 30px rgba(4, 51, 129, 0.1);
}

.icon-box-style-04:hover .sb-icon {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(4, 51, 129, 0.1);
  border-radius: 5px;
}

.icon-box-style-05 {
  border: 2px solid #F5F5F5;
  border-radius: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: white;
  justify-content: center;
  padding: 30px;
  align-items: center;

}

.icon-box-style-05 .causes-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  justify-content: center;


}

.icon-box-style-05 .causes-img img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.icon-box-style-05 .c-tag {
  color: #056589;
  font-size: 16px;
  padding: 0px 10px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.icon-box-style-05 .sb-content {
  padding: 30px;
}

.icon-box-style-05 .sb-content h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #51565b;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family:"Oswald", sans-serif ;
}

.icon-box-style-05 .sb-content h4:hover {
  color: #056589;
}

.icon-box-style-05 .sb-content p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #666;
  font-weight: 400;
  font-family: var(--secondary-font);
  line-height: 30px;
}

.icon-box-style-05:hover {
  -webkit-box-shadow: 0px 5px 30px rgba(4, 51, 129, 0.1);
  box-shadow: 0px 5px 30px rgba(4, 51, 129, 0.1);
}

.icon-box-style-05:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.icon-box-style-05 .collected {
  position: relative;
  margin-right: 20px;
}

.icon-box-style-05 .collected:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  background: #056589;
  border-radius: 5px;
  top: 3px;
}

.icon-box-style-05 .collected p {
  font-weight: 400;
  color: #056589;
  font-family: var(--body-font);
  padding-left: 25px;
}

.icon-box-style-05 .needMore {
  position: relative;
}

.icon-box-style-05 .needMore:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  background: #F5F5F5;
  border-radius: 5px;
  top: 3px;
}

.icon-box-style-05 .needMore p {
  font-weight: 400;
  color: #666;
  font-family: var(--body-font);
  padding-left: 25px;
}

.icon-box-style-06 {
  border: 2px solid #F5F5F5;
  padding: 70px 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #F5F5F5;
}

.icon-box-style-06 .sb-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 1px solid #056589;
  border-radius: 50%;
  background: #056589;
}

.icon-box-style-06 a i {
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.icon-box-style-06 a i:before {
  font-size: 40px;
  margin-left: 0px;
  line-height: 100px;
  color: #fff;
}

.icon-box-style-06 .sb-content h4 {
  color: #404040;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 35px;
}

.icon-box-style-06:hover {
  background: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 30px rgba(4, 51, 129, 0.1);
  box-shadow: 0px 5px 30px rgba(4, 51, 129, 0.1);
}

.icon-box-style-06:hover a i:before {
  color: #056589;
}

.icon-box-style-06:hover .sb-icon {
  background: #fff;
}

.slider.slider-horizontal {
  width: 100%;
}

.slider.slider-horizontal .tooltip.tooltip-main,
.slider.slider-vertical .tooltip.tooltip-main {
  opacity: 0.7 !important;
  min-width: 30px;
}

.slider.slider-horizontal .tooltip-inner,
.slider.slider-vertical .tooltip-inner {
  font-size: 90%;
  width: auto;
}

.slider-selection {
  background: #056589;
}

.slider.slider-horizontal .slider-track {
  height: 5px;
}

.slider-handle {
  border: 3px solid #fff !important;
  width: 14px;
  height: 14px;
  background-color: #056589;
}

.tooltip-inner {
  color: #056589;
  background-color: #F5F5F5;
}

.tooltip-inner:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #F5F5F5;
  top: 24px;
}

.icon-box-style-07 {
  border-radius: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 100px 50px 80px 50px;
  -webkit-box-shadow: 0px 20px 50px #2E319211;
  box-shadow: 0px 20px 50px #2E319211;
  position: relative;
  background: #fff;
}

.icon-box-style-07::before {
  position: absolute;
  bottom: -30px;
  background: #fff;
  content: '';
  width: calc(100% - 50px);
  left: 25px;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  -webkit-box-shadow: 0 15px 23px 0 rgba(35, 49, 64, 0.09);
  box-shadow: 0 15px 23px 0 rgba(35, 49, 64, 0.09);
}

.icon-box-style-07 .slider.slider-horizontal .slider-track {
  height: 10px;
}

.icon-box-style-07 .slider-handle {
  border: 10px solid #fff !important;
  width: 50px;
  height: 50px;
  background-color: #056589;
  -webkit-box-shadow: 0px 10px 20px #2E319226;
  box-shadow: 0px 10px 20px #2E319226;
  display: none;
}

.icon-box-style-07 .slider.slider-horizontal {
  margin-bottom: 40px;
}

.icon-box-style-07 .slider.slider-horizontal .slider-track {
  margin-top: 10px;
}

.icon-box-style-07 .collected {
  position: relative;
  margin-right: 20px;
}

.icon-box-style-07 .collected:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #056589;
  border-radius: 5px;
  top: 3px;
}

.icon-box-style-07 .collected p {
  font-weight: 400;
  color: #056589;
  font-family: var(--body-font);
  padding-left: 20px;
}

.icon-box-style-07 .needMore {
  position: relative;
}

.icon-box-style-07 .needMore:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #F5F5F5;
  border-radius: 5px;
  top: 3px;
}

.icon-box-style-07 .needMore p {
  font-weight: 400;
  color: #F5F5F5;
  font-family: var(--body-font);
  padding-left: 20px;
}

.icon-box-style-07 .label {
  font-size: 55px;
}

.image-box-style-01 {
  position: relative;
}

.image-box-style-01 img {
  border-radius: 10px;
  margin-left: 82px;
  margin-top: 82px;
}

.image-box-style-01:before {
  position: absolute;
  width: calc(100% - 82px);
  height: calc(100% - 82px);
  content: '';
  background: #056589;
  border-radius: 10px;
  z-index: -1;
}

.image-box-style-01.volunteer-box:before {
  width: 100%;
}

.image-box-style-01.volunteer-box img {
  margin-left: 45px;
  margin-top: 45px;
}

.image-box-style-02 {
  position: relative;
  top: -90px;
}

.image-box-style-02 img {
  padding-left: 50px;
}

.image-box-style-02:before {
  position: absolute;
  width: 400px;
  height: 400px;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
  left: 100px;
  top: 100px;
}

.image-box-style-02:after {
  position: absolute;
  width: 100%;
  height: 70%;
  content: '';
  background: #056589;
  z-index: -2;
  left: 0;
  bottom: 0px;
}

.image-box-style-03 {
  position: absolute;
  bottom: 0;
  right: 6%;
  z-index: 9;
}

.image-box-style-03:before {
  position: absolute;
  width: 400px;
  height: 400px;
  content: '';
  background: #113D87;
  border-radius: 50%;
  z-index: -1;
  left: 0px;
  top: 100px;
}

.image-box-style-04 {
  position: relative;
}

.image-box-style-04 .box-date {
  position: absolute;
  top: -50px;
  left: 25%;
  -webkit-box-shadow: 5px 10px 20px #ccc;
  box-shadow: 5px 10px 20px #ccc;
  z-index: 999;
  background: #fff;
  padding: 18px 30px 20px 30px;
  border-radius: 5px;
}

.image-box-style-04 .box-date .box-icon i:before {
  font-size: 40px;
  color: #056589;
  margin-right: 20px;
}

.image-box-style-04 .box-date .box-content h4 {
  font-size: 24px;
  letter-spacing: 0;
  color: #404040;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 0px;
}

.image-box-style-04 .box-date .box-content h6 {
  font-size: 16px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 400;
  font-family: var(--secondary-font);
  margin-bottom: 5px;
}

.image-box-style-05 {
  position: relative;
}

.image-box-style-05 img {
  border-radius: 10px;
}

.image-box-style-06 {
  position: relative;
}

.image-box-style-06 img {
  border-radius: 10px;
  margin-right: 82px;
  margin-top: 95px;
  width: 90%;
}

.image-box-style-06:before {
  position: absolute;
  width: 85%;
  height: calc(100% - 82px);
  content: '';
  background: url(../img/action/5.png);
  border-radius: 10px;
  z-index: -1;
  right: 0px;
  top: -90px;
}

.image-box-style-07 {
  position: absolute;
  bottom: 0;
  right: 6%;
  z-index: 9;
}

.image-box-style-07:before {
  position: absolute;
  width: 400px;
  height: 400px;
  content: '';
  background: #113D87;
  border-radius: 50%;
  z-index: -1;
  left: 0px;
  top: 100px;
}

.content-box-style-01 .description {
  font-family: var(--secondary-font);
  font-size: 16px;
  letter-spacing: 0px;
  color: #616368;
  font-weight: 400;
  line-height: 30px;
  padding-top: 5px;
}

.content-box-style-01 .title {
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 700;
}

.content-box-style-01 .para {
  font-size: 16px;
  font-family: var(--secondary-font);
  line-height: 30px;
  margin-top: 28px;
}

.content-box-style-01 ul {
  padding: 0;
  margin: 0;
}

.content-box-style-01 ul li {
  list-style: none;
  margin: 15px 0px;
}

.content-box-style-01 ul li a {
  font-family: var(--secondary-font);
  letter-spacing: 0;
  color: #666;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
}

.content-box-style-01 ul li a i {
  width: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.content-box-style-01 ul li a i:hover {
  color: #056589;
}

.content-box-style-01 .name {
  font-size: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  letter-spacing: 0;
  color: #404040;
  line-height: 30px;
  display: block;
}

.content-box-style-01 .address {
  font-family: var(--secondary-font);
  letter-spacing: 0;
  color: #666666;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

.content-box-style-01 .video-btn-style-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.content-box-style-01 .video-btn-style-02 a {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  color: #056589;
  font-family: var(--body-font);
}

.content-box-style-01 .video-btn-style-02 a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #056589;
  line-height: 50px;
  color: #056589;
  text-align: center;
  font-size: 12px;
  margin-right: 20px;
}

.content-box-style-01 .box-date {
  padding: 15px 40px 15px 0px;
}

.content-box-style-01 .box-date .box-icon i:before {
  font-size: 40px;
  color: #056589;
  margin-right: 20px;
}

.content-box-style-01 .box-date .box-content h4 {
  font-size: 24px;
  letter-spacing: 0;
  color: #404040;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 0px;
}

.content-box-style-01 .box-date .box-content h6 {
  font-size: 16px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 400;
  font-family: var(--secondary-font);
  margin-bottom: 5px;
}

.content-box-style-02 .loader-area h4 {
  font-size: 24px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 400;
  font-family: var(--body-font);
}

.content-box-style-03 .para {
  font-size: 16px;
  font-family: var(--secondary-font);
  line-height: 30px;
  margin-top: 38px;
  margin-bottom: 50px;
}

.content-box-style-03 .btn-wrapper:hover {
  color: #056589;
}

.content-box-style-03 .btn-wrapper a {
  text-decoration: underline;
  color: #404040;
  font-size: 18px;
}

.content-box-style-03 .btn-wrapper a:hover {
  color: #056589;
}

.content-box-style-04 .description {
  font-family: var(--secondary-font);
  font-size: 16px;
  letter-spacing: 0px;
  color: #666;
  font-weight: 400;
  line-height: 30px;
  padding-top: 15px;
  margin-bottom: 25px;
}

.content-box-style-04 .para {
  font-size: 16px;
  font-family: var(--secondary-font);
  line-height: 30px;
  margin-top: 15px;
}

.content-box-style-04 .name {
  font-size: 30px;
  font-family: var(--body-font);
  font-weight: 400;
  letter-spacing: 0;
  color: #056589;
  line-height: 30px;
  display: block;
}

.content-box-style-04 .post {
  font-family: var(--secondary-font);
  letter-spacing: 0;
  color: #666;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

.content-box-style-05 {
  -webkit-box-shadow: 0px 20px 50px #2E319211;
  box-shadow: 0px 20px 50px #2E319211;
  border-top-right-radius: 85px;
  padding: 150px 28%;
  margin-top: 50px;
  margin-bottom: 90px;
  display: block;
}

.content-box-style-05 .description {
  font-family: var(--secondary-font);
  font-size: 16px;
  letter-spacing: 0px;
  color: #616368;
  font-weight: 400;
  line-height: 30px;
  padding-top: 5px;
}

.content-box-style-05 .title {
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 700;
}

.content-box-style-05 .para {
  font-size: 16px;
  font-family: var(--secondary-font);
  line-height: 30px;
  margin-top: 28px;
}

.content-box-style-05 ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.content-box-style-05 ul li {
  list-style: none;
  margin: 15px 0px;
}

.content-box-style-05 ul li a {
  font-family: var(--secondary-font);
  letter-spacing: 0;
  color: #666;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
}

.content-box-style-05 ul li a i {
  width: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.content-box-style-05 ul li a i:hover {
  color: #056589;
}

.content-box-style-05 .name {
  font-size: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  letter-spacing: 0;
  color: #404040;
  line-height: 30px;
  display: block;
}

.content-box-style-05 .address {
  font-family: var(--secondary-font);
  letter-spacing: 0;
  color: #666666;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

.content-box-style-05 .video-btn-style-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.content-box-style-05 .video-btn-style-02 a {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  color: #056589;
  font-family: var(--body-font);
}

.content-box-style-05 .video-btn-style-02 a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #056589;
  line-height: 50px;
  color: #056589;
  text-align: center;
  font-size: 12px;
  margin-right: 20px;
}

.content-box-style-06 .para {
  font-family: var(--secondary-font);
  color: #666;
}

.content-box-style-06 .nav-tabs {
  display: block;
  border-bottom: 0px;
  position: relative;
}

.content-box-style-06 .nav-tabs::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 115%;
  top: -7%;
  background: #fff;
  left: -8px;
  border-radius: 10px;
}

.content-box-style-06 .nav-tabs li {
  margin-bottom: 30px;
}

.content-box-style-06 .nav-tabs li .active {
  -webkit-box-shadow: 0px 5px 15px #2E319211;
  box-shadow: 0px 5px 15px #2E319211;
  background: #fff;
}

.content-box-style-06 .nav-tabs li .active::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 100%;
  background: #056589;
  left: -8px;
  border-radius: 10px;
  top: 0px;
}

.content-box-style-06 .nav-tabs li a {
  font-size: 24px;
  color: #404040;
  font-weight: 400;
  padding: 10px;
  position: relative;
}

.content-box-style-06 .tab-content p {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #666;
}

.content-box-style-07 {
  -webkit-box-shadow: 0px 20px 50px #2E319211;
  box-shadow: 0px 20px 50px #2E319211;
  padding: 50px;
  margin-top: 50px;
  border-top: 3px solid #056589;
}

.content-box-style-07 .content ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.content-box-style-07 .content ul li {
  list-style: none;
  border-bottom: 1px solid rgba(4, 51, 129, 0.05);
  padding-bottom: 10px;
  padding-top: 10px;
}

.content-box-style-07 .content ul li:last-child {
  border-bottom: 0px;
}

.content-box-style-07 .content ul li a {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #666;
}

.content-box-style-07 .content ul li a i {
  color: #056589;
  width: 20px;
}

.content-box-style-07 h4 {
  font-size: 30px;
  font-weight: 500;
}

.content-box-style-07 p {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #666;
}

.content-box-style-07 .thumb {
  width: 150px;
  height: 150px;
  margin-left: 50px;
}

.content-box-style-07 .thumb .time {
  background: #056589;
  position: absolute;
  z-index: -1;
  left: 57px;
  padding: 23px 40px 23px 15px;
  top: 130px;
  border-radius: 10px;
}

.content-box-style-07 .thumb .time span {
  display: block;
  color: #fff;
}

.content-box-style-07 .thumb .time .date {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.content-box-style-07 .thumb .time .month {
  font-size: 16px;
}

.content-box-style-07 .thumb img {
  border-radius: 50%;
  border: 5px solid #F12552;
}

.content-box-style-08 {
  position: relative;
  z-index: 99;
}

.content-box-style-08 .subtitle {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #fff;
  font-family: var(--body-font);
  padding-left: 53px;
}

.content-box-style-08 .subtitle:before {
  position: absolute;
  content: '';
  width: 38px;
  height: 2px;
  background: #fff;
  left: 0px;
  top: 10px;
}

.content-box-style-08 .title {
  font-size: 55px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 3px;
  color: #fff;
}

.content-box-style-08 .loader-area h4 {
  font-size: 24px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 400;
  font-family: var(--body-font);
}

.causes-right-content {
  padding-left: 50px;
}

.content-box-date {
  margin-bottom: 20px;
}

.content-box-date .box-icon i:before {
  font-size: 65px;
  color: #056589;
  margin-right: 20px;
}

.content-box-date .box-content h4 {
  font-size: 55px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 700;
  font-family: var(--body-font);
  margin-bottom: 0px;
}

.content-box-date .box-content h6 {
  font-size: 16px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 400;
  font-family: var(--secondary-font);
  margin-bottom: 5px;
}

.controler-wrapper-style-01 {
  margin-top: -65px;
  padding-left: 50%;
  color: #fff;
  position: absolute;
}

.controler-wrapper-style-01 .active-controler {
  font-size: 20px;
  letter-spacing: 0.025em;
  color: #fff;
}

.controler-wrapper-style-01 .progressbar {
  width: 450px;
  float: left;
  height: 6px;
  position: relative;
  top: 15px;
  margin-right: 20px;
}

.controler-wrapper-style-01 .progressbar .home-slider-progress {
  background-color: #2E6EC2;
  position: absolute;
  width: 400px;
  height: 3px;
}

.controler-wrapper-style-01 .progressbar .home-slider-progress-active {
  background-color: #fff;
  position: absolute;
  width: 100px;
  height: 2px;
  top: 0px;
}

.controler-wrapper-style-01 .total-controler {
  text-align: right;
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #fff;
}

.controler-wrapper-style-01 span {
  position: relative;
}

.controler-wrapper-style-02 {
  color: #fff;
  margin-top: 200px;
  position: absolute;
  top: 20%;
  right: 15%;
}

.controler-wrapper-style-02 .active-controler {
  font-size: 20px;
  letter-spacing: 0.025em;
  color: #fff;
}

.controler-wrapper-style-02 .progressbar {
  height: 280px;
  position: relative;
  margin-left: 22px;
  margin-bottom: 20px;
}

.controler-wrapper-style-02 .progressbar .slider-progress {
  background-color: #6d6c6c;
  position: absolute;
  width: 2px;
  height: 280px;
}

.controler-wrapper-style-02 .progressbar .slider-progress-active {
  background-color: #fff;
  position: absolute;
  width: 2px;
  height: 70px;
  top: 0px;
}

.controler-wrapper-style-02 .total-controler {
  text-align: right;
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #fff;
}

.controler-wrapper-style-03 {
  margin-top: -65px;
  padding-left: calc(15% + 150px);
  color: #fff;
  position: absolute;
}

.controler-wrapper-style-03 .active-controler {
  font-size: 20px;
  letter-spacing: 0.025em;
  color: #fff;
}

.controler-wrapper-style-03 .progressbar {
  width: 400px;
  float: left;
  height: 6px;
  position: relative;
  top: 15px;
  margin-right: 20px;
}

.controler-wrapper-style-03 .progressbar .home-slider-progress {
  background-color: #2E6EC2;
  position: absolute;
  width: 400px;
  height: 2px;
}

.controler-wrapper-style-03 .progressbar .home-slider-progress-active {
  background-color: #fff;
  position: absolute;
  width: 100px;
  height: 2px;
  top: 0px;
}

.controler-wrapper-style-03 .total-controler {
  text-align: right;
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #fff;
}

.controler-wrapper-style-03 span {
  position: relative;
}

.controler-wrapper-style-04 {
  margin-top: -65px;
  padding-right: 0;
  color: #fff;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 82%;
  width: 485px;
  top: 55%;
}

.controler-wrapper-style-04 .active-controler {
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #fff;
}

.controler-wrapper-style-04 .progressbar {
  width: 300px;
  float: left;
  height: 6px;
  position: relative;
  top: 15px;
  margin-right: 20px;
  margin-left: 20px;
}

.controler-wrapper-style-04 .progressbar .home-slider-progress {
  background-color: #2E6EC2;
  position: absolute;
  width: 300px;
  height: 2px;
}

.controler-wrapper-style-04 .progressbar .home-slider-progress-active {
  background-color: #fff;
  position: absolute;
  width: 100px;
  height: 2px;
  top: 0px;
}

.controler-wrapper-style-04 .total-controler {
  text-align: right;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #fff;
}

.controler-wrapper-style-04 span {
  position: relative;
}

@charset "UTF-8";
/*
Theme Name: Bausins
Theme URI: 
Author: 
Author URI: 
Description: Bausins is a business website template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Header
    ## Header Bottom Area
    ## Footer Area
    ## Error 404 Area
    ## Why us Area
    ## Highly Skilled Area
    ## Call TO Action Area
    ## Testimonial Area
    ## Top Lawyer Style 02
    ## Counterup Area
    ## Case Category Area
    ## Legal Support Area
    ## Practice Details Area
    ## Attorney Details Area

# Elements
    ## Back Top
    ## Preloader
    ## Video Popup
    ## Button
    ## Blog
    ## Accordion
    ## contact Info Item
    ## Quote block with sign
    ## Counterup Item
    ## Video With Image
    ## Video Play Button
    ## Why Us Item
    ## Section Title
    ## What we cover item
    ## Icon Box Item
    ## Testimonial Item
    ## Case Categories Item
    ## Quote With Image
    ## Price Plan Item

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("../../../../css.css");

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --main-color-one: #008b8b;
  --main-color-two: #056589;
  --secondary-color: #14b3e4;
  --heading-color: #383D49;
  --paragraph-color: #7e7e7e;
  --heading-font: "Poppins", serif;
  --body-font: "Poppins", sans-serif;
}



code {
  color: #faa603;
}

.dark-bg {
  background-color: #111d5c;
}

.section-bg-1 {
  background-color: #f4f7fc;
}

.check-list-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list-02 li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}

.check-list-02 li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color-one);
}

.error {
  color: #dc3545;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}

.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous>a,
.posts-navigation .nav-previous>a,
.post-navigation .nav-previous>a,
.comment-navigation .nav-next>a,
.posts-navigation .nav-next>a,
.post-navigation .nav-next>a {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover>a,
.posts-navigation .nav-previous:hover>a,
.post-navigation .nav-previous:hover>a,
.comment-navigation .nav-next:hover>a,
.posts-navigation .nav-next:hover>a,
.post-navigation .nav-next:hover>a {
  color: var(--main-color-one);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

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

.gray-bg {
  background-color: #f5f5f5;
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-55 {
  padding-top: 55px;
}

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

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-65 {
  padding-top: 65px;
}

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

.padding-top-75 {
  padding-top: 75px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

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

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-top-210 {
  padding-top: 210px;
}

.padding-top-260 {
  padding-top: 260px;
}

.padding-top-390 {
  padding-top: 390px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

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

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

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

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

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

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

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

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

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-280 {
  padding-bottom: 280px;
}

.padding-bottom-285 {
  padding-bottom: 285px;
}

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

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

.padding-bottom-165 {
  padding-bottom: 165px;
}

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

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-215 {
  padding-bottom: 215px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-bottom-460 {
  padding-bottom: 460px;
}

.margin-top-minus-90 {
  margin-top: -90px;
}

.margin-top-minus-100 {
  margin-top: -100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-160 {
  margin-top: 160px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

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

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

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

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

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

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

.margin-top-50 {
  margin-top: 50px;
}

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

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

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

.margin-bottom-10 {
  margin-bottom: 10px;
}

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

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

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

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-top-100 {
  margin-bottom: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.min-height-600 {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li+li {
  margin: 0 5px;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li+li {
  margin: 0 5px;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  padding: 3px 25px;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/
.single-post-details-item .entry-content>.alignwide {
  max-width: 1100px;
}

.single-post-details-item .entry-content>.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}

wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
  margin-top: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

/*---------------------
    ## Breadcumb 
----------------------*/
.breadcrumb-area {
  background: url(../img/breadcrumb/01.png);
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

.breadcrumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  content: "";
  background: linear-gradient(to right, #2a3471, #021b79);
  z-index: -1;
}

.breadcrumb-area.extra {
  padding-bottom: 138px;
}

.breadcrumb-area .breadcrumb-inner {
  padding: 228px 0 155px 0;
  text-align: center;
}

.breadcrumb-area .page-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.breadcrumb-area p {
  font-size: 14px;
  line-height: 26px;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}

.breadcrumb-area .page-list li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}

.breadcrumb-area .page-list li:first-child a {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-area .page-list li:first-child:after {
  display: none;
}

.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 7px;
  top: 0;
  font-weight: 700;
  content: "/";
  font-family: "fontawesome";
}

.breadcrumb-area .page-list li a {
  color: var(--main-color-one);
  transition: all 0.3s ease-in;
}

.breadcrumb-area .page-list li a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 38px;
  text-transform: uppercase;
}

.comments-area .comment-list .comment-respond {
  margin-bottom: 30px;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 20px;
}

.comments-area .comment-list li {
  margin-bottom: 30px;
}

.comments-area .comment-list li:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.comments-area .comment-list li ul {
  list-style: none;
}

.comments-area .comment-list li ul.children li {
  margin-left: 50px;
  list-style-type: none;
  list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
  display: flex;
  align-self: flex-start;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
  margin-right: 20px;
  min-width: 80px;
  border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
  margin-bottom: 10px;
  border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-list li .single-comment-wrap .content {
  flex: 1;
  position: relative;
}

.comments-area .comment-list .has-children {
  padding-left: 80px;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
  max-width: 620px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
  font-size: 14px;
  line-height: 24px;
  word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
  color: var(--secondary-color);
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
  color: var(--main-color-one);
}

.comments-area .reply-title,
.comments-area .comment-reply-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.comments-area .form-submit {
  margin-bottom: 0;
}

.comment-form .form-group.textarea .form-control {
  min-height: 160px;
  resize: none;
  line-height: 26px;
}

.comment-form .form-group.textarea .form-control:focus {
  outline: none;
  box-shadow: none;
}

.comment-form .form-group .form-control {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  border: 1px solid #f2f2f3;
  background-color: #f2f2f3;
}

.comment-form .submit-btn {
  height: 50px;
  width: auto;
  border-radius: 5px;
  font-weight: 400;
  background-color: var(--main-color-one);
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
  color: #fff;
}

.comment-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.comment-respond {
  /*margin-top: 20px;*/
}

.comments-area .comment-list .children li:last-child {
  margin-bottom: 30px;
}

.comments-area .comment-list li ul.children {
  margin-top: 30px;
}

.comment-form-cookies-consent input[type=checkbox] {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 30px;
}

.widget select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
}

.widget .widget-title {
  display: inline-flex;
  color: #2e3440;
  border-bottom: 3px solid #008b8b;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 20px;
  white-space: nowrap;
  font-weight: 900 !important;
  font-family: 'Oswald', sans-serif;

}

.widget .widget-title.style-01 {
  font-size: 18px;
}

.widget.widget_calendar {
  padding-right: 24px;
  padding-left: 24px;
}

.widget:last-child {
  margin-bottom: 0px;
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none;
}

.widget.footer-widget .subscribe-form .form-group .form-control {
  background-color: #515457;
  color: #fff;
}

.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .submit-btn:hover {
  background-color: #fff;
  color: var(--main-color-one);
}

.widget.footer-widget {
  background-color: transparent !important;
  padding: 0;
  padding-bottom: 30px;
  padding: 10px 30px;
  padding-left: 30px;
  border-right: 1px solid #dadcdc;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li ul {
  margin-left: 20px;
}

.widget ul li {
  display: block;
  margin: 8px 0;
  -ms-word-wrap: break-word;
  word-break: break-word;
}

.widget ul li:first-child {
  margin-top: 0px;
}

.widget ul li:last-child {
  margin-bottom: 0px;
}

.widget ul li a {
  color: inherit;
  transition: all 0.3s ease-in;
}

.widget ul li a:hover {
  color: var(--main-color-one);
}

.widget_search .search-form {
  position: relative;
}

.widget_search .search-form .form-group {
  margin-bottom: 0;
}

.widget_search .search-form .form-group .form-control {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 70px 0 15px;
}

.widget_search .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--secondary-color);
  color: #fff;
  transition: 0.3s ease-in;
  border: none;
  cursor: pointer;
}

.widget_search .search-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.widget_author_meta {
  text-align: center;
}

.widget_author_meta .thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.widget_author_meta .thumb img {
  border-radius: 50%;
}

.widget_author_meta .content .name {
  font-size: 21px;
  font-weight: 700;
}

.widget_author_meta .content p {
  font-size: 16px;
  line-height: 26px;
}

.widget_author_meta .content ul {
  margin-top: 25px;
}

.widget_author_meta .content ul li {
  display: inline-block;
  margin: 0 5px;
}

.widget_author_meta .content ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease-in;
}

.widget_author_meta .content ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px 5px 5px 0;
  color: inherit;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  font-size: 14px !important;
}

.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.widget ul li ul.sub-menu {
  position: initial;
}

.widget ul li ul.sub-menu {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  border-top: none;
  box-shadow: none;
  margin-top: 10px;
}

.widget ul li ul.sub-menu li a {
  padding: 0 0 0px 10px;
}

.widget ul li ul.sub-menu li a:hover {
  background-color: transparent;
}

.widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.widget_nav_menu ul li {
  margin: 10px 0;
}

.widget.widget_archive ul li:first-child {
  padding-top: 0;
}

.widget.widget_archive ul li {
  padding: 10px 0;
  border-bottom: 1px solid #dedee2;
}

.widget.widget_archive ul li:last-child {
  border-bottom: none;
}

.widget.widget_archive ul li a span {
  float: right;
}

.widget.widget_nav_menu ul li:first-child {
  margin-top: 0;
}

.widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_nav_menu ul li a {
  border: none;
}

.widget.widget_nav_menu ul li>ul {
  margin-left: 15px;
}

.widget.footer-widget.widget_calendar table {
  margin-bottom: 0;
}

.widget.footer-widget.widget_calendar caption {
  padding-bottom: 0;
}

.widget.footer-widget .widget-title {
  color: #2e3440;
}

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td {
  color: #9191aa;
  font-size: 14px;
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li {
  color: #2e3440;
  font-size: 14px;
}

.widget.footer-widget ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.widget .social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}

.widget .social_share li {
  width: calc(100% / 3);
  margin: 0;
  display: block;
  padding: 20px 0 12px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.widget .social_share li i {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.widget .social_share li.facebook {
  background-color: #3b5999;
}

.widget .social_share li.twitter {
  background-color: #55acee;
}

.widget .social_share li.instagram {
  background-color: #e4405f;
}

.widget .social_share li a:hover {
  color: #fff;
}

.widget .social_share li+li {
  margin-left: 10px;
}

.widget .recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget .recent_post_item li {
  display: block;
  padding-bottom: 20px;
}

.widget .recent_post_item li+li {
  margin-top: 20px;
}

.widget .recent_post_item li.single-recent-post-item {
  display: flex;
  align-self: flex-start;
  border-bottom: 1px solid #dedee2;
}

.widget .recent_post_item li.single-recent-post-item .thumb {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.widget .recent_post_item li.single-recent-post-item .content {
  flex: 1;
}

.widget .recent_post_item li.single-recent-post-item .content .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.widget .recent_post_item li.single-recent-post-item .content .time {
  font-size: 12px;
  font-weight: 500;
}

.widget .recent_post_item li.single-recent-post-item .content .time i {
  padding-right: 5px;
}

.contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact_info_list li {
  display: block;
}

.contact_info_list li.single-info-item {
  position: relative;
}

.contact_info_list li.single-info-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--main-color-one);
}

.contact_info_list li.single-info-item .details {
  margin-left: 30px;
}

.about_us_widget .footer-logo {
  margin-bottom: 20px;
  display: block;
}

.copyright-area {
  padding: 20px 0;
  text-align: center;
  color: #898ba7;
  font-size: 14px;
}

.widget-testimonial .icon {
  font-size: 70px;
  line-height: 60px;
  color: var(--main-color-one);
  margin-bottom: 16px;
}

.widget-testimonial p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.widget-testimonial .author-meta {
  display: flex;
  align-self: flex-start;
  margin-top: 24px;
}

.widget-testimonial .author-meta .thumb {
  margin-right: 20px;
}

.widget-testimonial .author-meta .thumb img {
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}

.widget-testimonial .author-meta .content {
  flex: 1;
  margin-top: 15px;
}

.widget-testimonial .author-meta .content .name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.widget-testimonial .author-meta .content .designation {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.practice-sidebar .widget.widget_categories,
.case-sidebar .widget.widget_categories {
  padding: 0px;
  background-color: transparent;
}

.practice-sidebar .widget.widget_categories .widget-title,
.case-sidebar .widget.widget_categories .widget-title {
  background-color: #e1e1e1;
  padding: 15px 30px;
  margin-bottom: 0px;
}

.practice-sidebar .widget.widget_categories ul li,
.case-sidebar .widget.widget_categories ul li {
  position: relative;
  z-index: 0;
  background-color: #f5f5f5;
  padding: 13px 30px;
  margin-bottom: 0;
}

.practice-sidebar .widget.widget_categories ul li+li,
.case-sidebar .widget.widget_categories ul li+li {
  margin-top: 2px;
}

.practice-sidebar .widget.widget_categories ul li:after,
.case-sidebar .widget.widget_categories ul li:after {
  position: absolute;
  left: 15px;
  top: 12px;
  content: "";
  font-family: "fontawesome";
  font-weight: 900;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none !important;
  }
}

.navbar-area {
  padding: 0;
}

.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 1;
}

.navbar-area.nav-style-02 {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100px;
  z-index: 2;
}

.navbar-area.nav-style-02.has-topbar {
  top: 50px;
}

.navbar-area.nav-style-02.has-topbar-02 {
  top: 122px;
}

.navbar-area.nav-style-02.has-topbar-03 {
  top: 70px;
}

.navbar-area.nav-style-02 .nav-container {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}

.navbar-area.nav-style-02 .nav-container .logo-wrapper {
  max-width: 200px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content {
  display: flex;
  align-items: center;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li+li {
  margin-left: 5px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li.current-menu-item a {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li.current-menu-item:before {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container.political-02 .navbar-collapse .navbar-nav li:hover a {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
  text-align: right;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
  color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  z-index: initial;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  background-color: #fff;
  color: var(--paragraph-color);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
  transition: all 0.3s ease-in;
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color-one);
}

.navbar-area.nav-style-01 {
  background-color: var(--main-color-two);
}

.navbar-area.nav-style-01 .nav-container {
  background-color: var(--main-color-two);
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: right;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 110px;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
  color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  z-index: initial;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
  border-top: 1px solid #e2e2e2;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  background-color: #fff;
  color: var(--paragraph-color);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: #fff;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  transition: all 0.3s ease-in;
  color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color-one);
}

.navbar-area .nav-container {
  background-color: #fff;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 30px;
}

.navbar-area .nav-container .nav-right-content .btn-wrapper {
  margin-left: 40px;
}

.navbar-area .nav-container .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
}

.navbar-area .nav-container .nav-right-content ul li {
  display: inline-block;
  margin: 0 15px;
  color: #6a7795;
}

.navbar-area .nav-container .nav-right-content ul li:last-child {
  margin-right: 0;
}

.navbar-area .nav-container .nav-right-content ul li a {
  color: #6a7795;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li a:hover {
  color: var(--secondary-color);
}

.navbar-area .nav-container .nav-right-content ul li.search {
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li.search:hover {
  color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
  background-color: var(--secondary-color);
}

.navbar-area .nav-container .navbar-brand .site-title {
  font-weight: 700;
  font-size: 30px;
  font-family: var(--heading-font);
  line-height: 90px;
  color: var(--heading-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: right;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 14px;
  font-family: var(--body-font);
  text-transform: capitalize;
  font-weight: 600;
  line-height: 70px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
  margin-left: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  font-weight: 700;
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 14px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
  border-top: 1px solid #e2e2e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 12px 30px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--paragraph-color);
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
  left: 100%;
  top: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
}

@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-02 .nav-container {
    padding: 37px 0px;
  }

  .navbar-area.nav-style-02 .nav-container .navbar-toggler {
    background-color: #fff;
  }

  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    background-color: var(--main-color-two);
    padding: 0 20px;
  }

  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
  }

  .navbar-area.nav-style-01 .nav-container {
    padding: 20px 0px;
  }

  .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
    background-image: none;
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: left;
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 30px;
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: 1px solid #e2e2e2;
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
    color: var(--paragraph-color);
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
    color: #656565;
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    transition: all 0.3s ease-in;
    color: rgba(255, 255, 255, 0.8);
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px;
  }

  .navbar-area .nav-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }

  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.8);
  }

  .navbar-area .nav-container .navbar-brand {
    display: block;
  }

  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
    border: 1px solid #e2e2e2;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
    padding-top: 10px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    transition: height 500ms;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "";
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    color: #fff;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0 15px;
  }
}

/*----------------------------
    Info Bar
----------------------------*/
.info-bar-bottom {
  background-color: transparent;
}

.info-bar-bottom.style-01 {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
}

.info-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-items li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  transition: all 0.3s ease-in;
}

.info-items li+li {
  margin-left: 20px;
}

.info-items li:hover {
  color: var(--secondary-color);
}

.info-items li i {
  margin-right: 3px;
  color: var(--secondary-color);
}

.info-items-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-items-02 li {
  display: flex;
  align-items: center;
}

.info-items-02 li .title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 15px;
  margin-right: 15px;
}

.info-items-02 li .number {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.info-items-02 li .number span {
  color: var(--secondary-color);
}

.info-items-icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-items-icon li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.3s ease-in;
}

.info-items-icon li+li {
  margin-left: 20px;
}

.info-items-icon li:hover {
  color: var(--secondary-color);
}

/*----------------------------
    Top Bar
----------------------------*/
.topbar-area {
  background-color: var(--main-color-two);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.topbar-inner div .boxed-btn {
  padding: 15px 30px;
  background-color: var(--main-color-one);
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-in;
}

.topbar-inner div .boxed-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.header-style-04.has-top-bar .navbar-area {
  top: 75px;
}

.header-style-04.has-top-bar .header-area {
  padding-top: 352px;
  padding-bottom: 300px;
}

.header-style-03 .header-area {
  padding-top: 295px;
}

.header-area-wrapper,
.header-style-02,
.header-style-03 {
  position: relative;
  z-index: 0;
}

.header-style-02 .header-area {
  padding-top: 295px;
  padding-bottom: 290px;
}

.header-slider-one .owl-item.active .title {
  animation: slideInLeft 2s 0s both;
}

.header-slider-one .owl-item.active p {
  animation: slideInLeft 2s 1s both;
}

.header-slider-one .owl-item.active span {
  animation: slideInRight 2s 1s both;
}

.header-slider-one .owl-item.active .author-sign {
  animation: flipInX 2s 1s both;
}

.header-slider-one .owl-item.active .btn-wrapper {
  animation: flipInX 2s 2s both;
}

.header-slider-one:hover .owl-nav div {
  visibility: visible;
  opacity: 1;
}

.header-slider-one .owl-nav div {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
}

.header-slider-one .owl-nav div:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.header-slider-one .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.header-area {
  padding: 290px 0 225px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.header-area.style-01 {
  padding: 205px 0 255px;
}

.header-area.style-02 {
  padding: 205px 0 255px;
}

.header-area.style-03 {
  padding: 205px 0 290px;
}

.header-area .subtitle {
  position: relative;
  z-index: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 70px;
  letter-spacing: 1px;
}

.header-area .subtitle:after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 60px;
  height: 2px;
  background-color: var(--main-color-one);
  content: "";
}

.header-area.header-bg {
  background-color: #000;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.header-area.header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/header-slider/bg.png);
  z-index: -1;
}

.header-area.header-bg-02 {
  background-color: #000;
  background-position: center;
  background-size: cover;
  position: relative;
}

.header-area.header-bg-02::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 50, 122, 0.3);
  z-index: -1;
}

.header-area.header-bg-03 {
  background-color: #000;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.header-area.header-bg-03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(22, 50, 122, 0.6);
  z-index: -1;
}

.header-area .bg-img {
  height: 100%;
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  background-position: bottom right;
}

.header-area .header-inner.style-01 {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-area .header-inner-02 {
  background-color: var(--main-color-one);
  padding: 103px 0px 105px 100px;
  position: relative;
  z-index: 0;
}

.header-area .header-inner-02:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -95px;
  border-top: 552px solid var(--main-color-one);
  border-right: 95px solid transparent;
}

.header-area .header-inner-02 .title {
  font-size: 60px;
}

.header-area .header-inner-02 .header-bottom {
  display: flex;
  justify-content: space-between;
}

.header-area .header-inner-02 .header-bottom .author-mate .author-sign {
  width: 130px;
  margin-bottom: 15px;
}

.header-area .header-inner-02 .header-bottom .btn-wrapper .campign-btn {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  left: 50px;
  z-index: 1;
}

.header-area .header-inner-02 .header-bottom .btn-wrapper .campign-btn i {
  height: 45px;
  width: 45px;
  font-size: 20px;
  margin-left: 15px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  background-color: var(--main-color-two);
}

.header-area .header-inner-03 {
  overflow: hidden;
}

.header-area .header-inner-03 .header-bottom .author-mate .author-sign {
  width: 130px;
  margin-bottom: 15px;
}

.header-area .header-inner-04 .title {
  text-align: center;
  max-width: 750px;
  margin: auto;
  margin-bottom: 42px;
}

.header-area .header-inner-04 .contact-info .btn-wrapper .boxed-btn {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  min-width: 160px;
  padding: 22px 30px;
}

.header-area .title {
  font-size: 72px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.header-area .title.style-01::after {
  content: "";
  position: absolute;
  left: -1000px;
  top: 40px;
  height: 2px;
  width: 1000px;
  background-color: var(--main-color-one);
  z-index: 1;
}

.header-area p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}

.header-area span {
  color: var(--secondary-color);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}

.header-area .btn-wrapper .boxed-btn {
  border: 1px solid transparent;
}

.header-area .btn-wrapper .boxed-btn:hover {
  border: 1px solid #fff;
  background-color: transparent;
}

.header-area .btn-wrapper .boxed-btn+.boxed-btn {
  margin-left: 20px;
}

/*----------------------------
    Header Bottom Area
-----------------------------*/
.header-bottom-wrapper .right-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-bottom-area.bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.header-bottom-area.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: -1;
}

.header-bottom-area.m-bottom {
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}

.header-bottom-area.m-top {
  margin-top: -137px;
  position: relative;
  z-index: 1;
}

.header-bottom-area .header-bottom-top {
  padding: 60px;
  position: relative;
  z-index: 1;
}

.header-bottom-area .header-bottom-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: -58px;
  width: 100px;
  height: 100%;
  background-color: var(--main-color-two);
  transform: skew(-13deg);
  z-index: -1;
}

.header-bottom-area .header-bottom-contact {
  padding: 70px 70px 45px 95px;
  margin-top: 49px;
}

.header-bottom-area .header-bottom-contact .contact-info-btn {
  position: relative;
}

.header-bottom-area .header-bottom-contact .contact-info-btn .subscribe-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  height: 45px;
  width: 45px;
  font-size: 20px;
  cursor: pointer;
  margin-left: 15px;
  outline: none;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  background-color: var(--main-color-two);
  transition: all 500ms;
}

.header-bottom-area .header-bottom-contact .contact-info-btn .subscribe-btn:hover {
  background-color: var(--main-color-one);
}

.header-bottom-wrap {
  background-color: var(--secondary-color);
  padding: 30px 0 40px 0;
}

.request-form-wrapper {
  padding: 60px 70px 47px;
}

.request-form-wrapper.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.request-form-wrapper .contact-page-form .btn-wrapper .boxed-btn {
  width: 100%;
  border-radius: 0;
  padding: 24.5px 40px;
}

.request-form-wrapper .contact-page-form .btn-wrapper .boxed-btn.brrtb {
  border-radius: 0px 5px 5px 0px;
}

/*-------------------------
    Footer Area
-------------------------*/

.copyright-area {
  background-color: #010114;
}

/*-----------------------
    Error 404 Page
-----------------------*/
.error-404 {
  text-align: center;
}

.error-404 .title {
  font-size: 200px;
  line-height: 160px;
  font-weight: 700;
  margin-bottom: 45px;
  color: var(--main-color-one);
}

.error-404 .subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}

.error-404 .search-form {
  position: relative;
  z-index: 0;
  margin-top: 36px;
}

.error-404 .search-form .form-control {
  height: 54px;
  padding: 0 20px;
}

.error-404 .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  text-align: center;
  padding: 0;
  height: 55px;
}

.support-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.support-content.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.support-content.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(5, 101, 137, 0.73);
  z-index: -1;
}

.support-content.bg-image-02 {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.support-content.bg-image-02::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.support-content .content .title {
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  max-width: 550px;
  margin: auto;
  margin-bottom: 30px;
}

/*-----------------------------
    Why Us Area
------------------------------*/
.charity-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.charity-area.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 32, 0.35);
  z-index: -1;
}

.charity-content .title {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto;
}

.charity-content p {
  color: #fff;
  margin-top: 30px;
}

/*-----------------------------
    Call To Action Area
-----------------------------*/
.call-to-action-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 310px;
}

.call-to-action-inner.bg-image {
  background-size: cover;
  background-position: center;
  position: relative;
}

.call-to-action-inner.bg-image::after {
  content: "";
  position: absolute;
  background-image: url(../img/call-to-action/01.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding: 140px 0;
  position: absolute;
  left: 0;
}

.call-to-action-inner.style-02 .title {
  font-size: 60px;
  line-height: 70px;
}

.call-to-action-inner .icon {
  font-size: 120px;
  color: var(--secondary-color);
}

.call-to-action-inner .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}

.call-to-action-inner .subtitle {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
}

/*-------------------------
    Testimonial Area
--------------------------*/
.dolar-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  z-index: 0;
}

.dolar-area.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.37);
  z-index: -1;
}

.dolar-campaign {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  justify-content: center;
}

.dolar-campaign.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  z-index: 0;
}

.dolar-campaign.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.37);
  z-index: -1;
}

.dolar-campaign .dolar-content .title {
  font-size: 100px;
  line-height: 110px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
}

.dolar-campaign .dolar-content p {
  color: #fff;
  margin-bottom: 30px;
}

.testimonial-area {
  position: relative;
  z-index: 0;
}

.testimonial-area.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-area.bg-image-02 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.testimonial-area.bg-image-02::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 32, 0.35);
  z-index: -1;
}

/*---------------------------
    Request Form Quote
---------------------------*/
.request-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.request-area.bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 34, 0.7);
}

.request-area.bg-image-02 {
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.request-area.bg-image-02:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bg/07.png);
}

.request-area .left-content-area {
  height: 100%;
}

.request-area .left-content-area .request-img {
  height: 100%;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.request-page-form-wrap {
  background-color: rgba(231, 15, 71, 0.85);
  padding: 50px 45px 50px;
  position: relative;
  z-index: 2;
}

.request-page-form-wrap.style-01 {
  padding: 52px 50px 44px;
  margin-right: 98px;
}

.request-page-form-wrap.style-02 {
  padding: 52px 50px 44px;
}

.request-page-form-wrap.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.request-page-form-wrap.bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 101, 137, 0.85);
  z-index: -1;
}

.request-page-form-wrap .section-title .title {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}

.request-page-form .form-group textarea {
  max-height: 60px;
  width: 100%;
  resize: none;
}

.request-page-form .form-group .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 30px 15px 0px;
  color: #fff;
  background-color: transparent;
}

.request-page-form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
}

.request-page-form .submit-btn {
  background-color: var(--secondary-color);
  width: 100%;
  padding: 19px 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--secondary-color);
}

.request-page-form .submit-btn:hover {
  background-color: var(--main-color-two);
  color: #fff;
  border: 1px solid var(--main-color-one);
}

/*--------------------------
    Counterup Area
--------------------------*/
.counterup-area.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.counterup-area.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(22, 50, 122, 0.9);
}

.counterup-area.bg-image-02 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.counterup-area.bg-image-02::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(11, 11, 32, 0.5);
}

/*-----------------------------
    Case Category
-----------------------------*/
.case-categories-area {
  position: relative;
}

.case-categories-area.bg-image {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.case-categories-area.bg-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  opacity: 0.8;
  z-index: -1;
  content: "";
}

/*----------------------------
   Mision Vision Area
----------------------------*/
.misson-vision-area {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.misson-vision-area.bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

.misson-vision-area.m-top {
  margin-top: -180px;
}

.misson-vision-area.m-bottom {
  margin-bottom: -290px;
}

.misson-vision-area.bg-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.misson-vision-img {
  position: relative;
}

.misson-vision-img.bg-image {
  height: 100%;
  min-height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
}

.misson-vision-img.bg-image-02 {
  position: relative;
  z-index: 0;
}

.misson-vision-img.bg-image-02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 480px;
  background-repeat: no-repeat;
  background-image: url(../img/we-offer/02.png);
  z-index: -1;
}

.misson-vision-img.bg-image-03 {
  min-height: 480px;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.misson-vision-img.m-top {
  margin-top: -180px;
}

.misson-vision-img .thumb {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}

.misson-vision-content {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 95px 60px 99px 90px;
}

.misson-vision-content .section-title .title {
  margin-bottom: 30px;
}

.misson-vision-content-02 {
  max-width: 475px;
  display: flex;
  align-items: center;
  height: 100%;
}

.misson-vision-content-02 .section-title .title {
  margin-bottom: 30px;
}

/*-----------------------------
Client Area
-----------------------------*/
.client-area .single-brand a img {
  filter: opacity(0.4) grayscale(1);
  transition: all 0.3s ease;
}

.client-area .single-brand a:hover img {
  filter: opacity(1) grayscale(0);
}

.who-we-right {
  background-color: #fff;
  padding: 30px;
  margin-top: 20px;
}

.who-we-wrapper {
  position: relative;
}

.who-we-wrapper.bg-image:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url(../img/we-offer/01.png);
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-inner .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader-inner .center span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #262626;
  animation: animate 4s infinite forwards ease-in-out;
}

.preloader-inner .center span:nth-child(1) {
  background: #00485f;
  left: -24px;
  top: -24px;
  animation-delay: 0.5s;
}

.preloader-inner .center span:nth-child(2) {
  background: #00deea;
  left: 0px;
  top: -24px;
  animation-delay: 1s;
}

.preloader-inner .center span:nth-child(4) {
  background: #00485f;
  left: -24px;
  top: 0px;
  animation-delay: 1.5s;
}

.preloader-inner .center span:nth-child(3) {
  background: #00deea;
  left: 0px;
  top: 0px;
  animation-delay: 2s;
}

@keyframes animate {
  0% {
    transform: rotateY(0deg);
  }

  20% {
    transform: rotateY(360deg);
  }

  40% {
    transform: rotateX(180deg);
  }

  60% {
    transform: rotateX(0deg);
  }

  80% {
    transform: rotateX(360deg);
  }

  100% {
    transform: rotateY(180deg);
  }
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: var(--main-color-one);
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper {
  display: block;
}

.btn-wrapper .boxed-btn {
  background-color: var(--main-color-one);
  color: #fff;
  display: inline-block;
  padding: 16px 40px;
  border-radius: 5px;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.3s ease-in;
  font-weight: 600;
}

.btn-wrapper .boxed-btn.white:hover {
  background-color: #fff;
  color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.outer-btn {
  border: 1px solid transparent;
}

.btn-wrapper .boxed-btn.outer-btn:hover {
  background-color: transparent;
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}

.btn-wrapper .boxed-btn.blank {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-wrapper .boxed-btn.blank.reverse-color {
  background-color: transparent;
  border: 2px solid var(--main-color-one);
  color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.blank.reverse-color:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

.btn-wrapper .boxed-btn.blank:hover {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--main-color-one);
}

.btn-wrapper .boxed-btn:hover {
  background-color: var(--secondary-color);
}

.btn-wrapper .boxed-btn.btn-rounded {
  border-radius: 30px;
}

.btn-wrapper .boxed-btn.reverse-color {
  background-color: var(--secondary-color);
}

.btn-wrapper .boxed-btn.reverse-color:hover {
  background-color: var(--main-color-one);
}

.btn-wrapper .read-btn {
  color: var(--main-color-one);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  right: -15px;
  top: -20px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-color: var(--main-color-one);
  background-color: var(--main-color-one);
  transition: all 0.3s ease-in;
  padding: 0;
  text-align: center;
}

.desktop-center {
  text-align: center;
}

.desktop-left {
  text-align: left;
}

.desktop-right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .tablet-center {
    text-align: center;
  }

  .tablet-left {
    text-align: left;
  }

  .tablet-right {
    text-align: right;
  }
}

@media only screen and (max-width: 414px) {
  .mobile-center {
    text-align: center;
  }

  .mobile-left {
    text-align: left;
  }

  .mobile-right {
    text-align: right;
  }
}

/*-----------------------
    Blog Grid Item
-----------------------*/
.blog-img-thumb {
  display: flex;
}

.blog-img-thumb .thumb-02 {
  margin-left: 30px;
}

.blog-classic-item-01 {
  position: relative;
}

.blog-classic-item-01 .content-wrapper {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 315px;
  z-index: 1;
}

.blog-classic-item-01 .content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-classic-item-01 .content .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}

.blog-classic-item-01 .content .post-meta li:hover a {
  color: var(--main-color-one);
}

.blog-classic-item-01 .content .post-meta li+li {
  margin-left: 20px;
}

.blog-classic-item-01 .content .post-meta li a {
  transition: all 500ms;
}

.blog-classic-item-01 .content .post-meta li a i {
  color: var(--main-color-one);
  transition: all 500ms;
}

.blog-classic-item-01 .content .post-meta .date {
  color: var(--secondary-color);
}

.blog-classic-item-01 .content .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  transition: all 500ms;
}

.blog-classic-item-01 .content .title:hover {
  color: var(--main-color-one);
}

.blog-classic-item-01 .content p {
  line-height: 26px;
}

.blog-classic-item-01 .blog-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  background-color: #f7f7f7;
  color: #adadad;
}

.blog-classic-item-01 .blog-bottom .msg {
  transition: all 0.3s ease-in;
}

.blog-classic-item-01 .blog-bottom .msg span {
  color: var(--secondary-color);
  margin-right: 5px;
}

.blog-classic-item-01 .blog-bottom .msg:hover {
  color: var(--secondary-color);
}

.blog-classic-item-01 .blog-bottom .read-btn {
  margin-right: 40px;
  transition: all 0.3s ease-in;
}

.blog-classic-item-01 .blog-bottom .read-btn span {
  position: absolute;
  color: #fff;
  padding-left: 20px;
  bottom: 0;
  right: 0;
  width: 50px;
  line-height: 50px;
  height: 100%;
  display: inline-block;
  background-color: var(--secondary-color);
  -webkit-clip-path: polygon(100% 0%, 100% 74%, 100% 100%, 0 100%, 30% 0, 25% 0%);
  clip-path: polygon(100% 0%, 100% 74%, 100% 100%, 0 100%, 30% 0, 25% 0%);
}

.blog-classic-item-01 .blog-bottom .read-btn:hover {
  color: var(--secondary-color);
}

.blog-classic-item-01 .thumbnail {
  margin-bottom: 25px;
  display: block;
}

.blog-classic-item-01.is-sticky {
  position: relative;
  z-index: 0;
}

.blog-classic-item-01.is-sticky:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-family: "fontawesome";
  font-size: 30px;
  line-height: 30px;
  color: var(--main-color-one);
}

.blog-classic-item-01.format-video .thumbnail {
  position: relative;
  z-index: 0;
}

.blog-classic-item-01.format-video .thumbnail .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-classic-item-01.format-quote .quote-post-type {
  background-color: #f5f5f5;
  padding: 25px 30px 25px 80px;
  border-radius: 2px;
  position: relative;
  z-index: 0;
}

.blog-classic-item-01.format-quote .quote-post-type:after {
  position: absolute;
  left: 30px;
  top: 20px;
  content: "";
  font-family: "fontawesome";
  font-size: 30px;
  color: var(--main-color-one);
}

.blog-classic-item-01.format-quote .quote-post-type p {
  line-height: 26px;
}

.blog-classic-item-01.format-quote .quote-post-type .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}

.blog-details-item .blog-details-content {
  background-color: #f3f3f3;
  margin: 0 30px;
  padding: 35px 50px;
  margin-top: -90px;
  position: relative;
  z-index: 0;
}

.blog-details-item .blog-details-item-header {
  display: flex;
}

.blog-details-item .blog-details-item-header .social-link {
  margin-left: 50px;
}

.blog-details-item .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-details-item p {
  line-height: 24px;
}

.blog-details-item blockquote:not([class]) {
  margin: 40px 0;
  padding: 35px 30px 37px 100px;
  border-radius: 3px;
  position: relative;
  background-color: #ebebeb;
  z-index: 0;
}

.blog-details-item blockquote:not([class]) p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #7e7e7e;
}

.blog-details-item blockquote:not([class]) .icon {
  position: absolute;
  transform: rotateY(180deg);
  left: 35px;
  top: 25px;
  font-size: 35px;
  color: var(--secondary-color);
}

.blog-details-item .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.blog-details-item .post-meta li {
  display: inline-block;
  font-size: 14px;
}

.blog-details-item .post-meta li i {
  color: var(--secondary-color);
}

.blog-details-item .post-meta li+li {
  margin-left: 10px;
}

.blog-details-item .post-meta li a {
  transition: all 0.3s ease-in;
}

.blog-details-item .post-meta li a:hover {
  color: var(--main-color-one);
}

.blog-details-item .post-meta .date a {
  color: var(--secondary-color);
}

.blog-details-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  border-top: 1px solid #f5f5f5;
  padding-top: 25px;
}

.blog-details-footer .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
}

.blog-details-footer .left .tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-footer .left .tags li {
  display: inline-block;
}

.blog-details-footer .left .tags li i {
  padding-right: 5px;
  color: var(--secondary-color);
}

.blog-details-footer .left .tags li a {
  display: inline-block;
  margin: 5px;
  color: inherit;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  font-size: 14px !important;
  transition: all 0.3s ease-in;
}

.blog-details-footer .left .tags li a:hover {
  color: var(--secondary-color);
}

.blog-details-footer .right .social-share {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-details-footer .right .social-share li {
  display: inline-block;
  transition: all 0.3s ease-in;
}

.blog-details-footer .right .social-share li+li {
  margin-left: 10px;
}

.blog-details-footer .right .social-share li:hover {
  color: var(--main-color-one);
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-wrapper .card {
  border: none;
  background-color: transparent;
}

.accordion-wrapper .card+.card {
  margin-top: 20px;
}

.accordion-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}

.accordion-wrapper .card .card-header a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  background-color: #f5f5f5;
  padding: 14px 30px;
  cursor: pointer;
  position: relative;
}

.accordion-wrapper .card .card-header a:after {
  position: absolute;
  right: 30px;
  top: 15px;
  content: "";
  font-family: "fontawesome";
}

.accordion-wrapper .card .card-header a[aria-expanded=false]:after {
  content: "";
}

.accordion-wrapper .card .card-body {
  background-color: #fff;
  padding: 20px 30px 0;
}

/*-------------------------
    Contact Info Item
-------------------------*/
.single-contact-item {
  display: flex;
  align-self: flex-start;
  background-color: var(--bg-color-two);
  padding: 15px 0px;
}

.single-contact-item .icon {
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
  font-size: 45px;
  color: var(--main-color-one);
  transition: all 0.3s ease-in;
}

.single-contact-item .content {
  flex: 1;
}

.single-contact-item .content .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
  color: var(--heading-color);
}

.single-contact-item .content .details {
  font-size: 14px;
  font-weight: 500;
}

.contact-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info-list .single-info-item {
  display: flex;
  align-self: flex-start;
}

.contact-info-list .single-info-item:hover .icon {
  background-color: var(--secondary-color);
}

.contact-info-list .single-info-item+.single-info-item {
  margin-top: 20px;
}

.contact-info-list .single-info-item .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
  background-color: var(--main-color-one);
  font-size: 30px;
  color: #fff;
  transition: all 0.3s ease-in;
}

.contact-info-list .single-info-item .content {
  flex: 1;
}

.contact-info-list .single-info-item .content .details {
  display: block;
}

.contact_map {
  height: 100%;
  min-height: 500px;
}

.map {
  min-height: 500px;
  height: 100%;
  background-color: #ddd;
}

.contact-page-form .form-group textarea {
  max-height: 160px;
  resize: none;
  width: 100%;
  border: none;
  background-color: #f1f1f1;
  padding: 22px 30px 22px 20px;
  border-radius: 5px;
}

.contact-page-form .form-group textarea::placeholder {
  color: #b4b4b4;
}

.contact-page-form .form-group .form-control {
  border-radius: 0;
  border-right: 1px solid #e1e1e1;
  color: var(--heading-color);
  background-clip: border-box;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 22px 30px 22px 20px;
  margin-bottom: 25px;
}

.contact-page-form .form-group .form-control::placeholder {
  color: #b4b4b4;
}

.contact-page-form .form-group .form-control.brrtb {
  border-radius: 5px 0px 0px 5px;
}

.contact-page-form .form-group .form-control.brnone {
  border-radius: 0px;
}

.contact-page-form .form-group .form-control.brltb {
  border-radius: 0px 5px 5px 0px;
}

.contact-page-form.style-01 .form-group .form-control {
  padding: 15px;
  border: none;
}

/*----------------------------
    Quote Block With Sign
----------------------------*/
.quote-block-with-sign {
  position: relative;
  z-index: 0;
  background-color: var(--secondary-color);
  padding: 50px 40px 60px 40px;
}

.quote-block-with-sign.radius-right {
  border-bottom-right-radius: 60px;
}

.quote-block-with-sign:after {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 100px;
  line-height: 100px;
  color: #706d5f;
  font-weight: 900;
  font-family: "fontawesome";
  content: "";
  z-index: -1;
}

.quote-block-with-sign p {
  font-size: 28px;
  line-height: 43px;
  font-style: italic;
  font-family: var(--heading-font);
  color: #fff;
}

.quote-block-with-sign .sign {
  margin-top: 26px;
}

/*----------------------------
    Counterup Item
----------------------------*/
.counterup-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-area.m-top {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}

.single-counterup-02 .count-wrap {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  font-family: var(--heading-font);
  margin-bottom: 15px;
}

.single-counterup-02 .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.single-counterup-block-with-img {
  display: inline-block;
}

.single-counterup-block-with-img .thumb {
  position: relative;
  z-index: 0;
}

.single-counterup-block-with-img .thumb img {
  border-bottom-right-radius: 50px;
}

.single-counterup-block-with-img .thumb .hover {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  background-color: #fff;
  height: 90%;
  border-bottom-right-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-counterup-block-with-img .thumb .hover .title {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--body-font);
}

.single-counterup-block-with-img .thumb .hover .count-num {
  font-size: 120px;
  line-height: 130px;
  color: var(--main-color-one);
  font-family: var(--heading-font);
  font-weight: 700;
}

.single-counterup-01 {
  text-align: center;
}

.single-counterup-01.style-01 {
  text-align: left;
}

.single-counterup-01.style-01 .content .title::after {
  top: 0;
  left: 0;
  transform: initial;
}

.single-counterup-01 .icon {
  font-size: 70px;
  line-height: 80px;
  color: var(--main-color-one);
  margin-bottom: 12px;
}

.single-counterup-01 .content .title {
  font-size: 14px;
  line-height: 28px;
  padding-top: 12px;
  color: #fff;
  font-family: var(--body-font);
  position: relative;
}

.single-counterup-01 .content .title::after {
  position: absolute;
  content: "";
  background-color: var(--main-color-one);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 2px;
}

.single-counterup-01 .content .count-wrap {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  font-family: var(--heading-font);
  margin-bottom: 15px;
}

/*-------------------------
    Video With Image
-------------------------*/
.video-with-image .img-wrapper {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.video-with-image .img-wrapper img {
  width: 100%;
}

.video-with-image .img-wrapper .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.single-support-item {
  display: flex;
  align-self: flex-start;
}

.single-support-item .img-wrapper {
  width: calc(100% / 2);
}

.single-support-item .img-wrapper .bg-image {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.single-support-item .content {
  background-color: var(--main-color-two);
  text-align: center;
  padding: 95px 20px 98px;
  width: 50%;
}

.single-support-item .content.style-01 {
  background-color: #14b3e4;
}

.single-support-item .content .title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.single-support-item .content p {
  max-width: 280px;
  color: #fff;
  margin: auto;
}

/*--------------------------
    Video Play Button
--------------------------*/
.video-play-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--main-color-one);
}

.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video-play-btn.style-01 {
  background-color: var(--main-color-one);
  color: #fff;
}

.video-play-btn.style-01::before {
  background-color: var(--main-color-one);
}

.video-play-btn.style-01:focus,
.video-play-btn.style-01:hover {
  color: #fff;
}

.video-play-btn:hover,
.video-play-btn:focus {
  color: var(--main-color-one);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.volunteer-area.m-top {
  margin-top: -340px;
}

.volunteer-area.m-top-02 {
  margin-top: -185px;
}

.volunteer-single-item {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: var(--main-color-one);
}

.volunteer-single-item.style-01 {
  background-color: var(--main-color-two);
}

.volunteer-single-item.style-02 {
  background-color: #14b3e4;
}

.volunteer-single-item .thumb {
  width: 100%;
  height: 100%;
}

.volunteer-single-item .thumb img {
  width: 100%;
  height: 100%;
}

.volunteer-single-item .content {
  padding: 90px 45px;
  margin: auto;
}

.volunteer-single-item .content.style-01 {
  padding: 90px 45px;
}

.volunteer-single-item .content .icon {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 10px;
}

.volunteer-single-item .content .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.volunteer-single-item .content p {
  color: #fff;
  margin-bottom: 15px;
  max-width: 285px;
  margin: auto;
}

/*-------------------------
    Section Title
-------------------------*/
.section-title-inner.white .subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.section-title-inner.white .title {
  color: #fff;
}

.section-title-inner.white p {
  color: rgba(255, 255, 255, 0.7);
}

.section-title-inner .title {
  font-size: 40px;
  line-height: 42px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: var(--heading-font);
  margin-bottom: 18px;
}

.section-title-inner .title span {
  color: var(--main-color-one);
}

.section-title-inner .subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 0;
  padding-left: 80px;
  margin-bottom: 8px;
}

.section-title-inner .subtitle:after {
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  width: 60px;
  background-color: var(--main-color-one);
  content: "";
}

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

.section-title.white p {
  color: rgba(255, 255, 255, 0.7);
}

.section-title.white .section-para {
  color: rgba(255, 255, 255, 0.7);
}

.section-title .title {
  font-size: 48px;

  font-weight: 700;
 
  margin-bottom: 14px;
}

.section-title .title span {
  color: var(--main-color-one);
}

.section-title .subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 0;
  margin-bottom: 8px;
  color: var(--main-color-one);
}

.section-title span {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  color: var(--main-color-one);
}

.section-title p {
  font-size: 16px;
  font-weight: 500;
}

.section-title .section-para {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.bg-litered {
  background-color: var(--main-color-one);
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: var(--main-color-two);
}

/*-------------------------
    Icon Box Item
-------------------------*/
.single-icon-box-01 {
  background-color: #fff;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.single-icon-box-01:after,
.single-icon-box-01:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  content: "";
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.single-icon-box-01:after {
  transform: translate(-100%, -100%);
  transition: all 1s;
}

.single-icon-box-01:before {
  transform: translate(100%, 100%);
}

.single-icon-box-01:hover .content .title {
  color: var(--main-color-one);
}

.single-icon-box-01:hover .content p {
  color: rgba(255, 255, 255, 0.8);
}

.single-icon-box-01:hover:after {
  transform: translate(100%, 100%);
  visibility: visible;
  opacity: 1;
}

.single-icon-box-01:hover:before {
  transform: translate(0%, 0%);
  visibility: visible;
  opacity: 1;
}

.single-icon-box-01 .icon {
  font-size: 60px;
  line-height: 70px;
  color: var(--main-color-one);
  margin-bottom: 18px;
}

.single-icon-box-01 .content .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
}

.single-icon-box-01 .content p {
  transition: all 0.5s;
}

.single-icon-box-02 {
  display: flex;
  align-self: flex-start;
  background-color: #fff;
  padding: 20px 20px 20px 20px;
}

.single-icon-box-02:hover .icon i {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotateY(360deg);
}

.single-icon-box-02:hover .content .title {
  color: var(--main-color-one);
}

.single-icon-box-02 .icon {
  margin-right: 20px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 40px;
  transition: all 500ms;
}

.single-icon-box-02 .icon i {
  transition: all 500ms;
  display: inline-block;
}

.single-icon-box-02 .content {
  flex: 1;
  padding-top: 5px;
}

.single-icon-box-02 .content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  transition: all 500ms;
}

.social-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-link ul li {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  transition: all 0.3s ease-in;
}

.social-link ul li+li {
  margin-left: 10px;
}

.social-link ul li:hover {
  color: var(--secondary-color);
}

.social-link.style-01 ul li {
  display: block;
}

.social-link.style-01 ul li+li {
  margin-left: 0;
}

.social-link.style-01 ul li:hover {
  color: var(--main-color-one);
}

.social-link.style-02 ul li {
  font-size: 20px;
  display: inline-block;
}

.social-link.style-02 ul li+li {
  margin-left: 5px;
}

.social-link.style-02 ul li i.facebook {
  color: #3b5999;
}

.social-link.style-02 ul li i.twitter {
  color: #55acee;
}

.social-link.style-02 ul li i.g-plus {
  color: #dd4b39;
}

.social-link.style-02 ul li i.instagram {
  color: #e4405f;
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/



.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(42, 40, 29, 0.54);
  z-index: 9;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.8;
}

.click-mobile-search {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 20px;
  background: #fff;
}

/*--------------------------------
    Case Study 
--------------------------------*/
.recent-case-study-filter-nav {
  text-align: center;
}

.recent-case-study-filter-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 28px;
}

.recent-case-study-filter-nav ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.recent-case-study-filter-nav ul li.active {
  color: var(--main-color-one);
}

.recent-case-study-filter-nav ul li+li {
  margin-left: 20px;
}

.single-recent-case-study-01:hover .img-wrapper .hover .title {
  color: var(--main-color-one);
}

.single-recent-case-study-01 .img-wrapper {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}

.single-recent-case-study-01 .img-wrapper img {
  width: 100%;
}

.single-recent-case-study-01 .img-wrapper .hover {
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: 5%;
  bottom: -30px;
  width: 90%;
  padding: 25px 30px 28px 30px;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.single-recent-case-study-01 .img-wrapper .hover .title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  transition: all 500ms;
}

.single-recent-case-study-01 .img-wrapper .hover .read-more {
  font-size: 14px;
  font-weight: 600;
  transition: all 500ms;
}

.single-recent-case-study-01 .img-wrapper .hover .read-more:hover {
  color: var(--main-color-one);
}

.single-recent-case-study-01 .img-wrapper .hover .read-more:hover i {
  visibility: visible;
  opacity: 1;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateX(0px);
}

.single-recent-case-study-01 .img-wrapper .hover .read-more i {
  visibility: hidden;
  opacity: 0;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateX(-50px);
  transition: all 500ms;
}

.recent-case-filter-03 {
  margin-bottom: 25px;
}

.recent-case-filter-02 .recent-case-filter-menu,
.recent-case-filter-03 .recent-case-filter-menu {
  text-align: center;
}

.recent-case-filter-02 .recent-case-filter-menu ul,
.recent-case-filter-03 .recent-case-filter-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 28px;
}

.recent-case-filter-02 .recent-case-filter-menu ul li,
.recent-case-filter-03 .recent-case-filter-menu ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.recent-case-filter-02 .recent-case-filter-menu ul li.active,
.recent-case-filter-03 .recent-case-filter-menu ul li.active {
  color: var(--main-color-one);
}

.recent-case-filter-02 .recent-case-filter-menu ul li+li,
.recent-case-filter-03 .recent-case-filter-menu ul li+li {
  margin-left: 20px;
}

.single-case-item-02 {
  display: block;
}

.single-case-item-02:hover .thumb .hover {
  visibility: visible;
  opacity: 1;
}

.single-case-item-02 .thumb {
  position: relative;
  z-index: 0;
}

.single-case-item-02 .thumb img {
  width: 100%;
}

.single-case-item-02 .thumb .hover {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  background-color: #fff;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
}

.single-case-item-02 .thumb .hover .title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  transition: all 500ms;
}

.single-case-item-02 .thumb .hover .title:hover {
  color: var(--main-color-one);
}

.single-case-item-02 .thumb .hover .cats a {
  transition: all 500ms;
}

.single-case-item-02 .thumb .hover .cats a:hover {
  color: var(--main-color-one);
}

.case-masonry {
  width: 20%;
}

.case-masonry-03 {
  margin-bottom: 30px;
}

.single-event-item {
  display: flex;
}

.single-event-item .thumb {
  margin-right: 30px;
  max-width: 260px;
}

.single-event-item p {
  max-width: 435px;
}

.single-event-item .content {
  display: flex;
}

.single-event-item .content .post-mate {
  margin-bottom: 24px;
  margin-right: 17px;
  padding: 15px 18px;
  background-color: var(--main-color-one);
}

.single-event-item .content .post-mate .post-date {
  font-family: var(--body-font);
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}

.single-event-item .content .post-mate .post-month {
  color: #fff;
  text-align: center;
  line-height: 18px;
}

.single-event-item .content .author-mate .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.single-event-item .content .author-mate p i {
  color: var(--main-color-one);
  margin-right: 5px;
}

.single-help-fulfill-item {
  text-align: center;
  transition: all 500ms;
  border: 1px solid #e5e5e5;
}

.single-help-fulfill-item:hover .icon {
  box-shadow: 10px 10px 33px -19px rgba(0, 0, 0, 0.75);
}

.single-help-fulfill-item:hover .content {
  background-color: var(--main-color-one);
}

.single-help-fulfill-item:hover .content.style-01 {
  background-color: var(--main-color-two);
}

.single-help-fulfill-item:hover .content.style-02 {
  background-color: #00c99f;
}

.single-help-fulfill-item:hover .content .title {
  color: #fff;
}

.single-help-fulfill-item:hover .content p {
  color: #fff;
}

.single-help-fulfill-item .single-fulfill-img {
  position: relative;
  z-index: 0;
}

.single-help-fulfill-item .single-fulfill-img img {
  width: 100%;
}

.single-help-fulfill-item .single-fulfill-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 41, 98, 0.3);
}

.single-help-fulfill-item .icon {
  font-size: 35px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-top: -35px;
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 500ms;
  background-color: var(--main-color-one);
}

.single-help-fulfill-item .icon.style-01 {
  background-color: var(--main-color-two);
}

.single-help-fulfill-item .icon.style-02 {
  background-color: #00c99f;
}

.single-help-fulfill-item .content {
  padding: 40px 20px 20px 20px;
  transition: all 0.3s ease-in-out;
}

.single-help-fulfill-item .content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--heading-color);
  margin-bottom: 16px;
  margin-top: 8px;
  transition: all 500ms;
}

.single-help-fulfill-item .content p {
  transition: all 500ms;
}

/*------------------------------
    Testimonial Item
-----------------------------*/
.single-testimonial-item {
  display: flex;
  align-self: flex-start;
  position: relative;
  padding: 111px 0 115px;
}

.single-testimonial-item .thumb.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-testimonial-item .thumb.bg-image-02 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-testimonial-item .thumb.style-01 {
  background-position: center;
}

.single-testimonial-item .content {
  padding-left: 115px;
}

.single-testimonial-item .content.style-01 {
  padding-left: 0;
}

.single-testimonial-item .content .icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 160px;
  line-height: 90px;
  color: var(--main-color-one);
}

.single-testimonial-item .content .title {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--heading-font);
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single-testimonial-item .content .description {
  font-size: 18px;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  max-width: 365px;
  font-weight: 400;
}

.single-testimonial-item .content .author-details {
  display: flex;
  align-self: flex-start;
}

.single-testimonial-item .content .author-details .author-meta {
  flex: 1;
  margin-top: 15px;
}

.single-testimonial-item .content .author-details .author-meta .title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--body-font);
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.single-testimonial-item .content .author-details .author-meta .designation {
  font-size: 14px;
  color: var(--secondary-color);
}

.single-testimonial-item-02 {
  display: flex;
  align-self: flex-start;
}

.single-testimonial-item-02 .content {
  flex: 1;
  position: relative;
}

.single-testimonial-item-02 .content .thumb {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: auto;
  margin-top: 30px;
}

.single-testimonial-item-02 .content .thumb img {
  border-radius: 50%;
}

.single-testimonial-item-02 .content .description {
  font-size: 24px;
  line-height: 34px;
  max-width: 920px;
  text-align: center;
  color: #fff;
  font-style: italic;
  margin: auto;
}

.single-testimonial-item-02 .content .author-details {
  display: flex;
  align-self: flex-start;
  margin-top: 10px;
}

.single-testimonial-item-02 .content .author-details .author-meta {
  flex: 1;
  margin-top: 15px;
  text-align: center;
}

.single-testimonial-item-02 .content .author-details .author-meta .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--body-font);
  color: var(--main-color-one);
}

.single-testimonial-item-02 .content .author-details .author-meta .designation {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.progress-item .single-progressbar .progressbar {
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
}

.progress-item .single-progressbar .progressbar .proggress {
  height: 5px;
  width: 10px;
}

.progress-item .single-progressbar .progressbar .percentCount {
  position: absolute;
  color: white;
  left: 0%;
  top: -43px;
  background-color: #14b3e4;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
}

.progress-item .single-progressbar .progressbar .percentCount::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  border-top: 10px solid var(--secondary-color);
  border-right: 10px solid transparent;
}

.donation_wrapper {
  padding: 40px 45px 45px;
  background: #ebebeb;
}

.donation_wrapper .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
}

.donation_wrapper .single_amount_wrapper {
  display: flex;
  align-items: center;
}

.donation_wrapper .single_amount_wrapper .single_amount {
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  color: #fff;
  background: var(--main-color-one);
  margin-bottom: 20px;
  cursor: pointer;
}

.donation_wrapper .single_amount_wrapper .single_amount:hover {
  background: var(--main-color-two);
}

.donation_wrapper .amount_wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.donation_wrapper .amount_wrapper input,
.donation_wrapper .amount_wrapper .suffix {
  padding: 8px;
  border: 0;
  font-weight: bold;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: transparent;
  width: 100%;
}

.donation_wrapper .amount_wrapper input {
  border-radius: 0 8px 8px 0;
  border-right: 0;
  outline: none;
}

.donation_wrapper .amount_wrapper .suffix {
  border-radius: 5px 0 0 5px;
  width: 10%;
}

.donation_wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 15px 25px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 0 rgba(0, 0, 0, 0) inset;
  background: var(--main-color-one);
  transition: all 0.3s;
}

.donation_wrapper a:hover {
  background: var(--main-color-two);
}

.donation_wrapper a:active {
  box-shadow: 0 -2px 2px 0 rgba(255, 255, 255, 0.2) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.5) inset;
}

/*---------------------------
    Our Misson
---------------------------*/
.misson-area {
  border-bottom: 1px solid #393d44;
}

.misson-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.misson-area .misson-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.misson-area .misson-content .section-title .title {
  padding-left: 15px;
  position: relative;
}

.misson-area .misson-content .section-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background-color: var(--secondary-color);
}

.misson-area .misson-content .section-title p {
  font-size: 14px;
  margin-bottom: 30px;
}

.vision-single-item {
  padding-left: 200px;
}

.vision-single-item.style-01 {
  padding-left: 300px;
}

.vision-single-item:hover .content :after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--main-color-two);
  transition: all 0.3s ease-in;
  z-index: -1;
}

.vision-single-item:hover .content .title {
  color: #fff;
}

.vision-single-item:hover .content p {
  color: #fff;
}

.vision-single-item:hover .content.style-01 :after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--main-color-one);
  transition: all 0.3s ease-in;
  z-index: -1;
}

.vision-single-item:hover .content.style-02 :after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #14b3e4;
  transition: all 0.3s ease-in;
  z-index: -1;
}

.vision-single-item .content {
  max-width: 360px;
  background-color: #fff;
  padding: 30px;
  transition: all 500ms;
  position: relative;
  z-index: 0;
}

.vision-single-item .content :after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--main-color-two);
  transition: all 0.3s ease-in;
}

.vision-single-item .content.style-01 {
  margin-top: 30px;
}

.vision-single-item .content.style-01::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--main-color-one);
}

.vision-single-item .content.style-02 {
  margin-top: 30px;
}

.vision-single-item .content.style-02::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #14b3e4;
}

.vision-single-item .content .title {
  font-size: 18px;
  font-weight: 800;
}

.vision-single-item .content p {
  max-width: 285px;
}

.vision-single-item-02 {
  position: relative;
  z-index: 0;
  text-align: left;
}

.vision-single-item-02 .thumb {
  width: 100%;
}

.vision-single-item-02 .thumb img {
  width: 100%;
}

.vision-single-item-02 .content {
  padding-top: 20px;
}

.vision-single-item-02 .content .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  transition: all 500ms;
  margin-bottom: 5px;
}

.vision-single-item-02 .content p {
  margin-bottom: 0px;
  font-size: 14px;
  margin-bottom: 20px;
}

.vision-single-item-02 .content .readmore {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary-color);
}

/*----------------------------
    Blog Grid Item
-----------------------------*/
.blog-grid-carousel .owl-nav div {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--secondary-color);
  color: #fff;
  transition: all 0.3s ease-in;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.blog-grid-carousel .owl-nav div:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.blog-grid-carousel .owl-nav div.owl-next {
  left: auto;
  right: -60px;
}

.single-blog-grid-01 {
  position: relative;
  z-index: 0;
}

.single-blog-grid-01 .thumb img {
  width: 100%;
}

.single-blog-grid-01 .content {
  padding: 30px 0;
}

.single-blog-grid-01 .content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-blog-grid-01 .content .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}

.single-blog-grid-01 .content .post-meta li:hover a {
  color: var(--main-color-one);
}

.single-blog-grid-01 .content .post-meta li+li {
  margin-left: 20px;
}

.single-blog-grid-01 .content .post-meta li a {
  transition: all 500ms;
}

.single-blog-grid-01 .content .post-meta li a i {
  color: var(--main-color-one);
  transition: all 500ms;
  margin-right: 5px;
}

.single-blog-grid-01 .content .post-meta .date {
  color: var(--secondary-color);
}

.single-blog-grid-01 .content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  transition: all 500ms;
}

.single-blog-grid-01 .content .title:hover {
  color: var(--main-color-one);
}

/*------------------------------
    Case Category Item
------------------------------*/
.case-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.case-category-list.white .single-case-item+.single-case-item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.case-category-list.white .single-case-item .content .title {
  color: #fff;
}

.case-category-list .single-case-item {
  width: calc(100% / 5);
  padding: 115px 0 115px 0;
  text-align: center;
}

.case-category-list .single-case-item+.single-case-item {
  border-left: 1px solid #e2e2e2;
}



.case-category-list .single-case-item .content .title {
  font-size: 26px;
 vertical-align: middle;
  font-weight: 900;
  margin-bottom: 0px;
} 

.single-catagory-item {
  display:flex;
  justify-content:center;
  padding:20px;

 
  align-items:center; 

  background-color: var(--main-color-one);
  text-align: center;
  font-weight: 400;
font-size: 20px;
min-height: 200px;
}

.single-catagory-item.style-01 {
  background-color: #00c99f;
}

.single-catagory-item.style-02 {
  background-color: #056589;
}

.single-catagory-item.style-03 {
  background-color: #14b3e4;
}

.single-catagory-item:hover {
  cursor: pointer;
}

.single-catagory-item:hover .icon {
  transform: rotateY(360deg);
}


.single-catagory-item .title {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

/*-------------------------------
    Quote With Image
-------------------------------*/
.quote-with-image-02 {
  margin-bottom: 40px;
}

.quote-with-image-02 .img-wrapper {
  position: relative;
  z-index: 0;
}

.quote-with-image-02 .img-wrapper .hover {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 80%;
}

.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign {
  padding: 50px 60px 60px 60px;
}

.quote-with-image-02 .img-wrapper .hover .quote-block-with-sign:after {
  left: 40px;
  top: 30px;
}

.btn-wrapper .idology-btn {
  display: block;
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: var(--heading-font);
  background-image: url(../img/country/bg.png);
  background-color: #00c99f;
  position: relative;
  z-index: 0;
}

.btn-wrapper .idology-btn::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 20px;
  right: 30px;
  bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.btn-wrapper .idology-btn.style-01 {
  background-color: #008b8b;
}

.btn-wrapper .idology-btn.style-02 {
  background-color: #14b3e4;
}

.btn-wrapper .idology-btn.style-03 {
  background-color: #056589;
}

.btn-wrapper .idology-btn.style-04 {
  background-color: #9d58f0;
}

.idology-single-item {
  text-align: center;
}

.idology-single-item:hover .icon {
  transform: rotateY(360deg);
}

.idology-single-item:hover .content .thumb {
  transform: scale(1.2);
}

.idology-single-item .icon {
  text-align: center;
  font-size: 60px;
  color: var(--main-color-one);
  transition: all 500ms;
}

.idology-single-item .content {
  flex: 1;
  overflow: hidden;
}

.idology-single-item .content .thumb {
  transition: all 500ms;
  overflow: hidden;
}

.idology-single-item .content .thumb img {
  width: 100%;
}

.idology-single-item .content .title {
  font-size: 18px;
  line-height: 34px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms;
}

.idology-single-item .content p {
  font-size: 14px;
  line-height: 24px;
  max-width: 265px;
  margin: auto;
}

.idology-single-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.idology-single-item-02 {
  width: calc(100% / 5);
  text-align: center;
  position: relative;
}

.idology-single-item-02 .thumb {
  position: relative;
  width: 100%;
}

.idology-single-item-02 .thumb img {
  width: 100%;
}

.idology-single-item-02 .thumb .idology-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

.idology-single-item-02 .content-wrapper {
  z-index: 1;
}

.idology-single-item-02 .content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 0 45px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/idology/05.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.idology-single-item-02 .content .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.idology-single-item-02 .content p {
  color: #fff;
  margin-bottom: 15px;
}

.idology-single-item-02 .content .btn-wrapper .read-btn {
  font-weight: 700;
}

.idology-single-item-02 .content .btn-wrapper .read-btn i {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.idology-single-item-02:hover .content {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  display: flex;
  align-items: center;
  transform: scaleY(1.1);
}

.idology-single-item-02:hover .content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 50, 122, 0.9);
  z-index: -1;
}

.idology-single-item-02:hover .content::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 0;
}

.idology-single-item-03 {
  text-align: center;
  position: relative;
}

.idology-single-item-03 .thumb {
  width: 100%;
}

.idology-single-item-03 .thumb img {
  width: 100%;
}

.idology-single-item-03 .content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 0 45px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/idology/05.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

.idology-single-item-03 .content .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.idology-single-item-03 .content p {
  color: #fff;
  margin-bottom: 15px;
}

.idology-single-item-03 .content .btn-wrapper .read-btn {
  font-weight: 700;
}

.idology-single-item-03 .content .btn-wrapper .read-btn i {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.idology-single-item-03:hover .content,
.idology-single-item-03.active .content {
  visibility: visible;
  opacity: 1;
  z-index: 0;
  display: flex;
  align-items: center;
  transform: scaleY(1.1);
}

.idology-single-item-03:hover .content::after,
.idology-single-item-03.active .content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 50, 122, 0.9);
  z-index: -1;
}

.contribute-single-item {
  margin-bottom: 30px;
}

.contribute-single-item .thumb {
  position: relative;
  z-index: 0;
  width: 100%;
}

.contribute-single-item .thumb img {
  width: 100%;
}

.contribute-single-item .thumb .thumb-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.contribute-single-item .thumb .thumb-content .goal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}

.contribute-single-item .thumb .thumb-content .goal .raised {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--body-font);
}

.contribute-single-item .content {
  padding: 35px 15px 40px 30px;
  border: 1px solid #ebebeb;
}

.contribute-single-item .content.style-01 {
  border: none;
  padding: 35px 0 0px;
}

.contribute-single-item .content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 23px;
}

.contribute-single-item .content p {
  margin-bottom: 23px;
}

.contribute-single-item .content .btn-wrapper .boxed-btn {
  padding: 12px 20px;
}