/***
====================================================================
	Reset
====================================================================
***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

:root {
  --color-default: #3c3c3c;
  --color-primary: #c92504;
  --color-secondary: #011f79;
}

.container {
  position: relative;
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.6em;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-primary);
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

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

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol,
li {
  margin: 0;
  padding: 0;
}

.main-menu .navigation > li .active {
  color: var(--color-primary);
  border-radius: 50px;
  padding: 2px 10px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

.page-wrapper::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../gallery/bg.jpg);
  background-attachment: fixed;
  opacity: 0.25;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-wrap {
  position: relative;
  height: 100vh;
}

.top-wrap::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  z-index: 1;
}

/**header-main**/
.header-main {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.header-one {
  position: relative;
}

.header-one .container {
  position: relative;
  max-width: 1200px;
}

.header-one .lower-box {
  position: relative;
  height: 100%;
}

.lower-box .logo {
  top: 18px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 338px;
}

.lower-box .nav-outer {
  position: relative;
  display: inline-block;
  text-align: right;
  margin-left: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.main-menu {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 58px 0 0;
  top: 0;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  display: block;
  padding: 0 11px;
  border-radius: 24px 0 1px 24px;
}

.main-menu .navigation > li {
  position: relative;
  display: inline-table;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  border-right: 0px;
  padding: 8px 12px;
  opacity: 1;
  color: #000000;
}

.main-menu .navigation > li > a i {
  position: relative;
  top: 0px;
  font-size: 16px;
}

.main-menu li .submenu {
  position: absolute;
  width: 150px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #f2fcff;
  z-index: 25;
  box-shadow: 0 3px 3px #6e6e6e;
  right: -42px;
}

.main-menu li:hover > .submenu.mega-menu {
  width: 600px;
}

.mega-menu .row .col-md-6 {
  border-right: 1px dashed #333;
}

.mega-menu .row .col-md-6:last-child {
  border-right: 0px;
}

.main-menu .navigation > li > ul > li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  display: block;
  background: var(--color-primary);
}

.main-menu .navigation > li > ul > li:hover:before {
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header-top {
  position: relative;
  background: var(--color-primary);
  min-height: 50px;
}

.header-top .container {
  max-width: 1060px;
}

.header-top-social {
  position: absolute;
  right: 129px;
  top: 13px;
}

.header-top-social ul li {
  display: inline-block;
}

.header-top-social ul li a {
  width: 30px;
  height: 30px;
  background: #fff;
  color: var(--color-primary);
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 18px;
  display: block;
}

.header-contact ul li {
  display: inline-block;
}

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

.header-menu-nav {
  position: absolute;
  top: 14px;
  right: 379px;
}

.header-contact {
  position: absolute;
  top: 14px;
}

.header-menu-nav ul li a {
  color: #fff;
  padding: 0px 10px;
  border-right: 1px dashed;
}

.header-contact ul li:nth-child(2) a {
  border-right: 0px;
}

.header-contact ul li a {
  color: #fff;
  padding: 0px 10px;
  border-right: 1px dashed;
}

.logins_section {
  position: absolute;
  right: 0px;
  z-index: 99;
  display: inline-block;
  top: 10px;
}

.logins_section span {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  background: var(--color-secondary);
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 5;
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-default);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--color-secondary);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
  position: relative;
  color: var(--color-secondary);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: var(--color-primary);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.main-menu .navigation > li > a:hover {
  color: var(--color-primary);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  background: #fff;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
  color: #dddddd;
}

.main-menu .navigation > li > ul {
  border-top: 2px solid var(--color-secondary);
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 230px;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #929292;
}

.main-menu .navigation > li > ul > li > a:hover {
  /* background:var(--color-secondary); */
  color: #fff;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation .cstmwidth {
  width: 160px;
}

/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
}

.banner-one__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.slide-one {
  background-image: url(../gallery/banner.jpg);
}

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 51px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
  display: none;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
}

.top-border {
  position: relative;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, transparent, var(--color-primary), transparent);
}

/* sec-title */
.sec-title h3 {
  font-weight: 500;
  color: var(--color-primary);
  font-size: 19px;
  position: relative;
}

.abt-sec .sec-title h3 {
  margin-bottom: 15px;
}

.abt-sec .sec-title h2::before {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--color-default);
  top: -12px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.abt-sec .sec-title h2::after {
  content: " ";
  position: absolute;
  width: 29%;
  height: 1px;
  background: var(--color-secondary);
  top: -6px;
  right: 0px;
  left: 0px;
  margin: auto;
  z-index: -1;
}

.abt-sec .sec-title h2 {
  color: var(--color-primary);
  font-size: 55px;
  text-transform: uppercase;
  font-weight: bold;
}

.sec-title h2 {
  color: var(--color-secondary);
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

/* abt-sec */
.abt-sec {
  position: relative;
  margin-bottom: 75px;
}

.abt-matter p {
  line-height: 30px;
  padding-top: 9px;
}

.doc-img img {
  box-shadow: 0px 0px 10px #a7a7a7;
}

.doc-sec {
  position: relative;
  margin-bottom: 80px;
  padding-top: 80px;
}

.doc-img {
  position: relative;
}

.doc-img::before {
  content: " ";
  position: absolute;
  width: 34%;
  height: 100%;
  background: #efefef;
  z-index: -1;
  top: -150px;
  left: 0px;
  margin: auto;
  right: 0px;
}
.why-choose-head h1 {
  font-size: 25px;
}
.why-choose-head h3 {
  font-size: 20px;
  display: inline-block;
  color: var(--color-primary);
  font-weight: 500;
}

.why-choose-head h2 {
  color: var(--color-secondary);
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.tp_abt_row1 {
  position: relative;
  margin-top: 20px;
}

.tp_list1 {
  position: relative;
  text-align: center;
  padding: 45px 15px;
  background: var(--color-secondary);
  border-radius: 50%;
  box-shadow: 0px 0px 10px #21212133;
  width: 170px;
  height: 170px;
  border: 7px solid var(--color-secondary);
  margin: auto;
}

/* .tp_abt_row1 .col-md-3:nth-child(2) .tp_list1 {
  background: #ffe8e4;
  border-color: #ffe8e4;
} */

.tp_list1 h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
}

.tp_list1 p {
  font-size: 50px;
  font-weight: 400;
  display: block;
  color: #fff;
  margin-bottom: 15px;
}

.tp_list1 img {
  width: 65px;
  filter: brightness(0) invert(1);
}

.why-choose-btm {
  padding-top: 20px;
}

.appt-box p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

.appt-box h2 {
  font-size: 29px;
  margin-bottom: 10px;
  padding: 0px 35px;
}

.appt-box span {
  font-size: 21px;
}

.appt-box a {
  background: var(--color-primary);
  color: #fff;
  padding: 2px 10px 4px 10px;
  border-radius: 30px;
}

.doc-content h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-default);
  font-size: 40px;
}

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

.doc-content h3 {
  font-weight: 600;
  font-size: 20px;
}

.doc-content a {
  border: 1px solid var(--color-teritary);
  color: var(--color-teritary);
  padding: 4px 8px;
}

.serv-sec {
  position: relative;
  margin-bottom: 100px;
}

.doc-content p {
  margin-bottom: 5px;
}

.sec-title p {
  padding: 0px 200px;
  font-size: 15px;
}

/*  */
.serv-row .col-md-3 {
  position: relative;
  cursor: pointer;
}

.serv-row .col-md-3:nth-child(1):before,
.serv-row .col-md-3:nth-child(3):before,
.serv-row .col-md-3:nth-child(6):before,
.serv-row .col-md-3:nth-child(8):before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to right, #e0e0e0, transparent, #e0e0e0); */
  background: linear-gradient(to right, #6b68ad1a, transparent, #6b68ad1a);
  left: 0px;
  top: 0px;
}

.box-content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.why-choose-head p {
  line-height: 30px;
  padding-top: 15px;
  font-size: 15px;
}

.why-choose-head p a {
  color: #a81c00;
}

.area-expert-timeline.main-timeline1 {
  position: relative;
}

.area-expert-timeline.main-timeline1:after {
  content: "";
  display: block;
  clear: both;
}

.area-expert-timeline.main-timeline1:before {
  content: "";
  height: 85%;
  width: 2px;
  border: 2px dashed #c4c4c4;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 26px;
}

.area-expert-timeline.main-timeline1 .timeline1 {
  width: 47%;
  padding: 0 18px 0 27px;
  margin: 0 10px 20px 0;
  float: left;
  position: relative;
}

.area-expert-timeline.main-timeline1 .timeline-content1 {
  background: linear-gradient(#fff, #efeeee);
  padding: 0 90px 0 40px;
  border-radius: 0 50px 50px 0;
  box-shadow: 0 0 10px #c5c3c3;
  display: table-cell;
  position: relative;
  width: 500px;
  height: 85px;
  vertical-align: middle;
  text-align: right;
}

.area-expert-timeline.main-timeline1 .timeline1::before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 47px;
  background: var(--color-teritary);
  left: 27px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
}

.area-expert-timeline.main-timeline1 .timeline1:nth-child(even)::before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 47px;
  background: var(--color-teritary);
  right: 27px;
  left: initial;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
}

.area-expert-timeline.main-timeline1 .timeline-content1:hover {
  background: var(--color-primary);
  transition: all 0.6s ease;
}

.area-expert-timeline.main-timeline1 .timeline-content1:hover .description {
  color: #fff;
  transition: all 0.6s ease;
}

.area-expert-timeline.main-timeline1 .timeline-content1:before,
.area-expert-timeline.main-timeline1 .timeline-content1:after {
  content: "";
  background: linear-gradient(to bottom, #cacacc, #c3c3c3);
  width: 45px;
  height: 45px;
  transform: rotate(-45deg);
  position: absolute;
  top: 22px;
  right: -74px;
  z-index: 1;
}

.area-expert-timeline.main-timeline1 .timeline-content1:after {
  background: #fff;
  transform: rotate(-45deg) scale(0.6);
}

.area-expert-timeline.main-timeline1 .timeline-icon1 {
  color: #fff;
  font-size: 23px;
  text-align: center;
  line-height: inherit;
  height: auto;
  padding: 4px;
  width: auto;
  position: absolute;
  top: 23px;
  right: 19px;
  border-radius: 4px;
  z-index: 1;
}

.area-expert-timeline.main-timeline1 .timeline-icon1 i {
  transform: rotate(45deg);
}

.area-expert-timeline.main-timeline1 .timeline-year1 {
  color: #fff;
  background: linear-gradient(to bottom, #2b2b2b, #504f4f, #6f6e6e);
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 83px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 13px;
  text-transform: uppercase;
}

.area-expert-timeline.main-timeline1 .timeline-year1:after {
  content: "";
  background: #cacacc;
  height: 7px;
  width: 22px;
  position: absolute;
  right: -33px;
  top: 28px;
}

.area-expert-timeline.main-timeline1 .title {
  color: #000;
  font-size: 20px;
  font-weight: inherit;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}

.area-expert-timeline.main-timeline1 .description {
  color: #0e0e0e;
  font-size: 16px;
  margin: 0;
}

.area-expert-timeline.main-timeline1 .timeline1:nth-child(even) {
  padding: 0 27px 0 18px;
  margin: 0 0 20px 10px;
  float: right;
  position: relative;
}

.area-expert-timeline.main-timeline1 .timeline1:nth-child(even) .timeline-content1 {
  padding: 0 40px 0 90px;
  text-align: left;
  border-radius: 50px 0 0 50px;
}

.area-expert-timeline.main-timeline1 .timeline1:nth-child(even) .timeline-content1:before {
  right: auto;
  left: -58px;
  background: 0;
}

.area-expert-timeline.main-timeline1 .timeline1:nth-child(even) .timeline-icon1 {
  left: 20px;
  background: transparent;
  right: initial;
}

.area-expert-timeline.main-timeline1 .timeline1:nth-child(even) .timeline-year1 {
  right: auto;
  left: 10px;
  background: linear-gradient(to bottom, #2b2b2b, #504f4f, #6f6e6e);
}

.area-expert-timeline.main-timeline1 .timeline1:nth-child(even) .timeline-year1:after {
  transform: rotateY(180deg);
  right: auto;
  left: -33px;
}

.area-expert-timeline.main-timeline1 .timeline1:nth-child(4n + 2) .timeline-content1:before,
.area-expert-timeline.main-timeline1 .timeline1:nth-child(even) .timeline-content1:after {
  display: none;
}

.area-expert-timeline.main-timeline1 .timeline1:nth-child(4n + 2) .timeline-icon1 {
  background: transparent;
}

.area-expert-timeline.main-timeline1 .timeline1:nth-child(4n + 2) .timeline-year1 {
  background: linear-gradient(to bottom, #2b2b2b, #504f4f, #6f6e6e);
}

@media screen and (max-width: 767px) {
  .area-expert-timeline.main-timeline1:before {
    left: 17px;
    transform: translateX(0);
  }

  .area-expert-timeline.main-timeline1 .timeline1,
  .area-expert-timeline.main-timeline1 .timeline1:nth-child(even) {
    width: 100%;
    padding: 0 0 27px 40px;
    margin: 0 0 30px 0;
  }

  .area-expert-timeline.main-timeline1 .timeline-content1:before,
  .area-expert-timeline.main-timeline1 .timeline-content1:after,
  .area-expert-timeline.main-timeline1 .timeline1:nth-child(even) .timeline-content1:before,
  .area-expert-timeline.main-timeline1 .timeline1:nth-child(even) .timeline-content1:after {
    height: 25px;
    width: 25px;
    top: 10px;
    right: auto;
    left: -34px;
  }

  .area-expert-timeline.main-timelin1 .timeline-year1:after,
  .area-expert-timeline.main-timeline1 .timeline1:nth-child(even) .timeline-year1:after {
    transform: rotateY(180deg);
    right: auto;
    left: -20px;
  }
}

@media screen and (max-width: 576px) {
  .area-expert-timeline.main-timeline1 .title {
    font-size: 18px;
  }
}

.area-expert-timeline.main-timeline1 .description {
  color: #0e0e0e;
  font-size: 17px;
  margin: 0;
}

.myths-facts-bottom-desc {
  max-width: 761px;
  padding: 27px 44px;
  margin: auto;
  font-size: 29px;
  border-radius: 19px;
  text-align: center;
  margin-top: 25px;
  line-height: 31px;
  background: #312c6e;
  box-shadow: 0 0 0 6px #c6c6c7;
  color: #fff;
}

.myths-facts-bottom-desc span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: table;
  margin: auto;
  font-size: 53px;
  margin-top: 35px;
}

.area-sec {
  position: relative;
  margin-bottom: 65px;
}

.sec-title span {
  color: var(--color-teritary);
}

.area-expert-timeline {
  padding-top: 10px;
}

.testimonial-sec {
  position: relative;
  margin-bottom: 40px;
}

.testimonial-block {
  position: relative;
  margin-bottom: 50px;
}

.testimonial-block::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/google.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.1;
  top: 25px;
  right: 65px;
  filter: grayscale(1);
}

.testimonial-icon {
  background: #fff;
  box-shadow: 0px 0px 20px #1f1f1f;
  border: 8px solid #e8e8e8;
  border-radius: 50%;
  padding: 20px;
  margin-right: 30px;
}

.testimonial-icon img {
  width: 255px;
}

.testimonial-quote-left {
  position: absolute;
  font-size: 135px;
  opacity: 0.1;
  top: 0px;
  left: 4px;
}

.testimonial-description {
  padding-left: 125px;
  padding-top: 80px;
}

.testimonial-description h4 {
  color: var(--color-secondary);
  text-transform: uppercase;
  font-size: 32px;
  position: relative;
  padding-bottom: 15px;
}

.testimonial-description h4::before {
  content: " ";
  position: absolute;
  width: 30%;
  height: 2px;
  background: var(--color-secondary);
  bottom: 8px;
}

.testimonial-description p {
  line-height: 30px;
}

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

.testimonial-scroll .owl-dots {
  position: relative;
  left: 125px;
  bottom: 25px;
  width: 100%;
}

.testimonial-scroll .owl-dot {
  position: relative;
  display: inline-block;
  height: 0px;
  width: 21px;
  border: 3px solid var(--color-primary);
  opacity: 1;
  margin: 0 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
}

.testimonial-scroll .owl-dot:hover,
.testimonial-scroll .owl-dot.active {
  opacity: 1;
  border: 3px solid var(--color-secondary);
}

.modal-backdrop.in {
  background-color: #999;
  opacity: 0.7;
}

.appointment-box .appointment-dialog {
  width: 450px;
}

.appointment-box .appointment-dialog .appointment-content {
  background: transparent;
  text-align: center;
  border-radius: 0;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.appointment-box .appointment-dialog .appointment-content:before,
.appointment-box .appointment-dialog .appointment-content:after {
  content: "";
  background-color: var(--color-default);
  height: 100%;
  width: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(50% 10%, 100% 30%, 100% 100%, 0 100%, 0 30%);
}

.appointment-box .appointment-dialog .appointment-content:after {
  background-color: #f5f5f5;
  width: 100%;
  height: 80%;
  top: auto;
  bottom: 10px;
  clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 100%, 50% 90%, 0 100%);
}

.appointment-box .appointment-dialog .appointment-content .modal-body {
  padding: 100px 20px 50px !important;
}

.appointment-box .appointment-dialog .appointment-content .modal-body .cancel {
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 70px;
  border: none;
  transition: all 0.3s ease 0s;
}

.appointment-box .appointment-dialog .appointment-content .modal-body .cancel:hover {
  color: #fff;
}

.appointment-box .appointment-dialog .appointment-content .modal-body .title {
  color: var(--color-primary);
  font-size: 33px;
  line-height: 33px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.appointment-box .appointment-dialog .appointment-content .modal-body .form-control {
}

.appointment-box .appointment-dialog .appointment-content .modal-body .theme-btn {
  color: #fff;
  background: var(--color-teritary);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 30px;
  margin: 0 auto 10px;
  border-radius: 25px;
  border: none;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .appointment-dialog {
    width: auto !important;
  }
}

.appt-blog {
  position: relative;
  margin-bottom: 38px;
}

.modal-body i {
  color: #fff;
  font-size: 33px;
  margin-bottom: 45px;
}

.faqserbox.serviceBox {
  text-align: center;
  padding: 50px 10px 20px;
  position: relative;
}

.faqserbox.serviceBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f6f6f6;
}

.faq_row .col-md-6:nth-child(1),
.faq_row .col-md-6:nth-child(3) {
  border-right: 1px solid #ccc;
}

/* .faq_row .col-md-6:nth-child(1),
.faq_row .col-md-6:nth-child(2) {
  background-color: #f5f5f5;
} */
.faqserbox.serviceBox .service-icon {
  color: var(--color-default);
  background: #fff;
  font-size: 49px;
  line-height: 75px;
  width: 77px;
  height: 77px;
  margin: 0 auto 39px;
  box-shadow:
    0 0 10px rgb(0 0 0 / 30%),
    -14px -14px 0px var(--color-primary);
  transform: rotate(45deg);
  transition: all 0.3s;
}

.faqserbox.serviceBox .service-icon i.fa {
  transform: rotate(-45deg);
}

.faqserbox.serviceBox:hover .service-icon {
  font-size: 60px;
  box-shadow:
    0 0 10px rgb(0 0 0 / 80%),
    -14px -14px 0px var(--color-default);
}

.faqserbox.serviceBox .title {
  color: var(--color-default);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 25px;
}

.faqserbox.serviceBox .description {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 15px;
}

.appt-blog .sec-title p {
  padding: 0px;
}

.hand_problems_section {
  position: relative;
  padding: 50px 0px;
  background: var(--color-secondary);
}

._prmls_title {
  color: #fff;
  font-size: 33px;
  font-weight: 400;
}

.prlm_btn a {
  color: #fff;
  background: var(--color-primary);
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 20px;
}

.call-us {
  position: fixed;
  bottom: 20px;
  left: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  /* padding: 10px 16px; */
  align-items: center;
}

.call-us img {
  width: 45px;
  filter: brightness(0) invert(1);
}

.call-us-i a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: var(--color-secondary);
  display: block;
  border-radius: 50%;
  filter: drop-shadow(0 0px 8px rgb(0 0 0 / 38%));
}

.expert-sec {
  position: relative;
  margin-bottom: 60px;
  padding: 70px 0px 65px;
  color: #fff;
}

.expert-sec::before {
  content: " ";
  position: absolute;
  width: 82%;
  height: 100%;
  background: linear-gradient(to right, #c3250830, #c3250830, #0b287ede, #011f79, #011f79);
  top: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  border-radius: 30px;
}

.expert-sec::after {
  content: " ";
  position: absolute;
  width: 82%;
  height: 100%;
  background-image: url(../gallery/expert-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
  top: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  filter: brightness(0.8);
  border-radius: 30px;
}

.ol_styles {
  padding: 0;
  padding-left: 20px;
}

.ol_styles li {
  position: relative;
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 15px;
  list-style: disc;
}

.ol_styles li strong {
  font-weight: 600;
  font-size: 17px;
}

.expert-title h2 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 28px;
}

.expert-title span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  display: block;
  margin-bottom: 5px;
}

.expert-title p {
  font-size: 15px;
}

.aptBox {
  text-align: center;
  padding: 25px 0 0;
  margin: 0 -5px;
  position: relative;
}

.aptBox:before {
  content: "";
  border: 1px solid #ffdfd8;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.aptBox .apt-icon {
  color: var(--color-primary);
  font-size: 50px;
  margin: 0 auto 30px;
}

.aptBox .apt-content {
  padding: 25px 30px;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 1;
}

.aptBox::after {
  content: "";
  position: absolute;
  height: 81%;
  width: 100%;
  background: #011f79;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.aptBox .apt-content::after {
  content: "";
  background-color: #011f79;
  height: 30px;
  width: 30px;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: -13px;
  z-index: -1;
}

.aptBox .title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.aptBox .description {
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 990px) {
  .aptBox {
    margin: 0 0 30px;
  }
}

.sbt-btn {
  display: inline-block;
  background: #fff;
  border-radius: 25px;
  padding: 0 10px;
  margin-top: 10px;
  color: var(--color-primary);
}

.appointment-form .form-control::placeholder {
  color: #ffffff;
}

.appointment-form .form-control {
  color: #ffffff;
}

.shape2 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #fff;
}

.shape2::after {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  right: -10px;
  top: -8px;
  border-radius: 50%;
  background-color: #fff;
}

.main-serv-img img {
  border-radius: 50%;
  width: 175px !important;
  margin: auto;
  box-shadow: 3px -1px 7px #0000006b;
}

.main-serv-block {
  position: relative;
  width: 240px !important;
  margin: 0px auto 10px;
  padding: 32px 20px;
  cursor: pointer;
}

.main-serv-block::before {
  content: " ";
  position: absolute;
  width: 93%;
  height: 96%;
  border: 1px solid #011f7929;
  border-radius: 999px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.main-serv-block::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 60%;
  background: #f5f5f5;
  border-radius: 0px 0px 999px 999px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  box-shadow: 0px 0px 11px #00000021;
}

.main-serv-content {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.main-serv-content h2 {
  font-size: 20px;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: 600;
}

.main-serv-content p {
  font-size: 15px;
  margin-bottom: 5px;
}

.main-serv-content a {
  color: var(--color-primary);
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 14px;
  padding: 0px 5px;
}

.serv-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.serv-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 50%;
  margin: -13px 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--color-secondary);
}

.serv-scroll .owl-dot:hover,
.serv-scroll .owl-dot.active {
  opacity: 1;
  background: var(--color-primary);
}

.serv-btm-content {
  position: relative;
  padding-top: 30px;
  margin: 30px 100px 0px;
}

.serv-btm-content::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #ffffff00, var(--color-primary), #ffffff00);
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.serv-btm-content h2 {
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  color: #000;
}

.main-serv-img {
  border-radius: 50%;
  width: 175px !important;
  margin: auto;
  position: relative;
}

.box {
  background: var(--color-secondary);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}

.box:before {
  content: "";
  background: #ffffff4f;
  width: 120px;
  height: 120px;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.main-serv-block:hover .box:before {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  z-index: 1;
}

.main-serv-block:hover .box img {
  opacity: 0.3;
}

.box .box-content {
  color: var(--color-primary);
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.main-serv-block:hover .box .box-content {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

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

.box .icon li {
  display: inline-block;
  margin: 0 3px;
}

.box .icon li a {
  color: var(--color-primary);
  background: #fff;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease 0s;
}

.box .icon li a:hover {
  background: var(--color-teritary);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.contact-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.contact-info li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-secondary);
  margin-top: 20px;
  text-align: center;
  padding: 19px 53px;
  box-shadow: 0 8px 8px #c9c9c9;
  background: linear-gradient(to bottom, #fff, #f0f0ff);
}

.contact-info li:last-child {
  border-right: 0px;
}

.contact-info li .icon {
  position: relative;
  display: table;
  left: 0;
  top: 0;
  margin: 0 auto 9px;
  font-size: 20px;
  line-height: 40px;
  width: 41px;
  height: 41px;
  background: linear-gradient(to left, #3a3b3c, var(--color-primary));
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.contact-info li h3 {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 21px;
}

.contact-info li h4 {
  display: inline-block;
  color: #333;
  font-weight: 500;
  margin-bottom: 18px;
}

.contact-info li a {
  color: #000;
  display: inline-block;
  transition: all 0.3s ease;
}

.contact-info li:nth-child(1)::after,
.contact-info li:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 75px;
  background: var(--color-secondary);
  right: 0;
  top: 33%;
}

.top-social {
  position: absolute;
  z-index: 91;
  text-align: center;
  top: 20px;
  right: 25px;
  width: auto;
}

.top-social a {
  color: #fff;
}

.top-social p {
  background: var(--color-secondary);
  padding: 4px 15px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  border-radius: 20px;
}

.testimonial-left::before {
  content: " ";
  position: absolute;
  width: 700px;
  height: 700px;
  background: linear-gradient(96deg, #f9f1f0, #ffffff00);
  z-index: -1;
  border-radius: 50%;
  top: -173px;
  left: -38px;
}

.footer_section {
  position: relative;
}

.footer_section .footer_add_row {
  position: relative;
}

.footer_add_row .col-md-4:nth-child(1),
.footer_add_row .col-md-4:nth-child(2) {
  border-right: 1px solid #fff;
}

.address_info_sec {
  position: relative;
  text-align: center;
}

.address_info_sec i {
  position: relative;
  left: 0px;

  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  color: var(--color-primary);
  border-radius: 50%;
  line-height: 40px;
  display: inline-block;
}

.address_info_sec span {
  display: block;
  color: #1d1d1d;
  line-height: 24px;
}

.bottom-footer p {
  margin: 0;
  color: #1d1d1d;
  font-size: 15px;
  display: inline-block;
  /* background-color: var(--color-primary);  */
  padding: 10px 15px;
  border-top: 1px solid var(--color-default);
}

.bottom-footer a {
  color: var(--color-secondary);
  font-weight: 500;
}

.footer_section .footer_wid .footer_logo {
  width: 300px;
}

.footer_section .footer_top {
  position: relative;
  padding: 25px 10px 0px;
}

.footer_section .footer_top h2 {
  color: var(--color-primary);
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 2px solid var(--color-primary);
  font-weight: 500;
}

.footer_section .footer_wid p {
  font-size: 14px;
  line-height: 25px;
  display: block;
}

.footer_section .footer_wid_text {
  position: relative;
  padding-bottom: 12px;
  margin: 10px 0px;
}

.footer_section .footer_wid_text li {
  font-size: 14px;
}

.social-icon-two {
  position: relative;
  margin: 2px 0px;
}

.social-icon-two li {
  position: relative;
  display: inline-block;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 37px;
  color: var(--color-default);
  border-radius: 50%;
  font-weight: 400;
  margin: 0 1px;
}

.footer_top .footer_wid_text:after,
.footer_top .footer_wid_text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 3px;
}

.footer_top .footer_wid_text:after {
  left: 44px;
  width: 4px;
  background-color: var(--color-primary);
}

.footer_wid li a {
  color: var(--color-default);
}

.footer-logo img {
  width: 278px;
  margin-bottom: 12px;
}

.footer_section .footer_wid ul li::before {
  content: "\f0da";
  position: absolute;
  left: 14px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: var(--color-primary);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.footer_section .footer_wid ul li {
  padding-left: 20px;
}

.footer-widget__social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
}

.footer-widget__social span {
  color: #06334d;
  font-size: 24px;
  font-weight: 600;
}

.footer-widget__social ul {
  display: flex;
  list-style: none;
  margin: 0 8px 0;
  padding: 0;
}

.footer-widget__social li a {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  color: #fff;
  background-color: var(--color-secondary);
  margin: 0 4px;
  font-size: 16px;
}
.footer-widget__social li a img {
  width: 20px;
  filter: brightness(0) invert(1);
}

.footer-widget__social li a:hover {
  color: #ffffff;
  background: var(--color-primary);
}

.footer_add_row .col-md-3:nth-child(1) {
  background: linear-gradient(to right, transparent, #ddd);
}

.footer_add_row .col-md-3:nth-child(2) {
  background: linear-gradient(to right, transparent, #ddd, transparent);
}

.footer_add_row .col-md-3:nth-child(3) {
  background: linear-gradient(to left, transparent, #ddd);
}

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

.footer_mp iframe {
  border: 5px solid #f5f5f5;
  background: #fff;

  box-shadow: 0px 0px 11px #919191;
}

.as_inner_textad h2 a {
  color: var(--color-default);
  font-weight: 600;
}

.footer_wid .address_info_sec {
  position: relative;
}

.footer_wid .address_info_sec:nth-child(3) {
  border-top: 1px dashed var(--color-default);
  border-bottom: 1px dashed var(--color-default);
}

.footer-about p {
  font-size: 15px;
  line-height: 27px;
  margin: 0;
  padding: 0px 0px 25px;
}

.footer-about p a {
  color: #a81c00;
  font-weight: 500;
}

.footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background-color: var(--color-default);
  /* background: linear-gradient(to right, var(--color-primary),var(--color-secondary)); */
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.footer_links {
  text-align: center;
}

.footer_links ul {
  display: inline-block;
  padding: 6px 190px 6px;
  margin: 0 0 15px;
}

.footer_links ul li {
  display: inline-block;
  line-height: 35px;
}

.footer_links ul li:last-child a {
  border-right: 0px;
}

.footer_links ul li a {
  color: var(--color-default);
  font-size: 17px;
  line-height: 19px;
  border-right: 1px solid;
  padding: 0 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer_links ul li a:hover {
  color: var(--color-primary);
}

.footer_section .footer-left-sec a {
  color: #000;
  font-size: 15px;
}

.footer_section .f-call i,
.footer_section .f-mail i,
.footer_section .f-ad i {
  font-size: 20px;
  display: inline-block;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.f-ad p {
  margin-bottom: 0px;
}

.footer_section .f-ad {
  text-align: center;
  padding-top: 6px;
}

.footer_section .f-call {
  position: relative;
}

.footer_section .f-call,
.footer_section .f-mail,
.footer_section .f-ad {
  text-align: center;
  margin-bottom: 10px;
}

.f-ad p {
  font-size: 15px;
  color: var(--color-default);
}

.footer_section .footer-btm a {
  color: var(--color-default);
  font-size: 15px;
}

.footer_section .shape {
  position: relative;
  width: 70%;
  height: 5px;
  border-radius: 15px;
  background: linear-gradient(to left, var(--color-primary), transparent, var(--color-secondary));
}

.f-reach {
  margin-top: 15px;
}

.footer_links1 {
  text-align: center;
}

.footer_links1 ul {
  display: inline-block;
  /* padding: 0px 80px 6px; */
  margin: 0 0 25px;
}

.footer_links1 ul li {
  display: inline-block;
  line-height: 30px;
}

.footer_links1 ul li:last-child a {
  border-right: 0px;
}

.footer_links1 ul li a {
  color: var(--color-default);
  font-size: 15px;
  line-height: 19px;
  border-right: 1px dashed;
  padding: 0 11px;
}

.footer_links1 ul li a:hover {
  color: var(--color-primary);
}

.em_btn a {
  background: var(--color-primary);
  display: inline-block;
  color: #fff;
  border: 2px solid;
  padding: 13px 23px;
  font-size: 25px;
  border-radius: 7px;
  font-family: "Open Sans", serif;
}

.footer-main-services {
  position: relative;
}

.footer-main-services ul {
  display: inline-block;
  padding: 15px 30px;
  margin: 0 60px 38px;
  background: var(--color-secondary);
  border-radius: 17px;
}

.footer-main-services ul li {
  display: inline-block;
  line-height: 35px;
}

.footer-main-services ul li a {
  font-size: 17px;
  line-height: 19px;
  border-right: 1px solid;
  padding: 0 11px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.footer-main-services ul li:last-child a {
  border-right: none;
}

.footer_section .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.footer_section .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.footer_section .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--color-secondary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer_section::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #cd482e17);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.block2 {
  position: relative;
  padding-bottom: 38px;
}

.footer-main-services::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 100%;
  border: 1px solid var(--color-secondary);
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px;
}

.footer-main-links {
  position: relative;
}

.footer-main-links::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: var(--color-primary);
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.footer-btm .col-md-4:nth-child(2) {
  border-left: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
}

.test-blk {
  position: relative;
  text-align: right;
  padding: 25px;
  padding-top: 45px;
  padding-right: 57px;
}

.test-left {
  position: relative;
  /* margin-top: 125px; */
}

.test-left-img {
  position: absolute;
  top: 35px;
  left: 0;
}

.test-txt-main {
  position: relative;
  padding-top: 108px;
}

.test-blk p {
  margin-bottom: 5px;
  font-size: 15px;
  padding: 15px;
  background: #f0f0f0;
  border-radius: 28px;
}

.test-blk h2 {
  font-weight: 500;
  display: inline-block;
  background: #011f79;
  color: #fff;
  padding: 3px 15px;
  border-radius: 25px;
  font-size: 22px;
}

.test-blk .testi-star {
  color: var(--color-primary);
  padding-right: 15px;
}

.test-left .sec-head p {
  padding: 0 45px;
}

.testimonial-sec .sec-title p {
  padding: 0px;
}

.title-shape img {
  width: 150px;
  filter: brightness(0);
}

.top-wrap1 {
  position: relative;
}

.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 128px 0;
}

.inner-section1 {
  position: relative;
  padding: 98px 0;
}

.serv-matter p {
  text-align: justify;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 15px;
}

.serv-matter h2 {
  color: #000;
  font-size: 18px;
  margin: 15px 0px 3px;
}

.serv-matter h3 {
  color: var(--color-primary);
  font-size: 18px;
  margin: 15px 0px 3px;
}

.inner-serv-img {
  text-align: center;
  position: relative;
}

.inner-serv-img::before {
  content: " ";
  position: absolute;
  width: 155px;
  height: 155px;
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  z-index: -1;
  right: 0px;
  bottom: -10px;
}

.inner-serv-img img {
  box-shadow: 0px 0px 14px #00000021;
  border: 8px solid #fff;
  border-radius: 8px;
}

.breadcrumb {
  position: relative;
  padding: 130px 0 16px;
  margin-bottom: 0;
  z-index: 2;
  background: transparent;
  display: block;
  overflow: hidden;
}

.bread-bg {
  padding: 33px 0px 0px;
  position: relative;
}

.bread-inner {
  position: relative;
  text-align: center;
}

.breadcrumb h1 {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 11px;
  padding: 0px 10px;
  position: relative;
}

.breadcrumb ul li a {
  font-weight: 400;
  color: #fff;
}

.breadcrumb ul li.active a {
  font-weight: 500;
}

.breadcrumb ul li:last-child::before {
  content: none;
}

.breadcrumb ul li {
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding: 0px 12px;
  margin: 0;
}

.breadcrumb ul {
  position: relative;
  display: inline-block;
  background: var(--color-secondary);
  padding: 4px 8px;
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 0px 11px 8px -10px #0000007a;
}

.breadcrumb ul i {
  font-size: 15px;
  color: #fff;
}

.abt-pg-block p {
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
}

.abt-pg-img img {
  border: 8px solid #fff;
  box-shadow: 9px 9px 8px -10px #0000007a;
}

.abt-pg-content {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.abt-pg-content::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-secondary);
  bottom: 0px;
  left: 0px;
}

.abt-pg-content::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  bottom: -5px;
  right: 0px;
}

.abt-pg-content h2 {
  text-transform: uppercase;
  color: var(--color-primary);
  font-size: 45px;
  font-weight: 700;
}

.abt-pg-img {
  text-align: center;
}

.abt-pg-content h3 {
  font-size: 16px;
  margin: 6px 0px 5px;
  font-weight: 400;
  color: var(--color-default);
}

.abt-pg-content h4 {
  color: var(--color-default);
  font-size: 20px;
}

.abt-pg-block .col-md-8 {
  position: relative;
  right: -20px;
}

.contact-pg {
  position: relative;
  /* padding: 88px 30px; */
}

/* .contact-pg::before {
  content: " ";
  position: absolute;
  width: 500px;
  height: 100%;
  background: var(--color-secondary);
  z-index: -1;
  top: 0px;
  bottom: 0px;
  left: 75px;
  margin: auto;
  border-radius: 20px;
} */

.contact-form {
  color: #fff;
  position: relative;
  background: var(--color-secondary);
  border-radius: 20px;
  padding: 58px 40px;
}

.contact-form::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-primary);
  z-index: -1;
  left: -13px;
  top: -13px;
  border-radius: 20px;
}

.contact-form h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.contact-form .form-control::placeholder {
  color: #fff;
}

.contact-form .form-control {
  background: #ffffff12;
  border-bottom: 1px solid #ffffff00;
  border-radius: 32px;
  font-size: 14px;
  padding: 12px 16px;
  box-shadow: 0px 18px 10px -10px #00000029;
}

.contact-form .btn-danger {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

.contact-icon {
  background: #fff;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 56px;
  border: 6px solid #e7e7e7;
}

.contact-box {
  position: relative;
  padding: 6px 0px 23px 86px;
}

.contact-box h2 {
  font-size: 22px;
  color: var(--color-primary);
  text-transform: uppercase;
}

.contact-content {
  position: relative;
  right: -40px;
}

.contact-icon img {
  width: 32px;
}

.contact-map {
  position: relative;
}

.contact-map iframe {
  width: 500px;
  height: 238px;
  border: 5px solid #f5f5f5;
  box-shadow: 0px 0px 4px #000;
}

.main-timeline {
  position: relative;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: 50%;
  padding: 0 40px 0 0;
  margin: 0 5px 15px 0;
  float: left;
}

.main-timeline .timeline-content {
  min-height: 120px;
  padding: 12px 20px;
  display: block;
  position: relative;
}

.main-timeline .timeline-content::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ededed, #ffffff00);
  top: 0px;
  bottom: 0px;
  z-index: -1;
  left: 0px;
  border-radius: 24px 0px 0px 24px;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-icon {
  color: #fff;
  background: linear-gradient(var(--color-secondary) 50%, var(--color-secondary) 50%);
  font-size: 40px;
  text-align: center;
  line-height: 110px;
  width: 110px;
  height: 110px;
  padding-left: 14px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  position: absolute;
  right: -110px;
  top: 50%;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.main-timeline .timeline-icon i {
  line-height: inherit;
}

.main-timeline .title {
  color: var(--color-secondary);
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0 2px;
}

.main-timeline .description {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  padding: 0 0 0 40px;
  margin: 0 0 15px 5px;
  float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content::before {
  background: linear-gradient(to left, #ededed, #ffffff00);
  left: initial;
  right: 0px;
  border-radius: 0px 24px 24px 0px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  padding: 0 14px 0 0;
  right: auto;
  left: -110px;
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.main-timeline .timeline:nth-child(4n + 2) .timeline-icon {
  background: linear-gradient(var(--color-primary) 50%, var(--color-primary) 50%);
}

.main-timeline .timeline:nth-child(4n + 2) .title {
  color: var(--color-primary);
}

.main-timeline .timeline:nth-child(4n + 3) .timeline-icon {
  background: linear-gradient(var(--color-secondary) 50%, var(--color-secondary) 50%);
}

.main-timeline .timeline:nth-child(4n + 3) .title {
  color: var(--color-secondary);
}

.main-timeline .timeline:nth-child(4n + 4) .timeline-icon {
  background: linear-gradient(var(--color-primary) 50%, var(--color-primary) 50%);
}

.main-timeline .timeline:nth-child(4n + 4) .title {
  color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 0 0 0 110px;
    margin: 0 0 30px;
  }

  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: -110px;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    padding: 130px 0 0;
  }

  .main-timeline .timeline-content {
    text-align: center;
  }

  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateY(0) translateX(-50%);
    top: -130px;
    left: 50%;
  }
}

.blog-inner-block {
  position: relative;
  background: #edf1ff;
  text-align: center;
  padding: 20px;
}
.blog-inner-block::before {
  content: " ";
  position: absolute;
  width: 97%;
  height: 97%;
  border: 1px solid #7901014a;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.blog-inner-content h2 {
  font-size: 20px;
}
.blog-inner-content h2 a {
  color: var(--color-secondary);
}
.blog-inner-content {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.blog-inner-content p {
  margin-bottom: 0px;
  font-size: 15px;
}

.video-row iframe{
  width: 100%;
  height: 220px;
  border: 1px solid var(--color-secondary);
  padding: 8px;
  margin-bottom: 30px;
}