/*
Theme Name: Custom Theme
Theme URI: http://itpyramid.com/
Author: Custom Theme
Author URI: http://itpyramid.com/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later
*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	font-family: 'Poppins', sans-serif;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h3{
	font-family: 'Lora', serif;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex;
    column-gap: 24px;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
	top: 35%;
}
.inner-banner {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position-y: center;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}
.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
	background: var(--c1);
}
#accordion .card-header a {
	color: #fff;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    left: 0;
    color: #fff;
    right: 0;
    background: var(--c1);
    -webkit-transform: scaleY(1);
    transform:
    scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.btn-1:hover {
    color: #fff;
}
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a,.custom-theme-post-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.services-item {
    border-radius: 30px !IMPORTANT;
    padding: 30px;
    transition: .5s;
    height: 100%;
    position: relative;
}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: #000;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
.header-logo a img {
    width: 100%;
    height: 100%;
}

.header-logo {
    width: 60%;
}

.header-menu ul {
    display: flex;
    justify-content: space-between;
}

.header-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--c2);
    line-height: 20px;
    transition: .5s;
    padding: 0 10px;
    position: relative;
}

.haeder-btn a {
    background: var(--c1);
    color: #fff;
    font-size: 16px;
    line-height: 3;
    padding: 10px 30px;
    transition: .5s;
    border-radius: 5px;
    font-weight: 500;
}

.haeder-btn {
    text-align: end;
}
header.header {
    padding: 24px 0;
}

.header-menu ul li {
    line-height: 3;
}
.header-menu ul li a:hover, .header-menu ul li.current_page_item a {
    color: #ffffff !important;
    z-index: 1;
}
.haeder-btn a:hover {
    background: var(--c2);
}
.home-slider-item {
    /* height: 600px !important; */
    position: relative;
}

.home-slider-content h3 {
    font-size: 62px;
    line-height: 74px;
    font-weight: 700;
    color: #fff;
}

.home-slider-content p {
    font-size: 15px;
    color: rgb(255 255 255 / 70%);
    font-weight: 400;
    line-height: 20px;
    padding: 20px 0px;
}
.home-slider-btns {
    text-align: left;
}

a.slider-btn.btn-1 {
    padding: 0px 25px;
}
a.slider-btn.btn-2 {
    background: transparent;
    border: 2px solid var(--c1);
    line-height: 0;
    margin-left: 10px;
}

a.slider-btn.btn-2:hover {
    background: var(--c1);
}
.home-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slider-image {
    height: 800px;
    position: relative;
}
.home-slider-image:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
section.home-slider {
    /* height: 780px; */
}
section.services-section {
    padding: 100px 0px;
}
.services-content h2 {
    font-size: 35px;
    color: var(--c2);
    margin-bottom: 50px;
    line-height: 48px;
    font-weight: 600;
}
.services-image img {
    width: 100%;
    height: 100%;
}
h5.services-title a {
    font-size: 24px;
    transition: .5s;
    font-weight: 600;
    line-height: 2;
    color: var(--c2);
}

.custom-theme-post-description {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    transition: .5s;
}
.services-image {width: 35%;margin-bottom: 20px;}
.services-item:hover {
    background: var(--c1);
}

.services-item:hover .services-content h5 a {
    color: #fff;
}

.services-item:hover .custom-theme-post-description {
    color: #fff;
}
.client-title h2 {
    font-size: 35px;
    color: var(--c2);
    line-height: 48px;
    font-weight: 600;
}

.client-title p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    transition: .5s;
}

.client-title {
    text-align: center;
    width: 38%;
    margin: 0 auto;
    padding-bottom: 50px;
}

section.client {
    padding-bottom: 70px;
    padding-top: 150px;
}
.special-item-title h2 {
    font-size: 36px;
    line-height: 48px;
    color: var(--c2);
    font-weight: 600;
    width: 70%;
}

.special-item {
    display: flex;
    flex-wrap: wrap;
}

.special-content {
    width: 50%;
}

.special-content a {
    font-size: 18px;
    line-height: 48px;
    font-weight: 500;
    color: #3E63AF;
}


.special-content p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    width: 95%;
}

.special-item-title {
    margin-bottom: 30px;
}

section.special {
    padding: 70px 0px;
    padding-bottom: 150px;
}
.special-box-content h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
}

.special-box-content p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 10px 0;
    line-height: 20px;
}

.special-box-btn a {
    background: #fff;
    color: var(--c2);
    font-size: 16px;
    line-height: 3;
    padding: 10px 30px;
    transition: .5s;
    border-radius: 5px;
    font-weight: 500;
}

.special-box-btn a:hover {
    background: var(--c1);
    color: #fff;
}

.special-box-btn {
    position: relative;
}

.special-box {
    text-align: center;
    box-shadow: 175px 0px 0px 40px #EFEFEF;
    padding: 70px 50px;
    width: 75%;
    border-radius: 30px;
    position: relative;
}
special-box-background{
    position: relative;
}
.special-box-background:after {
    position: absolute;
    content: "";
    background: var(--c1);
    border-radius: 30px;
    opacity: 90%;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.special-box-content {z-index: 1;}
.footer-right {
    display: flex;
    padding: 25px 10%;
    /* height: 400px; */
    align-items: flex-start;
}

.footer-menu {
    width: 33%;
}

.special-box-content {
    position: relative;
}
body.home .footer-left{
	 padding: 120px 0 55px 0px;
}
.footer-left {
    background: #3E63AF;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 99px 0 55px 0px;
}

.footer-about p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.footer-about {
    padding-left: 30%;
}

.footer-menu ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
    transition: .5s;
}

.footer-menu ul li {
    line-height: 2;
}

.footer-menu ul li a:hover {
    color: var(--c1);
    padding-left: 10px;
}
section.counter {
    height: 250px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.counter-main {
    background: var(--c1);
    width: 70%;
    border-radius: 30px;
    position: relative;
    margin: 0 0 0 auto;
    color: #fff;
    display: table;
    text-align: center;
    padding: 40px 30px;
}
.counter-main h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
}

.counter-main h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}
.counter-main-1 {
    height: 330px;
    position: relative;
    display: flex;
    align-items: flex-end;
}
section.counter:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background-color: var(--c2);
    opacity: 80%;
    height: 100%;
    z-index: 0;
    top: 0;
}
.form {
    border-radius: 40px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    padding: 30px 20px;
    margin-bottom: -50px;
    background: #fff;
    z-index: 1;
}

.home-form-img img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
    color: var(--c2);
}

.form-group input {
    background: #EFEFEF;
    border: none;
    outline: none;
    color: #000;
    padding: 10px 10px;
}

.form-group textarea {
    background: #EFEFEF;
    border: none;
    outline: none;
    width: 100% !IMPORTANT;
    color: #000;
    padding: 10px 10px;
}
.Home-form-btn input {
    font-size: 19px;
    font-weight: 500;
    transition: .5s;
    line-height: 2;
    padding: 8px 35px;
    color: #fff;
    border-radius: 7px;
}

.Home-form-btn input:hover {
    background: var(--c2);
}
section.home-form {
    z-index: 1;
    position: relative;
    padding-top: 50px;
}

footer.footer {
    position: relative;
    /* height: 400px; */
    background-color: #2E4A84;
}
span.wpcf7-list-item-label {
    font-weight: 400;
}
.testimonial-item h2 {
    font-size: 36px;
    line-height: 48px;
    color: var(--c2);
    font-weight: 600;
}
.testimonial-item p {
    font-size: 17px;
    color: var(--c2);
    font-weight: 400;
    padding: 10px 0;
    /* width: 64%; */
    line-height: 24px;
}

section.testimonial {
    background: #F7F7F7;
    padding: 70px 0px;
}
.testimonial-slide-star ul {
    display: flex;
}

.testimonial-slide-star ul li {
    color: #F6973F;
    padding-right: 5px;
}

.testimonial-slide-star {
    padding: 10px 0px;
}

.testimonial-slide-title h2 {
    font-size: 18px;
    line-height: 24px;
    color: var(--c2);
    padding-top: 10px;
    font-weight: 600;
}

.testimonial-slide-content p {
    font-size: 14px;
    color: #0C111F;
    font-weight: 400;
    padding: 10px 0;
    width: 64%;
    line-height: 24px;
}

.testimonial-slide {
    background: #fff;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    border-radius: 30px;
    padding: 20px 30px;
    width: 80%;
}

.testimonial-slide-img {
    margin-top: -49px;
}
.header-menu ul li a:before {
    position: absolute;
    content: "";
    width: 100%;
    transition: .5s;
    opacity: 0;
    z-index: -1;
    height: 75px;
    top: -37px;
    border-radius: 0px 0px 10px 10px;
    left: 0;
    background: var(--c1);
}

.header-menu ul li a:hover:before, .header-menu ul li.current_page_item a:before {
    opacity: 1;
}
.services-item:hover .services-image img {
    filter: invert(100%);
}
.testimonial-slide {
    margin: 40px !important;
}
section.testimonial button.slick-next.slick-arrow {
    z-index: 1;
    left: -60px;
    top: 130px;
}
section.testimonial .slick-next:before {
    font-size: 18px;
    line-height: 1;
    opacity: .75;
    padding: 12px 13px;
    border: 1px solid #000;
    color: #000;
    width: -webkit-fill-available;
    content: "\f062";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100px;
    height: 20px;
    transition: .5s;
}
section.testimonial button.slick-prev.slick-arrow {
    left: -60px;
    z-index: 1;
    top: 200px;
}
section.testimonial .slick-prev:before {
    font-size: 18px;
    line-height: 1;
    opacity: .75;
    transition: .5s;
    padding: 12px 13px;
    border: 1px solid #000;
    color: #000;
    width: -webkit-fill-available;
    content: "\f063";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100px;
    background: #fff;
    height: 20px;
} 
section.testimonial .slick-prev:hover:before {
    background: #0C111F;
    color: #fff;
}
section.testimonial .slick-next:hover:before {
    background: #0C111F;
    color: #fff;
}
.testimonial-item {
    /* padding: 70px 0 0 0; */
    width: 64%;
}
.client-slider img {
    width: 100%;
}
.client-slider .client-main {
    margin: 0px 25px;
}
.client-slider .slick-track {
    display: flex;
    align-items: center;
}
footer.footer .row {
    align-items: center;
    height: 100%;
}
.footer .container-flued {
    height: 100%;
}
footer.footer .row .col-lg-5, footer.footer .row .col-lg-7 {
    height: 100%;
}
footer.footer .footer-left, footer.footer .footer-right {
    height: 100%;
}
.counter-main .row {
    row-gap: 20px;
}
.services-item:hover .scale img {
    transform: scale(1.2) rotate(6deg);
}
.services-item:after {
    background: unset;
    border: 11px solid #34c7a1;
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 120px;
    right: -110px;
    bottom: -110px;
    transition: all .7s;
}
.services-item:hover:after {bottom: -50px;right: -30px;}
body.home .footer-right {
    padding: 70px 10% 0px 10%;
}
.services-sidebar-items ul li {
    border-bottom: 1px solid #e9e6e6;
}
.services-sidebar-items ul li a:hover {
    background: #2e4a84;
    color: #fff;
    padding-left: 20px;
}
.services-sidebar-items ul li a {
    width: 100%;
    display: table;
    padding: 10px 11px;
    transition: all .7s;
}
.sidebar-item .services-sidebar-items {
    margin-bottom: 70px;
}
section.testimonial-pages .testimonial-items {
    border: 1px solid  #eee;
    padding: 0px 30px;
    border-radius: 20px;
    box-shadow: 0px 2px 20px -10px;
}
section.testimonial-pages .testimonial-items .testimonial-slide-img {
    margin-top: -30px;
}
.testimonial-items {}
section.testimonial-pages .testimonial-items p {
    width: 100%;
}
.testimonial-slide-img img {
    border-radius: 100%;
}
.booking-form .wpbc_structure_calendar {
    width: 48% !important;
}
.booking-form .wpbc_structure_form {
    width: 50% !important;
}
.wpbc_structure_calendar .wpbc_change_over_triangle {
    width: 100% !important;
}
.booking-form .bk_calendar_frame {
    width: 100% !important;
}
.booking-form .wpbc_structure_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}
.booking-form .wpbc_structure_form .form-group {
    width: 48%;
    min-width: 48%;
    margin-bottom: 0;
}
.booking-form .wpbc_structure_form .form-group input {
    width: 100%;
    padding: 0 0 0 3px;
    background: #fff;
    height: 40px;
}
.booking-form .wpbc_structure_form .form-group label.control-label {
    font-weight: 400;
}
.booking-form button.btn.btn-default {
    background: var(--c2);
    color: #fff;
    font-size: 16px;
    padding: 10px 50px;
    transition: .5s;
    border-radius: 5px;
    font-weight: 500;
    border: none;
    border-radius: unset;
    font-weight: 200;
}
.booking-form button.btn.btn-default:hover {
    background: var(--c1);
}
.simple-content-page h2 {
    font-size: 22px;
    font-weight: 500;
}
.simple-content-page p {
    font-size: 15px;
    color: #666;
}
.page-template-contact-us .form h2 {
    font-size: 22px;
}
.page-template-contact-us  .form {
    margin: 0;
}
.section-content h3 {
    font-size: 35px;
    color: var(--c2);
    font-weight: 600;
    padding-bottom: 20px;
}
.section-content h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--c1);
}
.section-content p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
}
.section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}