/*
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=Manrope:wght@200;300;400;500;600;700;800&display=swap');
body{
	font-family: 'Manrope', sans-serif;
}
@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: 25%;
}
.inner-banner {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: 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;
    left: 0;
    color: #fff;
    right: 0;
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
    -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: 16px 32px;
    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;
    font-size: 16px;
    font-weight: 600;
    color: var(--c3);
}
.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);
}
/* .servicess-box .services-item {background: #161616;padding: 30px;display: flex;align-items: center;transition: .5s;height: 110px;} */
.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: #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;
}
/*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;
}
.header-logo a img {
    width: 100%;
}
.header-logo {
    width: 72%;
}
header.header .row {
    align-items: center;
}
.header-menu ul li a {
    font-size: 20px;
    color: var(--c2);
    font-weight: 700;
    transition: .5s;
}
.header-menu ul li a:hover {
    color: #E57507;
}
.header-menu ul li.current-menu-item a {
    color: #E57507;
}
.header-menu ul {
    display: flex;
    justify-content: space-between;
}
.header-btn {
    text-align: end;
}
header.header {
    padding: 25px 0;
    position: relative;
}
.home-slider-content h3 {
    font-size: 16px;
    font-weight: 800;
    color: var(--c3);
}
.home-slider-content h2 {
    font-size: 48px;
    color: var(--c3);
    font-weight: 800;
    padding-right: 80px;
}
.home-slider-item {
    position: relative;
}
.home-slider-content p {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0;
    color: var(--c3);
    width: 90%;
}
a.btn-1 i {
    margin-left: 12px;
    font-weight: 600;
}
header.header:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
}
.banner-image-box img {
    width: 100%;
}
.banner-image-boxs {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 55px;
}
.banner-image-box {
    width: 32%;
}
.home-slider-image {
    height: 700px;
}
.vision-img img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.vision-img {
    width: 80%;
    position: relative;
}
section.vision {
    padding: 110px 0;
    position: relative;
}
section.vision .row {
    align-items: center;
}
.vision-img:before {
    position: absolute;
    content: "";
    top: -15%;
    width: 200px;
    height: 200px;
    background: transparent;
    border-radius: 100%;
    z-index: -1;
    left: -20%;
}
.vision-img:after {
    position: absolute;
    content: "";
    top: -5%;
    width: 100%;
    height: 110%;
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
    left: -20px;
}
.vision-year {
    display: inline-flex;
    align-items: center;
    padding: 20px 40px;
    position: absolute;
    top: 8%;
    right: 8%;
    z-index: 999;
}
.vision-year h2 {
    font-size: 64px;
    color: var(--c3);
    font-weight: 800;
    margin-right: 15px;
    position: relative;
}
.vision-year p {
    font-size: 20px;
    font-weight: 800;
    color: var(--c3);
    position: relative;
}
.vision-year:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(14 14 14 / 95%);
    mix-blend-mode: multiply;
}
.vision-content h3 {
    font-size: 14px;
    font-weight: 700;
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.vision-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--c2);
    padding-bottom: 20px;
}
.vision-item {
    padding-left: 50px;
}
/* p {
    
    color: var(--c2);
    font-weight: 400;
} */
.vision-box-content p {
    font-size: 16px;
    font-weight: 800;
    color: var(--c2);
    margin: 0;
}
.vision-box-icon {
    margin-right: 15px;
}
.vision-box {
    display: flex;
    align-content: center;
    align-items: center;
}
.vision-boxs {
    display: flex;
    margin: 40px 0;
}
.vision-progress h2 {
    font-size: 14px;
    font-weight: 800;
    color: var(--c2);
}
.vision-btn {
    margin-top: 30px;
}
.progress-bar {
    background: #C3262F !important;
    border-radius: 10px !important;
    font-size: 14px;
    font-weight: 700;
}
section.vision:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    background-image: url(assets/img/elipse..png);
}
.servicess-heading h3 {
    font-weight: 800;
    font-size: 36px;
    color: var(--c2);
}
.servicess-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--c3);
}
section.servicess .row {
    align-items: center;
}
section.servicess {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0 0 0px;
}
.servicess-bottom-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--c3);
}
a.btn-2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--c2);
    background: var(--c3);
    padding: 16px 30px;
    display: inline-block;
    transition: .5s;
}
a.btn-2 i {
    margin-left: 14px;
}
a.btn-2:hover {
    background: var(--c2);
    color: var(--c3);
}
.servicess-btn {
    text-align: end;
}
.servicess-bottom {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 12px;
    margin-top: 50px;
}
/* .servicess-box .services-item .services-image {
    width: 20%;
    margin-right: 20px;
}
.servicess-box h5.services-title a {
    font-size: 24px;
    font-weight: 800;
    color: var(--c3);
}
.servicess-box h5.services-title {width: 80%;line-height: 32px;}
.servicess-box .services-item .services-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.servicess-box .services-item a.service-btn {
    color: var(--c3);
    font-size: 28px;
    margin: 0 !important;
}
.servicess-box:hover .services-item {
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
} */
.grow-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--c2);
    padding-bottom: 20px;
}
.grow-content p {
    font-size: 20px;
}
.grow-img img {
    width: 100%;
}
.grow-img {width: 72%;margin: 0 auto;}
section.grow {
    padding: 110px 0;
    position: relative;
}
section.grow:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background-image: url(assets/img/elipse2.png);
    background-position: bottom;
}
section.grow .row {
    align-items: center;
}
.grow-content {
    width: 91%;
}
.grow-gorm {
    background: var(--c3);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px 5px 0 5px !important;
    width: 100%;
    margin-top: 50px;
}
.grow-gorm input {
    padding: 14px;
    width: 75%;
    float: none;
    border: none;
    outline: none;
    font-size: 16px;
    color: var(--c2);
    font-weight: 600;
}
.grow-gorm input[type="submit"] {
    float: right;
    width: 25%;
    font-size: 16px;
    font-weight: 800;
    color: var(--c3);
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
    padding: 22px 0;
    margin-top: -72px;
}
.grow-gorm input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}
.testimonials-right-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    line-height: 54px;
    padding-bottom: 20px;
}
.testimonials-right-content h2 span {
    color: var(--c1);
}
.testimonials-right-content {
    width: 80%;
}
section.testimonials {
    padding: 110px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials-slide-img img {
    width: 100%;
}
.testimonials-slide-img {
    width: 14%;
    position: absolute;
    left: -30px;
    top: -30px;
}
.testimonials-slide {
    position: relative;
    background: var(--c3);
    border-radius: 20px;
    padding: 50px 30px 30px 30px;
    margin: 40px;
}
.testimonials-slide-content p {
    font-size: 16px;
    font-weight: 600;
    color: var(--c2);
    padding-bottom: 30px;
}
.testimonials-slide-content h3 {
    font-size: 18px;
    font-weight: 800;
    color: var(--c2);
}
.testimonials-slide-content h4 {
    font-size: 14px;
    font-weight: 800;
    color: var(--c1);
}
section.testimonials .row {
    align-items: center;
}
section.testimonials button.slick-next.slick-arrow {
    z-index: 1;
    top: 90%;
    right: 191%;
}
section.testimonials button.slick-prev.slick-arrow {
    z-index: 1;
    top: 90%;
    left: -105%;
}
section.testimonials .slick-prev:before {
    font-size: 18px;
    line-height: 1;
    font-weight: 100;
    opacity: 1;
    padding: 15px 16px;
    color: var(--c3);
    width:
    -webkit-fill-available;
    content:
    "\f060";
    font-family:
    "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
    height: 20px;
    transition: .5s;
    font-weight: 400;
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
}
section.testimonials .slick-next:before {
    font-size: 18px;
    line-height: 1;
    font-weight: 100;
    opacity: 1;
    padding: 15px 16px;
    color: var(--c3);
    width: -webkit-fill-available;
    content: "\f061";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
    height: 20px;
    transition: .5s;
    font-weight: 400;
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
}
.f-newsletter-title h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--c3);
}
section.f-newsletter .row {
    align-items: end;
}
.f-newsletter-r {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
section.f-newsletter {
    padding-top: 110px;
    position: relative;
}
footer.footer {
    background: #0E0E0E;
    padding: 72px 0 30px 0;
}
.footer-about p {
    font-size: 16px;
    font-weight: 400;
    color: var(--c3);
    margin-top: 72px;
}
.footer-title h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--c3);
    padding-bottom: 20px;
}
.footer-menu ul li a {
    font-size: 18px;
    color: var(--c3);
    font-weight: 500;
    transition: .2s;
}
.footer-menu ul li a:hover {
    color: var(--c1);
    padding-left: 10px;
}
.footer-menu ul li {
    line-height: 2.2;
}
.footer-bottom ul li a {
    font-size: 16px;
    color: var(--c3);
    font-weight: 500;
    transition: .5s;
}
.footer-bottom ul li a:hover {
    color: var(--c1);
}
.footer-bottom ul {
    display: flex;
    justify-content: center;
}
.footer-bottom ul li {
    margin: 0 20px;
}
.footer-bottom {
    margin-top: 72px;
}
.footer-contact-content a, .footer-contact-content p {
    font-size: 16px;
    color: var(--c3);
    transition: .5s;
}
.footer-contact-content a:hover {
    color: var(--c1);
}
.footer-media h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--c3);
    padding-bottom: 15px;
    margin-top: 30px;
}
.footer-contact-icon a i, .footer-contact-icon  i {
    color: var(--c3);
    transition: .5s;
    font-size: 18px;
}
.footer-contact-icon a i:hover {
    color: var(--c1);
}
.footer-contact {
    display: flex;
    margin-bottom: 20px;
}
.footer-contact-icon {
    margin-right: 15px;
}
.footer-media ul li a i {
    font-size: 20px;
    color: var(--c3);
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2.5;
    border-radius: 50px;
    transition: .5s;
}
.footer-media ul li a i:hover {
    color: var(--c1);
    background: var(--c3);
}
.footer-media ul {
    display: flex;
}
.footer-media ul li {
    margin-right: 10px;
}
.f-newsletter-form {
    margin: 0;
}
.section-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: var(--c2);
    padding-bottom: 10px;
}
.form label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--c1);
    text-transform: uppercase;
    line-height: 2;
}
.form input.wpcf7-text, .form textarea {
    border: 1px solid rgb(0 0 0 / 50%) !IMPORTANT;
    border-radius: unset !important;
    padding: 12px 15px !important;
    width: 100% !IMPORTANT;
    margin-bottom: 10px !IMPORTANT;
}
.form input.wpcf7-submit:hover {
    background: var(--c2);
}
.form input.wpcf7-submit {
    font-size: 14px;
    font-weight: 500;
    color: var(--c3);
    background: var(--c1);
    padding: 16px 44px;
    transition: .4s;
    border: none;
}
.google-map iframe {
    width: 100%;
    height: 100%;
}
section.product {
    padding: 72px 0 0 0;
}
.product-box h5.services-title a {
    font-size: 22px;
    font-weight: 800;
    color: var(--c2);
    padding-bottom: 20px;
    transition: .5s;
}
.product-box h5.services-title a:hover {
    color: var(--c1);
}
.product-box h5.services-title {
    padding-bottom: 10px;
    text-align: center;
}
.custom-theme-post-description ul li {
    font-size: 18px;
    list-style-type: disc;
    margin-left: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    color: #000;
}
.product-box .services-content {
    padding: 20px;
}
.product-box {
    height: 820px;
    background: rgb(195 38 47 / 55%);
    border: 14px solid var(--c1);
    border-radius: 0px !important;
}
section.product .row .col-lg-4:nth-child(4) .product-box {
    height: 990px;
}
.header-menu ul li ul.sub-menu {
    display: block;
    margin: 0 !IMPORTANT;
    position: absolute;
    top: 35px;
    left: 260px;
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
    width: 300px;
    z-index: -1;
    padding: 20px 20px 0 20px;
    transition: .2s;
    opacity: 0;
}
.header-menu ul li ul.sub-menu li {
    text-align: left;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}
.header-menu ul li ul.sub-menu li a {
    color: #fff;
    transition: .5s;
    font-size: 16px;
}
.header-menu ul li ul.sub-menu li a:hover {
    color: var(--c2);
}
.header-menu ul li:hover ul.sub-menu {
    opacity: 1;
    z-index: 999;
}
.header-menu ul li:nth-child(2) ul.sub-menu {
    left: 140px;
}
.home-slider-content {
    width: 46%;
}
a.btn-3 {
    font-size: 14px;
    font-weight: 500;
    color: var(--c3);
    transition: .5s;
    border: 2px solid var(--c3);
    padding: 16px 35px;
}
a.btn-3 i {
    margin-left: 10px;
    font-weight: 600;
}
a.btn-3:hover {
    color: var(--c1);
    background: var(--c3);
    border-color: var(--c3);
}
.home-slider-btns {
    margin-top: 30px;
}
section.how {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 72px 0;
    margin: 72px 0;
}
.how-heading h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--c3);
}
.how-heading {
    text-align: center;
    padding-bottom: 110px;
}
.how-btn {
    text-align: center;
    margin-top: 72px;
}
.how-box {
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
    border-radius: 20px;
    height: 372px;
}
.how-box-content {
    position: relative;
    padding: 55px 18px;
}
.how-box-content h1 {
    font-size: 32px;
    font-weight: 600;
    color: var(--c2);
    background-color: var(--c3);
    position: absolute;
    top: -45px;
    left: 20px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 2.5;
    border-radius: 100px;
}
.how-box-content h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--c3);
    padding-bottom: 10px;
}
.how-box-content p {
    font-size: 14px;
    color: var(--c3);
}
.servicess-heading {
    margin-bottom: 50px;
}
.servicess-box .services-item {
    position: relative;
}
.servicess-box .services-item .services-image img {
    width: 100%;
}
.servicess-box .services-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 121px;
    transition: 1s;
    opacity: 0;
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
}
.servicess-box .services-content h5.services-title a {
    font-size: 36px;
    font-weight: 800;
    color: var(--c3);
    transition: .5s;
}
.servicess-box .services-content h5.services-title {
    padding-bottom: 20px;
}
.servicess-box .services-content .custom-theme-post-description {
    font-size: 22px;
    font-weight: 400;
    color: var(--c3);
}
.servicess-box .services-content a.service-btn {
    margin: 30px 0 0 0 !IMPORTANT;
}
.servicess-box .services-item .services-image {
    position: relative;
}
.servicess-box .services-item .services-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #C3262F 0%, #E64E29 100%);
    mix-blend-mode: multiply;
    transition: 1s;
    opacity: 0;
}
.servicess-box:hover .services-item .services-image:before {
    opacity: 1;
}
.servicess-box:hover .services-content {
    opacity: 1;
}
section.servicess .container-fluid {
    padding: 0;
}
.test-sec {
    display: none;
}
.wrapper {
    overflow-x: hidden;
}