@import url("global.css");
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("slick.css");
@import url("preloader.css");
@import url("animation.css");
@import url("jquery-ui.css");
@import url("custom-animate.css");
@import url("magnific-popup.css");
@import url("odometer-theme-default.css");
@import url("jquery.mCustomScrollbar.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&display=swap");
body {
  background-color: #fff;
    font-family: "Poppins", sans-serif !important;
}
body {
    padding: 0 !important;
}
html {
    overflow-y: scroll;
}
body.modal-open {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* changes orginal text */
.text-1 {
  line-height: 20px !important;
}
.text-height-0 {
  line-height: 1 !important;
}
.text-height-1 {
  line-height: 1.5 !important;
}
.text-height-2 {
  line-height: 2 !important;
}
.text-height-3 {
  line-height: 2.5 !important;
}
.text-height-4 {
  line-height: 3 !important;
}
.text-height-5 {
  line-height: 3.5 !important;
}
p {
  font-family: "Poppins", sans-serif;
}
.text {
  font-family: "Poppins", sans-serif;
}


body, html {
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.82em;
    font-weight: 400;
    overflow-x: clip;
}
/*** 

====================================================================
	Main Header style
====================================================================

***/
:root {
  --white-color: #fff;
  --black-color: #010f34;
  --heading-color: #002743;
  --body-color: #363232;
  --ternary-color: #88a5ad;
  --accent-color: #d53a00;
  --gray-color: #f5f7fa;
  --gray2-color: #e8ebee;
  --border-color: #ecf1f5;
  --heading-font: "Poppins", serif;
  --body-font: "Poppins", serif;
}
:root, [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, .75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, .5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .175);
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: rgba(13, 110, 253, .25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, .7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: .2;
}
body, html {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.82em;
  font-weight: 400;
  overflow-x: clip;
}
.cs_hero.cs_style_1 .cs_hero_mini_title {
  letter-spacing: 1.8px;
}
.cs_top_header_in .cs_top_header_left {
  padding-left: 31.6%;
}
.cs_header_social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.6em;
  gap: 5px 20px;
}
.cs_accent_color {
  color: var(--accent-color);
}
.cs_accent_color {
  color: var(--accent-color);
}
.cs_fs_18 {
  font-size: 18px;
  line-height: 1.556em;
}
.cs_mb_8 {
  margin-bottom: 8px;
}
.main-header {
  position: relative;
  z-index: 999;
  width: 100%;
}
.cs_fs_30 {
  font-size:25px;
  line-height: 1.3em;
  font-weight: 700;
  color: #002743;
}
.p-2 {
  padding: .5rem !important;
}
.cs_mb_15 {
  margin-bottom: 15px;
}
.cs_mb_18 {
  margin-bottom: 18px;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: var(--heading-color);
  padding: 0;
  margin: 0 0 20px;
  font-weight: 800;
  line-height: 1.2em;
  font-family: var(--heading-font);
}

.services-box07 .sr-contner .text h5 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.services-box07 .sr-contner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.services-box07 {
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1.732px 60px #0000001a;
  padding: 15px;
}
.cs_gap_y_30 {
  gap: 30px 0;
}
.cs_about.cs_style_1 .cs_about_thumbnail_wrapper .cs_about_thumbnail img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(1) {
  padding-right: 13%;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(2) {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding-left: 43%;
}
.cs_about.cs_style_1.cs_type_1 .cs_esperience_text {
  color: transparent;
  -webkit-text-stroke: 1px var(--accent-color);
  display: -webkit-box;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  left: 82%;
  right: initial;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(2) img {
  border-top: 24px solid var(--white-color);
  border-left: 28px solid var(--white-color);
}
.cs_about.cs_style_1.cs_type_1 .cs_servicing_year {
  width: 172px;
  height: 172px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 5%;
  bottom: 3%;
  z-index: 2;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_text {
  padding-left: 0;
}
.cs_mb_38 {
  margin-bottom: 38px;
}
.cs_btn.cs_style_1:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--heading-color);
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.cs_about.cs_style_1 .cs_about_thumbnail_wrapper {
  padding-right: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(1) {
  padding-right: 13%;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail_wrapper {
  padding-right: 60px;
  padding-bottom: 34%;
}
.services-box07 .sr-contner .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--accent-color);
  color: #fff;
}
.cs_fs_16 {
  font-size: 16px;
  line-height: 1.625em;
}
 .cs_top_header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.cs_hero.cs_style_1 .cs_hero_subtitle {
  max-width: 620px;
}
.cs_btn.cs_style_1:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--heading-color);
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.cs_btn.cs_style_1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  gap: 10px;
  border: 1px solid var(--accent-color);
  padding: 6px 10px;
  line-height: 1.714em;
  background-color: var(--accent-color);
  position: relative;
}
.cs_btn.cs_style_2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  gap: 10px;
  border: 1px solid #002743;
  padding: 6px 10px;
  line-height: 1.714em;
  background-color: #002743;
  position: relative;
}
.cs_header_contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  gap: 5px 30px;
}
.cs_header_contact_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Poppins';
}
.cs_header_social_links_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.cs_header_social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.6em;
  gap: 5px 20px;
}

.cs_header_social_links i {
  color: #fff;
}
.bi:before, [class^=bi-]:before, [class*=" bi-"]:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cs_site_header.cs_style_1 .cs_main_header_in, .cs_site_header.cs_style_1 .cs_top_header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.cs_site_header.cs_style_1 .cs_top_header_in {
  height: 50px;
  position: relative;
  z-index: 1;
}
.cs_center {
  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;
}
.cs_header_contact_list li i {
  color: var(--accent-color);
}
.cs_top_header_left .cs_header_contact_list a, .cs_top_header_left .cs_header_contact_list span {
  color: #fff;
}
.cs_site_header.cs_style_1 .cs_top_header_in {
  height: 50px;
  position: relative;
  z-index: 1;
}
.cs_site_header.cs_style_1 .cs_top_header {
  background-color: #050a1e;
}
.carousel-item {
  position: relative;
  z-index: -1;}
  .hd-bg {
    background: url(../img/banner-img.png);
    background-size: 100% 100%;
    margin-top: 65px;
    width: 100%;
    height: 602px;
}
/* Header Top */

.header-top {
  position: relative;
  background-color: var(--color-two);
}

.header-top .top-left {
  position: relative;
  float: left;
  padding: 11px 0px;
}

.header-top .top-left .text {
  font-size: var(--font-15);
  color: var(--color-three);
}

.header-top .top-left .text a {
  position: relative;
  color: var(--main-color);
}

.header-top .top-right {
  position: relative;
}

.header-top .top-right .clock {
  position: relative;
  float: left;
  margin: 14px 0px;
  padding-left: 25px;
  display: inline-block;
  color: var(--color-three);
  font-size: var(--font-15);
  margin-right: var(--margin-right-30);
}

.header-top .top-right .clock:before {
  position: absolute;
  content: "\f017";
  left: 0px;
  top: 0px;
  color: var(--color-three);
  font-family: "FontAwesome";
}

.header-top .top-right .social-box {
  position: relative;
  float: left;
  padding: 13px 0px 13px 15px;
}

.header-top .top-right .social-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 1px;
  opacity: 0.5;
  transform: rotate(20deg);
  background-color: var(--color-three);
}

.header-top .top-right .social-box a {
  position: relative;
  display: inline-block;
  color: var(--color-three);
  font-size: var(--font-18);
  margin-left: var(--margin-left-15);
}

.header-top .top-right .social-box a:hover {
  color: var(--white-color);
}

.main-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .outer-container {
  position: relative;
  padding: 0px 40px;
}

.main-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  z-index: 10;
  padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-upper {
  position: relative;
  background-color: var(--white-color);
}

.main-header .header-upper .logo-box {
  position: relative;
  padding: 1px 0px 11px;
}

.main-header .header-upper .logo-box .logo {
  position: relative;
}

.main-header .header-upper .upper-right {
  position: relative;
  padding-top: var(--padding-top-15);
}

.main-header .info-box {
  position: relative;
  float: left;
  z-index: 1;
  text-align: left;
  color: var(--color-five);
  font-size: var(--font-15);
  padding: 0px 0px 10px 50px;
  margin-left: var(--margin-left-50);
}

.main-header .info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 36px;
  line-height: 1em;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--main-color);
  font-family: "Flaticon";
}

.main-header .info-box ul li {
  position: relative;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 400;
  color: var(--color-five);
  font-size: var(--font-15);
  /* text-transform:capitalize; */
}

.main-header .info-box strong {
  position: relative;
  font-weight: 500;
  font-size: var(--font-15);
  color: var(--color-four);
  text-transform: capitalize;
  font-family: var(--font-family-BeVietnam);
}

.main-header .header-lower {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -68px;
  background: #fff;
}
.cs_brands_wrapper .cs_brand {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border: 1px solid #c5c5c5;
}
.cs_site_header.cs_style_1 .cs_top_header_left {
  padding-left: 31.6%;
}
.cs_header_social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  font-size: 15px;
  line-height: 1.6em;
  gap: 5px 20px;
}
.main-header .header-lower:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  right: 0px;
  top: 0px;
  background-color: var(--main-color);
}

.main-header .header-lower .inner-container {
  position: relative;
}

.main-header .header-lower .inner-container:after {
  display: none;
}

.main-header .nav-outer {
  position: relative;
  float: right;
}

.main-header .nav-outer:before {
  position: absolute;
  content: "";
  left: -2%;
  bottom: 0px;
  right: 0px;
  top: 0px;
  transform: skewX(-30deg);
  background-color: var(--main-color);
}

.main-header .outer-box {
  position: relative;
  float: right;
  padding: 23px 0px 20px;
}

/* Search Box Outer */

.main-header .search-box-outer {
  position: relative;
  float: left;
}

.main-header .search-box-btn {
  position: relative;
  cursor: pointer;
  text-align: center;
  font-family: "Flaticon";
  color: var(--white-color);
  font-size: var(--font-18);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .btn-box {
  position: relative;
  float: left;
}

/* Main Menu */

.main-header .main-menu {
  position: relative;
  float: left;
  margin-left: var(--margin-left-10);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-menu .navbar-collapse {
  padding: 0px;
  float: left;
  display: block !important;
}

.main-header .main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-header .main-menu .navigation > li {
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-right: var(--margin-right-5);
}

.main-header .sticky-header .main-menu .navigation > li > a {
  padding: 23px 0px;
  color: var(--dark-color);
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a {
  color: var(--main-color);
  background-color: inherit !important;
}

.main-header .sticky-header .nav-outer .options-box {
  margin-top: 45px;
}

/* Sticky Header */

.main-header .sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  border-bottom: 1px solid #e8f1f7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .sticky-header .mobile-nav-toggler {
  float: right;
  color: #000000;
  font-size: 24px;
  padding: 20px 0px;
  display: none;
  font-family: "Flaticon";
}

.main-header .sticky-header .logo {
  padding: 7px 0px 6px;
}

.main-header.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #112248;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 500;
  padding: 20px 0px;
  font-size: var(--font-14);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: var(--font-family-Poppins);
}

.main-header .main-menu .navigation > li.dropdown > a {
  padding-right: 10px !important;
}

.main-header .main-menu .navigation > li.dropdown > a:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  font-size: 13px;
  line-height: 34px;
}

.main-header .main-menu .navigation > li:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  opacity: 0;
  margin-left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li:hover::before,
.main-header .main-menu .navigation > li.current::before {
  opacity: 1;
  z-index: 1;
}

.main-header .sticky-header .main-menu .navigation > li {
  position: relative;
  margin-left: 10px;
  margin-right: 0px;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a {
  opacity: 1;
  color: #d53a00;
}

.main-header .main-menu .navigation > li > ul {
  position: absolute;
  width: 15rem;
  transform: perspective(300px) scaleY(0) translateZ(30px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-radius: 0px;
  background-color: var(--main-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-header .main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-header .main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 6px 10px;
  line-height: 20px;
  font-weight: 500;
  font-size: var(--font-14);
  text-transform: capitalize;
  color: #000000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: var(--font-family-Poppins);
}

.main-header .sticky-header .main-menu .navigation > li > a {
  padding: 19px 0px;
}

.main-header .main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  font-size: var(--font-10);
  color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li:hover > a::before {
  opacity: 1;
}

.main-header .sticky-header .main-menu .navigation > li > a:before {
  top: 18px !important;
}

.main-header .main-menu .navigation > li > ul > li:hover > a {
  padding-left: 30px;
}

.main-header .main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  z-index: 5;
  display: block;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  font-size: var(--font-20);
  color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #222222;
}

.main-header .main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 15rem;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-radius: 0px;
  background-color: var(--main-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-header .main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 6px 10px;
  line-height: 22px;
  font-weight: 500;
  font-size: var(--font-14);
  text-transform: capitalize;
  color: rgb(0 0 0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: var(--font-family-Poppins);
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  left: 10px;
  top: 10px;
  opacity: 0;
  font-size: var(--font-15);
  color: #020033;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a::before {
  opacity: 1;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  padding-left: 30px;
}

.main-header .main-menu .navigation > li.dropdown:hover > ul {
  transform: perspective(300px) scaleY(1) translateZ(0);
  opacity: 1;
  visibility: visible;
  border-top: 4px solid #d53a00;
  border-radius: 5px;
}
.main-header .main-menu .navigation li > ul > li.dropdown:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  border: 1px solid #ffffff;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .search-box {
  position: relative;
  float: left;
  width: 160px;
  padding: 33px 0px;
}

.main-header .search-box .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-box .form-group input[type="text"],
.main-header .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 38px;
  padding: 10px 50px 10px 20px;
  background: none;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 30px;
  color: #ffffff;
  border-radius: 0px;
  font-weight: 600;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-left: 1px solid #005df7;
}

.main-header .search-box .form-group textarea::-webkit-input-placeholder,
.main-header .search-box .form-group input::-webkit-input-placeholder {
  color: #ffffff;
}

.main-header .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 8px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  line-height: 100%;
  font-weight: normal;
  background: none;
}

.main-header .header-lower .options-box {
  position: relative;
  float: right;
  padding: 10px 15px 10px;
}

.main-header .header-lower .options-box .option-inner:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  bottom: -10px;
  width: 110%;
  background-color: #005df7;
  border-radius: 50px 50px 50px 50px;
}

.main-header .header-lower .options-box .option-inner {
  position: relative;
  padding-left: 70px;
}

.main-header .header-lower .options-box .option-inner .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ffffff;
  font-size: 50px;
  line-height: 1em;
}

.main-header .header-lower .options-box .option-inner .number {
  position: relative;
}

.main-header .header-lower .options-box .option-inner .number span {
  position: relative;
  display: block;
  color: #ffffff;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.main-header .header-lower .options-box .option-inner .number a {
  position: relative;
  font-weight: 800;
  font-size: 22px;
  color: #ffffff;
}

.main-header .info-box .social-nav {
  position: relative;
  margin-top: 4px;
}

.main-header .info-box .social-nav li {
  position: relative;
  margin-left: 8px;
  display: inline-block;
}

.main-header .info-box .social-nav li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #222222;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #222222;
}

.main-header .info-box .social-nav li a:hover {
  color: #ffffff;
  background-color: #222222;
}

.header-style-two .info-box {
  padding-left: var(--padding-left-65);
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .01s ease;
  transition: transform .01s ease;
  transition: transform 0.01s ease, -webkit-transform .01s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  /* perspective: 1000px; */
}
.header-style-two .info-box ul li {
  font-weight: 700;
  line-height: 24px;
  font-size: var(--font-16);
  color: var(--color-twentyfour);
  font-family: var(--font-family-BeVietnam);
}

.header-style-two .info-box .icon-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: var(--font-24);
  color: #d90429;
  background-color: #d9042933;
}

.header-style-two .nav-outer {
  width: 100%;
  border-radius: 4px;
  padding-right: var(--padding-right-10);
  background-color: transparent;
}

.header-style-two .header-upper {
  padding-bottom: 11px;
  padding-top: 8px;
  background: #002743;
  margin-top: 0px;
}
.header-style-two .nav-outer:before,
.header-style-two .header-lower:before {
  display: none;
}

.header-style-two .main-menu .navigation > li:before {
  display: none;
}

/* .header-style-two .main-menu .navigation > li.dropdown > a:before{
	content: "\f180";
	font-family: "flaticon";
	font-size:var(--font-10);
} */

.header-style-two .outer-box {
  padding: 7px 0px;
}

.header-style-two .outer-box .btn-box .theme-btn {
  display: block;
}

.header-style-two .header-upper .upper-right {
  padding-top: var(--padding-top-10);
}

.header-style-three {
  background-color: var(--color-fourty);
}

.header-style-three .header-lower {
  position: relative;
  bottom: 0px;
}

.header-style-three .header-lower:before {
  display: none;
}

.header-style-three .nav-outer:before {
  display: none;
}

.header-style-three .main-menu .navigation > li:before {
  display: none;
}

.header-style-three .main-menu .navigation > li {
  margin-right: var(--margin-right-30);
}

.header-style-three .main-menu .navigation > li > a {
  font-weight: 700;
  font-size: var(--font-18);
  font-family: var(--font-family-Roboto);
}

.header-style-three .main-menu {
  margin-left: 0px;
}

.header-style-three .outer-box {
  padding: 12px 0px 6px;
}

.header-style-two .main-menu .navigation > li > ul > li > ul,
.header-style-two .main-menu .navigation > li > ul {
  background-color: #ffffff;
  border-top: 5px solid #0000;
}

.header-style-two .sticky-header .main-menu .navigation > li:hover > a,
.header-style-two .sticky-header .main-menu .navigation > li.current > a {
  color: var(--color-twentyseven);
}

.header-style-three .main-menu .navigation > li > ul > li > ul,
.header-style-three .main-menu .navigation > li > ul {
  background-color: var(--color-fourtyone);
}

.header-style-three .sticky-header .main-menu .navigation > li:hover > a,
.header-style-three .sticky-header .main-menu .navigation > li.current > a {
  color: var(--color-fourtyone);
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.main-header .nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 26px;
  line-height: 50px;
  cursor: pointer;
  color: #ffffff;
  display: none;
  font-family: "Flaticon";
}

.main-header .mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
}

.main-header .mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  text-align: left;
}

.main-header .mobile-menu .nav-logo img {
  max-width: 200px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;

  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  right: -400px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  border-radius: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .header-style-five .mobile-menu {
  right: 0px;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.mobile-menu-visible .mobile-menu .menu-box {
  right: 0px;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  color: #202020;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 15px;
  color: #404040;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #404040;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.main-header .sticky-header .navbar-header,
.header-style-five .sticky-header .navbar-header {
  display: none;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.main-header .sticky-header .outer-box {
  margin-left: 20px;
  padding: 15px 0px;
}

.main-header .sticky-header .outer-box .cart-box {
}

.main-header .sticky-header .search-box-btn {
  margin-left: 10px;
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart {
  background-color: #005df7;
}

.close-side-widget,
.close-side-widget:hover {
  color: #ffffff;
  font-size: 24px;
}

.main-header .header-upper .outer-box .nav-btn {
  position: relative;
  float: left;
  font-size: 25px;
  color: #222222;
  cursor: pointer;
  margin-top: 19px;
  margin-left: 25px;
}

.main-header .sticky-header .outer-box .nav-btn {
  position: relative;
  float: right;
  font-size: 28px;
  color: #000000;
  cursor: pointer;
  margin-top: 9px;
  margin-left: 30px;
}

.main-header .sticky-header .outer-box .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 28px;
  color: #000000;
  cursor: pointer;
  margin-top: 9px;
  margin-left: 30px;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: var(--color-seven);
}

.main-slider .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.main-slider .slide:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: url(../images/main-slider/shadow-layer.png);
  background-repeat: repeat-y;
}

.main-slider .slide {
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding: 140px 0px 500px;
}

.main-slider .active .slide .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider .slide .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.main-slider .slide .pattern-layer-two {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 253px;
  height: 297px;
  z-index: 1;
}

.main-slider .content-column {
  position: relative;
  z-index: 2;
}

.main-slider .content-column .inner-column {
  position: relative;
}

.main-slider h1 {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  color: var(--white-color);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  margin-bottom: var(--margin-bottom-30);
}

.main-slider .active h1 {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.main-slider .text {
  opacity: 0;
  max-width: 580px;
  transform: scaleY(0);
  transform-origin: top;
  color: var(--color-six);
  font-size: var(--font-18);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  margin-bottom: var(--margin-bottom-35);
}

.main-slider .active .text {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.main-slider .button-box {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  display: inline-block;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.main-slider .active .button-box {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.main-slider .owl-dots {
  display: none;
}

.main-slider .owl-nav {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 60px;
  transform: translateY(-50%);
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: var(--font-18);
  color: var(--black-color);
  background-color: var(--white-color);
  margin-bottom: var(--margin-bottom-15);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Flaticon";
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

/*** 

====================================================================
	Main Slider Two
====================================================================

***/

.main-slider-two {
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: var(--color-seven);
}

.main-slider-two .social-box {
  position: absolute;
  left: 30px;
  bottom: 150px;
  z-index: 10;
  width: 30px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.main-slider-two .social-box li {
  position: relative;
  display: inline-block;
  margin-top: var(--margin-top-40);
}

.main-slider-two .social-box li a {
  position: relative;
  font-size: var(--font-16);
  color: var(--white-color);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-two .social-box li a:hover {
  color: var(--color-twentyeight);
}

.main-slider-two .social-box li a::before {
  transform: rotate(90deg);
  display: inline-block;
}

.main-slider-two .social-box li span {
  position: relative;
  display: inline-block;
  margin-left: var(--margin-left-5);
  font-family: var(--font-family-BeVietnam);
}

.main-slider-two .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.main-slider-two .image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 1;
  opacity: 0.5;
  background: var(--color-twentynine);
}

.main-slider-two .image-layer:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  width: 60%;
  bottom: 0px;
  z-index: 1;
  background: var(--main-color);
  background: -webkit-linear-gradient(
    to right,
    var(--color-twentynine) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    to right,
    var(--color-twentynine) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    var(--color-twentynine) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.main-slider-two .slide {
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding: 120px 0px 170px;
}

.main-slider-two .active .slide .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider-two .content-column {
  position: relative;
  z-index: 2;
}

.main-slider-two .content-column .inner-column {
  position: relative;
}

.main-slider-two .title {
  position: relative;
  opacity: 0;
  font-weight: 700;
  transform: scaleY(0);
  transform-origin: top;
  color: var(--white-color);
  font-size: var(--font-30);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  margin-bottom: var(--margin-bottom-30);
  font-family: var(--font-family-BeVietnam);
}

.main-slider-two .title span {
  color: var(--color-twentyeight);
}

.main-slider-two .active .title {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.main-slider-two h1 span {
  color: var(--color-twentyeight);
}

/* .main-slider-two h1{
	opacity: 0;
	font-weight:800;
	transform: scaleY(0);
	transform-origin: top;
	color:var(--white-color);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:var(--margin-bottom-30);
} */

.main-slider-two h1 {
  opacity: 0;
  font-weight: 800;
  font-size: 35px !important;
  line-height: 42px;
  transform: scaleY(0);
  transform-origin: top;
  color: var(--white-color);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  margin-bottom: var(--margin-bottom-30);
}

.main-slider-two .active h1 {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.main-slider-two .text {
  opacity: 0;
  max-width: 680px;
  transform: scaleY(0);
  transform-origin: top;
  color: var(--color-six);
  font-size: var(--font-18);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  margin-bottom: var(--margin-bottom-35);
}

.main-slider-two .active .text {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
/* video banner text */
.title-text .text {
  max-width: 780px;
  transform-origin: top;
  color: var(--color-six);
  font-size: var(--font-17);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  margin-bottom: var(--margin-bottom-35);
}
.title-text h1 {
  font-weight: 800;
  font-size: 35px !important;
  line-height: 42px;
  color: var(--white-color);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  margin-bottom: var(--margin-bottom-30);
}
.title-text h1 span {
  color: var(--color-twentyeight);
}
.title-text .title {
  font-family: var(--font-family-BeVietnam);
}

/* end video text */
.main-slider-two .button-box {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  display: inline-block;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.main-slider-two .active .button-box {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.main-slider-two .phone-box {
  position: relative;
  margin-left: var(--margin-left-30);

  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.main-slider-two .phone-box .box-inner {
  position: relative;
  font-weight: 700;
  color: var(--white-color);
  font-size: var(--font-16);
  padding-top: var(--padding-top-50);
  padding-left: var(--padding-left-110);
}

.main-slider-two .phone-box .box-inner:before {
  position: absolute;
  content: "";
  left: 40px;
  top: 40px;
  width: 64px;
  height: 59px;
  background: url(../images/icons/slider-icon.png) no-repeat;
}

.main-slider-two .phone-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Flaticon";
  color: var(--white-color);
  font-size: var(--font-20);
  background-color: var(--color-twentyseven);
}

.main-slider-two .phone-box strong {
  position: relative;
  display: block;
  font-weight: 700;
  color: var(--white-color);
  font-size: var(--font-24);
  margin-top: var(--margin-top-10);
  font-family: var(--font-family-Poppins);
}

.main-slider-two .active .phone-box {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.main-slider-two .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 206px;
  z-index: 10;
  background-position: center bottom;
  background-size: cover;
}

.main-slider-two .owl-dots {
  display: none;
}

.main-slider-two .owl-nav {
  position: absolute;
  right: 60px;
  top: 50%;
  width: 60px;
  transform: translateY(-50%);
}

.main-slider-two .owl-nav .owl-prev,
.main-slider-two .owl-nav .owl-next {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: var(--font-18);
  color: var(--color-thirty);
  border: 2px solid var(--color-thirty);
  margin-bottom: var(--margin-bottom-15);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Flaticon";
  background-color: rgba(var(--black-color-rgb), 0.1);
}

.main-slider-two .owl-nav .owl-prev:hover,
.main-slider-two .owl-nav .owl-next:hover {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

/*** 

====================================================================
	Service Section
====================================================================

***/

.service-section {
  position: relative;
  z-index: 10;
}

.service-section .inner-container {
  position: relative;
  margin-top: -385px;
}

.service-block {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.service-block .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding: 50px 40px 70px;
}

.service-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(var(--black-color-rgb), 0.9);
}

.service-block .inner-box .icon {
  position: relative;
  line-height: 1em;
  font-family: "Flaticon";
  font-size: var(--font-66);
  color: var(--white-color);
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-block .inner-box:hover .icon {
  transform: rotateY(180deg);
}

.service-block .inner-box h5 {
  font-size: var(--font-22);
  margin-top: var(--margin-top-35);
  margin-bottom: var(--margin-bottom-35);
  padding-bottom: var(--padding-bottom-15);
}

.service-block .inner-box h5 a {
  position: relative;
  color: var(--white-color);
}

.service-block .inner-box h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 60px;
  height: 3px;
  background-color: var(--main-color);
}

.service-block .inner-box .read-more {
  position: relative;
  padding: 14px 22px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  font-size: var(--font-14);
  color: var(--white-color);
  text-transform: uppercase;
  background-color: var(--main-color);
  font-family: var(--font-family-BeVietnam);
}

.service-block .inner-box .read-more span {
  position: relative;
  top: 2px;
  font-family: "Flaticon";
  font-size: var(--font-16);
  margin-left: var(--margin-left-5);
}

.service-block .inner-box .shape-one {
  position: absolute;
  right: 0px;
  top: 40px;
  width: 62px;
  height: 86px;
  background-repeat: no-repeat;
}

.service-block .inner-box .shape-two {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 120px;
  height: 166px;
  opacity: 0;
  z-index: 2;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block .inner-box:hover .shape-two {
  opacity: 1;
}

.service-block .inner-box:hover .image-layer {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.service-block .inner-box .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 1);

  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.service-block .inner-box .text {
  color: var(--color-seven);
  display: none;
  margin-bottom: var(--margin-bottom-40);
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0px 50px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.about-section .content-column .inner-column {
  position: relative;
  padding-left: var(--padding-left-30);
}

.about-section .content-column .lower-box {
  position: relative;
  margin-top: var(--margin-top-15);
  padding-top: var(--padding-top-40);
  margin-right: var(--margin-right-100);
  border-top: 1px solid var(--color-nine);
}

.feature-block {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.feature-block .inner-box {
  position: relative;
  padding-left: var(--padding-left-75);
}

.feature-block .inner-box .icon {
  position: absolute;
  left: 0px;
  top: -4px;
  line-height: 1em;
  display: inline-block;
  color: var(--main-color);
  font-size: var(--font-56);
  font-family: "Flaticon";
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.feature-block .inner-box:hover .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.feature-block .inner-box h5 {
  text-transform: uppercase;
  color: var(--black-color);
  line-height: 24px;
}

.about-section .content-column .button-box {
  position: relative;
  float: left;
}

.about-section .content-column .phone-box {
  position: relative;
  float: left;
  margin-left: var(--margin-left-40);
}

.about-section .content-column .phone-box .box-inner {
  position: relative;
  font-size: var(--font-15);
  color: var(--color-eight);
  padding-top: var(--padding-top-5);
  padding-left: var(--padding-left-80);
}

.about-section .content-column .phone-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Flaticon";
  font-size: var(--font-26);
  background-color: var(--color-ten);
}

.about-section .content-column .phone-box strong {
  position: relative;
  display: block;
  color: var(--black-color);
  font-size: var(--font-20);
  margin-top: var(--margin-top-5);
  font-family: var(--font-family-BeVietnam);
}

.about-section .image-column {
  position: relative;
  overflow: hidden;
  margin-bottom: var(--margin-bottom-30);
}

.about-section .image-column .inner-column {
  position: relative;
  z-index: 10;
  padding-left: var(--padding-left-30);
  padding-right: var(--padding-right-60);
}

.about-section .image-column .counter-box {
  position: relative;
}

.about-section .image-column .counter-box .counter-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.about-section .image-column .counter-box h2 {
  font-weight: 700;
  color: var(--main-color);
  font-size: var(--font-44);
  font-family: var(--font-family-BeVietnam);
}

.about-section .image-column .counter-box .counter-text {
  position: relative;
  font-weight: 700;
  color: var(--black-color);
  font-size: var(--font-18);
  margin-top: var(--margin-top-5);
}

.about-section .image-column .image {
  position: relative;
  margin-top: var(--margin-top-20);
}

.about-section .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 25px;
}

.about-section .image-column .image .circle-layer {
  position: absolute;
  left: -30px;
  top: -20px;
  width: 194px;
  height: 194px;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.about-section .image-column .image .gear-icon-one {
  position: absolute;
  left: -70px;
  top: -70px;
  line-height: 1em;
  font-size: 280px;
  color: var(--white-color);
  font-family: "Flaticon";
}

.about-section .image-column .image .gear-icon-two {
  position: absolute;
  right: -100px;
  bottom: -100px;
  line-height: 1em;
  font-size: 350px;
  color: var(--white-color);
  font-family: "Flaticon";
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.service-section-two {
  position: relative;
  padding: 140px 0px 140px;
}

.service-section-two .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 500px;
  background-size: cover;
}

.service-section-two .pattern-layer-one {
  position: absolute;
  left: 7%;
  top: 0%;
  width: 405px;
  height: 394px;
}

.service-section-two .pattern-layer-two {
  position: absolute;
  right: 4%;
  top: 40%;
  width: 232px;
  height: 235px;
}

.service-section-two .pattern-layer-three {
  position: absolute;
  left: 0px;
  bottom: -80px;
  width: 344px;
  height: 281px;
  background-repeat: no-repeat;
}

.service-block-two {
  position: relative;
  z-index: 20;
  margin-bottom: var(--margin-bottom-30);
}

.service-block-two .inner-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.service-block-two .inner-box .image {
  position: relative;
}

.service-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.service-block-two .inner-box .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 35px;
  z-index: 1;
  padding-left: 110px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-block-two .inner-box:hover .overlay-box {
  bottom: -120px;
}

.service-block-two .inner-box .overlay-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: var(--font-44);
  color: var(--white-color);
  font-family: "Flaticon";
  background-color: var(--color-eleven);
}

.service-block-two .inner-box .overlay-box .content {
  position: relative;
  padding: 18px 25px 14px;
  background-color: var(--white-color);
}
.cs_btn.cs_style_1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  gap: 10px;
  border: 1px solid var(--accent-color);
  padding: 6px 10px;
  line-height: 1.714em;
  background-color: var(--accent-color);
  position: relative;
}
.service-block-two .inner-box .overlay-box h5 {
  font-size: var(--font-22);
}

.service-block-two .inner-box .overlay-box .title {
  position: relative;
  display: block;
  font-size: var(--font-15);
  margin-top: var(--margin-top-5);
}

.service-block-two .inner-box:hover .overlay-box-two {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.service-block-two .inner-box .overlay-box-two {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.service-block-two .inner-box .overlay-box-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 30px;
  bottom: 0px;
  opacity: 0.9;
  background-color: var(--white-color);
}

.service-block-two .inner-box .overlay-box-two .icon-two {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: var(--font-44);
  color: var(--white-color);
  font-family: "Flaticon";
  background-color: var(--color-eleven);
}

.service-block-two .inner-box .overlay-box-two .icon-two:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: -18px;
  border-top: 18px solid var(--color-twelve);
  border-right: 30px solid transparent;
}

.service-block-two .inner-box .overlay-box-two .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 40px;
}

.service-block-two .inner-box .overlay-box-two .overlay-inner .overlay-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.service-block-two .inner-box .overlay-box-two h5 {
  line-height: 30px;
  max-width: 190px;
  font-size: var(--font-22);
}

.service-block-two .inner-box .overlay-box-two h5 a {
  position: relative;
  color: var(--black-color);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-two .inner-box .overlay-box-two h5 a:hover {
  color: var(--color-eleven);
}

.service-block-two .inner-box .overlay-box-two .text {
  line-height: 30px;
  color: var(--color-eight);
  margin-top: var(--margin-top-15);
  margin-bottom: var(--margin-bottom-20);
}

.service-block-two .inner-box .overlay-box-two .read-more {
  position: relative;
  padding: 14px 22px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  font-size: var(--font-14);
  color: var(--white-color);
  text-transform: uppercase;
  background-color: var(--color-eleven);
  font-family: var(--font-family-BeVietnam);
}

.service-block-two .inner-box .overlay-box-two .read-more span {
  position: relative;
  top: 1px;
  font-family: "Flaticon";
  font-size: var(--font-12);
  margin-left: var(--margin-left-5);
}

.service-block-two.style-two .inner-box .overlay-box .icon,
.service-block-two.style-two .inner-box .overlay-box-two .read-more,
.service-block-two.style-two .inner-box .overlay-box-two .icon-two {
  background-color: var(--main-color);
}

.service-block-two.style-two .inner-box .overlay-box-two h5 a:hover {
  color: var(--main-color);
}

.service-block-two.style-three .inner-box .overlay-box .icon,
.service-block-two.style-three .inner-box .overlay-box-two .read-more,
.service-block-two.style-three .inner-box .overlay-box-two .icon-two {
  background-color: var(--color-thirteen);
}

.service-block-two.style-three .inner-box .overlay-box-two h5 a:hover {
  color: var(--color-thirteen);
}

.service-section-two .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  font-family: "Flaticon";
  font-size: var(--font-20);
}

.service-section-two .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  font-family: "Flaticon";
  font-size: var(--font-20);
}

.service-section-two .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 27px;
  width: 100%;
  z-index: 1;
  max-width: 140px;
  transform: translateX(-50%);
}

.service-section-two .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  counter-reset: slides-num;
  margin-top: var(--margin-top-15);
}

.service-section-two .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  counter-increment: slides-num;
}

.service-section-two .owl-dots .owl-dot span {
  position: relative;
  content: "0" counter(slides-num) "";
  display: block;
  font-size: var(--font-16);
  font-weight: 700;
  margin: 0px 10px;
  color: var(--black-color);
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--font-family-BeVietnam);
}

.service-section-two .owl-dots .owl-dot span:after {
  position: absolute;
  content: "/";
  right: -14px;
  top: 0px;
  opacity: 0;
  font-size: var(--font-14);
  color: var(--black-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-section-two .owl-dots .owl-dot:hover span:after,
.service-section-two .owl-dots .owl-dot.active span:after {
  opacity: 1;
}

.service-section-two .owl-dots .owl-dot span:before {
  position: relative;
  content: "0" counter(slides-num) "";
}

.service-section-two .owl-dots .owl-dot:hover span,
.service-section-two .owl-dots .owl-dot.active span {
  color: var(--main-color);
  opacity: 1;
}

.service-section-two .owl-dots .owl-dot:last-child span::after {
  display: none;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 90px;
}

.team-section .owl-carousel .owl-stage-outer {
  padding: 0px 0px 65px;
}

.team-section .owl-theme .team-block {
  margin: 0px 15px;
}

.team-section .owl-carousel {
  margin: 0px -15px;
  width: auto;
}

.team-section .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  font-family: "Flaticon";
  font-size: var(--font-20);
}

.team-section .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  font-family: "Flaticon";
  font-size: var(--font-20);
}

.team-section .owl-nav {
  position: absolute;
  right: 0px;
  top: -80px;
  width: 100%;
  z-index: 10;
  max-width: 140px;
  margin-left: -70px;
}

.team-section .owl-dots {
  position: absolute;
  right: 30px;
  top: -95px;
  z-index: 10;
  display: block;
  text-align: center;
  counter-reset: slides-num;
  margin-top: var(--margin-top-15);
}

.team-section .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  counter-increment: slides-num;
}

.team-section .owl-dots .owl-dot span {
  position: relative;
  content: "0" counter(slides-num) "";
  display: block;
  font-size: var(--font-16);
  font-weight: 700;
  margin: 0px 10px;
  color: var(--black-color);
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--font-family-BeVietnam);
}

.team-section .owl-dots .owl-dot span:after {
  position: absolute;
  content: "/";
  right: -14px;
  top: 0px;
  opacity: 0;
  font-size: var(--font-14);
  color: var(--black-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-section .owl-dots .owl-dot:hover span:after,
.team-section .owl-dots .owl-dot.active span:after {
  opacity: 1;
}

.team-section .owl-dots .owl-dot span:before {
  position: relative;
  content: "0" counter(slides-num) "";
}

.team-section .owl-dots .owl-dot:hover span,
.team-section .owl-dots .owl-dot.active span {
  color: var(--main-color);
  opacity: 1;
}

.team-section .owl-dots .owl-dot:last-child span::after {
  display: none;
}

.team-block {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.team-block .inner-box {
  position: relative;
}

.team-block .inner-box .image {
  position: relative;
}

.team-block .inner-box .image::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 50%;
  z-index: 1;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(250, 67, 24, 1) 100%
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(250, 67, 24, 1) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(250, 67, 24, 1) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(100, rgba(250, 67, 24, 1))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(250, 67, 24, 1) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(250, 67, 24, 1) 100%
  );
}

.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  filter: grayscale(100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%, 0% 50%);
}

.team-block .inner-box:hover .image img {
  filter: grayscale(0%);
}

.team-block .inner-box .image .social-box {
  position: absolute;
  left: -15px;
  top: 30px;
  width: 32px;
}

.team-block .inner-box .image .social-box a {
  position: relative;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  background-color: var(--main-color);
  margin-bottom: var(--margin-bottom-10);
}

.team-block .inner-box .image .social-box a:hover {
  color: var(--main-color);
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.team-block .inner-box .lower-content {
  position: relative;
  text-align: center;
  margin-top: -25px;
  z-index: 1;
  padding-top: var(--padding-top-25);
}

.team-block .inner-box .lower-content .gear-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 101px;
  height: 97px;
  background: url(../images/icons/gear.png);
  background-repeat: no-repeat;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block .inner-box:hover .lower-content .gear-icon {
  opacity: 1;
}

.team-block .inner-box .lower-content:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 25px;
  background-color: var(--white-color);
  border: 1px solid var(--color-eightteen);
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 0 100%, 0% 50%);

  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block .inner-box:hover .lower-content:before {
  bottom: -35px;
  border-color: var(--color-nineteen);
  background-color: var(--color-nineteen);
}

.team-block .inner-box .lower-content:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  border-bottom: 17px solid var(--color-six);
  border-right: 31px solid transparent;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block .inner-box:hover .lower-content:after {
  border-bottom: 22px solid var(--color-six);
}

.team-block .inner-box h5 {
  font-size: var(--font-22);
}

.team-block .inner-box h5 a {
  position: relative;
  color: var(--black-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block .inner-box:hover .list li,
.team-block .inner-box:hover .designation,
.team-block .inner-box:hover h5 a {
  color: var(--white-color);
}

.team-block .inner-box .designation {
  position: relative;
  font-weight: 500;
  color: var(--main-color);
  font-size: var(--font-15);
  margin-top: var(--margin-top-5);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block .inner-box .middle-content {
  position: relative;
}

.team-block .inner-box .list {
  position: absolute;
  left: 0px;
  right: 0px;
  opacity: 0;
  margin-top: var(--margin-top-15);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block .inner-box .list li {
  position: relative;
  display: inline-block;
  color: var(--black-color);
  font-size: var(--font-16);
  padding-left: var(--padding-left-25);
  margin-bottom: var(--margin-bottom-5);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block .inner-box .list li .icon {
  position: absolute;
  left: 0px;
  color: var(--main-color);
  font-family: "Flaticon";
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block .inner-box .btn-box {
  position: relative;
  text-align: center;
  margin-top: var(--margin-top-25);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block .inner-box:hover .list {
  opacity: 1;
}

.team-block .inner-box:hover .btn-box {
  transform: translateY(60px);
}

.team-block .inner-box .btn-box .read-more {
  position: relative;
  padding: 16px 26px 14px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  font-size: var(--font-14);
  color: var(--white-color);
  text-transform: uppercase;
  background-color: var(--main-color);
  font-family: var(--font-family-BeVietnam);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block .inner-box .btn-box .read-more span {
  position: relative;
  top: -1px;
  font-family: "Flaticon";
  font-size: var(--font-10);
  margin-left: var(--margin-left-5);
}

/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 50px 0px 50px;
}

/* .cta-section .gradient-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	width:40%;
	bottom:0px;
	opacity:0.80;
	background: var(--main-color);
	background: -webkit-linear-gradient(to right, var(--main-color) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(to right, var(--main-color) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, var(--main-color) 0%, rgba(255,255,255,0) 100%);
} */

.cta-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 113px;
  height: 215px;
  z-index: 1;
}

.cta-section .pattern-layer-two {
  position: absolute;
  right: 60px;
  top: 80px;
  width: 86px;
  height: 142px;
}

.cta-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.2;
  background-color: rgb(159 159 159);
}

.cta-section .icon {
  position: relative;
}

.cta-section h2 {
  line-height: 35px;
  font-size: 30px !important;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
  position: relative;
  overflow: hidden;
  padding: 130px 0px 100px;
  background-color: var(--color-fourteen);
}

.news-section .pattern-layer {
  position: absolute;
  left: 12%;
  top: 0%;
  width: 404px;
  height: 393px;
  background-repeat: no-repeat;
}

.news-section .pattern-layer-two {
  position: absolute;
  right: 8%;
  top: 8%;
  width: 86px;
  height: 142px;
  background-repeat: no-repeat;
}

.news-section .pattern-layer-three {
  position: absolute;
  left: 1%;
  bottom: 10%;
  width: 212px;
  height: 196px;
  background-repeat: no-repeat;
}

.news-section .pattern-layer-four {
  position: absolute;
  right: -10px;
  top: 25%;
  width: 320px;
  height: 312px;
  background-repeat: no-repeat;
}

.news-section .pattern-layer-five {
  position: absolute;
  right: 0px;
  bottom: 30px;
  width: 359px;
  height: 505px;
  background-repeat: no-repeat;
}

.news-section .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  font-family: "Flaticon";
  font-size: var(--font-20);
}

.news-section .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  font-family: "Flaticon";
  font-size: var(--font-20);
}

.news-section .owl-nav {
  position: absolute;
  right: 0px;
  top: -80px;
  width: 100%;
  z-index: 1;
  max-width: 140px;
  margin-left: -70px;
}

.news-section .owl-dots {
  position: absolute;
  right: 30px;
  top: -95px;
  display: block;
  text-align: center;
  counter-reset: slides-num;
  margin-top: var(--margin-top-15);
}

.news-section .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  counter-increment: slides-num;
}

.news-section .owl-dots .owl-dot span {
  position: relative;
  content: "0" counter(slides-num) "";
  display: block;
  font-size: var(--font-16);
  font-weight: 700;
  margin: 0px 10px;
  color: var(--black-color);
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--font-family-BeVietnam);
}

.news-section .owl-dots .owl-dot span:after {
  position: absolute;
  content: "/";
  right: -14px;
  top: 0px;
  opacity: 0;
  font-size: var(--font-14);
  color: var(--black-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-section .owl-dots .owl-dot:hover span:after,
.news-section .owl-dots .owl-dot.active span:after {
  opacity: 1;
}

.news-section .owl-dots .owl-dot span:before {
  position: relative;
  content: "0" counter(slides-num) "";
}

.news-section .owl-dots .owl-dot:hover span,
.news-section .owl-dots .owl-dot.active span {
  color: var(--main-color);
  opacity: 1;
}

.news-section .owl-dots .owl-dot:last-child span::after {
  display: none;
}

/* News Block */

.news-block {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.news-block .inner-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.news-block .inner-box .image {
  position: relative;
}

.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block .inner-box .category {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  padding: 6px 12px;
  font-weight: 600;
  border-radius: 3px;
  display: inline-block;
  color: var(--white-color);
  text-transform: uppercase;
  background-color: var(--main-color);
  font-family: var(--font-family-BeVietnam);
}

.news-block .inner-box .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block .inner-box:hover .overlay-box {
  bottom: -150px;
}

.news-block .inner-box .overlay-box .content {
  position: relative;
  padding: 25px 25px 20px;
  background-color: var(--white-color);
}

.news-block .inner-box .overlay-box h5 {
  font-weight: 700;
  line-height: 28px;
  margin-top: var(--black-color);
  margin-top: var(--margin-top-10);
}

.news-block .inner-box .post-meta {
  position: relative;
}

.news-block .inner-box .post-meta li {
  position: relative;
  font-weight: 500;
  display: inline-block;
  color: var(--color-five);
  font-size: var(--font-16);
  margin-right: var(--margin-right-10);
  padding-left: var(--padding-left-25);
}

.news-block .inner-box .post-meta li:last-child {
  margin-right: var(--margin-zero);
}

.news-block .inner-box .post-meta li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: var(--font-16);
  color: var(--black-color);
  font-family: "Flaticon";
}

.news-block .inner-box .overlay-box .title {
  position: relative;
  display: block;
  font-size: var(--font-15);
  margin-top: var(--margin-top-5);
}

.news-block .inner-box:hover .overlay-box-two {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.news-block .inner-box .overlay-box-two {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.news-block .inner-box .overlay-box-two .image-layer {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 30px;
  bottom: 0px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.news-block .inner-box .overlay-box-two .post-date {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 73px;
  height: 76px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  padding-top: var(--padding-top-15);
  font-size: var(--font-16);
  color: var(--white-color);
  font-family: var(--font-family-BeVietnam);
  background-color: var(--main-color);
}

.news-block .inner-box .overlay-box-two .post-date:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: -18px;
  border-top: 18px solid var(--color-twenty);
  border-right: 30px solid transparent;
}

.news-block .inner-box .overlay-box-two .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
}

.news-block .inner-box .overlay-box-two .overlay-inner .overlay-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.news-block .inner-box .overlay-box-two h5 {
  line-height: 30px;
  font-size: var(--font-22);
}

.news-block .inner-box .overlay-box-two h5 a {
  position: relative;
  color: var(--white-color);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block .inner-box .overlay-box-two h5 a:hover {
  color: var(--main-color);
}

.news-block .inner-box .overlay-box-two .text {
  line-height: 30px;
  max-width: 280px;
  color: var(--white-color);
  margin-top: var(--margin-top-15);
  margin-bottom: var(--margin-bottom-20);
}

.news-block .inner-box .overlay-box-two .read-more {
  position: relative;
  padding: 14px 22px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  font-size: var(--font-14);
  color: var(--white-color);
  text-transform: uppercase;
  background-color: var(--main-color);
  font-family: var(--font-family-BeVietnam);
}

.news-block .inner-box .overlay-box-two .read-more span {
  position: relative;
  top: 1px;
  font-family: "Flaticon";
  font-size: var(--font-12);
  margin-left: var(--margin-left-5);
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  z-index: 10;
  padding: 90px 0px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--color-twentyone);
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.main-footer .widgets-section {
  position: relative;
  padding-bottom: var(--padding-bottom-60);
}

.main-footer .logo-widget {
  position: relative;
}

.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 25px;
}

.main-footer .logo-widget .text {
  line-height: 1.8em;
  color: var(--color-twentytwo);
  margin-bottom: var(--margin-bottom-30);
}

.main-footer .logo-widget .about-btn {
  position: relative;
  padding: 11px 27px;
  font-weight: 700;
  margin-top: 0px;
  border-radius: 5px;
  display: inline-block;
  font-size: var(--font-14);
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--main-color);
}

.main-footer .footer-widget h4 {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 30px;
  color: var(--white-color);
  text-transform: capitalize;
  padding-bottom: var(--padding-bottom-20);
}

.main-footer .footer-widget h4:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background-color: var(--main-color);
}

.main-footer .newsletter-widget .text {
  line-height: 1.8em;
  color: var(--color-twentytwo);
  margin-bottom: var(--margin-bottom-30);
}

/* Email Box */

.main-footer .email-box {
  position: relative;
  margin-bottom: 22px;
}

.main-footer .email-box .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

.main-footer .email-box .form-group input[type="text"],
.main-footer .email-box .form-group input[type="email"] {
  position: relative;
  line-height: 43px;
  padding: 10px 55px 10px 25px;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  font-size: 14px;
  height: 50px;
  width: 100%;
  border-radius: 0px;
  box-shadow: inherit;
  color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-footer .email-box .form-group input::placeholder,
.main-footer .email-box .form-group textarea::placeholder {
  color: #ffffff;
}

.main-footer .email-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 64px;
  display: block;
  cursor: pointer;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  color: var(--white-color);
  font-size: var(--font-18);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Flaticon";
  background-color: var(--main-color);
}

.main-footer .email-box .form-group button:hover {
  color: #ffffff;
}

.newsletter-widget .social-box {
  position: relative;
}

.newsletter-widget .social-box li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}

.newsletter-widget .social-box li a {
  position: relative;
  color: var(--white-color);
  font-size: var(--font-18);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.newsletter-widget .social-box li a:hover {
  color: var(--main-color);
}

.main-footer .contact-widget .contact-list {
  position: relative;
}

.main-footer .contact-widget .contact-list li {
  position: relative;
  line-height: 1.8em;
  font-size: var(--font-14);
  color: var(--color-twentytwo);
  padding-left: var(--padding-left-30);
  margin-bottom: var(--margin-bottom-15);
}

.main-footer .contact-widget .contact-list li .icon {
  position: absolute;
  left: 0px;
  top: -1px;
  color: var(--white-color);
}

.main-footer .contact-widget .contact-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .contact-widget .timing {
  position: relative;
  line-height: 1.8em;
  font-size: var(--font-15);
  color: var(--color-twentytwo);
  margin-top: var(--margin-top-20);
}

.main-footer .contact-widget .timing strong {
  position: relative;
  font-weight: 700;
  display: block;
  color: var(--white-color);
  text-decoration: underline;
  margin-bottom: var(--margin-bottom-10);
}

.main-footer .instagram-widget .images-outer {
  position: relative;
  margin: 0px -3px;
}

.main-footer .instagram-widget .image-box {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 3px;
  margin-bottom: var(--margin-bottom-5);
}

.main-footer .instagram-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .instagram-widget .image-box img:hover {
  opacity: 0.7;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 22px 0px;
  text-align: center;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.main-footer .footer-bottom .copyright {
  position: relative;
  font-size: var(--font-15);
  color: var(--color-twentytwo);
}

.main-footer .footer-bottom .copyright a {
  color: var(--main-color);
}

/* 34. vertical lines */

.vertical-lines-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 1;
}

.vertical-lines {
  position: fixed;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(-50%);
}

.vertical-effect {
  position: relative;
  width: 20%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid var(--color-twentythree);
}

.vertical-effect:nth-child(6) {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 2px;
}

.vertical-effect::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
}

.vertical-effect:first-child::before,
.vertical-effect:nth-child(6)::before,
.vertical-effect:nth-child(5)::before,
.vertical-effect:nth-child(3)::before,
.vertical-effect:nth-child(4)::before,
.vertical-effect:nth-child(5)::before {
  content: "";
  position: absolute;
  left: -2px;
}

.vertical-effect:first-child::before {
  top: 0;
  -webkit-animation: raindrop 6s ease-out infinite;
  -moz-animation: raindrop 6s ease-out infinite;
  -ms-animation: raindrop 6s ease-out infinite;
  -o-animation: raindrop 6s ease-out infinite;
  animation: raindrop 6s ease-out infinite;
  background: -webkit-linear-gradient(
    top,
    rgba(225, 225, 225, 0),
    rgba(225, 225, 225, 1)
  );
  background: -ms-linear-gradient(
    top,
    rgba(225, 225, 225, 0),
    rgba(225, 225, 225, 1)
  );
  background: linear-gradient(
    top,
    rgba(225, 225, 225, 0),
    rgba(225, 225, 225, 1)
  );
}

.vertical-effect:nth-child(2)::before {
  bottom: 0;
  -webkit-animation: raindrop-reverse 6s ease-out infinite;
  -moz-animation: raindrop-reverse 6s ease-out infinite;
  -ms-animation: raindrop-reverse 6s ease-out infinite;
  -o-animation: raindrop-reverse 6s ease-out infinite;
  animation: raindrop-reverse 6s ease-out infinite;
  background: -webkit-linear-gradient(
    top,
    rgba(225, 225, 225, 1),
    rgba(225, 225, 225, 0)
  );
  background: -ms-linear-gradient(
    top,
    rgba(225, 225, 225, 1),
    rgba(225, 225, 225, 0)
  );
  background: linear-gradient(
    top,
    rgba(225, 225, 225, 1),
    rgba(225, 225, 225, 0)
  );
}

.vertical-effect:nth-child(3)::before {
  top: 0;
  -webkit-animation: raindrop 12s ease-out infinite;
  -moz-animation: raindrop 12s ease-out infinite;
  -ms-animation: raindrop 12s ease-out infinite;
  -o-animation: raindrop 12s ease-out infinite;
  animation: raindrop 12s ease-out infinite;
  background: -webkit-linear-gradient(
    top,
    rgba(225, 225, 225, 0),
    rgba(225, 225, 225, 1)
  );
  background: -ms-linear-gradient(
    top,
    rgba(225, 225, 225, 0),
    rgba(225, 225, 225, 1)
  );
  background: linear-gradient(
    top,
    rgba(225, 225, 225, 0),
    rgba(225, 225, 225, 1)
  );
}

.vertical-effect:nth-child(4)::before {
  bottom: 0;
  -webkit-animation: raindrop-reverse 6s ease-out infinite;
  -moz-animation: raindrop-reverse 6s ease-out infinite;
  -ms-animation: raindrop-reverse 6s ease-out infinite;
  -o-animation: raindrop-reverse 6s ease-out infinite;
  animation: raindrop-reverse 6s ease-out infinite;
  background: -webkit-linear-gradient(
    top,
    rgba(225, 225, 225, 1),
    rgba(225, 225, 225, 0)
  );
  background: -ms-linear-gradient(
    top,
    rgba(225, 225, 225, 1),
    rgba(225, 225, 225, 0)
  );
  background: linear-gradient(
    top,
    rgba(225, 225, 225, 1),
    rgba(225, 225, 225, 0)
  );
}

.vertical-effect:nth-child(5)::before {
  top: 0;
  -webkit-animation: raindrop 6s ease-out infinite;
  -moz-animation: raindrop 6s ease-out infinite;
  -ms-animation: raindrop 6s ease-out infinite;
  -o-animation: raindrop 6s ease-out infinite;
  animation: raindrop 6s ease-out infinite;
  background: -webkit-linear-gradient(
    top,
    rgba(225, 225, 225, 0),
    rgba(225, 225, 225, 1)
  );
  background: -ms-linear-gradient(
    top,
    rgba(225, 225, 225, 0),
    rgba(225, 225, 225, 1)
  );
  background: linear-gradient(
    top,
    rgba(225, 225, 225, 0),
    rgba(225, 225, 225, 1)
  );
}

.vertical-effect:nth-child(6)::before {
  bottom: 0;
  -webkit-animation: raindrop-reverse 6s ease-out infinite;
  -moz-animation: raindrop-reverse 6s ease-out infinite;
  -ms-animation: raindrop-reverse 6s ease-out infinite;
  -o-animation: raindrop-reverse 6s ease-out infinite;
  animation: raindrop-reverse 6s ease-out infinite;
  background: -webkit-linear-gradient(
    top,
    rgba(225, 225, 225, 1),
    rgba(225, 225, 225, 0)
  );
  background: -ms-linear-gradient(
    top,
    rgba(225, 225, 225, 1),
    rgba(225, 225, 225, 0)
  );
  background: linear-gradient(
    top,
    rgba(225, 225, 225, 1),
    rgba(225, 225, 225, 0)
  );
}

@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two {
  position: relative;
  padding: 70px 0px 0px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.about-section-two .image-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.about-section-two .image-column .inner-column {
  position: relative;
  padding-right: var(--padding-right-70);
  padding-bottom: var(--padding-bottom-90);
}

.about-section-two .image-column .year-box {
  position: absolute;
  right: 0px;
  top: 45px;
  z-index: 1;
  width: 136px;
  height: 136px;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  font-size: var(--font-32);
  color: var(--white-color);
  padding-top: var(--padding-top-15);
  background-color: var(--color-twentyseven);
}

.about-section-two .image-column .year-box h2 {
  position: relative;
  font-weight: 800;
  font-size: var(--font-54);
  color: var(--white-color);
  margin-bottom: var(--margin-bottom-5);
  font-family: var(--font-family-BeVietnam);
}

.about-section-two .image-column .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.about-section-two .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.about-section-two .image-column .image-two {
  position: absolute;
  right: 0px;
  bottom: 45px;
  width: 255px;
  border-radius: 5px;
  border: 15px solid #00405a;
}

.about-section-two .content-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.about-section-two .content-column .inner-column {
  position: relative;
}

.feature-block-two {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.feature-block-two .inner-box {
  position: relative;
  padding: 0px 20px 25px;
}

.feature-block-two .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 25px;
  right: 0px;
  bottom: 0px;
  background-color: var(--color-thirtytwo);
}

.feature-block-two .inner-box:hover .icon {
  transform: rotateY(180deg);
}

.feature-block-two .inner-box .icon {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  font-family: "Flaticon";
  font-size: var(--font-32);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--color-twentyseven);
  box-shadow: 0px 0px 15px rgba(var(--color-twentyseven-rgb), 0.5);
}

.feature-block-two .inner-box h6 {
  font-weight: 800;
  margin-top: var(--margin-top-20);
  color: var(--color-thirtyone);
}

.feature-block-two .inner-box {
  position: relative;
}

.feature-block-two .inner-box .text {
  position: relative;
  margin-top: var(--margin-top-10);
}

.feature-block-two:nth-child(2) .inner-box .icon {
  background-color: var(--color-twentyeight);
  box-shadow: 0px 0px 15px rgba(var(--color-twentyeight-rgb), 0.5);
}

/*** 

====================================================================
	CTA Section One
====================================================================

***/

.cta-section-one {
  position: relative;
  z-index: 1;
}

.cta-section-one .inner-container {
  position: relative;
  padding: 60px 35px;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--color-twentyseven);
}

.cta-section-one h2 {
  line-height: 50px;
  color: var(--white-color);
}

.cta-section-one .play-box {
  position: relative;
  font-weight: 700;
  float: left;
  font-size: var(--font-16);
  color: var(--white-color);
  margin-top: var(--margin-top-20);
  padding-left: var(--padding-left-90);
}

.cta-section-one .play-box .play-button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Flaticon";
  font-size: var(--font-16);
  color: var(--white-color);
  padding-left: var(--padding-left-5);
  background-color: var(--color-twentyeight);
}

.cta-section-one .play-box .play-button:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50px;
  border: 2px dashed var(--white-color);
}

.cta-section-one .play-box strong {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: var(--font-22);
  margin-top: var(--margin-top-10);
  font-family: var(--font-family-BeVietnam);
}

.cta-section-one .button-box {
  position: relative;
  float: left;
  margin-top: var(--margin-top-15);
  margin-left: var(--margin-left-30);
  padding-left: var(--padding-left-30);
  border-left: 2px solid var(--white-color);
}

.cta-section-one .button-box .theme-btn {
  display: block;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/
.service-section-top {
  position: relative;
  margin-top: -110px;
  padding: 160px 0px 40px !important;
}

.service-section-three {
  position: relative;
  margin-top: 0px;
  padding: 80px 0px 40px;
  background-attachment: fixed;
  background-size: cover;
}

.service-section-three .btn-box {
  position: relative;
  margin-top: var(--margin-top-30);
}

.service-section-three:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.8;
  background-color: var(--color-twentynine);
}

.service-block-three {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.service-block-three .inner-box {
  position: relative;
  text-align: center;
  border-radius: 3px;
  min-height: 27.8em;
  overflow: hidden;
  padding: 25px 10px 20px;
  background-color: #071024fc;
}

.service-block-three .inner-box .icon-box {
  position: relative;
  display: inline-block;
}

.service-block-three .inner-box .icon-box:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50px;
  border: 2px dashed var(--white-color);
}

.service-block-three .inner-box:hover .icon-box .icon {
  background-color: var(--color-thirtyfour);
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.service-block-three .inner-box .icon-box .icon {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  font-size: var(--font-30);
  font-family: "Flaticon";
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #096ef5;
}

.service-block-three .inner-box h5 {
  margin-top: var(--margin-top-40);
  color: var(--white-color);
}

.service-block-three .inner-box h5 a {
  color: var(--white-color);
}

.service-block-three .inner-box .text {
  color: var(--white-color);
  font-size: var(--font-16);
  margin-top: var(--margin-top-15);
  margin-bottom: var(--margin-bottom-25);
}

.service-block-three .inner-box .plus-icon {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
  font-family: "Flaticon";
  color: var(--white-color);
  font-size: var(--font-16);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--color-twentyseven);
}

.service-block-three .inner-box:hover .plus-icon {
  background-color: var(--white-color);
  color: var(--color-twentyeight);
}

.service-block-three .inner-box .color-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.service-block-three .color-one {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25%;
  height: 0%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: var(--color-light-green);
}

.service-block-three .inner-box:hover .color-one {
  height: 100%;
}

.service-block-three .color-two {
  position: absolute;
  left: 25%;
  top: 0px;
  width: 25%;
  height: 0%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: var(--color-light-green);
}

.service-block-three .inner-box:hover .color-two {
  height: 100%;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.service-block-three .color-three {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 25%;
  height: 0%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: var(--color-light-green);
}

.service-block-three .inner-box:hover .color-three {
  height: 100%;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.service-block-three .color-four {
  position: absolute;
  left: 75%;
  top: 0px;
  width: 25%;
  height: 0%;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: var(--color-light-green);
}

.service-block-three .inner-box:hover .color-four {
  height: 100%;
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

/*** 

====================================================================
	Team Section Two
====================================================================

***/

.team-section-two {
  position: relative;
  overflow: hidden;
  padding: 50px 0px 10px;
}

.team-section-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 469px;
  height: 699px;
  background-repeat: no-repeat;
}

.team-section-two .pattern-layer-two {
  position: absolute;
  right: 0px;
  bottom: -100px;
  width: 419px;
  height: 626px;
  background-repeat: no-repeat;
}

.team-section-two .sec-title-two .title:before {
  background: url(../images/background/pattern-17.png);
}

.team-section-two .btn-box {
  position: relative;
  margin-top: var(--margin-top-20);
}

.team-block-two {
  /* max-width: 310px; */
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.team-block-two .inner-box {
  position: relative;
}

.team-block-two .inner-box .image {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.team-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.team-block-two .inner-box .social-box {
  position: absolute;
  right: -120px;
  top: 20px;
  z-index: 1;
  width: 45px;
  text-align: center;
  padding: 20px 15px 18px;
  border-radius: 15px 0px 0px 15px;
  background-color: var(--color-twentyseven);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block-two .inner-box .social-box a {
  position: relative;
  display: inline-block;
  color: var(--white-color);
  font-size: var(--font-18);
  margin-bottom: var(--margin-bottom-10);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block-two .inner-box .social-box a:hover {
  color: var(--color-twentyeight);
}

.team-block-two .inner-box .social-box a:last-child {
  margin-bottom: var(--margin-zero);
}

.team-block-two .inner-box:hover .social-box {
  right: 0px;
}

.team-block-two .inner-box .lower-content {
  position: relative;
  text-align: center;
  padding-top: var(--padding-top-25);
}

.team-block-two .inner-box h4 {
}

.team-block-two .inner-box h4 {
  position: relative;
  font-size: 18px !important;
  color: var(--color-thirtyone);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block-two .inner-box:hover h4 {
  color: var(--color-twentyseven);
}

.team-block-two .inner-box .designation {
  position: relative;
  color: var(--color-eight);
  margin-top: var(--margin-top-10);
}

.team-block-two .inner-box .plus-icon {
  position: absolute;
  right: 0px;
  top: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-family: "Flaticon";
  color: var(--white-color);
  font-size: var(--font-16);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--color-twentyseven);
}

.team-block-two .inner-box:hover .plus-icon {
  background-color: var(--color-twentyeight);
  color: var(--white-color);
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section {
  position: relative;
  padding: 100px 0px 70px;
}

.faq-section .title-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.faq-section .title-column .inner-column {
  position: relative;
}

.faq-section .sec-title-two .title:before {
  background: url(../images/background/pattern-20.png) center center no-repeat;
}

.faq-section .title-column .image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.faq-section .title-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.faq-section .accordion-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.faq-section .accordion-column .inner-column {
  position: relative;
}

.faq-section .accordion-column .upper-text {
  position: relative;
  line-height: 28px;
  font-size: var(--font-16);
  color: var(--color-eight);
  margin-top: var(--margin-top-70);
  margin-bottom: var(--margin-bottom-50);
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  border-radius: 4px;
  background-color: var(--white-color);
  margin-bottom: var(--margin-bottom-20);
  border: 1px solid var(--color-thirtysix);
}

.accordion-box .block .acc-btn {
  font-size: var(--font-16);
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  line-height: 30px;
  font-weight: 700;
  padding: 14px 25px;
  text-transform: capitalize;
  color: var(--color-thirtyone);
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  font-family: var(--font-family-BeVietnam);
}

.accordion-box .block .icon-outer {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: var(--font-18);
  color: var(--color-thirtyone);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: var(--font-18);
  color: var(--main-color-two);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
  font-weight: 400;
  color: var(--main-color-two);
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  opacity: 1;
  color: var(--main-color);
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
}

.accordion-box .block .acc-btn.active {
  color: var(--main-color);
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content .content-text {
  padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  padding: 0px 25px 25px 25px;
}

.accordion-box .block .content .text p {
  margin-bottom: 0px;
  color: var(--dark-color);
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding: 70px 0px 40px;
  background-attachment: fixed;
  background-size: cover;
}

.testimonial-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.9;
  background-color: var(--color-thirtytwo);
}

.testimonial-section .counter-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.testimonial-section .counter-column .inner-column {
  position: relative;
}

.testimonial-section .counter-column .sec-title-two .title:before {
  background: url(../images/background/pattern-21.png);
}

.testimonial-section .counter-block {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

/* .testimonial-section .counter-block .inner-block{
	position:relative;
	padding:33px 25px;
	border-radius:6px;
	overflow:hidden;
	background-color:var(--white-color);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
} */
.testimonial-section .counter-block .inner-block {
  position: relative;
  padding: 36px 30px 11px;
  min-height: 140px;
  min-width: 270px;
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-section .counter-block .icon-box {
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: var(--font-30);
}

.testimonial-section .counter-block .icon-box:before {
  position: absolute;
  content: "";
  left: -15px;
  top: -5px;
  width: 100px;
  height: 100px;
  opacity: 0.1;
  border-radius: 50%;
  background-color: var(--color-twentyeight);
}

.testimonial-section .counter-block h3 {
  color: var(--color-thirtyone);
  font-size: var(--font-18);
  font-weight: 800;
}

/* .testimonial-section .counter-block .counter-text{
	position:relative;
	font-weight:500;
	font-size:var(--font-18);
	color:var(--color-thirtyseven);
	margin-top:var(--margin-top-5);
} */
.testimonial-section .counter-block .counter-text {
  position: relative;
  margin-top: 5px !important;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: var(--font-18);
  color: #3a3939;
  margin-top: var(--margin-top-5);
}

.testimonial-section .counter-block .icon-box .icon {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  line-height: 88px;
  display: inline-block;
  font-family: "Flaticon";
  color: var(--white-color);
  padding-left: var(--padding-left-20);
  background-color: var(--color-twentyeight);
}

.testimonial-section .carousel-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.testimonial-section .carousel-column .inner-column {
  position: relative;
}

.testimonial-section .carousel-column .single-verticle-carousel .slick-arrow {
  display: none !important;
}

.testimonial-section .carousel-column .single-verticle-carousel .slick-dots {
  position: absolute;
  left: -25px;
  top: 0px;
}

.testimonial-section
  .carousel-column
  .single-verticle-carousel
  .slick-dots
  li
  button {
  position: relative;
  width: 8px;
  height: 16px;
  font-size: 0px;
  margin: 5px 0px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--color-twentyseven);
}

.single-verticle-carousel .slick-dots li.slick-active button {
  height: 40px !important;
  background-color: var(--color-twentyeight) !important;
}

.testimonial-block {
  position: relative;
  margin-bottom: var(--margin-bottom-20);
}

.testimonial-block .inner-box {
  position: relative;
  padding: 25px 25px;
  border-radius: 4px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.testimonial-block .inner-box .author-image {
  position: absolute;
  right: 40px;
  width: 86px;
  height: 86px;
  border-radius: 50px;
}

.testimonial-block .inner-box .author-image:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 2px dashed var(--color-twentyseven);
}

.testimonial-block .inner-box .author-image img {
  position: relative;
  width: 86px;
  height: 86px;
  overflow: hidden;
  border-radius: 50px;
}

.testimonial-block .inner-box .quote {
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Flaticon";
  font-size: var(--font-18);
  color: var(--color-twentyseven);
  background-color: rgba(var(--color-twentyseven-rgb), 0.2);
}

.testimonial-block .inner-box .text {
  position: relative;
  font-weight: 500;
  line-height: 30px;
  padding-right: 140px;
  color: var(--color-five);
  margin-top: var(--margin-top-20);
  margin-bottom: var(--margin-bottom-15);
}

.testimonial-block .inner-box h4 {
  font-weight: 700;
  color: var(--color-thirtyone);
}

.testimonial-block .inner-box .rating {
  position: relative;
  font-weight: 700;
  font-size: var(--font-16);
  color: var(--color-thirtyone);
  margin-top: var(--margin-top-5);
  font-family: var(--font-family-BeVietnam);
}

.testimonial-block .inner-box .rating span {
  position: relative;
  margin-left: 2px;
  font-size: var(--font-18);
  color: var(--color-thirtyeight);
}

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two {
  position: relative;
  overflow: hidden;
  padding: 110px 0px 80px;
}

.news-section-two .owl-dots {
  display: none;
}

.news-section-two .owl-nav {
  position: absolute;
  right: 20px;
  bottom: -35px;
}

.news-section-two .owl-nav .owl-prev,
.news-section-two .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: var(--font-18);
  color: var(--white-color);
  font-family: "Flaticon";
  border-radius: 5px;
  text-align: center;
  margin-left: var(--margin-left-10);
  background-color: var(--color-thirtyone);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-section-two .owl-nav .owl-prev:hover,
.news-section-two .owl-nav .owl-next:hover {
  background-color: #d53a00;
}

.news-section-two .sec-title-two {
  margin-bottom: var(--margin-bottom-20);
}

.news-section-two .sec-title-two .title:before {
  background: url(../images/background/pattern-22.png) no-repeat;
}

.news-section-two .owl-carousel .owl-stage-outer {
  padding: 20px 0px 20px;
}

.news-section-two .owl-theme .news-block-two {
  margin: 0px 15px;
}

.news-section-two .owl-carousel {
  margin: 0px -15px;
  width: auto;
}

.news-block-two {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.news-block-two .inner-box {
  position: relative;
  border-radius: 5px;
  padding: 15px 15px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.news-block-two .inner-box .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--color-twentyseven);
}

.news-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image img {
  opacity: 0.8;
  transform: scale(1.05, 1.05);
}

.news-block-two .inner-box .lower-content {
  position: relative;
  padding-top: var(--padding-top-30);
}

.news-block-two .post-date {
  position: relative;
  font-weight: 500;
  padding: 10px 12px 8px;
  border-radius: 3px;
  display: inline-block;
  font-size: var(--font-18);
  color: var(--color-twentyseven);
  background-color: rgba(var(--color-twentyseven-rgb), 0.1);
}

.news-block-two .inner-box h4 {
  font-weight: 800;
  margin-top: var(--margin-top-20);
}

.news-block-two .inner-box h4 a {
  position: relative;
  color: var(--color-thirtyone);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-two .inner-box h4 a:hover {
  color: var(--color-twentyeight);
}

.news-block-two .inner-box .plus-icon {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-family: "Flaticon";
  color: var(--white-color);
  font-size: var(--font-16);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-top: var(--margin-top-20);
  background-color: var(--color-twentyseven);
}

.news-block-two .inner-box:hover .plus-icon {
  background-color: var(--color-twentyeight);
  color: var(--white-color);
}

/*** 

====================================================================
	Info Section
====================================================================

***/

.info-section {
  position: relative;
  z-index: 10;
}

.info-section .inner-container {
  position: relative;
  border-radius: 4px;
  background-color: var(--color-twentyseven);
}

.info-section .info-block {
  position: relative;
  padding: 0px 0px;
  float: left;
}

.info-section .info-block .inner-box {
  position: relative;
  padding: 30px 20px;
}

.info-section .info-block:nth-child(2) .inner-box {
  background-color: var(--color-twentyeight);
}

.info-section .info-block:nth-child(2) .inner-box .icon {
  background-color: rgba(var(--white-color-rgb), 0.2);
}

.info-section .info-block .content {
  position: relative;
  padding-left: var(--padding-left-80);
}

.info-section .info-block .inner-box:hover .content .icon {
  transform: rotateY(180deg);
}

.info-section .info-block .content .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-align: center;
  color: var(--white-color);
  font-family: "Flaticon";
  font-size: var(--font-30);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(var(--white-color-rgb), 0.1);
}

.info-section .info-block strong {
  position: relative;
  font-weight: 800;
  font-size: var(--font-22);
  color: var(--white-color);
  font-family: var(--font-family-BeVietnam);
}

.info-section .info-block .content .text {
  position: relative;
  line-height: 24px;
  margin-right: -15px;
  font-size: var(--font-15);
  color: var(--white-color);
  margin-top: var(--margin-top-10);
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two {
  position: relative;
  margin-top: 40px;
  padding: 0;
  /* background-color: var(--color-thirtyone); */
  /* background-color: #00405a; */
}

.footer-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 317px;
  height: 619px;
  background-repeat: no-repeat;
}

.footer-style-two .pattern-layer-two {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 284px;
  height: 613px;
  background-repeat: no-repeat;
}

.footer-style-two .footer-widget {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.footer-style-two .widgets-section {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.footer-style-two .logo-widget {
  position: relative;
  /* border-right: 1px solid rgba(255,255,255,.2);
  width: 103%; */
  /* height: 116%; */
}

.footer-style-two .logo-widget .logo {
  position: relative;
  margin-bottom: 25px;
}

.footer-style-two .logo-widget .text {
  line-height: 1.8em;
  color: var(--white-color);
  margin-bottom: var(--margin-bottom-30);
}

.footer-style-two .footer-widget h5 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
  color: var(--white-color);
  text-transform: capitalize;
  padding-bottom: var(--padding-bottom-20);
}
.cs_footer_contact_list li i {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0px;
  top: -2px;
  background-color: rgba(255, 255, 255, 0.15);
  padding-left: 6px;
  padding-top: 3px;
  border-radius: 6px;
}
.cs_footer_contact_list li:not(:last-child) {
  margin-bottom: 22px;
}
.cs_footer_contact_list li {
  position: relative;
  padding-left: 40px;
}
.cs_mp_0 {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.cs_footer_contact_list li{
  line-height: 1.82em;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}
.cs_footer_contact_list li a{
  line-height: 1.82em;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}
.footer-style-two .newsletter-widget .text {
  line-height: 1.8em;
  color: var(--color-twentytwo);
  margin-bottom: var(--margin-bottom-30);
}
.cs_footer_contact_list li i {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 0px 0px 10px 9px;
}
[class^="bi-"]::before, [class*=" bi-"]::before {
  line-height: 23px;}
.footer-style-two .news-widget .post {
  position: relative;
  padding-left: var(--padding-left-80);
  margin-bottom: var(--margin-bottom-15);
}

.footer-style-two .news-widget .post .thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 63px;
  overflow: hidden;
  border-radius: 4px;
}

.footer-style-two .news-widget .post .date {
  position: relative;
  font-weight: 500;
  font-size: var(--font-14);
  color: var(--color-twentyeight);
  padding-left: var(--padding-left-25);
}

.footer-style-two .news-widget .post .date:before {
  position: absolute;
  content: "\f183";
  left: 0px;
  top: 1px;
  line-height: 1em;
  font-family: "flaticon";
}

.footer-style-two .news-widget .post h6 {
  font-weight: 700;
  line-height: 24px;
  font-size: var(--font-17);
  margin-top: var(--margin-top-5);
}

.footer-style-two .news-widget .post h6 a {
  color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.footer-style-two .news-widget .post h6 a:hover {
  color: var(--color-twentyeight);
}

.footer-style-two .newsletter-widget .text {
  line-height: 1.8em;
  color: var(--white-color);
  margin-bottom: var(--margin-bottom-30);
}

.footer-style-two .newsletter-widget .lower-text {
  line-height: 1.8em;
  color: var(--white-color);
  margin-top: var(--margin-top-30);
}
.cs_footer_menu li {
  padding-left: 25px;
  position: relative;
}
.cs_footer_menu li a{
  font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.82em;
    font-weight: 400;
  color:#fff
}
.cs_footer_menu li:before {
  content: "\F138";
  font-weight: 900;
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
  top: 3;
  color:#fff;
}
.cs_footer_menu li:not(:last-child) {
  margin-bottom: 12px;
}
.cs_footer_widget_seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  gap: 5px;
  margin-bottom: 34px;
}
.cs_footer_widget_seperator span {
  height: 5px;
  width: 80px;
  border-radius: 5px;
}
.cs_accent_bg {
  background-color: var(--accent-color);
}
.cs_footer_widget_seperator span:nth-child(2) {
  width: 15px;
}
.cs_footer_widget_seperator span:nth-child(3) {
  width: 6px;
}
.cs_white_bg {
  background-color: var(--white-color);
}
/* Email Box */

.footer-style-two .email-box-two {
  position: relative;
  margin-bottom: 22px;
}

.footer-style-two .email-box-two .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

.footer-style-two .email-box-two .form-group input[type="text"],
.footer-style-two .email-box-two .form-group input[type="email"] {
  position: relative;
  line-height: 43px;
  padding: 10px 55px 10px 20px;
  display: block;
  font-size: 14px;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  box-shadow: inherit;
  color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: none;
  border: 1px solid var(--white-color);
}

.footer-style-two .email-box-two .form-group input::placeholder,
.footer-style-two .email-box-two .form-group textarea::placeholder {
  color: #ffffff;
}

.footer-style-two .email-box-two .form-group button {
  position: absolute;
  right: 8px;
  top: 8px;
  height: 35px;
  width: 35px;
  display: block;
  cursor: pointer;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  color: var(--white-color);
  font-size: var(--font-18);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Flaticon";
  background-color: var(--color-twentyseven);
}

.footer-style-two .email-box-two .form-group button:hover {
  color: #ffffff;
}

.footer-style-two .logo-widget .social-box {
  position: relative;
}

.footer-style-two .logo-widget .social-box li {
  position: relative;
  display: inline-block;
  margin-right: var(--margin-right-10);
}

/* .footer-style-two .logo-widget .social-box li a {
  position: relative;
  width: 46px;
  height: 46px;
  color: var(--color-twentyseven);
  font-size: var(--font-20);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
  background-color: rgba(var(--color-twentyseven-rgb), 0.15);
} */
.footer-style-two .logo-widget .social-box li a {
  position: relative;
  width: 45px;
  height: 45px;
  color: #d9eaf1;
  font-size: 16;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  background-color: #6969694d;
}

.footer-style-two .logo-widget .social-box li a:hover {
  color: var(--white-color);
  background-color: rgba(var(--color-twentyseven-rgb), 1);
}

.footer-style-two .contact-widget .contact-list {
  position: relative;
}

.footer-style-two .contact-widget .contact-list li {
  position: relative;
  line-height: 1.8em;
  font-weight: 400;
  font-size: var(--font-16);
  color: var(--white-color);
  padding-left: var(--padding-left-70);
  margin-bottom: var(--margin-bottom-20);
}

.footer-style-two .contact-widget .contact-list li .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 46px;
  height: 46px;
  /* color: var(--color-twentyseven); */
  color: #d9eaf1;
  font-size: var(--font-20);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
  font-family: "Flaticon";
  /* background-color: rgba(var(--color-twentyseven-rgb), 0.15); */
  background-color: #dd0e32;
}

.footer-style-two .contact-widget .contact-list li a {
  position: relative;
  font-weight: 700;
  display: block;
  font-size: var(--font-18);
  color: var(--white-color);
}

.footer-style-two .contact-widget .contact-list li:last-child {
  margin-bottom: 0px;
}

.footer-style-two .footer-bottom {
  position: relative;
  padding: 22px 0px;
  text-align: center;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.footer-style-two .footer-bottom .copyright {
  position: relative;
  font-size: var(--font-15);
  color: var(--white-color);
}

.footer-style-two .footer-bottom .copyright a {
  color: var(--color-twentyeight);
}

.footer-style-two .footer-bottom .footer-nav {
  position: relative;
}

.footer-style-two .footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  line-height: 1em;
  margin-right: var(--margin-right-15);
  padding-right: var(--padding-right-15);
  /* border-right: 1px solid var(--white-color); */
}

.footer-style-two .footer-bottom .footer-nav li a {
  position: relative;
  font-size: var(--font-15);
  color: var(--white-color);
}

.footer-style-two .footer-bottom .footer-nav li:last-child {
  position: relative;
  border: 0px;
  margin-right: var(--margin-zero);
  padding-right: var(--padding-zero);
}

/*** 

====================================================================
	Footer Style Three
====================================================================

***/

.side-title {
  position: absolute;
  right: 100px;
  top: 100px;
  opacity: 0.1;
  font-weight: 800;
  font-size: var(--font-110);
  color: var(--white-color);
  font-family: var(--font-family-BeVietnam);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.side-title span {
  position: relative;
  color: var(--color-fourtytwo);
}

.pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 420px;
  height: 437px;
  background-repeat: no-repeat;
}

.pattern-layer-two {
  /* position:absolute; */
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}

.upper-box {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.upper-box .info-box {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.upper-box .info-box .box-inner {
  position: relative;
  padding: 25px 30px;
  border-radius: 5px;
  background-color: #002b3c;
}

.upper-box .info-box .content {
  position: relative;
  padding-left: var(--padding-left-75);
}

.upper-box .info-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1em;
  font-size: var(--font-50);
  font-family: "Flaticon";
  color: var(--color-fourtytwo);
}

.upper-box .info-box strong {
  position: relative;
  display: block;
  font-weight: 800;
  font-size: var(--font-18);
  color: var(--white-color);
  margin-bottom: var(--margin-bottom-10);
  font-family: var(--font-family-BeVietnam);
}

.upper-box .info-box .text {
  position: relative;
  font-size: var(--font-16);
  color: var(--white-color);
}

.footer-widget {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.widgets-section {
  position: relative;
  /* padding-bottom: var(--padding-bottom-60); */
}

.about-widget .text {
  line-height: 1.8em;
  color: var(--white-color);
  margin-bottom: var(--margin-bottom-30);
}

.about-widget .read-more {
  position: relative;
  padding: 14px 28px;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  font-size: var(--font-16);
  color: var(--white-color);
  font-family: var(--font-family-BeVietnam);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: var(--color-fourtyone);
  background: linear-gradient(
    to right,
    var(--color-fourtyone) 0%,
    var(--color-fourtytwo) 100%
  );
}

.about-widget .read-more span {
  position: relative;
  font-size: var(--font-10);
  font-family: "Flaticon";
  margin-left: var(--margin-left-5);
}

.about-widget .read-more:hover {
  background-color: var(--color-fourtytwo);
}

.footer-widget h4 {
  font-weight: 700;
  color: var(--white-color);
  text-transform: capitalize;
  margin-top: var(--margin-top-20);
  margin-bottom: var(--margin-bottom-20);
}

.newsletter-widget .text {
  line-height: 1.8em;
  color: var(--white-color);
  margin-bottom: var(--margin-bottom-30);
}

.links-widget {
  position: relative;
}

.links-widget .list {
  position: relative;
}

.links-widget .list li {
  position: relative;
  margin-bottom: var(--margin-bottom-15);
}

.links-widget .list li a {
  position: relative;
  font-size: var(--font-16);
  color: var(--white-color);
}

.links-widget .list li a:hover {
  color: var(--color-fourtytwo);
}

/* Email Box */

.email-box-three {
  position: relative;
  margin-bottom: 22px;
}

.email-box-three .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

.email-box-three .form-group input[type="text"],
.email-box-three .form-group input[type="email"] {
  position: relative;
  line-height: 43px;
  padding: 10px 55px 10px 20px;
  display: block;
  font-size: 14px;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  box-shadow: inherit;
  color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: none;
  border: 1px solid var(--white-color);
}

.email-box-three .form-group input::placeholder,
.email-box-three .form-group textarea::placeholder {
  color: #ffffff;
}

.email-box-three .form-group button {
  position: absolute;
  right: 0px;
  top: -1px;
  height: 52px;
  width: 50px;
  display: block;
  cursor: pointer;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  color: var(--white-color);
  font-size: var(--font-18);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Flaticon";
  background-color: var(--color-fourtytwo);
}

.email-box-three .form-group button:hover {
  color: #ffffff;
}

.footer-bottom {
  position: relative;
  padding: 22px 0px;
  text-align: center;
  /* border-top: 1px solid rgba(255, 255, 255, 1); */
}

.footer-bottom .copyright {
  position: relative;
  font-size: var(--font-16);
  color: var(--white-color);
}

.footer-bottom .copyright a {
  color: var(--main-color);
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
  position: relative;
  padding: 60px 0px 80px;
}

.counter-section .counter-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.counter-section .counter-column .inner-column {
  position: relative;
  padding: 30px 20px 30px 140px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.counter-section .counter-column .inner-column {
  position: relative;
  overflow: hidden;
}

.counter-section .counter-column .inner-column .icon-box {
  position: absolute;
  left: -100px;
  top: -37px;
  width: 217px;
  height: 192px;
  border-radius: 50%;
  text-align: right;
  font-size: var(--font-60);
  background: var(--color-fourtyone);
  background: linear-gradient(
    to right,
    var(--color-fourtyone) 0%,
    var(--color-fourtytwo) 100%
  );
}

.counter-section .counter-column .icon-box:before {
  position: absolute;
  content: "";
  left: -15px;
  top: -5px;
  right: -12px;
  bottom: 0px;
  opacity: 0.3;
  border-radius: 50%;
  background: rgb(193 2 46);
}

.counter-section .counter-column h3 {
  color: var(--color-thirtyone);
  font-weight: 700;
  font-size: var(--font-48);
  font-family: var(--font-family-Poppins);
}

.counter-section .counter-column .counter-text {
  position: relative;
  font-weight: 700;
  font-size: var(--font-22);
  color: var(--color-five);
  margin-top: var(--margin-top-10);
}

.counter-section .counter-column .inner-column:hover .icon-box .icon {
}

.counter-section .counter-column .icon-box .icon {
  position: relative;
  line-height: 210px;
  display: inline-block;
  font-family: "Flaticon";
  color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding-right: var(--padding-right-30);
}

.counter-section.style-two {
  padding-top: var(--padding-top-100);
}

.counter-section.style-two .counter-column .inner-column .icon-box {
  background-color: #d90429;
  background-image: none;
}

/*** 

====================================================================
	CTA Section Two
====================================================================

***/

.cta-section-two {
  position: relative;
  z-index: 1;
}

.cta-section-two .inner-container:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.78;
  background-color: var(--color-fourty);
}

.cta-section-two .inner-container {
  position: relative;
  padding: 20px 35px 0px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: -157px;
  background-size: cover;
  background-color: var(--color-twentyseven);
}

.cta-section-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 522px;
  height: 173px;
  background-repeat: no-repeat;
}

.cta-section-two .pattern-layer-two {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 277px;
  height: 298px;
  background-repeat: no-repeat;
}

.cta-section-two h2 {
  line-height: 50px;
  color: var(--white-color);
  padding-top: var(--padding-top-45);
  margin-bottom: var(--margin-bottom-15);
}

.cta-section-two .play-box {
  position: relative;
  font-weight: 700;
  float: left;
  font-size: var(--font-16);
  color: var(--white-color);
  margin-top: var(--margin-top-20);
  padding-left: var(--padding-left-90);
}

.cta-section-two .play-box .play-button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Flaticon";
  font-size: var(--font-16);
  color: var(--white-color);
  padding-left: var(--padding-left-5);
  background-color: var(--color-fourtytwo);
}

.cta-section-two .play-box .play-button:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50px;
  border: 2px dashed var(--white-color);
}

.cta-section-two .play-box strong {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: var(--font-22);
  margin-top: var(--margin-top-10);
  font-family: var(--font-family-BeVietnam);
}

.cta-section-two .button-box {
  position: relative;
  float: left;
  margin-top: var(--margin-top-15);
  margin-right: var(--margin-right-40);
}

.cta-section-two .button-box .theme-btn {
  display: block;
}

.cta-section-two .side-image {
  text-align: right;
}

.cta-section-two.style-two .inner-container {
  margin-top: var(--margin-zero);
}

.cta-section-two.style-two .play-box .play-button {
  background-color: var(--main-color);
}

/*** 

====================================================================
	Project Section Three
====================================================================

***/

.project-section-three {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}

.project-section-three .lower-box {
  position: relative;
  margin-top: -55px;
  z-index: 10;
}

.project-section-three .lower-box a {
  position: relative;
  font-weight: 800;
  padding-left: 50px;
  font-size: var(--font-16);
  color: var(--color-fourty);
  padding-top: var(--padding-top-10);
  font-family: var(--font-family-BeVietnam);
}

.project-section-three .lower-box a:before {
  position: absolute;
  content: "";
  left: -60px;
  top: -25px;
  width: 48px;
  height: 53px;
  background: url(../images/icons/arrow.png) no-repeat;
}

.project-section-three .lower-box a .plus {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  font-family: "Flaticon";
  color: var(--white-color);
  background-color: var(--color-fourty);
  box-shadow: 0px 0px 15px rgba(243, 0, 48, 0.2);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.project-section-three .lower-box a:hover {
  color: var(--color-fourtytwo);
}

.project-section-three .lower-box a:hover .plus {
  background-color: var(--color-fourtytwo);
}

.project-section-three .auto-container {
  position: relative;
}

.project-section-three .inner-container {
  position: relative;
  padding-left: 400px;
}

.project-section-three .project-tab .tab-btns-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 370px;
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  display: block;
  border-radius: 3px;
  color: var(--color-five);
  font-size: var(--font-18);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 17px 20px 17px 70px;
  background-color: var(--white-color);
  margin-bottom: var(--margin-bottom-20);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  font-family: var(--font-family-BeVietnam);
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn .icon {
  position: absolute;
  left: 15px;
  top: 8px;
  width: 40px;
  height: 40px;
  color: #f30030;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  font-weight: normal;
  font-family: "Flaticon";
  background-color: rgba(var(--color-fourtytwo-rgb), 0.06);
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn:hover,
.project-section-three .project-tab .tab-btns-box .p-tab-btn.active-btn {
  color: var(--white-color);
  background-color: var(--color-fourtytwo);
  box-shadow: 0px 10px 15px rgba(0, 153, 255, 0.1);
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn:hover .icon,
.project-section-three .project-tab .tab-btns-box .p-tab-btn.active-btn .icon {
  color: var(--color-fourtytwo);
  background-color: var(--white-color);
}

.project-section-three .project-tab .p-tabs-content {
  position: relative;
  display: block;
}

.project-section-three .project-tab .p-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.project-section-three .project-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.project-section-three .p-tab.active-tab .project-block {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}

.project-section-three .p-tab .project-block {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
}

.project-section-three .owl-nav {
  display: none;
}

.project-section-three .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 35px;
  width: 12px;
}

.project-section-three .owl-dots .owl-dot {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 15px 0px;
  border-radius: 50px;
  background-color: var(--color-fourty);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.project-section-three .owl-dots .owl-dot:before {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  opacity: 0;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid var(--color-fourtytwo);
}

.project-section-three .owl-dots .owl-dot.active,
.project-section-three .owl-dots .owl-dot:hover {
  background-color: var(--color-fourtytwo);
}

.project-section-three .owl-dots .owl-dot.active::before,
.project-section-three .owl-dots .owl-dot:hover::before {
  opacity: 1;
}

/* Project Block */

.project-block {
  position: relative;
  margin-bottom: 30px;
}

.project-block .inner-box {
  position: relative;
}

.project-block .inner-box .image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.project-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.project-block .inner-box .content-box {
  position: relative;
  padding: 30px 30px;
  border-radius: 5px;
  max-width: 460px;
  width: 100%;
  z-index: 2;
  margin-left: 35px;
  margin-top: -180px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.project-block .inner-box .content-box h3 {
  margin-bottom: 20px;
  font-weight: 800;
}

.project-block .inner-box .content-box h3 a {
  position: relative;
  color: var(--color-fourty);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.project-block .inner-box .content-box h3 a:hover {
  color: var(--color-fourtytwo);
}

.project-block .inner-box .content-box .text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--color-five);
}

.project-block .inner-box .explore-btn {
  position: relative;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1px;
  color: var(--white-color);
  font-size: var(--font-15);
  background-color: var(--color-fourtytwo);
  font-family: var(--font-family-BeVietnam);
}

.project-block .inner-box .explore-btn:hover {
  color: var(--white-color);
  background-color: var(--color-fourtyone);
}

/*** 

====================================================================
	Service Section Four
====================================================================

***/

.team-section-three {
  position: relative;
  padding: 0px 0px 100px;
  background-position: center center;
  background-repeat: no-repeat;
}

.team-section-three .btn-box {
  position: relative;
  margin-top: var(--margin-top-30);
}

.team-section-three .sec-title-three .text {
  margin-top: var(--margin-top-45);
}

.team-block-three {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.team-block-three .inner-box {
  position: relative;
}

.team-block-three .inner-box .image {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.team-block-three .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.team-block-three .inner-box .overlay-box {
  position: absolute;
  left: 0px;
  bottom: -300px;
  right: 0px;
  z-index: 1;
  padding: 50px 25px 22px;
  background: url(../images/background/pattern-28.png) left top no-repeat;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-block-three .inner-box:hover .overlay-box {
  bottom: 0px;
}

.team-block-three .inner-box h5 {
  font-weight: 800;
}

.team-block-three .inner-box h5 a {
  position: relative;
  color: var(--white-color);
}

.team-block-three .inner-box .designation {
  position: relative;
  font-weight: 400;
  font-size: var(--font-16);
  color: var(--white-color);
  margin-top: var(--margin-top-5);
}

.team-block-three .inner-box .arrow {
  position: absolute;
  right: 20px;
  top: 55px;
  width: 40px;
  height: 40px;
  z-index: 1;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-size: var(--font-22);
  color: var(--white-color);
  font-family: "FontAwesome";
  background-color: var(--color-fourtytwo);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transform: translateX(60px);
}

.team-block-three .inner-box:hover .arrow {
  transform: translateX(0px);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-block-two {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.testimonial-block-two .inner-box {
  position: relative;
  padding: 0px 30px 30px;
}

.testimonial-block-two .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 44px;
  bottom: 0px;
  border-radius: 4px;
  background-color: var(--color-thirtytwo);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.testimonial-block-two .inner-box:hover::before {
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-block-two .author-box {
  position: relative;
  border-radius: 4px;
  padding: 17px 20px 15px;

  background-color: var(--color-fourty);
}

.testimonial-block-two .author-box .author-inner {
  position: relative;
  padding-top: var(--padding-top-5);
  padding-left: var(--padding-left-75);
}

.testimonial-block-two .author-box .author-image {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-block-two .author-box strong {
  position: relative;
  line-height: 1em;
  color: var(--white-color);
  font-size: var(--font-18);
  font-family: var(--font-family-BeVietnam);
}

.testimonial-block-two .author-box .designation {
  position: relative;
  font-weight: 500;
  color: var(--white-color);
  font-size: var(--font-16);
  margin-top: var(--margin-top-5);
}

.testimonial-block-two .inner-box .text {
  line-height: 30px;
  color: var(--color-five);
  margin-top: var(--margin-top-25);
}

.testimonial-block-two .inner-box .rating {
  position: relative;
  margin-top: var(--margin-top-15);
}

.testimonial-block-two .inner-box .rating .fa {
  position: relative;
  font-size: var(--font-20);
  color: var(--color-thirtyeight);
}

/*** 

====================================================================
	Service Section Four
====================================================================

***/

.news-section-three {
  position: relative;
  overflow: hidden;
  padding: 0px 0px 100px;
  background-position: center center;
  background-repeat: no-repeat;
}

.news-section-three .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: -100px;
  width: 484px;
  height: 664px;
}

.news-section-three .sec-title-three .text {
  margin-top: var(--margin-top-45);
}

/* News Block Three */

.news-block-three {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.news-block-three .inner-box {
  position: relative;
  border-radius: 5px;
  padding: 10px 10px 35px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.news-block-three .inner-box .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.news-block-three .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-three .inner-box .image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.news-block-three .inner-box:hover .image::before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.news-block-three .inner-box .lower-content {
  position: relative;
}

.news-block-three .inner-box .post-info {
  position: relative;
  top: -25px;
  border-radius: 5px;
  padding: 14px 15px 12px;
  margin-left: var(--margin-left-15);
  margin-right: var(--margin-right-15);
  background-color: var(--color-fourty);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-three .inner-box .post-info li {
  position: relative;
  display: inline-block;
  font-size: var(--font-15);
  color: var(--white-color);
  margin-right: var(--margin-right-15);
  padding-left: var(--padding-left-25);
}

.news-block-three .inner-box .post-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "Flaticon";
  font-size: var(--font-16);
}

.news-block-three .inner-box .post-info li:last-child {
  margin-right: var(--margin-zero);
}

.news-block-three .inner-box:hover .post-info {
  background-color: var(--color-fourtytwo);
}

.news-block-three .inner-box h4 {
  padding: 0px 10px;
  margin-bottom: var(--margin-bottom-20);
}

.news-block-three .inner-box h4 a {
  position: relative;
  color: var(--color-fourty);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-three .inner-box h4 a:hover {
  color: var(--color-fourtytwo);
}

.news-block-three .inner-box .explore {
  position: relative;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  font-size: var(--font-14);
  color: var(--white-color);
  margin-left: var(--margin-left-10);
  background-color: var(--color-fourty);
  font-family: var(--font-family-BeVietnam);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-three .inner-box .explore span {
  position: relative;
  font-size: var(--font-10);
  font-family: "Flaticon";
  margin-left: var(--margin-left-5);
}

.news-block-three .inner-box .explore:hover {
  background-color: var(--color-fourtytwo);
}

/* Email Box 

====================================================================
	Page Title
====================================================================

***/

.page-title {
  background-image: url(../images/about-img.jpg);
  background-blend-mode: hue;
  background-position: center;
}

.page-title {
  position: relative;
  overflow: hidden;
  padding:140px 0px 70px;
  background-size: cover;
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.7;
  background: rgb(0 64 90 / 78%);
}

.page-title h2 {
  font-size: 28px;
  color: var(--white-color);
  padding-top: var(--padding-top-25);
}
.page-title h2 span {
  color: #d90429 !important;
}

.page-title .bread-crumb {
  position: relative;
}

.page-title .bread-crumb li {
  position: relative;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  font-size: var(--font-18);
  color: var(--white-color);
  margin-right: var(--margin-right-15);
  padding-right: var(--padding-right-15);
}

.page-title .bread-crumb li:before {
  position: absolute;
  right: -5px;
  top: 0px;
  color: #ffffff;
  content: "\f101";
  font-weight: 400;
  font-size: var(--font-16);
  color: var(--white-color);
  font-family: "FontAwesome";
}

.page-title .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title .bread-crumb li a {
  font-weight: 500;
  color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
  color: var(--main-color);
}

/***

====================================================================
	Approach Section
====================================================================

***/

.approach-section {
  position: relative;
  padding: 100px 0px 40px;
}

.approach-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  height: 555px;
  background-color: var(--color-thirtytwo);
}

.approach-block {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.approach-block .inner-box {
  position: relative;
  border-radius: 3px;
  padding: 20px 20px 28px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.approach-block .inner-box .image {
  position: relative;
}

.approach-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.approach-block .inner-box .lower-content {
  position: relative;
  padding-top: var(--padding-top-25);
}

.approach-block .inner-box h4 {
  position: relative;
  font-weight: 700;
}

.approach-block .inner-box h4 a {
  position: relative;
  color: var(--color-fourty);
}

.approach-block .inner-box .text {
  position: relative;
  line-height: 1.7em;
  color: var(--color-five);
  margin-top: var(--margin-top-10);
  margin-bottom: var(--margin-bottom-15);
}

.approach-block .inner-box .explore {
  position: relative;
  font-weight: 700;
  font-size: var(--font-15);
  color: var(--color-fourty);
}

.approach-block .inner-box h4 a:hover,
.approach-block .inner-box .explore:hover {
  color: var(--main-color);
}

/***

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
  position: relative;
  padding: 0px 0px 110px;
}

.clients-section .owl-carousel .owl-stage-outer {
  position: relative;
  padding: 20px 0px;
}

.clients-section .owl-theme .image-box {
  margin: 0px 15px;
}

.clients-section .owl-carousel {
  margin: 0px -15px;
  width: auto;
}

.clients-section .image-box {
  position: relative;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.clients-section .image-box img {
  position: relative;
  filter: grayscale(0%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .image-box:hover img {
  filter: grayscale(100%);
}

.clients-section .owl-dots {
  display: none;
}

.clients-section .owl-nav {
  position: absolute;
  left: -5px;
  right: -5px;
  top: 50%;
  margin-top: -22px;
}

.clients-section .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  font-size: var(--font-16);
  font-family: "Flaticon";
  background-color: var(--color-fourty);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  font-size: var(--font-16);
  font-family: "Flaticon";
  background-color: var(--color-fourty);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .owl-nav .owl-prev:hover,
.clients-section .owl-nav .owl-next:hover {
  background-color: var(--main-color);
}

/*** 

====================================================================
	Service Section Five
====================================================================

***/

.service-section-five {
  position: relative;
  padding: 100px 0px 100px;
}

.service-section-five .btn-box {
  position: relative;
  margin-top: var(--margin-top-20);
}

.service-block-four.style-two .inner-box {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.service-block-four.style-two .inner-box .icon-box {
  color: var(--main-color);
  background-color: rgba(var(--main-color-rgb), 0.1);
}

.service-block-four.style-two .inner-box .arrow {
  color: var(--main-color);
  background-color: rgba(var(--main-color-rgb), 0.1);
}

.service-block-four.style-two .inner-box:hover .arrow {
  color: var(--main-color);
  background-color: var(--white-color);
}

.service-block-four.style-two .inner-box:hover .icon-box {
  color: var(--white-color);
  background-color: var(--main-color);
  background-image: none;
}

.service-block-four.style-two .inner-box .image-layer:before {
  background: var(--color-fourtyfive);
  background: linear-gradient(
    to right,
    var(--color-fourtyfive) 0%,
    var(--main-color) 100%
  );
}

/*** 

====================================================================
	Project Section Three
====================================================================

***/

.process-section {
  position: relative;
  padding: 100px 0px 70px;
}

.process-section .content-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.process-section .content-column .inner-column {
  position: relative;
}

.process-block {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.process-block .inner-box {
  position: relative;
  font-size: var(--font-16);
  color: var(--color-five);
  line-height: 1.7em;
  padding-left: var(--padding-left-120);
}

.process-block .inner-box .number {
  position: absolute;
  left: 0px;
  top: 12px;
  opacity: 0.3;
  font-weight: 800;
  line-height: 1em;
  font-size: var(--font-72);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-BeVietnam);

  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: linear-gradient(
    to bottom,
    var(--color-fourtysix) 0%,
    var(--color-fourtysix) 100%
  );
}

.process-block .inner-box:hover .number {
  opacity: 1;
}

.process-block .inner-box strong {
  position: relative;
  display: block;
  font-weight: 800;
  font-size: var(--font-24);
  color: var(--color-fourty);
  margin-bottom: var(--margin-bottom-15);
  font-family: var(--font-family-BeVietnam);
}

.process-section .images-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.process-section .images-column .inner-column {
  position: relative;
}

.process-section .images-column .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 10px;
  display: inline-block;
  background-color: var(--white-color);
  margin-bottom: 167px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.process-section .images-column .image img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

/* .process-section .images-column .image-two {
  position: absolute;
  right: 0px;
  top: 150px;
  overflow: hidden;
  padding: 10px 10px;
  display: inline-block;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
} */
.process-section .images-column .image-two {
  position: absolute;
  right: 0px;
  top: 175px;
  overflow: hidden;
  padding: 10px 10px;
  display: inline-block;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.process-section .images-column .image:first-child {
  position: relative;
  z-index: 1;
}

.process-section .images-column .image:nth-child(2) {
  margin-bottom: var(--margin-zero);
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 110px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .padding-left {
  padding-left: var(--padding-left-20);
}

.sidebar-page-container .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 20%;
  width: 484px;
  height: 664px;
}

.sticky-top {
  z-index: 1;
  top: 100px;
}

.sidebar-widget {
  position: relative;
  margin-bottom: var(--margin-bottom-40);
}

.sidebar-widget .widget-content {
  position: relative;
  padding: 20px 10px 5px;
  border-radius: 6px;
  background-color: var(--color-thirtytwo);
}

/* Sidebar Title */

.sidebar-title {
  position: relative;
  margin-bottom: var(--margin-bottom-20);
}

.sidebar-title h4 {
  font-weight: 800;
  color: var(--color-fourty);
}

/* Sidebar Title Two */

.sidebar-title-two {
  position: relative;
  margin-bottom: var(--margin-bottom-25);
}

.sidebar-title-two h4 {
  font-weight: 800;
  color: var(--black-color);
  padding-bottom: var(--padding-bottom-15);
}

.sidebar-title-two h4:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 46px;
  height: 3px;
  background-color: var(--main-color);
}

/* Service List */

.service-list {
  position: relative;
}

.service-list li {
  position: relative;
  margin-bottom: var(--margin-bottom-5);
}

.service-list li:last-child {
  margin-bottom: var(--margin-zero);
}

.service-list li a {
  position: relative;
  font-weight: 800;
  display: block;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: var(--font-16);
  color: var(--color-five);
  border: 1px solid var(--color-fourtyseven);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-list li a:before {
  position: absolute;
  content: "\f112";
  right: 20px;
  font-family: "Flaticon";
}

.service-list li.current a,
.service-list li a:hover {
  color: var(--white-color);
  border-color: rgb(0 208 155);
  background-color: rgb(0 208 155);
}

/* Service List */

.service-list-two {
  position: relative;
}

.service-list-two li {
  position: relative;
  margin-bottom: var(--margin-bottom-20);
}

.service-list-two li:last-child {
  margin-bottom: var(--margin-zero);
}

.service-list-two li a {
  position: relative;
  font-weight: 500;
  display: block;
  border-radius: 3px;
  font-size: var(--font-15);
  color: var(--color-five);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-left: var(--padding-left-25);
}

/* .service-list-two li a:before {
  position: absolute;
  content: "\f18d";
  left: 0px;
  font-size: var(--font-10);
  font-family: "Flaticon";
} */

.service-list-two li span {
  position: absolute;
  right: 0px;
  width: 27px;
  height: 27px;
  font-weight: 500;
  text-align: center;
  line-height: 27px;
  font-size: var(--font-12);
  color: var(--white-color);
  background-color: var(--black-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-list-two li a:hover {
  color: var(--main-color);
}

.service-list-two li:hover span {
  background-color: var(--main-color);
}

/* Download List */

.download-list {
  position: relative;
}

.download-list li {
  position: relative;
  margin-bottom: var(--margin-bottom-15);
}

.download-list li a {
  position: relative;
  font-weight: 700;
  display: block;
  line-height: 35px;
  border-radius: 4px;
  font-size: var(--font-18);
  color: var(--color-fourty);
  padding: 10px 10px 10px 25px;
  background-color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.download-list li a .icon {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  font-family: "Flaticon";
  color: var(--main-color);
  background-color: rgba(var(--main-color-rgb), 0.1);
}

.download-list li a:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

.download-list li a:hover .icon {
  color: var(--main-color);
  background-color: var(--white-color);
}

.download-list li:last-child {
  margin-bottom: var(--margin-zero);
}

/* Support Widget */

.support-widget .support-content {
  position: relative;
  border-radius: 5px;
  padding: 35px 25px 45px;
  background-color: var(--color-fourty);
}

.support-widget .title-box {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.support-widget .title-box h4 {
  font-weight: 800;
  color: var(--white-color);
  text-transform: uppercase;
}

.support-widget .title-box .text {
  position: relative;
  color: var(--white-color);
  margin-top: var(--margin-top-10);
}

/*** 

====================================================================
	Support Form
====================================================================

***/

.support-form .form-group {
  margin-bottom: var(--margin-bottom-25);
}

.support-form .form-group:last-child {
  margin-bottom: var(--margin-zero);
}

.support-form .form-group input[type="text"],
.support-form .form-group input[type="password"],
.support-form .form-group input[type="tel"],
.support-form .form-group input[type="email"],
.support-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  color: var(--white-color);
  height: 54px;
  font-size: var(--font-16);
  border-radius: 3px;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.support-form .form-group input[type="text"]:focus,
.support-form .form-group input[type="password"]:focus,
.support-form .form-group input[type="tel"]:focus,
.support-form .form-group input[type="email"]:focus,
.support-form .form-group select:focus,
.support-form .form-group textarea:focus {
  border-color: var(--main-color);
}

.support-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px 25px;
  color: var(--white-color);
  height: 140px;
  font-size: var(--font-15);
  border-radius: 3px;
  background: none;
  resize: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.support-form .form-group button {
  margin-top: var(--margin-top-15);
}

.service-detail {
  position: relative;
}

.service-detail .inner-box {
  position: relative;
}

.service-detail .inner-box .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.service-detail .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.service-detail .lower-content {
  position: relative;
  padding-top: var(--padding-top-30);
}

.service-detail .lower-content h3 {
  font-weight: 800;
  color: var(--color-fourty);
  margin-bottom: var(--margin-bottom-15);
}

.service-detail .lower-content p {
  color: var(--color-five);
  line-height: 1.7em;
  margin-bottom: var(--margin-bottom-15);
}

.service-detail .lower-content .options-outer {
  position: relative;
  margin-top: var(--margin-top-30);
  margin-bottom: var(--margin-bottom-20);
}

.service-detail .lower-content .list {
  position: relative;
}

.service-detail .lower-content .list li {
  position: relative;
  font-weight: 700;
  font-size: var(--font-16);
  color: var(--color-fourty);
  margin-bottom: var(--margin-bottom-15);
  padding-left: var(--padding-left-25);
}

.service-detail .lower-content .list li:before {
  position: absolute;
  content: "\f197";
  left: 0px;
  top: 0px;
  font-family: "flaticon";
}

.service-detail .lower-content h4 {
  font-weight: 800;
  color: var(--color-fourty);
  margin-bottom: var(--margin-bottom-20);
}

.service-detail .lower-content .gallery-images {
  position: relative;
  margin-top: var(--margin-top-30);
}

.service-detail .accordion-outer {
  position: relative;
  margin-top: var(--margin-top-45);
  padding-top: var(--padding-top-30);
  border-top: 1px solid rgba(var(--color-five-rgb), 0.1);
}

.service-detail .accordion-outer .title-box {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.service-detail .accordion-outer .title-box .text {
  position: relative;
  color: var(--color-five);
  line-height: 1.7em;
}

/*** 

====================================================================
	Faq Page Section
====================================================================

***/

.faq-page-section {
  position: relative;
  padding: 110px 0px 80px;
}

.faq-form-section {
  position: relative;
  padding-bottom: var(--padding-bottom-120);
}

.faq-form-section .inner-container {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}

.faq-form-section .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 10%;
  width: 484px;
  height: 664px;
}

/*** 

====================================================================
	Faq Form
====================================================================

***/

.faq-form .form-group {
  margin-bottom: var(--margin-bottom-20);
}

.faq-form .form-group:last-child {
  margin-bottom: var(--margin-zero);
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="password"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="email"],
.faq-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  color: var(--color-thirtyseven);
  height: 54px;
  font-size: var(--font-16);
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--font-family-Roboto);
  background-color: var(--color-fourtyeight);
}

.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="password"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
  border-color: var(--main-color);
}

.faq-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px 25px;
  color: var(--color-thirtyseven);
  height: 220px;
  font-size: var(--font-16);
  border-radius: 3px;
  resize: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--font-family-Roboto);
  background-color: var(--color-fourtyeight);
}

.faq-form .form-group button {
  margin-top: var(--margin-top-15);
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
  position: relative;
  text-align: center;
  padding: 100px 0px 100px;
}

.error-section .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 10%;
  width: 484px;
  height: 664px;
}

.error-section h2 {
  font-weight: 800;
  text-align: center;
  color: var(--color-fourty);
}

.error-section .text {
  text-align: center;
  color: var(--color-fourtynine);
  margin-top: var(--margin-top-25);
  margin-bottom: var(--margin-bottom-35);
}

/* Search Box Widget */

.error-section .search-box {
  position: relative;
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}

.error-section .search-box .form-group {
  position: relative;
  margin: var(--margin-zero);
}

.error-section .search-box .form-group input[type="text"],
.error-section .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 28px;
  font-size: var(--font-16);
  padding: 10px 50px 10px 25px;
  background: var(--color-thirtytwo);
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  font-weight: 400;
  color: var(--color-thirtyseven);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.error-section .search-box .form-group button {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 40px;
  width: 40px;
  display: block;
  cursor: pointer;
  line-height: 100%;
  font-weight: normal;
  border-radius: 0px;
  background: none;
  font-size: var(--font-18);
  color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: var(--main-color);
}

.error-section .search-box .form-group button:hover {
  background: var(--color-two);
}

.error-section .btn-box:before {
  position: absolute;
  content: "";
  left: -80px;
  top: -10px;
  width: 48px;
  height: 53px;
  background: url(../images/icons/arrow.png) no-repeat;
}

.error-section .btn-box {
  position: relative;
  display: inline-block;
  margin-top: var(--margin-top-20);
}

.error-section .btn-box a {
  position: relative;
  border-radius: 50px;
  text-transform: capitalize;
}

/*** 

====================================================================
	Service Section Four
====================================================================

***/

.team-page-section {
  position: relative;
  padding: 100px 0px 100px;
}

.team-page-section .button-box {
  position: relative;
  margin-top: var(--margin-top-20);
}

.team-page-section .button-box a {
  text-transform: capitalize;
}

.team-page-section .sec-title-three .text {
  margin-top: var(--margin-top-45);
}

/*** 

====================================================================
	Team Detail Section
====================================================================

***/

.team-detail-section {
  position: relative;
  padding: 100px 0px 70px;
}

.team-detail-section .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 10%;
  width: 484px;
  height: 664px;
}

.team-detail-section .info-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.team-detail-section .info-column .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: var(--margin-bottom-30);
}

.team-detail-section .info-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.team-detail-section .info-column h3 {
  font-weight: 700;
  color: var(--color-fourty);
}

.team-detail-section .info-column .designation {
  position: relative;
  font-size: var(--font-16);
  color: var(--color-fifty);
  margin-top: var(--margin-top-10);
  margin-bottom: var(--margin-bottom-25);
}

.team-detail-section .info-column .list {
  position: relative;
}

.team-detail-section .info-column .list li {
  position: relative;
  font-weight: 700;
  line-height: 40px;
  font-size: var(--font-16);
  padding-left: var(--padding-left-60);
  margin-bottom: var(--margin-bottom-20);
  font-family: var(--font-family-BeVietnam);
}

.team-detail-section .info-column .list li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  color: var(--main-color);
  font-size: var(--font-20);
  font-family: "Flaticon";
  background-color: var(--color-fiftyone);
}

.team-detail-section .info-column .list li:last-child {
  margin-bottom: var(--margin-zero);
}

.team-detail-section .info-column .social-box {
  position: relative;
  margin-top: var(--margin-top-40);
}

.team-detail-section .info-column .social-box .contact-btn {
  position: relative;
  line-height: 30px;
  font-weight: 700;
  float: left;
  padding: 7px 7px 7px 20px;
  color: var(--white-color);
  font-size: var(--font-14);
  margin-bottom: var(--margin-bottom-5);
  margin-right: var(--margin-right-5);
  background-color: var(--main-color);
  font-family: var(--font-family-BeVietnam);
}

.team-detail-section .info-column .social-box .contact-btn span {
  position: relative;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  font-family: "Flaticon";
  color: var(--black-color);
  font-size: var(--font-10);
  margin-left: var(--margin-left-10);
  background-color: var(--white-color);
}

.team-detail-section .info-column .facebook {
  position: relative;
  width: 44px;
  height: 44px;
  float: left;
  line-height: 44px;
  text-align: center;
  color: var(--white-color);
  font-size: var(--font-18);
  background-color: #3b5999;
  margin-bottom: var(--margin-bottom-5);
  margin-right: var(--margin-right-5);
}

.team-detail-section .info-column .twitter {
  position: relative;
  width: 44px;
  height: 44px;
  float: left;
  line-height: 44px;
  text-align: center;
  color: var(--white-color);
  font-size: var(--font-18);
  background-color: #55acee;
  margin-bottom: var(--margin-bottom-5);
  margin-right: var(--margin-right-5);
}

.team-detail-section .info-column .youtube {
  position: relative;
  width: 44px;
  height: 44px;
  float: left;
  line-height: 44px;
  text-align: center;
  color: var(--white-color);
  font-size: var(--font-18);
  background-color: #cd201f;
  margin-bottom: var(--margin-bottom-5);
  margin-right: var(--margin-right-5);
}

.team-detail-section .content-column {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.team-detail-section .content-column h3 {
  color: var(--color-fiftytwo);
  margin-bottom: var(--margin-bottom-15);
}

/*** 

====================================================================
	Project Page Section
====================================================================

***/

.project-page-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 100px;
}

.project-page-section .pattern-layer {
  position: absolute;
  right: -100px;
  bottom: -35%;
  width: 484px;
  height: 664px;
}

.project-page-section .btn-box {
  position: relative;
  margin-top: var(--margin-top-20);
}

.project-page-section .btn-box .load-btn {
  position: relative;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 36px 13px;
  color: var(--white-color);
  background-color: var(--main-color);
}

.project-page-section .btn-box .load-btn:hover {
  color: var(--white-color);
  background-color: var(--color-two);
}

.project-page-section .filters {
  position: relative;
  text-align: center;
  margin-bottom: var(--margin-bottom-40);
}

.project-page-section .filters .filter-tabs {
  position: relative;
}

.project-page-section .filters li {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  padding: 11px 28px;
  margin: 0px 7px 10px;
  border-radius: 50px;
  display: inline-block;
  color: var(--color-fourty);
  font-size: var(--font-15);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: var(--color-fiftyfour);
  font-family: var(--font-family-BeVietnam);
}

.project-page-section .filters .filter.active,
.project-page-section .filters .filter:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

.project-block-two {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.project-block-two .inner-box {
  position: relative;
}

.project-block-two .inner-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.project-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.project-block-two .inner-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;

  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  -ms-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
  z-index: 1;
  opacity: 0;

  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.project-block-two .inner-box:hover .overlay-box {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-block-two .inner-box .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.7;
  background-color: var(--color-fourty);
}

.project-block-two .inner-box .overlay-box .plus {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  font-size: var(--font-18);
  color: var(--white-color);
  font-family: "Flaticon";
  background-color: var(--main-color);
}

.project-block-two .inner-box .overlay-box .plus:hover {
  color: var(--main-color);
  background-color: var(--white-color);
}

.project-block-two .inner-box .content {
  position: absolute;
  left: 35px;
  bottom: 30px;
}

.project-block-two .inner-box .content .title {
  position: relative;
  font-weight: 500;
  color: var(--main-color);
  font-size: var(--font-16);
}

.project-block-two .inner-box .content h4 {
  line-height: 36px;
  margin-top: var(--margin-top-10);
}

.project-block-two .inner-box .content h4 a {
  position: relative;
  color: var(--white-color);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.project-block-two .inner-box .content h4 a:hover {
  color: var(--main-color);
}

.project-block-two.mix {
  display: none;
}

/*** 

====================================================================
	Project Detail Section
====================================================================

***/

.project-detail-section {
  position: relative;
  overflow: hidden;
  padding: 0px 0px 0px;
}

.project-detail-section .pattern-layer {
  position: absolute;
  right: -80px;
  top: 42%;
  width: 484px;
  height: 664px;
  background-repeat: no-repeat;
}

.project-detail-section .pattern-layer-two {
  position: absolute;
  left: 0px;
  bottom: -300px;
  width: 337px;
  height: 652px;
  background-repeat: no-repeat;
}

.project-detail-section .upper-box {
  position: relative;
  padding-right: 150px;
}

.project-detail-section .upper-box .image {
  position: relative;
  overflow: hidden;
}

.project-detail-section .upper-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

/* .project-detail-section .upper-box .info-box{
	position:absolute;
	right:0px;
	top:70px;
	z-index:1;
	width:100%;
	border-radius:6px;
	overflow:hidden;
	max-width:370px;
	background-color:var(--white-color);
	box-shadow:0px 0px 35px rgba(0,0,0,0.10);
} */

.project-detail-section .upper-box .info-box {
  position: absolute;
  right: -38px;
  top: 70px;
  z-index: 1;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  max-width: 370px;
  background-color: var(--white-color);
  border: 1px solid #b1003c;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}

.project-detail-section .upper-box .info-box .title {
  position: relative;
  font-weight: 700;
  padding: 18px 15px;
  text-align: center;
  font-size: var(--font-22);
  color: var(--white-color);
  font-family: var(--font-family-BeVietnam);
  background: var(--color-fourtyone);
  background: linear-gradient(
    to right,
    var(--color-fourtyone) 0%,
    var(--color-fourtytwo) 100%
  );
}

.project-detail-section .upper-box .info-list {
  position: relative;
  padding: 30px 40px;
}

.project-detail-section .upper-box .info-list li {
  position: relative;
  font-weight: 700;
  color: var(--color-five);
  font-size: var(--font-17);
  margin-bottom: var(--margin-bottom-15);
  font-family: var(--font-family-Roboto);
}

.project-detail-section .upper-box .info-list li span {
  position: absolute;
  right: 0px;
  font-weight: 400;
}

.project-detail-section .upper-box .info-list li:last-child {
  margin-bottom: var(--margin-zero);
}

.project-detail-section .value-box {
  position: relative;
  padding: 20px 40px;
  border-top: 1px solid var(--color-twentythree);
}

.project-detail-section .value-box .price {
  position: relative;
  font-weight: 700;
  line-height: 1em;
  font-size: var(--font-26);
  color: var(--color-fiftyfive);
  font-family: var(--font-family-BeVietnam);
}

.project-detail-section .value-box .rating {
  position: relative;
  margin-top: var(--margin-top-15);
}

.project-detail-section .value-box .rating .fa {
  position: relative;
  font-size: var(--font-18);
  color: var(--color-sixteen);
}

.project-detail-section .middle-box {
  position: relative;
  padding-top: var(--padding-top-35);
}

.project-detail-section .middle-box h3 {
  font-weight: 800;
  font-size: var(--font-36);
  color: var(--color-fourty);
  margin-bottom: var(--margin-bottom-15);
}

.project-detail-section .middle-box p {
  position: relative;
  line-height: 30px;
  color: var(--color-five);
  font-size: var(--font-17);
}

.project-detail-section .gallery-box {
  position: relative;
  margin-top: var(--margin-top-30);
  margin-bottom: var(--margin-bottom-30);
}

.project-detail-section .middle-box h4 {
  font-weight: 800;
  color: var(--color-fourty);
  margin-bottom: var(--margin-bottom-15);
}

.project-detail-section .blocks-outer {
  position: relative;
  margin-top: var(--margin-top-40);
  margin-bottom: var(--margin-bottom-10);
}

/* Feature Block Three */

.feature-block-three {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.feature-block-three .block-inner {
  position: relative;
  padding: 25px 25px;
  border-radius: 3px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.feature-block-three .block-content {
  position: relative;
  padding-left: var(--padding-left-85);
}

.feature-block-three .block-content .icon {
  position: absolute;
  left: 0px;
  top: 12px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  text-align: center;
  font-size: var(--font-30);
  font-family: "Flaticon";
  color: var(--main-color);
  background-color: rgba(var(--main-color-rgb), 0.05);
}

.feature-block-three .block-inner .block-text {
  position: relative;
  line-height: 28px;
  color: var(--color-five);
  font-size: var(--font-16);
  margin-top: var(--margin-top-5);
}

.project-detail-section .option-list {
  position: relative;
  margin-top: var(--margin-top-15);
}

.project-detail-section .option-list li {
  position: relative;
  line-height: 30px;
  color: var(--color-five);
  font-size: var(--font-16);
  padding-left: var(--padding-left-35);
  margin-bottom: var(--margin-bottom-15);
}

.project-detail-section .option-list li:before {
  position: absolute;
  left: 0px;
  top: -1px;
  content: "\f1b8";
  font-size: var(--font-18);
  color: var(--color-fiftysix);
  font-family: "Flaticon";
}

.project-detail-section .more-posts {
  position: relative;
  margin-top: var(--margin-top-20);
  padding-top: var(--padding-top-50);
  border-top: 1px solid var(--color-twentythree);
}

.project-detail-section .more-posts .prev-post {
  position: relative;
  padding-left: 130px;
  min-height: 100px;
  font-size: var(--font-16);
  color: var(--color-fourty);
  padding-top: var(--padding-top-20);
}

.project-detail-section .more-posts .prev-post .thumb-image {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--black-color);
}

.project-detail-section .more-posts .prev-post .thumb-image img {
  opacity: 0.8;
}

.project-detail-section .more-posts .prev-post .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50px;
  display: inline-block;
  font-family: "Flaticon";
  color: var(--white-color);
  background-color: var(--color-fourty);
  transform: translateX(-50%) translateY(-50%);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.project-detail-section .more-posts .prev-post h6 {
  margin-top: var(--margin-top-5);
}

.project-detail-section .more-posts .prev-post h6 a {
  position: relative;
  color: var(--color-fourty);
}

.project-detail-section .more-posts .next-post {
  position: relative;
  padding-right: 130px;
  text-align: right;
  min-height: 100px;
  font-size: var(--font-16);
  color: var(--color-fourty);
  padding-top: var(--padding-top-20);
}

.project-detail-section .more-posts .next-post .thumb-image {
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--black-color);
}

.project-detail-section .more-posts .next-post .thumb-image img {
  opacity: 0.8;
}

.project-detail-section .more-posts .next-post .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50px;
  display: inline-block;
  font-family: "Flaticon";
  color: var(--white-color);
  background-color: var(--color-fourty);
  transform: translateX(-50%) translateY(-50%);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.project-detail-section .more-posts .next-post h6 {
  margin-top: var(--margin-top-5);
}

.project-detail-section .more-posts .next-post h6 a {
  position: relative;
  color: var(--color-fourty);
}

.project-detail-section .more-posts .prev-post:hover .arrow,
.project-detail-section .more-posts .next-post:hover .arrow {
  background-color: var(--main-color);
  color: var(--white-color);
}

/* Search Box Widget */

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 43px;
  padding: 10px 50px 10px 25px;
  background: var(--color-eightteen);
  display: block;
  font-size: var(--font-16);
  width: 100%;
  height: 60px;
  color: var(--dark-color);
  border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 56px;
  width: 60px;
  display: block;
  font-size: 16px;
  color: #272727;
  cursor: pointer;
  border-radius: 0px 0px 0px 0px;
  line-height: 100%;
  font-weight: normal;
  background: none;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
  border-color: var(--main-color);
}

/* Post Widget */

.sidebar .popular-posts .post {
  position: relative;
  padding: 0px 0px;
  min-height: 90px;
  color: var(--dark-color);
  font-size: var(--font-14);
  margin-bottom: var(--margin-bottom-5);
  padding-left: var(--padding-left-75);
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: var(--margin-zero);
  border-bottom: 0px;
  min-height: auto;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 58px;
  border-radius: 0px;
  overflow: hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  color: var(--white-color);
  font-size: var(--font-18);
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(var(--main-color-rgb), 0.3);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
  top: 50%;
  position: relative;
  margin-top: -12px;
  display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
  opacity: 1;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
  position: relative;
  top: 0px;
  font-size: var(--font-16);
  margin: 0px 0px 0px;
  font-weight: 700;
  color: var(--black-color);
  line-height: 1.5em;
  text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
  color: var(--dark-color-two);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
  color: var(--main-color);
}

.sidebar .popular-posts .post-info {
  position: relative;
  font-weight: 400;
  font-size: var(--font-14);
  color: var(--color-fiftyseven);
  margin-top: var(--margin-top-5);
  padding-left: var(--padding-left-25);
}

.sidebar .popular-posts .post-info:before {
  position: absolute;
  content: "\f183";
  left: 0px;
  font-size: var(--font-14);
  color: var(--main-color);
  font-family: "flaticon";
}

.sidebar .gallery-widget .images-outer {
  position: relative;
  margin: 0px -3px;
}

.sidebar .gallery-widget .image-box {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 6px;
  margin-bottom: var(--margin-bottom-15);
}

.sidebar .gallery-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar .gallery-widget .image-box img:hover {
  opacity: 0.7;
}

/* Popular Tags */

.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 20px 8px;
  margin: 0px 6px 10px 0px;
  color: var(--white-color);
  text-align: center;
  font-size: var(--font-14);
  background: var(--black-color);
  font-weight: 700;
  border-radius: 0px;
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #ffffff;
}

/* News Block Four */

.news-block-four {
  position: relative;
  margin-bottom: var(--margin-bottom-40);
}

.news-block-four .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  background-color: var(--white-color);
}

.news-block-four .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: var(--main-color);
}

.news-block-four .inner-box:hover .image img {
  opacity: 0.7;
  transform: scale(1.05, 1.05);
}

.news-block-four .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-four .inner-box .lower-content {
  position: relative;
  padding: 60px 25px 40px;
  border: 1px solid rgba(var(--color-five-rgb), 0.1);
  border-top: 0px;
  border-radius: 0px 0px 5px 5px;
}

.news-block-four .inner-box .post-info {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-bottom: var(--margin-bottom-25);
  padding-bottom: var(--padding-bottom-20);
  border-bottom: 1px solid rgba(var(--color-five-rgb), 0.2);
}

.news-block-four .inner-box .post-info li {
  position: relative;
  font-weight: 700;
  display: inline-block;
  font-size: var(--font-15);
  color: var(--color-fourty);
  margin-right: var(--margin-right-30);
  padding-left: var(--padding-left-25);
}

.news-block-four .inner-box .post-info li:first-child {
  position: relative;
  padding: 5px 24px;
  border-radius: 4px;
  color: var(--white-color);
  background-color: var(--main-color);
}

.news-block-four .inner-box .post-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "Flaticon";
  font-size: var(--font-16);
}

.news-block-four .inner-box .post-info li:last-child {
  margin-right: var(--margin-zero);
}

.news-block-four .inner-box h3 {
  margin-bottom: var(--margin-bottom-15);
}

.news-block-four .inner-box h3 a {
  position: relative;
  color: var(--color-fourty);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-four .inner-box h3 a:hover {
  color: var(--color-fourtytwo);
}

.news-block-four .inner-box .text {
  position: relative;
  color: var(--color-thirtyseven);
  margin-bottom: var(--margin-bottom-25);
}

.news-block-four .inner-box .explore {
  position: relative;
  padding: 15px 32px;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  font-size: var(--font-14);
  color: var(--white-color);
  background-color: var(--color-fourty);
  font-family: var(--font-family-BeVietnam);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block-four .inner-box .explore span {
  position: relative;
  font-size: var(--font-10);
  font-family: "Flaticon";
  margin-left: var(--margin-left-5);
}

.news-block-four .inner-box .explore:hover {
  background-color: var(--main-color);
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.blog-classic .styled-pagination {
  margin-top: var(--margin-top-50);
}

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  float: left;
  margin-right: var(--margin-right-15);
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 44px;
  height: 44px;
  width: 44px;
  min-width: 44px;
  font-size: var(--font-18);
  background-color: var(--color-ten);
  font-weight: 500;
  border-radius: 50px;
  text-align: center;
  color: var(--color-fourty);
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  font-size: var(--font-24);
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: var(--white-color);
  background-color: var(--main-color);
}

/* News Detail */

.news-detail {
  position: relative;
  margin-bottom: var(--margin-bottom-40);
}

.news-detail .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  background-color: var(--white-color);
}

.news-detail .inner-box .image {
  position: relative;
  overflow: hidden;
}

.news-detail .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-detail .inner-box .lower-content {
  position: relative;
  padding: 60px 25px 40px;
  border: 1px solid rgba(var(--color-five-rgb), 0.1);
  border-top: 0px;
  border-radius: 0px 0px 5px 5px;
}

.news-detail .inner-box .post-info {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-bottom: var(--margin-bottom-25);
  padding-bottom: var(--padding-bottom-20);
  border-bottom: 1px solid rgba(var(--color-five-rgb), 0.2);
}

.news-detail .inner-box .post-info li {
  position: relative;
  font-weight: 700;
  display: inline-block;
  font-size: var(--font-15);
  color: var(--color-fourty);
  margin-right: var(--margin-right-30);
  padding-left: var(--padding-left-25);
}

.news-detail .inner-box .post-info li:first-child {
  position: relative;
  padding: 5px 24px;
  border-radius: 4px;
  color: var(--white-color);
  background-color: var(--main-color);
}

.news-detail .inner-box .post-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "Flaticon";
  font-size: var(--font-16);
}

.news-detail .inner-box .post-info li:last-child {
  margin-right: var(--margin-zero);
}

.news-detail .inner-box h3 {
  color: var(--color-fourty);
  margin-bottom: var(--margin-bottom-15);
}

.news-detail .inner-box h4 {
  color: var(--color-fourty);
  margin-bottom: var(--margin-bottom-20);
}

.news-detail .inner-box p {
  color: var(--color-five);
  margin-bottom: var(--margin-bottom-15);
}

.news-detail .inner-box blockquote {
  position: relative;
  padding: 25px 30px;
  border-radius: 3px;
  line-height: 28px;
  color: var(--color-five);
  font-size: var(--font-16);
  margin-top: var(--margin-top-25);
  margin-bottom: var(--margin-bottom-25);
  background-color: var(--color-thirtytwo);
}

.news-detail .inner-box blockquote .quote-icon {
  position: relative;
  font-family: "Flaticon";
  margin-right: var(--margin-right-15);
}

.news-detail .inner-box blockquote .designation {
  position: relative;
  font-weight: 700;
  font-style: italic;
  color: var(--color-fiftyeight);
  padding-left: var(--padding-left-60);
}

.news-detail .inner-box blockquote .designation:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 6px;
  width: 40px;
  height: 2px;
  background-color: var(--color-fiftyeight);
}

.news-detail .inner-box .gallery-box {
  position: relative;
  margin-top: var(--margin-top-25);
}

.news-detail .inner-box .gallery-box .carousel-column {
  position: relative;
}

.news-detail .inner-box .gallery-box .carousel-column .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.news-detail .gallery-box {
  margin-bottom: var(--margin-bottom-40);
}

.news-detail .gallery-box .owl-dots {
  display: none;
}

.news-detail .gallery-box .owl-nav {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  margin-top: -22px;
}

.news-detail .gallery-box .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--white-color);
  font-size: var(--font-20);
  font-family: "Flaticon";
  background-color: var(--color-fourty);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-detail .gallery-box .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--white-color);
  font-size: var(--font-20);
  font-family: "Flaticon";
  background-color: var(--color-fourty);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-detail .gallery-box .owl-nav .owl-prev:hover,
.news-detail .gallery-box .owl-nav .owl-next:hover {
  background-color: var(--main-color);
}

/* Video Box */

.video-box-two {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.video-box-two .video-image {
  position: relative;
  margin: 0px;
  background-color: var(--main-color);
}

.video-box-two .video-image img {
  position: relative;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.video-box-two:hover .video-image img {
  opacity: 0.7;
  transform: scale(1.05, 1.05);
}

.video-box-two .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  overflow: hidden;
}

.video-box-two .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  opacity: 0.5;
  background-color: var(--color-fiftynine);
}

.video-box-two .overlay-box span {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 50%;
  top: 50%;
  z-index: 10;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: -21px;
  margin-left: -21px;
  line-height: 42px;
  border-radius: 50%;
  font-family: "flaticon";
  font-size: var(--font-14);
  color: var(--white-color);
  padding-left: var(--padding-left-5);
  background-color: var(--main-color);
}

.video-box-two .overlay-box span:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

.video-box-two .ripple,
.video-box-two .ripple:before,
.video-box-two .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-box-two .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-box-two .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.news-detail .inner-box p span {
  position: relative;
  font-weight: 600;
  text-decoration: underline;
}

.news-detail .inner-box .bold-text {
  position: relative;
  font-weight: 700;
  line-height: 1.7em;
  font-size: var(--font-16);
  color: var(--black-color);
}

/* Post Share Options */

.news-detail .post-share-options {
  position: relative;
  margin-top: var(--margin-top-30);
  border-bottom: 2px dashed rgba(var(--color-five-rgb), 0.1);
}

.news-detail .post-share-options .post-share-inner {
  position: relative;
  padding-bottom: var(--padding-bottom-20);
}

.news-detail .post-share-options .tags {
  position: relative;
  float: left;
}

.news-detail .post-share-options .tags span {
  font-weight: 700;
  font-size: var(--font-16);
  color: var(--color-fourty);
  text-transform: capitalize;
  margin-top: var(--margin-top-5);
  margin-right: var(--margin-right-10);
}

.news-detail .post-share-options .tags a {
  position: relative;
  font-weight: 500;
  line-height: 1em;
  padding: 10px 16px;
  border-radius: 2px;
  border-radius: 4px;
  display: inline-block;
  color: var(--color-fourty);
  font-size: var(--font-15);
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-right: var(--margin-right-5);
  margin-bottom: var(--margin-bottom-5);
  border: 1px solid rgba(var(--color-five-rgb), 0.1);
}

.news-detail .post-share-options .tags a:last-child {
  margin-right: 0px;
}

.news-detail .post-share-options .tags a:hover {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.news-detail .post-share-options .social-box {
  position: relative;
  float: right;
  margin-top: 6px;
}

.news-detail .post-share-options .social-box .share {
  position: relative;
  display: inline-block;
  font-size: var(--font-16);
  color: var(--dark-color);
  font-weight: 600;
  margin-right: 10px;
  text-transform: capitalize;
}

.news-detail .post-share-options .social-box li {
  position: relative;
  display: inline-block;
  margin-left: var(--margin-left-5);
}

.news-detail .post-share-options .social-box li a {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  font-size: var(--font-14);
  color: var(--white-color);
  display: inline-block;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--color-fourty);
}

.news-detail .post-share-options .social-box li a:hover {
  background-color: var(--main-color);
}

.related-posts {
  position: relative;
}

.related-posts .owl-nav {
  display: none;
}

.related-posts .owl-dots {
  position: relative;
  text-align: center;
  margin-top: var(--margin-top-20);
}

.related-posts .owl-dots .owl-dot {
  position: relative;
  width: 7px;
  height: 7px;
  margin: 0px 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--color-fourty);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.related-posts .owl-dots .owl-dot:before {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  opacity: 0;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid var(--color-fourtytwo);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.related-posts .owl-dots .owl-dot.active,
.related-posts .owl-dots .owl-dot:hover {
  background-color: var(--color-fourtytwo);
}

.related-posts .owl-dots .owl-dot.active::before,
.related-posts .owl-dots .owl-dot:hover::before {
  opacity: 1;
}

.related-posts > h4 {
  margin-top: var(--margin-top-25);
  margin-bottom: var(--margin-bottom-10);
}

.related-posts .owl-carousel .owl-stage-outer {
  padding: 20px 0px 20px;
}

.related-posts .owl-theme .news-block-three {
  margin: 0px 15px;
}

.related-posts .owl-carousel {
  margin: 0px -15px;
  width: auto;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
  position: relative;
  margin-top: var(--margin-top-50);
  margin-bottom: var(--margin-bottom-50);
}

.sidebar-page-container .group-title {
  position: relative;
}

.sidebar-page-container .group-title h4 {
  font-weight: 800;
  margin-bottom: var(--margin-bottom-45);
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 30px 35px 30px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
  margin-bottom: var(--margin-bottom-30);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
  margin-bottom: var(--margin-zero);
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  min-height: 120px;
  font-size: var(--font-14);
  padding: 0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .reply-comment {
  margin-left: var(--margin-left-40);
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: var(--margin-bottom-20);
  overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.sidebar-page-container .comments-area .comment-info {
  margin-bottom: var(--margin-bottom-10);
}

.sidebar-page-container .comments-area .comment-box strong {
  position: relative;
  font-weight: 800;
  line-height: 1.3em;
  display: inline-block;
  text-transform: capitalize;
  font-size: var(--font-18);
  color: var(--color-fourty);
  padding-left: var(--padding-left-30);
  font-family: var(--font-family-BeVietnam);
}

.sidebar-page-container .comments-area .comment-box strong:before {
  position: absolute;
  content: "\f19b";
  left: 0px;
  top: 0px;
  font-family: "Flaticon";
}

.sidebar-page-container .comments-area .comment-box .text {
  color: var(--color-five);
  margin-bottom: var(--margin-bottom-15);
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  position: relative;
  display: inline-block;
  color: var(--text-color);
  font-size: var(--font-16);
  margin-left: var(--margin-left-20);
  padding-left: var(--padding-left-25);
}

.sidebar-page-container .comments-area .comment-info .comment-time:before {
  position: absolute;
  content: "\f133";
  left: 0px;
  top: -1px;
  color: var(--dark-color);
  font-family: "FontAwesome";
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
  position: relative;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 50px;
  display: inline-block;
  color: var(--main-color);
  font-size: var(--font-16);
  text-transform: capitalize;
  background-color: rgba(var(--main-color-rgb), 0.1);
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
  color: var(--white-color);
  background-color: var(--color-two);
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form {
  position: relative;
  padding: 35px 35px;
  border-radius: 5px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.comment-form .form-group {
  margin-bottom: var(--margin-bottom-25);
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  color: var(--text-color);
  height: 54px;
  font-size: var(--font-16);
  border-radius: 3px;
  background: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: var(--color-two);
  background-color: var(--white-color);
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  resize: none;
  line-height: 24px;
  border-radius: 3px;
  padding: 15px 20px 25px;
  color: var(--dark-color);
  font-size: var(--font-15);
  background: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.comment-form .form-group button {
  border-radius: 50px;
  text-transform: capitalize;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section {
  position: relative;
  padding: 90px 0px 70px;
}

.location-block {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.location-block .inner-box {
  position: relative;
  padding: 30px 30px;
  border-radius: 5px;
  line-height: 1.8em;
  font-size: var(--font-16);
  color: var(--color-sixty);
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.location-block .inner-box .content {
  position: relative;
  min-height: 70px;
  padding-top: var(--padding-top-10);
  padding-left: var(--padding-left-90);
  margin-bottom: var(--margin-bottom-20);
}

.location-block .inner-box .content .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50px;
  line-height: 70px;
  color: var(--main-color);
  font-size: var(--font-34);
  font-family: "Flaticon";
  background-color: rgba(var(--main-color-rgb), 0.1);
}

.location-block .inner-box strong {
  position: relative;
  font-weight: 800;
  display: block;
  font-size: var(--font-24);
  font-family: var(--font-family-BeVietnam);
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section {
  position: relative;
  z-index: 1;
}

.map-section .inner-container {
  position: relative;
  padding: 20px 20px;
  border-radius: 5px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.map-section iframe {
  position: relative;
  width: 100%;
  height: 500px;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-form-section {
  position: relative;
  padding: 100px 0px 100px;
}

.contact-form-section .inner-container {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}

.contact-form-section .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 90%;
  width: 484px;
  height: 664px;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group {
  margin-bottom: var(--margin-bottom-20);
}

.contact-form .form-group:last-child {
  margin-bottom: var(--margin-zero);
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  color: var(--color-thirtyseven);
  height: 54px;
  font-size: var(--font-16);
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--font-family-Roboto);
  background-color: var(--color-fourtyeight);
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--main-color);
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px 25px;
  color: var(--color-thirtyseven);
  min-height: 90px;
  border: 1px solid #ced4da !important;
  font-size: var(--font-16);
  border-radius: 3px;
  resize: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--font-family-Roboto);
  background-color: var(--color-fourtyeight);
}

.contact-form .form-group button {
  margin-top: var(--margin-top-15);
}
.button-box button {
  min-height: 42px !important;
  margin-top: var(--margin-top-5) !important;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}

/* custom css */

.logo-image img {
  width: auto !important;
  height: 60px;
  margin-bottom: 20px;
}
.text-justify {
  text-align: justify !important;
}

/* style extra */
:root {
  --color1: #d53a00;
  --color2: #d53a00 ;
}
.serviceBox {
  color: #d53a00;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 12px 20px 35px;
  position: relative;
  z-index: 1;
}
.serviceBox:before {
  content: "";
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 10px 0 #d53a00;
  position: absolute;
  left: 0;
  top: 53px;
  right: 0;
  bottom: 20px;
  z-index: -1;
}
.serviceBox .service-icon {
  background: #fff;
  font-size: 35px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  margin: 0 auto 7px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  position: relative;
}

.serviceBox .service-icon:after {
  content: "";
  background: linear-gradient(to top, transparent 49%, var(--color1) 50%);
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  z-index: -1;
}
.serviceBox .service-icon:after {
  background:#d53a00;
  height: 12px;
  width: 200px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  /* border-radius: 0; */
  transform: translateX(-50%);
  top: 29px;
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: -2;
}
.serviceBox .title {
  font-size: 18px;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin: 0 0 10px;
}
.serviceBox .description {
  color: #0d003d;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
}
.serviceBox.blue {
  --color1: #272171;
  --color2: #64639f;
}
.serviceBox.yellow {
  --color1: #ffb103;
  --color2: #f1c149;
}
.serviceBox.magenta {
  --color1: #e51f47;
  --color2: #da617a;
}
@media only screen and (max-width: 1199px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
  position: relative;
  padding-top: 65px;
}

.testimonial-section-two .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 370px;
  background-size: cover;
  background-attachment: fixed;
}

.testimonial-section-two .image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.84);
}

.testimonial-section-two .testimonial-carousel-two {
  margin-top: -28px;
}

.testimonial-section-two h2 {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
  padding-left: 420px;
}

.testimonial-section-two h2 span {
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

.testimonial-section-two .owl-dots {
  position: relative;
  display: none;
}

.testimonial-section-two .owl-nav {
  position: absolute;
  margin-left: 330px;
  margin-top: -40px;
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  bottom: 50%;
  color: #012068;
  background: none;
  z-index: 10;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  margin: 0px 8px;
  font-weight: 700;
  border-radius: 50px;
  display: inline-block;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #4659e2;
}

.testimonial-block-three {
  position: relative;
}

.testimonial-block-three .inner-box {
  position: relative;
}

.testimonial-block-three .inner-box .image-column {
  position: relative;
}

.testimonial-block-three .inner-box .image-column .inner-column {
  position: relative;
  margin-top: -2px;
}

.testimonial-block-three .inner-box .image-column .inner-column .image {
  position: relative;
}

.testimonial-block-three .inner-box .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.testimonial-block-three .inner-box .content-column {
  position: relative;
}

.testimonial-block-three .inner-box .content-column .inner-column {
  position: relative;
  padding-left: 75px;
  padding-top: 40px;
}

.testimonial-block-three .inner-box .content-column .text {
  position: relative;
  color: #d9d9d9;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8em;
  padding-left: 50px;
  margin-bottom: 20px;
}

.testimonial-block-three .inner-box .content-column .text .icon {
  position: absolute;
  left: 0px;
  top: 6px;
  color: #d9d9d9;
  font-size: 22px;
  line-height: 1em;
}

.testimonial-block-three .inner-box .content-column h5 {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3em;
  color: #17aded;
  margin-top: 20px;
  padding-left: 50px;
  margin-bottom: 5px;
}

.testimonial-block-three .inner-box .content-column .designation {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  color: #d9d9d9;
  line-height: 1.3em;
  padding-left: 50px;
}

/* sponser */
.sponsors-section {
  position: relative;
  padding: 50px 0px 50px;
}

.sponsors-section .image-box {
  position: relative;
  text-align: center;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.sponsors-section .image-box img {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.sponsors-section .image-box img:hover {
  opacity: 0.6;
}
/* footer & */
.footer-widget .footer-menu li {
  margin-bottom: 15px;
}

.footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-menu li a {
  color: #fff;
  position: relative;
  padding-left: 20px;
}

.footer-widget .footer-menu li a i {
  position: absolute;
  top: -2px;
  left: -4px;
  font-size: 18px;
  color: #03afbd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-widget .footer-menu li a:hover {
  letter-spacing: 0.1px;
  padding-left: 24px;
  color: #03afbd;
}

.footer-widget .footer-menu li a:hover i {
  left: 2px;
}

.footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 18px;
}
.footer-widget {
  margin-bottom: 25px;
}
.footer-widget .footer-menu li {
  margin-bottom: 15px;
}
.footer-widget .footer-menu li a {
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.gall img {
  height: 220px;
  width: 325px;
  border-radius: 10px;
  margin-right: 10px;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 18px);
}
.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}
.inner-container-1 {
  padding: 1rem 2rem 1rem 2rem;
  background-color: #b7b7b7;
}
.contact-form .form-group {
  margin-bottom: var(--margin-bottom-10);
}
/* session track */
.image-hover img {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.image-hover {
  overflow: hidden;
}
.inner-box:hover .image-hover img {
  transform: scale(1.05);
}
/* about */
.icon-flt-1 {
  padding-right: 22px;
}
.icon-flt:before {
  position: absolute;
  content: "\f197";
  left: 0px;
  color: #d90429;
  font-size: 18px;
  padding-right: 20px;
  top: 0px;
  font-family: "flaticon";
}
.icon-flt-1:before {
  position: absolute;
  content: "\f197";
  left: 0px;
  color: #d90429;
  font-size: 18px;
  padding-right: 20px;
  top: 0px;
  font-family: "flaticon";
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: var(--font-16);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* form file-selector btn */
input[type="file"]::file-selector-button {
  height: 100% !important;
  width: 30%;
  background-color: #fff;
  transition: 1s;
}

input[type="file"]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}

.index-text {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  line-height: 33px;
  text-align: center;
}
.banner-img1 {
  text-align: center;
}
.banner-img1 {
  text-align: center;
}
.banne {
  height: auto;
  margin-top: 20px;
  clear: both;
  display: inline-block !important;
  margin-right: 20px;
}
.banne img {
  border: 1px solid #d5d1d1;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.content-text ul li {
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
}

/* banner video */

/* Style the video container */
.video-container {
  position: relative;
  width: 100%;
  padding-top: 42.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
  overflow: hidden;
  /* Add a dark overlay with 50% opacity */
}

/* Style the video to cover the container */
#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Style the title text */
.title-text {
  position: absolute;
  top: 50%;
  left: 5%; /* Adjust this value to center horizontally */
  transform: translate(0%, -50%);
  /* background-color: rgba(0,0,0,0.2) !important; */
  /* padding: 10px 10px; */
}
.title-text .title span {
  color: #fff !important;
}
.title-text .title {
  color: #fff !important;
  /* font-size: 30px; */
  font-size: clamp(0.9375rem, 0.2679rem + 2.1429vw, 1.5rem) !important;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Be Vietnam Pro", sans-serif;
}
.title-text .title span {
  color: #d90429 !important;
}
.title-text .text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.title-text h1 {
  font-weight: 800;
  font-size: clamp(1rem, 0.1518rem + 1.7143vw, 1.5rem) !important;
  line-height: 35px;
  margin-bottom: 15px;
  color: #fff;
}
.title-text h1 span {
  color: #d90429 !important;
}
@media only screen and (max-width: 1140px) and (min-width: 750px) {
  .video-container {
    padding-top: 68.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
  }
  .title-text h1 {
    line-height: 34px;
    margin-bottom: 20px;
  }
  .title-text .title {
    margin-bottom: 20px;
    font-weight: 700;
  }
}
/* them of conference */
.why-us-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* .bg-dark {
		background: #00235a none repeat scroll 0 0 !important;
	} */
.default-padding {
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
.text-light {
  color: #f8f9fa !important;
}
.why-us-area .fixed-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
}
.bg-cover {
  background-position: center center;
  background-size: cover;
}
.why-us-area::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 400px;
  background: url(../images/background/pattern-19.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}
.why-us-area .info {
  z-index: 1;
  padding-left: 35px;
}
.why-us-area .left-info .content {
  background: #fff;
  padding: 20px 15px;
}

.why-us-area .info li h5 {
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
}
.why-us-area .info li {
  display: block;
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.why-us-area.bg-dark .info li p {
  color: #cccccc;
}
.why-us-area .info li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  color: #ff5e14;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 600;
}
.why-us-area .info .content::after {
  position: absolute;
  left: 0;
  top: -70px;
  content: "";
  height: 150px;
  width: 150px;
  background: #000000;
  z-index: -1;
  opacity: 0.03;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(45deg);
}
.why-us-area .left-info .content h2 {
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .why-us-area .fixed-thumb {
    position: relative;
    left: 0;
    top: -50px;
    height: 300px;
    width: 100%;
  }
  .why-us-area .left-info .content {
    background: #fff;
    padding: 60px 30px;
    margin-top: -33%;
    margin-bottom: 20px;
  }
}
.info-box .title {
  position: relative;
  font-weight: 700;
  padding: 18px 15px;
  text-align: center;
  font-size: var(--font-22);
  color: var(--white-color);
  font-family: var(--font-family-BeVietnam);
  background: var(--color-fourtyone);
  background: linear-gradient(
    to right,
    var(--color-fourtyone) 0%,
    var(--color-fourtytwo) 100%
  );
}
.info-box .title h3 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.get-quote-button {
    position: fixed;
    right: -84px;
    padding: 5px 20px;
    top: 56%;
    left: auto;
    display: block;
    transform: rotate(90deg);
    background-color: #d53a00;
    text-transform: uppercase;
    z-index: 999;
    border-radius: 5px;
    cursor: pointer;
}
/* video */

.video-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  overflow: hidden;
}
.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.video-box .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  opacity: 0.1;
  background-color: #000;
}
.video-box .overlay-box span {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  z-index: 10;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: -42px;
  margin-left: -42px;
  line-height: 70px;
  border-radius: 50%;
  font-family: "flaticon";
  font-size: var(--font-26);
  color: var(--white-color);
  padding-left: var(--padding-left-5);
  background-color: #d53a00 !important.footer-style-two .footer-bottom;
}
.video-box .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-box .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
/* call-volunteers */

.inner-column-1 {
    background-color: #002743;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.inner-column-1 p {
  text-align: justify;
  color: #fff;
}

.section-border {
  border-top: 5px solid #d53a00;
  border-bottom: 5px solid #d53a00;
}

.sec-title-three span {
  color: #d53a00;
}

.elementor-button {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #d53a00;
  background-image: none;
  padding: 12px 60px;
}
/* new content */

.sdg-container {
  padding: 20px;
  background-color: #fff;
  min-height: 213px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-bottom: 4px solid #d90429;
  /* border-top: 5px solid #d90429; */
  display: flex;
  align-items: center;
}

.sdg-image img {
  width: 100%;
  max-width: 160px;
  /* max-height: fit-content; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #888;
  border-radius: 5px;
  margin: auto;
}

.sdg-content h6 {
  color: #d90429;
}

.sdg-content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5px !important;
}

.bg-image-attache {
  background-image: url("../img/sdg.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
}
.session-div h4 {
  color: #020033;
  margin-bottom: 10px;
  font-weight: 800;
}
.session-div h4 span {
  color: #d90429;
}
.session-div p {
  text-align: justify !important;
}
.text-justify {
  text-align: justify !important;
}
.session-div h5 {
  color: #504f4f !important;
  margin-bottom: 10px;
}

.list-style-three li:before {
  position: absolute;
  content: "\f197";
  left: 0px;
  font-size: 18px;
  top: 0px;
  font-weight: 700;
  color: #fa5601 !important;
  font-family: "flaticon";
}

.list-style-three li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  position: relative;
  line-height: 30px;
  padding-left: 22px;
  margin-bottom: 8px;
}
/*language */
/* google language style */

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

body {
  top: 0 !important;
}

#google_translate_element2 {
  display: none !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: #f0eeee;
  font-weight: bold;
}

.goog-te-gadget-simple {
  background-color: #ebebeb !important;
  border: 1px solid rgb(2 193 129) !important;
  padding: 0px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  line-height: 2rem !important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}

.goog-te-menu2 {
  max-width: 100%;
}

.goog-te-menu-value {
  color: #fff !important;
}

.goog-te-menu-value:before {
  font-family: "Material Icons";
  content: "\E927";
  margin-right: 16px;
  font-size: 2rem;
  vertical-align: -10px;
}

.goog-te-menu-value span:nth-child(5) {
  display: none;
}

.goog-te-menu-value span:nth-child(3) {
  border: none !important;
  font-family: "Material Icons";
}

.goog-te-menu-value span:nth-child(3):after {
  font-family: "Material Icons";
  content: "\E5C5";
  font-size: 1.5rem;
  vertical-align: -6px;
}

.goog-te-gadget-icon {
  background-image: url(https://placehold.it/32) !important;
  background-position: 0px 0px;
  height: 32px !important;
  width: 32px !important;
  margin-right: 8px !important;
  display: none;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

.modal-body-2 {
  background-color: #00405a !important;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 400px;
  width: 100%;
}
.btn-div-1 {
  background: #ebebeb !important;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  opacity: 1;
  position: absolute;
  right: -10px;
  /* position: relative; */
  /* z-index: 5; */
  top: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.chris-container h4 {
  text-align: center !important;
  color: #ff01b1;
  font-weight: 900;
  margin-bottom: 10px;
}
.flag-div{
   
    position: absolute;
    right:0px;
    top:20px;
       z-index: 1;
}
/* .flag-div img{
    width: 50px;
    height:34px;
} */
.flag-div img {
    width: 50px;
    /* border: 1px solid #d7d4d4; */
    height: 34px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 3px 0px 0px 3px;
}
.blink-text {
  animation: blinkColor 2s infinite alternate;
  -webkit-animation: blinkColor 2s infinite alternate;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}


/* new css style */
@media screen and (min-width: 992px) {
  .cs_height_120 {
      height: 90px;
  }
}
@media screen and (min-width: 992px) {
  .cs_height_27 {
      height: 27px;
  }
}

.cs_mb_1 {
  margin-bottom: 1px
}

.cs_mb_2 {
  margin-bottom: 2px
}

.cs_mb_3 {
  margin-bottom: 3px
}

.cs_mb_4 {
  margin-bottom: 4px
}

.cs_mb_5 {
  margin-bottom: 5px
}

.cs_mb_6 {
  margin-bottom: 6px
}

.cs_mb_7 {
  margin-bottom: 7px
}

.cs_mb_8 {
  margin-bottom: 8px
}

.cs_mb_9 {
  margin-bottom: 9px
}

.cs_mb_10 {
  margin-bottom: 10px
}

.cs_mb_11 {
  margin-bottom: 11px
}

.cs_mb_12 {
  margin-bottom: 12px
}

.cs_mb_13 {
  margin-bottom: 13px
}

.cs_mb_14 {
  margin-bottom: 14px
}

.cs_mb_15 {
  margin-bottom: 15px
}

.cs_mb_16 {
  margin-bottom: 16px
}

.cs_mb_17 {
  margin-bottom: 17px
}

.cs_mb_18 {
  margin-bottom: 18px
}

.cs_mb_19 {
  margin-bottom: 19px
}

.cs_mb_20 {
  margin-bottom: 20px
}

.cs_mb_21 {
  margin-bottom: 21px
}

.cs_mb_22 {
  margin-bottom: 22px
}

.cs_mb_23 {
  margin-bottom: 23px
}

.cs_mb_24 {
  margin-bottom: 24px
}

.cs_mb_25 {
  margin-bottom: 25px
}

.cs_mb_26 {
  margin-bottom: 26px
}

.cs_mb_27 {
  margin-bottom: 27px
}

.cs_mb_28 {
  margin-bottom: 28px
}

.cs_mb_29 {
  margin-bottom: 29px
}

.cs_mb_30 {
  margin-bottom: 30px
}

.cs_mb_31 {
  margin-bottom: 31px
}

.cs_mb_32 {
  margin-bottom: 32px
}

.cs_mb_33 {
  margin-bottom: 33px
}

.cs_mb_34 {
  margin-bottom: 34px
}

.cs_mb_35 {
  margin-bottom: 35px
}

.cs_mb_36 {
  margin-bottom: 36px
}

.cs_mb_37 {
  margin-bottom: 37px
}

.cs_mb_38 {
  margin-bottom: 38px
}

.cs_mb_39 {
  margin-bottom: 39px
}

.cs_mb_40 {
  margin-bottom: 40px
}

.cs_mb_41 {
  margin-bottom: 41px
}

.cs_mb_42 {
  margin-bottom: 42px
}

.cs_mb_43 {
  margin-bottom: 43px
}

.cs_mb_44 {
  margin-bottom: 44px
}

.cs_mb_45 {
  margin-bottom: 45px
}

.cs_mb_46 {
  margin-bottom: 46px
}

.cs_mb_47 {
  margin-bottom: 47px
}

.cs_mb_48 {
  margin-bottom: 48px
}

.cs_mb_49 {
  margin-bottom: 49px
}

.cs_mb_50 {
  margin-bottom: 50px
}

.cs_mb_51 {
  margin-bottom: 51px
}

.cs_mb_52 {
  margin-bottom: 52px
}

.cs_mb_53 {
  margin-bottom: 53px
}

.cs_mb_54 {
  margin-bottom: 54px
}

.cs_mb_55 {
  margin-bottom: 55px
}

.cs_mb_56 {
  margin-bottom: 56px
}

.cs_mb_57 {
  margin-bottom: 57px
}

.cs_mb_58 {
  margin-bottom: 58px
}

.cs_mb_59 {
  margin-bottom: 59px
}

.cs_mb_60 {
  margin-bottom: 60px
}

.cs_mb_61 {
  margin-bottom: 61px
}

.cs_mb_62 {
  margin-bottom: 62px
}

.cs_mb_63 {
  margin-bottom: 63px
}

.cs_mb_64 {
  margin-bottom: 64px
}

.cs_mb_65 {
  margin-bottom: 65px
}

.cs_mb_66 {
  margin-bottom: 66px
}

.cs_mb_67 {
  margin-bottom: 67px
}

.cs_mb_68 {
  margin-bottom: 68px
}

.cs_mb_69 {
  margin-bottom: 69px
}

.cs_mb_70 {
  margin-bottom: 70px
}

@media screen and (min-width: 992px) {
  .cs_height_1 {
      height:1px
  }

  .cs_height_2 {
      height: 2px
  }

  .cs_height_3 {
      height: 3px
  }

  .cs_height_4 {
      height: 4px
  }

  .cs_height_5 {
      height: 5px
  }

  .cs_height_6 {
      height: 6px
  }

  .cs_height_7 {
      height: 7px
  }

  .cs_height_8 {
      height: 8px
  }

  .cs_height_9 {
      height: 9px
  }

  .cs_height_10 {
      height: 10px
  }

  .cs_height_11 {
      height: 11px
  }

  .cs_height_12 {
      height: 12px
  }

  .cs_height_13 {
      height: 13px
  }

  .cs_height_14 {
      height: 14px
  }

  .cs_height_15 {
      height: 15px
  }

  .cs_height_16 {
      height: 16px
  }

  .cs_height_17 {
      height: 17px
  }

  .cs_height_18 {
      height: 18px
  }

  .cs_height_19 {
      height: 19px
  }

  .cs_height_20 {
      height: 20px
  }

  .cs_height_21 {
      height: 21px
  }

  .cs_height_22 {
      height: 22px
  }

  .cs_height_23 {
      height: 23px
  }

  .cs_height_24 {
      height: 24px
  }

  .cs_height_25 {
      height: 25px
  }

  .cs_height_26 {
      height: 26px
  }

  .cs_height_27 {
      height: 27px
  }

  .cs_height_28 {
      height: 28px
  }

  .cs_height_29 {
      height: 29px
  }

  .cs_height_30 {
      height: 30px
  }

  .cs_height_31 {
      height: 31px
  }

  .cs_height_32 {
      height: 32px
  }

  .cs_height_33 {
      height: 33px
  }

  .cs_height_34 {
      height: 34px
  }

  .cs_height_35 {
      height: 35px
  }

  .cs_height_36 {
      height: 36px
  }

  .cs_height_37 {
      height: 37px
  }

  .cs_height_38 {
      height: 38px
  }

  .cs_height_39 {
      height: 39px
  }

  .cs_height_40 {
      height: 40px
  }

  .cs_height_41 {
      height: 41px
  }

  .cs_height_42 {
      height: 42px
  }

  .cs_height_43 {
      height: 43px
  }

  .cs_height_44 {
      height: 44px
  }

  .cs_height_45 {
      height: 45px
  }

  .cs_height_46 {
      height: 46px
  }

  .cs_height_47 {
      height: 47px
  }

  .cs_height_48 {
      height: 48px
  }

  .cs_height_49 {
      height: 49px
  }

  .cs_height_50 {
      height: 50px
  }

  .cs_height_51 {
      height: 51px
  }

  .cs_height_52 {
      height: 52px
  }

  .cs_height_53 {
      height: 53px
  }

  .cs_height_54 {
      height: 54px
  }

  .cs_height_55 {
      height: 55px
  }

  .cs_height_56 {
      height: 56px
  }

  .cs_height_57 {
      height: 57px
  }

  .cs_height_58 {
      height: 58px
  }

  .cs_height_59 {
      height: 59px
  }

  .cs_height_60 {
      height: 60px
  }

  .cs_height_61 {
      height: 61px
  }

  .cs_height_62 {
      height: 62px
  }

  .cs_height_63 {
      height: 63px
  }

  .cs_height_64 {
      height: 64px
  }

  .cs_height_65 {
      height: 65px
  }

  .cs_height_66 {
      height: 66px
  }

  .cs_height_67 {
      height: 67px
  }

  .cs_height_68 {
      height: 68px
  }

  .cs_height_69 {
      height: 69px
  }

  .cs_height_70 {
      height: 70px
  }

  .cs_height_71 {
      height: 71px
  }

  .cs_height_72 {
      height: 72px
  }

  .cs_height_73 {
      height: 73px
  }

  .cs_height_74 {
      height: 74px
  }

  .cs_height_75 {
      height: 75px
  }

  .cs_height_76 {
      height: 76px
  }

  .cs_height_77 {
      height: 77px
  }

  .cs_height_78 {
      height: 78px
  }

  .cs_height_79 {
      height: 79px
  }

  .cs_height_80 {
      height: 80px
  }

  .cs_height_81 {
      height: 81px
  }

  .cs_height_82 {
      height: 82px
  }

  .cs_height_83 {
      height: 83px
  }

  .cs_height_84 {
      height: 84px
  }

  .cs_height_85 {
      height: 85px
  }

  .cs_height_86 {
      height: 86px
  }

  .cs_height_87 {
      height: 87px
  }

  .cs_height_88 {
      height: 88px
  }

  .cs_height_89 {
      height: 89px
  }

  .cs_height_90 {
      height: 90px
  }

  .cs_height_91 {
      height: 91px
  }

  .cs_height_92 {
      height: 92px
  }

  .cs_height_93 {
      height: 93px
  }

  .cs_height_94 {
      height: 94px
  }

  .cs_height_95 {
      height: 95px
  }

  .cs_height_96 {
      height: 96px
  }

  .cs_height_97 {
      height: 97px
  }

  .cs_height_98 {
      height: 98px
  }

  .cs_height_99 {
      height: 99px
  }

  .cs_height_100 {
      height: 100px
  }

  .cs_height_101 {
      height: 101px
  }

  .cs_height_102 {
      height: 102px
  }

  .cs_height_103 {
      height: 103px
  }

  .cs_height_104 {
      height: 104px
  }

  .cs_height_105 {
      height: 105px
  }

  .cs_height_106 {
      height: 106px
  }

  .cs_height_107 {
      height: 107px
  }

  .cs_height_108 {
      height: 108px
  }

  .cs_height_109 {
      height: 109px
  }

  .cs_height_110 {
      height: 110px
  }

  .cs_height_111 {
      height: 111px
  }

  .cs_height_112 {
      height: 112px
  }

  .cs_height_113 {
      height: 113px
  }

  .cs_height_114 {
      height: 114px
  }

  .cs_height_115 {
      height: 115px
  }

  .cs_height_116 {
      height: 116px
  }

  .cs_height_117 {
      height: 117px
  }

  .cs_height_118 {
      height: 118px
  }

  .cs_height_119 {
      height: 119px
  }

  .cs_height_120 {
      height: 90px
  }

  .cs_height_121 {
      height: 121px
  }

  .cs_height_122 {
      height: 122px
  }

  .cs_height_123 {
      height: 123px
  }

  .cs_height_124 {
      height: 124px
  }

  .cs_height_125 {
      height: 125px
  }

  .cs_height_126 {
      height: 126px
  }

  .cs_height_127 {
      height: 127px
  }

  .cs_height_128 {
      height: 128px
  }

  .cs_height_129 {
      height: 129px
  }

  .cs_height_130 {
      height: 130px
  }

  .cs_height_131 {
      height: 131px
  }

  .cs_height_132 {
      height: 132px
  }

  .cs_height_133 {
      height: 133px
  }

  .cs_height_134 {
      height: 134px
  }

  .cs_height_135 {
      height: 135px
  }

  .cs_height_136 {
      height: 136px
  }

  .cs_height_137 {
      height: 137px
  }

  .cs_height_138 {
      height: 138px
  }

  .cs_height_139 {
      height: 139px
  }

  .cs_height_140 {
      height: 140px
  }

  .cs_height_141 {
      height: 141px
  }

  .cs_height_142 {
      height: 142px
  }

  .cs_height_143 {
      height: 143px
  }

  .cs_height_144 {
      height: 144px
  }

  .cs_height_145 {
      height: 145px
  }

  .cs_height_146 {
      height: 146px
  }

  .cs_height_147 {
      height: 147px
  }

  .cs_height_148 {
      height: 148px
  }

  .cs_height_149 {
      height: 149px
  }

  .cs_height_150 {
      height: 150px
  }
}

@media screen and (max-width: 991px) {
  .cs_height_lg_1 {
      height:1px
  }

  .cs_height_lg_2 {
      height: 2px
  }

  .cs_height_lg_3 {
      height: 3px
  }

  .cs_height_lg_4 {
      height: 4px
  }

  .cs_height_lg_5 {
      height: 5px
  }

  .cs_height_lg_6 {
      height: 6px
  }

  .cs_height_lg_7 {
      height: 7px
  }

  .cs_height_lg_8 {
      height: 8px
  }

  .cs_height_lg_9 {
      height: 9px
  }

  .cs_height_lg_10 {
      height: 10px
  }

  .cs_height_lg_11 {
      height: 11px
  }

  .cs_height_lg_12 {
      height: 12px
  }

  .cs_height_lg_13 {
      height: 13px
  }

  .cs_height_lg_14 {
      height: 14px
  }

  .cs_height_lg_15 {
      height: 15px
  }

  .cs_height_lg_16 {
      height: 16px
  }

  .cs_height_lg_17 {
      height: 17px
  }

  .cs_height_lg_18 {
      height: 18px
  }

  .cs_height_lg_19 {
      height: 19px
  }

  .cs_height_lg_20 {
      height: 20px
  }

  .cs_height_lg_21 {
      height: 21px
  }

  .cs_height_lg_22 {
      height: 22px
  }

  .cs_height_lg_23 {
      height: 23px
  }

  .cs_height_lg_24 {
      height: 24px
  }

  .cs_height_lg_25 {
      height: 25px
  }

  .cs_height_lg_26 {
      height: 26px
  }

  .cs_height_lg_27 {
      height: 27px
  }

  .cs_height_lg_28 {
      height: 28px
  }

  .cs_height_lg_29 {
      height: 29px
  }

  .cs_height_lg_30 {
      height: 30px
  }

  .cs_height_lg_31 {
      height: 31px
  }

  .cs_height_lg_32 {
      height: 32px
  }

  .cs_height_lg_33 {
      height: 33px
  }

  .cs_height_lg_34 {
      height: 34px
  }

  .cs_height_lg_35 {
      height: 35px
  }

  .cs_height_lg_36 {
      height: 36px
  }

  .cs_height_lg_37 {
      height: 37px
  }

  .cs_height_lg_38 {
      height: 38px
  }

  .cs_height_lg_39 {
      height: 39px
  }

  .cs_height_lg_40 {
      height: 40px
  }

  .cs_height_lg_41 {
      height: 41px
  }

  .cs_height_lg_42 {
      height: 42px
  }

  .cs_height_lg_43 {
      height: 43px
  }

  .cs_height_lg_44 {
      height: 44px
  }

  .cs_height_lg_45 {
      height: 45px
  }

  .cs_height_lg_46 {
      height: 46px
  }

  .cs_height_lg_47 {
      height: 47px
  }

  .cs_height_lg_48 {
      height: 48px
  }

  .cs_height_lg_49 {
      height: 49px
  }

  .cs_height_lg_50 {
      height: 50px
  }

  .cs_height_lg_51 {
      height: 51px
  }

  .cs_height_lg_52 {
      height: 52px
  }

  .cs_height_lg_53 {
      height: 53px
  }

  .cs_height_lg_54 {
      height: 54px
  }

  .cs_height_lg_55 {
      height: 55px
  }

  .cs_height_lg_56 {
      height: 56px
  }

  .cs_height_lg_57 {
      height: 57px
  }

  .cs_height_lg_58 {
      height: 58px
  }

  .cs_height_lg_59 {
      height: 59px
  }

  .cs_height_lg_60 {
      height: 60px
  }

  .cs_height_lg_61 {
      height: 61px
  }

  .cs_height_lg_62 {
      height: 62px
  }

  .cs_height_lg_63 {
      height: 63px
  }

  .cs_height_lg_64 {
      height: 64px
  }

  .cs_height_lg_65 {
      height: 65px
  }

  .cs_height_lg_66 {
      height: 66px
  }

  .cs_height_lg_67 {
      height: 67px
  }

  .cs_height_lg_68 {
      height: 68px
  }

  .cs_height_lg_69 {
      height: 69px
  }

  .cs_height_lg_70 {
      height: 70px
  }

  .cs_height_lg_71 {
      height: 71px
  }

  .cs_height_lg_72 {
      height: 72px
  }

  .cs_height_lg_73 {
      height: 73px
  }

  .cs_height_lg_74 {
      height: 74px
  }

  .cs_height_lg_75 {
      height: 75px
  }

  .cs_height_lg_76 {
      height: 76px
  }

  .cs_height_lg_77 {
      height: 77px
  }

  .cs_height_lg_78 {
      height: 78px
  }

  .cs_height_lg_79 {
      height: 79px
  }

  .cs_height_lg_80 {
      height: 80px
  }

  .cs_height_lg_81 {
      height: 81px
  }

  .cs_height_lg_82 {
      height: 82px
  }

  .cs_height_lg_83 {
      height: 83px
  }

  .cs_height_lg_84 {
      height: 84px
  }

  .cs_height_lg_85 {
      height: 85px
  }

  .cs_height_lg_86 {
      height: 86px
  }

  .cs_height_lg_87 {
      height: 87px
  }

  .cs_height_lg_88 {
      height: 88px
  }

  .cs_height_lg_89 {
      height: 89px
  }

  .cs_height_lg_90 {
      height: 90px
  }

  .cs_height_lg_91 {
      height: 91px
  }

  .cs_height_lg_92 {
      height: 92px
  }

  .cs_height_lg_93 {
      height: 93px
  }

  .cs_height_lg_94 {
      height: 94px
  }

  .cs_height_lg_95 {
      height: 95px
  }

  .cs_height_lg_96 {
      height: 96px
  }

  .cs_height_lg_97 {
      height: 97px
  }

  .cs_height_lg_98 {
      height: 98px
  }

  .cs_height_lg_99 {
      height: 99px
  }

  .cs_height_lg_100 {
      height: 100px
  }

  .cs_height_lg_101 {
      height: 101px
  }

  .cs_height_lg_102 {
      height: 102px
  }

  .cs_height_lg_103 {
      height: 103px
  }

  .cs_height_lg_104 {
      height: 104px
  }

  .cs_height_lg_105 {
      height: 105px
  }

  .cs_height_lg_106 {
      height: 106px
  }

  .cs_height_lg_107 {
      height: 107px
  }

  .cs_height_lg_108 {
      height: 108px
  }

  .cs_height_lg_109 {
      height: 109px
  }

  .cs_height_lg_110 {
      height: 110px
  }
}

.cs_fs_12 {
  font-size: 12px!important;
  line-height: 2em
}

.cs_fs_14 {
  font-size: 14px;
  line-height: 1.714em
}

.cs_fs_16 {
  font-size: 16px;
  line-height: 1.625em
}

.cs_fs_18 {
  font-size: 18px;
  line-height: 1.556em
}

.cs_fs_20 {
  font-size: 20px;
  line-height: 1.5em
}

@media (max-width: 991px) {
  .cs_fs_20 {
      font-size:18px
  }
}

.cs_fs_24 {
  font-size: 24px;
  line-height: 1.417em
}

@media (max-width: 991px) {
  .cs_fs_24 {
      font-size:22px
  }
}

.cs_fs_30 {
  font-size: 25px;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .cs_fs_30 {
      font-size:22px
  }
}

.cs_fs_36 {
  font-size:25px;
  line-height: 1.1em
}

@media (max-width: 991px) {
  .cs_fs_36 {
      font-size:30px
  }
}

.cs_fs_45 {
  font-size: 45px;
  line-height: 1.208em
}

@media (max-width: 991px) {
  .cs_fs_45 {
      font-size:38px
  }
}

.cs_fs_50 {
  font-size: 50px;
  line-height: 1.208em
}

@media (max-width: 991px) {
  .cs_fs_50 {
      font-size:38px
  }
}

.cs_fs_56 {
  font-size: 56px;
  line-height: 1.208em
}

@media (max-width: 991px) {
  .cs_fs_56 {
      font-size:38px
  }
}

.cs_fs_64 {
  font-size: 64px;
  line-height: 1.156em
}

@media (max-width: 991px) {
  .cs_fs_64 {
      font-size:50px
  }
}

.cs_fs_70 {
  font-size: 32px;
  line-height: 40px
}

@media (max-width: 991px) {
  .cs_fs_70 {
      font-size:28px
  }
}

@media (max-width: 575px) {
  .cs_fs_70 {
      font-size:28px
  }

  .mb-cs_fs_16 {
      font-size: 13px!important
  }
}

.cs_fs_100 {
  font-size: 100px;
  line-height: 1em
}

@media (max-width: 991px) {
  .cs_fs_100 {
      font-size:75px
  }
}

@media (max-width: 575px) {
  .cs_fs_100 {
      font-size:56px
  }
}

.cs_light {
  font-weight: 300
}

.cs_normal {
  font-weight: 400
}

.cs_medium {
  font-weight: 700
}

.cs_semibold {
  font-weight: 600
}

.cs_bold {
  font-weight: 700
}

.cs_extra_bold {
  font-weight: 800
}

.cs_black {
  font-weight: 900
}

.cs_radius_3 {
  border-radius: 3px
}

.cs_radius_5 {
  border-radius: 5px
}

.cs_radius_7 {
  border-radius: 7px
}

.cs_radius_10 {
  border-radius: 10px
}

.cs_radius_15 {
  border-radius: 15px
}

.cs_radius_25 {
  border-radius: 25px
}

.cs_radius_35 {
  border-radius: 35px
}

.cs_radius_50 {
  border-radius: 50%
}

.cs_mp_0 {
  list-style: none;
  margin: 0;
  padding: 0
}

.container-fluid {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto
}

@media (max-width: 1200px) {
  .container-fluid {
      padding:0 15px!important
  }
}

.cs_row_gap_30 {
  margin-left: -15px;
  margin-right: -15px
}

.cs_row_gap_30>* {
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width: 1401px) {
  .cs_row_gap_40 {
      margin-left:-20px;
      margin-right: -20px
  }

  .cs_row_gap_40>* {
      padding-left: 20px;
      padding-right: 20px
  }
}

.cs_row_gap_60 {
  margin-left: -30px;
  margin-right: -30px
}

.cs_row_gap_60>* {
  padding-left: 30px;
  padding-right: 30px
}

.cs_row_gap_80 {
  margin-left: -40px;
  margin-right: -40px
}

.cs_row_gap_80>* {
  padding-left: 40px;
  padding-right: 40px
}

.cs_gap_y_30 {
  gap: 30px 0
}

.cs_gap_y_40 {
  gap: 40px 0
}

.cs_gap_y_50 {
  gap: 50px 0
}

.cs_gap_y_60 {
  gap: 60px 0
}

.cs_bg_filed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.cs_center {
  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
}

.cs_white_color {
  color: var(--white-color)
}

.cs_body_color {
  color: var(--body-color)
}

.cs_accent_color {
  color: var(--accent-color)
}

.cs_white_bg {
  background-color: var(--white-color)
}

.cs_heading_bg {
  background-color: var(--heading-color)
}

.cs_secondary_bg {
  background-color: var(--body-color)
}

.cs_gray_bg {
  background-color: var(--gray-color)
}

.cs_accent_bg {
  background-color: var(--accent-color)
}

.cs_accent_bg_light {
  background: #ef0f3a0f
}

.cs_half_screen_right {
  height: 100%;
  width: 50vw;
  margin-left: -12px
}

@media (max-width: 991px) {
  .cs_half_screen_right {
      width:100%;
      margin-left: 0
  }
}

.cs_full_screen_right {
  width: calc(50vw + 650px)
}

.cs_half_screen_thumbnail {
  height: 100%;
  width: 100%;
  min-height: 400px
}

@media (max-width: 1400px) {
  .cs_half_screen_thumbnail {
      min-height:550px
  }
}

@media (max-width: 1199px) {
  .cs_half_screen_thumbnail {
      min-height:500px
  }
}

@media (max-width: 767px) {
  .cs_half_screen_thumbnail {
      min-height:450px
  }
}

@media (max-width: 575px) {
  .cs_half_screen_thumbnail {
      min-height:380px
  }
}

@media (max-width: 420px) {
  .cs_half_screen_thumbnail {
      min-height:260px
  }
}

.cs_btn.cs_style_1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  gap: 10px;
  border: 1px solid var(--accent-color);
  padding: 6px 10px;
  line-height: 1.714em;
  background-color: var(--accent-color);
  position: relative
}

@media (max-width: 991px) {
  .cs_btn.cs_style_1 {
      padding:8px 20px
  }
}

.cs_btn.cs_style_1:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--heading-color);
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cs_btn.cs_style_1>* {
  position: relative;
  z-index: 1
}

.cs_btn.cs_style_1 i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.cs_btn.cs_style_1:hover {
  background-color: var(--accent-color);
  color: var(--white-color)
}

.cs_btn.cs_style_1:hover i {
  -webkit-transform: rotate(-405deg) scale(1.4);
  transform: rotate(-405deg) scale(1.4)
}

.cs_btn.cs_style_1:hover:before {
  opacity: .2
}

.cs_player_btn {
  position: relative;
  z-index: 10;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 0 0 0 3px;
  color: var(--white-color)
}

.cs_player_btn:before,.cs_player_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  border-radius: 50%
}

.cs_player_btn:before {
  z-index: 0;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite
}

.cs_player_btn:after {
  z-index: 1;
  -webkit-transition: all .2s;
  transition: all .2s
}

.cs_player_btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent
}

.cs_text_btn.cs_style_1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.cs_text_btn.cs_style_1 .cs_btn_icon {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.cs_text_btn.cs_style_1 .cs_btn_icon i {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cs_text_btn.cs_style_1 .cs_btn_icon i:nth-child(1) {
  -webkit-transform: translateX(-15px);
  transform: translate(-15px)
}

.cs_text_btn.cs_style_1 .cs_btn_icon i:nth-child(2) {
  -webkit-transform: translateX(-7px);
  transform: translate(-7px)
}

.cs_text_btn.cs_style_1:hover .cs_btn_icon i:nth-child(1) {
  -webkit-transform: translateX(7px);
  transform: translate(7px)
}

.cs_text_btn.cs_style_1:hover .cs_btn_icon i:nth-child(2) {
  -webkit-transform: translateX(10px);
  transform: translate(10px)
}

.cs_social_btns.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px
}

.cs_social_btns.cs_style_1 a {
  width: 26px;
  height: 26px;
  font-size: 11px;
  border: 1px solid;
  border-color: var(--body-color)
}

.cs_social_btns.cs_style_1 a:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
  border-color: var(--accent-color)
}

.cs_scroll_top_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.cs_scroll_top_btn:before {
  content: "";
  width: 90%;
  height: 90%;
  background-color: var(--heading-color);
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-animation: scallup 3.5s cubic-bezier(.18,2,.55,-.11) infinite;
  animation: scallup 3.5s cubic-bezier(.18,2,.55,-.11) infinite
}

.cs_scroll_top_btn>* {
  position: relative;
  z-index: 1
}

.cs_scroll_top_btn.active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.cs_section_heading svg {
  -webkit-animation: spinAnimation 7s linear infinite;
  animation: spinAnimation 7s linear infinite
}

.cs_page_heading {
  height: 310px
}

.cs_page_heading .breadcrumb {
  margin: 0;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  color: var(--white-color)
}

.cs_page_heading .breadcrumb-item.active {
  color: var(--white-color)
}

.cs_page_heading .breadcrumb-item+.breadcrumb-item:before {
  content: "";
  font-family: bootstrap-icons!important;
  font-weight: 700;
  color: var(--white-color);
  font-size: 14px
}

@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 br {
      display:none
  }
}

.cs_section_heading.cs_style_1.cs_type_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width: 991px) {
  .cs_section_heading.cs_style_1.cs_type_1 {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 20px
  }
}

.cs_section_heading.cs_style_1 .cs_section_subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px
}

.cs_section_heading.cs_style_1 .cs_section_heading_left {
  max-width: 635px
}

.cs_section_heading.cs_style_1 .cs_section_heading_right {
  max-width: 530px
}

.cs_list.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.cs_list.cs_style_1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify;
  gap: 10px;
  font-family: 'Poppins';
}

.cs_list.cs_style_1 .cs_list_icon {
  width: 18px;
  height: 18px;
  margin-top: 5px;
  border: 2px solid var(--accent-color);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 10px
}

.services-box07 {
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1.732px 60px #0000001a;
  padding: 15px
}

.services-box07 .icon {
  transition: transform .5s ease-in-out
}

.services-box07:hover .icon {
  transform: rotate(360deg)
}

.services-box07 .sr-contner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px
}

.services-box07 .sr-contner .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--accent-color);
  color: #fff
}

.services-box07 .sr-contner .icon i {
  font-size: 25px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.services-box07 .sr-contner .text h5 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin: 0
}

.cs_progress_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 31px
}

.cs_progress {
  height: 10px;
  border-radius: 10px;
  max-width: 534px;
  background-color: var(--heading-color)
}

.cs_progress .cs_progress_in {
  height: 100%;
  border-radius: inherit;
  background-color: var(--accent-color);
  position: relative
}

.cs_progress .cs_progress_in:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--accent-color);
  border: 5px solid var(--border-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.cs_progress .cs_progress_in span {
  position: absolute;
  top: -38px;
  right: 0
}

.cs_rating_container {
  max-width: 180px
}

.cs_rating {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width:245px;
  height: 26px;
  position: relative;
  font-size: 16px;
  letter-spacing: 7px;
  color: #ffc131
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  /* position: absolute; */
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before {
  content: "←";
}
.cs_rating:before {
  font-weight: 400
}

.card-header {
    padding: 14px 50px 14px 20px;
    position: relative;
    cursor: pointer;
    background: linear-gradient(45deg, #002743, #6a0700);
    /* background: #00123b; */
}
.cs_rating_percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}
.card-header h5{
  color: #fff;
  
}
.cs_section_heading  .card-header h5 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.card-header a{
  color: #fff;
}
.cs_semibold {
  font-weight: 600;
}
.cs_fs_20 {
  font-size: 20px;
  line-height: 1.5em;
}
.cs_accordian.active .cs_accordian_body {
  display: block;
  background-color: #fdeaef;
}
.cs_section_heading .cs_accordian_body .faq-section .card-body{
  display: block;
  background-color: #fdeaef;
}
.gap-2 {
  gap: .5rem !important;
}
.cs_accordian.cs_style_1 .cs_accordian_toggle i {
  position: absolute;
  color: #f60339;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.cs_accordian_toggle{display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    right: 20px;}


.cs_accordian_toggle:not(.collapsed) i {
  color:  #9af704;
}
.collapsed .cs_accordian_toggle i {
  color: red;
}



.cs_rating_percentage:before {
  font-weight: 900
}

.cs_accordian.cs_style_1.cs_type_1 {
  border: 1px solid var(--border-color)
}

.cs_accordian.cs_style_1 .cs_accordian_body {
  padding: 16px 50px 16px 20px;
  border-top: 1px solid var(--border-color)
}

.cs_accordian.cs_style_1 .cs_accordian_head {
  padding: 14px 50px 14px 20px;
  position: relative;
  cursor: pointer
}

@media (max-width: 1199px) {
  .cs_accordian.cs_style_1 .cs_accordian_head {
      padding:20px 40px 20px 20px
  }
}

.cs_accordian.cs_style_1 .cs_accordian_toggle {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 20px
}

.cs_accordian.cs_style_1 .cs_accordian_toggle i {
  position: absolute;
  color: var(--accent-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cs_accordian.cs_style_1 .cs_accordian_toggle i:nth-child(2) {
  opacity: 0
}

.cs_accordian.cs_style_1.active .cs_accordian_head {
  pointer-events: none
}

.cs_accordian.cs_style_1.active .cs_accordian_toggle i {
  color: var(--body-color)
}

.cs_accordian.cs_style_1.active .cs_accordian_toggle i:nth-child(1) {
  opacity: 0
}

.cs_accordian.cs_style_1.active .cs_accordian_toggle i:nth-child(2) {
  opacity: 1
}

.cs_accordian.cs_style_1.active.cs_type_1 {
  border-color: var(--accent-color)
}

.cs_accordian.cs_style_1.active.cs_type_1 .cs_accordian_toggle i {
  color: var(--heading-color)
}

.cs_accordians_wrapper.cs_style_1 {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

@media (max-width: 1400px) {
  .cs_accordians_wrapper.cs_style_1 {
      padding-right:10px
  }
}

@media (max-width: 991px) {
  .cs_accordians_wrapper.cs_style_1 {
      padding-right:0
  }
}

.cs_brands_wrapper {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: -75px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,.08);
  box-shadow: 0 10px 50px #00000014
}

@media only screen and (max-width: 600px) {
  .cs_brands_wrapper {
      margin-top:0
  }
}

@media (max-width: 1400px) {
  .cs_brands_wrapper {
      gap:20px 55px
  }
}

@media (max-width: 460px) {
  .cs_brands_wrapper {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.cs_brands_wrapper .cs_brand {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 10px 7px;
  border: 1px solid #c5c5c5;
}
.bg-attach {
    background-image: linear-gradient(45deg, #000000ed, #01005ebd), url(../assets/video_bg_1-BX2fmqXS.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #03054b;
    margin-top: 20px;
}
.cs_video.cs_style_1 .cs_player_btn {
  width: 86px;
  position: absolute;
  height: 86px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--accent-color);
}
.cs_video.cs_style_1 .cs_video_content {
  position: relative;
  z-index: 1;
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_player_btn {
  position: relative;
  z-index: 10;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 0 0 0 3px;
  color: var(--white-color);
}
.cs_brands_wrapper .cs_brand:hover svg g {
  opacity: 1
}

.cs_brands_wrapper svg g {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cs_video.cs_style_1 {
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 100px 0
}

@media (max-width: 1400px) {
  .cs_video.cs_style_1 {
      min-height:490px
  }
}

@media (max-width: 991px) {
  .cs_video.cs_style_1 {
      min-height:480px;
      padding: 80px 0 140px
  }
}

.cs_video.cs_style_1 .cs_video_overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .85
}

.cs_video.cs_style_1 .cs_video_content {
  position: relative;
  z-index: 1;
  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: center;
  -ms-flex-align: center;
  align-items: center
}

.cs_video.cs_style_1 .cs_player_btn {
  width: 86px;
  position: absolute;
  height: 86px;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -212%);;
  background-color: var(--accent-color)
}
.cs_player_btn:after {
  z-index: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cs_video.cs_style_1 .cs_player_btn:after,.cs_video.cs_style_1 .cs_player_btn:before {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--white-color);
  -webkit-animation: pulse-border-2 2s ease-out infinite;
  animation: pulse-border-2 2s ease-out infinite
}
.min-height-300 {
  min-height: 310px !important;
}
.p-3 {
  padding: 1rem !important;
}
.cs_video.cs_style_1 .cs_video_content-1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  row-gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: flex;
  flex-direction: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_video.cs_style_1 .cs_player_btn:after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.cs_video.cs_style_1 .cs_player_btn span {
  border-left: 25px solid currentColor;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent
}

.cs_video.cs_style_1 .cs_video_shape_1 {
  left: 0;
  bottom: 0
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;
}
.cs_counter.cs_style_1 .cs_counter_overlay {
  width: 100%;
  height: 100%;
  opacity: .66;
  left: 0;
  top: 0
}

.cs_counter.cs_style_1 .cs_counter_banner_wrapper {
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px)
}
.cs_features_thumbnail_1:after, .cs_features_thumbnail_2:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--accent-color);
  position: absolute;
}
.cs_features_thumbnail_1:after {
  left: -25px;
  top: -25px;
}
.cs_features_thumbnail_1 img, .cs_features_thumbnail_2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cs_post_details blockquote {
  padding: 30px;
  background: #ff3b0017;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 36px;
}
blockquote {
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
  color: #493232;
}

.cs_features_thumbnail_2:after {
  right: -25px;
  bottom: -25px;
}
.cs_features_thumbnail_1, .cs_features_thumbnail_2 {
  height: 100%;
}
.cs_iconbox.cs_style_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #d53a00;
  position: relative;
  z-index: 1;
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 1;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 60px;
  height: 90px;
  border-radius: 0 0 20px;
  border-right: 1px solid var(--accent-color);
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon img {
  z-index: 1;
}

.cs_testimonial.cs_style_2 .cs_testimonial_thumbnail {
  width:150px;
  height: 150px
}


.cs_testimonial.cs_style_2 .cs_testimonial_thumbnail img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: inherit
}

.cs_testimonial.cs_style_2 .cs_section_heading.cs_style_1 {
position: relative;
z-index: 1
}

.cs_testimonial.cs_style_2 blockquote {
color: var(--white-color);
font-size: 18px;
font-style: italic;
font-family: var(--heading-font);
line-height: 1.42em;
margin-bottom: 27px;
position: relative;
z-index: 1
}

@media (max-width: 575px) {
.cs_testimonial.cs_style_2 blockquote {
  font-size:16px
}
}

.cs_testimonial.cs_style_2 .cs_polygon_shape {
top: 60px;
right: 0;
-webkit-transform: translate(60px,-60px);
transform: translate(60px,-60px)
}

.cs_team.cs_style_1 {
height: 100%;
padding: 20px 15px;
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: center;
-ms-flex-align: center;
align-items: center;
text-align: center
}

@media (max-width: 1400px) {
.cs_team.cs_style_1 {
  padding:10px
}
}

.cs_team.cs_style_1:before {
content: "";
width: 100%;
height: 100%;
background-color: var(--gray2-color);
position: absolute;
left: 0;
top: 0
}

.cs_team.cs_style_1 .cs_team_thumbnail,.cs_team.cs_style_1 .cs_team_info {
position: relative;
z-index: 1
}

.cs_team.cs_style_1 .cs_team_thumbnail {
padding-bottom: 20px;
width: 100%
}

.cs_team.cs_style_1 .cs_team_thumbnail img {
width: 50%;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px
}

.cs_team.cs_style_1 .cs_social_btns.cs_style_1 {
border-radius: 25px;
padding: 16px 5px 10px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
width: 183px;
height: 55px;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: center;
align-items: center;
gap: 16px;
position: absolute;
left: 20px;
bottom: 9px;
-webkit-transform: translateX(-10px);
transform: translate(-10px);
opacity: 0;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}

.cs_team.cs_style_1 .cs_social_btns.cs_style_1 p {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
background-color: transparent;
border: 0;
font-size: 16px;
color: var(--heading-color)
}

.cs_team.cs_style_1 .cs_social_btns.cs_style_1 p:hover {
color: var(--accent-color)
}

.cs_btn.cs_style_2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
  color: var(--white-color);
  gap: 10px;
  border: 1px solid #002743;
  padding: 6px 10px;
  line-height: 1.714em;
  background-color: #002743;
  position: relative;
}

.cs_team.cs_style_1 .cs_share_btn {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: var(--accent-color);
color: var(--white-color);
position: absolute;
left: 20px;
bottom: 12px;
-webkit-transition: all .3s ease;
transition: all .3s ease
}

.cs_team.cs_style_1 .cs_share_btn i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
-webkit-transition: all .3s ease;
transition: all .3s ease
}

.cs_team.cs_style_1 .cs_share_btn i:nth-child(1) {
opacity: 0
}

.cs_team.cs_style_1 .cs_share_btn i:nth-child(2) {
opacity: 1
}

.cs_team.cs_style_1 .cs_team_shape {
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: .05;
-webkit-transition: all .6s ease-in-out;
transition: all .6s ease-in-out
}

.cs_team.cs_style_1 .cs_team_shape img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}

.cs_team.cs_style_1:hover .cs_social_btns.cs_style_1 {
-webkit-transform: translateX(0);
transform: translate(0);
opacity: 1
}

.cs_team.cs_style_1:hover .cs_share_btn {
background-color: var(--heading-color)
}

.cs_team.cs_style_1:hover .cs_share_btn i:nth-child(1) {
opacity: 1
}

.cs_team.cs_style_1:hover .cs_share_btn i:nth-child(2) {
opacity: 0
}

.cs_team.cs_style_1:hover .cs_team_shape {
opacity: 1
}

.cs_team_details_content .cs_team_features_list {
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 12px
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_2 blockquote {
      font-size:16px
  }
}

.cs_testimonial.cs_style_2 .cs_polygon_shape {
  top: 60px;
  right: 0;
  -webkit-transform: translate(60px,-60px);
  transform: translate(60px,-60px)
}

.cs_team.cs_style_1 {
  height: 100%;
  padding: 20px 15px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

@media (max-width: 575px) {
.cs_team_details_content .cs_team_features_list {
  grid-template-columns:repeat(1,1fr)
}
}

.cs_team_details_content .cs_team_features_list li {
padding-left: 20px;
position: relative
}

.cs_team_details_content .cs_team_features_list li:before {
content: "";
width: 10px;
height: 10px;
background-color: var(--accent-color);
border-radius: 50%;
position: absolute;
left: 0;
top: 9px
}

.cs_team_details_content .cs_iconbox_wrapper {
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 20px
}

@media (max-width: 575px) {
.cs_team_details_content .cs_iconbox_wrapper {
  grid-template-columns:repeat(1,1fr)
}
}

.cs_team_details_content .cs_social_btns.cs_style_1 a {
width: 30px;
height: 30px
}

.cs_pricing_table.cs_style_1 {
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: center;
-ms-flex-align: center;
align-items: center
}

.cs_pricing_table.cs_style_1 .cs_pricing_info_wrapper {
width: 100%;
min-height: 630px;
-webkit-filter: drop-shadow(0px 10px 50px rgba(0,0,0,.08));
filter: drop-shadow(0px 10px 50px rgba(0,0,0,.08));
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: center;
-ms-flex-align: center;
align-items: center;
padding: 190px 40px 0;
margin-top: -150px;
position: relative;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}

@media (max-width: 1199px) {
.cs_pricing_table.cs_style_1 .cs_pricing_info_wrapper {
  background-color:var(--white-color);
  border-radius: 40px;
  border: 2px solid transparent
}
}

.cs_pricing_table.cs_style_1 .cs_pricing_info_wrapper svg {
position: absolute;
left: 50%;
top: 0;
-webkit-transform: translateX(-50%) scale(1);
transform: translate(-50%) scale(1);
-webkit-transition: all .4s ease;
transition: all .4s ease
}

@media (max-width: 991px) {
  .cs_counter.cs_style_1 .cs_counter_banner_wrapper {
      -webkit-transform:translateY(0px);
      transform: translateY(0)
  }
}

.cs_counter.cs_style_1 .cs_counter_banner {
  padding-left: 45%;
  position: absolute;
  top: -90px;
  right: 0
}

@media (max-width: 991px) {
  .cs_counter.cs_style_1 .cs_counter_banner {
      position:initial;
      padding-left: 0;
      margin-top: -170px
  }
}

.cs_counter.cs_style_1 .cs_counter_banner img {
  border: 20px solid var(--white-color)
}

@media (max-width: 991px) {
  .cs_counter.cs_style_1 .cs_counter_banner img {
      border-width:10px
  }
}

.cs_counter.cs_style_1 .cs_section_heading.cs_style_1 {
  position: relative;
  z-index: 1
}

.cs_newsletter.cs_style_1 .cs_newsletter_content_wrapper {
  padding: 40px;
  border: 30px solid var(--white-color);
  border-bottom: 0;
  min-height: 460px;
  margin-top: -140px;
  overflow: hidden;
}
.cs_newsletter.cs_style_1 .cs_newsletter_title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.cs_accent_bg {
  background-color: var(--accent-color);
}
.cs_newsletter.cs_style_1 .cs_newsletter_shape {
  top: 0;
  left: 0;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  opacity: .3;
}
.cs_newsletter.cs_style_1 .cs_form_field {
  background-color: transparent;
  outline: none;
  border: 1px solid var(--border-color);
  color: var(--white-color);
  background-image: url();
  border-radius: 0;
}
.cs_newsletter select.form-control:not([size]):not([multiple]) {
  height: calc(1.25rem + 19px);
  padding: 0.3rem;
}
.cs_newsletter .form-control, .form-select {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.cs_heading_color {
  color: var(--heading-color);
}
.cs_bold {
  font-weight: 700;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.scroll-image {
    width: 320px;
    height: 200px;
    border-radius: 10px;
    margin-right: 20px;
}
.cs_white_bg {
  background-color: var(--white-color)
}
.cs_white_bg {
  background-color: var(--white-color)
}
.cs_testimonial.cs_style_1 .cs_testimonial_thumbnail {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  -ms-flex: none;
  flex: none;
}
.cs_testimonial.cs_style_1:before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: var(--accent-color);
  position: absolute;
  left: 0;
  top: 0;
}
.cs_testimonial.cs_style_1 {
  padding: 33px 20px 33px 40px;
}
.slick-slide img {
  display: block;
}
.cs_testimonial.cs_style_1 .cs_quote_icon {
  top: 20px;
  width: 50px;
  height: 50px;
  right: 20px;
  opacity: .5;
}
.cs_testimonial.cs_style_1 .cs_testimonial_content {
  padding: 40px 25px;
  position: relative;
  z-index: 1;
}
.rating-area i {
  font-size: 16px;
  letter-spacing: 7px;
  color: #ffc131;
}
.cs_testimonial.cs_style_1 .cs_testimonial_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.position-relative {
  position: relative !important;
}
.cs_testimonial.cs_style_1 .cs_testimonial_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.bg-img-white {
  background: linear-gradient(149deg, #fffffff7 37.01%, #ffffffd1 77%), url(../assets/voluntee-CTwQdBOw.webp);
}
.bg-img-white2 {
  background: linear-gradient(149deg, #fffffff7 37.01%, #ffffffd1 77%), url(../assets/scholarships-BTzqRWOX.jpg);
}
.cs_newsletter .form-control {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 1.3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ecf1f5;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.cs_hero.cs_style_1 {
  min-height: 600px;
  height: calc(100vh - 140px);
  max-height: 600px;
  position: relative;
  padding: 80px 0;
}
.bi-geo-alt::before {
  content: "\f3c8";
  padding-bottom: 4px;
}
.bi-calendar-check::before {
  content: "\f1e2";
  padding-bottom: 5px;
}
.cs_newsletter.cs_style_1 .cs_form_field {
  background-color: transparent;
  outline: none;
  border: 1px solid var(--border-color);
  background-image: url();
  border-radius: 0;
  margin-bottom: 20px;
  font-family: 'Poppins';
  color: #fff;
}
.cs_newsletter_title .form-control .form-select{
  background-color: transparent;
  outline: none;
  border: 1px solid var(--border-color);
  background-image: url();
  border-radius: 0;
  margin-bottom: 20px;
  font-family: 'Poppins';
  color: #fff;
}
   ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

@media only screen and (max-width:992px){
  .header-style-two .header-upper {
  
    display: none!important;
}
.main-slider-two h1 {
 
  color: #081532!important;
  font-weight: 600;
  font-size: 33px !important;
}
.main-slider-two .title {
  position: relative;
  opacity: 0;
  font-weight: 700;
  transform: scaleY(0);
  transform-origin: top;
  color: #d90429;
}
.main-slider-two .image-layer:before {
  opacity: 1;
  background: rgb(2 0 34 / 0%);
}
.main-slider-two .image-layer:after {
 
  background: #ffffff00!important;
}
.main-header .nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 24px;
  line-height: 25px;
  padding-bottom: 25px !important;
  cursor: pointer;
  color: #000000;
  display: none;
  font-family: "Flaticon";
}
.mob-logo img {
  height: auto;
  margin-top: -16px;
  margin-left: 19px;
  width: 402px;
}
}

/* about */
.cs_sidebar_widget {
  padding: 20px;
}
.list-group .list-group-item .bi-bookmarks-fill {
  color: var(--accent-color);
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: var(--font-16);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}

@media (min-width: 1400px) {
  .cs_contact_info_grid {
      padding-right: 40px;
  }
}
.cs_iconbox.cs_style_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  gap: 20px;
}
@media (min-width: 1400px) {
  .cs_contact_info_grid {
      padding-right: 40px;
  }
}
.cs_heading_color {
  color: var(--heading-color);
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon {
  width: 60px;
  height: 60px;
  background: #ddd;
  font-size: 30px;
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
body, html {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.82em;
  font-weight: 400;
  overflow-x: clip;
}

.cs_card_info li{
  font-size: 17px;
}
.obj li{

    font-family: 'poppins';
    font-size: 18px;
    font-weight: 400;
    color: #202020;
    line-height: 35px;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
    background: #fff;
}

.cs_site_header.cs_style_1.cs_type_1 .cs_main_header .cs_btn.cs_style_1 {
    background-color: #fff;
    color: #000;
}
.cs_site_header.cs_style_1 .cs_main_header_right {
    display: flex;
    align-items: center;
    height: 100%;
}

.list-image li img {

    display: flex;
    width: 16px;
    height: 16px;
    position: relative;
    top: 6px;

}

.fs_30{
  font-size: 30px !important;
}
/* css alert box */
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}
.fs_18{
  font-size: 18px !important;
}
.fs_30{
  font-size: 30px !important;
}
.fs_36{
  font-size: 36px !important;
}

.list-style-three li {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    line-height: 30px;
    padding-left: 22px;
    font-size: var(--font-16);
    color: var(--color-eight);
    margin-bottom: 8px;
}

.list-style-three li:before {
    position: absolute;
    content: "\f197";
    left: 0px;
    font-size: 18px;
    top: 0px;
    font-weight: 700;
    color: #fa5601;
    font-family: "flaticon";
}

.list-style-one li {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    line-height: 30px;
    padding-left: 22px;
    font-size: var(--font-16);
    color: var(--color-eight);
    margin-bottom: 8px;
}

.list-style-one li:before {
    content: "\F135";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0em;
    font-size: 18px;
    font-weight: 700;
    color: #fa5601;
}
