/*-----------------------------------------------------------------------------------
    Template Name: Antech IT Solution HTML Template
    Template URI: https://quomodosoft.com
    Description: IT Solution HTML5 Template
    Author: Quomodothemes
    Author URI: https://quomodosoft.com
    Version: 1.0
-----------------------------------------------------------------------------------*/
p:last-child{margin-bottom:0;}
.d-flex {
  display: flex;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.slick-btn {
  border: none;
  background: linear-gradient(45deg, #5d40fa 0%, #4e95ed 100%);
  color: #fff;
  display: inline-block !important;
  font-size: 20px;
  line-height: 55px;
  height: 55px;
  text-align: center;
  width: 55px;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.slick-btn:hover {
  opacity: 1;
}
.slick-dots li button {
  display: none;
}
.slick-dots {
  display: flex !important;
  gap: 6px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.slick-dots li {
  width: 20px;
  height: 6px;
  border-radius: 6px;
  background: #b3d8fe;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slick-dots li.slick-active {
  width: 33px;
  background: #2866a6;
}
@media only screen and (max-width: 992px) {
  .d-lg-none {
    display: none;
  }
}
html {
  overflow-x: hidden;
}
body {
  line-height: 26px;
  overflow-x: hidden;
}
ul {
  list-style: none;
 padding: 0px;
  margin: 0px;
}
a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  transition: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
h3 a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
button,
button:focus {
  border: 0;
  outline: 0;
}
a, button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
.s-title-wrap {
  margin-bottom: 30px;
}
.s-title {
  font-size: 40px;
  line-height: 50px;
  text-transform:uppercase;
}
.s-sub-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #2866a6;
  display: inline-block;
  margin-bottom: 10px;
}
.s-padding {
 padding-top: 110px!important;
 padding-bottom: 110px!important;
}
.s-padding-sm {
	padding-top:60px!important;
	padding-bottom:60px!important;
}
.s-padding-b-sm {
	padding-bottom:60px!important;
}
.s-padding-t-sm {
	padding-top:60px!important;
}
.s-padding-b-xs {
	padding-bottom:30px!important;
}
.s-padding-t-xs {
	padding-top:30px!important;
}
.s-margin-t-xs {
	margin-top:30px!important;
}
.s-padding-t {
 padding-top: 110px!important;
}
.s-padding-b {
 padding-bottom: 110px!important;
}
@media only screen and (max-width: 767px) {
  .s-padding {
   padding-top: 90px;
   padding-bottom: 90px;
  }
  .s-padding-b {
   padding-bottom: 90px;
  }
  .s-padding-t {
   padding-top: 90px;
  }
}
.i-list li {
  margin-bottom: 10px;
}
.i-list li .icon {
  background: #2866a6;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 13px;
}
.i-list li .text {
  font-weight: 500;
}
.social-icons-s1 li {
  display: inline-block;
  margin-right: 15px;
}
.social-icons-s1 li a {
  width: 33px;
  height: 33px;
  display: inline-block;
  background: #fff;
  color: #2866a6;
  border-radius: 50%;
  line-height: 33px;
  text-align: center;
  box-shadow: 0px 4px 8px 2px rgba(0, 124, 251, 0.16);
  z-index: 9;
 position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.social-icons-s1 li a::before {
  content: "";
 position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 0 #2866a6;
  transition: 0.4s ease;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.social-icons-s1 li a:hover {
  color: #fff;
}
.social-icons-s1 li a:hover::before {
  box-shadow: inset 0 0 35px 0 #2866a6;
}
.social-icons-s1 li:last-child {
  margin-right: 0;
}
.info-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.info-list li {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.info-list li a {
  color: #c7c7c7;
}
.info-list li:hover a {
  color: #2866a6;
}
.info-list-s2 {
 padding-left: 7px;
}
.info-list-s2 .s-info {
 position: relative;
 padding-left: 15px;
  margin-top: 5px;
}
.info-list-s2 .s-info p, .info-list-s2 .s-info p:last-child{
margin-bottom:1em!important;
}
.info-list-s2 .s-info .title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  color: #000;
 position: relative;
  margin-bottom: 15px;
 padding: 0;
}
.info-list-s2 .s-info .title::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #2866a6;
  left: -23px;
  top: 50%;
 position: absolute;
  transform: translateY(-53%);
  border-radius: 50%;
}
.info-list-s2 .s-info:last-child {
  border: none;
}
.info-list-s2 .s-info:not(:last-child)::before {
  content: "";
 position: absolute;
  top: 15px;
  left: -2px;
  width: 1px;
  height: 100%;
  border: 1px dashed #2866a6;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-12px);
  }
}
.floating {
  animation: float 1s ease-in-out 0s infinite alternate none;
}
.breadcrumb {
  text-align: center;
}
.breadcrumb li {
 position: relative;
  display: inline;
 padding: 0 15px;
}
.breadcrumb li::after {
  content: "-";
 position: absolute;
  top: 14px;
  font-size: 26px;
  line-height: 0;
  right: -10px;
  color: #fff;
}
.breadcrumb li a {
  color: #fff;
  font-size: 18px;
  font-family: "Inter";
}
.breadcrumb li:first-child {
 padding-left: 0px;
}
.breadcrumb li:last-child {
 padding-right: 0;
}
.breadcrumb li:last-child:after {
  display: none;
}
.feature-s2 {
  border: 1px solid #2866a6;
 padding: 30px;
  border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.feature-s2 .icon {
  margin-bottom: 34px;
}
.feature-s2:hover, .active.feature-s2 {
  transform: translateY(-8px);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.07);
}
.feature-s2 > .content h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 17px;
}
.feature-s2 > .content p {
  margin-bottom: 11px;
}
.feature-s2 {
  background-color: #fff;
 padding: 25px;
}
.feature-s2 p {
  margin-bottom: 0px !important;
}
.feature-s2:hover, .feature-s2.active {
  background-color: #2866a6;
  transform: translateY(-8px);
}
.feature-s2:hover .content h4, .feature-s2.active .content h4 {
  color: #fff;
}
.feature-s2:hover .content p, .feature-s2.active .content p {
  color: #fff;
}
.feature-area-inner > * {
  width: 35%;
}
.feature-s4 {
  background: url(../images/shapes/feature-s4-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 340px;
  display: flex;
  align-items: center;
 position: relative;
}
.feature-s4 .badge {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 55px;
  color: #ffffff;
  background: #2866a6;
  width: 68px;
  height: 68px;
  text-align: center;
  border-radius: 50%;
  border: 6px solid #fff;
  right: 92px;
  top: 20px;
 position: absolute;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.feature-s4:hover .badge {
  transform: scale(0.8);
}
.feature-s4:hover .content {
  box-shadow: none;
}
.feature-s4:hover .content h3 {
  color: #2866a6;
}
.feature-s4 .content {
  width: 280px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 20px;
 padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 124, 251, 0.16);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.feature-s4 .content h3 {
  font-size: 26px;
  line-height: 33px;
  color: #000;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.feature-s4 .content p {
  line-height: 24px;
  color: #535353;
  margin-bottom: 0px;
}
.feature-s4.third {
  width: 30%;
  background: url(../images/shapes/feature-s4-shape2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.feature-s4.third .content {
  margin-left: 30px;
}
.feature-s4.third .badge {
  right: 20px;
  top: 23px;
}
.feature-s5 {
 padding: 40px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 0 12px;
}
.feature-s5:hover .content .icon {
  background: #2866a6;
  box-shadow: none;
}
.feature-s5:hover .content h3 {
  color: #2866a6;
}
.feature-s5 .thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
}
.feature-s5 .content {
  text-align: center;
}
.feature-s5 .content .icon {
  width: 82px;
  height: 82px;
  background: #ddeeff;
  border: 5px solid #ffffff;
  box-shadow: 0px 6px 15px 2px rgba(0, 124, 251, 0.23);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin: -42px auto 0;
  z-index: 9;
 position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.feature-s5 .content h3 {
  font-size: 26px;
  line-height: 35px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.feature-s5 .content p {
  line-height: 26px;
  margin: 0;
}
.btn {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  border: none;
  line-height: 1;
 padding: 20px 24px;
  border-radius: 30px;
  display: inline-block;
}
.btn-s1, .btn-s3 {
  overflow: hidden;
 position: relative;
  background-color: transparent;
  z-index: 9;
  color: #fff;
}
.btn-s1:hover, .btn-s3:hover {
  color: #fff;
}
.btn-s1:hover::after, .btn-s3:hover::after {
  width: calc(100% + 4px);
  border-color: #fff;
  left: -2px;
}
.btn-s1::before, .btn-s3::before, .btn-s1::after, .btn-s3::after {
  content: "";
 position: absolute;
  display: block;
  z-index: -1;
}
.btn-s1::before, .btn-s3::before {
  background: linear-gradient(45deg, #ff6c00 0%, rgb(237, 160, 78) 100%);
  width: 100%;
  z-index: -2;
  left: 0px;
  transition: width 0.5s ease;
  height: 150%;
  bottom: -25%;
}
.btn-s1::after, .btn-s3::after {
  background: #000000;
  right: 0px;
  transition: width 0.5s ease;
  height: 150%;
  top: -25%;
  right: -3px;
  width: 0px;
  z-index: -1;
  border-right: 1px solid rgba(255, 255, 255, 0.8117647059);
  border-left: 1px solid rgba(255, 255, 255, 0.8117647059);
}
.btn-s1.outlined {
  border: 1px solid rgb(0, 0, 0);
 padding: 19px 23px;
  background: transparent;
}
.btn-s1.outlined::before {
  background: transparent;
}
.btn-group {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
.btn-s3::before {
  background: #2866a6;
}
.single-tes-s1 p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 21px;
}
.funfact-s2 {
  display: flex;
  align-items: center;
  gap: 25px;
}
.funfact-s2 .icon {
  width: 80px;
  height: 80px;
  background: #fff;
  box-shadow: 0px 5px 12px 2px rgba(40, 102, 166, 0.16);
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
}
.funfact-s2 .content h4 {
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 5px;
}
.funfact-s2 .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  margin: 0;
}
.s-project-s2 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
 padding: 0 12px;
}
.s-project-s2:hover {
  transform: translateY(-10px);
}
.s-project-s2:hover .content {
  transform: translateX(0);
}
.s-project-s2-inner {
 position: relative;
  overflow: hidden;
}
.s-project-s2 .thumb img {
  width: 370px;
  height: 510px;
  object-fit: cover;
  border-radius: 5px;
}
.s-project-s2 .content {
 position: absolute;
  top: 0px;
  left: 0%;
  bottom: 70px;
  right: 70px;
  background: rgba(40, 102, 166, 0.8392156863);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
 padding-bottom: 40px;
 padding-left: 40px;
  border-radius: 0 0px 6px 0;
  transform: translateX(-102%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.s-project-s2 .content h3 {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 30px;
}
.s-project-s2 .content p {
  color: #fff;
  margin: 0;
}
.s-project-s2 .content .btn {
  width: 50px;
  height: 50px;
  text-align: center;
 padding: 0px;
  line-height: 50px;
  background: #fff;
  color: #2866a6;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.s-project-s2 .content:hover .btn {
  transform: translateX(10px);
}
.single-team-s2 {
 padding: 0 12px;
}
.single-team-s2:hover .content::after {
  width: 100%;
}
.single-team-s2:hover .thumb .social-icons-s1 li {
  transform: translateX(-25px);
}
.single-team-s2 .content {
  border-radius: 5px;
  text-align: center;
 padding: 12px 0;
  margin-top: 20px;
 position: relative;
  z-index: 9;
}
.single-team-s2 .content .name {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.single-team-s2 .content .designation {
  color: #fff;
  margin: 0;
}
.single-team-s2 .content::before, .single-team-s2 .content::after {
  content: "";
 position: absolute;
  height: 100%;
  top: 0px;
}
.single-team-s2 .content::before {
  background: #090b34;
  width: 100%;
  left: 0px;
  border-radius: 5px;
  z-index: -2;
}
.single-team-s2 .content::after {
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(40, 102, 166) 100%);
  left: 0px;
  top: 0px;
  width: 0px;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.single-team-s2 .thumb {
  background: #090b34;
 position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.single-team-s2 .thumb img {
  border-radius: 5px;
}
.single-team-s2 .thumb .social-icons-s1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
 position: absolute;
  right: 0;
  bottom: 30px;
}
.single-team-s2 .thumb .social-icons-s1 li {
  margin-right: 0px;
  transform: translateX(100%);
  transition: 0.3s ease;
}
.single-team-s2 .thumb .social-icons-s1 li:nth-child(2) {
  transition-delay: 0.1s;
}
.single-team-s2 .thumb .social-icons-s1 li:nth-child(3) {
  transition-delay: 0.2s;
}
.single-team-s2 .thumb .social-icons-s1 li:nth-child(4) {
  transition-delay: 0.3s;
}
.single-team-s2 .thumb .social-icons-s1 li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  box-shadow: 0px 4px 8px rgba(0, 124, 251, 0.16);
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(40, 102, 166) 100%);
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.single-team-s2 .thumb .social-icons-s1 li:hover a {
  box-shadow: none;
  transform: scale(0.95);
}
.single-team-s2:hover .thumb::before {
  width: 100%;
}
.single-team-s2 .content::before {
  background: #2866a6;
}
.single-team-s2 .content::after {
  background: #2866a6;
}
.single-team-s2 .thumb {
 position: relative;
}
.single-team-s2 .thumb img {
  width: 100%;
}
.single-team-s2 .thumb .social-icons-s1 {
  bottom: 30px;
}
.single-team-s2 .thumb .social-icons-s1 li a {
  box-shadow: none;
}
.single-team-s2 .thumb::before {
  content: "";
  width: 0;
  height: 100%;
  background: rgba(0, 0, 96, 0.4588235294);
 position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.single-team-s2 .thumb {
 position: relative;
}
.single-team-s2 .thumb img {
  width: 100%;
}
.single-team-s2 .thumb .social-icons-s1 {
  bottom: 30px;
}
.single-team-s2 .thumb .social-icons-s1 li a {
  box-shadow: none;
}
.single-team-s2 .thumb::before {
  content: "";
  width: 0;
  height: 100%;
  background:#2866a6;
  opacity:.8;
 position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.single-team-s2 .thumb .social-icons-s1 li a {
  background: #2866a6;
}
.d-page-banner {
  background: #2866a6;
  height: 300px;
  display: flex;
  align-items: center;
}
.d-page-banner .content h1, .d-page-banner .content h2 {
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.accordion-s1 .s-accordion {
  background: #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}
.accordion-s1 .s-accordion > .s-accordion__h {
 padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.accordion-s1 .s-accordion > .s-accordion__h h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}
.accordion-s1 .s-accordion > .s-accordion__h .icon {
 position: relative;
}
.accordion-s1 .s-accordion > .s-accordion__h .icon::before, .accordion-s1 .s-accordion > .s-accordion__h .icon::after {
  width: 20px;
  height: 4px;
  background: #000;
  content: "";
 position: absolute;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.accordion-s1 .s-accordion > .s-accordion__h .icon::after {
  transform: translateX(-50%) rotate(90deg);
}
.s-accordion__b {
  display: block;
  height: 0;
  overflow: hidden;
 padding: 0 25px;
  transition: height 0.65s ease;
}
.s-accordion__b p {
  line-height: 24px;
}
.portfolio-gallery {
  background: #c9d9e9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-item {
  width: 33.333%;
 padding: 15px;
 box-sizing:border-box;
}
.portfolio-item__inner {
 position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.portfolio-item__inner:hover .thumb::before {
  height: 100%;
  /* opacity: 1; */
}
.portfolio-item__inner:hover .content {
  transform: translateY(0);
  opacity: 1;
 pointer-events: all;
  visibility: visible;
}
.portfolio-item .thumb {
 position: relative;
}
.portfolio-item .thumb::before {
  content: "";
 position: absolute;
  width: 100%;
  height: 0%;
  /* background: linear-gradient(1deg, #2866a6 10%, transparent); */
  background: #2866a6;
  border-radius: 5px;
  left: 0px;
  bottom: 0px;
  opacity: 0.7;
  transition: 0.4s ease-in;
}
.portfolio-item .thumb img {
  width: 100%;
  object-fit: cover;
}
.portfolio-item .content {
 position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
 padding: 55px;
  left: 0px;
  right: 0px;
  transform: translateY(40px);
  visibility: hidden;
  opacity: 0;
 pointer-events: none;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0.2s;
}
.portfolio-item .content h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 5px;
}
.portfolio-item .content span {
  color: #ffffff;
}
.portfolio-item .content a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}
.porftolio-filter-menu {
  /* text-align: center; */
 padding-bottom: 25px;
}
.porftolio-filter-menu .filter-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  border: none;  
  background: #2866a6;
  border-radius: 5px;
 padding: 12px 20px;
  outline: none;
  margin: 8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.porftolio-filter-menu .filter-btn:first-child {margin-left:0;}
.porftolio-filter-menu .filter-btn:hover, .porftolio-filter-menu .filter-btn.current {
  background:rgba(40, 102, 166, 0.3);
  color: #000;
}
.m-nav {
  display: flex;
  justify-content: space-between;
}
.m-nav > ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 33px;
}
.m-nav > ul > li {
 padding: 7px 0;
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.m-nav > ul > li a {
 position: relative;
}
.m-nav > ul > li a::before {
  content: "";
  width: 0;
  height: 2px;
 position: absolute;
  background: linear-gradient(45deg, #2866a6 0%, rgb(0, 0, 0) 100%);
  bottom: -2px;
  display: block;
  right: 0;
  transition: 0.4s;
}
.m-nav > ul > li a:hover::before {
  left: 0;
  width: 100%;
}
.m-nav > ul > li:hover > a {
  color: #2866a6;
}
.header-s3 {
 position: relative;
  z-index: 999;
}
.tb-single-info-s2 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.tb-single-info-s2 .icon{
  color: #2866a6;
}
.tb-single-info-s2 p{
  line-height: 20px;
  color: #000000;
  margin: 0;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.tb-single-info-s2 p:hover {
  color: #2866a6;
  text-decoration-color: #2866a6;
}
.header-top-container {
  border-bottom: 1px solid #cce5fe;
}
.header-s3__top {
  display: flex;
  justify-content: space-between;
 padding: 8px 0px;
}
.header-s3__top .p-left {
  display: flex;
  gap: 55px;
}
.header-s3__bottom {
  display: flex;
  justify-content: space-between;
 padding: 15px 0px;
}
.header-s3__bottom .p-left{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-s3__bottom .p-center {
  display: flex;
  align-items: center;
}
.header-s3__bottom .p-center .m-nav > ul > li a::before {
  background: #2866a6;
}
.header-s3__bottom .p-center .m-nav > ul > li a:hover {
  color: #2866a6;
}
.mobile-header {
  display: none;
}
.mobile-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
 padding: 15px 0px;
}
#nav-opn-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #2866a6;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
 position:relative;
}
#nav-opn-btn i {
	position:absolute;
	z-index:1;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
}
#offcanvas-nav {
  background: transparent;
 position: absolute;
  left: -300px;
  top: 0px;
  z-index: 99;
  width: 300px;
  height: 100vh;
  z-index: 999999;
  transition: 0.5s ease;
}
#offcanvas-nav::before {
  content: "";
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
 position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: 0.5s ease 0.3s;
}
#offcanvas-nav.open {
  left: 0px;
}
#offcanvas-nav.open::before {
  width: 100%;
}
#offcanvas-nav .m-nav {
 position: relative;
  background: #fff;
 padding-top: 80px;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 50px;
  z-index: 9;
  display: block;
  height: 100%;
  overflow-y: scroll;
}
#nav-cls-btn {
 position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  outline: none;
  font-size: 22px;
}
#offcanvas-nav .m-nav .nav-links {
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}
#offcanvas-nav .m-nav .nav-links li {
  border-bottom: 1px solid #d3d3d3;
}
#offcanvas-nav .m-nav .nav-links li a {
  font-size: 16px;
}
#offcanvas-nav .m-nav .nav-links li a::before {
  display: none;
}
#offcanvas-nav li:last-of-type {
  border: 0 !important;
}
#offcanvas-nav .m-nav .nav-links .dropdown .d-menu {
 position: relative;
  box-shadow: none;
 padding-left: 20px;
 padding-top: 15px !important;
 padding-top: 0px;
  visibility: visible;
  opacity: 1;
  display: none;
}
#offcanvas-nav .m-nav .nav-links .dropdown .d-menu li {
 padding: 5px 0px;
}
#offcanvas-nav .m-nav .nav-links .dropdown .d-menu li a {
  font-size: 15px;
}
#offcanvas-nav .m-nav .nav-links .dropdown:hover .d-menu {
  display: block;
}
#offcanvas-nav .m-nav .logo {
  margin-bottom: 40px;
}
#offcanvas-nav .m-nav > .social-icons-s1, #offcanvas-nav .m-nav > .social-icons-s4, #offcanvas-nav .m-nav > .social-icons-s6 {
  gap: 12px;
  margin-top: 50px;
}
#offcanvas-nav .m-nav > .social-icons-s1 li a::before, #offcanvas-nav .m-nav > .social-icons-s4 li a::before, #offcanvas-nav .m-nav > .social-icons-s6 li a::before {
  display: none;
}
footer .f-title {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 33px;
}
footer .f-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
footer .f-menu li {
 position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
footer .f-menu li a {
  color: #c7c7c7;
}
footer .f-menu li::before {
  content: "";
  height: 2px;
  width: 0px;
  display: block;
  background: #fff;
 position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
footer .f-menu li:hover {
 padding-left: 15px;
}
footer .f-menu li:hover::before {
  width: 12px;
}
footer .f-menu li:hover a {
  color: #2866a6;
}
footer .footer-cr {
  border-top: 1px solid #fff;
 padding: 20px 0;
}
footer .footer-cr .footer-cr-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-cr .footer-cr-container * {
  color: #c7c7c7;
}
footer .footer-cr .footer-cr-container .p-left p {
  margin: 0;
}
footer .footer-cr .footer-cr-container ul.cr-menu {
  display: flex;
}
footer .footer-cr .footer-cr-container ul.cr-menu li {
 padding: 0 30px;
  border-right: 1px solid #c7c7c7;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
footer .footer-cr .footer-cr-container ul.cr-menu li:hover a {
  color: #2866a6;
}
footer .footer-cr .footer-cr-container ul.cr-menu li:last-child {
  border: 0px;
  margin-right: 0;
}
.footer-s1 {
 padding-top: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #060f19;
}
.footer-s1 .footer-cta {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
 padding: 30px 50px;
  align-items: center;
  justify-content: space-between;
}
.footer-s1 .footer-cta .p-left h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #000;
}
.footer-s1 .row.f-main {
  margin-top: 90px;
  margin-bottom: 85px;
}
.footer-s1 .widget-1 p {
  color: #c7c7c7;
  margin-top: 30px;
  margin-bottom: 28px;
}
.hero-s1 {
  background-color: #2866a6;
  background-size: cover;
 padding-top: 35px;
 padding-bottom: 35px;
 position: relative;
}
.hero-s1 .shapes > * {
 position: absolute;
}
.hero-s1 .shapes .shp-4 {
 position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.hero-s1 .shapes .shp-2 {
 position: absolute;
  right: 0px;
  top: 0px;
}
.hero-s1__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
 position: relative;
  z-index: 11;
}
.hero-s1__content .content-sh {
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 15px;
}
.hero-s1__content .content-h {
  font-weight: 800;
  font-size: 56px;
  line-height: 65px;
  color: #ffffff;
  margin-bottom: 23px;
}
.hero-s1__content .content-d {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 55px;
 padding-right: 80px;
}
.hero-s1__thumb .img {
  margin-right: -240px;
}
.features-slider-s3 {
  background: #2866a6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.features-slider-s3 .s-title-wrap .s-sub-title {
  color: #fff !important;
}
.features-slider-s3 .s-title-wrap .s-title {
  color: #fff;
}
.features-slider-s3 .slick-dots {
  justify-content: center;
}
.features-slider-s3 .slick-dots li.slick-active {
  width: 33px;
  background: #fff;
}
.about-s1 .col-lg-6 {
 position: relative;
}
.about-s1__content .s-title {
  margin-bottom: 33px;
}
.about-s1__content p {
  margin-bottom: 35px;
}
.about-s1__content > .content-b {
  display: flex;
  align-items: center;
  gap: 65px;
  border-top: 1px solid #dcdcdc;
 padding-top: 50px;
  margin-top: 34px;
}
.about-s1__content > .content-b .i-box {
  display: flex;
  align-items: center;
  gap: 35px;
}
.about-s1__content > .content-b .i-box p {
  margin: 0px;
  font-weight: 600;
  margin-top: 5px;
}
.about-s4__thumb, .about-s6__thumb, .about-s5__thumb {
  display: flex;
 position: relative;
  /* margin-right: -105px; */
  gap: 30px;
}
.about-s4__thumb .shape, .about-s6__thumb .shape, .about-s5__thumb .shape {
 position: absolute;
  z-index: -1;
  top: -10%;
}
.about-s4__thumb img, .about-s6__thumb img, .about-s5__thumb img {
  width: 100%;
  border-radius: 5px;
}
.about-s4__thumb > *, .about-s6__thumb > *, .about-s5__thumb > * {
  flex-basis: 50%;
}
.about-s4__thumb .p-left img:first-child, .about-s6__thumb .p-left img:first-child, .about-s5__thumb .p-left img:first-child {
  margin-bottom: 30px;
}
.about-s4__thumb .p-right, .about-s6__thumb .p-right, .about-s5__thumb .p-right {
  display: flex;
  align-items: center;
}
.about-s4__content, .about-s6__content {
 padding-right: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.about-s4__content .s-title, .about-s6__content .s-title {
  margin-bottom: 30px;
}
.about-s4__content p, .about-s6__content p {
  margin-bottom: 35px;
}
.about-s4__content .btn, .about-s6__content .btn {
  box-shadow: 0px 12px 25px 8px rgba(0, 124, 251, 0.22);
}
.about-s4__content .content-b, .about-s6__content .content-b {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 35px;
}
.about-s4__content .content-b .i-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  width: 100%;
}
.about-s4__content .content-b .i-box .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  flex-shrink: 0;
  box-shadow: 0px 5px 12px 2px rgba(0, 124, 251, 0.16);
}
.about-s4__content .content-b .i-box p {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin: 0;
}
.about-s5__thumb {
  margin-right: 0px;
padding-right:30px;
}
.about-s5__thumb .shape {
  left: -5%;
}
.about-s5__content {
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.about-s5__content .s-title {
  margin-bottom: 30px;
}
.about-s6__thumb {
  margin-right: 0px;
 padding-right:30px;
}
.about-s6__thumb .p-right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.about-s6__thumb .p-right .box {
  background: #c9d9e9;
  text-align: center;
  box-shadow:-3px 3px 5px #000;
 position: relative;
  width: 100%;
  border-radius: 5px;
  margin-top: 30px;
}
.about-s6__thumb .p-right .box h4 {
  margin-top: 10px;
  font-size: 35px;
  color: #000;
  font-weight: 900;
  margin-bottom: 5px;
}
.about-s6__thumb .p-right .box p {
  font-weight: 600;
 padding-bottom:10px;
  color: #000;
}
.about-s6__content {
 padding-right: 0px;
 padding-left: 0;
}
.about-s6__content .content-b {
  margin-bottom: 0px;
 padding-top: 50px;
  border-top: 1px solid;
  margin-top: 25px;
  gap: 50px;
  width: 100%;
}
.about-s6__content .content-b .btn {
  box-shadow: none;
  min-width: 173px;
  text-align: center;
}
.about-s7 .about-s7__content{
 padding-right: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about-s7 .about-s7__content .info-list-s2{
  margin-top: 35px;
}
.about-s7 .about-s7__thumb img {
	border-radius:5px;
	}
.about-s7 .about-s7__thumb{
  display: flex;
  gap: 30px;
  background: url(../images/backgrounds/about-4-shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
}
.about-s7 .about-s7__thumb *{
  flex-basis: 50%;
}
.about-s7 .about-s7__thumb .p-left img:first-child {
  margin-bottom: 30px;
}
.contact-banner-s1 {
  /* background: url("../images/backgrounds/contact-style-1bg.png"); */
  background-color:#2866a6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 padding-bottom: 0px;
 padding-top: 90px;
}
.contact-banner-s1__content {
  margin-top: 100px;
}
.contact-banner-s1__content .s-sub-title {
  color: #fff;
}
.contact-banner-s1__content .content-t {
  font-weight: 800;
  font-size: 35px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 32px;
}
.contact-banner-s1__content p {
  color: #fff;
  margin-bottom: 52px;
}
.contact-banner-s1__content .btn.btn-s1 {
  width: 170px;
  text-align: center;
}
.feature-area-s1 {
 padding-bottom: 95px;
}
.feature-area-s1 .feature-s2 {
  margin-bottom: 25px;
}
.pricing-section-s1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-area-s1 .testimonial-area-s1__content {
  height: 100%;
 padding-top: 75px;
}
.testimonial-area-s1 .testimonial-area-s1__content .cont-h {
  margin-bottom: 30px;
}
.funfact-area-s2 {
  margin-top: -105px;
 position: relative;
  z-index: 99;
}
.funfact-area-s2-container {
 padding: 65px 12px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 12px 35px rgba(0, 124, 251, 0.16);
}
.project-slider-area-s2 .slick-dots {
  justify-content: center;
}
.team-area-s2 {
  background: url(../images/backgrounds/about-team-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-area-s2 .team-slider-s1 .slick-dots li {
  background: #b3d8fe;
}
.team-area-s2 .team-slider-s1 .slick-dots li.slick-active {
  background: #2866a6;
}
.team-area-s2 .s-title-wrap {
  text-align: center;
}
.team-area-s2 .s-title-wrap {
  text-align: center;
}
.faq-section-s1 {
  background: #E1EFF8;
}
.member-about__desc {
 padding-right: 50px;
}
.member-about__desc .s-title-wrap {
  margin-bottom: 30px;
}
.member-about__desc p {
  margin-bottom: 30px;
}
.member-about__desc p:last-child {
  margin-bottom: 0;
}
.map-section iframe {
  width: 100%;
  margin-bottom: -10px;
}
.not-found .content {
  text-align: center;
}
.not-found .content .s-title {
  margin-bottom: 0px;
}
.not-found .content .btn {
  margin-top: 30px;
}

.team-slider-s1 ul.slick-dots {
  justify-content: center;
}
.team-slider-s1 ul.slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #232767;
}
body#team .team-area-s2 .row {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1600px) {
  .about-s4__thumb, .about-s5__thumb, .about-s6__thumb {
    margin-right: 0px;
  }
  .about-s5__thumb {
    margin-left: 0px;
  }
  .feature-s4 .content {
    /* width: 260px; */
    /* height: 260px; */
  }
  .hero-s1__thumb {
   padding: 0px;
  }
  .hero-s1__thumb .img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .header-s3__bottom .p-right {
    display: none;
  }
  .about-s4__content, .about-s6__content {
   padding: 0;
  }
  .about-s5__content {
   padding-left: 20px;
  }
  .feature-s4 .content {
    width: 230px;
    height: 230px;
    margin-left: 10px;
  }
  .feature-s4 .content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .feature-s4.third .content {
    margin-left: 15px;
  }
  .contact-banner-s1 {
   padding-bottom: 100px;
  }
  .footer-s1 .widget-4 {
   padding-top: 80px;
  }
  .testimonial-area-s1__content {
   padding-top: 0 !important;
  }
  .header-s3__top .p-left {
    gap: 35px;
  }
  .m-nav > ul {
    gap: 33px;
  }
  .hero-s1__content .content-sh {
    font-size: 20px;
    line-height: 25px;
  }
  .hero-s1__content .content-h {
    font-size: 46px;
    line-height: 55px;
  }
  .hero-s1__content .content-d {
    font-size: 16px;
    line-height: 28px;
  }
  .hero-s1 .shapes .shp-4 {
    display: none;
  }
  .feature-s2 {
   padding: 15px;
  }
  .feature-s2 > .content h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .feature-s2 > .content p {
    font-size: 14px;
  }
  .about-s1__content > .content-b {
    gap: 30px;
   padding-top: 30px;
  }
  .about-s6__thumb {
    margin-left: 0px;
  }
  .about-s6__content .content-b {
    gap: 20px;
  }
  .footer-s1 .footer-cta {
   padding-bottom: 45px;
  }
  .footer-s1 .footer-cta {
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
  footer .f-menu {
    align-items: center;
  }
  .footer-s1 .widget-1 {
    text-align: center;
  }
  .footer-s1 .widget-2 {
    text-align: center;
   padding-top: 40px;
  }
  .footer-s1 .widget-4 {
    text-align: center;
   padding-top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .testimonial-area-s1__thumb {
   padding-top: 60px;
    text-align: center;
  }
  .header-s3 {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .about-s7 .about-s7__content {
   padding-right: 0px;
  }
  .feature-area-inner > * {
    flex-basis: 50%;
  }
  .feature-s4 .content {
    width: 250px;
    height: 250px;
  }
  .feature-s4.third {
    display: none;
  }
  .about-s4__content .content-b, .about-s6__content .content-b {
    gap: 30px;
  }
  .contact-banner-s1__content {
    margin-top: 18px;
  }
  .funfact-s2 {
    flex-direction: column;
    justify-content: center;
  }
  .funfact-s2 .content {
    text-align: center;
  }
  .footer-cr .footer-cr-container .p-left p {
    font-size: 12px;
  }
  .footer-cr .footer-cr-container ul.cr-menu a {
    font-size: 12px;
  }
  .hero-s1 {
    margin-top: 0px;
   padding-top: 110px;
   padding-bottom: 122px;
  }
  .hero-s1__thumb {
    display: none;
  }
  .hero-s1__content {
    text-align: center;
    align-items: center;
  }
  .hero-s1__content .content-d {
   padding-right: 0px;
  }
  .feature-s2 {
    margin-bottom: 25px;
  }
  .about-s1__content {
   padding-top: 60px;
  }
  .contact-banner-s1 {
   padding-bottom: 100px;
  }
  .contact-banner-s1__thumb {
    display: none;
  }
  .d-page-banner {
    margin-top: 0px;
   padding-top: 0;
    height: 230px;
  }
  .d-page-banner .content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .about-s6__content {
   padding-top: 60px;
  }
  .about-s7__thumb {
   padding-top: 60px;
  }
  .row .col-md-6:nth-child(3) {
    margin-top: 25px;
  }
  .accordion-s1 .s-accordion > .s-accordion__h h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-group {
    flex-direction: column;
  }
  .features-slider {
   padding-bottom: 65px;
  }
  .about-s1__content > .content-b .btn {
    display: none;
  }
  .feature-area-s1 {
   padding-bottom: 65px;
  }
  .feature-area-s2 {
    display: none;
  }
  .s-sub-title {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .s-title {
    font-size: 30px;
    line-height: 40px;
  }
  .about-s4__content .content-b, .about-s6__content .content-b {
    flex-direction: column;
    gap: 20px;
  }
  .about-s5__content {
   padding-left: 0px;
  }
  .funfact-area-s2-container {
    flex-direction: column;
    gap: 30px;
  }
  .s-project-s2 .thumb img {
    width: 100%;
  }
  .footer-cr .footer-cr-container {
    flex-direction: column;
    gap: 10px;
  }
  .single-team-s2 .thumb {
    text-align: center;
  }
  .single-team-s2 .thumb img {
    display: inline;
  }
  .portfolio-gallery-container .portfolio-item {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .footer-s1 .footer-cta {
   padding-left: 30px;
   padding-right: 30px;
  }
}