/*----------------------------------------*/
/* Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
html, body {
  overflow-x: hidden;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 28px;
  line-height: 1.4;
  color: var(--si-secondary-color);
  font-weight: 700;
  font-family: var(--si-font-family);
}

h1 {
  font-size: 52px;
  line-height: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

a {
  text-decoration: none;
  color: var(--si-secondary-color);
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

*::-moz-selection {
  background: var(--si-theme-color);
  color: var(--si-white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--si-theme-color);
  color: var(--si-white-color);
  text-shadow: none;
}

::selection {
  background: var(--si-theme-color);
  color: var(--si-white-color);
  text-shadow: none;
}

::selection {
  background: var(--si-theme-color);
  color: var(--si-white-color);
  text-shadow: none;
}

.pt-450 {
  padding-top: 450px;
}

.pt-400 {
  padding-top: 400px;
}

.pt-385 {
  padding-top: 385px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-75 {
  padding-top: 75px;
}

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

.pt-65 {
  padding-top: 65px;
}

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

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

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

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

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

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

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

.pt-7 {
  padding-top: 7px;
}

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

.pb-455 {
  padding-bottom: 445px;
}

.pb-350 {
  padding-bottom: 350px;
}

.pb-250 {
  padding-bottom: 250px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-35 {
  padding-bottom: 35px;
}

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

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

.pb-15 {
  padding-bottom: 15px;
}

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

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

.mt-120 {
  margin-top: 120px;
}

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

.mt-95 {
  margin-top: 95px;
}

.mt-90 {
  margin-top: 90px;
}

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

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

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

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

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

.mt-50 {
  margin-top: 50px;
}

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

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

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

.mt-25 {
  margin-top: 25px;
}

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

.mt-15 {
  margin-top: 15px;
}

.mt-13 {
  margin-top: 13px;
}

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

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

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

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

.mb-95 {
  margin-bottom: 95px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-60 {
  margin-left: 60px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.si__section__title h6 {
  background: var(--si-theme-rgba);
  color: var(--si-white-color);
  display: inline-block;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 17px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__section__title h6 {
    font-size: 15px;
  }
}
@media (max-width:575px) {
  .si__section__title h6 {
    font-size: 15px;
  }
}

.si__section__title h2 {
  color: var(--si-white-color);
  font-size: 47px;
  font-weight: 500;
  margin-top: 2px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__section__title h2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__section__title h2 {
    font-size: 40px;
  }
}
@media (max-width:575px) {
  .si__section__title h2 {
    font-size: 37px;
  }
}

.si__section__title p {
  font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__section__title p {
    font-size: 16px;
  }
}
@media (max-width:575px) {
  .si__section__title p {
    font-size: 16px;
  }
}
@media (max-width:376px) {
  .si__section__title p br {
    display: none;
  }
}

.style-text h6 {
  color: var(--si-theme-color);
  background: var(--si-theme-bg);
}

.style-text h2 {
  color: var(--si-theme-color);
}

.style-one {
  margin-left: 61px;
  margin-bottom: 50px;
}

.style-one h6 {
  color: var(--si-theme-color);
  background: var(--si-white-color);
}

.style-one h2 {
  color: var(--si-theme-color);
}

.si__section__title__two span {
  font-size: 14px;
  font-weight: 700;
  color: var(--si-white-color);
  padding: 10px 16px 10px 16px;
  border: 2px solid var(--si-theme-color2);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.si__section__title__two h2 {
  color: var(--si-white-color);
  font-size: 48px;
  font-weight: 500;
  margin-top: 17px;
}

.si__section__title__two p {
  color: var(--si-theme-rgba3);
  font-size: 16px;
  font-weight: 500;
}

.text__foure {
  margin-left: 51px;
  margin-top: 52px;
  margin-bottom: 57px;
}

.si__section__title__three span {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  color: var(--si-theme-color2);
  position: relative;
  padding-top: 18px;
  margin-bottom: 7px;
}

.si__section__title__three span::before {
  content: "";
  position: absolute;
  left: 43px;
  top: 0;
  width: 30px;
  height: 4px;
  background: var(--si-theme-color2);
  border-radius: 4px;
}

.si__section__title__three h2 {
  font-size: 37px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__section__title__three h2 {
    font-size: 32px;
  }
}
@media (max-width:575px) {
  .si__section__title__three h2 br {
    display: none;
  }
}

.si__section__title__three p {
  font-size: 17px;
  font-weight: 500;
  color: var(--si-theme-rgba4);
  margin-bottom: 37px;
  line-height: 29px;
}

.title__three span::before {
  left: 1px;
}

.title__three p {
  margin-top: 25px;
}
@media (max-width:575px) {
  .title__three p br {
    display: none;
  }
}

@media (max-width:575px) {
  .title__three h2 br {
    display: none;
    font-size: 29px;
  }
}
@media (max-width:575px) {
  .title__three h2 {
    font-size: 29px;
  }
}

.si__section__title__four:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--si-theme-color2);
  margin-right: 10px;
}

.si__section__title__four span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--si-theme-color2);
}

.si__section__title__four h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
  margin-top: 11px;
  color: var(--si-theme-color);
}
@media (max-width:991px) {
  .si__section__title__four h2 {
    font-size: 37px;
    line-height: 47px;
  }
}
@media (max-width:450px) {
  .si__section__title__four h2 {
    font-size: 27px;
    line-height: 37px;
  }
}

.si__section__title__four p {
  color: var(--si-theme-rgba4);
  font-size: 17px;
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__section__title__four p br {
    display: none;
    font-size: 16px;
  }
}
@media (max-width:1200px) {
  .si__section__title__four p br {
    display: none;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__section__title__four p br {
    display: none;
    font-size: 16px;
  }
}

/* Varrible CSS */
:root {
  --si-body-color: #052e26;
  --si-body-color2: #030014;
  --si-secondary-color:#002841;
  --si-theme-color:#111112;
  --si-theme-color2:#3d42ff;
  --si-font-family: "DM Sans", sans-serif;
  --si-white-color:#fff;
  --si-theme-bg: #f5f2f0;
  --si-theme-bg2: #0d334a;
  --si-theme-bg3:#09072c;
  --si-theme-rgba:rgba(255,255,255,0.1);
  --si-theme-rgba2:rgba(0,0,0,0.1);
  --si-theme-rgba3:rgba(255,255,255,0.6);
  --si-theme-rgba4:rgba(0,0,0,0.5);
  --si-color-blue: #E6EEFF;
}

/* ==========================================
    start search Popup Css
=========================================*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--si-theme-color2);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type=submit], .search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #ffffff;
}

.header-src-btn {
  display: inline-block;
}

.search-box-btn.search-box-outer {
  margin-left: -14px;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-box-btn.search-box-outer {
    display: none;
  }
}

.search-box-btn.search-box-outer i {
  display: inline-block;
  cursor: pointer;
}

.sidebar {
  display: inline-block;
  position: relative;
  left: 30px;
  top: 0;
}

.nav-btn.navSidebar-button {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-btn.navSidebar-button {
    display: none;
  }
}

.sticky-nav .nav-btn.navSidebar-button {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  position: relative;
  top: 6px;
}

span.icon.flaticon-menu-2 i {
  font-size: 30px;
}

/*start sidebar section*/
.xs-sidebar-group .dt-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-top {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.dt-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 450px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--si-secondary-color);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .dt-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .dt-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px;
}

.close-side-widget {
  color: #1768dd;
  font-size: 15px;
  display: block;
}

.sidebar-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.close {
  color: #fff;
  opacity: 0.9;
  transition: 0.5s;
}

.close:hover {
  color: var(--si-theme-color);
  text-decoration: none;
}

.content-text p {
  margin: 20px 0 53px;
}

/*social button*/
.social-icon ul li {
  display: inline-block;
  margin-right: 6px;
}

.social-icon ul li a {
  height: 41px;
  width: 41px;
  line-height: 41px;
  background: var(--si-theme-color);
  transition: 0.5s;
  border-radius: 100%;
  color: var(--si-white-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

.social-icon ul li a:hover {
  color: var(--si-secondary-color);
}

.social-icon ul li a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: 0.5s;
  background: var(--si-white-color);
  z-index: -1;
  border-radius: 100%;
}

.social-icon ul li a:hover:after {
  left: 0;
  width: 100%;
}

.location-icon {
  margin-right: 17px;
}

.location-icon i {
  color: #37A3FE;
  font-size: 25px;
}

.location-content-text p {
  font-family: "Inter";
  color: #fff;
}

.location-title h2 {
  font-size: 28px;
  margin: 0 0 17px;
  color: #fff;
}

.content-text {
  padding-top: 45px;
}

.content-text h2 {
  font-size: 28px;
  font-weight: 500;
  color: var(--si-white-color);
}

.contact-info h2 {
  font-size: 28px;
  font-weight: 500;
  color: var(--si-white-color);
  margin-bottom: 20px;
}

.contact-info ul li {
  list-style: none;
  color: var(--si-white-color);
  padding-bottom: 12px;
}

.contact-info ul li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: var(--si-theme-color);
  color: var(--si-white-color);
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
}

.contact-info ul li a {
  color: var(--si-white-color);
  transition: 0.5s;
}

.contact-info ul li a:hover {
  color: var(--si-theme-color);
}

.si__header__four__area .is-sticky {
  background-color: #111112;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 9;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: var(--si-white-color);
  padding: 25px 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

/*------ Back-To-Top ------------*/
.prgoress_scrollup {
  position: fixed;
  right: 55px;
  bottom: 80px;
  height: 48px;
  width: 48px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--st-theme-color-two);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
  overflow: hidden;
}

.prgoress_scrollup.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_scrollup::after {
  position: absolute;
  font-family: bootstrap-icons !important;
  content: "\f148";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--st-theme-color-one);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_scrollup::before {
  position: absolute;
  font-family: bootstrap-icons !important;
  content: "\f148";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_scrollup:hover ::after {
  color: var(--st-theme-color-one);
}

.prgoress_scrollup:hover ::before {
  opacity: 1;
}

.prgoress_scrollup svg path {
  fill: none;
}

.prgoress_scrollup svg.progress-circle path {
  stroke: var(--st-theme-color-one);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

.bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.bar-bg {
  height: 5px;
  background: #ddd;
}

.bar-bg .progress-bar {
  height: 6px;
  background-color: #1768dd;
  transition: width 1s linear;
  width: 0%;
}

.si__technology__thumb {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 48%;
  height: 100%;
}

@media (max-width: 991px) {
  .si__technology__thumb {
    position: static;
    height: 600px;
    width: 100%;
    margin-bottom: 50px;
  }
  .col-lg-6.col-md-12.offset-lg-6.offset-xl-6 {
    margin-bottom: 50px;
  }
  .si__technology__right {
    display: block;
  }
}
.si__technology__area {
  position: relative;
}

.reveal-left, .reveal-bottom {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.custom__container {
  max-width: 1221px;
}

.custom__container__bg {
  max-width: 1221px;
}

.custom__container__four {
  max-width: 1855px;
}

.custom__container__slider {
  max-width: 1310px;
}

.si__btn__one {
  background: var(--si-theme-bg);
  padding: 10px 30px 10px 30px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 11px;
  display: inline-block;
  position: relative;
  color: var(--si-theme-color);
  z-index: 1;
}
@media (max-width:991px) {
  .si__btn__one {
    padding: 6px 23px 6px 23px;
    font-size: 15px;
  }
}

.si__btn__one::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: 0px;
  left: 0px;
  background: var(--si-body-color);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}

.si__btn__one:hover::before {
  height: 100%;
  border: 1px solid var(--si-white-color);
}

.si__btn__one:hover {
  color: var(--si-white-color);
}

.si__btn__two {
  background: var(--si-theme-color);
  color: var(--si-white-color);
  font-size: 16px;
  padding: 10px 30px 10px 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__btn__two {
    font-size: 15px;
    padding: 8px 25px 8px 25px;
  }
}
@media (max-width:575px) {
  .si__btn__two {
    font-size: 15px;
    padding: 6px 15px 6px 15px;
  }
}

.si__btn__two::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: var(--si-theme-bg);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}

.si__btn__two:hover::before {
  width: 100%;
  border: 1px solid var(--si-theme-color);
}

.si__btn__two:hover {
  color: var(--si-theme-color);
}

.si__play {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border: 1px solid var(--si-body-color);
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin-left: 13px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__play {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width:575px) {
  .si__play {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width:376px) {
  .si__play {
    display: block;
    margin-top: 15px;
  }
}

.si__play:hover {
  background: var(--si-body-color);
  color: var(--si-white-color);
}

.si__btn__three {
  background: var(--si-theme-rgba);
  padding: 10px 30px 10px 30px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 11px;
  display: inline-block;
  position: relative;
  color: var(--si-white-color);
  z-index: 1;
}

.si__btn__three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0px;
  left: 0px;
  background: var(--si-white-color);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}

.si__btn__three:hover::before {
  height: 100%;
}

.si__btn__three:hover {
  color: var(--si-theme-color);
}

.text__btn {
  width: 90%;
  text-align: center;
}

.si__btn__four {
  color: var(--si-white-color);
  background: var(--si-theme-color2);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 30px 10px 30px;
  font-size: 17px;
  font-weight: 500;
  margin-right: 11px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__btn__four {
    padding: 9px 25px 9px 25px;
  }
}
@media (max-width:575px) {
  .si__btn__four {
    padding: 7px 20px 7px 20px;
  }
}
@media (max-width:450px) {
  .si__btn__four {
    padding: 7px 20px 7px 20px;
  }
}
@media (max-width:450px) {
  .si__btn__four {
    padding: 6px 17px 6px 17px;
  }
}
@media (max-width:376px) {
  .si__btn__four {
    padding: 5px 15px 5px 15px;
  }
}

.si__btn__four::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background: var(--si-white-color);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}

.si__btn__four:hover::before {
  width: 100%;
}

.si__btn__four:hover {
  color: var(--si-theme-color2);
}

.si__five {
  background: var(--si-white-color);
  display: inline-block;
  padding: 11px 33px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 13px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.si__five:hover {
  background: var(--si-body-color2);
  color: var(--si-white-color);
}

.five {
  background: var(--si-body-color2);
  border: 1px solid var(--si-theme-color2);
  color: var(--si-white-color);
  font-size: 14px;
  margin-left: 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .five {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .five {
    margin-left: 63px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .five {
    margin-left: 30px;
  }
}
@media (max-width:575px) {
  .five {
    margin-left: 63px;
  }
}

.five:hover {
  background: var(--si-theme-color2);
  color: var(--si-white-color);
}

.four {
  margin-left: 42px;
  margin-top: 27px;
}

.si__btn__six {
  background: var(--si-theme-color2);
  padding: 9px 28px 9px 28px;
  display: inline-block;
  color: var(--si-white-color);
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid var(--si-theme-color2);
}

.si__btn__six:hover {
  background: var(--si-white-color);
  color: var(--si-theme-color2);
  border: 1px solid var(--si-theme-color2);
}

.si__btn__seven {
  text-transform: uppercase;
  background: var(--si-theme-color2);
  padding: 14px 35px 14px 35px;
  color: var(--si-white-color);
  font-weight: 700;
  font-size: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width:991px) {
  .si__btn__seven {
    padding: 11px 23px 11px 23px;
  }
}

.si__btn__seven i {
  font-size: 17px;
  margin-left: 10px;
}

.si__btn__seven:hover {
  background: var(--si-theme-color);
  color: var(--si-white-color);
}

.seven {
  background: var(--si-white-color);
  border: 1px solid var(--si-theme-color2);
  color: var(--si-theme-color2);
}

.seven:hover {
  background: var(--si-theme-color2);
  color: var(--si-white-color);
}

.six {
  background: transparent;
  border: 1px solid var(--si-white-color);
}

.six i {
  font-size: 17px;
  margin-left: 10px;
}

.si__btn__eight {
  text-transform: uppercase;
  background: var(--si-theme-color2);
  padding: 15px 30px 15px 30px;
  color: var(--si-white-color);
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width:991px) {
  .si__btn__eight {
    padding: 11px 23px 11px 23px;
  }
}

.si__btn__eight i {
  transform: rotate(-45deg);
  margin-left: 5px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.si__btn__eight:hover {
  background: var(--si-theme-color);
  color: var(--si-white-color);
}

.si__btn__eight:hover i {
  transform: rotate(0deg);
}

.button {
  padding: 7px 61px 7px 61px;
}

.dance {
  animation: dance 4s both;
  -webkit-animation: dance 4s both;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

@keyframes dance {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(15px, -15px, 0);
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    transform: translate3d(0, -15px, 15px);
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
@-webkit-keyframes dance {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(15px, -15px, 0);
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    transform: translate3d(0, -15px, 15px);
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.scale2 {
  animation: scale2 2s alternate infinite;
  -webkit-animation: scale2 2s alternate infinite;
}

@keyframes scale2 {
  from {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scale2 {
  from {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.bounce-animate5 {
  animation-name: rotateme3;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: rotateme3;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme3;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme3;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes rotateme3 {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
/* Animation Text */
/***
====================================================================
    Marquee Section
====================================================================
***/
.marquee-section {
  position: relative;
  background: var(--si-theme-color);
  padding: 20px 0;
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.marquee .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}

.marquee .text {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 40px;
  color: var(--si-white-color);
  transition: 1s;
}

.marquee .text.weight {
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .marquee .text {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    -webkit-animation-play-state: play;
    animation-play-state: play;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee.slide-right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.marquee.slide-right .text {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.marquee .text img {
  margin-right: 30px;
}

.si__navigation {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 13px;
}
.si__navigation button {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--si-theme-color);
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__navigation button:hover {
  background: var(--si-white-color);
  border: 1px solid var(--si-body-color);
}
.si__navigation button i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--si-white-color);
}
.si__navigation button:hover i {
  color: var(--si-theme-color);
}
.si__navigation.style__two button {
  background: #2d283c;
}
.si__navigation.style__two button i {
  color: var(--si-theme-color);
}
.si__navigation.style__two button:hover i {
  color: var(--si-white-color);
}
.si__navigation.style__two button:hover {
  background: var(--si-white-color);
}

.three__navigation button {
  background: transparent;
  border: 1px solid var(--si-theme-rgba4);
}

.three__navigation button:hover {
  background: var(--si-theme-color2);
  border: none;
}

.three__navigation button i {
  color: var(--si-theme-color2);
}

.three__navigation button:hover i {
  color: var(--si-white-color);
}

/*----------------------------------------*/
/*  PRELOADER CSS START
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader__bar {
  width: 270px;
  height: 4px;
  background-color: #E2E2E8;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.preloader__bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--si-theme-color2);
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.preloader__logo {
  margin-bottom: 40px;
}

.preloader__logo img {
  max-width: 45%;
}

.preloader__logo img.logo-blink {
  animation: si-blink 0.7s ease-in-out 0.1s infinite;
}

@-webkit-keyframes si-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes si-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes si-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes si-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.si__service__details__left__area {
  margin-top: 121px;
  margin-bottom: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__content img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__service__details__left__content img {
    width: 100%;
  }
}
@media (max-width:991px) {
  .si__service__details__left__content img {
    width: 100%;
  }
}
.si__service__details__left__content h3 {
  margin-top: 22px;
  font-size: 30px;
  margin-bottom: 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__content h3 {
    font-size: 28px;
  }
}
@media (max-width:991px) {
  .si__service__details__left__content h3 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__service__details__left__content h3 {
    font-size: 25px;
  }
}
@media (max-width:575px) {
  .si__service__details__left__content h3 {
    font-size: 21px;
  }
}
@media (max-width:450px) {
  .si__service__details__left__content h3 {
    font-size: 17px;
  }
}
@media (max-width:376px) {
  .si__service__details__left__content h3 {
    font-size: 15px;
  }
}
@media (max-width:320px) {
  .si__service__details__left__content h3 {
    font-size: 14px;
  }
}
.si__service__details__left__content p {
  margin-top: 21px;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__service__details__left__content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__content p br {
    display: none;
  }
}
@media (max-width:991px) {
  .si__service__details__left__content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__content p {
    font-size: 17px;
  }
}
@media (max-width:991px) {
  .si__service__details__left__content p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__service__details__left__content p {
    font-size: 16px;
  }
}
@media (max-width:575px) {
  .si__service__details__left__content p {
    font-size: 15px;
  }
}
@media (max-width:450px) {
  .si__service__details__left__content p {
    font-size: 14px;
  }
}
.si__service__details__left__box {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__service__details__left__box {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__box {
    display: block;
  }
}
@media (max-width:991px) {
  .si__service__details__left__box {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__service__details__left__box {
    display: block;
  }
}
@media (max-width:575px) {
  .si__service__details__left__box {
    display: block;
  }
}
@media (max-width:450px) {
  .si__service__details__left__box {
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__service__details__left__thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__thumb img {
    width: 100%;
  }
}
.si__service__details__left__text {
  margin-left: 31px;
}
.si__service__details__left__text span {
  font-weight: 600;
  font-size: 17px;
  color: var(--si-secondary-color);
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__service__details__left__text span {
    margin-left: -31px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__text span {
    margin-left: -31px;
  }
}
@media (max-width:991px) {
  .si__service__details__left__text span {
    margin-left: -31px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__service__details__left__text span {
    margin-left: -31px;
  }
}
@media (max-width:575px) {
  .si__service__details__left__text span {
    margin-left: -31px;
  }
}
@media (max-width:450px) {
  .si__service__details__left__text span {
    margin-left: -31px;
  }
}
.si__service__details__left__text span i {
  color: var(--si-theme-color);
  font-weight: 900;
  font-size: 16px;
  margin-right: 10px;
}
.si__service__details__left__paragraph p {
  margin-top: 21px;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__service__details__left__paragraph p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__paragraph p br {
    display: none;
  }
}
@media (max-width:991px) {
  .si__service__details__left__paragraph p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__paragraph p {
    font-size: 17px;
  }
}
@media (max-width:991px) {
  .si__service__details__left__paragraph p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__service__details__left__paragraph p {
    font-size: 16px;
  }
}
@media (max-width:575px) {
  .si__service__details__left__paragraph p {
    font-size: 15px;
  }
}
@media (max-width:450px) {
  .si__service__details__left__paragraph p {
    font-size: 14px;
  }
}
.si__service__details__left__mainbox {
  padding: 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 27px;
  margin-bottom: 30px;
}
.si__service__details__left__twotext {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.si__service__details__left__twotext h6 {
  margin-top: 34px;
}
.si__service__details__left__list ul li {
  font-weight: 600;
  font-size: 17px;
  color: var(--si-secondary-color);
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
@media (max-width:376px) {
  .si__service__details__left__list ul li {
    font-size: 16px;
  }
}
.si__service__details__left__list ul li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: var(--si-theme-bg);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width:376px) {
  .si__service__details__left__list ul li a i {
    font-size: 16px;
  }
}
.si__service__details__left__texttwo {
  margin-top: 30px;
}
.si__service__details__left__texttwo span {
  font-weight: 700;
  font-size: 20px;
  color: var(--si-secondary-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__service__details__left__texttwo span {
    font-size: 19px;
  }
}
@media (max-width:376px) {
  .si__service__details__left__texttwo span {
    font-size: 18px;
  }
}
@media (max-width:320px) {
  .si__service__details__left__texttwo span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__texttwo span br {
    display: none;
  }
}
.si__service__details__left__texttwo p {
  font-size: 18px;
  margin-top: 19px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__service__details__left__texttwo p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__service__details__left__texttwo p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__texttwo p br {
    display: none;
  }
}
@media (max-width:320px) {
  .si__service__details__left__texttwo p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__texttwo p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__service__details__left__texttwo p {
    font-size: 17px;
  }
}
@media (max-width:575px) {
  .si__service__details__left__texttwo p {
    font-size: 15px;
  }
}
.si__service__details__left__right {
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 330px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__service__details__left__right {
    width: 297px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__details__left__right {
    width: 239px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .si__service__details__left__right {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__service__details__left__right {
    width: 100%;
  }
}
@media (max-width:575px) {
  .si__service__details__left__right {
    width: 100%;
  }
}
.si__service__details__left__right a {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--si-secondary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.si__service__details__left__right a i {
  font-size: 18px;
}

.si__header__area {
  padding: 13px 0 15px;
  background: var(--si-white-color);
}
@media (max-width:1200px) {
  .si__header__area {
    display: none;
  }
}
.si__header__logo img {
  width: 118px;
}
.si__header__menu ul li {
  display: inline;
  position: relative;
}
.si__header__menu ul li a {
  font-size: 17px;
  margin-right: 25px;
}
.si__header__menu ul li a i {
  font-size: 12px;
}
.si__header__menu ul::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: 0px;
  right: 0px;
}
.si__header__menu ul li .sub__menu {
  position: absolute;
  width: 254px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #000;
  box-shadow: 0px 0px 10px rgba(3, 3, 3, 0.05);
  padding: 18px 25px;
  left: 0;
  top: 66px;
  transform: scaleY(0);
  visibility: hidden;
  transform-origin: 0 0 0;
  border-top: 1px solid var(--st-theme-color);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 2;
}

.si__header__menu ul li .sub__menu li {
  text-align: left;
}

.si__header__menu ul li:hover .sub__menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.si__header__menu ul li .sub__menu li a {
  display: block;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: var(--si-white-color);
}

.si__header__two__area {
  background: var(--si-body-color2);
  padding: 24px 0 24px;
}
@media (max-width:1200px) {
  .si__header__two__area {
    display: none;
  }
}
.si__header__two__wrap {
  display: flex;
  justify-content: space-between;
}
.si__header__two__logo {
  display: inline-block;
}
.si__header__two__logo img {
  width: 118px;
}
.si__header__two__menu {
  display: inline-block;
  padding-left: 32px;
}
.si__header__two__menu ul li {
  display: inline;
  position: relative;
}
.si__header__two__menu ul li a {
  font-size: 17px;
  margin-right: 25px;
  color: var(--si-white-color);
}
.si__header__two__menu ul li a i {
  font-size: 12px;
}
.si__header__two__btn {
  text-align: right;
}
.si__header__two__btn span {
  color: var(--si-white-color);
  font-size: 17px;
  margin-right: 45px;
  position: relative;
  top: -21px;
}

.bg-color {
  background: var(--si-body-color2);
}

.si__header__two__menu ul li .sub__menu {
  position: absolute;
  width: 254px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: var(--si-white-color);
  box-shadow: 0px 0px 10px rgba(3, 3, 3, 0.05);
  padding: 18px 25px;
  left: 0;
  top: 66px;
  transform: scaleY(0);
  visibility: hidden;
  transform-origin: 0 0 0;
  border-top: 1px solid var(--st-theme-color);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 2;
}

.si__header__two__menu ul li .sub__menu li {
  text-align: left;
}

.si__header__two__menu ul li:hover .sub__menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.si__header__two__menu ul li .sub__menu li a {
  display: block;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: var(--st-theme-color);
}

.si__header__three__area {
  padding: 24px 0 31px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
}
@media (max-width:1200px) {
  .si__header__three__area {
    display: none;
  }
}
.si__header__three__logo img {
  width: 130px;
}
.si__header__three__menu {
  text-align: right;
}
.si__header__three__menu ul {
  display: inline-block;
}
.si__header__three__menu ul li {
  display: inline;
  position: relative;
}
.si__header__three__menu ul li a {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: 17px;
  margin-right: 37px;
  color: var(--si-theme-color);
}
.si__header__three__menu ul li a:hover {
  color: var(--si-theme-color2);
}
.si__header__three__menu ul li a i {
  font-size: 12px;
}
.si__header__three__btn {
  display: inline-block;
}

.si__header__three__menu ul li .sub__menu {
  position: absolute;
  width: 254px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #000;
  box-shadow: 0px 0px 10px rgba(3, 3, 3, 0.05);
  padding: 18px 25px;
  left: 0;
  top: 66px;
  transform: scaleY(0);
  visibility: hidden;
  transform-origin: 0 0 0;
  border-top: 1px solid var(--st-theme-color);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 2;
}

.si__header__three__menu ul li .sub__menu li {
  text-align: left;
}

.si__header__three__menu ul li:hover .sub__menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.si__header__three__menu ul li .sub__menu li a {
  display: block;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: var(--si-white-color);
}

.si__header__four__area {
  margin-top: 64px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width:1200px) {
  .si__header__four__area {
    display: none;
  }
}
.si__header__four__logo img {
  width: 130px;
}
.si__header__four__menu {
  margin-left: -80px;
}
.si__header__four__menu ul {
  display: inline-block;
}
.si__header__four__menu ul li {
  display: inline;
  position: relative;
}
.si__header__four__menu ul li a {
  font-size: 17px;
  margin-right: 17px;
  font-weight: 500;
  color: var(--si-white-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__header__four__menu ul li a {
    margin-left: 9px;
  }
}
.si__header__four__menu ul li a i {
  font-size: 12px;
}
.si__header__four__content {
  display: flex;
  align-items: center;
  justify-content: end;
}
.si__header__four__icon i {
  font-size: 23px;
  transform: rotate(-39deg);
  color: var(--si-white-color);
}
.si__header__four__call {
  margin-left: 12px;
}
.si__header__four__call span {
  color: var(--si-theme-rgba3);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: 0px;
  display: inline-block;
}
.si__header__four__call a {
  color: var(--si-white-color);
  font-size: 19px;
  font-weight: 600;
  display: block;
  position: relative;
  top: -13px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__header__four__call a:hover {
  color: var(--si-theme-color2);
}
.si__header__four__search i {
  font-size: 20px;
  font-weight: 500;
  margin-left: 41px;
  color: var(--si-white-color);
}
.si__header__four__btn {
  margin-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__header__four__btn {
    display: none;
  }
}

.si__header__four__menu ul li .sub__menu {
  position: absolute;
  width: 254px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: var(--si-white-color);
  box-shadow: 0px 0px 10px rgba(3, 3, 3, 0.05);
  padding: 18px 25px;
  left: 0;
  top: 66px;
  transform: scaleY(0);
  visibility: hidden;
  transform-origin: 0 0 0;
  border-top: 1px solid var(--st-theme-color);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 2;
}

.si__header__four__menu ul li .sub__menu li {
  text-align: left;
}

.si__header__four__menu ul li:hover .sub__menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.si__header__four__menu ul li .sub__menu li a {
  display: block;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: var(--st-theme-color);
}

.si__slider__area {
  background: var(--si-theme-bg);
  padding: 150px 0;
  display: flex;
  align-items: center;
}
@media (max-width:991px) {
  .si__slider__area {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width:991px) {
  .si__slider__content {
    padding-bottom: 40px;
  }
}
.si__slider__content h6 {
  font-size: 17px;
  font-weight: 500;
  background: var(--si-white-color);
  padding: 5px 9px 5px 9px;
  display: inline-block;
}
@media (max-width:575px) {
  .si__slider__content h6 {
    font-size: 15px;
  }
}
.si__slider__content h1 {
  font-weight: 500;
  font-size: 55px;
  line-height: 65px;
  margin-top: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .si__slider__content h1 {
    font-size: 50px;
    line-height: 59px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__slider__content h1 {
    font-size: 43px;
    line-height: 50px;
  }
}
@media (max-width:575px) {
  .si__slider__content h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 4px;
  }
}
.si__slider__content p {
  font-size: 18px;
}
@media (max-width:575px) {
  .si__slider__content p {
    font-size: 16px;
  }
}
.si__slider__btn span {
  margin-left: 11px;
  cursor: pointer;
}
.si__slider__thumb img {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__slider__thumb img {
    width: 100%;
  }
}

.si__slider__two__area {
  background: var(--si-body-color2);
  padding-top: 27px;
  padding-bottom: 90px;
}
.si__slider__two__content span {
  font-size: 14px;
  color: var(--si-white-color);
  padding: 10px 16px 10px 16px;
  border: 2px solid var(--si-theme-color2);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .si__slider__two__content span {
    padding: 8px 12px 8px 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__slider__two__content span {
    padding: 7px 10px 7px 10px;
  }
}
@media (max-width:575px) {
  .si__slider__two__content span {
    padding: 6px 8px 6px 8px;
  }
}
.si__slider__two__content span i {
  margin-right: 9px;
}
.si__slider__two__content h1 {
  color: var(--si-white-color);
  font-size: 75px;
  font-weight: 500;
  line-height: 82px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__slider__two__content h1 {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .si__slider__two__content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__slider__two__content h1 {
    font-size: 53px;
    line-height: 67px;
  }
}
@media (max-width:575px) {
  .si__slider__two__content h1 {
    font-size: 48px;
    line-height: 63px;
  }
}
@media (max-width:450px) {
  .si__slider__two__content h1 {
    font-size: 43px;
    line-height: 60px;
  }
}
@media (max-width:376px) {
  .si__slider__two__content h1 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width:320px) {
  .si__slider__two__content h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.si__slider__two__content p {
  color: var(--si-theme-rgba3);
  font-size: 17px;
  font-weight: 500;
  margin-top: 19px;
  margin-bottom: 29px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__slider__two__content p {
    font-size: 15px;
  }
}
@media (max-width:575px) {
  .si__slider__two__content p {
    font-size: 14px;
  }
}
@media (max-width:376px) {
  .si__slider__two__content p br {
    display: none;
  }
}

.si__slider__three__area {
  padding-top: 295px;
  padding-bottom: 19px;
  background: #f2f7ff;
}
@media (max-width:991px) {
  .si__slider__three__area {
    padding-top: 130px;
    padding-bottom: 70px;
  }
}
@media (max-width:575px) {
  .si__slider__three__area {
    padding-top: 85px;
    padding-bottom: 40px;
  }
}
.si__slider__three__content h1 {
  margin-bottom: 23px;
  line-height: 59px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__slider__three__content h1 {
    line-height: 57px;
    font-size: 46px;
  }
}
@media (max-width:575px) {
  .si__slider__three__content h1 {
    line-height: 51px;
    font-size: 41px;
    margin-bottom: 13px;
  }
}
@media (max-width:450px) {
  .si__slider__three__content h1 {
    font-size: 38px;
  }
}
@media (max-width:376px) {
  .si__slider__three__content h1 {
    font-size: 31px;
  }
}
@media (max-width:320px) {
  .si__slider__three__content h1 {
    font-size: 25px;
    line-height: 41px;
  }
}
.si__slider__three__content p {
  font-size: 17px;
  font-weight: 600;
  color: var(--si-theme-rgba4);
  margin-bottom: 37px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__slider__three__content p {
    font-size: 15px;
  }
}
@media (max-width:575px) {
  .si__slider__three__content p {
    font-size: 15px;
  }
}
@media (max-width:575px) {
  .si__slider__three__content p br {
    display: none;
  }
}
.si__slider__three__thumb {
  position: relative;
  top: -141px;
}
@media (max-width:991px) {
  .si__slider__three__thumb {
    top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__slider__three__thumb img {
    width: 100%;
  }
}
@media (max-width:991px) {
  .si__slider__three__thumb img {
    width: 100%;
    margin-top: 49px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__img {
    width: 100%;
  }
}

.si__slider__four__content {
  padding: 300px 0px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__slider__four__content {
    padding: 160px 0px;
  }
}
@media (max-width:991px) {
  .si__slider__four__content {
    padding: 150px 0px;
  }
}
.si__slider__four__content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: var(--si-theme-color);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.si__slider__four__text span {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--si-white-color);
}
.si__slider__four__text h1 {
  color: var(--si-white-color);
  margin-top: 21px;
  font-size: 70px;
  line-height: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .si__slider__four__text h1 {
    font-size: 55px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__slider__four__text h1 {
    font-size: 51px;
    line-height: 51px;
  }
}
@media (max-width:575px) {
  .si__slider__four__text h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width:376px) {
  .si__slider__four__text h1 {
    font-size: 35px;
    line-height: 41px;
  }
}
.si__slider__four__text p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 31px;
  color: var(--si-white-color);
}
@media (max-width:991px) {
  .si__slider__four__text p {
    font-size: 15px;
  }
}
.si__slider__four__btn {
  margin-top: 49px;
}

.si__service__area {
  background: var(--si-body-color2);
}
.si__service__box {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  margin-top: 29px;
  border: 1px solid transparent;
}
.si__service__box:hover {
  background: var(--si-theme-bg3);
  border: 1px solid var(--si-theme-color2);
}
.si__service__thumb {
  margin-left: 47px;
  padding: 16px 16px 16px 16px;
  background: var(--si-theme-color2);
  display: inline-block;
  margin-top: 47px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
}
.si__service__thumb img {
  width: 35px;
}
.si__service__text {
  margin-left: 47px;
  margin-bottom: 44px;
}
.si__service__text h6 {
  color: var(--si-white-color);
  margin-top: 25px;
}
.si__service__text p {
  color: var(--si-theme-rgba3);
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__service__text p br {
    display: none;
  }
}
@media (max-width:376px) {
  .si__service__text p br {
    display: none;
  }
}
@media (max-width:320px) {
  .si__service__text p br {
    display: none;
  }
}

.si__service__three__box {
  border: 1px solid var(--si-theme-rgba2);
  padding: 55px 50px 65px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__service__three__box:hover {
  box-shadow: 0px 10px 15px rgba(0, 85, 255, 0.2);
}
@media (max-width:991px) {
  .si__service__three__box {
    margin-top: 29px;
  }
}
.si__service__three__box:hover .si__service__three__icon__inner {
  background: var(--si-theme-color2);
}
.si__service__three__box:hover .si__service__three__icon__inner img {
  filter: brightness(0) invert(1);
}
.si__service__three__icon__inner {
  background: var(--si-color-blue);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: var(--si-theme-color2);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__service__three__icon__inner img {
  width: 55px;
}
.si__service__three__text h6 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 33px;
}
.si__service__three__text p {
  font-size: 16px;
  font-weight: 500;
  color: var(--si-theme-rgba4);
  margin-bottom: 25px;
  line-height: 29px;
}

.si__service__four__area {
  background: #f4f7fb;
}
.si__service__four__box {
  position: relative;
  margin-top: 40px;
}
.si__service__four__mainbg {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__service__four__mainbg__inner {
  position: relative;
}
.si__service__four__mainbg__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(26, 62, 103, 0) 0%, #101b31 100%);
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.si__service__four__mainbg__inner img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.si__service__four__main {
  position: absolute;
  bottom: -80px;
  left: 30px;
  right: 30px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__service__four__mainbg__inner {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__service__four__icon {
  display: flex;
  justify-content: center;
}
.si__service__four__icon__inner {
  width: 72px;
  height: 72px;
  background: var(--si-theme-color2);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si__service__four__icon__inner img {
  width: 45px;
}
.si__service__four__text a h5 {
  color: var(--si-white-color);
  margin-top: 20px;
}
.si__service__four__text p {
  color: var(--si-white-color);
  opacity: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__service__four__text__inner {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
@media (max-width:991px) {
  .si__service__four__text__inner {
    display: block;
  }
}
.si__service__four__p p {
  color: var(--si-theme-rgba4);
  font-size: 17px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__service__four__p p {
    font-size: 15px;
  }
}
.si__service__four__btn {
  margin-left: 13px;
}
.si__service__four__btn a {
  display: inline-block;
  color: var(--si-theme-color2);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.si__service__four__btn a i {
  font-size: 14px;
  font-weight: 700;
  transform: rotate(-45deg);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-left: 3px;
}
.si__service__four__btn:hover a i {
  transform: rotate(0deg);
}

.si__service__four__box:hover .si__service__four__main {
  bottom: 0;
}

.si__service__four__box:hover .si__service__four__text p {
  opacity: 1;
  margin-bottom: 55px;
}

.si__service__four__box:hover .si__service__four__mainbg__inner {
  transform: scale(1.1);
}

.si__service__four__box:hover .si__service__four__mainbg::before {
  opacity: 1;
}

.si__counter__area {
  background: var(--si-theme-bg);
}
.si__counter__text p {
  font-size: 16px;
  margin-top: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__counter__text p br {
    display: none;
  }
}
@media (max-width:575px) {
  .si__counter__text p br {
    display: none;
  }
}
.si__counter__btn {
  margin-top: 33px;
  text-align: end;
}
@media (max-width:991px) {
  .si__counter__btn {
    margin-top: 19px;
    text-align: left;
  }
}
.si__counter__box {
  background: var(--si-white-color);
  display: inline-block;
  padding: 31px 62px 23px 28px;
  margin-top: 41px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.si__counter__box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: 0px;
  left: 0px;
  background: var(--si-body-color);
  z-index: -1;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__counter__box h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 31px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__counter__box h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__counter__box h3 {
    font-size: 18px;
  }
}
@media (max-width:991px) {
  .si__counter__box h3 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__counter__box h3 br {
    display: none;
  }
}
.si__counter__box:hover::before {
  height: 100%;
}
.si__counter__box:hover h3 {
  color: var(--si-white-color);
}
.si__counter__right {
  display: flex;
  position: relative;
  margin-bottom: 43px;
}
.si__counter__right::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  bottom: -25px;
  left: 0;
  border: 1px solid var(--si-theme-rgba2);
}
.si__counter__box:hover .si__counter__right::before {
  border: 1px solid var(--si-theme-rgba3);
}
.si__counter__thumb img {
  width: 60px;
  border-radius: 100px 100px 100px 100px;
}
.si__counter__texttwo {
  margin-left: 19px;
  margin-top: 4px;
}
.si__counter__texttwo h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: -3px;
}
.si__counter__box:hover .si__counter__texttwo h4 {
  color: var(--si-white-color);
}
.si__counter__box:hover .si__counter__texttwo span {
  color: var(--si-white-color);
}
.si__counter__textthree h4 {
  font-size: 36px;
  font-weight: 500;
  display: inline-block;
  margin-right: 4px;
}
.si__counter__textthree h5 {
  font-size: 36px;
  font-weight: 500;
  display: inline-block;
}
.si__counter__textthree h6 {
  font-size: 36px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  left: 5px;
}
.si__counter__textthree span {
  display: block;
  margin-top: -12px;
}
.si__counter__box:hover .si__counter__textthree h4 {
  color: var(--si-white-color);
}
.si__counter__box:hover .si__counter__textthree h5 {
  color: var(--si-white-color);
}
.si__counter__box:hover .si__counter__textthree h6 {
  color: var(--si-white-color);
}
.si__counter__box:hover .si__counter__textthree span {
  color: var(--si-white-color);
}

.si__counter__three__box {
  display: flex;
  padding: 28px 30px 6px;
  border: 1px solid var(--si-theme-rgba2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width:991px) {
  .si__counter__three__box {
    margin-top: 25px;
  }
}
.si__counter__three__box:hover {
  transform: translateY(-5px);
}
.si__counter__three__icon {
  position: relative;
}
.si__counter__three__icon::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 31px;
  transform: translateY(-50%);
  width: 2px;
  height: 38px;
  background: var(--si-theme-rgba4);
  opacity: 0.2;
}
.si__counter__three__text {
  margin-top: -10px;
  margin-left: 40px;
}
.si__counter__three__text h6 {
  font-weight: 800;
  font-size: 39px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__counter__three__text h6 {
    font-size: 27px;
  }
}
.si__counter__three__text h5 {
  font-weight: 800;
  font-size: 39px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__counter__three__text h5 {
    font-size: 27px;
  }
}
.si__counter__three__text span {
  font-size: 17px;
  font-weight: 500;
  color: var(--si-theme-rgba4);
  display: block;
  position: relative;
  top: -13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__counter__three__text span {
    font-size: 16px;
  }
}

.si__work__process__area {
  position: relative;
}
.si__work__process__thumb {
  position: relative;
  z-index: 1;
  margin-top: 57px;
  display: inline-block;
}
.si__work__process__thumb::before {
  position: absolute;
  content: "";
  width: 163px;
  height: 169px;
  bottom: -9px;
  left: -7px;
  background-color: var(--si-theme-color2);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__work__process__thumb::before {
    left: -8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__work__process__thumb::before {
    left: -7px;
  }
}
@media (max-width:991px) {
  .si__work__process__thumb::before {
    left: -7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__work__process__thumb::before {
    left: -7px;
  }
}
@media (max-width:575px) {
  .si__work__process__thumb::before {
    left: -7px;
  }
}
@media (max-width:450px) {
  .si__work__process__thumb::before {
    left: -7px;
  }
}
.si__work__process__thumb span {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: var(--si-theme-color2);
  text-align: center;
  bottom: 61px;
  right: -18px;
  color: var(--si-white-color);
  font-size: 17px;
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__work__process__thumb span {
    right: -21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__work__process__thumb span {
    right: -21px;
  }
}
@media (max-width:991px) {
  .si__work__process__thumb span {
    right: -21px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__work__process__thumb span {
    right: -21px;
  }
}
@media (max-width:575px) {
  .si__work__process__thumb span {
    right: -21px;
  }
}
@media (max-width:450px) {
  .si__work__process__thumb span {
    right: -21px;
  }
}
.si__work__process__text {
  margin-top: 41px;
}
.si__work__process__text h6 a {
  color: var(--si-white-color);
}
.si__work__process__text p {
  color: var(--si-white-color);
  font-size: 16px;
  margin-top: 15px;
  line-height: 23px;
}

.color h2 {
  color: var(--si-white-color);
}

.si__faq__text p {
  font-size: 18px;
}
@media (max-width:450px) {
  .si__faq__text p {
    font-size: 16px;
  }
}
@media (max-width:450px) {
  .si__faq__text p br {
    display: none;
  }
}
.si__faq__text a {
  margin-top: 8px;
}
@media (max-width:991px) {
  .si__faq__text a {
    margin-bottom: 29px;
  }
}

.si__faq__four__area {
  background: #f4f7fb;
  margin-top: -255px;
}
@media (max-width:991px) {
  .si__faq__four__box {
    margin-top: 75px;
  }
}
.si__faq__four__thumb img {
  width: 100%;
}

/* FAQ */
.my-accordion li {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  list-style: none;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: flex;
  position: relative;
  cursor: pointer;
}

.my-accordion li.active {
  background: var(--si-theme-bg);
}

.my-accordion li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  outline: 0;
  font-weight: 600;
  border: none;
  cursor: pointer;
  color: var(--si-secondary-color);
  transition: 0.3s;
}

.my-accordion li span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--si-theme-bg);
  color: var(--si-secondary-color);
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 600;
}

.my-accordion li.active span {
  background: var(--si-theme-color);
  color: #fff;
}

.my-accordion p {
  display: none;
  font-size: 18px;
  width: 78%;
  color: var(--si-body-color);
  margin-top: 9px;
}

.my-accordion li::after {
  content: "\f054";
  font-family: "Font Awesome 6 pro";
  position: absolute;
  right: 20px;
  top: 27px;
  width: 30px;
  height: 30px;
  background: var(--st-theme-color);
  text-align: center;
  line-height: 30px;
  border-radius: 0;
  color: var(--si-theme-color);
  font-size: 12px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-weight: 700;
  line-height: 30px;
  background: var(--si-theme-bg);
}

.my-accordion li.active::after {
  content: "\f078";
  background: #fff;
  color: var(--si-theme-color);
}

.accordion__content {
  display: inline-block;
  margin-left: 20px;
  margin-top: 7px;
  margin-right: 27px;
}

.accordion__number {
  display: inline-block;
}

.si__team__box {
  padding: 40px 40px 50px;
  border: 1px solid var(--si-theme-rgba2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
@media (max-width:991px) {
  .si__team__box {
    margin-top: 29px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__team__box {
    padding: 31px 31px 39px;
  }
}
.si__team__text h6 {
  font-size: 22px;
  margin-top: 17px;
}
.si__team__text h6:hover {
  color: var(--si-theme-color2);
}
.si__team__text span {
  font-size: 17px;
  font-weight: 500;
  color: var(--si-theme-rgba4);
  position: relative;
  top: -7px;
}
.si__team__text span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  width: 30px;
  height: 5px;
  background: var(--si-theme-color2);
  border-radius: 4px;
  margin: 0 auto;
}
.si__team__icon {
  display: flex;
  gap: 10px;
}
.si__team__icon a i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--si-color-blue);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  color: var(--si-theme-color2);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__team__icon a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.si__team__icon a i:hover {
  background: var(--si-theme-color2);
  color: var(--si-white-color);
}

.si__team__four__thumb {
  position: relative;
  margin-top: 41px;
}
.si__team__four__thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(26, 62, 103, 0) 0%, #101b31 100%);
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.si__team__four__thumb img {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.si__team__four__icon {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__team__four__icon a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: var(--si-white-color);
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
  margin-right: 10px;
}
.si__team__four__icon a i:hover {
  background: var(--si-theme-color2);
  color: var(--si-white-color);
}
.si__team__four__thumb:hover .si__team__four__icon {
  opacity: 1;
  bottom: 31px;
}
.si__team__four__text {
  margin-top: 15px;
}
.si__team__four__text a h5:hover {
  color: var(--si-theme-color2);
}
.si__team__four__text span {
  font-size: 18px;
  color: var(--si-theme-rgba4);
  position: relative;
  top: -7px;
}

.si__features__area {
  background: var(--si-body-color2);
}
.si__features__box {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  margin-top: 29px;
  border: 1px solid transparent;
}
.si__features__box:hover {
  background: var(--si-theme-bg3);
  border: 1px solid var(--si-theme-color2);
}
.si__features__thumb {
  margin-left: 47px;
  padding: 16px 16px 16px 16px;
  background: var(--si-theme-color2);
  display: inline-block;
  margin-top: 47px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
}
.si__features__thumb img {
  width: 35px;
}
.si__features__text {
  margin-left: 47px;
  margin-bottom: 44px;
}
.si__features__text h6 {
  color: var(--si-white-color);
  margin-top: 25px;
}
.si__features__text p {
  color: var(--si-theme-rgba3);
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__features__text p br {
    display: none;
  }
}
@media (max-width:376px) {
  .si__features__text p br {
    display: none;
  }
}
@media (max-width:320px) {
  .si__features__text p br {
    display: none;
  }
}
.si__features__new {
  position: absolute;
  top: 50px;
  right: 58px;
}
@media (max-width:320px) {
  .si__features__new {
    display: none;
  }
}
.si__features__new span {
  font-size: 14px;
  font-weight: 700;
  color: var(--si-white-color);
  padding: 10px 16px 10px 16px;
  border: 1px solid var(--si-theme-color2);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.si__features__four__main {
  display: flex;
  justify-content: space-between;
}
.si__features__four__box {
  position: relative;
}
.si__features__four__box__inner {
  border-right: 1px solid var(--si-theme-rgba2);
  padding: 26px 47px 33px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--si-theme-rgba2);
}
.si__features__four__icon {
  z-index: 2;
  position: relative;
}
.si__features__four__box:hover .si__features__four__icon img {
  filter: brightness(0) invert(1);
}
.si__features__four__text {
  margin-top: 97px;
  z-index: 2;
  position: relative;
}
.si__features__four__text h6 {
  font-size: 22px;
}
.si__features__four__text p {
  color: var(--si-theme-rgba4);
  font-size: 17px;
  font-weight: 500;
  margin-top: 12px;
  line-height: 25px;
}
.si__features__four__text p br {
  display: none;
}
.si__features__four__box:hover .si__features__four__text h6 {
  color: var(--si-white-color);
}
.si__features__four__box:hover .si__features__four__text p {
  color: var(--si-white-color);
}
.si__features__four__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}
.si__features__four__thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--si-theme-color);
  opacity: 0.5;
  z-index: 1;
}
.si__features__four__box:hover .si__features__four__thumb {
  opacity: 1;
}

.last {
  border-right: none;
}

.si__features__four__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.si__testimonial__area {
  background: var(--si-body-color2);
}
.si__testimonial__box {
  background: var(--si-theme-bg3);
  border: 1px solid var(--si-theme-color2);
  -webkit-border-radius: 32px 32px 32px 32px;
  -moz-border-radius: 32px 32px 32px 32px;
  -o-border-radius: 32px 32px 32px 32px;
  -ms-border-radius: 32px 32px 32px 32px;
  border-radius: 32px 32px 32px 32px;
  padding: 25px 32px 7px 32px;
  margin-top: 45px;
}
.si__testimonial__text span {
  color: var(--si-white-color);
  font-weight: 700;
  font-size: 19px;
}
.si__testimonial__text p {
  color: var(--si-theme-rgba3);
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__testimonial__three__thumb img {
    width: 100%;
  }
}
@media (max-width:575px) {
  .si__testimonial__three__thumb img {
    width: 100%;
  }
}
@media (max-width:991px) {
  .si__testimonial__three__thumb img {
    margin-bottom: 69px;
  }
}
.si__testimonial__three__icon i {
  color: #ffb930;
  font-size: 21px;
}
.si__testimonial__three__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 46px;
}
.si__testimonial__three__svg img {
  opacity: 0.4;
}
.si__testimonial__three__p {
  font-size: 19px;
  font-weight: 500;
  color: var(--si-theme-rgba4);
  margin-top: 21px;
}
.si__testimonial__three__content {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.si__testimonial__three__img {
  position: relative;
}
.si__testimonial__three__img::before {
  content: "";
  position: absolute;
  left: 80px;
  top: 17px;
  width: 4px;
  height: 36px;
  background: var(--si-theme-color2);
  border-radius: 4px;
  margin: 0 auto;
}
.si__testimonial__three__text {
  margin-left: 33px;
}
.si__testimonial__three__text h5 {
  font-size: 22px;
  color: var(--si-theme-rgba4);
  position: relative;
  top: 13px;
}
.si__testimonial__three__text span {
  color: var(--si-theme-rgba4);
  font-weight: 500;
  position: relative;
  top: -5px;
}

.si__testimonial__four__thumb img {
  width: 100%;
}
.si__testimonial__four__box {
  margin-top: 33px;
}
.si__testimonial__four__icon i {
  color: var(--si-theme-color2);
  font-size: 15px;
}
.si__testimonial__four__p p {
  font-size: 19px;
  line-height: 27px;
  margin-top: 13px;
}
.si__testimonial__four__content {
  display: flex;
  align-items: center;
  margin-top: 47px;
}
.si__testimonial__four__text {
  margin-left: 17px;
}
.si__testimonial__four__text h6 {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.si__testimonial__four__text span {
  color: var(--si-theme-rgba4);
  font-weight: 500;
  position: relative;
  top: -5px;
}

.si__brand__area {
  background: var(--si-body-color2);
}
.si__brand__content span {
  color: var(--si-theme-rgba3);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
.si__brand__thumb {
  margin-top: 33px;
}
.si__brand__thumb ul li {
  display: inline;
}
.si__brand__thumb ul li img {
  width: 170px;
  opacity: 0.5;
  margin-right: 60px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__brand__thumb ul li img {
    width: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__brand__thumb ul li img {
    width: 150px;
  }
}
@media (max-width:991px) {
  .si__brand__thumb ul li img {
    width: 150px;
  }
}
.si__brand__thumb ul li img:hover {
  opacity: 1;
}

.si__brand__three__area {
  padding-top: 60px;
  padding-bottom: 11px;
}
.si__brand__three__thumb {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si__brand__three__thumb ul li {
  display: inline;
}
.si__brand__three__thumb ul li img {
  margin-right: 60px;
  cursor: pointer;
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__brand__three__thumb ul li img {
    width: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__brand__three__thumb ul li img {
    width: 150px;
  }
}
@media (max-width:991px) {
  .si__brand__three__thumb ul li img {
    width: 150px;
  }
}
.si__brand__three__thumb ul li img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.si__brand__four__thumb {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si__brand__four__thumb ul li {
  display: inline;
}
.si__brand__four__thumb ul li img {
  margin-right: 60px;
  cursor: pointer;
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__brand__four__thumb ul li img {
    width: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__brand__four__thumb ul li img {
    width: 150px;
  }
}
@media (max-width:991px) {
  .si__brand__four__thumb ul li img {
    width: 150px;
  }
}
.si__brand__four__thumb ul li img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.si__brand__four__text {
  border-top: 1px solid var(--si-theme-rgba2);
  margin-top: 108px;
}
.si__brand__four__text h6 {
  font-size: 14px;
  background: var(--si-white-color);
  padding: 10px 30px;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  top: -19px;
}

.si__blog__thumb {
  position: relative;
}
@media (max-width:991px) {
  .si__blog__thumb {
    margin-top: 30px;
  }
}
.si__blog__thumb img {
  width: 100%;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.si__blog__box {
  border: 1px solid var(--si-theme-rgba2);
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  padding: 0 0 31px 0;
}
.si__blog__btn {
  position: absolute;
  left: 30px;
  bottom: -16px;
}
.si__blog__btn a {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  background: var(--si-theme-color2);
  color: var(--si-white-color);
  left: 0px;
  top: 0px;
  padding: 8px 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__blog__btn a:hover {
  background: var(--si-theme-color);
}
.si__blog__text {
  margin-left: 30px;
  margin-top: 29px;
}
.si__blog__text span {
  color: var(--si-theme-rgba4);
  font-weight: 600;
  font-size: 14px;
  margin-right: 20px;
}
.si__blog__text span i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--si-theme-color2);
}
.si__blog__text span:hover a {
  color: var(--si-theme-color2);
}
.si__blog__right {
  margin-left: 30px;
  margin-top: 9px;
}
.si__blog__right h4 {
  font-size: 22px;
  margin-bottom: 11px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__blog__right h4:hover {
  color: var(--si-theme-color2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__right h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__right h4 br {
    display: none;
  }
}
@media (max-width:450px) {
  .si__blog__right h4 {
    font-size: 19px;
  }
}
.si__blog__right a {
  font-size: 16px;
  font-weight: 600;
  color: var(--si-theme-rgba4);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__blog__right a:hover {
  color: var(--si-theme-color2);
}
.si__blog__right a i {
  font-size: 16px;
  margin-left: 10px;
  color: var(--si-theme-color2);
}
@media (max-width:450px) {
  .si__blog__right a {
    font-size: 14px;
  }
}

.si__blog__four__box {
  margin-top: 50px;
}
.si__blog__four__thumb {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.si__blog__four__thumb img {
  width: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__blog__four__box:hover .si__blog__four__thumb img {
  transform: scale(1.1);
}
.si__blog__four__text {
  margin-left: 30px;
  margin-top: 17px;
}
.si__blog__four__text span {
  color: var(--si-theme-rgba4);
  font-weight: 600;
  font-size: 14px;
  margin-right: 20px;
  text-transform: uppercase;
}
@media (max-width:1200px) {
  .si__blog__four__text span {
    display: block;
  }
}
.si__blog__four__text span i {
  font-size: 14px;
  margin-right: 8px;
  color: var(--si-theme-rgba4);
}
.si__blog__four__text span:hover a {
  color: var(--si-theme-color2);
}
.si__blog__four__text h5 {
  margin-top: 5px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__blog__four__text h5 br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__blog__four__text h5 {
    font-size: 22px;
  }
}
@media (max-width:1200px) {
  .si__blog__four__text h5 br {
    display: none;
  }
}
@media (max-width:1200px) {
  .si__blog__four__text h5 {
    font-size: 18px;
  }
}
.si__blog__four__text h5:hover {
  color: var(--si-theme-color2);
}
.si__blog__four__btn a {
  font-size: 14px;
  font-weight: 700;
  color: var(--si-theme-rgba4);
  text-transform: uppercase;
  margin-left: 30px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__blog__four__btn a i {
  transform: rotate(-45deg);
  font-size: 14px;
  font-weight: 700;
  color: var(--si-theme-rgba4);
  margin-left: 5px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__blog__four__btn a:hover {
  color: var(--si-theme-color2);
}
.si__blog__four__btn:hover a i {
  color: var(--si-theme-color2);
  transform: rotate(0deg);
}

.si__fotter__area {
  background: var(--si-body-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__fotter__logo {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__fotter__logo {
    margin-left: 15px;
  }
}
@media (max-width:991px) {
  .si__fotter__logo {
    margin-left: 15px;
  }
}
.si__fotter__logo img {
  width: 118px;
}
.si__fotter__logo p {
  color: var(--si-white-color);
  font-size: 18px;
  margin-top: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__fotter__logo p {
    font-size: 16px;
  }
}
@media (max-width:991px) {
  .si__fotter__logo p {
    font-size: 16px;
  }
}
.si__fotter__text {
  margin-left: 103px;
}
@media (max-width:991px) {
  .si__fotter__text {
    margin-left: 3px;
  }
}
.si__fotter__text ul li {
  color: var(--si-white-color);
  font-size: 16px;
}
.si__fotter__texttwo {
  margin-left: 45px;
}
@media (max-width:991px) {
  .si__fotter__texttwo {
    margin-left: 3px;
    margin-top: 21px;
  }
}
.si__fotter__texttwo ul li {
  color: var(--si-white-color);
  font-size: 16px;
}
.si__fotter__icon {
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__fotter__icon {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__fotter__icon {
    margin-right: 15px;
  }
}
@media (max-width:991px) {
  .si__fotter__icon {
    text-align: left;
    margin-left: 15px;
    margin-top: 21px;
    margin-right: 15px;
  }
}
.si__fotter__icon a {
  display: inline-block;
  margin-left: 2px;
}
.si__fotter__icon a i {
  background: var(--si-theme-rgba);
  color: var(--si-white-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__fotter__icon a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.si__fotter__icon a:hover i {
  background: var(--si-white-color);
  color: var(--si-body-color);
  transform: scale(1.1);
}
.si__fotter__bg {
  border-top: 1px solid var(--si-theme-rgba);
}
.si__fotter__copyright {
  margin-top: 77px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__fotter__copyright__text {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__fotter__copyright__text {
    margin-left: 15px;
  }
}
@media (max-width:991px) {
  .si__fotter__copyright__text {
    margin-left: 15px;
  }
}
.si__fotter__copyright__text p {
  color: var(--si-white-color);
  margin-top: 35px;
}
.si__fotter__copyright__content {
  text-align: right;
}
@media (max-width:991px) {
  .si__fotter__copyright__content {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__fotter__copyright__content {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__fotter__copyright__content {
    margin-right: 15px;
  }
}
@media (max-width:991px) {
  .si__fotter__copyright__content {
    margin-right: 15px;
    margin-top: -33px;
  }
}
.si__fotter__copyright__content a {
  color: var(--si-white-color);
  margin-top: 35px;
  display: inline-block;
  margin-left: 13px;
}

.si__fotter__two__area {
  background: #08051c;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__fotter__two__logo {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__fotter__two__logo {
    margin-left: 15px;
  }
}
@media (max-width:991px) {
  .si__fotter__two__logo {
    margin-left: 15px;
  }
}
.si__fotter__two__logo img {
  width: 118px;
}
.si__fotter__two__texttwo {
  margin-bottom: 67px;
}
.si__fotter__two__texttwo span {
  font-size: 17px;
  font-weight: 500;
  color: var(--si-white-color);
}
@media (max-width:991px) {
  .si__fotter__two__texttwo {
    margin-left: 3px;
    margin-top: 21px;
  }
}
.si__fotter__two__texttwo ul li {
  color: var(--si-theme-rgba3);
  font-size: 14px;
  margin-top: 5px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__fotter__two__texttwo ul li:hover {
  color: var(--si-theme-color2);
}
.si__fotter__two__texttwo ul:hover {
  color: var(--si-theme-color2);
}
.si__fotter__two__text {
  margin-top: 39px;
  margin-bottom: 39px;
}
.si__fotter__two__text h5 {
  color: var(--si-white-color);
}
.si__fotter__two__text span {
  color: var(--si-theme-rgba3);
  font-size: 16px;
}
.si__fotter__two__form {
  margin-top: 39px;
  margin-bottom: 39px;
}
.si__fotter__two__form input {
  width: 60%;
  padding: 10px 0 10px 22px;
  margin-bottom: 21px;
  margin-left: 61px;
  border: 1px solid var(--si-theme-rgba);
  background: #08051c;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: var(--si-white-color);
}
.si__fotter__two__form input::placeholder {
  font-size: 16px;
  color: var(--si-theme-rgba3);
}
.si__fotter__two__form input:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid var(--si-theme-rgba);
}
.si__fotter__two__copyright__text {
  margin-top: 35px;
  margin-bottom: 35px;
}
.si__fotter__two__copyright__text ul li {
  display: inline;
  color: var(--si-white-color);
  font-size: 14px;
  margin-right: 7px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__fotter__two__copyright__text ul li:hover {
  color: var(--si-theme-color2);
}
.si__fotter__two__copyright__content {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: end;
}
@media (max-width:991px) {
  .si__fotter__two__copyright__content {
    text-align: left;
    margin-top: 0;
  }
}
.si__fotter__two__copyright__content span {
  color: var(--si-white-color);
  font-size: 14px;
}
.si__fotter__two__copyright__content span a {
  font-size: 16px;
  color: var(--si-white-color);
  margin-left: 5px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width:991px) {
  .si__fotter__two__copyright__content span a {
    text-align: left;
  }
}
.si__fotter__two__copyright__content span a:hover {
  color: var(--si-theme-color2);
}

.si__fotter__three__logo img {
  width: 130px;
}
.si__fotter__three__logo p {
  color: var(--si-theme-rgba4);
  font-size: 17px;
  font-weight: 500;
  margin-top: 9px;
}
.si__fotter__three__number a {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  color: var(--si-theme-rgba4);
}
.si__fotter__three__number a i {
  color: var(--si-theme-color2);
  font-size: 19px;
  margin-right: 11px;
  transform: rotate(4deg);
}
.si__fotter__three__number span {
  font-size: 17px;
  font-weight: 500;
  color: var(--si-theme-rgba4);
  display: block;
  margin-top: 15px;
}
.si__fotter__three__number span i {
  color: var(--si-theme-color2);
  font-size: 19px;
  margin-right: 11px;
}
@media (max-width:991px) {
  .si__fotter__three__text {
    margin-top: 25px;
  }
}
.si__fotter__three__text h5 {
  position: relative;
}
.si__fotter__three__text h5::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 46px;
  width: 30px;
  height: 4px;
  background: var(--si-theme-color2);
  border-radius: 4px;
}
.si__fotter__three__text ul {
  margin-top: 29px;
}
.si__fotter__three__text ul li {
  color: var(--si-theme-rgba4);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
}
.si__fotter__three__text ul li:hover {
  color: var(--si-theme-color2);
}
.si__fotter__three__section h5 {
  position: relative;
}
.si__fotter__three__section h5::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 46px;
  width: 30px;
  height: 4px;
  background: var(--si-theme-color2);
  border-radius: 4px;
}
.si__fotter__three__section p {
  color: var(--si-theme-rgba4);
  font-size: 17px;
  font-weight: 500;
  margin-top: 29px;
}
.si__fotter__three__form {
  position: relative;
}
.si__fotter__three__form input {
  width: 100%;
  padding: 6px 0 6px 22px;
  border: 1px solid var(--si-theme-rgba);
  background: #eef1f5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
}
.si__fotter__three__form a {
  background: var(--si-theme-color2);
  color: var(--si-white-color);
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  right: 0;
  top: 0;
  padding: 7px 23px;
  height: 46px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
}
.si__fotter__three__form a:hover {
  background: var(--si-theme-color);
}
.si__fotter__three__icon {
  margin-top: 19px;
}
.si__fotter__three__icon a {
  display: inline-block;
  margin-left: 2px;
}
.si__fotter__three__icon a i {
  background: #f1f1f1;
  color: var(--si-theme-rgba4);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__fotter__three__icon a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.si__fotter__three__icon a:hover i {
  background: var(--si-theme-rgba4);
  color: var(--si-white-color);
}
.si__fotter__three__copyright {
  border-top: 1px solid var(--si-theme-rgba2);
  margin-top: 77px;
}
.si__fotter__three__copyright__text {
  margin-top: 22px;
}
.si__fotter__three__copyright__text span {
  color: var(--si-theme-rgba4);
  font-size: 15px;
  font-weight: 500;
}

.si__fotter__four__area {
  position: relative;
  z-index: 1;
}
.si__fotter__four__area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e1c31;
  opacity: 0.9;
  z-index: -1;
}
.si__fotter__four__logo img {
  width: 130px;
}
.si__fotter__four__logo p {
  color: var(--si-white-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  margin-top: 29px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__fotter__four__logo p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__fotter__four__logo p br {
    display: none;
  }
}
.si__fotter__four__icon {
  margin-top: 31px;
}
.si__fotter__four__icon i {
  font-size: 16px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: var(--si-white-color);
  margin-right: 20px;
}
.si__fotter__four__icon i:hover {
  color: var(--si-theme-color2);
}
.si__fotter__four__list {
  margin-left: 70px;
}
@media (max-width:991px) {
  .si__fotter__four__list {
    margin-left: 0;
    margin-top: 11px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__fotter__four__list {
    margin-top: 35px;
  }
}
@media (max-width:575px) {
  .si__fotter__four__list {
    margin-top: 35px;
  }
}
.si__fotter__four__list h6 {
  color: var(--si-white-color);
  font-size: 22px;
  margin-bottom: 28px;
}
.si__fotter__four__list ul li {
  position: relative;
  color: var(--si-white-color);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-left: -18px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__fotter__four__list ul li::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--si-theme-color2);
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__fotter__four__list ul li:hover::before {
  opacity: 1;
  margin-left: 0;
}
.si__fotter__four__list ul li:hover {
  margin-left: 0;
  color: var(--si-theme-color2);
}
@media (max-width:991px) {
  .si__fotter__four__listtwo {
    margin-top: 11px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__fotter__four__listtwo {
    margin-top: 35px;
  }
}
@media (max-width:575px) {
  .si__fotter__four__listtwo {
    margin-top: 35px;
  }
}
.si__fotter__four__listtwo h6 {
  color: var(--si-white-color);
  font-size: 22px;
  margin-bottom: 28px;
}
.si__fotter__four__listtwo p {
  color: var(--si-white-color);
  font-size: 16px;
  margin-bottom: 10px;
}
.si__fotter__four__listtwo span {
  color: var(--si-white-color);
  font-size: 16px;
}
.si__fotter__four__listtwo h5 {
  font-size: 20px;
  color: var(--si-theme-color2);
}

.border-line {
  margin-top: 84px;
}

.si__fotter__four__copyright__text {
  margin-top: 36px;
}
.si__fotter__four__copyright__text span {
  color: var(--si-white-color);
}
.si__fotter__four__copyright__text span a {
  color: var(--si-theme-color2);
}

.si__fotter__four__copyright {
  border-top: 1px solid var(--si-theme-rgba);
  margin-top: 95px;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .si__fotter__three__section {
    margin-top: 25px;
  }
}
.si__about__content {
  display: flex;
  gap: 95px;
  border-top: 1px solid var(--si-theme-rgba2);
  margin-top: 23px;
  padding-top: 23px;
}
@media (max-width:1200px) {
  .si__about__content {
    display: block;
  }
}
.si__about__text ul li {
  font-size: 17px;
  color: var(--si-theme-color);
}
.si__about__text ul li i {
  color: var(--si-theme-color2);
  font-size: 17px;
  font-weight: 700;
  margin-right: 7px;
}
.si__about__p {
  margin-top: 25px;
}
.si__about__p p {
  color: var(--si-theme-rgba4);
  font-size: 17px;
  line-height: 27px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__about__p p br {
    display: none;
    font-size: 16px;
  }
}
@media (max-width:1200px) {
  .si__about__p p br {
    display: none;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__about__p p br {
    display: none;
    font-size: 16px;
  }
}
.si__about__right {
  display: flex;
  align-items: center;
}
.si__about__sine {
  margin-left: 27px;
}
.si__about__sine img {
  width: 90%;
  position: relative;
  top: 17px;
}
.si__about__sine span {
  display: block;
  position: relative;
  top: -5px;
  left: 41px;
  color: var(--si-theme-rgba4);
}
@media (max-width:991px) {
  .si__about__thumb {
    margin-top: 59px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__about__thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__about__thumb img {
    width: 100%;
  }
}
@media (max-width:991px) {
  .si__about__thumb img {
    width: 100%;
  }
}

.si__video__area {
  background: var(--si-body-color2);
}
.si__video__thumb {
  position: relative;
}
.si__video__thumb img {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  border-color: var(--si-theme-color2);
  border-radius: 12px 12px 0px 0px;
}
.si__video__thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, var(--si-body-color2) 100%);
}
.si__video__icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.si__video__icon a i {
  display: inline-block;
  background: var(--si-theme-color2);
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: var(--si-white-color);
  font-size: 17px;
}
@media (max-width:991px) {
  .si__video__icon a i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.si__video__four__area {
  margin-top: -227px;
  position: relative;
  z-index: 1;
}
@media (max-width:991px) {
  .si__video__four__area {
    margin-top: -190px;
  }
}
.si__video__four__thumb {
  position: relative;
}
.si__video__four__thumb img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}
.si__video__four__icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.si__video__four__icon a i {
  width: 100px;
  height: 100px;
  background: var(--si-theme-color2);
  color: var(--si-white-color);
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
@media (max-width:991px) {
  .si__video__four__icon a i {
    width: 70px;
    height: 70px;
  }
}

.si__project__details__area {
  margin-top: 121px;
  margin-bottom: 105px;
}
.si__project__details__content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__project__details__content h3 {
    font-size: 27px;
  }
}
@media (max-width:575px) {
  .si__project__details__content h3 {
    font-size: 23px;
  }
}
@media (max-width:450px) {
  .si__project__details__content h3 {
    font-size: 19px;
  }
}
@media (max-width:376px) {
  .si__project__details__content h3 {
    font-size: 16px;
  }
}
.si__project__details__content p {
  font-size: 18px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__project__details__content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__project__details__content p br {
    display: none;
  }
}
@media (max-width:991px) {
  .si__project__details__content p br {
    display: none;
  }
}
@media (max-width:320px) {
  .si__project__details__content p {
    font-size: 14px;
  }
}
@media (max-width:376px) {
  .si__project__details__content p {
    font-size: 14px;
  }
}
@media (max-width:450px) {
  .si__project__details__content p {
    font-size: 15px;
  }
}
@media (max-width:575px) {
  .si__project__details__content p {
    font-size: 16px;
  }
}
.si__project__details__content img {
  margin-bottom: 21px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__project__details__content img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__project__details__content img {
    width: 100%;
  }
}
@media (max-width:991px) {
  .si__project__details__content img {
    width: 100%;
  }
}
.si__project__details__text p {
  margin-bottom: 19px;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__project__details__text p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__project__details__text p br {
    display: none;
  }
}
@media (max-width:991px) {
  .si__project__details__text p br {
    display: none;
  }
}
@media (max-width:320px) {
  .si__project__details__text p {
    font-size: 14px;
  }
}
@media (max-width:376px) {
  .si__project__details__text p {
    font-size: 14px;
  }
}
@media (max-width:450px) {
  .si__project__details__text p {
    font-size: 15px;
  }
}
@media (max-width:575px) {
  .si__project__details__text p {
    font-size: 16px;
  }
}
.si__project__details__text span {
  display: block;
  margin-top: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__project__details__text span {
    font-size: 15px;
  }
}
@media (max-width:320px) {
  .si__project__details__text span {
    font-size: 14px;
  }
}
@media (max-width:376px) {
  .si__project__details__text span {
    font-size: 14px;
  }
}
@media (max-width:450px) {
  .si__project__details__text span {
    font-size: 15px;
  }
}
.si__project__details__text span i {
  color: var(--si-theme-color);
  font-weight: 900;
  font-size: 16px;
  margin-right: 10px;
}
.si__project__details__thumb {
  margin-top: 59px;
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__project__details__thumb {
    gap: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__project__details__thumb img {
    width: 48%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__project__details__thumb img {
    width: 48%;
  }
}
@media (max-width:991px) {
  .si__project__details__thumb img {
    width: 48%;
  }
}
@media (max-width:575px) {
  .si__project__details__thumb img {
    width: 47%;
  }
}
@media (max-width:450px) {
  .si__project__details__thumb img {
    width: 46%;
  }
}
@media (max-width:320px) {
  .si__project__details__thumb img {
    width: 44%;
  }
}
.si__project__details__right {
  margin-top: 35px;
}
.si__project__details__right h6 {
  font-size: 17px;
}
.si__project__details__right p {
  font-size: 18px;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__project__details__right p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__project__details__right p br {
    display: none;
  }
}
@media (max-width:991px) {
  .si__project__details__right p br {
    display: none;
  }
}
@media (max-width:320px) {
  .si__project__details__right p {
    font-size: 14px;
  }
}
@media (max-width:376px) {
  .si__project__details__right p {
    font-size: 14px;
  }
}
@media (max-width:450px) {
  .si__project__details__right p {
    font-size: 15px;
  }
}
@media (max-width:575px) {
  .si__project__details__right p {
    font-size: 16px;
  }
}
.si__project__details__box {
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.si__project__details__box h5 {
  font-size: 17px;
  font-weight: 600;
  color: var(--si-secondary-color);
  background: var(--si-theme-bg);
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 33px;
}
@media (max-width:320px) {
  .si__project__details__box h5 {
    font-size: 14px;
  }
}
@media (max-width:376px) {
  .si__project__details__box h5 {
    font-size: 14px;
  }
}
@media (max-width:450px) {
  .si__project__details__box h5 {
    font-size: 15px;
  }
}
.si__project__details__box ul li {
  font-size: 17px;
  margin-left: 41px;
  margin-bottom: 21px;
}
@media (max-width:320px) {
  .si__project__details__box ul li {
    font-size: 14px;
  }
}
@media (max-width:376px) {
  .si__project__details__box ul li {
    font-size: 14px;
  }
}
@media (max-width:450px) {
  .si__project__details__box ul li {
    font-size: 15px;
  }
}
@media (max-width:575px) {
  .si__project__details__box ul li {
    font-size: 16px;
  }
}
.si__project__details__box ul li a {
  color: var(--si-secondary-color);
  font-weight: 600;
}
.si__project__details__box ul li span {
  margin-left: 10px;
}
.si__project__details__box ul li strong {
  color: var(--si-secondary-color);
  margin-left: 10px;
}
.si__project__details__btn {
  width: 330px;
  height: 67px;
  line-height: 67px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  margin-left: 41px;
  margin-top: 29px;
  margin-bottom: 39px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__project__details__btn {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__project__details__btn {
    width: 267px;
    margin-left: 13px;
  }
}
@media (max-width:450px) {
  .si__project__details__btn {
    width: 199px;
  }
}
.si__project__details__btn:hover {
  border: 1px solid var(--si-theme-color);
}
.si__project__details__btn a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--si-secondary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.si__project__details__btn a i {
  font-size: 18px;
}
@media (max-width:320px) {
  .si__project__details__btn a i {
    font-size: 14px;
  }
}

.si__blog__details__area {
  margin-top: 121px;
  margin-bottom: 105px;
}
.si__blog__details__thumb img {
  margin-bottom: 19px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__blog__details__thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__details__thumb img {
    width: 100%;
  }
}
@media (max-width:991px) {
  .si__blog__details__thumb img {
    width: 100%;
  }
}
.si__blog__details__thumb span {
  margin-right: 25px;
  font-size: 14px;
}
.si__blog__details__thumb span svg {
  margin-right: 7px;
}
.si__blog__details__thumb h3 {
  font-size: 30px;
  margin-top: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__blog__details__thumb h3 {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__details__thumb h3 {
    font-size: 26px;
  }
}
@media (max-width:991px) {
  .si__blog__details__thumb h3 {
    font-size: 26px;
  }
}
.si__blog__details__thumb p {
  font-size: 18px;
  margin-top: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__blog__details__thumb p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__blog__details__thumb p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__details__thumb p br {
    display: none;
  }
}
@media (max-width:991px) {
  .si__blog__details__thumb p br {
    display: none;
  }
}
.si__blog__details__thumb h6 {
  margin-top: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__blog__details__thumb h6 {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__details__thumb h6 {
    margin-top: 21px;
  }
}
.si__blog__details__main {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__blog__details__main {
    display: block;
  }
}
@media (max-width:575px) {
  .si__blog__details__main {
    display: block;
  }
}
.si__blog__details__list ul li {
  font-size: 18px;
  margin-top: 11px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__blog__details__list ul li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__details__list ul li {
    font-size: 14px;
  }
}
@media (max-width:991px) {
  .si__blog__details__list ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__blog__details__list ul li {
    font-size: 17px;
  }
}
@media (max-width:575px) {
  .si__blog__details__list ul li {
    font-size: 17px;
  }
}
@media (max-width:376px) {
  .si__blog__details__list ul li {
    font-size: 14px;
  }
}
.si__blog__details__list ul li i {
  color: var(--si-theme-color);
  margin-right: 11px;
}
.si__blog__details__social {
  display: flex;
  justify-content: space-between;
  margin-top: 83px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 38px;
}
@media (max-width:575px) {
  .si__blog__details__social {
    display: block;
  }
}
.si__blog__details__text span a {
  font-size: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__blog__details__text span a {
    font-size: 14px;
  }
}
@media (max-width:575px) {
  .si__blog__details__text span a {
    font-size: 17px;
  }
}
.si__blog__details__text span a:hover {
  background: var(--si-body-color);
  color: var(--si-white-color);
}
@media (max-width:575px) {
  .si__blog__details__icon {
    margin-top: 27px;
  }
}
.si__blog__details__icon span {
  font-size: 17px;
  color: var(--si-secondary-color);
  font-weight: 600;
  margin-right: 15px;
}
.si__blog__details__icon a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid var(--si-secondary-color);
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__blog__details__icon a i {
  color: var(--si-secondary-color);
}
.si__blog__details__icon a:hover {
  background: var(--si-body-color);
}
.si__blog__details__icon a:hover i {
  color: var(--si-white-color);
}
.si__blog__details__btn {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.si__blog__details__btn a i {
  color: var(--si-secondary-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--si-theme-color);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-weight: 900;
  font-size: 24px;
  background: var(--si-white-color);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__blog__details__btn a i:hover {
  background: var(--si-theme-color);
  color: var(--si-white-color);
}
.si__blog__details__btn a span {
  font-weight: 600;
  font-size: 17px;
  color: var(--si-secondary-color);
  margin-left: 11px;
  margin-right: 11px;
}
.si__blog__details__comment__section {
  margin-top: 63px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__blog__details__comment__section {
    margin-top: 35px;
  }
}
@media (max-width:575px) {
  .si__blog__details__comment__section {
    margin-top: 35px;
  }
}
.si__blog__details__comment__section h2 {
  font-size: 45px;
}
.si__blog__details__comment__section p {
  margin-top: 26px;
  font-size: 18px;
}
.si__blog__details__from {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__blog__details__from {
    gap: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__details__from {
    gap: 19px;
  }
}
@media (max-width:991px) {
  .si__blog__details__from {
    gap: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__blog__details__from {
    flex-wrap: wrap;
  }
}
@media (max-width:575px) {
  .si__blog__details__from {
    flex-wrap: wrap;
  }
}
.si__blog__details__from input {
  padding: 12px 0px 11px 18px;
  font-size: 18px;
  color: var(--si-secondary-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin-top: 13px;
  width: 100%;
}
.si__blog__details__from input:focus {
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__blog__details__from input {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__details__from input {
    width: 100%;
  }
}
.si__blog__details__from input::placeholder {
  color: var(--si-secondary-color);
}
.si__blog__details__messenge textarea {
  padding: 20px 0 151px 30px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 19px;
}
.si__blog__details__messenge textarea:focus {
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.si__blog__details__messenge textarea::placeholder {
  color: var(--si-secondary-color);
}
.si__blog__details__messenge span svg {
  position: relative;
  top: -2px;
}
.si__blog__details__messenge span a {
  font-size: 18px;
  color: var(--si-secondary-color);
  margin-left: 7px;
}
.si__blog__details__widget h6 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 14px;
}
.si__blog__details__widget input {
  width: 100%;
  padding: 8px 20px;
  margin-top: 15px;
}
.si__blog__details__Search {
  position: relative;
}
.si__blog__details__Search a {
  right: 15px;
  position: absolute;
  bottom: 10px;
}
.si__blog__details__widget {
  background: var(--si-white-color);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 37px 34px;
  margin-bottom: 43px;
}
.si__blog__details__widget h6 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 14px;
}
.si__blog__details__boxthree {
  display: flex;
  margin-top: 20px;
}
.si__blog__details__date {
  margin-left: 15px;
}
.si__blog__details__date span {
  font-size: 14px;
}
.si__blog__details__date span svg {
  margin-right: 5px;
}
.si__blog__details__date a {
  display: block;
  font-weight: 600;
  font-size: 17px;
  color: var(--si-secondary-color);
  margin-top: -4px;
  line-height: 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__details__date a {
    font-size: 14px;
  }
}
.si__blog__details__texttwo {
  margin-top: 21px;
}
.si__blog__details__texttwo span {
  display: block;
  font-size: 18px;
  margin-top: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__details__texttwo span {
    font-size: 17px;
  }
}
.si__blog__details__textthree {
  margin-top: 29px;
}
.si__blog__details__textthree span a {
  font-size: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 15px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__blog__details__textthree span a {
    font-size: 17px;
  }
}
@media (max-width:991px) {
  .si__blog__details__textthree span a {
    font-size: 17px;
  }
}
.si__blog__details__textthree span a:hover {
  background: var(--si-body-color);
  color: var(--si-white-color);
}

.icon {
  position: relative;
}

.si__commitment__area {
  background: var(--si-body-color);
}
.si__commitment__content p {
  color: var(--si-white-color);
}
.si__commitment__box {
  background: var(--si-theme-rgba);
  text-align: center;
  padding: 41px 33px 21px 33px;
  display: inline-block;
  border-bottom: 3px solid var(--si-theme-rgba);
  margin-top: 67px;
  width: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__commitment__box img {
  margin-bottom: 5px;
}
.si__commitment__box:hover {
  transform: translateY(-10px);
}
.si__commitment__counter span {
  color: var(--si-white-color);
  font-size: 41px;
}
.si__commitment__counter h6 {
  color: var(--si-white-color);
  font-size: 37px;
  display: inline-block;
  font-weight: 500;
  position: relative;
  left: 7px;
}
.si__commitment__counter p {
  color: var(--si-white-color);
  margin-top: -8px;
}

.si__planning__text {
  padding-top: 14px;
}
.si__planning__text ul li i {
  background: var(--si-theme-bg);
  padding: 8px 8px 8px 8px;
  margin: 0px 12px 0px 0px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .si__planning__text ul li i {
    padding: 6px 6px 6px 6px;
    margin: 0px 10px 0px 0px;
    margin-bottom: 9px;
  }
}
@media (max-width:575px) {
  .si__planning__text ul li i {
    padding: 6px 6px 6px 6px;
    margin: 0px 10px 0px 0px;
    margin-bottom: 9px;
  }
}
.si__planning__thumb {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__planning__thumb img {
    width: 100%;
  }
}
@media (max-width:991px) {
  .si__planning__thumb img {
    width: 100%;
    margin-top: 45px;
  }
}
.si__planning__thumb::before {
  position: absolute;
  content: "";
  width: 91%;
  height: 100%;
  top: 51px;
  left: 48px;
  background: var(--si-theme-bg);
  z-index: -1;
}

.text__three {
  position: relative;
  z-index: 1;
}
.text__three::before {
  position: absolute;
  content: "";
  width: 91%;
  height: 100%;
  top: 51px;
  right: 0px;
  left: -50px;
  background: var(--si-theme-bg);
  z-index: -1;
}

.text__left {
  margin-left: 139px;
}
@media (max-width:991px) {
  .text__left {
    margin-left: 0px;
    margin-top: 100px;
  }
}

.si__pricing__area {
  background: var(--si-body-color2);
}

.pricing-item-wrap .pricing-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 39px;
}

.pricing-item-wrap .pricing-tab .tab-btn.monthly_tab_title.active {
  color: #fff;
}

.pricing-item-wrap .pricing-tab .tab-btn.monthly_tab_title {
  color: var(--si-theme-color2);
}

.pricing-item-wrap .pricing-tab .tab-btn.annual_tab_title.active {
  color: var(--si-theme-color2);
}

.pricing-item-wrap .pricing-tab .tab-btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  user-select: none;
  transition: 0.3s;
  color: var(--si-white-color);
}

.pricing-tab .pricing-tab-switcher {
  height: 30px;
  width: 70px;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  margin: 0 15px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  cursor: pointer;
  background: var(--si-theme-rgba3);
}

.pricing-tab .pricing-tab-switcher.active:before {
  left: calc(100% - 28px);
}

.pricing-tab .pricing-tab-switcher:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 26px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}

.pricing-box-two {
  border: 1px solid var(--si-theme-color2);
  border-radius: 32px 32px 32px 32px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.pricing-box-two:hover {
  background: #09072c;
}

.pricing-head-two {
  padding: 50px 50px 40px;
  border-bottom: 1px solid var(--si-theme-color2);
}

.pricing-head-two h4 {
  color: var(--si-white-color);
}

.pricing-head-two .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.pricing-head-two .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.pricing-price-two .price {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.pricing-price-two .price strong {
  font-weight: 600;
  font-size: 20px;
  margin: 4px 3px auto 0;
}

.pricing-price-two .price span {
  color: var(--si-white-color);
  text-transform: lowercase;
  font-weight: 500;
  font-size: 13px;
  font-family: var(--si-font-family);
  margin-left: 2px;
  margin-bottom: 7px;
}

.monthly_price {
  color: var(--si-white-color);
}

.annual_price {
  color: var(--si-white-color);
}

.list-wrap li {
  color: var(--si-white-color);
  margin-left: 43px;
}

.list-wrap li i {
  margin-right: 10px;
}

.pricing-price-two .annual_price {
  display: none;
}

.pricing-price-two.change-subs-duration .annual_price {
  display: flex;
}

.pricing-price-two.change-subs-duration .monthly_price {
  display: none;
}

.list-wrap {
  margin-top: 27px;
}

.pricing-btn-two {
  margin-bottom: 45px;
}

.si__customer__area {
  background: var(--si-body-color);
}
.si__customer__text p {
  color: var(--si-white-color);
  font-size: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__customer__text p br {
    display: none;
  }
}
@media (max-width:450px) {
  .si__customer__text p br {
    display: none;
  }
}
.si__customer__btn {
  text-align: end;
  margin-top: -19px;
}
@media (max-width:991px) {
  .si__customer__btn {
    text-align: left;
    margin-top: 17px;
  }
}
.si__customer__thumb {
  margin-top: 55px;
  overflow: hidden;
}
.si__customer__thumb img {
  width: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__customer__content {
  margin-top: 30px;
}
.si__customer__content h3 {
  color: var(--si-white-color);
  font-size: 23px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__customer__content h3 {
    font-size: 18px;
  }
}
.si__customer__content h3:hover {
  color: var(--si-white-color);
}
.si__customer__content p {
  color: var(--si-white-color);
  margin-bottom: 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__customer__content p br {
    display: none;
  }
}
@media (max-width:991px) {
  .si__customer__content p {
    font-size: 15px;
  }
}

.si__customer__box:hover .si__customer__thumb img {
  transform: scale(1.1);
}

.si__call__do__action {
  background: var(--si-body-color2);
}
.si__call__do__action__bg {
  background: var(--si-theme-color2);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
}
.si__call__do__action__thumb {
  text-align: end;
}
@media (max-width:991px) {
  .si__call__do__action__thumb {
    text-align: left;
  }
}
.si__call__do__action__thumb img {
  width: 300px;
}

.si__call__do__action__three__text h2 {
  color: var(--si-white-color);
  font-size: 31px;
}
.si__call__do__action__three__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width:991px) {
  .si__call__do__action__three__right {
    justify-content: left;
    margin-top: 15px;
  }
}
@media (max-width:575px) {
  .si__call__do__action__three__right {
    display: block;
  }
}
.si__call__do__action__three__content {
  background: rgba(255, 255, 255, 0.1);
  padding: 0px 22px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__call__do__action__three__content {
    padding: 0px 9px;
  }
}
.si__call__do__action__three__content__inner {
  display: flex;
  align-items: center;
}
.si__call__do__action__three__icon i {
  font-size: 27px;
  color: var(--si-white-color);
  transform: rotate(1deg);
}
.si__call__do__action__three__call {
  margin-left: 12px;
}
.si__call__do__action__three__call span {
  color: var(--si-white-color);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: 0px;
  display: inline-block;
}
.si__call__do__action__three__call a {
  color: var(--si-white-color);
  font-size: 19px;
  font-weight: 600;
  display: block;
  position: relative;
  top: -13px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__call__do__action__three__call a:hover {
  color: var(--si-theme-color2);
}
.si__call__do__action__three__btn {
  margin-left: 25px;
}
@media (max-width:575px) {
  .si__call__do__action__three__btn {
    margin-top: 27px;
    margin-left: 0px;
  }
}

@media (max-width:991px) {
  .si__insurance__thumb {
    margin-bottom: 70px;
  }
}
.si__insurance__thumb img {
  width: 100%;
}
.si__insurance__list {
  display: flex;
  gap: 44px;
}
@media (max-width:575px) {
  .si__insurance__list {
    display: block;
  }
}
.si__insurance__list__inner ul li {
  font-size: 18px;
  font-weight: 600;
  color: var(--si-theme-rgba4);
  margin-bottom: 11px;
}
.si__insurance__list__inner ul li i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: var(--si-theme-color2);
  font-size: 12px;
  color: var(--si-white-color);
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin-right: 11px;
}
.si__insurance__list__innertwo ul li {
  font-size: 18px;
  font-weight: 600;
  color: var(--si-theme-rgba4);
  margin-bottom: 11px;
}
.si__insurance__list__innertwo ul li i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: var(--si-theme-color2);
  font-size: 12px;
  color: var(--si-white-color);
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin-right: 11px;
}
.si__insurance__btn {
  margin-top: 37px;
}

.si__getin__touch__area {
  margin-top: -365px;
  margin-bottom: -364px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .si__getin__touch__box {
    padding: 52px 0;
  }
}
@media (max-width:991px) {
  .si__getin__touch__box {
    padding: 70px 0 0;
  }
}
.si__getin__touch__form input {
  width: 80%;
  padding: 10px 0 10px 22px;
  margin-bottom: 21px;
  margin-left: 61px;
  border: 1px solid var(--si-theme-rgba2);
  background: var(--si-theme-bg);
}
.si__getin__touch__form input::placeholder {
  font-size: 16px;
  color: var(--si-theme-color);
}
.si__getin__touch__form textarea {
  width: 80%;
  height: 159px;
  padding: 12px 27px;
  margin-left: 61px;
  border: 1px solid var(--si-theme-rgba2);
  background: var(--si-theme-bg);
}
.si__getin__touch__form textarea::placeholder {
  font-size: 16px;
  color: var(--si-theme-color);
}
.si__getin__touch__btn {
  margin-top: 11px;
  margin-left: 61px;
}
.si__getin__touch__thumb {
  position: relative;
}
@media (max-width:991px) {
  .si__getin__touch__thumb {
    margin-top: 29px;
  }
}
.si__getin__touch__thumb img {
  width: 100%;
}
.si__getin__touch__thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, var(--si-theme-color) 100%);
}
.si__getin__touch__content {
  position: absolute;
  bottom: 133px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.si__getin__touch__content h5 {
  color: var(--si-white-color);
  text-align: center;
}
@media (max-width:450px) {
  .si__getin__touch__content h5 {
    font-size: 20px;
  }
}
@media (max-width:376px) {
  .si__getin__touch__content h5 {
    font-size: 17px;
  }
}
@media (max-width:320px) {
  .si__getin__touch__content h5 {
    font-size: 14px;
  }
}
.si__getin__touch__right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 33px;
  width: 100%;
  text-align: center;
}
.si__getin__touch__text h6 {
  color: var(--si-white-color);
}
@media (max-width:376px) {
  .si__getin__touch__text h6 {
    font-size: 17px;
  }
}
.si__getin__touch__text span {
  color: var(--si-white-color);
  position: relative;
  top: -8px;
}
@media (max-width:376px) {
  .si__getin__touch__text span {
    font-size: 15px;
  }
}
.si__getin__touch__logo img {
  width: 118px;
}

.custom__container__bg {
  background: var(--si-theme-bg);
}

.messege textarea {
  width: 100%;
  height: 159px;
  padding: 12px 27px;
  margin-left: 0px;
}

.si__form__control {
  width: 100%;
  padding: 15px 0 15px 22px;
  margin-bottom: 21px;
  margin-left: 0px;
  border: 1px solid var(--si-theme-rgba2);
  background: var(--si-theme-bg);
}

.form input {
  width: 100%;
  margin-left: 0px;
}

.si__bg {
  background: var(--si-theme-color2);
  padding: 83px 5px 51px 71px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.si__contact__box {
  display: flex;
}

.si__contact__box:hover .si__contact__address a {
  background: var(--si-theme-color);
  color: var(--si-white-color);
}

.si__contact__address a {
  width: 60px;
  height: 60px;
  background: var(--si-white-color);
  display: inline-block;
  text-align: center;
  line-height: 70px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.si__contact__address a i {
  font-size: 27px;
}

.si__contact__text {
  margin-left: 23px;
  margin-top: -4px;
}

.si__contact__text h5 {
  color: var(--si-white-color);
  font-size: 23px;
}

.si__contact__text p {
  color: var(--si-white-color);
  font-size: 18px;
  font-weight: 600;
}

.si__contact__text span {
  color: var(--si-white-color);
  font-size: 17px;
  font-weight: 500;
  position: relative;
  top: -23px;
}

.si__project__area {
  background: #f2f7ff;
}
.si__project__btn {
  margin-top: 65px;
}
@media (max-width:991px) {
  .si__project__btn {
    text-align: left !important;
    margin-top: 55px;
    margin-bottom: 35px;
  }
}
.si__project__thumb {
  position: relative;
}
.si__project__thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--si-theme-color2);
  opacity: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__project__thumb img {
  width: 100%;
  height: 335px;
  object-fit: cover;
}
.si__project__thumb:hover::before {
  opacity: 0.9;
}
.si__project__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.si__project__icon a i {
  color: var(--si-white-color);
  font-size: 71px;
}
.si__project__icon:hover {
  opacity: 1;
}
.si__project__text {
  margin-bottom: 11px;
}
.si__project__text h5 {
  margin-top: 17px;
}
.si__project__text h5:hover {
  color: var(--si-theme-color2);
}
.si__project__text span {
  font-size: 17px;
  font-weight: 500;
  color: var(--si-theme-rgba4);
  position: relative;
  top: -11px;
}

.si__project__four__mainbg {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__project__four__thumb {
  position: relative;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__project__four__thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(26, 62, 103, 0) 0%, #101b31 100%);
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__project__four__thumb img {
  width: 100%;
  aspect-ratio: 1.1388888889;
  object-fit: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.si__project__four__box:hover .si__project__four__thumb {
  transform: scale(1.1);
}
.si__project__four__box:hover .si__project__four__mainbg::before {
  opacity: 1;
}
.si__project__four__box:hover .si__project__four__content {
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.07);
}
.si__project__four__content {
  padding: 30px 37px 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  background: var(--si-white-color);
  z-index: 1;
  margin: -50px 30px 0;
  height: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 11px;
}
.si__project__four__content span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.si__project__four__content h4 {
  font-weight: 600;
  line-height: 33px;
}

.si__info__area {
  margin-top: -100px;
}
.si__info__bg {
  background-image: url(../images/info/bg.jpg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 66px;
  padding-bottom: 58px;
}
.si__info__content {
  display: flex;
  align-items: center;
  margin-left: 59px;
}
@media (max-width:991px) {
  .si__info__content {
    margin-left: 0;
  }
}
.si__info__number {
  margin-left: 16px;
  position: relative;
}
.si__info__number::before {
  position: absolute;
  content: "";
  height: 74px;
  width: 3px;
  background: var(--si-white-color);
  top: 0;
  left: 103%;
}
.si__info__number span {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: var(--si-white-color);
}
.si__info__number a {
  font-weight: 700;
  font-size: 30px;
  display: inline-block;
  color: var(--si-white-color);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__info__number a:hover {
  color: var(--si-theme-color);
}
.si__info__icon i {
  font-size: 50px;
  color: var(--si-white-color);
  transform: rotate(-35deg);
}
.si__info__text {
  margin-left: 34px;
}
@media (max-width:991px) {
  .si__info__text {
    margin-top: 21px;
    margin-left: 0;
  }
}
.si__info__text h2 {
  color: var(--si-white-color);
  font-size: 30px;
  line-height: 34px;
}
@media (max-width:991px) {
  .si__info__btn {
    margin-top: 21px;
  }
}

.si__header__top__area {
  border-bottom: 1px solid var(--si-theme-rgba);
  margin-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width:1200px) {
  .si__header__top__area {
    display: none;
  }
}
.si__header__top__content span {
  font-size: 15px;
  font-weight: 500;
  margin-right: 26px;
  color: var(--si-white-color);
}
.si__header__top__content span i {
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  color: var(--si-white-color);
}
.si__header__top__icon i {
  font-size: 14px;
  margin-left: 23px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: var(--si-white-color);
}
.si__header__top__icon i:hover {
  color: var(--si-theme-color2);
}

.si__technology__right {
  display: flex;
  gap: 25px;
  margin-top: 59px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .si__technology__right {
    display: block;
  }
}
@media (max-width:1200px) {
  .si__technology__right {
    display: block;
  }
}
.si__technology__content {
  display: flex;
}
.si__technology__icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #eef1ff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.si__technology__icon img {
  width: 49px;
}
.si__technology__content:hover .si__technology__icon {
  background: var(--si-theme-color2);
  transform: scale(1.1);
}
.si__technology__content:hover .si__technology__icon img {
  filter: brightness(0) invert(1);
}
.si__technology__text {
  margin-left: 20px;
}
.si__technology__text h6 {
  font-size: 20px;
}
.si__technology__text p {
  font-size: 17px;
  line-height: 22px;
  color: var(--si-theme-rgba4);
}
.si__technology__content:hover .si__technology__text h6 {
  color: var(--si-theme-color2);
}
.si__technology__p p {
  margin-top: 28px;
  font-size: 17px;
  color: var(--si-theme-rgba4);
}

.progress-items.progress-area {
  margin-bottom: 19px;
}

.si__content__text {
  margin-bottom: 125px;
}
.si__content__text h2 {
  color: var(--si-white-color);
  line-height: 49px;
  margin-bottom: 54px;
}

.si__fotter__top {
  border-bottom: 1px solid var(--si-theme-rgba);
}

.si__breadcumb__area {
  position: relative;
  z-index: 1;
}
.si__breadcumb__area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--si-body-color);
  opacity: 0.7;
  z-index: -1;
}
.si__breadcumb__text h2 {
  color: var(--si-white-color);
}
.si__breadcumb__text a {
  color: var(--si-theme-rgba3);
  font-size: 17px;
}
.si__breadcumb__text span {
  color: var(--si-white-color);
  font-size: 17px;
}

/*# sourceMappingURL=style.css.map */
