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

.about-area {
    background: #fff;
}

.about-text h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px;
    display: inline-block;
    color: #333;
    padding-bottom: 20px;
}
.about-text h2 span{
    color: #77be2d;
}
.about-text h2::after{
    position: absolute;
    content: "";
    background: #77be2d;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.about-text p {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333333;
}
.about-text ul {
    margin-top: 10px;
    margin-left: 30px;
    list-style: none;
}

.about-text ul li {
    line-height: 30px;
    position: relative;

}

.about-text ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -30px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #333;
    border-radius: 50px;
}

.about-text .btn {
    margin-top: 15px;
}

.about-img img {
    width: 100%;
}

.about h2 {
    font-size: 30px;
}

.request-about {
    background-image: linear-gradient(#7FC041, #1D9D46);
    background: #1D9D46;
    background: linear-gradient(90deg, #1D9D46 0%, #7FC041 100%);
    /* border-radius: 0px; */
    color: #fff;
    padding: 33px 42px 26px;
    /* margin-bottom: -87px; */
    z-index: 99999;
    /* position: absolute; */
    /* top: 7%; */
    bottom: 4%;
}


.services {
	padding: 0 40px;
}

.services-left {
	padding-right: 0;
}

@media (min-width: 1400px) {
	.services-left {
		padding-left: 0;
	}
}

.services-right {
	padding-right: 0;
}

.services-header {
	position: relative;
	line-height: 1.3;
}

.services-header a, .services-header a:focus, .services-header a:active {
	color: inherit;
}

.services-header a:hover {
	color: #5AD9AC;
}

.services-number {
	position: absolute;
	left: -40px;
	bottom: 0;
	color: #273252;
	font-size: 3em;
	font-weight: 900;
	letter-spacing: 0;
	line-height: .9;
	opacity: .1;
}

@media (min-width: 768px) {
	.services-number {
		font-size: 4em;
	}
}

.services-title {
	position: relative;
}

.services-box {
	text-align: left;
	position: relative;
	padding: 40px 15px;
	background-color: #ffffff;
	box-shadow: 2px 2px 20px rgba(47, 47, 47, 0.1);
	z-index: 1;
}

@media (min-width: 1200px) {
	.services-box {
		padding: 50px;
		padding-top: 40px;
	}
}

.services-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.25s ease-in-out;
	box-shadow: 0 0 0 transparent;
	z-index: -1;
}

.services-box {
	margin-top: 20px;
}

.services-box:hover::before {
    box-shadow: 10px 10px 0 #14516e;
}

.services-box-header {
	display: flex;
	align-items: center;
}

.services-box-title {
	margin: 0;
	line-height: 23px;
	padding-left: 18px;
	padding-right: 20px;
}

.services-box p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin-top: 20px;
}
.services-box {
    margin-bottom: 50px;
}

section.section {
    padding: 60px 0px;
}

.services-box-title a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
section.services-single {
    padding: 60px 0px;
}
.services-details-sedebar {
    margin: 30px 30px 0px 0px;
}

.services-details-sedebar .services-items {
    border: 2px solid #14516E;
}

.services-items-title h4.title {
    line-height: 90px;
    padding-left: 0px;
    display: inline-block;
    position: relative;
    color: #fff;
    background-color: #14516E;
}
.services-items-title {
    background-color: #14516E;
}
.services-items-list {
    padding-left: 30px;
    padding-right: 30px;
}

.services-items .services-items-list .item {
    padding: 20px;
    position: relative;
    border-bottom: 2px solid #14516E;
}

.services-items-list .item h5.title {
    color: #222;
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
}

.services-items .services-items-list .item:last-child {
    border-bottom: 0px;
}

.item .title a {
    color: #14516E;
}
.item .title a:hover {
    color: #28A2DC;
}
.services-details-content {
    margin-top: 30px;
}

.services-details-content .services-details-thumb span {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #28A2DC 0%, #14516E 100%);
    position: relative;
    margin-top: 37px;
}

.services-details-content .services-details-thumb span::before {
    position: absolute;
    content: '';
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 60px;
    background-image: linear-gradient(90deg, #28A2DC 0%, #14516E 100%);
}

.services-details-content .services-details-thumb p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.services-details-thumb ul li {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    /* margin-top: 20px; */
}

.services-details-thumb ul {
    margin-top: 20px;
}

section.asa-contact {
    padding: 90px 0px 80px 0px;
}

section.inner-banner li.nav-item {
    position: relative;
}

section.inner-banner li.nav-item {
    margin: 0px 30px;
}

.inner-banner {
    min-height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

section.inner-banner::before {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(330deg,#000000 50%,#ffffff 85%);
    opacity: .69;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}    

.inner-banner .text-center {
    margin-top: 70px;
    color: #fff !important;
    max-width: 1170px;
    z-index: 1;
    position: relative;
}
.form-group {
    margin-bottom: 37px;
}
.form-group label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #010101;
}
.contact-box .form-group input {
    height: 70px;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
}
.form-control, .form-select {
    color: #000;
    font-size: 14px;
    padding: 24px 32px 23px 32px;
    border-color: #C8C8C8;
    border-radius: 10px;
}

.form-wrapper .btn.btn-gradient {
    margin-top: 27px;
    min-width: 465px;
}
.btn {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    height: 60px;
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.btn.btn-gradient {
    background-image: linear-gradient(90deg, #28A2DC 0%, #14516E 100%);
    color: #fff;
}

.section-title {
    margin-bottom: 30px;
}
.section-title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #010101;
}
.section-title p {
    font-size: 20px;
    line-height: 1.7;
    color: #010101;
}

.contact-list {
  list-style-type: none;
  margin-left: 100px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}
.contact-text {
    letter-spacing: 1.9px;
    color: #010101;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Poppins-Regular';
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #010101;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #14516E;
  text-decoration: none;
}
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #14516E;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #14516E;
  
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 0 1px #fff;
    transition: all .2s ease-in-out;
    z-index: -1;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #28A2DC;
}

.wpcf7-submit {
    background: none;
    color: #fff;
    border: none;
}

.fa-2x {
    color: #14516E !important;
}

.inner-page-section .bg {
    background: linear-gradient(90deg, #1D9D46 0%, #7FC041 100%);
    padding: 30px 0px;
}
.bg h1 {
    color: #fff;
    font-size: 45px;
    line-height: 30px;
}

.bg h1 a {
    margin-left: 75px;
    color: #fff;
}

.bg h1 a:hover {
    color: #722a70;
}


.whyUs-wrapper .heading-bg {
    top: 48%;
}

.whyUs-wrapper .img-hover {
    height: 100%;
}

.whyUs-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.whyUs-wrapper .bg-gold {
    padding: 44px 33px 45px 25px;
}

.whyUs-wrapper .section-logo::after {
    top: 0;
    left: 25px;
    right: 33px;
    bottom: 37px;
    opacity: .3;
    background-image: url(../images/section-logo-1.png);
}

.whyUs-wrapper .map-box {
    height: 100%;
    background-color: white;
    padding: 24px 22px;
}

.whyUs-wrapper .map-box iframe {
    width: 100%;
    height: 100%;
}

.section-content h2 strong {
    border-width: 3px;
    border-image: linear-gradient(#28A2DC, #14516E) 1;
    border-image: #28A2DC;
    border-image: linear-gradient(90deg, #28A2DC 0%, #14516E 100%);
    border-image-slice: 1;
    color: #000;
    border-bottom: 3px solid transparent;
    display: inline-block;
    line-height: 1.316;
    padding-bottom: 8px;
    margin-bottom: 34px;
    font-size: 25px;
}

.section-content ul li {
    color: #010101;
    font-size: 15px;
    line-height: 25px;
}

figure.wp-block-image.size-full {
    text-align: center;
}

section.Section-404 {
    padding: 50px 0px;
}

.Section-404 p {
    font-size: 20px;
    color: #010101;
    margin-bottom: 30px;
}

h2.section {
    color: #010101;
}

i.fa {
    font-size: 35px;
}

