/*==========================================================================
Google Fonts
==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap");
/*==========================================================================
Common CSS
==========================================================================*/

html {
  overflow-x: hidden;
}

body {
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}


.container .row .first-col {
  padding-right: 50px;
}



img {
  max-width: 100%;
  height: auto;
  transition: 0.4s;
  border-radius: 5px;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

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

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


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

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.filter img {
  filter: grayscale(100%);
}

.img__full {
  width: 100%;
}

/*==========================================================================
Form CSS
==========================================================================*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #000000;
  border-color: transparent;
  border-radius: 6px;
  background: var(--primary-color-2);
  color: var(--text-white);
  padding: 17px 40px;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: transparent;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: transparent;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--body-color);
  border-radius: 6px;
  width: 100%;
  height: 50px;
  border: 1px solid rgb(168, 168, 168);
  padding: 0 10px;
  background: var(--bg-white);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--text-heading-color);
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color-2);
}

select {
  border: 1px solid var(--border-color-2);
}

textarea {
  width: 100%;
  height: 150px;
  padding-top: 15px;
}

button,
button:hover,
button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

/*==========================================================================
Heading CSS
==========================================================================*/
h1 {
  font-size: 50px;
  line-height: 80px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h2 {
  font-size: 38px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h5 {
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h6 {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

@media (max-width: 1399px) {
  h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 50px;
  }
}

@media (max-width: 420px) {
  h2 {
    font-size: 28px;
    line-height: 41px;
  }

  h3 {
    font-size: 25px;
    line-height: 38px;
  }
}

@media (max-width: 359px) {
  h2 {
    font-size: 25px;
    line-height: 37px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 21px;
    line-height: 31px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }
}

/*==========================================================================
Button And Title Styles CSS
==========================================================================*/
.subtitle-one,
.subtitle-two,
.subtitle-three {
  position: relative;
  text-transform: uppercase;
  font-family: var(--heading-font);
  color: var(--primary-color-2);
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  padding-left: 55px;
  display: inline-block;
  margin-bottom: 14px;
}

h2.subtitle-two {
  color: var(--primary-color-2) !important;

}

.subtitle-one::before,
.subtitle-two::before,
.subtitle-three::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary-color-2);
}

.subtitle-one::after,
.subtitle-two::after,
.subtitle-three::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary-color-2);
}

.subtitle-two {
  color: var(--primary-color-2);
}

.subtitle-two::before {
  background: var(--primary-color-2);
}

.subtitle-two::after {
  background: var(--primary-color-2);
}

.subtitle-three {
  color: var(--primary-color-2);
}

.subtitle-three::before {
  background: var(--primary-color-2);
}

.subtitle-three::after {
  background: var(--primary-color-2);
}

.btn-one,
.btn-two {
  background: var(--primary-color-2);
  color: var(--text-white);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  padding: 17px 43px;
  text-align: center;
  font-weight: 700;
  font-family: var(--heading-font);
  z-index: 3;
  position: relative;
  transition: 0.4s;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 6px;
}

.btn-one i,
.btn-two i {
  position: relative;
  top: 0px;
  margin-left: 15px;
  font-size: 13px;
}

.btn-one::before,
.btn-two::before {
  content: "";
  position: absolute;
  height: 400px;
  width: 430px;
  top: 50%;
  left: 50%;
  background: var(--btn-heading-color);
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: all 0.5s ease-out 0s;
  z-index: -1;
}

.btn-one:hover,
.btn-two:hover {
  color: var(--text-white);
}

.btn-one:hover::before,
.btn-two:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.btn-one:focus,
.btn-two:focus {
  color: var(--text-white);
}

.btn-two {
  background: var(--btn-white);
  color: var(--btn-heading-color);
  border: 1px solid var(--color-4);
  padding: 16px 42px;
}

.btn-two::before {
  background: var(--primary-color-2);
}

.btn-two:focus {
  color: var(--primary-color-2);
}

.btn-two:hover {
  border-color: var(--primary-color-2);
}

.simple-btn-1,
.simple-btn-2,
.simple-btn-3 {
  color: var(--primary-color-2);
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--heading-font);
  transition: 0.4s;
  text-transform: uppercase;
}

.simple-btn-1 i,
.simple-btn-2 i,
.simple-btn-3 i {
  position: relative;
  top: 0;
  margin-left: 15px;
  font-size: 13px;
}

.simple-btn-1:hover,
.simple-btn-2:hover,
.simple-btn-3:hover {
  color: var(--btn-heading-color);
}

.simple-btn-1:focus,
.simple-btn-2:focus,
.simple-btn-3:focus {
  color: var(--btn-heading-color);
}

.simple-btn-2 {
  color: var(--text-heading-color);
}

.simple-btn-2:hover {
  color: var(--primary-color-2);
}

.simple-btn-3 {
  color: var(--text-white);
}

.simple-btn-3:hover {
  color: var(--primary-color-2);
}


/*==========================================================================
Color CSS
==========================================================================*/
:root {
  --body-font: "Manrope", sans-serif;
  --heading-font: "Urbanist", sans-serif;
  --text-white: #FFFFFF;
  --bg-white: #FFFFFF;
  --btn-white: #FFFFFF;
  --border-white: #FFFFFF;
  --black: #000000;
  --primary-color-2: #164b8c;
  --bg-heading-color: #131313;
  --text-heading-color: #131313;
  --btn-heading-color: #131313;
  --body-color: #343434;
  --dark-one: #1C1E22;
  --dark-two: #222429;
  --color-1: #1D2122;
  --color-2: #676767;
  --color-3: #999999;
  --color-4: #CCCCCC;
  --color-5: #F1F8FB;
  --color-6: #F4F4F4;
  --color-7: #FEDBD6;
  --color-8: #E8E8E8;
  --color-9: #F2F6F9;
  --color-10: #ECECEC;
  --color-11: #2B2B2B;
  --color-12: #FEE3BF;
  --color-13: #CFCFCF;
  --color-14: #FDC67E;
  --color-15: #ACBDF8;
  --color-16: #E1E1E1;
  --color-17: #feedea;
  --color-18: #151718;
  --color-19: #3B3838;
  --color-20: #808287;
  --color-21: rgba(34, 36, 41, 0.5);
  --border-color-1: #E7E7E7;
  --border-color-2: #E9E9E8;
  --border-color-3: rgba(19, 19, 19, 0.1);
  --border-color-4: rgba(19, 19, 19, 0.06);
  --box-shadow-1: 0px 25px 70px rgba(0, 0, 0, 0.08);
  --box-shadow-2: 0px 10px 70px rgba(0, 0, 0, 0.1);
}


/*==========================================================================
Space And Container CSS
==========================================================================*/
.custom__container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 10px;
}

.auto__container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 12px;
}


/*==========================================================================
Top Bar CSS
==========================================================================*/
.top__bar {
  background: var(--bg-heading-color);
  padding: 7px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.top__bar::before {
  content: "";
  position: absolute;
  background: var(--primary-color-2);
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 97% 100%, 0 100%);
  z-index: -1;
}

.top__bar::after {
  content: "";
  position: absolute;
  background: var(--text-white);
  top: -5px;
  left: 30%;
  bottom: -4px;
  width: 3px;
  z-index: -1;
  transform: rotate(23deg);
}

.top__bar-left a {
  color: var(--text-white);
  font-weight: 600;
  font-size: 14px;
}

.top__bar-left a i {
  margin-right: 10px;
}

.top__bar-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.top__bar-right>a {
  color: var(--text-white);
  font-weight: 600;
  transition: 0.4s;
  text-transform: lowercase;
  font-size: 14px;
}

.top__bar-right>a:hover {
  color: var(--primary-color-2);
}

.top__bar-right>a i {
  color: var(--primary-color-2);
  margin-right: 10px;
}

.top__bar-right-social {
  border-left: 1px solid var(--color-2);
  padding-left: 30px;
  margin-left: 30px;
}

.top__bar-right-social ul {
  padding: 0;
  margin: 0;
}

.top__bar-right-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.top__bar-right-social ul li:last-child {
  margin: 0;
}

.top__bar-right-social ul li a i {
  color: var(--text-white);
  transition: 0.4s;
}

.top__bar-right-social ul li a i:hover {
  color: var(--primary-color-2);
}

@media (max-width: 1600px) {
  .top__bar::after {
    transform: rotate(20deg);
  }
}

@media (max-width: 1480px) {
  .top__bar::before {
    width: 33%;
  }

  .top__bar::after {
    transform: rotate(20deg);
    left: 33%;
  }
}

@media (max-width: 1320px) {
  .top__bar::before {
    width: 36%;
  }

  .top__bar::after {
    left: 36%;
  }
}

@media (max-width: 1190px) {
  .top__bar::before {
    width: 40%;
  }

  .top__bar::after {
    left: 40%;
    transform: rotate(18deg);
  }
}

@media (max-width: 991px) {
  .top__bar {
    padding: 7px 13px;
  }

  .top__bar::before {
    display: none;
  }

  .top__bar::after {
    display: none;
  }

  .top__bar-left a {
    transition: 0.4s;
  }

  .top__bar-left a i {
    color: var(--primary-color-1);
  }

  .top__bar-left a:hover {
    color: var(--primary-color-1);
  }

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


}


@media (max-width: 767px) {
  .top__bar-left {
    text-align: center;
    margin-bottom: 5px;
  }

  .top__bar-right {
    justify-content: center;
  }

  .top__bar-right-social {
    padding-left: 11px;
    margin-left: 12px;
  }
}

@media (max-width: 575px) {
  .top__bar {
    padding: 5px 0;
  }

  .topbar__three-right ul li {
    margin-right: 0;
    padding-right: 5px;
    border: 0;
  }

  .top__bar-right-social {
    display: none;
  }
}


/*==========================================================================
Menu Bar Sticky CSS
==========================================================================*/
.header__sticky-sticky-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  box-shadow: var(--box-shadow-1);
  animation: header_sticky 1.1s;
  background: var(--bg-white);
  display: block;
}

@keyframes header_sticky {
  0% {
    top: -250px;
  }

  100% {
    top: 0;
  }
}

.header__sticky.header__sticky-sticky-menu .header__area {
  background: var(--bg-heading-color);
}

/*==========================================================================
Menu Bar CSS
==========================================================================*/
.header__area {
  padding: 0 10px;
}

.header__area-menubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__area-menubar-left-logo a {
  display: inline-block;
}

.header__area-menubar-left-logo a img {
  max-width: 230px;
  position: relative;
  z-index: 9999;
}

.header__area-menubar-center.two {
  margin-left: 0px;
}

.header__area-menubar-center-menu ul {
  padding: 0;
  margin: 0;
}

.header__area-menubar-center-menu ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}

.header__area-menubar-center-menu ul li:hover>a {
  color: var(--primary-color-2);
}

.header__area-menubar-center-menu ul li:hover>.sub-menu {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.header__area-menubar-center-menu ul li .sub-menu {
  position: absolute;
  background: var(--bg-white);
  min-width: 240px;
  transition: all 0.3s ease-out 0s;
  top: 100%;
  opacity: 0;
  box-shadow: var(--box-shadow-1);
  visibility: hidden;
  z-index: 99;
  text-align: left;
  transform: scale(1, 0);
  transform-origin: 0 0;
}

.header__area-menubar-center-menu ul li .sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid var(--border-color-2);
  position: relative;
}

.header__area-menubar-center-menu ul li .sub-menu li::after {
  position: absolute;
  content: "";
  background: var(--primary-color-2);
  width: 2px;
  transition: all 0.5s ease-out 0s;
  height: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header__area-menubar-center-menu ul li .sub-menu li a {
  color: var(--text-heading-color);
  padding: 12px 20px;
  transition: all 0.4s ease-out 0s;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.header__area-menubar-center-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: -2px;
}

.header__area-menubar-center-menu ul li .sub-menu li:hover>a {
  color: var(--primary-color-2);
  padding-left: 25px;
}

.header__area-menubar-center-menu ul li .sub-menu li:hover::after {
  height: 100%;
}

.header__area-menubar-center-menu ul li .sub-menu li:last-child {
  border: none;
}

.header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children a::before {
  right: 28px;
  background: var(--text-heading-color);
}

.header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children a::after {
  right: 25px;
  background: var(--text-heading-color);
}

.header__area-menubar-center-menu ul li ul .sub-menu li .sub-menu {
  color: var(--text-heading-color);
  cursor: pointer;
}

.header__area-menubar-center-menu ul li a {
  color: var(--text-heading-color);
  display: block;
  font-weight: 800;
  font-size: 15px;
  line-height: 24px;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
  padding: 40px 20px;
  font-family: var(--heading-font);
}

.header__area-menubar-center-menu ul li.menu-item-has-children>a {
  position: relative;
}

.header__area-menubar-center-menu ul li.menu-item-has-children>a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 2px;
  height: 8px;
  background: var(--bg-heading-color);
  transition: all 0.3s ease;
}

.header__area-menubar-center-menu ul li.menu-item-has-children>a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 8px;
  height: 2px;
  background: var(--bg-heading-color);
}

.header__area-menubar-center-menu ul li.menu-item-has-children:hover>a::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.header__area-menubar-center-menu ul li.menu-item-has-children:hover>a::after {
  background: var(--primary-color-2);
}

.header__area-menubar-center-menu.two ul li .sub-menu li::after {
  background: var(--primary-color-2);
}

.header__area-menubar-center-menu.two ul li .sub-menu li:hover>a {
  color: var(--primary-color-2);
}

.header__area-menubar-center-menu.two ul li:hover>a {
  color: var(--primary-color-2);
}

.header__area-menubar-center-menu.two ul li a {
  padding: 31px 32px;
}

.header__area-menubar-center-menu.two ul li.menu-item-has-children:hover>a::after {
  background: var(--primary-color-2);
}

.header__area-menubar-center-menu.three ul li .sub-menu li::after {
  background: var(--primary-color-2);
}

.header__area-menubar-center-menu.three ul li .sub-menu li:hover>a {
  color: var(--primary-color-2);
}

.header__area-menubar-center-menu.three ul li:hover>a {
  color: var(--primary-color-2);
}

.header__area-menubar-center-menu.three ul li a {
  padding: 38px 32px;
}

.header__area-menubar-center-menu.three ul li.menu-item-has-children:hover>a::after {
  background: var(--primary-color-2);
}

.header__area-menubar-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__area-menubar-right-box {
  display: flex;
  align-items: center;
}

.header__area-menubar-right-box-btn {
  margin-left: 70px;
}

.header__area-menubar.two {
  align-items: initial;
}

.header__area-menubar.two .header__area-menubar-left-logo {
  padding-top: 3px;
}

.header__area-menubar.two .header__area-menubar-left-logo .two {
  display: none;
}

.header__area-menubar.two .header__area-menubar-right-btn {
  margin-top: -10px;
}

.header__area-menubar.two .header__area-menubar-right-box-search-box button {
  color: var(--primary-color-2);
}

.header__area-menubar.three {
  background: var(--bg-white);
  padding: 0 40px;
}

.header__area-menubar.three .header__area-menubar-right-box-search-box button {
  color: var(--primary-color-2);
}

/*==========================================================================
Responsive Menu Css
==========================================================================*/
.responsive-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.mean-container a.meanmenu-reveal {
  color: var(--text-heading-color);
  width: 30px;
  height: 35px;
  top: 20px;
  padding: 0;
  margin-right: 20px;
  transition: all 0s ease-out 0s;
}

.mean-container a.meanmenu-reveal span {
  background: var(--text-heading-color);
  margin-top: 7px;
  height: 2px;
}

.mean-container .mean-bar {
  background: transparent;
  padding: 0;
  z-index: 99;
}

.mean-container .mean-bar a i {
  font-size: 32px;
  display: block;
  color: var(--text-heading-color);
}

.mean-container .mean-nav {
  background: var(--bg-white);
  margin-top: 100px;
  box-shadow: var(--box-shadow-1);
}

.mean-container .mean-nav ul li a {
  transition: 0.4s;
}

.mean-container .mean-nav ul li a.mean-expand {
  background: var(--primary-color-2);
  height: 34px;
  margin: 0;
  border: 0;
  color: var(--text-white);
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--primary-color-2);
  color: var(--text-white);
}

.mean-container .mean-nav ul li a:hover {
  color: var(--primary-color-2);
  background: none;
}

.mean-container .mean-nav .sub-menu li a.mean-expand {
  background: var(--primary-color-2);
  height: 34px;
  color: var(--text-white);
}

.mean-container .mean-nav .sub-menu li a.mean-expand:hover {
  background: var(--primary-color-2);
}

.mean-container .mean-nav ul li a i {
  display: none;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav li li:first-child>a {
  color: var(--text-heading-color);
  font-size: 16px;
  line-height: 26px;
  font-family: var(--heading-font);
  font-weight: 600;
  text-transform: capitalize;
  border-top: 1px solid var(--border-color-2);
  opacity: 1;
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li li a:hover,
.mean-container .mean-nav li li:first-child>a:hover {
  color: var(--primary-color-2);
}

.header__area-menubar.two .menu-item-has-children ul li a:hover,
.header__area-menubar.two .menu-item-has-children>a:hover,
.header__area-menubar.two .menu-item-has-children ul li li a:hover {
  color: var(--primary-color-2);
}

.header__area-menubar.three .menu-item-has-children ul li a:hover,
.header__area-menubar.three .menu-item-has-children>a:hover,
.header__area-menubar.three .menu-item-has-children ul li li a:hover {
  color: var(--primary-color-2);
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--text-white);
}

@media (max-width: 1720px) {
  .header__area-menubar-right-box-contact {
    padding-left: 30px;
    margin-left: 40px;
  }

  .header__area-menubar-center.two {
    margin-left: 0;
  }

  .header__two::after {
    width: 86%;
  }

  .header__two::before {
    width: 82%;
  }

  .header__two-topbar .borders {
    padding: 0 185px;
    padding-right: 210px;
  }
}

@media (max-width: 1600px) {
  .header__area-menubar.two .header__area-menubar-right-btn {
    margin-top: -8px;
  }

  .header__area-menubar.two .header__area-menubar-right-box-search {
    display: none;
  }

  .header__area-menubar-right-box-contact {
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }

  .header__area-menubar-right-box-btn {
    margin-left: 0px;
  }

  .header__area-menubar-right-btn .btn-six {
    padding: 14px 32px;
  }

  .header__two .borders {
    padding: 0 210px;
  }

  .header__two::after {
    width: 88%;
  }

  .header__two::before {
    width: 88%;
  }
}

@media (max-width: 1599px) {
  .header__two::after {
    width: 93%;
  }

  .header__two::before {
    width: 92%;
  }

  .header__two-topbar .borders {
    padding: 0 260px;
  }
}

@media (max-width: 1399px) {
  .header__area-menubar-right-btn .btn-six {
    padding: 14px 30px;
  }

  .header__area-menubar-right-sidebar-popup {
    padding: 70px 40px;
  }

  .header__two {
    padding: 0 10px;
  }

  .header__two::after {
    width: 94%;
  }

  .header__two::before {
    width: 91%;
  }

  .header__two-topbar .borders {
    padding: 0 180px;
    padding-right: 200px;
  }

  .header__area-menubar.three {
    padding: 0 20px;
    position: relative;
  }
}

@media (max-width: 1350px) {
  .header__two {
    background: var(--bg-white);
    padding: 0;
  }

  .header__two::before {
    display: none;
  }

  .header__two::after {
    display: none;
  }

  .header__two-topbar {
    background: var(--primary-color-2);
  }

  .header__two-topbar-left a {
    color: var(--text-white);
  }

  .header__two-topbar-left a i {
    color: var(--text-white);
  }

  .header__two-topbar-social ul li a i {
    color: var(--text-white);
  }

  .header__two-topbar-social ul li a i:hover {
    color: var(--text-white);
  }

  .header__two .borders {
    padding: 0;
  }

  .header__area-menubar-right-btn {
    margin: 0;
  }

  .header__area-menubar-right-btn .btn-six {
    color: var(--text-white);
    background: var(--primary-color-2);
    border: 0;
    padding: 17px 43px;
  }

  .header__area-menubar-right-btn .btn-six::before {
    background: var(--bg-heading-color);
  }

  .header__area-menubar-right-btn .btn-six:hover {
    color: var(--text-white);
  }

  .header__area-menubar-center-menu.two ul li a {
    padding: 38px 30px;
  }

  .header__area-menubar.two {
    align-items: center;
  }

  .header__area-menubar.two .header__area-menubar-left-logo {
    padding-top: 0;
  }

  .header__area-menubar.two .header__area-menubar-left-logo .one {
    display: none;
  }

  .header__area-menubar.two .header__area-menubar-left-logo .two {
    display: block;
  }

  .header__area-menubar.two .header__area-menubar-right {
    display: none;
  }

  .header__area-menubar.two .header__area-menubar-right-box-contact {
    display: none;
  }

  .header__area-menubar.two .header__area-menubar-right-btn {
    margin-top: 0;
  }

  body.dark-mode .light {
    display: block;
  }
}

@media (max-width: 1299px) {
  .header__area-menubar-right-box-btn {
    display: block;
  }

  .header__area-menubar-center-menu ul li a {
    padding: 40px 18px;
  }
}

@media (max-width: 1199px) {
  .header__area-menubar-center-menu ul li a {
    padding: 40px 18px;
  }

  .header__area-menubar-center-menu ul li.menu-item-has-children>a::before {
    right: 16px;
  }

  .header__area-menubar-center-menu ul li.menu-item-has-children>a::after {
    right: 13px;
  }

  .header__area-menubar-center-menu.two ul li a {
    padding: 38px 24px;
  }

  .header__area-menubar-right-box-search {
    margin-left: 30px;
  }

  .header__area-menubar-right-sidebar-popup-icon {
    padding: 38px 0 38px 40px;
    margin-left: 30px;
  }
}

@media (max-width: 1096px) {
  .header__area-menubar-right-box-btn {
    display: none;
  }
}



@media (max-width: 991px) {
  .header__area {
    position: sticky;
    z-index: 9;
  }

  .header__area-menubar-left-logo a img {
    max-width: 220px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header__area-menubar-center {
    display: none;
  }

  .header__area-menubar-right {
    display: block;
  }

}

@media (max-width: 575px) {

  .header__area-menubar-left-logo a img {
    max-width: 180px;
  }

  .mean-container a.meanmenu-reveal {
    width: 25px;
    height: 30px;
  }

  .header__area {
    padding: 0;
  }

  .header__area-menubar {
    padding: 0;
  }

  .header__area-menubar-right .mean-container a.meanmenu-reveal {
    margin-right: 13px;
  }

  .header__area .mean-nav {
    margin-top: 60px;
  }

  .header__area-menubar.two .header__area-menubar-right .mean-container a.meanmenu-reveal {
    margin-right: 13px;
  }

  .auto__container.pl-35.pr-35 {
    padding: 0 12px;
  }
}

@media (max-width: 359px) {
  .header__area-menubar-left-logo a img {
    max-width: 130px;
  }

  .mean-container a.meanmenu-reveal {
    width: 25px;
    height: 20px;
    top: 15px;
  }

  .header__area-menubar.three {
    padding: 0 10px;
  }

  .header__area-menubar.three .mean-container a.meanmenu-reveal {
    margin-right: 10px;
  }
}




/*==========================================================================
Home Page Slider  CSS
==========================================================================*/


* {
  box-sizing: border-box
}

body {
  font-family: Verdana, sans-serif;
  margin: 0
}


.mySlides {
  display: none
}

.slide-img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  max-height: 750px;
  object-fit: cover;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.3);

}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white !important;
}


/* The dots/bullets/indicators */
.dot {
  display: none;
}

.active,
.dot:hover {
  background-color: #717171;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}


.banner__three {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.banner__three-title {
  position: relative;
}

.banner__three-title span {
  color: var(--primary-color-2);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--heading-font);
  display: block;
  margin-bottom: 8px;
}

.banner__three-title h1 {
  margin-bottom: 20px;
  font-size: 38px;
}

.banner__three-title p {
  max-width: 800px;
}


@media (max-width: 1399px) {
  .banner__three-title h1 {
    font-size: 48px;
    line-height: 74px;
  }
}

@media (max-width: 767px) {

  .banner__three-title {
    text-align: center;
  }

  .banner__three-title p {
    margin: 0 auto;
  }

}

@media (max-width: 480px) {

  .banner__three-title h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}

@media (max-width: 380px) {
  .banner__three {
    padding-top: 300px;
  }
}

@media (max-width: 359px) {

  .banner__three {
    padding-top: 330px;
  }

  .banner__three-title h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

.learn-more-link {
  color: var(--primary-color-2) !important;
}

/*==========================================================================
About Two CSS
==========================================================================*/
.about__two {
  position: relative;
  z-index: 1;
}

.about__two-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}


.about__two-right-title h2 {
  margin-bottom: 30px;
}

.about__two-right-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 55px;
}

.about__two-right-btn-author {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about__two-right-btn-author-avatar img {
  border-radius: 50%;
  max-width: 60px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__two-right-btn-author-name h6 {
  color: var(--color-2);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.about__two-right-btn .btn-six::before {
  background: var(--primary-color-2);
}

.about__two-right-btn .btn-six:hover {
  color: var(--text-white);
  border-color: var(--primary-color-2);
}


@media (max-width: 1399px) {
  .about__one-left-image .one {
    max-width: 43%;
  }

  .about__one-left-image .two {
    min-height: 530px;
    overflow: hidden;
  }

  .about__one-right {
    margin-left: 30px;
  }

  .about__one-right-title {
    margin-bottom: 38px;
  }

  .about__one-right-title h2 {
    margin-bottom: 23px;
  }

  .about__one-right-bottom {
    margin-top: 43px;
  }
}

@media (max-width: 1199px) {
  .about__one-left-image .one {
    max-width: 43%;
  }

  .about__one-left-image .two {
    min-height: 530px;
  }

  .about__one-right {
    margin-left: 0;
  }

  .about__one-right-btn {
    gap: 25px;
  }

  .about__one-right-btn .btn-one {
    padding: 17px 35px;
  }

  .about__one-right-btn-author {
    gap: 20px;
  }

  .about__one-right-bottom {
    gap: 40px;
  }
}

@media (max-width: 475px) {
  .about__one-left-image {
    gap: 20px;
  }

  .about__one-left-image .two {
    min-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about__one-left-experience {
    left: 10px;
  }

  .about__one-left-experience h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .about__one-right-btn {
    display: block;
  }

  .about__one-right-btn-author {
    margin-top: 30px;
  }

  .about__one-right-bottom {
    display: block;
  }

  .about__one-right-bottom-experience {
    margin-top: 30px;
  }

  .about__two-right-title {
    margin-bottom: 22px;
  }

  .about__two-right-btn {
    display: block;
    margin-top: 20px;
  }

  .about__two-right-btn-author {
    margin-top: 30px;
  }

  .about__two-right-experience {
    display: block;
    align-items: center;
  }

  .about__two-right-experience-counter {
    padding: 0;
    margin: 0;
    border: 0;
  }
}

@media (max-width: 390px) {
  .about__three-right-content {
    bottom: 0;
  }
}

@media (max-width: 359px) {
  .about__three-right-image-two {
    margin: 0;
  }
}

/*==========================================================================
Company Two CSS
==========================================================================*/

.company__two {
  background-color: #f1f1f1;
}

.company__two-right img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}


/*==========================================================================
About Solution CSS
==========================================================================*/
.about__solution {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.about__solution::after {
  content: "";
  position: absolute;
  background: var(--bg-heading-color);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: -1;
}

.about__solution-left h2 {
  color: var(--text-white);
}

.about__solution-right {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.about__solution-right .btn-one::before {
  background: var(--bg-white);
}

.about__solution-right .btn-one:hover {
  color: var(--text-heading-color);
}

@media (max-width: 768px) {
  .about__solution-left h2 {
    text-align: center;
    margin-bottom: 15px;
  }

  .about__solution-right {
    text-align: center !important;
  }

}


/*==========================================================================
Consulting CSS
==========================================================================*/
.consulting__area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.consulting__area-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.consulting__area-right-list span {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--heading-font);
  margin-bottom: 20px;
  display: flex;
}

.consulting__area-right-list span i {
  color: var(--primary-color-2);
  border: 1px solid var(--primary-color-2);
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
  display: block;
}

/* Icon List */
.check-icon-list .check-icon-item {
  display: flex;
}

.check-icon-list .check-icon-item .actual-check-icon i {
  color: var(--primary-color-2);
  border: 1px solid var(--primary-color-2);
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.check-icon-list .check-icon-list-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--heading-font);
  display: flex;
}

.sub-list .check-icon-list-text ul{
  line-height: 2.0;
  color: var(--primary-color-2);
}

.sub-list .check-icon-list-text ul li span{
  line-height: 2.0;
  color: var(--body-color);
}


.consulting__area-right .btn-six {
  margin-top: 30px;
}

.consulting__area-right .btn-six::before {
  background: var(--primary-color-2);
}

.consulting__area-right .btn-six:hover {
  color: var(--text-white);
  border-color: var(--primary-color-2);
}



/*==========================================================================
Services Three CSS
==========================================================================*/

.services__three-title {
  text-align: center;
}

.services__three-title h2 {
  color: black;
}

.services__three-item {
  position: relative;
  overflow: hidden;
}

.services__three-item.page {
  box-shadow: var(--box-shadow-1);
}

.services__three-item-content {
  position: absolute;
  bottom: 0;
  left: -10px;
  padding: 40px;
  padding-top: 60px;
  margin-right: 30px;
  z-index: 1;
}

.services__three-item-content::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: -10px;
  transform: matrix(0.99, -0.1, 0.12, 0.99, 0, 0);
  background: #f3f3f3;
  width: 100%;
  height: 101%;
  z-index: -1;
}

.services__three-item-content-icon {
  background: var(--primary-color-2);
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 6px;
  border: 4px solid var(--border-white);
  position: absolute;
  top: -30px;
  right: 0;
  padding: 10px 0;
}

.services__three-item-content h4 {
  margin-bottom: 5px;
}

.services__three-item-content h4 a {
  transition: 0.4s;
}

.services__three-item-content h4 a:hover {
  color: var(--primary-color-2);
}

.services__three-item-content.page {
  background: none;
}

.services__three-item-content.page.services__three-item-content h4 a:hover {
  color: var(--primary-color-2);
}

.services__three-item-content.page .services__three-item-content-icon {
  background: var(--primary-color-2);
}

.services__three-item-content.page .services__three-item-content-icon img {
  max-width: 50px;
}

.services__three-item:hover img {
  filter: grayscale(0%);
}

.services__three-item:hover .services__three-item-content-icon img {
  animation: rotateY 0.7s;
}

.services__three .slider {
  position: relative;
}

.services__three-arrow-next {
  display: inline-block;
  right: -78px;
  width: 50px;
  height: 50px;
}

.services__three-arrow-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background: var(--primary-color-2);
  font-size: 22px;
  color: var(--text-white);
  border-radius: 6px;
  transition: 0.4s;
}

.services__three-arrow-next i:hover {
  background: var(--bg-white);
  color: var(--text-heading-color);
  border-color: var(--primary-color-2);
}

.services__three-arrow-prev {
  display: inline-block;
  left: -100px;
  width: 50px;
  height: 50px;
}

.services__three-arrow-prev i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background: var(--primary-color-2);
  font-size: 22px;
  color: var(--text-white);
  border-radius: 6px;
  transition: 0.4s;
}

.services__three-arrow-prev i:hover {
  background: var(--bg-white);
  color: var(--text-heading-color);
  border-color: var(--primary-color-2);
}

.services__three-arrow.page .services__three-arrow-next i,
.services__three-arrow.page .services__three-arrow-prev i {
  border: 1px solid var(--border-color-1);
  background: var(--bg-white);
  color: var(--text-heading-color);
}

.services__three-arrow.page .services__three-arrow-next i:hover,
.services__three-arrow.page .services__three-arrow-prev i:hover {
  background: var(--primary-color-2);
  color: var(--text-white);
  border-color: var(--primary-color-2);
}





/*==========================================================================
Contact Three CSS
==========================================================================*/
.powell-contact-item {
  position: relative;
}

.powell-contact-item input,
.powell-contact-item textarea {
  font-size: 15px;
}





/*==========================================================================
Footer One CSS
==========================================================================*/
.footer__one {
  position: relative;
  z-index: 1;
  background: var(--bg-heading-color);
  padding-top: 100px;
}

.footer__one-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer__one-widget h4 {
  color: var(--text-white);
  margin-bottom: 25px;
}

.footer__one-widget-about a img {
  max-width: 300px;
  border-radius: none;
}

.footer__one-widget-about p {
  color: var(--color-4);
  max-width: 80%;
  margin-top: 15px;
}

.footer__one-widget-about-social {
  margin-top: 30px;
}

.footer__one-widget-about-social ul {
  padding: 0;
  margin: 0;
}

.footer__one-widget-about-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.footer__one-widget-about-social ul li:last-child {
  margin: 0;
}

.footer__one-widget-about-social ul li a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--color-11);
  font-size: 15px;
  border-radius: 50%;
  color: var(--text-white);
  transition: 0.4s;
}

.footer__one-widget-about-social ul li a i:hover {
  background: var(--primary-color-2);
}

.footer__one-widget-solution ul {
  padding: 0;
  margin: 0;
}

.footer__one-widget-solution ul li {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.footer__one-widget-solution ul li:last-child {
  margin: 0;
}

.footer__one-widget-solution ul li a {
  color: var(--color-4);
  transition: 0.4s;
  position: relative;
}

.footer__one-widget-solution ul li a i {
  color: var(--primary-color-2);
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  opacity: 0;
  transition: 0.4s;
  left: 0px;
  top: 0;
}

.footer__one-widget-solution ul li a:hover {
  color: var(--primary-color-2);
  padding-left: 20px;
}

.footer__one-widget-solution ul li a:hover i {
  opacity: 1;
}

.footer__one-widget-location h6 {
  color: var(--text-white);
  margin: 18px 0;
}

.footer__one-widget-subscribe p {
  color: var(--color-4);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  max-width: 265px;
}

.footer__one-widget-subscribe p span {
  color: var(--primary-color-2);
}

.footer__one-widget-subscribe form {
  position: relative;
  margin-top: 30px;
}

.footer__one-widget-subscribe form input {
  background: transparent;
  color: var(--color-9);
  border-color: var(--color-11);
  height: 70px;
}

.footer__one-widget-subscribe form input:focus {
  color: var(--color-9);
}

.footer__one-widget-subscribe form button {
  padding: 0;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
}

.footer__one .border-one {
  padding-left: 35px;
  position: relative;
  margin-left: -5px;
}

.footer__one .border-one::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 220px;
  background: var(--color-11);
  left: 0;
  top: 0;
}

.footer__one .border-one.tow {
  margin-left: -13px;
}

.footer-logo {
  border-radius: 0px !important;
}

/*==========================================================================
Copyright One CSS
==========================================================================*/
.copyright__one,
.copyright__two,
.copyright__three {
  margin-top: 100px;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid var(--color-11);
}

.copyright__one p,
.copyright__two p,
.copyright__three p {
  margin: 0;
  color: var(--text-white);
  font-size: 15px;
  line-height: 26px;
}

.copyright__one p a,
.copyright__two p a,
.copyright__three p a {
  color: var(--primary-color-2);
  text-decoration: underline;
  margin: 0 2px;
}

.privacy-policy-links {
  text-decoration: underline;
  color: var(--primary-color-2);
}


/*==========================================================================
Page Banner CSS
==========================================================================*/
.page__banner {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: hidden;
  text-align: center;
}

.page__banner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #030A15;
  opacity: 0.7;
}

.page__banner-content ul {
  padding: 0;
  margin: 0;
}

.page__banner-content ul li {
  display: inline-block;
  list-style: none;
  color: var(--border-color-2);
  font-weight: 700;
}

.page__banner-content ul li a {
  color: var(--text-white);
  margin-right: 15px;
  transition: 0.4s;
}

.page__banner-content ul li a:hover {
  color: var(--primary-color-2);
}

.page__banner-content ul li span {
  margin-right: 15px;
  color: var(--text-white);
}

.page__banner-content h1 {
  color: var(--text-white);
  font-size: 50px;
  line-height: 80px;
  margin-top: 10px;
}

.page__banner-content>span {
  color: var(--text-white);
  display: block;
  font-weight: 700;
  font-size: 120px;
  line-height: 144px;
  opacity: 0.08;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  margin: 0 0 -80px 0;
  position: relative;
  z-index: -1;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

/*==========================================================================
Error CSS
==========================================================================*/
.error-page {
  text-align: center;
}

.error-page h2 {
  margin: 40px 0 30px 0;
}

.error-page p {
  margin-bottom: 35px;
}

@media (max-width: 1599px) {
  .page__banner::after {
    left: 0px;
  }
}

@media (max-width: 991px) {
  .page__banner::after {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page__banner::after {
    background-image: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-heading-color);
  }

  .page__banner-content h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .page__banner-content>span {
    font-size: 90px;
    line-height: 102px;
    margin: 0 0 -60px 0;
  }
}

@media (max-width: 480px) {
  .page__banner {
    padding: 155px 0;
  }

  .page__banner-content h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .page__banner-content>span {
    font-size: 68px;
    line-height: 80px;
  }
}

@media (max-width: 359px) {
  .page__banner-content h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .page__banner-content>span {
    font-size: 58px;
    line-height: 60px;
  }
}

.top__bar-right {
  display: none;
}

/*==========================================================================
Responsive CSS
==========================================================================*/


@media (max-width: 1200px) {
  .footer__top-title h2 {
    margin-bottom: 30px;
  }

  .work__area-item-arrow {
    display: none;

  }

}

@media (max-width: 992px) {
  .container .row .first-col {
    padding-right: 12px;
  }

  .alternate-row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .banner__three-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

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

  }
}