/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
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

*/
@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');
@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap');
body{
	  font-family: "Poppins", sans-serif;
}
h3{
	font-family: "Covered By Your Grace", cursive;
}
html{
	scroll-behavior: smooth;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
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;
}
.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;
    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;
    border-radius: 50px;
}
.btn-1 {
    padding: 18px 30px;
    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(--c2);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 50px;
    color: #fff;
}
.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 {
}
.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;
    overflow: hidden;
}
.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: var(--c1);
}
.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;
}
/*Mobile Menu Css Start*/

a.menu-logo .menu-title img {
    width: 100%;
}
.service-page-menu ul.menu-style-01 li a {
    background: #eee;
    width: 100%;
    display: table;
    padding: 12px 15px;
    color: #222;
    border-left: 3px solid var(--c1);
    transition: all .7s;
}
.service-page-menu ul.menu-style-01 li {margin: 9px 0;}
.service-page-menu ul.menu-style-01 li a:hover {
    background: var(--c1);
    color: #fff;
}
.service-page-menu ul.menu-style-01 li a:hover i {
    padding-right: 10px;
}
.service-page-menu ul.menu-style-01 li a i {
    transition: all .7s;
}
.contact-details-item .contact-details-icon i {
    color: var(--c1);
    font-size: 35px;
}
.home-slider-item {
    position: relative;
}
.header-logo a img {
    width: 100%;
}
.header-logo {
    width: 35%;
    margin: 0 auto;
}
header.header {
    padding: 10px 0px;
}
.header-menu ul li a {
    color: #91939d;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
}
.header-menu ul li a:hover {
    color: var(--c2);
}
.header-menu ul {
    display: flex;
    justify-content: space-between;
}
header.header .row {
    align-items: center;
}
.header-timing ul li {
    color: #91939d;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-align: end;
}
.header-timing ul li i {
    color: var(--c2);
    font-size: 18px;
    line-height: 18px;
}
a.btn-2 {
    background: var(--c1);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 40px 18px;
    text-transform: capitalize;
    border-radius: 40px;
    transition: .5s;
}
a.btn-2:hover {
    background: #0fa8a9;
}
.home-slider-content h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.home-slider-content h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.home-slider-btns {
    margin-top: 30px;
}
.wrapper {
    overflow-x: hidden;
}
.Introduction-heading h3 {
    color: var(--c1);
    font-size: 24px;
    font-weight: 400;
}
.Introduction-heading h2 {
    color: var(--c2);
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
.Introduction-heading {
    text-align: center;
    padding-bottom: 50px;
}
.Introduction-img img {
    width: 100%;
}
.Introduction-img {
    width: 72%;
    margin: 0 0 0 auto;
}
.Introduction-imgs .Introduction-img:nth-child(2) {
    width: 45%;
    margin: 0;
    margin-top: -110px;
}
.Introduction-content h2 {
    font-size: 30px;
    line-height: 40px;
    color: var(--c1);
    font-weight: 500;
}
.Introduction-content p {
    color: #91939d;
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
}
.Introduction-item {
    padding-left: 30px;
}
section.Introduction .row:nth-child(2) {
    align-items: center;
}
section.Introduction {
    padding: 70px 0;
}
.servicess-boxs .services-content h5 a {
    color: var(--c2);
    transition: all 500ms ease;
    transition-delay: .4s;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}
.servicess-boxs .services-content h5 {
    text-align: center;
}
.servicess-boxs:hover .services-content h5 a {
    color: var(--c1) !important;
}
.servicess-bottom span {
    color: #91939d;
    font-size: 17px;
    font-weight: 500;
    margin-top: 30px;
}
.servicess-bottom span h3 {
    color: var(--c1);
    font-size: 19px;
    float: right;
    display: contents;
}
.servicess-bottom {
    text-align: center;
    padding: 50px 0;
}
.services-arrow a i {
    display: block;
    width: 55px;
    height: 60px;
    background: var(--c1);
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    border-radius: 50%;
    transition: all 500ms ease;
    font-size: 25px;
    text-align: center;
}
.servicess-boxs .services-item {
    position: relative;
}
.services-arrow {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
}
.servicess-boxs  .services-content {
    margin-top: 40px;
}
.servicess-boxs  .services-image {
    position: relative;
}
.servicess-boxs .services-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--c1);
    mix-blend-mode: multiply;
    border-radius: 12px;
    transition: .5s;
    opacity: 0;
}
.servicess-boxs:hover .services-image:before {
    opacity: 1;
}
.how-boxs-content h2 {
    color: var(--c2);
    transition: all 500ms ease;
    transition-delay: .4s;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}
.how-boxs-content p {
    color: #91939d;
    font-size: 17px;
    font-weight: 500;
    margin-top: 30px;
}
.how-boxs-icon img {
    width: 72px;
    margin: 0 auto;
    display: table;
}
.how-boxs-content {
    text-align: center;
}
section.Introduction .row:nth-child(2) {
    margin-bottom: 55px;
}
.how-boxs-icon {
    margin-bottom: 20px;
}
section.how {
    padding: 55px 0;
}
.video-icon a i {
    font-size: 32px;
    color: #fff;
    background: var(--c1);
    width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 100px;
    line-height: 3.5;
}
.video-icon {
    text-align: center;
}
.video-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.video-content h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 72%;
    margin: 0 auto;
}
.video-content {
    margin-top: 50px;
}
section.video {
    padding: 110px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
section.video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--c2);
    opacity: 42%;
}
section.quote .row {
    background: #ffffff;
    z-index: 3;
    margin-top: -72px !important;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    align-items: center;
}

section.quote .row .col-lg-4 {
    margin: 0 !important;
    padding: 0 !important;
}

.quote-right-img img {
    width: 100%;
}

.quote-right-content h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 13px;
}

.quote-right-content {
    background: var(--c1);
    padding: 45px;
}
.quote-form h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: var(--c2);
}
.quote-form input, .quote-form textarea, .quote-form select {
    outline: none;
    width: 100%;
    padding: 12px;
    color: var(--c1);
    border: 2px solid var(--c1);
    border-radius: 5px;
}
.quote-form label {
    width: 100%;
}
.quote-form textarea {
    height: 90px;
}
.quote-form {
    padding: 40px 30px 25px 55px;
}
.quote-form form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quote-form form.wpcf7-form p {
    width: 48%;
    margin: 0;
}
.quote-form form.wpcf7-form p:nth-child(7), .quote-form form.wpcf7-form p:nth-child(6) {
    width: 100%;
}
.quote-form form.wpcf7-form input.wpcf7-submit {
    background: var(--c1);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 100px;
    width: 65%;
    margin-top: 20px;
    padding: 20px 0;
}
.quote-right-content a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: capitalize;
}
.customer-slide-content p {
    color: #1a1e32;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 48px;
    margin-bottom: 33px;
}

.customer-slide-image {
    text-align: center;
    display: table;
    margin: 0 auto;
}

.customer-slide-star {
    text-align: center;
    margin: 0 auto 20px auto;
    display: table;
}

.customer-slide-name h2 {
    color: var(--c2);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
section.choose .Introduction-heading h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

section.choose .Introduction-heading h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 72%;
    margin: 0 auto;
}

section.choose {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0 72px 0;
	position: relative;
}
section.choose:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--c2);
    opacity: 75%;
}
.choose-btm span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.choose-btm span h3 {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 400;
    float: right;
    display: contents;
}
.choose-btm {
    color: #fff !important;
    text-align: center;
    margin-top: 60px;
}

.choose-btm span h3 a {
    color: #fff;
}
.customer-slide-name h2 span {
    color: #91939d;
    font-size: 16px;
}
section.customer {
    padding: 72px 0;
}
.customer-slide-content {
    text-align: center;
    margin: 0 172px !important;
}
.choose-box-content h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 34px 0 0;
    text-align: center;
    color: var(--c1);
}

.choose-box-icon i {
    color: var(--c1);
    font-size: 48px;
}

.choose-box-icon {
    text-align: center;
}

.choose-box {
    background: #fff;
    border-radius: 10px;
    padding: 35px;
}

.choose-boxs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blogss-heading h3 {
    color: var(--c1);
    font-size: 24px;
    font-weight: 400;
}

.blogss-heading h2 {
    color: var(--c2);
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.blogss-heading {
    text-align: center;
    margin-bottom: 60px;
}

section.blogss {
    padding: 72px 0;
}

.blogss-box {}

.blogss-box .services-content h5 a {
    color: var(--c1);
    font-weight: 600;
    font-size: 20px;
}

.blogss-box .services-content h5 a:hover {
    color: var(--c1);
}
.logos-img img {
    width: 100%;
}
section.logos {
    padding: 0 0 72px 0;
}
.blogss-box .services-content .custom-theme-post-description a {
    color: var(--c1);
    font-weight: 600;
}
.choose-box {
    width: 18%;
}
footer.footer {
    background: #1a1e32;
    padding-top: 120px;
    padding-bottom: 82px;
}

.footer-logo a img {
    width: 100%;
}
.footer-menu ul li a {
    color: #a1a4b5;
    font-size: 16px;
    font-weight: 500;
    transition: all 500ms ease;
}

.footer-menu ul li a:hover {
    padding-left: 10px;
    color: var(--c1);
}

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

.footer-contact h2 {
    display: block;
    color: var(--c1);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.footer-contact h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 4px 0 16px 0;
}

.footer-contact p {
    color: #a1a4b5;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 20px;
}
.footer-logo {
    width: 50%;
    margin-bottom: 30px;
}
footer.footer .row .col-lg-3:nth-child(2) {
    padding-left: 72px;
}
.footer-about p {
    color: #a1a4b5;
    font-size: 15px;
}
.footer-tile h2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.servicess-boxs .services-image img {
    height: 300px !important;
    object-fit: cover;
}
body.page-id-125 section.servicess {
    padding-top: 50px;
}
.footer-contact h4 a {
    color: #fff;
}
.contact-form-wrap input,.contact-form-wrap textarea {
    width: 100%;
    padding: 12px;
    color: #000;
    outline: none;
    border: 2px solid var(--c1);
}
.contact-form-wrap label {
    width: 100%;
    color: var(--c1);
}
.contact-form-wrap textarea {
    height: 110px;
}
.contact-form-wrap  input.wpcf7-submit {
    background: var(--c1);
    color: #fff;
    width: 25%;
}
.google-map iframe {
    width: 100%;
    height: 98%;
}
.form h2 {
    font-weight: 600;
    color: var(--c1);
}
section.blogss .services-image {
    width: 100%;
    height: 270px;
    border-radius: 6px;
}
.home-slider-image {
    width: 100%;
    height: 700px;
    position: relative;
}
.home-slider-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: 40%;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
    margin-bottom: 30px;
}
img.service-inner-image {
    height: 400px !important;
    object-fit: cover;
}
a.font-small {
    font-size: 13px;
}
.Introduction-content ul li {
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #91939d;
}
.header-menu ul li:nth-child(5) {
    display: none;
}
.content-area {
    padding: 55px 0;
}
.content-area ul {
    margin-bottom: 15px;
}