/*============================================================================

   Template Name: Medidoc
   Template URL: https://www.oilytheme.net/demo/25/medidoc/html/
   Description: Medidoc is a premium, clean, modern, and fully responsive HTML5 template built for hospitals, clinics, dental care,pharmacies, veterinary services, and multipurpose healthcare centers.
   Version: 1.0
   Author: OilyTheme
   Author URL: https://themeforest.net/user/medidoc
   Support: https://themeforest.net/user/medidoc

==============================================================================



------------------------------------------------------------------------------
------- TABLE OF CONTENTS ----------------------------------------------------
------------------------------------------------------------------------------

   ----------------------------------------
   01. THEME CSS
   ----------------------------------------
      1.1 Theme Default
      1.2 Common Classes
      1.3 Default Spacing

   ----------------------------------------
   02. COMPONENTS CSS
   ----------------------------------------
      2.1 Reset Css
      2.2 Animation
      2.3 Plugins Css
      2.4 Back To Top
      2.5 Preloader
      2.6 Button
      2.7 Pagination
      2.8 Section Title
      2.9 Accordion
      2.10 Breadcrumb

   ----------------------------------------
   03. HEADER CSS
   ----------------------------------------
      3.1 Header 1
      3.2 Header 2
      3.3 Header 3
      3.4 Main Menu
      3.5 Mobile Menu

   ----------------------------------------
   04. BLOG CSS
   ----------------------------------------
      4.1 Postbox Css
      4.2 Sidebar Css
      4.3 Blog Details
      4.4 Blog 1
      4.5 Blog 2

   ----------------------------------------
   05. FOOTER CSS
   ----------------------------------------
      5.1 Footer 1
      5.2 Footer 2

   ----------------------------------------
   06. PAGES CSS
   ----------------------------------------
      6.1 About 1
      6.2 About 2
      6.3 About 3
      6.4 About 4
      6.5 Appointment 1
      6.6 Appointment 2
      6.7 Clients 1
      6.8 Clients 2
      6.9 Contact 1
      6.10 Counter Up 1
      6.11 Counter Up 2
      6.12 Counter Up 3
      6.13 Call To Action 1
      6.14 Call To Action 2
      6.15 Call To Action 3
      6.16 Call To Action 4
      6.17 Call To Action 5
      6.18 Doctors 1
      6.19 Doctors 2
      6.20 Error 404
      6.21 FAQ 1
      6.22 FAQ 2
      6.23 FAQ 3
      6.24 Feature 1
      6.25 Feature 2
      6.26 Feature 3
      6.27 Photo Gallery 1
      6.28 Hero 1
      6.29 Hero 2
      6.30 Intro Video 1
      6.31 Pricing 1
      6.32 Working Process 1
      6.33 Working Process 2
      6.34 Service 1
      6.35 Service 2
      6.36 Service 3
      6.37 Service Details
      6.38 Working Skill
      6.39 Slider 1
      6.40 Testimonial 1
      6.41 Testimonial 2
      6.42 Testimonial 3
      6.43 Who We Are 1
      6.44 Why Choose Us 1
      6.45 Why Choose Us 2

-----------------------------------------------------------------------------*/



/*======================================================|
=====| 1.1 Theme Default */
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");

:root {
  --display_font_family: Merriweather, serif;
  --primary_font_family: Arimo, sans-serif;
  --menu_shadow1: 0 8px 6px -9px #999;
  --menu_shadow2: 0 5px 5px -5px #000;
  --primary_color1: #0caba4;
  --primary_color_dark1: #098078;
  --primary_color_bg1: #ecf2fd;
  --secondary_color1: #79308f;
  --secondary_color_bg1: #e0fbff;
  --tertiary_color1: #05071c;
  --border_color1: #d0d6dd;
  --font_color1: #6e7276;
  --heading_color1: #2b2b2d;
  --sub_heading_color1: #85898d;
  --background1: #f7f9fb;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: var(--secondary_color1);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

i {
  font-style: normal;
}

figure {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

label {
  color: var(--font_color1);
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0 solid;
}

body {
  font-family: var(--primary_font_family);
  color: var(--font_color1);
  font-size: 17px;
}

p {
  font-family: var(--primary_font_family);
  font-weight: normal;
  color: var(--font_color1);
  line-height: 30px;
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--display_font_family);
  color: var(--heading_color1);
  font-weight: bold;
}

button {
  cursor: pointer;
}

button.button {
  background: transparent;
  border: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

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

::-webkit-input-placeholder {
  color: #555;
}

::-moz-placeholder {
  color: #555;
}

:-ms-input-placeholder {
  color: #555;
}

::-ms-input-placeholder {
  color: #555;
}

::placeholder {
  color: #555;
}

/*======================================================|
=====| 1.2 Common Classes */
.w_img img {
  width: 100%;
}

.m_img img {
  max-width: 100%;
}

.img_100 img {
  width: 100%;
  height: auto;
}

.f_left {
  float: left !important;
}

.f_right {
  float: right !important;
}

.fix {
  overflow: hidden !important;
}

.clear {
  clear: both;
}

.p_relative {
  position: relative;
}

.p_absolute {
  position: absolute;
}

.vh_100 {
  height: 100vh;
}

.hidden {
  display: none;
}

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

.comment-respond .comment-notes {
  margin-bottom: 30px;
}

.comment-respond .comment-reply-title {
  font-size: 28px;
  line-height: 36px;
  color: #2b2b2d;
  font-family: "Merriweather", serif;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.comment-respond #cancel-comment-reply-link {
  font-size: 17px;
  font-weight: bold;
  color: var(--primary_color1);
  display: inline-block;
  margin-left: 15px;
  font-style: italic;
  text-transform: capitalize;
}

.comment-respond .logged-in-as a {
  color: var(--primary_color1);
}

/*======================================================|
=====| 1.3 Default Spacing */
.content_box_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .content_box_120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

@media only screen and (max-width: 1199px) {
  .content_box_120_90 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_90 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

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

@media only screen and (max-width: 1199px) {
  .content_box_120_80 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_80 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

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

@media only screen and (max-width: 1199px) {
  .content_box_120_70 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_70 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

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

@media only screen and (max-width: 1199px) {
  .content_box_120_60 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_60 {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

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

@media only screen and (max-width: 1199px) {
  .content_box_120_50 {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_50 {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

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

@media only screen and (max-width: 1199px) {
  .content_box_120_40 {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_120_40 {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.content_box_pob_120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120 {
    padding-bottom: 80px;
  }
}

.content_box_pob_120_90 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_90 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120_90 {
    padding-bottom: 50px;
  }
}

.content_box_pob_120_80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_80 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120_80 {
    padding-bottom: 40px;
  }
}

.content_box_pob_120_70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_70 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120_70 {
    padding-bottom: 30px;
  }
}

.content_box_pob_120_60 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_60 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120_60 {
    padding-bottom: 20px;
  }
}

.content_box_pob_120_50 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_50 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pob_120_50 {
    padding-bottom: 10px;
  }
}

.content_box_pob_120_40 {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pob_120_40 {
    padding-bottom: 20px;
  }
}

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

.content_box_pot_120 {
  padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
  .content_box_pot_120 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_pot_120 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .mt_laptop1_50 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mt_tab1_50 {
    margin-top: 50px;
  }
}

/*======================================================|
=====| 2.1 Reset Css */
.container_m {
  position: static;
  max-width: 1194px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

@media only screen and (max-width: 1399px) {
  .container_m {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m {
    padding: 0px 15px;
  }
}

.container_l {
  position: static;
  max-width: 1344px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

@media only screen and (max-width: 1399px) {
  .container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_l {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .container_l {
    padding: 0px 15px;
  }
}

.container_m_30 {
  position: static;
  max-width: 1210px;
  padding: 0px 17px;
  margin: 0px auto;
  width: 100%;
}

.container_m_30.container_l {
  max-width: 1360px;
}

@media only screen and (max-width: 1399px) {
  .container_m_30.container_l {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_30.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_30 {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_30 {
    max-width: 1127px;
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_30 {
    padding: 0px 15px;
  }
}

.container_m_30 .col_padding {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1199px) {
  .container_m_30 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_m_40 {
  position: static;
  max-width: 1210px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

.container_m_40.container_l {
  max-width: 1360px;
}

@media only screen and (max-width: 1399px) {
  .container_m_40.container_l {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_40.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_40 {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_40 {
    max-width: 1127px;
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_40 {
    padding: 0px 15px;
  }
}

.container_m_40 .col_padding {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .container_m_40 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_m_50 {
  position: static;
  max-width: 1220px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

.container_m_50.container_l {
  max-width: 1370px;
}

@media only screen and (max-width: 1399px) {
  .container_m_50.container_l {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_50.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_50 {
    max-width: 1143px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_50 {
    max-width: 1127px;
    padding: 0px 27px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_50 {
    padding: 0px 15px;
  }
}

.container_m_50 .col_padding {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 1399px) {
  .container_m_50 .col_padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_50 .col_padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_50 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_m_60 {
  position: static;
  max-width: 1230px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

.container_m_60.container_l {
  max-width: 1380px;
}

@media only screen and (max-width: 1399px) {
  .container_m_60.container_l {
    max-width: 1153px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_60.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_60 {
    max-width: 1153px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_60 {
    max-width: 1127px;
    padding: 0px 22px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_60 {
    padding: 0px 15px;
  }
}

.container_m_60 .col_padding {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1399px) {
  .container_m_60 .col_padding {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_60 .col_padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_60 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_m_70 {
  position: static;
  max-width: 1240px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

.container_m_70.container_l {
  max-width: 1390px;
}

@media only screen and (max-width: 1399px) {
  .container_m_70.container_l {
    max-width: 1163px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_70.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_70 {
    max-width: 1163px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_70 {
    max-width: 1127px;
    padding: 0px 17px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_70 {
    padding: 0px 15px;
  }
}

.container_m_70 .col_padding {
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width: 1399px) {
  .container_m_70 .col_padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_70 .col_padding {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_70 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_m_80 {
  position: static;
  max-width: 1250px;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

.container_m_80.container_l {
  max-width: 1399px;
}

@media only screen and (max-width: 1399px) {
  .container_m_80.container_l {
    max-width: 1163px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_80.container_l {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1399px) {
  .container_m_80 {
    max-width: 1163px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_80 {
    max-width: 1127px;
    padding: 0px 17px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_80 {
    padding: 0px 15px;
  }
}

.container_m_80 .col_padding {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1399px) {
  .container_m_80 .col_padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .container_m_80 .col_padding {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .container_m_80 .col_padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_xl_fluid {
  position: static;
  max-width: 100%;
  padding: 0px 12px;
  margin: 0px auto;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .container_xl_fluid {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .container_xl_fluid {
    padding: 0px 15px;
  }
}

/*======================================================|
=====| 2.2 Animation */
@-webkit-keyframes radial_pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }

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

@keyframes radial_pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }

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

@-webkit-keyframes circling1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circling1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circling2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes circling2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes sliderInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes sliderInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.sliderInDown {
  -webkit-animation-name: sliderInDown;
  animation-name: sliderInDown;
}

@-webkit-keyframes sliderOutDown {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes sliderOutDown {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.sliderOutDown {
  -webkit-animation-name: sliderOutDown;
  animation-name: sliderOutDown;
}

@-webkit-keyframes fadeInDown_2 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

@keyframes fadeInDown_2 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

.fadeInDown_2 {
  -webkit-animation-name: fadeInDown_2;
  animation-name: fadeInDown_2;
}

@-webkit-keyframes fadeInLeft_2 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft_2 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

.fadeInLeft_2 {
  -webkit-animation-name: fadeInLeft_2;
  animation-name: fadeInLeft_2;
}

@-webkit-keyframes fadeInRight_2 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

@keyframes fadeInRight_2 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

.fadeInRight_2 {
  -webkit-animation-name: fadeInRight_2;
  animation-name: fadeInRight_2;
}

@-webkit-keyframes fadeInUp_2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

@keyframes fadeInUp_2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
  }
}

.fadeInUp_2 {
  -webkit-animation-name: fadeInUp_2;
  animation-name: fadeInUp_2;
}

@-webkit-keyframes fadeOutDown_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown_2 {
  -webkit-animation-name: fadeOutDown_2;
  animation-name: fadeOutDown_2;
}

@-webkit-keyframes fadeOutLeft_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft_2 {
  -webkit-animation-name: fadeOutLeft_2;
  animation-name: fadeOutLeft_2;
}

@-webkit-keyframes fadeOutRight_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight_2 {
  -webkit-animation-name: fadeOutRight_2;
  animation-name: fadeOutRight_2;
}

@-webkit-keyframes fadeOutUp_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp_2 {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp_2 {
  -webkit-animation-name: fadeOutUp_2;
  animation-name: fadeOutUp_2;
}

/*======================================================|
=====| 2.3 Plugins Css */
.nice-select {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #ddd;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: var(--primary_color1);
}

#amount_shop {
  border: 0px;
  color: var(--heading_color1);
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .header__menu {
    min-height: 75px;
  }
}

.header__menu-wrapper {
  position: relative;
}

.header .menu_sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 1010;
  -webkit-box-shadow: 0 10px 15px -10px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px -10px rgba(25, 25, 25, 0.1);
}

@media only screen and (max-width: 991px) {
  .header .menu_sticky {
    background: #fff;
  }
}

.mapouter {
  position: relative;
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 991px) {
  .mapouter {
    height: 500px;
  }
}

@media only screen and (max-width: 575px) {
  .mapouter {
    height: 400px;
  }
}

.mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}

.mapouter .gmap_canvas iframe {
  width: 100%;
  height: 100%;
  border: 0px;
  overflow: hidden;
  margin: 0px;
}

.video_popup1 {
  position: absolute;
}

.video_popup1 a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 115px;
  padding-left: 4px;
  border-radius: 100%;
  text-align: center;
  background-color: #fff;
  -webkit-animation: radial_pulse1 2.5s infinite;
  animation: radial_pulse1 2.5s infinite;
  color: var(--primary_color1);
  font-size: 30px;
}

@media only screen and (max-width: 575px) {
  .video_popup1 a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
  }
}

.quote1 {
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 50px 45px;
  border-radius: 20px;
  border-left: 3px solid var(--primary_color1);
}

@media only screen and (max-width: 479px) {
  .quote1 {
    padding: 30px;
  }
}

.quote1 i {
  font-size: 40px;
  color: var(--primary_color1);
  display: inline-block;
  margin-bottom: 6px;
}

.quote1 blockquote,
.quote1 p {
  font-family: "Merriweather", serif;
  color: #2b2b2d;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 0px;
  display: block;
}

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

  .quote1 blockquote,
  .quote1 p {
    font-size: 20px;
    line-height: 30px;
  }
}

.quote1__info {
  font-size: 17px;
  color: #85898d;
  line-height: 30px;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  margin-top: 10px;
  display: inline-block;
  font-family: "Arimo", sans-serif;
}

.quote1__info:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #85898d;
  top: 14px;
  left: 0px;
}

.form-control {
  margin-bottom: 24px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 30px;
  padding: 14px 20px;
  color: #6e7276;
}

.form-control::-webkit-input-placeholder {
  color: #85898d;
}

.form-control::-moz-placeholder {
  color: #85898d;
}

.form-control:-ms-input-placeholder {
  color: #85898d;
}

.form-control::-ms-input-placeholder {
  color: #85898d;
}

.form-control::placeholder {
  color: #85898d;
}

.form-control:focus {
  color: #6e7276;
  border-color: rgba(19, 93, 232, 0.6);
  -webkit-box-shadow: 0 0 0 0.15rem rgba(19, 93, 232, 0.25);
  box-shadow: 0 0 0 0.15rem rgba(19, 93, 232, 0.25);
}

.biography1 {
  border: 1px solid #d0d6dd;
  position: relative;
  padding: 50px;
}

@media only screen and (max-width: 575px) {
  .biography1 {
    padding: 30px;
  }
}

.biography1__thumb {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50px;
  top: 50px;
}

@media only screen and (max-width: 575px) {
  .biography1__thumb {
    position: relative;
    left: 0px;
    top: 0px;
  }
}

.biography1__thumb img {
  width: 100%;
  height: auto;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.biography1__shape {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .biography1__shape {
    display: none;
  }
}

.biography1__shape img {
  width: 100%;
  height: auto;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.biography1__content {
  padding-left: 130px;
}

@media only screen and (max-width: 575px) {
  .biography1__content {
    padding-left: 0px;
    padding-top: 30px;
  }
}

.biography1__content h4 {
  font-size: 20px;
  line-height: 30px;
  color: #2b2b2d;
  font-weight: bold;
  margin-bottom: 2px;
}

.biography1__content h4 a {
  color: #2b2b2d;
}

.biography1__content h4 a:hover {
  color: #2b2b2d;
}

.biography1__content span {
  font-size: 15px;
  line-height: 30px;
  font-family: "Arimo", sans-serif;
  color: #85898d;
  display: block;
  margin-bottom: 12px;
}

.biography1__content ul li {
  display: inline-block;
}

.biography1__content ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  color: #6e7276;
  border: 1px solid #d0d6dd;
  border-radius: 5px;
  margin: 0px 2px;
}

.biography1__content ul li a:hover {
  background-color: var(--primary_color1);
  border: 1px solid var(--primary_color1);
  color: #fff;
}

/*======================================================|
=====| 2.4 Back To Top */
.scrollToTop {
  position: fixed;
  display: none;
  bottom: 50px;
  right: 35px;
  z-index: 5000;
  color: #fff;
  background: #222;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  font-size: 18px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1199px) {
  .scrollToTop {
    bottom: 30px;
    right: 30px;
  }
}

.scrollToTop:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scrollToTop:hover {
  color: #fff;
  background: var(--primary_color1);
}

@media only screen and (max-width: 767px) {
  .scrollToTop {
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

/*======================================================|
=====| 2.5 Preloader */
.preloader__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.preloader__spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  border-left-color: #000000;
  border-right-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media only screen and (max-width: 767px) {
  .preloader__spinner {
    height: 8em;
    width: 8em;
  }
}

@media only screen and (max-width: 575px) {
  .preloader__spinner {
    height: 7em;
    width: 7em;
  }
}

.preloader__txt {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .preloader__txt {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}

@media only screen and (max-width: 575px) {
  .preloader__txt {
    font: bold 2em "Montserrat", sans-serif;
  }
}

.preloader__txt .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.preloader__txt .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.preloader__txt .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader__txt .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader__txt .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader__txt .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader__txt .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.preloader__txt .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.preloader__txt .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.preloader__txt .letters-loading:nth-child(9):before {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.preloader__txt .letters-loading:nth-child(10):before {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.preloader__txt .letters-loading:nth-child(11):before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.preloader__txt .letters-loading:nth-child(12):before {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.preloader__txt .letters-loading:nth-child(13):before {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.preloader__txt .letters-loading:nth-child(14):before {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.preloader__txt .letters-loading:nth-child(15):before {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.preloader__txt .letters-loading:nth-child(16):before {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/*======================================================|
=====| 2.6 Button */
.btn1 {
  background-color: var(--primary_color1);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 14px 40px;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
}

.btn1 svg {
  width: 22px;
  margin-left: 3px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn1:hover {
  border: none;
  background-color: #05071c;
  color: #fff;
}

.btn2 {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 12px 40px;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
}

.btn2 svg {
  width: 22px;
  margin-left: 3px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn2:hover {
  border: 2px solid var(--primary_color1);
  background-color: var(--primary_color1);
  color: #fff;
}

.btn3 {
  background-color: var(--primary_color1);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 14px 60px;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
  border-radius: 35px;
}

.btn3 svg {
  width: 22px;
  margin-left: 3px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn3:hover {
  border: none;
  background-color: #05071c;
  color: #fff;
}

.btn4 {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 14px 49px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
  border-radius: 35px;
}

.btn4 svg {
  width: 20px;
  margin-left: 2px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.btn4:hover {
  border: 1px solid var(--primary_color1);
  background-color: var(--primary_color1);
  color: #fff;
}

.btn5 {
  background-color: transparent;
  color: #2b2b2d;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 14px 40px;
  border: 1px solid #d0d6dd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
  border-radius: 35px;
  width: 100%;
  text-align: center;
}

.btn5 i {
  color: var(--primary_color1);
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn5:hover {
  border: 1px solid var(--primary_color1);
  background-color: var(--primary_color1);
  color: #fff;
}

.btn5:hover i {
  color: #fff;
}

.section_btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #2b2b2d;
  text-transform: capitalize;
  padding: 14px 150px;
  display: inline-block;
  border: 1px solid #2b2b2d;
}

@media only screen and (max-width: 640px) {
  .section_btn {
    padding: 14px 100px;
  }
}

@media only screen and (max-width: 479px) {
  .section_btn {
    padding: 14px 50px;
  }
}

@media only screen and (max-width: 400px) {
  .section_btn {
    padding: 14px 30px;
  }
}

.section_btn:hover {
  background-color: #2b2b2d;
  color: #fff;
  border: 1px solid #2b2b2d;
}

.circle_btn {
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 150px;
  border: 1px solid #d0d6dd;
  border-radius: 100%;
  color: #85898d;
}

.circle_btn span {
  line-height: 25px;
  padding: 0px 25px;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.circle_btn:hover {
  border: 1px solid #2b2b2d;
  background-color: #2b2b2d;
  color: #fff;
}

.circle_btn:hover span {
  color: #fff;
}

/*======================================================|
=====| 2.7 Pagination */
.pagination_w1 nav ul li {
  display: inline-block;
}

.pagination_w1 nav ul li:not(:last-child) {
  margin-right: 8px;
}

.pagination_w1 nav ul li span,
.pagination_w1 nav ul li a {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  color: #6e7276;
  background-color: #f7f9fb;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination_w1 nav ul li span:hover,
.pagination_w1 nav ul li a:hover {
  background-color: var(--primary_color1);
  color: #fff;
}

.pagination_w1 nav ul li .current {
  background-color: var(--primary_color1);
  color: #fff;
}

/*======================================================|
=====| 2.8 Section Title */
.heading1__subtitle {
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  font-family: "Arimo", sans-serif;
  color: #85898d;
  letter-spacing: 1px;
}

.heading1__title {
  font-size: 55px;
  line-height: 65px;
  font-weight: bold;
  text-transform: capitalize;
  color: #2b2b2d;
}

@media only screen and (max-width: 767px) {
  .heading1__title {
    font-size: 45px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 479px) {
  .heading1__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.heading1__title span {
  color: var(--primary_color1);
}

.heading1__description {
  margin-top: 20px;
}

/*======================================================|
=====| 2.9 Accordion */
.accordion1 {
  width: 100%;
}

.accordion1 .accordion .accordion-item {
  margin-bottom: 10px;
  border-color: #d0d6dd;
  border-top: 1px solid #d0d6dd;
}

.accordion1 .accordion .accordion-header {
  position: relative;
}

.accordion1 .accordion .accordion-header .accordion-button {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  text-transform: uppercase;
  color: #2b2b2d;
  padding: 21px 35px 19px 35px;
}

@media only screen and (max-width: 479px) {
  .accordion1 .accordion .accordion-header .accordion-button {
    padding: 21px 20px 19px 20px;
  }
}

.accordion1 .accordion .accordion-header .accordion-button:after {
  display: none;
}

.accordion1 .accordion .accordion-header .accordion-button span {
  width: 100%;
  position: relative;
  padding-right: 50px;
}

.accordion1 .accordion .accordion-header .accordion-button span:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* For solid icons */
  content: "\f078";
  top: -7px;
  right: 0px;
  width: 44px;
  height: 44px;
  background-color: #ecf2fd;
  text-align: center;
  line-height: 44px;
  border-radius: 100%;
  font-size: 18px;
  color: #2b2b2d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion1 .accordion .accordion-header .accordion-button:not(.collapsed) span:before {
  background-color: var(--primary_color1);
  color: #fff;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion1 .accordion .accordion-body {
  padding: 0px 35px 7px 35px;
}

@media only screen and (max-width: 479px) {
  .accordion1 .accordion .accordion-body {
    padding: 0px 20px 7px 20px;
  }
}

.accordion1 .accordion-button:not(.collapsed) {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion1 .accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion1 .accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion1 .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*======================================================|
=====| 2.10 Breadcrumb */
.breadcrumb1 {
  background-color: #d0d6dd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb1__padding {
  padding: 130px 0px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb1__padding {
    padding: 100px 0px;
  }
}

.breadcrumb1__list {
  display: inline-block;
  border: 1px solid #fff;
  padding: 16px 50px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb1__list {
    padding: 12px 35px;
  }
}

@media only screen and (max-width: 575px) {
  .breadcrumb1__list {
    padding: 12px 25px;
  }
}

.breadcrumb1__list>span {
  position: relative;
}

.breadcrumb1__list>span:not(:last-child) {
  margin-right: 45px;
}

.breadcrumb1__list>span:not(:last-child):after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* For solid icons */
  top: 1px;
  right: -28px;
  font-size: 15px;
}

.breadcrumb1__list>span>a {
  color: #fff;
}

.breadcrumb1__list>span>a:hover {
  color: #fff;
}

.breadcrumb1__list span {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
}

.breadcrumb1__title {
  font-size: 75px;
  line-height: 95px;
  font-weight: bold;
  color: #fff;
  font-family: "Merriweather", serif;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1699px) {
  .breadcrumb1__title {
    font-size: 60px;
    line-height: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .breadcrumb1__title {
    font-size: 45px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .breadcrumb1__title {
    font-size: 40px;
    line-height: 50px;
  }
}

/*======================================================|
=====| 3.1 Header 1 */
.home1.header {
  position: relative;
}

.home1.header .header__top1 {
  background-color: var(--primary_color_bg1);
  height: 45px;
  padding-left: 350px;
}

@media only screen and (max-width: 1799px) {
  .home1.header .header__top1 {
    padding-left: 320px;
  }
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__top1 {
    padding-left: 220px;
  }
}

@media only screen and (max-width: 991px) {
  .home1.header .header__top1 {
    padding-left: 0px;
  }
}

.home1.header .header__top1 .header__top1__left {
  padding-top: 9px;
}

@media only screen and (max-width: 767px) {
  .home1.header .header__top1 .header__top1__left {
    text-align: center;
  }
}

.home1.header .header__top1 .header__top1__left ul li {
  display: inline-block;
}

@media only screen and (max-width: 1799px) {
  .home1.header .header__top1 .header__top1__left ul li:first-child {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .home1.header .header__top1 .header__top1__left ul li:last-child {
    display: none;
  }
}

.home1.header .header__top1 .header__top1__left ul li i {
  display: inline-block;
  font-size: 15px;
  color: var(--primary_color1);
  margin-right: 5px;
}

.home1.header .header__top1 .header__top1__left ul li span {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
}

.home1.header .header__top1 .header__top1__left ul li:not(:last-child) {
  margin-right: 25px;
}

.home1.header .header__top1 .header__top1__right {
  padding-right: 50px;
  padding-top: 9px;
}

@media only screen and (max-width: 1199px) {
  .home1.header .header__top1 .header__top1__right {
    padding-right: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .home1.header .header__top1 .header__top1__right {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .home1.header .header__top1 .header__top1__right {
    display: none;
  }
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__top1 .header__top1__right .header__top1__right--soc {
    display: none;
  }
}

.home1.header .header__top1 .header__top1__right .header__top1__right--soc ul li {
  display: inline-block;
}

.home1.header .header__top1 .header__top1__right .header__top1__right--soc ul li a {
  display: inline-block;
  color: var(--heading_color1);
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.home1.header .header__top1 .header__top1__right .header__top1__right--soc ul li a:hover {
  color: #fff;
  background-color: var(--primary_color1);
}

.home1.header .header__top1 .header__top1__right .header__top1__right--soc ul li:not(:last-child) {
  margin-right: 6px;
}

.home1.header .header__top1 .header__top1__right .header__top1__right--links {
  margin-left: 80px;
}

.home1.header .header__top1 .header__top1__right .header__top1__right--links ul li {
  display: inline-block;
}

.home1.header .header__top1 .header__top1__right .header__top1__right--links ul li a {
  display: inline-block;
  color: var(--font_color1);
  font-size: 15px;
}

.home1.header .header__top1 .header__top1__right .header__top1__right--links ul li a:hover {
  color: var(--heading_color1);
}

.home1.header .header__top1 .header__top1__right .header__top1__right--links ul li:not(:last-child) {
  margin-right: 35px;
  position: relative;
}

.home1.header .header__top1 .header__top1__right .header__top1__right--links ul li:not(:last-child):before {
  position: absolute;
  content: "/";
  right: -22px;
  top: 1px;
  color: var(--border_color1);
}

.home1.header .header__menu .header__menu-outer {
  min-height: 85px;
}

@media only screen and (max-width: 991px) {
  .home1.header .header__menu .header__menu-outer {
    padding: 26px 0px;
  }
}

.home1.header .header__menu .header__logo {
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: -45px;
  width: 300px;
  height: 130px;
  text-align: center;
  line-height: 130px;
  z-index: 1000;
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__menu .header__logo {
    width: 200px;
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .home1.header .header__menu .header__logo {
    position: static;
    height: auto;
    line-height: normal;
    text-align: start;
  }
}

.home1.header .header__menu .header__logo:after {
  position: absolute;
  content: " ";
  width: 2px;
  height: 85px;
  background-color: var(--primary_color_bg1);
  z-index: 2000;
  right: -2px;
  top: 45px;
}

@media only screen and (max-width: 991px) {
  .home1.header .header__menu .header__logo:after {
    display: none;
  }
}

.home1.header .header__menu .header__logo:before {
  position: absolute;
  content: " ";
  right: -11px;
  top: 81px;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-left: 9px solid var(--primary_color_bg1);
  border-bottom: 7px solid transparent;
}

@media only screen and (max-width: 991px) {
  .home1.header .header__menu .header__logo:before {
    display: none;
  }
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__menu .menu_sticky .header__logo:before {
    display: none;
  }
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__menu .menu_sticky .header__logo:after {
    display: none;
  }
}

.home1.header .header__menu .menu_sticky .header__logo a {
  display: inline-block;
  margin-top: 20px;
}

.home1.header .header__menu .main-menu {
  margin-left: 331px;
}

@media only screen and (max-width: 1799px) {
  .home1.header .header__menu .main-menu {
    margin-left: 308px;
  }
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__menu .main-menu {
    margin-left: 210px;
  }
}

@media only screen and (max-width: 991px) {
  .home1.header .header__menu .main-menu {
    height: auto;
    margin-left: 0px;
  }
}

.home1.header .header__menu .main-menu nav>ul>li {
  display: inline-block;
}

.home1.header .header__menu .main-menu nav>ul>li>a {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: var(--font_color1);
  padding: 30px 19px 29px;
}

.home1.header .header__menu .main-menu nav>ul>li>a:hover {
  color: var(--heading_color1);
}

@media only screen and (max-width: 1799px) {
  .home1.header .header__menu .main-menu nav>ul>li>a {
    padding: 30px 12px 29px;
  }
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__menu .main-menu nav>ul>li>a {
    padding: 30px 10px 29px;
  }
}

.home1.header .header__menu .main-menu nav>ul>li.active>a {
  color: var(--heading_color1);
}

.home1.header .header__menu .header__side-nav ul li {
  display: inline-block;
}

.home1.header .header__menu .header__side-nav .openTime {
  margin-right: 75px;
  position: relative;
  padding-top: 14px;
  top: 10px;
}

@media only screen and (max-width: 1699px) {
  .home1.header .header__menu .header__side-nav .openTime {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__menu .header__side-nav .openTime {
    display: none;
  }
}

.home1.header .header__menu .header__side-nav .openTime .openTime__body {
  position: relative;
}

.home1.header .header__menu .header__side-nav .openTime .openTime__body img {
  position: absolute;
}

.home1.header .header__menu .header__side-nav .openTime .openTime__text {
  padding-left: 41px;
}

.home1.header .header__menu .header__side-nav .openTime .openTime__text h5 {
  margin-bottom: 3px;
  font-family: "Arimo", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2b2b2d;
  text-transform: uppercase;
}

.home1.header .header__menu .header__side-nav .openTime .openTime__text p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1;
}

.home1.header .header__menu .header__side-nav .search_box_container {
  position: relative;
  padding-top: 14px;
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__menu .header__side-nav .search_box_container {
    padding-top: 0px;
  }
}

.home1.header .header__menu .header__side-nav .search_box_container:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background-color: var(--border_color1);
  top: 7px;
  left: -40px;
}

@media only screen and (max-width: 1799px) {
  .home1.header .header__menu .header__side-nav .search_box_container:before {
    display: none;
  }
}

.home1.header .header__menu .header__side-nav .search_box_container button.search_btn {
  display: inline-block;
  margin-right: 34px;
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__menu .header__side-nav .search_box_container button.search_btn {
    margin-top: 29px;
  }
}

@media only screen and (max-width: 1199px) {
  .home1.header .header__menu .header__side-nav .search_box_container button.search_btn {
    margin-right: 10px;
  }
}

.home1.header .header__menu .header__side-nav .search_box_container .search_form {
  display: inline-block;
  width: 400px;
  position: absolute;
  top: 100px;
  right: -5px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
  padding: 40px 30px;
  z-index: 100;
  background-color: #fff;
  border-top: 3px solid var(--primary_color1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__menu .header__side-nav .search_box_container .search_form {
    top: 120px;
  }
}

.home1.header .header__menu .header__side-nav .search_box_container .search_form.search_form_toggle {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 69px;
}

@media only screen and (max-width: 1399px) {
  .home1.header .header__menu .header__side-nav .search_box_container .search_form.search_form_toggle {
    top: 85px;
  }
}

.home1.header .header__menu .header__side-nav .search_box_container .search_form form {
  position: relative;
}

.home1.header .header__menu .header__side-nav .search_box_container .search_form form input {
  width: 100%;
  border: 1px solid var(--border_color1);
  padding: 10px 45px 10px 15px;
}

.home1.header .header__menu .header__side-nav .search_box_container .search_form form button {
  border: none;
  background: none;
  position: absolute;
  right: 15px;
  top: 10px;
  color: var(--font_color1);
}

@media only screen and (max-width: 1199px) {
  .home1.header .header__menu .header__side-nav .appointment_btn {
    display: none;
  }
}

.home1.header .header__menu .header__side-nav .appointment_btn a {
  display: inline-block;
  background-color: var(--primary_color1);
  color: #fff;
  padding: 30px 51px 29px 63px;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1699px) {
  .home1.header .header__menu .header__side-nav .appointment_btn a {
    padding: 14px 28px 14px 25px;
  }
}

.home1.header .header__menu .header__side-nav .appointment_btn a:hover {
  background-color: #1153d0;
}

.home1.header .header__menu .header__side-nav .appointment_btn a:hover:before {
  background-color: #1153d0;
}

.home1.header .header__menu .header__side-nav .appointment_btn a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 85px;
  background-color: var(--primary_color1);
  top: 0px;
  right: -12px;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1699px) {
  .home1.header .header__menu .header__side-nav .appointment_btn a:before {
    display: none;
  }
}

.home1.header .header__menu .header__side-nav .appointment_btn a img {
  margin-right: 5px;
  margin-top: -3px;
}

.home1.header .mean-container .mean-bar {
  top: 0px;
  height: 77px;
}

.home1.header .mean-container a.meanmenu-reveal {
  top: 0px;
}

.home1.header .mean-container .mean-nav {
  margin-top: 65px;
}

.header__top1__left ul li a {
  color: inherit;
}

.header__menu#active .header__logo {
  height: 85px;
  line-height: 85px;
  top: 0px;
}

.header__menu#active .header__logo:before {
  display: none;
}

.header__menu#active .header__logo:after {
  display: none;
}

.header__menu#active .header__menu-outer {
  padding: 0px 0px;
}

@media only screen and (max-width: 991px) {
  .header__menu#active .header__menu-outer {
    padding: 5px 0px;
  }
}

/*======================================================|
=====| 3.2 Header 2 */
.home2.header .header__top2 {
  border-bottom: 1px solid #d0d6dd;
  padding: 12px 0px;
}

@media only screen and (max-width: 991px) {
  .home2.header .header__top2 .header__top2_service {
    display: none;
  }
}

.home2.header .header__top2 .header__top2_service p {
  font-size: 15px;
  line-height: 25px;
  font-family: "Arimo", sans-serif;
  color: #6e7276;
}

.home2.header .header__top2 .header__top2_service p a {
  color: var(--primary_color1);
}

.home2.header .header__top2 .header__top2_info ul li {
  display: inline-block;
}

.home2.header .header__top2 .header__top2_info ul li:not(:last-child) {
  margin-right: 35px;
}

@media only screen and (max-width: 575px) {
  .home2.header .header__top2 .header__top2_info ul li:not(:last-child) {
    display: none;
  }
}

.home2.header .header__top2 .header__top2_info ul li .header__top2_info_item img {
  width: 20px;
  height: auto;
}

.home2.header .header__top2 .header__top2_info ul li .header__top2_info_item span {
  font-size: 15px;
  line-height: 25px;
  font-family: "Arimo", sans-serif;
  color: #6e7276;
  margin-left: 5px;
}

.home2.header .header__menu-outer {
  min-height: 108px;
}

@media only screen and (max-width: 991px) {
  .home2.header .header__menu-outer {
    min-height: auto;
    padding: 21px 0px;
  }
}

.home2.header .header__menu-outer .header__logo {
  position: relative;
  top: 27px;
}

@media only screen and (max-width: 991px) {
  .home2.header .header__menu-outer .header__logo {
    top: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .home2.header .header__menu-outer .header__logo {
    max-width: 180px;
  }
}

.home2.header .header__menu-outer .appointment_btn {
  margin-left: 60px;
  position: relative;
  top: 29px;
}

@media only screen and (max-width: 1199px) {
  .home2.header .header__menu-outer .appointment_btn {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .home2.header .header__menu-outer .appointment_btn {
    display: none;
  }
}

.home2.header .header__menu-outer .appointment_btn .btn1 {
  padding: 10px 40px;
}

.home2.header .mean-container .mean-bar {
  top: 0px;
}

@media only screen and (max-width: 400px) {
  .home2.header .mean-container .mean-bar {
    top: -6px;
  }
}

.home2.header .mean-container a.meanmenu-reveal {
  top: 0px;
}

.home2.header .mean-container .mean-nav {
  margin-top: 65px;
}

@media only screen and (max-width: 400px) {
  .home2.header .mean-container .mean-nav {
    margin-top: 59px;
  }
}

.home2.header .main-menu nav>ul>li {
  display: inline-block;
}

.home2.header .main-menu nav>ul>li>a {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: var(--font_color1);
  padding: 41px 0px 41px 40px;
}

@media only screen and (max-width: 1199px) {
  .home2.header .main-menu nav>ul>li>a {
    padding: 41px 0px 41px 30px;
  }
}

.home2.header .main-menu nav>ul>li>a:hover {
  color: var(--heading_color1);
}

.home2.header .main-menu nav>ul>li.active>a {
  color: var(--heading_color1);
}

/*======================================================|
=====| 3.3 Header 3 */
.home3.header {
  background-color: #1B1E23;
}

.home3.header .header__top3 {
  padding: 9px 48px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .home3.header .header__top3 {
    padding: 9px 0px;
  }
}

.home3.header .header__top3:before {
  position: absolute;
  content: "";
  left: 48px;
  bottom: 0px;
  width: calc(100% - 96px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 991px) {
  .home3.header .header__top3:before {
    left: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .home3.header .header__top3 .header__top3_left {
    display: none;
  }
}

.home3.header .header__top3 .header__top3_left p {
  font-size: 17px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.home3.header .header__top3 .header__top3_right ul li {
  display: inline-block;
}

.home3.header .header__top3 .header__top3_right ul li:not(:first-child) {
  margin-left: 50px;
}

@media only screen and (max-width: 1399px) {
  .home3.header .header__top3 .header__top3_right ul li:not(:first-child) {
    margin-left: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .home3.header .header__top3 .header__top3_right ul li:not(:first-child) {
    margin: 0px 15px;
  }
}

.home3.header .header__top3 .header__top3_right ul li p {
  font-size: 17px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.home3.header .header__menu-wrapper {
  background-color: #1B1E23;
}

.home3.header .header__menu .header__menu-outer {
  padding: 0px 48px;
}

@media only screen and (max-width: 991px) {
  .home3.header .header__menu .header__menu-outer {
    padding: 21px 0px;
  }
}

.home3.header .header__menu .header__menu-outer .main-menu>nav>ul>li {
  display: inline-block;
}

.home3.header .header__menu .header__menu-outer .main-menu>nav>ul>li>a {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  padding: 36px 20px;
}

@media only screen and (max-width: 1399px) {
  .home3.header .header__menu .header__menu-outer .main-menu>nav>ul>li>a {
    padding: 36px 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .home3.header .header__menu .header__menu-outer .main-menu>nav>ul>li>a {
    padding: 36px 0px 36px 32px;
  }
}

.home3.header .header__menu .header__side-nav {
  margin-top: 22px;
}

@media only screen and (max-width: 1199px) {
  .home3.header .header__menu .header__side-nav {
    display: none;
  }
}

.home3.header .mean-container .mean-bar {
  top: 0px;
}

.home3.header .mean-container a.meanmenu-reveal {
  top: 0px;
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.home3.header .mean-container a.meanmenu-reveal span {
  background: rgba(255, 255, 255, 0.7);
}

.home3.header .mean-container a.meanmenu-reveal span:before {
  background: rgba(255, 255, 255, 0.7);
}

.home3.header .mean-container a.meanmenu-reveal span:after {
  background: rgba(255, 255, 255, 0.7);
}

.home3.header .mean-container .mean-nav {
  margin-top: 65px;
}

/*======================================================|
=====| 3.4 Main Menu */
@media only screen and (min-width: 992px) {
  .main-menu nav ul li {
    position: relative;
  }

  .main-menu nav ul li:hover>a {
    color: var(--primary_color1);
  }

  .main-menu nav ul li.active>a {
    color: var(--heading_color1);
  }

  .main-menu nav ul li.active>a:hover {
    color: var(--primary_color1);
  }

  .main-menu nav ul li ul {
    position: absolute;
    left: 0px;
    width: 250px;
    text-align: left;
    background: #fff;
    z-index: 900;
    border-top: 3px solid var(--primary_color1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 17px 0px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    top: calc(100% + 30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1699px) {
  .main-menu nav ul li ul {
    width: 230px;
  }
}

@media only screen and (min-width: 992px) {
  .main-menu nav ul li ul li {
    position: relative;
  }

  .main-menu nav ul li ul li ul {
    position: absolute;
    left: 250px;
    top: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1699px) {
  .main-menu nav ul li ul li ul {
    left: 230px;
  }
}

@media only screen and (min-width: 992px) {
  .main-menu nav ul li ul li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0px;
  }

  .main-menu nav ul li ul li a {
    font-weight: 500;
    padding: 6px 28px;
    display: block;
    font-size: 17px;
    color: #666;
  }

  .main-menu nav ul li ul li:hover>a {
    color: var(--primary_color1);
  }

  .main-menu nav ul li ul li.dropdown_menu_parent>a {
    position: relative;
  }

  .main-menu nav ul li ul li.dropdown_menu_parent>a:before {
    position: absolute;
    content: "\f054";
    right: 28px;
    top: 9px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* For solid icons */
    font-size: 13px;
  }

  .main-menu nav ul li:hover>ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
}

/*======================================================|
=====| 3.5 Mobile Menu */
a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: transparent;
  padding: 4px 0;
  min-height: 42px;
  z-index: 4000;
}

.mean-container a.meanmenu-reveal {
  border: 1px solid #2b2b2b;
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-right: 15px;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #2b2b2b;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 53px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 13px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 13px 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 13px 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 13px 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 13px 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 6px 11px;
  text-align: center;
  position: absolute;
  line-height: 34px;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.mobile-menu {
  position: absolute;
  right: 0px;
  width: 100%;
  top: 24px;
}

.mean-container a.meanmenu-reveal span span {
  display: none;
}

.mean-container a.meanmenu-reveal span span span {
  display: none;
}

.mean-container a.meanmenu-reveal span:before {
  width: 22px;
  height: 3px;
  content: "";
  background: #2b2b2b;
  position: absolute;
  left: 13px;
  top: 22px;
}

.mean-container a.meanmenu-reveal span:after {
  width: 22px;
  height: 3px;
  content: "";
  background: #2b2b2b;
  position: absolute;
  left: 13px;
  top: 28px;
}

/*======================================================|
=====| 4.1 Postbox Css */
.postbox_w1__content_title {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #2b2b2d;
}

@media only screen and (max-width: 767px) {
  .postbox_w1__content_title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .postbox_w1__content_title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

.postbox_w1__item_thumb {
  border: 1px solid #d0d6dd;
  padding: 15px;
  position: relative;
}

.postbox_w1__item_thumb .video_popup1 {
  bottom: 60px;
  left: 90px;
}

@media only screen and (max-width: 575px) {
  .postbox_w1__item_thumb .video_popup1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 575px) {
  .postbox_w1__item_thumb {
    padding: 8px;
  }
}

.postbox_w1__item_thumb_wrapper {
  overflow: hidden;
}

.postbox_w1__item_thumb_wrapper img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 460px;
}

@media only screen and (max-width: 1399px) {
  .postbox_w1__item_thumb_wrapper img {
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .postbox_w1__item_thumb_wrapper img {
    height: 340px;
  }
}

@media only screen and (max-width: 479px) {
  .postbox_w1__item_thumb_wrapper img {
    height: 300px;
  }
}

.postbox_w1__item_thumb_tag {
  position: absolute;
  left: 90px;
  top: 45px;
}

@media only screen and (max-width: 575px) {
  .postbox_w1__item_thumb_tag {
    left: 30px;
    top: 30px;
  }
}

.postbox_w1__item_thumb_tag a {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #2b2b2d;
  background-color: #fff;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 3px;
}

.postbox_w1__item_thumb_tag a:not(:last-child) {
  margin-right: 5px;
}

.postbox_w1__item_thumb_tag a:hover {
  color: #fff;
  background-color: var(--primary_color1);
}

.postbox_w1__item_content {
  padding-left: 90px;
  margin-top: 29px;
  padding-right: 40px;
}

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

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

.postbox_w1__item_content h2 {
  font-size: 26px;
  line-height: 36px;
  color: #2b2b2d;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 16px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .postbox_w1__item_content h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}

.postbox_w1__item_content h2 a {
  color: #2b2b2d;
}

.postbox_w1__item_content h2 a:hover {
  color: var(--primary_color1);
}

.postbox_w1__item_content h2:before {
  position: absolute;
  content: "";
  left: -90px;
  top: 16px;
  width: 70px;
  height: 1px;
  background-color: #d0d6dd;
}

@media only screen and (max-width: 575px) {
  .postbox_w1__item_content h2:before {
    display: none;
  }
}

.postbox_w1__item_content p {
  margin-top: 16px;
}

.postbox_w1__item_content_data ul li {
  display: inline-block;
  position: relative;
}

.postbox_w1__item_content_data ul li:not(:last-child) {
  margin-right: 40px;
}

.postbox_w1__item_content_data ul li:not(:last-child):after {
  position: absolute;
  content: "/";
  right: -25px;
  top: 3px;
}

.postbox_w1__item_content_data ul li span {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #85898d;
  text-transform: capitalize;
}

.postbox_w1 .owl-carousel .owl-nav button.owl-prev,
.postbox_w1 .owl-carousel .owl-nav button.owl-next {
  height: 60px;
  width: 60px;
  line-height: 64px;
  background: rgba(255, 255, 255, 0.5);
  color: #2b2b2d;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.postbox_w1 .owl-carousel .owl-nav button.owl-prev:hover,
.postbox_w1 .owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

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

  .postbox_w1 .owl-carousel .owl-nav button.owl-prev,
  .postbox_w1 .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}

.postbox_w1 .owl-carousel .owl-nav {
  margin-top: 0px;
}

.postbox_w1 .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}

.postbox_w1__item:not(:last-child) {
  margin-bottom: 50px;
}

/*======================================================|
=====| 4.2 Sidebar Css */
@media only screen and (max-width: 1199px) {
  .sidebar_w1 {
    margin-top: 50px;
  }
}

.sidebar_w1__widget {
  border: 1px solid #d0d6dd;
  padding: 40px;
}

.sidebar_w1__widget:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 479px) {
  .sidebar_w1__widget {
    padding: 35px 20px 40px;
  }
}

.sidebar_w1__widget_title {
  font-family: "Merriweather", serif;
  color: #2b2b2d;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.sidebar_w1__widget_title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-color: var(--primary_color1);
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

.sidebar_w1__widget_search form {
  position: relative;
}

.sidebar_w1__widget_search form input {
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
  background-color: #f7f9fb;
  border: none;
  display: inline-block;
  padding: 16px 50px 16px 20px;
  border-radius: 10px;
}

.sidebar_w1__widget_search form input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  font-family: "Arimo", sans-serif;
  color: rgba(133, 137, 141, 0.6);
}

.sidebar_w1__widget_search form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  font-family: "Arimo", sans-serif;
  color: rgba(133, 137, 141, 0.6);
}

.sidebar_w1__widget_search form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  font-family: "Arimo", sans-serif;
  color: rgba(133, 137, 141, 0.6);
}

.sidebar_w1__widget_search form input::-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  font-family: "Arimo", sans-serif;
  color: rgba(133, 137, 141, 0.6);
}

.sidebar_w1__widget_search form input::placeholder {
  font-size: 15px;
  font-style: italic;
  font-family: "Arimo", sans-serif;
  color: rgba(133, 137, 141, 0.6);
}

.sidebar_w1__widget_search form button {
  border: none;
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  color: rgba(133, 137, 141, 0.6);
  font-size: 17px;
}

.sidebar_w1__widget_post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar_w1__widget_post_item:hover .sidebar_w1__widget_post_content h5 a {
  color: var(--primary_color1);
}

.sidebar_w1__widget_post_item:not(:last-child) {
  margin-bottom: 22px;
}

.sidebar_w1__widget_post_thumb {
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sidebar_w1__widget_post_thumb a img {
  max-width: 100px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}

@media only screen and (max-width: 400px) {
  .sidebar_w1__widget_post_thumb a img {
    max-width: 80px;
  }
}

.sidebar_w1__widget_post_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sidebar_w1__widget_post_content h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-transform: capitalize;
  font-family: "Arimo", sans-serif;
  margin-bottom: 6px;
}

.sidebar_w1__widget_post_content h5 a {
  color: #2b2b2d;
}

.sidebar_w1__widget_post_content h5 a:hover {
  color: var(--primary_color1);
}

.sidebar_w1__widget_post_content span {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: #85898d;
}

.sidebar_w1__widget_post_content span i {
  display: inline-block;
  font-size: 18px;
  color: #85898d;
  position: relative;
  top: 1px;
}

.sidebar_w1__widget_categories ul li:not(:last-child),
.sidebar_w1__widget.widget_categories ul li:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar_w1__widget_categories ul li a,
.sidebar_w1__widget.widget_categories ul li a {
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
  background-color: #f7f9fb;
  border: none;
  display: inline-block;
  padding: 15px 50px 15px 30px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #2b2b2d;
  position: relative;
}

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

  .sidebar_w1__widget_categories ul li a,
  .sidebar_w1__widget.widget_categories ul li a {
    padding: 15px 35px 15px 20px;
  }
}

.sidebar_w1__widget_categories ul li a:after,
.sidebar_w1__widget.widget_categories ul li a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* For solid icons */
  position: absolute;
  content: "\f054";
  right: 30px;
  top: 15px;
}

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

  .sidebar_w1__widget_categories ul li a:after,
  .sidebar_w1__widget.widget_categories ul li a:after {
    right: 20px;
  }
}

.sidebar_w1__widget_categories ul li a:hover,
.sidebar_w1__widget.widget_categories ul li a:hover {
  background-color: var(--primary_color1);
  color: #fff;
}

.sidebar_w1__widget_tags a,
.sidebar_w1__widget.widget_tag_cloud a {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
  display: inline-block;
  font-size: 15px !important;
  background: #f7f9fb;
  color: #6e7276;
  margin: 5px 3px;
  padding: 8px 20px;
  font-style: italic;
  border-radius: 5px;
}

.sidebar_w1__widget_tags a:hover,
.sidebar_w1__widget.widget_tag_cloud a:hover {
  background-color: var(--primary_color1);
  color: #fff;
}

.sidebar_w1__widget_adds {
  position: relative;
  max-width: 500px;
}

.sidebar_w1__widget_adds img {
  width: 100%;
  height: auto;
}

.sidebar_w1__widget_adds_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
  display: inline-block;
  font-size: 15px;
  background: var(--primary_color1);
  color: #fff;
  padding: 8px 20px;
  font-style: italic;
  border-radius: 5px;
}

.sidebar_w1__widget_adds_btn:hover {
  background-color: #05071c;
  color: #fff;
}

.sidebar_w1__widget_downloads_item {
  position: relative;
  padding: 25px 30px 20px;
  background-color: #f7f9fb;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
}

.sidebar_w1__widget_downloads_item:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 400px) {
  .sidebar_w1__widget_downloads_item {
    padding: 25px 25px 20px;
  }
}

.sidebar_w1__widget_downloads_thumb {
  position: absolute;
  left: 30px;
  top: 25px;
}

@media only screen and (max-width: 400px) {
  .sidebar_w1__widget_downloads_thumb {
    left: 25px;
  }
}

.sidebar_w1__widget_downloads_thumb i {
  font-size: 45px;
  color: var(--primary_color1);
}

.sidebar_w1__widget_downloads_content {
  margin-left: 48px;
  min-height: 50px;
}

.sidebar_w1__widget_downloads_content h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.sidebar_w1__widget_downloads_content h4 a {
  color: #2b2b2d;
}

.sidebar_w1__widget_downloads_content h4 a:hover {
  color: var(--primary_color1);
}

.sidebar_w1__widget_downloads_content p {
  font-size: 15px;
  line-height: 1.3;
}

.sidebar_w1__widget_post_item:not(:has(.sidebar_w1__widget_post_thumb)) .sidebar_w1__widget_post_content {
  width: 100%;
}

/*======================================================|
=====| 4.3 Blog Details */
.postbox_w1__data {
  margin-top: 40px;
  margin-bottom: 25px;
}

.postbox_w1__data ul li {
  display: inline-block;
  position: relative;
}

.postbox_w1__data ul li:not(:last-child) {
  margin-right: 30px;
}

.postbox_w1__data ul li i {
  display: inline-block;
  margin-right: 5px;
}

.postbox_w1__data ul li span {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #85898d;
  text-transform: capitalize;
}

.postbox_w1__title_text {
  font-size: 36px;
  line-height: 46px;
  color: #2b2b2d;
  text-transform: capitalize;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .postbox_w1__title_text {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .postbox_w1__title_text {
    font-size: 26px;
    line-height: 36px;
  }
}

.postbox_w1__bottom {
  border-top: 1px solid #d0d6dd;
  border-bottom: 1px solid #d0d6dd;
  padding: 22px 0px;
  margin-top: 60px;
}

.postbox_w1__bottom_title {
  font-size: 20px;
  line-height: 30px;
  color: #2b2b2d;
  font-family: "Merriweather", serif;
  font-weight: bold;
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .postbox_w1__bottom_title {
    margin-right: 10px;
  }
}

.postbox_w1__bottom_left a {
  margin: 4px 2px;
}

@media only screen and (max-width: 575px) {
  .postbox_w1__bottom_right {
    margin-top: 20px;
  }
}

.postbox_w1__bottom_right a {
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  color: #6e7276;
  border: 1px solid #d0d6dd;
  border-radius: 5px;
  margin: 4px 2px;
}

.postbox_w1__bottom_right a:hover {
  background-color: var(--primary_color1);
  border: 1px solid var(--primary_color1);
  color: #fff;
}

.postbox_w1__comment {
  margin-top: 60px;
}

.postbox_w1__comment_list ul li {
  margin-top: 40px;
}

.postbox_w1__comment_list ul li .children {
  margin-left: 90px;
}

@media only screen and (max-width: 479px) {
  .postbox_w1__comment_list ul li .children {
    margin-left: 45px;
  }
}

.postbox_w1__comment_title {
  font-size: 28px;
  line-height: 36px;
  color: #2b2b2d;
  font-family: "Merriweather", serif;
  font-weight: bold;
  text-transform: capitalize;
}

.postbox_w1__comment_box {
  position: relative;
}

.postbox_w1__comment_avater {
  position: absolute;
  width: 70px;
  left: 0px;
  top: 0px;
}

@media only screen and (max-width: 479px) {
  .postbox_w1__comment_avater {
    position: relative;
  }
}

.postbox_w1__comment_avater img {
  border-radius: 100%;
  width: 100%;
  height: auto;
}

.postbox_w1__comment_content {
  padding-left: 90px;
}

@media only screen and (max-width: 479px) {
  .postbox_w1__comment_content {
    padding-left: 0px;
    margin-top: 20px;
  }
}

.postbox_w1__comment_content_name {
  font-size: 20px;
  line-height: 30px;
  color: #2b2b2d;
  font-weight: bold;
  margin-bottom: 2px;
}

.postbox_w1__comment_content_date {
  font-size: 15px;
  line-height: 30px;
  font-family: "Arimo", sans-serif;
  color: #85898d;
  display: block;
  margin-bottom: 12px;
}

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

.postbox_w1__comment p,
.postbox_w1__comment label {
  font-size: 16px;
  line-height: 30px;
  font-family: "Arimo", sans-serif;
  color: #85898d;
}

.postbox_w1__form label {
  display: inline;
}

.outline_btn,
.postbox_w1__bottom_left a,
.postbox_w1__comment_content_reply a {
  display: inline-block;
  color: #6e7276;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 30px;
  padding: 1px 30px 2px;
  border: 1px solid #d0d6dd;
  border-radius: 5px;
}

.outline_btn:hover,
.postbox_w1__bottom_left a:hover,
.postbox_w1__comment_content_reply a:hover {
  background-color: var(--primary_color1);
  border: 1px solid var(--primary_color1);
  color: #fff;
}

/*======================================================|
=====| 4.4 Blog 1 */
.blog1__item_thumb {
  position: relative;
}

.blog1__item_thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 440px !important;
}

@media only screen and (max-width: 1199px) {
  .blog1__item_thumb img {
    height: 400px !important;
  }
}

@media only screen and (max-width: 575px) {
  .blog1__item_thumb img {
    height: 350px !important;
  }
}

.blog1__item_thumb_date {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-family: "Arimo", sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  padding: 9px 33px;
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 30px;
  margin: 0px;
  color: #85898d;
}

@media only screen and (max-width: 479px) {
  .blog1__item_thumb_date {
    left: 20px;
  }
}

.blog1__item_content {
  position: relative;
  margin-top: 32px;
}

.blog1__item_content h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  padding-right: 100px;
  min-height: 66px;
}

@media only screen and (max-width: 1199px) {
  .blog1__item_content h3 {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 479px) {
  .blog1__item_content h3 {
    padding-right: 0px;
    font-size: 22px;
    line-height: 32px;
  }
}

.blog1__item_content h3 a {
  color: #2b2b2d;
}

.blog1__item_content h3 a:hover {
  color: var(--primary_color1);
}

.blog1__item_content p {
  padding-right: 150px;
}

@media only screen and (max-width: 1399px) {
  .blog1__item_content p {
    padding-right: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .blog1__item_content p {
    padding-right: 0px;
  }
}

.blog1__item_content_btn {
  height: 66px;
  width: 66px;
  line-height: 75px;
  display: inline-block;
  border: 1px solid #2b2b2d;
  border-radius: 100%;
  font-size: 30px;
  text-align: center;
  color: #2b2b2d;
  position: absolute;
  top: 2px;
  right: 0px;
  padding-right: 5px;
}

@media only screen and (max-width: 479px) {
  .blog1__item_content_btn {
    display: none;
  }
}

.blog1__item_content_btn:hover {
  border: 1px solid #2b2b2d;
  background-color: #2b2b2d;
  color: #fff;
}

.blog1__item_data {
  border-top: 1px solid #d0d6dd;
  margin-top: 30px;
  padding-top: 25px;
}

@media only screen and (max-width: 479px) {
  .blog1__item_data {
    margin-top: 25px;
    padding-top: 20px;
  }
}

.blog1__item_data span {
  font-size: 17px;
  line-height: 30px;
  font-family: "Arimo", sans-serif;
  color: #85898d;
}

.blog1__item_data span span:not(:first-child) {
  margin-left: 30px;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .blog1__item_data span span:not(:first-child) {
    display: none;
  }
}

.blog1__item_data span span:not(:first-child):before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #85898d;
  top: 13px;
  left: -17px;
}

@media only screen and (max-width: 1199px) {
  .blog1__btn {
    display: none;
  }
}

/*======================================================|
=====| 4.5 Blog 2 */
.blog2__item_thumb {
  border: 1px solid #d0d6dd;
  padding: 15px;
  position: relative;
}

.blog2__item_thumb_wrapper img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 420px !important;
}

@media only screen and (max-width: 575px) {
  .blog2__item_thumb_wrapper img {
    height: 350px !important;
  }
}

@media only screen and (max-width: 400px) {
  .blog2__item_thumb_wrapper img {
    height: 300px !important;
  }
}

.blog2__item_thumb_categorie {
  position: absolute;
  left: 15px;
  bottom: 55px;
}

.blog2__item_thumb_categorie p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #2b2b2d;
  background-color: #fff;
  display: inline-block;
  padding: 0px 15px 0px 0px;
  margin-bottom: 0px;
}

.blog2__item_content {
  padding-left: 90px;
  margin-top: 19px;
}

@media only screen and (max-width: 479px) {
  .blog2__item_content {
    padding-left: 0px;
  }
}

.blog2__item_content h2 {
  font-size: 24px;
  line-height: 34px;
  color: #2b2b2d;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 16px;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .blog2__item_content h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.blog2__item_content h2 a {
  color: #2b2b2d;
}

.blog2__item_content h2 a:hover {
  color: var(--primary_color1);
}

.blog2__item_content h2:before {
  position: absolute;
  content: "";
  left: -90px;
  top: 16px;
  width: 70px;
  height: 1px;
  background-color: #d0d6dd;
}

@media only screen and (max-width: 479px) {
  .blog2__item_content h2:before {
    display: none;
  }
}

.blog2__item_content p {
  margin-top: 16px;
}

.blog2__item_content_data ul li {
  display: inline-block;
  position: relative;
}

.blog2__item_content_data ul li:not(:last-child) {
  margin-right: 40px;
}

.blog2__item_content_data ul li:not(:last-child):after {
  position: absolute;
  content: "/";
  right: -25px;
  top: 2px;
}

.blog2__item_content_data ul li span {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #85898d;
  text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
  .blog2__item_content_data ul li span {
    font-size: 15px;
    line-height: 25px;
  }
}

/*======================================================|
=====| 5.1 Footer 1 */
.footer1 {
  color: #000;
}

.footer1__main {
  background-color: #05071c;
  padding: 120px 0px 120px;
}

@media only screen and (max-width: 1199px) {
  .footer1__main {
    padding: 100px 0px 100px;
  }
}

@media only screen and (max-width: 767px) {
  .footer1__main {
    padding: 80px 0px 80px;
  }
}

.footer1__main_top {
  margin-bottom: 32px;
}

@media only screen and (max-width: 991px) {
  .footer1__main_top_left {
    margin-bottom: 40px;
  }
}

.footer1__main_top_left h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1399px) {
  .footer1__main_top_left h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer1__main_top_left h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.footer1__main_top_left p {
  font-size: 19px;
  line-height: 30px;
  color: #ddd;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .footer1__main_top_left p {
    font-size: 15px;
    line-height: 25px;
  }
}

.footer1__main_top_right ul span {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 70px;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .footer1__main_top_right ul span {
    font-size: 15px;
    padding-right: 30px;
  }
}

.footer1__main_top_right ul span:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 15px;
  height: 1px;
  background-color: #fff;
  width: 50px;
}

@media only screen and (max-width: 479px) {
  .footer1__main_top_right ul span:after {
    width: 10px;
  }
}

.footer1__main_top_right ul li {
  display: inline-block;
}

.footer1__main_top_right ul li a {
  display: inline-block;
  height: 36px;
  width: 36px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #2b2b2d;
  margin-left: 5px;
}

@media only screen and (max-width: 479px) {
  .footer1__main_top_right ul li a {
    margin-left: 0px;
  }
}

.footer1__main_top_right ul li a:hover {
  background-color: var(--primary_color1);
}

@media only screen and (max-width: 991px) {
  .footer1__widget {
    margin-top: 30px;
  }
}

.footer1__widget_title {
  font-family: "Arimo", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #bfbfbf;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.footer1__widget ul li a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-family: "Merriweather", serif;
  line-height: 37px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer1__widget ul li a:hover {
  padding-left: 10px;
  color: var(--primary_color1);
}

.footer1__widget_contactInfo_item {
  display: inline-block;
}

.footer1__widget_contactInfo_item:not(:first-child) {
  margin-left: 40px;
}

@media only screen and (max-width: 991px) {
  .footer1__widget_contactInfo_item:not(:first-child) {
    display: none;
  }
}

.footer1__widget_contactInfo_item a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  font-family: "Merriweather", serif;
}

.footer1__widget_contactInfo_item a:hover {
  color: var(--primary_color1);
}

.footer1__widget_address {
  color: #fff;
  font-size: 18px;
  line-height: 37px;
  font-family: "Merriweather", serif;
}

.footer1__copyright {
  background-color: var(--primary_color1);
  padding: 48px 0px;
}

@media only screen and (max-width: 991px) {
  .footer1__copyright {
    padding: 35px 0px;
  }
}

.footer1__copyright p,
.footer1__copyright a {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}

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

  .footer1__copyright p,
  .footer1__copyright a {
    font-size: 16px;
    line-height: 26px;
  }
}

/*======================================================|
=====| 5.2 Footer 2 */
.footer2 {
  background-color: #1b1e23;
}

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

.footer2__main_top {
  margin-bottom: 50px;
}

.footer2__main_item {
  background-color: #22252a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}

.footer2__main_item_imgBox {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 25px;
  top: 25px;
}

@media only screen and (max-width: 400px) {
  .footer2__main_item_imgBox {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.footer2__main_item_imgBox img {
  width: 40px;
  height: auto;
}

@media only screen and (max-width: 400px) {
  .footer2__main_item_imgBox img {
    width: 25px;
  }
}

.footer2__main_item_content {
  min-height: 80px;
  padding-left: 100px;
  padding-top: 10px;
}

@media only screen and (max-width: 400px) {
  .footer2__main_item_content {
    padding-top: 0px;
    padding-left: 75px;
  }
}

.footer2__main_item_content h5 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 6px;
}

.footer2__main_item_content p {
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}

.footer2__widget {
  margin-bottom: 40px;
}

.footer2__widget_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: "Merriweather", serif;
  color: #fff;
  margin-bottom: 20px;
}

.footer2__widget ul li {
  position: relative;
  padding-left: 25px;
}

.footer2__widget ul li:before {
  position: absolute;
  content: "\f058";
  top: 3px;
  left: 0px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* For solid icons */
  font-weight: normal;
  color: var(--primary_color1);
}

.footer2__widget ul li:not(:last-child) {
  margin-bottom: 6px;
}

.footer2__widget ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-family: "Arimo", sans-serif;
  color: rgba(255, 255, 255, 0.65);
}

.footer2__widget ul li a:hover {
  color: var(--primary_color1);
}

.footer2__widget_input p {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.65);
  padding-right: 80px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
  .footer2__widget_input p {
    padding-right: 0px;
  }
}

.footer2__widget_input_form {
  position: relative;
}

.footer2__widget_input_form input {
  background-color: transparent;
  display: inline-block;
  width: 100%;
  padding: 18px 170px 18px 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 17px;
  background-color: #22252a;
}

@media only screen and (max-width: 400px) {
  .footer2__widget_input_form input {
    padding: 18px 80px 18px 30px;
  }
}

.footer2__widget_input_form input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.4);
}

.footer2__widget_input_form input::-moz-placeholder {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.4);
}

.footer2__widget_input_form input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.4);
}

.footer2__widget_input_form input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.4);
}

.footer2__widget_input_form input::placeholder {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.4);
}

.footer2__widget_input_btn {
  display: inline-block;
  position: absolute;
  right: 4px;
  top: 4px;
  border: none;
  background-color: var(--primary_color1);
  padding: 13px 30px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  color: #2b2b2d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 400px) {
  .footer2__widget_input_btn span {
    display: none;
  }
}

.footer2__widget_input_btn:hover {
  background-color: var(--primary_color1);
  color: #fff;
}

.footer2__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0px;
}

.footer2__copyright_text p {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.4);
}

.footer2__copyright_link ul li {
  display: inline-block;
  position: relative;
}

.footer2__copyright_link ul li:not(:first-child) {
  margin-left: 40px;
}

.footer2__copyright_link ul li:not(:first-child):before {
  position: absolute;
  content: "-";
  top: 3px;
  left: -25px;
}

.footer2__copyright_link ul li a {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.4);
}

.footer2__copyright_link ul li a:hover {
  color: var(--primary_color1);
}

/*======================================================|
=====| 6.1 About 1 */
.about1__thumb {
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .about1__thumb {
    margin-top: 60px;
  }
}

.about1__thumb_shap {
  position: absolute;
  left: -55px;
  top: -10px;
}

@media only screen and (max-width: 1199px) {
  .about1__thumb_shap {
    display: none;
  }
}

.about1__thumb_info {
  background-color: var(--primary_color1);
  display: inline-block;
  position: absolute;
  left: 90px;
  top: 62px;
  padding: 30px 40px;
}

@media only screen and (max-width: 1199px) {
  .about1__thumb_info {
    display: none;
  }
}

.about1__thumb_info_icon {
  position: absolute;
  left: 35px;
  top: 30px;
  width: 55px;
}

.about1__thumb_info_text {
  padding-left: 70px;
}

.about1__thumb_info_text h5 {
  font-family: "Arimo", sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  font-size: 32px;
  margin-bottom: 8px;
}

.about1__thumb_info_text p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.about1__thumb_img1 {
  padding-left: 10px;
}

@media only screen and (max-width: 1199px) {
  .about1__thumb_img1 {
    display: none;
  }
}

.about1__thumb_img1 img {
  border-radius: 10px !important;
}

.about1__thumb_img2 {
  padding-left: 10px;
  padding-top: 20px;
}

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

@media only screen and (max-width: 575px) {
  .about1__thumb_img2 {
    padding-left: 0px;
    padding-top: 20px;
  }
}

.about1__thumb_img2 img {
  border-radius: 10px !important;
}

.about1__thumb_img3 {
  padding-right: 10px;
}

@media only screen and (max-width: 575px) {
  .about1__thumb_img3 {
    padding-right: 0px;
  }
}

.about1__thumb_img3 img {
  border-radius: 10px !important;
  width: 100%;
}

.about1__content_heading {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #2b2b2d;
  font-family: "Arimo", sans-serif;
  margin-bottom: 32px;
}

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

.about1__content ul li {
  margin-bottom: 14px;
}

.about1__content ul li span:first-child {
  position: relative;
  top: -1px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  border-radius: 100px;
  border: 1.5px solid var(--primary_color1);
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .about1__content ul li span:first-child {
    margin-right: 10px;
  }
}

.about1__content ul li span:first-child svg {
  color: var(--primary_color1);
  width: 20px;
}

.about1__content ul li span:last-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Arimo", sans-serif;
  color: #2b2b2d;
}

/*======================================================|
=====| 6.2 About 2 */
.about2__thumb {
  padding-right: 50px;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .about2__thumb {
    padding-right: 0px;
    margin-bottom: 60px;
  }
}

.about2__thumb_img1 {
  border-radius: 25px;
  overflow: hidden;
}

.about2__thumb_img1 img {
  border-radius: 25px;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about2__thumb_img2 {
  position: relative;
  margin-top: -123px;
  z-index: 10;
  left: 50px;
  width: 350px;
  border-radius: 25px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .about2__thumb_img2 {
    left: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .about2__thumb_img2 {
    display: none;
  }
}

.about2__thumb_img2 img {
  border-radius: 25px;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about2__thumb_info {
  background-color: var(--primary_color1);
  width: 295px;
  display: inline-block;
  position: absolute;
  bottom: 100px;
  right: 50px;
  z-index: 20;
  padding: 25px 50px;
  border-radius: 20px;
}

@media only screen and (max-width: 640px) {
  .about2__thumb_info {
    right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .about2__thumb_info {
    display: none;
  }
}

.about2__thumb_info h5 {
  color: #fff;
  margin-bottom: 0px;
  font-weight: bold;
  font-family: "Arimo", sans-serif;
}

.about2__thumb_info h5 span:first-child {
  font-size: 60px;
  line-height: 60px;
}

.about2__thumb_info h5 span:last-child {
  font-size: 40px;
  line-height: 40px;
  position: relative;
  top: -7px;
  left: 5px;
}

.about2__thumb_info p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 30px;
}

.about2__thumb_shape {
  position: absolute;
  bottom: 50px;
  right: 126px;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .about2__thumb_shape {
    right: 60px;
  }
}

.about2__content_call {
  min-height: 60px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .about2__content_call {
    display: none;
  }
}

.about2__content_call_img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  background-color: var(--primary_color1);
  position: absolute;
  left: 0px;
  top: 0px;
}

.about2__content_call_text {
  margin-left: 80px;
}

.about2__content_call_text h6 {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  color: #85898d;
}

.about2__content_call_text p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #2b2b2d;
}

.about2__item {
  border: 1px solid #d0d6dd;
  border-radius: 10px;
  padding: 55px 30px 30px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
}

.about2__item_thumb {
  width: 80px;
  height: 80px;
  border: 1px solid #d0d6dd;
  border-radius: 5px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  position: absolute;
  top: -40px;
  left: 30px;
}

.about2__item_thumb img {
  width: 40px;
  height: auto;
}

.about2__item_content h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

.about2__item_content p {
  font-size: 16px;
  line-height: 26px;
}

/*======================================================|
=====| 6.3 About 3 */
.about3__thumb {
  padding-top: 107px;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .about3__thumb {
    padding-top: 60px;
  }
}

.about3__thumb_img1 {
  width: 510px;
  height: 555px;
  border-radius: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .about3__thumb_img1 {
    width: auto;
  }
}

.about3__thumb_img1 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 575px) {
  .about3__thumb_img1 {
    height: 400px;
    border-radius: 20px;
  }
}

.about3__thumb_img2 {
  width: 330px;
  height: 260px;
  border: 10px solid #fff;
  border-radius: 40px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 60px;
}

@media only screen and (max-width: 1399px) {
  .about3__thumb_img2 {
    display: none;
  }
}

.about3__thumb_img2 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about3__thumb_info {
  background-color: var(--primary_color1);
  border-radius: 40px;
  width: 330px;
  position: absolute;
  right: -105px;
  bottom: 43px;
  padding: 50px 40px;
}

@media only screen and (max-width: 1399px) {
  .about3__thumb_info {
    right: auto;
    left: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .about3__thumb_info {
    left: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .about3__thumb_info {
    position: static;
    left: 0px;
    margin-top: 30px;
    width: 100%;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .about3__thumb_info {
    padding: 30px;
  }
}

.about3__thumb_info p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}

.about3__thumb_info a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

.about3__thumb_info a:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.about3__thumb_info a svg {
  margin-left: 3px;
  width: 22px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

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

@media only screen and (max-width: 1399px) {
  .about3__content .heading1 {
    margin-bottom: 0px;
  }
}

.about3__content_box {
  margin-left: 140px;
}

@media only screen and (max-width: 1399px) {
  .about3__content_box {
    margin-left: 0px;
  }
}

.about3__item {
  margin-top: 30px;
  margin-bottom: 32px;
}

.about3__item_thumb {
  width: 60px;
}

.about3__item_text {
  margin-left: 30px;
}

@media only screen and (max-width: 400px) {
  .about3__item_text {
    margin-left: 15px;
  }
}

.about3__item_text h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*======================================================|
=====| 6.4 About 4 */
.about4__content_subtitle {
  font-size: 100px;
  line-height: 1;
  font-weight: bolder;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: -1px -1px 0 #85898d, 1px -1px 0 #85898d, -1px 1px 0 #85898d, 1px 1px 0 #85898d;
}

@media only screen and (max-width: 767px) {
  .about4__content_subtitle {
    font-size: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .about4__content_subtitle {
    font-size: 60px;
  }
}

.about4__content_img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 60px;
}

.about4__content_img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about4__content_title {
  font-size: 40px;
  line-height: 1.5;
  color: #2b2b2d;
  margin-bottom: 30px;
}

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

@media only screen and (max-width: 479px) {
  .about4__content_title {
    font-size: 26px;
  }
}

.about4__thumb {
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 1699px) {
  .about4__thumb {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .about4__thumb {
    margin-top: 40px;
  }
}

.about4__thumb_content {
  margin-bottom: 65px;
}

@media only screen and (max-width: 1199px) {
  .about4__thumb_content {
    margin-bottom: 40px;
  }
}

.about4__thumb_img {
  position: relative;
}

.about4__thumb_img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px !important;
}

.about4__thumb .about1__thumb_info {
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
}

@media only screen and (max-width: 1199px) {
  .about4__thumb .about1__thumb_info {
    display: inline-block;
  }
}

@media only screen and (max-width: 575px) {
  .about4__thumb .about1__thumb_info {
    display: none;
  }
}

/*======================================================|
=====| 6.5 Appointment 1 */
.appointment1 {
  position: relative;
  background-color: #f7f9fb;
}

.appointment1 .heading1 p {
  font-size: 20px;
  line-height: 30px;
  color: #2b2b2d;
  padding-right: 120px;
}

@media only screen and (max-width: 1699px) {
  .appointment1 .heading1 p {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .appointment1 .heading1 p {
    padding-right: 0px;
  }
}

.appointment1_imgBox1 {
  position: absolute;
  top: 45px;
  left: 100px;
}

@media only screen and (max-width: 1799px) {
  .appointment1_imgBox1 {
    top: 20px;
    left: 60px;
  }
}

@media only screen and (max-width: 1699px) {
  .appointment1_imgBox1 {
    display: none;
  }
}

.appointment1_imgBox2 {
  position: absolute;
  bottom: 50px;
  right: 70px;
}

@media only screen and (max-width: 1799px) {
  .appointment1_imgBox2 {
    bottom: 30px;
    right: 40px;
  }
}

@media only screen and (max-width: 1699px) {
  .appointment1_imgBox2 {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .appointment1__form {
    margin-top: 40px;
  }
}

.appointment1__form textarea.form-control {
  height: 180px;
}

.appointment1__form .form-control {
  margin-bottom: 17px;
  background-color: transparent;
}

.wpcf7-form p br {
  display: none;
}

/*======================================================|
=====| 6.6 Appointment 2 */
.appointment2 {
  background-color: #f7f9fb;
  position: relative;
}

.appointment2__shape {
  position: absolute;
  left: 0px;
  bottom: 80px;
}

@media only screen and (max-width: 1699px) {
  .appointment2__shape {
    bottom: 20px;
    width: 220px;
  }
}

@media only screen and (max-width: 1399px) {
  .appointment2__shape {
    display: none;
  }
}

.appointment2__form .form-control {
  background-color: transparent;
  border-radius: 0px;
  border-top: none;
  border-right: none;
  margin-bottom: 30px;
}

.appointment2__form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary_color1);
}

.appointment2__form textarea.form-control {
  height: 180px;
}

.appointment2__bottom {
  margin-top: 40px;
}

.appointment2__bottom p {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
}

.appointment2__bottom p:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: rgba(208, 214, 221, 0.6);
  left: -100px;
  top: 15px;
}

.appointment2__bottom p:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: rgba(208, 214, 221, 0.6);
  right: -100px;
  top: 15px;
}

/*======================================================|
=====| 6.7 Clients 1 */
.clients1 {
  position: relative;
  z-index: 1000;
  margin-top: -150px;
}

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

@media only screen and (max-width: 991px) {
  .clients1 .content_box_pob_120 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .clients1 .content_box_pob_120 {
    padding-top: 80px;
  }
}

.clients1__wrapper {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 60px;
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .clients1__wrapper {
    padding: 60px 60px 30px 60px;
  }
}

@media only screen and (max-width: 991px) {
  .clients1__wrapper {
    padding: 40px 40px 10px 40px;
  }
}

.clients1__wrapper:before {
  position: absolute;
  content: "";
  width: calc(100% - 120px);
  height: 1px;
  background-color: #d0d6dd;
  left: 60px;
  bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .clients1__wrapper:before {
    display: none;
  }
}

.clients1__wrapper:after {
  position: absolute;
  content: "";
  height: calc(100% - 120px);
  width: 1px;
  background-color: #d0d6dd;
  right: 60px;
  top: 60px;
}

@media only screen and (max-width: 1199px) {
  .clients1__wrapper:after {
    display: none;
  }
}

.clients1__item {
  border-top: 1px solid #d0d6dd;
  border-left: 1px solid #d0d6dd;
  height: 180px;
  overflow: hidden;
}

.clients1__item img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100px !important;
  width: auto !important;
}

@media only screen and (max-width: 1199px) {
  .clients1__item {
    margin-bottom: 30px;
    border-right: 1px solid #d0d6dd;
    border-bottom: 1px solid #d0d6dd;
  }
}

.clients1__item:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*======================================================|
=====| 6.8 Clients 2 */
.clients2 {
  padding: 0px 136px;
}

@media only screen and (max-width: 1699px) {
  .clients2 {
    padding: 0px 38px;
  }
}

@media only screen and (max-width: 400px) {
  .clients2 {
    padding: 0px 0px;
  }
}

.clients2__title p {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.clients2__title p:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: rgba(208, 214, 221, 0.6);
  left: -100px;
  top: 15px;
}

@media only screen and (max-width: 575px) {
  .clients2__title p:before {
    display: none;
  }
}

.clients2__title p:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: rgba(208, 214, 221, 0.6);
  right: -100px;
  top: 15px;
}

@media only screen and (max-width: 575px) {
  .clients2__title p:after {
    display: none;
  }
}

.clients2__item {
  height: 270px;
  border-left: 1px solid #d0d6dd;
  border-top: 1px solid #d0d6dd;
  border-bottom: 1px solid #d0d6dd;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
  .clients2__item {
    border-right: 1px solid #d0d6dd;
  }
}

.clients2__item img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100px !important;
  width: auto !important;
}

.clients2__item:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.clients2 div[class^=col]:last-child .clients2__item {
  border-right: 1px solid #d0d6dd;
}

/*======================================================|
=====| 6.9 Contact 1 */
.contact1__wrapper {
  position: relative;
}

.contact1__thumb {
  position: absolute;
  width: calc(50% - 15px);
  height: 702px;
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 1;
  border-radius: 0px 20px 20px 0px;
}

@media only screen and (max-width: 1199px) {
  .contact1__thumb {
    width: 100%;
    height: 500px;
    border-radius: 0px 0px 0px 0px;
  }
}

.contact1__thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.contact1__info {
  height: 702px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1199px) {
  .contact1__info {
    height: 500px;
  }
}

.contact1__info_box {
  background-color: var(--primary_color1);
  width: 380px;
  border-radius: 10px;
  padding: 30px 50px;
  position: absolute;
  bottom: 100px;
  right: -60px;
}

@media only screen and (max-width: 1199px) {
  .contact1__info_box {
    right: 30px;
    bottom: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .contact1__info_box {
    width: auto;
  }
}

@media only screen and (max-width: 479px) {
  .contact1__info_box {
    padding: 30px;
    right: 0px;
    bottom: 30px;
  }
}

.contact1__info_thumb {
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primary_color1);
  position: absolute;
  top: 30px;
  left: 50px;
}

@media only screen and (max-width: 479px) {
  .contact1__info_thumb {
    top: 30px;
    left: 30px;
  }
}

.contact1__info_thumb i {
  font-size: 20px;
  color: #fff;
}

.contact1__info_content {
  padding-left: 85px;
}

@media only screen and (max-width: 479px) {
  .contact1__info_content {
    padding-left: 70px;
  }
}

.contact1__info_content h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Arimo", sans-serif;
  margin-bottom: 7px;
}

@media only screen and (max-width: 400px) {
  .contact1__info_content h4 {
    font-size: 17px;
    margin-bottom: 4px;
  }
}

.contact1__info_content p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 400px) {
  .contact1__info_content p {
    font-size: 16px;
  }
}

.contact1__form {
  padding-left: 112px;
}

@media only screen and (max-width: 1399px) {
  .contact1__form {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact1__form {
    margin-top: 60px;
    padding-left: 0px;
  }
}

.contact1__form_wrapper textarea.form-control {
  height: 150px;
}

/*======================================================|
=====| 6.10 Counter Up 1 */
.counter1 {
  background-color: #f7f9fb;
}

.counter1__item {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid rgba(208, 214, 221, 0.5);
  margin-bottom: 30px;
}

.counter1__item_thumb {
  width: 60px;
  margin-bottom: 10px;
}

.counter1__item_thumb img {
  width: 100%;
  height: auto;
}

.counter1 h6 {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #2b2b2d;
  font-family: "Arimo", sans-serif;
  margin-bottom: 8px;
}

.counter1 h3 {
  font-family: "Merriweather", serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #6e7276;
  margin-bottom: 0px;
}

/*======================================================|
=====| 6.11 Counter Up 2 */
.counter2__item {
  position: relative;
  height: 368px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
  .counter2__item {
    height: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .counter2__item {
    height: 280px;
  }
}

.counter2__item:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0px;
  width: 368px;
  height: 368px;
  border-radius: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1399px) {
  .counter2__item:before {
    display: none;
  }
}

.counter2__item_box {
  position: relative;
  z-index: 100;
}

.counter2__item_box h5 {
  font-size: 64px;
  line-height: 64px;
  font-family: "Arimo", sans-serif;
  font-weight: 600;
}

.counter2__item_box p {
  font-size: 20px;
  line-height: 30px;
}

.counter2 div[class^=col]:nth-child(1) .counter2__item:before {
  background-color: #ecf2fd;
  z-index: 20;
}

@media only screen and (max-width: 1399px) {
  .counter2 div[class^=col]:nth-child(1) .counter2__item {
    background-color: #ecf2fd;
  }
}

.counter2 div[class^=col]:nth-child(2) .counter2__item:before {
  background-color: #f7f9fb;
  z-index: 19;
}

@media only screen and (max-width: 1399px) {
  .counter2 div[class^=col]:nth-child(2) .counter2__item {
    background-color: #f7f9fb;
  }
}

.counter2 div[class^=col]:nth-child(3) .counter2__item:before {
  background-color: #ecf2fd;
  z-index: 18;
}

@media only screen and (max-width: 1399px) {
  .counter2 div[class^=col]:nth-child(3) .counter2__item {
    background-color: #ecf2fd;
  }
}

.counter2 div[class^=col]:nth-child(4) .counter2__item:before {
  background-color: #f7f9fb;
  z-index: 17;
}

@media only screen and (max-width: 1399px) {
  .counter2 div[class^=col]:nth-child(4) .counter2__item {
    background-color: #f7f9fb;
  }
}

/*======================================================|
=====| 6.12 Counter Up 3 */
.counter3__item {
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .counter3__item {
    text-align: left;
  }
}

.counter3__item h3 {
  font-size: 100px;
  line-height: 1;
  font-family: "Arimo", sans-serif;
  color: #f7f9fb;
  margin-bottom: 8px;
  text-shadow: -2px -2px 0 var(--primary_color1), 2px -2px 0 var(--primary_color1), -2px 2px 0 var(--primary_color1), 2px 2px 0 var(--primary_color1);
}

.counter3__item p {
  font-weight: 500;
}

.counter3__video {
  position: relative;
}

.counter3__video:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 30px;
  width: 100%;
  height: 1px;
  background-color: #d0d6dd;
  z-index: 1;
}

.counter3__video a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #2b2b2d;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

.counter3__video a i {
  padding-left: 3px;
}

.counter3__video p {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

/*======================================================|
=====| 6.13 Call To Action 1 */
.cta1 {
  position: relative;
  background-color: #f7f9fb;
  overflow: hidden;
}

.cta1__thumb1 {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
}

@media only screen and (max-width: 991px) {
  .cta1__thumb1 {
    position: relative;
    width: 100%;
  }
}

.cta1__thumb1 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}

.cta1__thumb1_info {
  position: absolute;
  top: 70px;
  left: 50px;
  background-color: var(--primary_color1);
  border-radius: 5px;
  padding: 30px 30px 12px 30px;
}

@media only screen and (max-width: 575px) {
  .cta1__thumb1_info {
    left: 20px;
    top: 40px;
  }
}

.cta1__thumb1_info:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 35px;
  bottom: -15px;
  background-color: var(--primary_color1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta1__thumb1_info i {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: var(--primary_color1);
  position: absolute;
  left: 30px;
  top: -25px;
}

.cta1__thumb1_info p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
}

.cta1__thumb2 {
  position: absolute;
  width: 200px;
  left: 30px;
  top: 20px;
}

@media only screen and (max-width: 1799px) {
  .cta1__thumb2 {
    display: none;
  }
}

.cta1__content {
  padding-right: 60px;
}

@media only screen and (max-width: 991px) {
  .cta1__content {
    padding-right: 0px;
  }
}

/*======================================================|
=====| 6.14 Call To Action 2 */
.cta2__padding {
  padding-top: 120px;
  padding-bottom: 230px;
}

@media only screen and (max-width: 1199px) {
  .cta2__padding {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .cta2__padding {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .cta2__padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.cta2__content p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.cta2__subtitle {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .cta2__subtitle {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .cta2__subtitle {
    font-size: 25px;
    line-height: 35px;
  }
}

.cta2__title {
  font-size: 65px;
  line-height: 75px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .cta2__title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .cta2__title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .cta2__title {
    font-size: 30px;
    line-height: 40px;
  }
}

/*======================================================|
=====| 6.15 Call To Action 3 */
.cta3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta3__content_title {
  font-size: 75px;
  color: #fff;
  line-height: 105px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1399px) {
  .cta3__content_title {
    font-size: 50px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .cta3__content_title {
    font-size: 35px;
    line-height: 45px;
  }
}

.cta3__content_text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  padding-right: 160px;
}

@media only screen and (max-width: 1399px) {
  .cta3__content_text {
    padding-right: 0px;
  }
}

.cta3__item {
  margin-top: 40px;
}

@media only screen and (max-width: 575px) {
  .cta3__item {
    text-align: center;
  }
}

.cta3__item_wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 42px;
}

.cta3__item h5 {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  font-family: "Arimo", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}

.cta3__item h5 span:last-child {
  font-size: 25px;
  line-height: 25px;
  margin-left: 5px;
}

.cta3__item p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .cta3__btn {
    margin-top: 60px;
  }
}

.cta3__btn a {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 47px 40px 0px;
}

.cta3__btn a:hover {
  background-color: var(--primary_color1);
}

.cta3__btn a p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #2b2b2d;
  margin-top: 10px;
}

/*======================================================|
=====| 6.16 Call To Action 4 */
.cta4__content {
  position: relative;
}

.cta4__content:before {
  position: absolute;
  content: "";
  left: 210px;
  top: 30px;
  width: 650px;
  height: 144px;
  background-color: #f7f9fb;
  z-index: -1;
  -webkit-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
}

@media only screen and (max-width: 1399px) {
  .cta4__content:before {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    border-radius: 30px;
    width: calc(100% - 240px);
  }
}

@media only screen and (max-width: 991px) {
  .cta4__content:before {
    display: none;
  }
}

.cta4__content_wrapper {
  border: 1px solid rgba(208, 214, 221, 0.6);
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 66px 0px;
  overflow: hidden;
}

@media only screen and (max-width: 880px) {
  .cta4__content_wrapper {
    padding: 50px 30px;
  }
}

.cta4__content_shape1 {
  position: absolute;
  right: 40px;
  bottom: 0px;
  width: 381px;
}

@media only screen and (max-width: 1399px) {
  .cta4__content_shape1 {
    display: none;
  }
}

.cta4__content_shape2 {
  position: absolute;
  left: 40px;
  top: 33px;
  width: 119px;
}

@media only screen and (max-width: 880px) {
  .cta4__content_shape2 {
    display: none;
  }
}

.cta4__content_text {
  margin-left: 255px;
}

@media only screen and (max-width: 991px) {
  .cta4__content_text {
    margin-left: 200px;
  }
}

@media only screen and (max-width: 880px) {
  .cta4__content_text {
    margin-left: 0px;
  }
}

.cta4__content_text h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  font-family: "Arimo", sans-serif;
  color: #85898d;
  letter-spacing: 1px;
}

.cta4__content_text h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #2b2b2d;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.cta4__content_btn {
  margin-left: 60px;
  padding-top: 6px;
}

@media only screen and (max-width: 767px) {
  .cta4__content_btn {
    margin-left: 0px;
    padding-top: 25px;
  }
}

.cta4__content_btn a {
  padding: 14px 50px;
}

/*======================================================|
=====| 6.17 Call To Action 5 */
.cta5 {
  padding: 0px 60px;
}

@media only screen and (max-width: 1699px) {
  .cta5 {
    padding: 0px 0px;
  }
}

.cta5__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
  border-radius: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 1699px) {
  .cta5__wrapper {
    border-radius: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .cta5__content {
    margin-bottom: 30px;
  }
}

.cta5__content .heading1 h4 {
  color: #fff;
}

.cta5__content .heading1 h2 {
  color: #fff;
}

/*======================================================|
=====| 6.18 Doctors 1 */
.doctors1__item:hover .doctors1__item_social ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  bottom: 0px;
  visibility: visible;
}

.doctors1__item_thumb {
  position: relative;
}

.doctors1__item_social {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--primary_color1);
  bottom: 30px;
  left: 40px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
}

.doctors1__item_social:hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  bottom: 0px;
  visibility: visible;
}

.doctors1__item_social ul {
  background-color: var(--primary_color1);
  position: absolute;
  left: 0px;
  bottom: 50px;
  border-radius: 24px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.doctors1__item_social ul li {
  line-height: normal;
}

.doctors1__item_social ul li:first-child a {
  padding: 25px 17px 10px 17px;
}

.doctors1__item_social ul li:last-child a {
  padding: 10px 17px 25px 17px;
}

.doctors1__item_social ul li a {
  display: inline-block;
  padding: 8px 17px;
  color: #fff;
}

.doctors1__item_social ul li a:hover {
  color: #05071c;
}

.doctors1__item_data {
  margin-top: 33px;
  padding-left: 40px;
  position: relative;
}

.doctors1__item_data h4 {
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.doctors1__item_data p {
  margin-bottom: 0px;
}

.doctors1__item_data_btn {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 12px;
}

.doctors1__item_data_btn svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.5;
  display: inline-block;
  color: #6e7276;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.doctors1__item_data_btn svg:hover {
  color: var(--primary_color1);
}

/*======================================================|
=====| 6.19 Doctors 2 */
.doctors2 {
  background-color: #f7f9fb;
}

.doctors2__item {
  margin-bottom: 50px;
}

.doctors2__item:hover .doctors2__item_thumb_social {
  bottom: 30px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.doctors2__item_thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.doctors2__item_thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.doctors2__item_thumb_social {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--primary_color1);
  padding: 15px 28px;
  border-radius: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  min-width: 200px;
  text-align: center;
}

.doctors2__item_thumb_social ul li {
  display: inline-block;
}

.doctors2__item_thumb_social ul li a {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0px 2px;
}

.doctors2__item_thumb_social ul li a:hover {
  background-color: #05071c;
  border-color: #05071c;
}

.doctors2__item_content {
  margin-top: 32px;
}

.doctors2__item_content h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}

.doctors2__item_content h3 a {
  color: #2b2b2d;
}

.doctors2__item_content h3 a:hover {
  color: var(--primary_color1);
}

/*======================================================|
=====| 6.20 Error 404 */
.error1__thumb {
  max-width: 645px;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 55px;
}

.error1 h2 {
  font-size: 75px;
  line-height: 95px;
  font-weight: bold;
  color: var(--primary_color1);
  margin-bottom: 10px;
}

.error1 h3 {
  font-size: 55px;
  line-height: 65px;
  font-weight: bold;
  color: var(--primary_color1);
  margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
  .error1 h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 400px) {
  .error1 h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

.error1 p {
  color: #6e7276;
}

/*======================================================|
=====| 6.21 FAQ 1 */
@media only screen and (max-width: 1199px) {
  .faq1__thumb {
    margin-bottom: 50px;
  }
}

.faq1__thumb_imgBox {
  max-width: 350px;
  width: 100%;
  aspect-ratio: 1/1;
}

@media only screen and (max-width: 767px) {
  .faq1__thumb_imgBox {
    margin-bottom: 30px;
  }
}

.faq1__thumb_imgBox img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100% !important;
}

.faq1__thumb_content_data {
  min-height: 90px;
  border-bottom: 1px solid #d0d6dd;
  padding-bottom: 34px;
  margin-bottom: 27px;
}

@media only screen and (max-width: 1399px) {
  .faq1__thumb_content_data {
    padding-bottom: 10px;
  }
}

.faq1__thumb_content_data_number {
  position: relative;
}

.faq1__thumb_content_data_number h5 {
  font-size: 90px;
  line-height: 90px;
  font-family: "Arimo", sans-serif;
  color: transparent;
  font-weight: bolder;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  text-shadow: -2px -2px 0 var(--primary_color1), 2px -2px 0 var(--primary_color1), -2px 2px 0 var(--primary_color1), 2px 2px 0 var(--primary_color1);
}

@media only screen and (max-width: 1399px) {
  .faq1__thumb_content_data_number h5 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 400px) {
  .faq1__thumb_content_data_number h5 {
    font-size: 50px;
    line-height: 50px;
  }
}

.faq1__thumb_content_data_number h5 span:last-child {
  font-size: 60px;
  line-height: 60px;
  position: relative;
  top: -10px;
  left: 3px;
}

@media only screen and (max-width: 1399px) {
  .faq1__thumb_content_data_number h5 span:last-child {
    top: 0px;
  }
}

.faq1__thumb_content_data_text {
  padding-left: 140px;
  position: relative;
  top: 15px;
  left: 20px;
}

@media only screen and (max-width: 1399px) {
  .faq1__thumb_content_data_text {
    padding-left: 100px;
    top: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .faq1__thumb_content_data_text {
    padding-left: 85px;
  }
}

.faq1__thumb_content_data_text p {
  font-size: 17px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  line-height: 27px;
  letter-spacing: 1px;
  color: #85898d;
  text-transform: uppercase;
  top: 0px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .faq1__thumb_content_data_text p {
    top: 17px;
  }
}

.faq1__thumb_content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: "Arimo", sans-serif;
  color: #2b2b2d;
  text-transform: capitalize;
}

/*======================================================|
=====| 6.22 FAQ 2 */
.faq2__thumb {
  width: 532px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .faq2__thumb {
    width: 100%;
    height: 500px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .faq2__thumb>img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.faq2__thumb_shape {
  position: absolute;
  width: 170px;
  height: 170px;
  background-color: var(--primary_color1);
  border-radius: 100%;
  top: 40px;
  right: -85px;
  border: 25px solid #fff;
  text-align: center;
  line-height: 120px;
}

@media only screen and (max-width: 1699px) {
  .faq2__thumb_shape {
    display: none;
  }
}

.faq2__thumb_shape img {
  width: 80px;
}

@media only screen and (max-width: 767px) {
  .faq2__thumb_shape img {
    width: 50px;
  }
}

.faq2__thumb_info {
  display: inline-block;
  background-color: var(--primary_color1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding: 28px 156px 28px 56px;
  position: absolute;
  left: -222px;
  bottom: 227px;
}

@media only screen and (max-width: 1399px) {
  .faq2__thumb_info {
    display: none;
  }
}

.faq2__thumb_info>img {
  position: absolute;
  right: 56px;
  top: 23px;
}

.faq2__thumb_info_text h4 {
  font-size: 75px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}

.faq2__thumb_info_text h4 span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

/*======================================================|
=====| 6.23 FAQ 3 */
.faq3 {
  background-color: #f7f9fb;
}

.faq3__thumb {
  width: 580px;
  height: 595px;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .faq3__thumb {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .faq3__thumb {
    margin-bottom: 60px;
  }
}

.faq3__thumb>img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.faq3__thumb_shape {
  position: absolute;
  width: 170px;
  height: 170px;
  background-color: var(--primary_color1);
  border-radius: 100%;
  top: 50px;
  left: -85px;
  border: 25px solid #fff;
  text-align: center;
  line-height: 120px;
}

@media only screen and (max-width: 1699px) {
  .faq3__thumb_shape {
    display: none;
  }
}

.faq3__thumb_shape img {
  width: 80px;
}

@media only screen and (max-width: 767px) {
  .faq3__thumb_shape img {
    width: 50px;
  }
}

.faq3__thumb_info {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--primary_color1);
  border-top: 25px solid #f7f9fb;
  border-left: 25px solid #f7f9fb;
  padding: 20px 25px 25px;
  width: 220px;
}

.faq3__thumb_info h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Arimo", sans-serif;
  color: #fff;
  margin-bottom: 12px;
}

.faq3__thumb_info img {
  width: 40px;
  margin-bottom: 15px;
}

.faq3__thumb_info p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  color: #fff;
  text-decoration: underline;
}

.faq3 .accordion1 .accordion .accordion-header .accordion-button {
  text-transform: none;
}

/*======================================================|
=====| 6.24 Feature 1 */
.feature1 {
  margin-top: -90px;
}

.feature1.other_page {
  margin-top: 0px;
}

.feature1.other_page .content_box_pob_120_80 {
  padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
  .feature1.other_page .content_box_pob_120_80 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .feature1.other_page .content_box_pob_120_80 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1699px) {
  .feature1 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1699px) {
  .feature1 .content_box_pob_120_80 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .feature1 .content_box_pob_120_80 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .feature1 .content_box_pob_120_80 {
    padding-top: 80px;
  }
}

.feature1__item {
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  position: relative;
  z-index: 200;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 400px) {
  .feature1__item {
    padding: 40px 30px;
  }
}

.feature1__item_subtitle {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  color: #85898d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.feature1__item_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #2b2b2d;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.feature1__item_thumb {
  position: relative;
  margin-bottom: 30px;
}

.feature1__item_thumb_bg {
  width: 100px;
}

.feature1__item_thumb_img {
  position: absolute;
  width: 80px;
  left: 30px;
  top: 10px;
}

.feature1__item_btn {
  font-size: 17px;
  line-height: 30px;
  color: #2b2b2d;
  text-transform: capitalize;
}

.feature1__item_btn:hover {
  color: var(--primary_color1);
}

/*======================================================|
=====| 6.25 Feature 2 */
.feature2__item {
  border-left: 1px solid #d0d6dd;
  border-top: 1px solid #d0d6dd;
  border-bottom: 1px solid #d0d6dd;
  padding: 50px 40px;
}

@media only screen and (max-width: 575px) {
  .feature2__item {
    padding: 40px 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .feature2__item {
    border-right: 1px solid #d0d6dd;
  }
}

.feature2__item_thumb {
  position: relative;
  margin-bottom: 30px;
}

.feature2__item_thumb img {
  width: 100px;
  height: auto;
}

.feature2__item_thumb_img {
  position: absolute;
  left: 35px;
  top: 15px;
  width: 70px !important;
  height: auto !important;
}

.feature2__item_content h5 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  color: #85898d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 13px;
}

.feature2__item_content h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #2b2b2d;
  text-transform: capitalize;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .feature2__item_content h3 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .feature2__item_content h3 {
    font-size: 22px;
  }
}

.feature2__item_content p {
  margin-bottom: 28px;
}

.feature2__item_content a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #2b2b2d;
  color: #fff;
  text-align: center;
  line-height: 38px;
}

.feature2__item_content a svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.5;
}

.feature2__item_content a:hover {
  background-color: var(--primary_color1);
}

.feature2 div[class^=col]:last-child .feature2__item {
  border-right: 1px solid #d0d6dd;
}

/*======================================================|
=====| 6.26 Feature 3 */
.feature3 {
  background-color: #1B1E23;
}

.feature3__title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .feature3__title {
    margin-bottom: 60px;
  }
}

.feature3__title .heading1__subtitle {
  color: var(--primary_color1);
}

.feature3__title .heading1__title {
  color: #fff;
}

.feature3__item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  min-height: 100px;
}

.feature3__item:before {
  position: absolute;
  content: "";
  left: 100px;
  top: 0px;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.feature3__item_thumb {
  width: 60px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.feature3__item_content {
  padding-left: 115px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  min-height: 100px;
}

.feature3__item_content h5 {
  font-size: 15px;
  line-height: 26px;
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
}

.feature3__item_content h5 a {
  color: rgba(255, 255, 255, 0.8);
}

.feature3__item_content h5 a:hover {
  color: var(--primary_color1);
}

/*======================================================|
=====| 6.27 Photo Gallery 1 */
.gallery1 {
  overflow: hidden;
}

.gallery1__container {
  position: static;
  max-width: 1538px;
  margin: 0px auto;
  width: 100%;
}

@media only screen and (max-width: 1399px) {
  .gallery1__container {
    max-width: 1127px;
  }
}

@media only screen and (max-width: 1199px) {
  .gallery1__container {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .gallery1__container {
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 479px) {
  .gallery1__container {
    padding: 0px 0px;
  }
}

.gallery1__item {
  position: relative;
}

.gallery1__item:hover .gallery1__item_content {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  bottom: 40px;
}

.gallery1__item_thumb {
  height: 385px;
  width: auto;
  overflow: hidden;
  border-radius: 20px;
}

.gallery1__item_thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.gallery1__item_content {
  position: absolute;
  left: 60px;
  bottom: 10px;
  background-color: var(--primary_color1);
  border-radius: 20px;
  width: calc(100% - 120px);
  padding: 26px 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .gallery1__item_content {
    left: 20px;
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 991px) {
  .gallery1__item_content {
    padding: 20px;
    border-radius: 10px;
  }
}

.gallery1__item_content:hover {
  background-color: #05071c;
}

.gallery1__item_content h4 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.gallery1__item_content i {
  display: inline-block;
  font-size: 22px;
  color: #fff;
}

.gallery1 .owl-stage .owl-item:nth-child(2n) {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .gallery1 .owl-stage .owl-item:nth-child(2n) {
    margin-top: 0px;
  }
}

.gallery1 .owl-carousel .owl-stage-outer {
  overflow: visible;
}

/*======================================================|
=====| 6.28 Hero 1 */
.hero1 {
  position: relative;
}

.hero1__shape {
  position: absolute;
  top: 130px;
  right: 70px;
}

@media only screen and (max-width: 1799px) {
  .hero1__shape {
    right: 30px;
    top: 80px;
  }
}

@media only screen and (max-width: 1699px) {
  .hero1__shape {
    display: none;
  }
}

.hero1__wrapper {
  height: 760px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .hero1__wrapper {
    height: 650px;
  }
}

.hero1__content h2 {
  font-size: 55px;
  line-height: 75px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .hero1__content h2 {
    font-size: 45px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 479px) {
  .hero1__content h2 {
    font-size: 38px;
  }
}

.hero1__content p {
  color: #fff;
  padding-right: 10px;
  margin-bottom: 37px;
}

@media only screen and (max-width: 1699px) {
  .hero1__content p {
    padding-right: 0px;
  }
}

.hero1__thumb {
  position: relative;
}

.hero1__thumb_img1 {
  border: 30px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 100%;
  width: 532px;
  height: 532px;
}

@media only screen and (max-width: 1199px) {
  .hero1__thumb_img1 {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .hero1__thumb_img1 {
    display: none;
  }
}

.hero1__thumb_img1_wrapper {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 472px;
  height: 472px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .hero1__thumb_img1_wrapper {
    width: 100%;
    height: auto;
  }
}

.hero1__thumb_img1_wrapper img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero1__thumb_img2 {
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media only screen and (max-width: 1399px) {
  .hero1__thumb_img2 {
    display: none;
  }
}

.hero1__thumb_img2_wrapper {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 210px;
  height: 210px;
  overflow: hidden;
  position: relative;
  top: 23px;
}

.hero1__thumb_img2_wrapper img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/*======================================================|
=====| 6.29 Hero 2 */
.hero2 {
  background-color: #1B1E23;
}

.hero2__padding {
  padding-top: 60px;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .hero2__padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hero2__padding:before {
  position: absolute;
  content: "";
  left: 60px;
  top: 0px;
  width: calc(100% - 120px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1199px) {
  .hero2__padding:before {
    left: 75px;
    width: calc(100% - 150px);
  }
}

@media only screen and (max-width: 991px) {
  .hero2__padding:before {
    width: calc(100% - 30px);
    left: 15px;
  }
}

.hero2__content {
  background-color: #22252a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 96px 60px;
}

@media only screen and (max-width: 640px) {
  .hero2__content {
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 400px) {
  .hero2__content {
    padding: 40px 20px;
  }
}

.hero2__content p {
  color: rgba(255, 255, 255, 0.7);
  padding-right: 150px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1799px) {
  .hero2__content p {
    padding-right: 0px;
  }
}

.hero2__content_title {
  position: relative;
  padding-bottom: 46px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1699px) {
  .hero2__content_title {
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .hero2__content_title {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.hero2__content_title:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 71%;
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 575px) {
  .hero2__content_title:before {
    width: 90%;
  }
}

.hero2__content_title h4 {
  font-size: 20px;
  font-family: "Arimo", sans-serif;
  color: var(--primary_color1);
  line-height: 27px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero2__content_title h2 {
  font-size: 75px;
  color: #fff;
  line-height: 95px;
  font-weight: bold;
}

@media only screen and (max-width: 1699px) {
  .hero2__content_title h2 {
    font-size: 55px;
    line-height: 75px;
  }
}

@media only screen and (max-width: 575px) {
  .hero2__content_title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.hero2__content_title h2 span {
  color: var(--primary_color1);
}

.hero2__thumb {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .hero2__thumb {
    height: 500px;
    width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .hero2__thumb {
    height: 450px;
  }
}

.hero2__thumb>img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero2__thumb_play {
  position: absolute;
  bottom: 40px;
  left: 80px;
}

@media only screen and (max-width: 1399px) {
  .hero2__thumb_play {
    left: 60px;
    top: 40px;
    bottom: auto;
  }
}

@media only screen and (max-width: 640px) {
  .hero2__thumb_play {
    left: 30px;
  }
}

.hero2__thumb_play a {
  display: inline-block;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  text-align: center;
  line-height: 150px;
  font-size: 17px;
  font-family: "Arimo", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(217, 217, 217, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero2 .about2__content_call_img {
  background-color: var(--primary_color1);
}

.hero2 .about2__content_call_text h6 {
  color: #fff;
}

.hero2 .hero2__content_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1699px) {
  .hero2 .hero2__content_btn ul {
    display: block;
  }
}

.hero2 .hero2__content_btn ul li:first-child {
  margin-right: 50px;
}

@media only screen and (max-width: 1699px) {
  .hero2 .hero2__content_btn ul li:first-child {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1699px) {
  .hero2 .hero2__content_btn ul li .about2__content_call {
    margin-top: 30px;
  }
}

/*======================================================|
=====| 6.30 Intro Video 1 */
.introVideo1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 880px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .introVideo1 {
    border-top: 1px solid rgba(208, 214, 221, 0.6);
  }
}

@media only screen and (max-width: 767px) {
  .introVideo1 {
    height: 800px;
  }
}

.introVideo1__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  background-color: var(--primary_color1);
  text-align: center;
  border-radius: 3px;
  padding: 38px 0px;
  z-index: 100;
}

@media only screen and (max-width: 1399px) {
  .introVideo1__video {
    left: auto;
    top: auto;
    right: 50px;
    bottom: 50px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@media only screen and (max-width: 575px) {
  .introVideo1__video {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.introVideo1__video a {
  display: inline-block;
  margin-bottom: 10px;
}

.introVideo1__video h6 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.introVideo1__content {
  background-color: #fff;
  padding: 120px 40px 155px 0px;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .introVideo1__content {
    padding: 100px 40px 100px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .introVideo1__content {
    padding: 80px 0px;
  }
}

@media only screen and (max-width: 400px) {
  .introVideo1__content {
    padding: 60px 0px;
  }
}

.introVideo1__content:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 100%;
  background-color: #fff;
  top: 0px;
  right: -15px;
}

.introVideo1__content:before {
  position: absolute;
  content: "";
  width: 3000px;
  height: 100%;
  background-color: #fff;
  top: 0px;
  left: 0px;
  -webkit-transform: translateX(-3000px);
  -ms-transform: translateX(-3000px);
  transform: translateX(-3000px);
}

.introVideo1__content_title {
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}

@media only screen and (max-width: 479px) {
  .introVideo1__content_title {
    font-size: 35px;
    line-height: 45px;
  }
}

.introVideo1__content_text {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 30px;
  padding-right: 60px;
}

@media only screen and (max-width: 1399px) {
  .introVideo1__content_text {
    padding-right: 0px;
  }
}

/*======================================================|
=====| 6.31 Pricing 1 */
.pricing1 {
  background-color: #f7f9fb;
}

.pricing1__item {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 15px;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pricing1__item:hover {
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.15);
}

.pricing1__item_plan {
  background-color: #05071c;
  border-radius: 15px;
  padding: 55px 30px 50px;
}

.pricing1__item_plan_content h5 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: "Arimo", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.pricing1__item_plan_content h2 {
  color: #fff;
  margin-bottom: 0px;
  font-family: "Arimo", sans-serif;
  font-size: 40px;
  line-height: 50px;
}

@media only screen and (max-width: 880px) {
  .pricing1__item_plan_content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.pricing1__item_plan_content h2 span {
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
}

@media only screen and (max-width: 400px) {
  .pricing1__item_plan_thumb {
    display: none;
  }
}

.pricing1__item_plan_thumb img {
  width: 80px;
  height: auto;
}

.pricing1__item_benefits {
  padding: 35px 25px 0px;
}

@media only screen and (max-width: 400px) {
  .pricing1__item_benefits {
    padding: 35px 0px 0px;
  }
}

.pricing1__item_benefits h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #2b2b2d;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.pricing1__item_benefits ol {
  padding-left: 0px !important;
}

.pricing1__item_benefits ul li {
  font-size: 17px;
  line-height: 30px;
  color: #6e7276;
  text-transform: capitalize;
  padding-left: 32px;
  position: relative;
  margin-bottom: 5px;
}

.pricing1__item_benefits ul li:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* For solid icons */
  content: "\f00c";
  left: 6px;
  bottom: 0px;
  color: var(--primary_color1);
  z-index: 10;
  font-size: 13px;
}

.pricing1__item_benefits ul li:after {
  position: absolute;
  content: "";
  background-color: #ecf2fd;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  left: 0px;
  bottom: 4px;
  z-index: 5;
}

.pricing1__item__btn {
  margin-top: 34px;
}

.pricing1__item__btn a {
  display: block;
  border: 1px solid #d0d6dd;
  border-radius: 15px;
  text-align: center;
  padding: 14px 50px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Arimo", sans-serif;
  color: #85898d;
}

.pricing1__item__btn a:hover {
  background-color: #05071c;
  color: #fff;
  border-color: #05071c;
}

.pricing1 .row .col-xxl-4:nth-child(2) .pricing1__item_plan {
  background-color: var(--primary_color1);
}

.pricing1 .row .col-xxl-4:nth-child(2) .pricing1__item__btn a {
  background-color: var(--primary_color1);
  border-color: var(--primary_color1);
  color: #fff;
}

/*======================================================|
=====| 6.32 Working Process 1 */
.process1 {
  position: relative;
}

.process1__shape {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 425px;
  z-index: -10;
}

@media only screen and (max-width: 991px) {
  .process1__shape {
    display: none;
  }
}

.process1__item {
  padding: 0px 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1699px) {
  .process1__item {
    padding: 0px 0px;
  }
}

.process1__item_thumb {
  width: 240px;
  height: 240px;
  padding: 10px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 42px;
}

.process1__item_thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100% !important;
}

.process1__item_thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(19, 93, 232, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  left: 0px;
  top: -10px;
  z-index: -1;
}

.process1__item_thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(19, 93, 232, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  left: 0px;
  bottom: -10px;
  z-index: -1;
}

.process1__item:hover .process1__item_thumb:before {
  background-color: var(--primary_color1);
}

.process1__item:hover .process1__item_thumb:after {
  background-color: var(--primary_color1);
}

.process1__item_content h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #2b2b2d;
  text-transform: capitalize;
  margin-bottom: 15px;
}

@media only screen and (max-width: 400px) {
  .process1__item_content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

.process1__item_content p {
  font-size: 16px;
  line-height: 26px;
  color: #6e7276;
}

.section_caption {
  display: inline-block;
  max-width: 720px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  padding: 30px 100px;
}

@media only screen and (max-width: 767px) {
  .section_caption {
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 479px) {
  .section_caption {
    padding: 20px;
  }
}

.section_caption p {
  font-size: 17px;
  line-height: 27px;
  color: #6e7276;
  margin-bottom: 0px;
}

.section_caption p a {
  color: var(--primary_color1);
}

.section_caption p a:hover {
  color: var(--primary_color1);
}

/*======================================================|
=====| 6.33 Working Process 2 */
.process2__item {
  padding: 50px 40px;
  border: 1px solid #d0d6dd;
  border-radius: 5px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 400px) {
  .process2__item {
    padding: 40px 30px;
  }
}

.process2__item_thumb {
  position: relative;
  margin-bottom: 42px;
}

.process2__item_thumb img {
  width: 70px;
}

.process2__item_thumb span {
  position: absolute;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  font-family: "Arimo", sans-serif;
  letter-spacing: 2px;
  color: var(--primary_color1);
  top: 0px;
  right: 0px;
}

.process2__item_content h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.process2__item_content p {
  font-size: 16px;
  line-height: 30px;
}

.process2 .process2__wrapper div[class^=col]:nth-child(1) {
  margin-top: 100px;
}

@media only screen and (max-width: 1399px) {
  .process2 .process2__wrapper div[class^=col]:nth-child(1) {
    margin-top: 0px;
  }
}

.process2 .process2__wrapper div[class^=col]:nth-child(3) {
  margin-top: 100px;
}

@media only screen and (max-width: 1399px) {
  .process2 .process2__wrapper div[class^=col]:nth-child(3) {
    margin-top: 0px;
  }
}

/*======================================================|
=====| 6.34 Service 1 */
.service1 {
  background-color: #f7f9fb;
  position: relative;
}

.service1__shape {
  position: absolute;
  top: 35px;
  right: 60px;
}

@media only screen and (max-width: 1199px) {
  .service1__shape {
    display: none;
  }
}

.service1__item {
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 10px;
  padding: 55px 40px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 575px) {
  .service1__item {
    padding: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .service1__item {
    padding: 40px 30px;
  }
}

.service1__item_heading {
  position: relative;
}

.service1__item_heading_thumb {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media only screen and (max-width: 479px) {
  .service1__item_heading_thumb {
    position: relative;
    margin-bottom: 30px;
  }
}

.service1__item_heading_text {
  min-height: 80px;
  padding-left: 135px;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .service1__item_heading_text {
    padding-left: 0px;
    min-height: 0px;
    margin-bottom: 15px;
  }
}

.service1__item_heading_text:before {
  position: absolute;
  content: "";
  left: 102px;
  top: 12px;
  width: 1px;
  height: 56px;
  background-color: rgba(208, 214, 221, 0.5);
}

@media only screen and (max-width: 479px) {
  .service1__item_heading_text:before {
    display: none;
  }
}

.service1__item_heading_text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #2b2b2d;
  padding-top: 8px;
}

.service1__item_content {
  margin-top: 35px;
}

@media only screen and (max-width: 479px) {
  .service1__item_content {
    margin-top: 0px;
  }
}

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

.service1__item_content a {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #2b2b2d;
  display: inline-block;
  border-radius: 100%;
}

.service1__item_content a:hover {
  background-color: var(--primary_color1);
}

.service1__item_content a svg {
  color: #fff;
  width: 24px;
}

/*======================================================|
=====| 6.35 Service 2 */
.service2__caption {
  margin-top: 50px;
  margin-left: 105px;
  margin-right: 105px;
}

@media only screen and (max-width: 767px) {
  .service2__caption {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.service2__caption p {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.service2__caption p:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: rgba(208, 214, 221, 0.6);
  left: -100px;
  top: 15px;
}

@media only screen and (max-width: 767px) {
  .service2__caption p:before {
    display: none;
  }
}

.service2__caption p:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: rgba(208, 214, 221, 0.6);
  right: -100px;
  top: 15px;
}

@media only screen and (max-width: 767px) {
  .service2__caption p:after {
    display: none;
  }
}

.accordion2 .accordion {
  border-bottom: 1px solid #d0d6dd;
}

.accordion2 .accordion .accordion-body {
  padding: 0px 0px 50px 0px;
}

@media only screen and (max-width: 575px) {
  .accordion2 .accordion .accordion-body {
    padding: 0px 0px 30px 0px;
  }
}

.accordion2 .accordion .accordion-item {
  border-color: #d0d6dd;
  border-top: 1px solid #d0d6dd;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.accordion2 .accordion .accordion-header {
  position: relative;
}

.accordion2 .accordion .accordion-header .accordion-button {
  padding: 35px 0px 35px 0px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .accordion2 .accordion .accordion-header .accordion-button {
    padding: 25px 0px 25px 0px;
  }
}

.accordion2 .accordion .accordion-header .accordion-button:after {
  display: none;
}

.accordion2 .accordion .accordion-header .accordion-button span:nth-child(1) {
  width: 35%;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  color: #85898d;
  letter-spacing: 1px;
}

@media only screen and (max-width: 991px) {
  .accordion2 .accordion .accordion-header .accordion-button span:nth-child(1) {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .accordion2 .accordion .accordion-header .accordion-button span:nth-child(1) {
    display: none;
  }
}

.accordion2 .accordion .accordion-header .accordion-button span:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  font-family: "Merriweather", serif;
  color: #2b2b2d;
}

@media only screen and (max-width: 575px) {
  .accordion2 .accordion .accordion-header .accordion-button span:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
  }
}

.accordion2 .accordion .accordion-header .accordion-button span:nth-child(3) {
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 0px;
  width: 66px;
  height: 66px;
  line-height: 75px;
  padding-right: 5px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #2b2b2d;
  color: #2b2b2d;
  border-radius: 100%;
  display: inline-block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 767px) {
  .accordion2 .accordion .accordion-header .accordion-button span:nth-child(3) {
    display: none;
  }
}

.accordion2 .accordion .accordion-header .accordion-button:hover span:nth-child(3) {
  background-color: var(--primary_color1);
  color: #fff;
  border-color: var(--primary_color1);
}

.accordion2 .accordion .accordion-header .accordion-button:not(.collapsed) span:nth-child(3) {
  background-color: var(--primary_color1);
  color: #fff;
  border-color: var(--primary_color1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion2 .accordion .accordion2__body {
  width: 35%;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .accordion2 .accordion .accordion2__body {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .accordion2 .accordion .accordion2__body {
    width: 100%;
  }
}

.accordion2 .accordion .accordion2__body ul {
  color: #6e7276;
}

.accordion2 .accordion .accordion2__body ol {
  padding-left: 0px !important;
}

.accordion2 .accordion .accordion2__body li {
  margin-bottom: 11px;
  padding-left: 20px;
  position: relative;
  list-style: none;
  color: #6e7276;
}

.accordion2 .accordion .accordion2__body li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #6e7276;
  left: 0px;
  top: 6px;
  border-radius: 100%;
}

.accordion2 .accordion .accordion2__thumb {
  width: 65%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .accordion2 .accordion .accordion2__thumb {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .accordion2 .accordion .accordion2__thumb {
    width: 100%;
    border-radius: 0px;
    margin-top: 30px;
  }
}

.accordion2 .accordion .accordion2__thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.accordion2 .accordion-button:not(.collapsed) {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion2 .accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion2 .accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion2 .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*======================================================|
=====| 6.36 Service 3 */
.service3 {
  background-color: #f7f9fb;
  position: relative;
}

.service3__shape {
  position: absolute;
  top: 35px;
  right: 60px;
}

@media only screen and (max-width: 1199px) {
  .service3__shape {
    display: none;
  }
}

.service3__item {
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 50px 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}

.service3__item:hover {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 400px) {
  .service3__item {
    padding: 35px 25px;
  }
}

.service3__item_thumb {
  width: 120px;
  position: relative;
  margin-bottom: 35px;
}

.service3__item_thumb .service3__item_thumb2 {
  position: absolute;
  width: 60px;
  left: 30px;
  top: 30px;
}

.service3__item_content h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #2b2b2d;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.service3__item_content h4 a {
  color: #2b2b2d;
}

.service3__item_content h4 a:hover {
  color: var(--primary_color1);
}

/*======================================================|
=====| 6.37 Service Details */
.postbox_w1__service_thumb {
  margin-bottom: 50px;
}

.postbox_w1__service_thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.postbox_w1__service_title {
  margin-bottom: 22px;
}

.postbox_w1__service_process {
  margin-top: 50px;
}

.postbox_w1__service_process .process2__item {
  padding: 40px 30px;
}

.postbox_w1__service_process .process2__item_content h5 {
  font-size: 24px;
  line-height: 36px;
}

.postbox_w1__service_faq {
  margin-top: 30px;
}

/*======================================================|
=====| 6.38 Working Skill */
.workingSkill1__thumb {
  padding-left: 55px;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .workingSkill1__thumb {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .workingSkill1__thumb {
    margin-top: 60px;
  }
}

.workingSkill1__thumb__img1 {
  display: inline-block;
  max-width: 368px;
}

.workingSkill1__thumb__img1 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px !important;
}

@media only screen and (max-width: 1399px) {
  .workingSkill1__thumb__img1 {
    max-width: 45%;
  }
}

.workingSkill1__thumb__img2 {
  display: inline-block;
  max-width: 310px;
  margin-left: 19px;
}

.workingSkill1__thumb__img2 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px !important;
}

@media only screen and (max-width: 1399px) {
  .workingSkill1__thumb__img2 {
    max-width: 45%;
  }
}

@media only screen and (max-width: 479px) {
  .workingSkill1__thumb__img2 {
    margin-left: 10px;
  }
}

.workingSkill1__thumb__img3 {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #fff;
  padding: 15px;
  top: 50%;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1399px) {
  .workingSkill1__thumb__img3 {
    left: 47%;
  }
}

@media only screen and (max-width: 1199px) {
  .workingSkill1__thumb__img3 {
    left: 380px;
  }
}

@media only screen and (max-width: 880px) {
  .workingSkill1__thumb__img3 {
    display: none;
  }
}

.workingSkill1__thumb__img3--btn {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
}

.workingSkill1__thumb__shape {
  position: absolute;
  right: -53px;
  top: -5px;
  z-index: -1;
}

@media only screen and (max-width: 1699px) {
  .workingSkill1__thumb__shape {
    display: none;
  }
}

.workingSkill1__content #progress-elements {
  margin-top: 40px;
}

.workingSkill1__content #progress-elements .progress-skill {
  position: relative;
}

.workingSkill1__content #progress-elements .progress-skill:not(:first-child) {
  margin-top: 26px;
}

.workingSkill1__content #progress-elements .progress-skill:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--primary_color1);
  left: 0px;
  bottom: -5px;
}

.workingSkill1__content #progress-elements .progress-skill h4 {
  color: #2b2b2d;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Arimo", sans-serif;
  margin-bottom: 10px;
}

.workingSkill1__content #progress-elements .progress-skill .progress {
  border-radius: 0px;
  height: 8px;
  background-color: #fff;
}

.workingSkill1__content #progress-elements .progress-skill .progress-bar {
  background-color: var(--primary_color1);
}

.workingSkill1__content #progress-elements .progress-skill .progress-bar span {
  position: absolute;
  right: 0px;
  bottom: 18px;
  color: #6e7276;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Arimo", sans-serif;
}

/*======================================================|
=====| 6.39 Slider 1 */
.slider1 {
  position: relative;
}

.slider1__shape {
  position: absolute;
  left: 85px;
  bottom: 80px;
  z-index: 100;
}

@media only screen and (max-width: 1199px) {
  .slider1__shape {
    display: none;
  }
}

.slider1__shape span {
  display: block;
  padding-left: 12px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Arimo", sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.slider1__height {
  height: 810px;
  background: url(../img/slider/slider-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1199px) {
  .slider1__height {
    height: 600px;
  }
}

.slider1__btn {
  position: relative;
  color: #fff;
  padding-left: 35px;
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .slider1__btn {
    display: none;
  }
}

.slider1__btn span {
  text-decoration: underline;
}

.slider1__btn:hover {
  color: var(--primary_color1);
}

.slider1__btn:hover:before {
  border-color: var(--primary_color1);
}

.slider1__btn:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -30px;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.slider1__btn svg {
  display: inline-block;
  margin-right: 45px;
  width: 24px;
}

.slider1__content {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1699px) {
  .slider1__content {
    padding-bottom: 0px;
  }
}

.slider1__content_subtitle {
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.slider1__content_subtitle a {
  color: #fff;
  display: inline-block;
}

.slider1__content_subtitle a svg {
  position: relative;
  top: -2px;
}

.slider1__content_subtitle a:hover {
  color: var(--primary_color1);
}

.slider1__content_title {
  font-size: 75px;
  font-weight: bold;
  line-height: 95px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .slider1__content_title {
    font-size: 60px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 880px) {
  .slider1__content_title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .slider1__content_title {
    font-size: 40px;
  }
}

.slider1__content_title span {
  color: var(--primary_color1);
}

.slider1__active {
  position: relative;
}

.slider1__active .owl-dots {
  position: absolute;
  bottom: 47%;
  right: 45px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .slider1__active .owl-dots {
    bottom: 20px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media only screen and (max-width: 400px) {
  .slider1__active .owl-dots {
    right: 20px;
  }
}

.slider1__active .owl-dots .owl-dot.active span,
.slider1__active .owl-dots .owl-dot:hover span {
  background: var(--primary_color1);
}

.slider1__active .owl-dots .owl-dot.active span:before,
.slider1__active .owl-dots .owl-dot:hover span:before {
  border-color: var(--primary_color1);
}

.slider1__active .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  background: #fff;
  margin-left: 18px;
}

.slider1__active .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -6px;
  top: -6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.slider1 .owl-carousel .owl-nav button.owl-prev,
.slider1 .owl-carousel .owl-nav button.owl-next {
  height: 50px;
  width: 50px;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  position: absolute;
  left: 25px;
  bottom: 75px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slider1 .owl-carousel .owl-nav button.owl-prev:hover,
.slider1 .owl-carousel .owl-nav button.owl-next:hover {
  color: var(--primary_color1);
  background-color: transparent;
  border-color: var(--primary_color1);
}

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

  .slider1 .owl-carousel .owl-nav button.owl-prev,
  .slider1 .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}

.slider1 .owl-theme .owl-nav {
  margin-top: 0px;
}

.slider1 .owl-carousel .owl-nav button.owl-next {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}

/*======================================================|
=====| 6.40 Testimonial 1 */
.testimonial1 .container-fluid {
  max-width: 1620px;
}

@media only screen and (max-width: 1199px) {
  .testimonial1__info {
    display: none;
  }
}

.testimonial1__info_thumb {
  width: 93px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  border: 3px solid #fff;
  position: relative;
}

.testimonial1__info_thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.testimonial1__info_content {
  display: inline-block;
  position: relative;
  top: -25px;
  margin-left: 40px;
}

.testimonial1__info_content h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  color: #2b2b2d;
  margin-bottom: 0px;
}

.testimonial1__info_content p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #85898d;
}

.testimonial1__info_content p i {
  font-size: 20px;
  position: relative;
  bottom: -1px;
  color: #fdcf00;
  display: inline-block;
  margin-right: 3px;
}

.testimonial1__info_thumb:not(:first-child) {
  margin-left: -40px;
}

.testimonial1__info_thumb_wrapper {
  display: inline-block;
}

.testimonial1__item {
  max-width: 380px;
}

@media only screen and (max-width: 1199px) {
  .testimonial1__item {
    max-width: 100%;
  }
}

.testimonial1__item_wrapper {
  margin-bottom: 50px;
}

.testimonial1__item_content {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .testimonial1__item_content {
    margin-bottom: 30px;
  }
}

.testimonial1__item_content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  margin-bottom: 20px;
}

.testimonial1__item_content p {
  padding-right: 60px;
}

@media only screen and (max-width: 991px) {
  .testimonial1__item_content p {
    padding-right: 0px;
  }
}

.testimonial1__item_data {
  position: relative;
  min-height: 85px;
}

.testimonial1__item_data_thumb {
  width: 80px;
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
}

.testimonial1__item_data_thumb img {
  width: 80px;
  height: 85px;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.testimonial1__item_data_info {
  padding-left: 100px;
  position: relative;
  bottom: -10px;
}

@media only screen and (max-width: 400px) {
  .testimonial1__item_data_info {
    bottom: 0px;
  }
}

.testimonial1__item_data_info h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media only screen and (max-width: 400px) {
  .testimonial1__item_data_info h5 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

.testimonial1__item_data_info h5 span {
  font-size: 16px;
  line-height: 30px;
  color: #6e7276;
}

.testimonial1__item_data_info ul li {
  display: inline-block;
}

.testimonial1__item_data_info ul li i {
  color: #fdcf00;
}

.testimonial1 .item_row div[class^=col]:nth-child(2) .testimonial1__item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .testimonial1 .item_row div[class^=col]:nth-child(2) .testimonial1__item_wrapper {
    display: block;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.testimonial1 .item_row div[class^=col]:nth-child(2) .testimonial1__item_wrapper:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #d0d6dd;
  top: 0px;
  left: -11%;
}

@media only screen and (max-width: 1699px) {
  .testimonial1 .item_row div[class^=col]:nth-child(2) .testimonial1__item_wrapper:before {
    display: none;
  }
}

.testimonial1 .item_row div[class^=col]:nth-child(2) .testimonial1__item_wrapper:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #d0d6dd;
  top: 0px;
  right: -7%;
}

@media only screen and (max-width: 1699px) {
  .testimonial1 .item_row div[class^=col]:nth-child(2) .testimonial1__item_wrapper:after {
    display: none;
  }
}

.testimonial1 .item_row div[class^=col]:nth-child(3) .testimonial1__item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media only screen and (max-width: 1399px) {
  .testimonial1 .item_row div[class^=col]:nth-child(3) .testimonial1__item_wrapper {
    display: block;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

/*======================================================|
=====| 6.41 Testimonial 2 */
.testimonial2 {
  background-color: #f7f9fb;
  position: relative;
}

.testimonial2__shape {
  position: absolute;
  width: 466px;
  height: 466px;
  right: 40px;
  bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .testimonial2__shape {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 400px) {
  .testimonial2__shape {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial2__top {
    display: none;
  }
}

.testimonial2__top h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
}

.testimonial2__top_image {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}

.testimonial2__top_image ul li {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

.testimonial2__top_image ul li:not(:first-child) {
  margin-left: -30px;
}

.testimonial2__top_image ul li img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.testimonial2__top_image a {
  position: absolute;
  top: 0px;
  right: -45px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  color: #6e7276;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
}

.testimonial2__top_image a:hover {
  background-color: var(--primary_color1);
  color: #fff;
}

.testimonial2__item {
  position: relative;
  z-index: 10;
}

.testimonial2__thumb {
  width: 420px;
  height: 485px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .testimonial2__thumb {
    width: 200px;
    height: 250px;
  }
}

.testimonial2__thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.testimonial2__text {
  padding-left: 60px;
}

@media only screen and (max-width: 991px) {
  .testimonial2__text {
    padding-left: 0px;
    margin-top: 50px;
  }
}

.testimonial2__text_icon {
  margin-bottom: 40px;
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 991px) {
  .testimonial2__text_icon {
    display: none;
  }
}

.testimonial2__text_data {
  margin-top: 90px;
}

@media only screen and (max-width: 1399px) {
  .testimonial2__text_data {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial2__text_data {
    margin-top: 40px;
  }
}

.testimonial2__text_data h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.testimonial2__text_data p {
  color: #85898d;
}

.testimonial2 .owl-carousel .owl-nav button.owl-prev,
.testimonial2 .owl-carousel .owl-nav button.owl-next {
  height: 62px;
  width: 62px;
  background: transparent;
  color: #fff;
  background-color: var(--primary_color1);
  text-align: center;
  position: absolute;
  left: -190px;
  bottom: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  font-size: 20px;
}

.testimonial2 .owl-carousel .owl-nav button.owl-prev:hover,
.testimonial2 .owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
  background-color: #2b2b2d;
}

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

  .testimonial2 .owl-carousel .owl-nav button.owl-prev,
  .testimonial2 .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}

.testimonial2 .owl-carousel .owl-nav button.owl-next {
  margin-left: 72px;
  background-color: #2b2b2d;
}

.testimonial2 .owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--primary_color1);
}

/*======================================================|
=====| 6.42 Testimonial 3 */
.testimonial3.other_page {
  background-color: #f7f9fb;
}

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

.testimonial3__item {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 50px 40px;
  margin: 81px 20px 50px 20px;
  background-color: #fff;
}

@media only screen and (max-width: 575px) {
  .testimonial3__item {
    margin: 0px 0px 50px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d0d6dd;
    padding: 30px 20px;
  }
}

.testimonial3__item_thumb {
  width: 200px;
  position: relative;
}

.testimonial3__item_img {
  position: absolute;
  left: 0px;
  top: -131px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
}

.testimonial3__item_img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 575px) {
  .testimonial3__item_img {
    position: static;
    width: 100px;
    height: 100px;
  }
}

.testimonial3__item_data {
  margin-top: 89px;
}

@media only screen and (max-width: 575px) {
  .testimonial3__item_data {
    margin-top: 20px;
  }
}

.testimonial3__item_data h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.testimonial3__item_data p {
  color: #85898d;
  text-transform: capitalize;
}

.testimonial3__item_content {
  margin-left: 40px;
}

@media only screen and (max-width: 640px) {
  .testimonial3__item_content {
    margin-left: 20px;
  }
}

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

.testimonial3__item_content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  margin-bottom: 15px;
}

.testimonial3__item_content p {
  font-size: 16px;
  line-height: 26px;
}

.testimonial3__thumb {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 1699px) {
  .testimonial3__thumb {
    padding-left: 0px;
    margin-top: 50px;
  }
}

.testimonial3__thumb_img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.testimonial3__thumb_shape {
  position: absolute;
  top: 80px;
  right: -85px;
  width: 170px;
  height: 170px;
  background-color: var(--primary_color1);
  border-radius: 100%;
  text-align: center;
  line-height: 120px;
  border: 25px solid #fff;
}

@media only screen and (max-width: 1699px) {
  .testimonial3__thumb_shape {
    right: 10px;
    top: 50px;
  }
}

@media only screen and (max-width: 1399px) {
  .testimonial3__thumb_shape {
    right: -85px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial3__thumb_shape {
    right: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial3__thumb_shape {
    display: none;
  }
}

.testimonial3__thumb_info {
  background-color: var(--primary_color1);
  position: absolute;
  left: 30px;
  bottom: 0px;
  padding: 23px 35px;
  width: 305px;
  border-top: 25px solid #fff;
  border-right: 25px solid #fff;
}

@media only screen and (max-width: 1699px) {
  .testimonial3__thumb_info {
    left: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .testimonial3__thumb_info {
    display: none;
  }
}

.testimonial3__thumb_info h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  font-family: "Arimo", sans-serif;
  color: #fff;
  margin-bottom: 3px;
}

.testimonial3__thumb_info p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  color: #fff;
}

.testimonial3 .slider-section-dots {
  position: relative;
}

.testimonial3 .slider-section-dots .owl-dots {
  position: absolute;
  bottom: -7px;
  left: 15px;
}

@media only screen and (max-width: 575px) {
  .testimonial3 .slider-section-dots .owl-dots {
    left: 0px;
  }
}

.testimonial3 .slider-section-dots .owl-dots .owl-dot.active span,
.testimonial3 .slider-section-dots .owl-dots .owl-dot:hover span {
  background: var(--primary_color1);
}

.testimonial3 .slider-section-dots .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  border: 3px solid var(--primary_color1);
  border-radius: 100%;
  background: #fff;
  margin: 0px 5px;
}

.testimonial_page .testimonial3__item {
  margin-left: 0px;
  margin-right: 0px;
}

/*======================================================|
=====| 6.43 Who We Are 1 */
.who_we1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.who_we1__thumb {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1399px) {
  .who_we1__thumb {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .who_we1__thumb {
    margin-bottom: 60px;
  }
}

.who_we1__thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.who_we1__content {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1399px) {
  .who_we1__content {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1399px) {
  .who_we1__content {
    margin-bottom: 60px;
  }
}

.who_we1__content .heading1__subtitle {
  color: #fff;
}

.who_we1__content .heading1__title {
  color: #fff;
}

.who_we1__item {
  position: relative;
}

.who_we1__item_thumb {
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
}

.who_we1__item_thumb img {
  width: 35px;
  height: auto;
}

.who_we1__item_content {
  padding-left: 100px;
  padding-top: 3px;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .who_we1__item_content {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 400px) {
  .who_we1__item_content {
    padding-left: 90px;
  }
}

.who_we1__item_content h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.who_we1__item_content p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0px;
}

.who_we1__info {
  background-color: var(--primary_color1);
  padding: 60px 0px;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .who_we1__info {
    margin-bottom: 40px;
  }
}

.who_we1__info:before {
  position: absolute;
  content: "";
  width: 275px;
  height: 213px;
  background-color: #05071c;
  z-index: 10;
  left: 7px;
  bottom: 0px;
}

@media only screen and (max-width: 1399px) {
  .who_we1__info:before {
    display: none;
  }
}

.who_we1__info:after {
  position: absolute;
  content: "";
  left: 281px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-bottom: 213px solid #05071c;
  border-right: 80px solid transparent;
  z-index: 11;
}

@media only screen and (max-width: 1399px) {
  .who_we1__info:after {
    display: none;
  }
}

.who_we1__info_item {
  width: 50%;
  padding-left: 50px;
  z-index: 20;
}

@media only screen and (max-width: 640px) {
  .who_we1__info_item {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .who_we1__info_item {
    width: 100%;
  }

  .who_we1__info_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.who_we1__info_data {
  position: relative;
  min-height: 55px;
  margin-bottom: 13px;
}

.who_we1__info_data img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 55px;
  height: auto;
}

.who_we1__info_data h5 {
  padding-left: 75px;
  padding-top: 2px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 55px;
  font-family: "Arimo", sans-serif;
  line-height: 1;
}

.who_we1__info p {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-transform: capitalize;
}

.who_we1__info_text {
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .who_we1__info_text {
    min-height: 220px;
  }
}

@media only screen and (max-width: 575px) {
  .who_we1__info_text {
    min-height: auto;
  }
}

.who_we1__info_text h4 {
  color: #fff;
  padding-left: 10px;
  padding-top: 35px;
  padding-right: 280px;
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
}

@media only screen and (max-width: 1399px) {
  .who_we1__info_text h4 {
    padding-left: 250px;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .who_we1__info_text h4 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .who_we1__info_text h4 {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 880px) {
  .who_we1__info_text h4 {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .who_we1__info_text h4 {
    font-size: 20px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .who_we1__info_text h4 {
    padding-left: 0px;
  }
}

.who_we1__info_text_thumb {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 220px;
  height: 220px;
}

@media only screen and (max-width: 1399px) {
  .who_we1__info_text_thumb {
    left: 0px;
    right: auto;
  }
}

@media only screen and (max-width: 575px) {
  .who_we1__info_text_thumb {
    display: none;
  }
}

.who_we1__info_text_thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/*======================================================|
=====| 6.44 Why Choose Us 1 */
.whyChooseUs1 {
  background-color: #f7f9fb;
  position: relative;
  overflow: hidden;
}

.whyChooseUs1__shape {
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: 200px;
}

@media only screen and (max-width: 1799px) {
  .whyChooseUs1__shape {
    width: 150px;
  }
}

@media only screen and (max-width: 1699px) {
  .whyChooseUs1__shape {
    display: none;
  }
}

.whyChooseUs1__shape img {
  width: 100%;
  height: auto;
}

.whyChooseUs1__imgBox {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(50% - 15px);
  height: 100%;
}

.whyChooseUs1__imgBox>img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 991px) {
  .whyChooseUs1__imgBox {
    position: relative;
    left: 0px;
    width: 100%;
    height: 500px;
  }
}

.whyChooseUs1__imgBox_play {
  position: absolute;
  left: 50px;
  top: 40px;
  width: 140px;
  height: 140px;
  background-color: rgba(217, 217, 217, 0.5);
  text-align: center;
  line-height: 136px;
  border: 2px solid rgba(19, 93, 232, 0.8);
  border-radius: 100%;
}

@media only screen and (max-width: 575px) {
  .whyChooseUs1__imgBox_play {
    left: 20px;
    top: 30px;
  }
}

.whyChooseUs1__imgBox_play a {
  display: inline-block;
  background-color: var(--primary_color1);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  line-height: 100px;
}

.whyChooseUs1__imgBox_play a img {
  width: 40px;
  height: auto;
}

.whyChooseUs1__item {
  margin-top: 30px;
}

.whyChooseUs1__item_thumb {
  position: relative;
}

.whyChooseUs1__item_thumb h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #f7f9fb;
  font-weight: bolder;
  position: absolute;
  left: 0px;
  top: 0px;
  text-shadow: -1px -1px 0 var(--primary_color1), 1px -1px 0 var(--primary_color1), -1px 1px 0 var(--primary_color1), 1px 1px 0 var(--primary_color1);
}

@media only screen and (max-width: 479px) {
  .whyChooseUs1__item_thumb h2 {
    font-size: 40px;
    line-height: 40px;
    top: 5px;
  }
}

.whyChooseUs1__item_text {
  padding-left: 100px;
}

@media only screen and (max-width: 479px) {
  .whyChooseUs1__item_text {
    padding-left: 65px;
  }
}

.whyChooseUs1__item_text h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 16px;
}

@media only screen and (max-width: 479px) {
  .whyChooseUs1__item_text h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/*======================================================|
=====| 6.45 Why Choose Us 2 */
.whyChooseUs2__thumb {
  padding-right: 70px;
}

@media only screen and (max-width: 1399px) {
  .whyChooseUs2__thumb {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .whyChooseUs2__thumb {
    padding-right: 0px;
    height: 450px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .whyChooseUs2__thumb {
    height: 400px;
  }
}

.whyChooseUs2__thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.whyChooseUs2__item {
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  margin-bottom: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.whyChooseUs2__item:hover {
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 400px) {
  .whyChooseUs2__item {
    padding: 35px 25px;
  }
}

.whyChooseUs2__item_thumb {
  position: relative;
  margin-bottom: 60px;
}

.whyChooseUs2__item_thumb_icon {
  width: 80px;
  position: absolute;
  left: 30px;
  top: 10px;
}

.whyChooseUs2__item_content h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #2b2b2d;
  margin-bottom: 25px;
}

@media only screen and (max-width: 400px) {
  .whyChooseUs2__item_content h4 {
    font-size: 20px;
  }
}

.whyChooseUs2__item_content_btn {
  font-size: 17px;
  line-height: 30px;
  color: #2b2b2d;
  text-transform: capitalize;
}

.whyChooseUs2__item_content_btn:hover {
  color: var(--primary_color1);
}

.hero99 {
  width: 100%;
  background-color: #ecf2fd;
  height: 200px;
}
