@media only screen and (max-width:1399px) {
  .about-area {
    padding: 125px 0
  }
}
@media only screen and (max-width:1199px) {
  .about-area {
    padding: 100px 0 80px
  }
}
@media only screen and (max-width:767px) {
  .about-area {
    padding: 70px 0 50px
  }
}
.about-area .about-content {
  padding: 47px 0 0 50px
}
@media only screen and (min-width:1400px) {
  .about-area .about-content {
    margin-right: -50px
  }
}
@media only screen and (max-width:1399px) {
  .about-area .about-content {
    padding: 47px 0 0 0
  }
}
@media only screen and (max-width:1199px) {
  .about-area .about-content {
    padding: 0
  }
}
.about-area .service-content {
  padding: 0px;
  position:relative;
}
@media only screen and (min-width:1199px) {
.about-area .service-content {
  padding: 0 0 0 70px;
}
}
.about-area .service-content ul {
  list-style: none
}
.about-area .service-content ul li {
  line-height: 1.25;
  margin-bottom: .75rem;
	padding: 0 0 0 25px;
  position: relative;
  font-size: var(--font-size);
	font-weight: var(--font-reg);
}
.about-area .service-content ul li:before {
  font-family: var(--font-awesome);
  position: absolute;
	left: 0px;
  color: #32cd32;
  content: "\e802";
}
.about-area .service-content .inner-content {
  background-color: #f6f7fc;
  margin-right: -6px;
  padding: 24px 0 54px 0;
  position: relative
}
.about-area .service-content .inner-content:before {
  background-color: #f6f7fc;
  content: "";
  height: 100%;
  left: -49px;
  position: absolute;
  top: 0;
  width: 49px;
  border-radius: 15px 0 0 15px
}
@media only screen and (max-width:1399px) {
  .about-area .service-content .inner-content:before {
    left: -25px;
    z-index: -1
  }
}
.about-area .service-content .inner-content:after {
  background-color: #f6f7fc;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: calc(100% + 400px)
}
.about-area .service-content .inner-content p {
  margin-bottom: 14px;
  font-size: var(--font-size);
	font-weight: var(--font-reg);
  line-height:28px;
}
@media only screen and (max-width:767px) {
  .about-area .service-content .inner-content .inline-style {
    display: block
  }
}
.about-area .service-content .text-shape {
  bottom: 0px;
  position: absolute;
  right: 0;
  pointer-events: none;
  max-width:80%;
}
@media only screen and (max-width:1199px) {
  .about-area .service-content .text-shape {
    bottom: 0
  }
}
@media only screen and (max-width:767px) {
  .about-area .service-content .text-shape {
    display: none
  }
}
.about-area .service-content .text-shape img {
  max-width: none
}
.about-area .thumb img {
  width: 100%
}
@media only screen and (max-width:1399px) {
  .about-area .thumb img {
    max-width: 100%
  }
}
.service-section {background: #f9f9f9; 

}
.about-img {
  display: block;
  padding: 5px;
  border-radius: 10px;
  margin: 30px 25px;
  text-align: center
}
.about-img1 img {
  max-width: 100%;
  max-height: 520px
}
@media (max-width:1200px) {
  .about-content {
    padding: 0 15px
  }
}
.service-inner {
  position: relative;
  padding: 15px;
  margin: 0 0 10px 0;
  text-align: left
}
.service-inner h5 {
  margin: 10px 0;
  font-weight: 700;
  color: #fff
}
.service-inner p {
  color: #fff;
  margin: 0;
  padding: 0
}
.service-inner .service-icon-2 {
  display: block
}
.service-icon-2 img {
  max-width: 75px;
  height: 100px;
  margin-bottom: 25px
}
.service-feature {
  padding: 65px 0
}
.service-feature-inner {
  position: relative;
  margin: 30px 0 0;
  display: flex !important;
	flex-direction: column;
  flex-wrap: wrap !important;
	justify-content: space-between;
  width: 100%;
  align-items: center;
  background: rgb(255 255 255 / 64%);
  padding: 30px;
  border-radius: 5px;
  backdrop-filter: blur(5px);
	  gap:15px;
    box-shadow: rgb(197 197 197 / 41%) 0px 0px 20px 7px;
}

.service-feature-icon {
    display: block;
    background: #fdfdfd;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #3c3939;
}
.service-feature-icon img {
    filter: brightness(0);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 50px;
    max-height: 50px;
    transform: translate(-50%, -50%);
}
.service-feature-inner span {
  margin: 0;
  font-weight: 700;
  color: #000;
  font-size: 18px
}
.service-feature-inner p {
  font-size: var(--font-sm-size);
  line-height: 28px;
  font-weight: 400;
  color: var(--white-color);
}

.section-btm {
	background: url("../images/bg-service-advantage.webp");
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size: contain;
}
.section-btm .title{
	position:relative;
}
.service-advantage {
	display: flex;
	flex-direction: row;
	gap: 30px;
	flex-wrap: wrap;
	counter-reset: section;
}
.service-advantage blockquote{
	font-size: var(--font-size);
	font-weight: var(--font-reg);
	flex:0 0 100%;
	padding: 15px 15px 15px 75px;
    box-shadow: 0px 0px 10px 4px #f7f7f7;
    background:var(--white-color);
    position:relative;
}
.service-advantage p strong{
    display:inline-block;
    margin-bottom:5px;
    z-index:1;
}
.service-advantage blockquote strong:before{
    height:42px;
    width:42px;
    line-height:42px;
    text-align:center;
    border-radius:42px;
    content:' ';
    position:absolute;
    counter-increment: section;
    content: counter(section) ".";
	background:var(--quatery-color);
    top:15px;
    left:15px;
    z-index:0;
}
.service-advantage ul li {
	line-height: 1.25;
	margin-bottom: .75rem;
	position: relative;
	padding-left: 25px!important;
	font-size: var(--font-size);
}
.service-advantage ul li:before {
	font-family: var(--font-awesome);
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: var(--font-size);
	color: #32cd32;
	content: "\f058";
}
@media (min-width: 1200px){
   .service-advantage blockquote{
	flex:0 0 calc(50% - 30px);
}
}
.service-faq-box{
	position: relative;
	padding: 0px;
}
.service-faq-box + .service-faq-box{
margin-top: 35px;
}
.service-faq-section{
counter-reset: section;
}
.service-faq-question{
    padding:20px;
    padding-right: 50px;
	background:#d8eefe;
	color:var(--primary-color);
	position:relative;
}
.service-faq-question:before{
    counter-increment: section;
    content: "Q"counter(section) ". ";
    font-weight:var(--font-bold);
}
.service-faq-question:after {
  content: '\f103';
  font-family: var(--font-awesome);
  display: block;
  position: absolute;
  background: 0 0;
  right: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .4s ease;
}
.service-faq-answer{
    padding:20px;
    background:#f9ffff;
   box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.sidebar {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0;
	background: #fff;
	display: block;
	border: 1px solid #F7F9FB;
	border-radius: 5px;
	overflow: hidden;
	align-self: flex-start
}
.sidebar .widget-title {
  display: block;
    padding: 18px 30px;
    color: #fff;
    background: #323946;
    font-weight: 300;
    font-size: 18px;
}
.sidebar ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: #ededed;
}
.sidebar ul li {
  display: block;
    padding: 16px 26px 18px 22px;
    font-size: 16px;
    color: #1c1c1c;
    font-family: "Open Sans",sans-serif;
    border-top: 1px solid #dadee8;
    background: #f3f5fa;
    border-left: 5px solid transparent;
}
.sidebar ul li.active, .sidebar ul li:hover {
    border-color: #09a223;
        background: #fff;
    border-top-color: #fff !important;
}
.sertip {
  text-align: left;
  display: inline-block;
  position: relative;
}
.sertip .trigger {
  cursor: help;
}
.sertip .trigger::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  transition: all 150ms ease-in-out;
}
.sertip .sercontent {
  display: inline-block;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 1em;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  transition: all 150ms ease-in-out;
}
.sertip .trigger::before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.sertip .sercontent {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.sertip .trigger::before {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sertip .content {
  top: 100%;
  left: 0;
}
.sertip.top .trigger::before {
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.sertip.top .sercontent {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.sertip.top .trigger::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sertip.top .sercontent {
  top: auto;
  bottom: 100%;
  left: 0;
}
.sertip:hover .trigger::before {
  opacity: 1;
  visibility: visible;
}
.sertip:hover .sercontent {
  opacity: 1;
  visibility: visible;
}
.sertip .trigger:focus::before {
  opacity: 1;
  visibility: visible;
}
.sertip .trigger:focus + .content {
  opacity: 1;
  visibility: visible;
}


.contact-form {
    background-color: #f9f9f9;
    padding: 25px;
}
.contact-form .form-group {
  margin-bottom: 14px
}
.contact-form .form-group .form-control {
  background-color: #fff;
  border: 1px solid #555883;
  border-radius: 6px;
  color: #555883;
  font-size: 15px;
  height: 55px;
  padding: 12px 30px;
    width: 100%;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #555883;
  font-size: 15px
}
.contact-form .form-group .form-control::-moz-placeholder {
  color: #555883;
  font-size: 15px
}
.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #555883;
  font-size: 15px
}
.contact-form .form-group .form-control:-moz-placeholder {
  color: #555883;
  font-size: 15px
}
.contact-form .form-group .form-control:focus {
  border: 1px solid #0e62ac;
  box-shadow: none;
  outline: 0
}
.contact-form .form-group textarea {
  background-color: #fff;
  border: 1px solid #555883;
  border-radius: 6px;
  color: #555883;
  font-size: 15px;
  min-height: 135px;
  padding: 20px 30px 10px;
  width: 100%
}
.contact-form .form-group textarea::-webkit-input-placeholder {
  color: #555883;
  font-size: 15px
}
.contact-form .form-group textarea::-moz-placeholder {
  color: #555883;
  font-size: 15px
}
.contact-form .form-group textarea:-ms-input-placeholder {
  color: #555883;
  font-size: 15px
}
.contact-form .form-group textarea:-moz-placeholder {
  color: #555883;
  font-size: 15px
}
.contact-form .form-group textarea:focus {
  border: 1px solid #0e62ac;
  box-shadow: none;
  outline: 0
}
.contact-form .form-group .btn-theme {
  background-color: #fff;
  color: #0e62ac;
  font-size: 17px;
  font-weight: 700;
  height: 60px;
  letter-spacing: 0;
  margin-top: 24px;
  padding: 15px 38.34px
}
.contact-form .form-group .btn-theme i {
  font-size: 23px;
  margin-left: 7px;
  position: relative;
  top: 2px;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  -o-transition: .1s
}
.contact-form .form-group .btn-theme:focus, .contact-form .form-group .btn-theme:hover {
  background-color: #fd9704;
  border-color: #fd9704;
  color: #fff
}
.contact-form .form-group .btn-theme:focus i, .contact-form .form-group .btn-theme:hover i {
  margin-left: 8px
}
.form-message {
  overflow: hidden;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s
}
.form-message button.btn-close {
  border: none;
  box-shadow: none;
  background-color: transparent;
  float: right;
  font-size: 14px;
  margin-top: 0;
  text-indent: 1000px
}
