 /*
Theme Name: twobros
Theme URI: https://2bros.agency
Author: 2Bros Agency
Author URI: https://2bros.agency
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twobros
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/**/
/* ============================================== */
/* ================ general styles ================ */
/* ============================================== */

@import url('assets/font/inter/inter.css');

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 18px;
	font-weight: 400;
	color: #171717;	
	font-family: 'Inter', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
figure, img{
	padding: 0;
	margin: 0;
}
.button:focus, .button:active,
.btn:focus, .btn:active,
a:focus, a:active,
input:focus, input:active,
textarea:focus, textarea:active,
select:focus, select:active,
button:focus, button:active,
span:focus, span:active{
	outline: 0 !important;
	box-shadow: none !important;
	transition: all .2s ease-in-out;
}
input, textarea, select{
	transition: all .2s ease-in-out;
}
.btn{
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	transition: all .2s ease-in-out;
}
a{
	transition: all .2s ease-in-out;
}
.space-70{
	display: block;
	height: 70px;
	width: 100%;
}
.space-50{
	display: block;
	height: 50px;
	width: 100%;
}
.space-b-40x{
	margin-bottom: 40px;
}
.section-grey{
	background-color: #FAFAFA;
}
.space-top-30x{
	padding-top: 30px;
}
.space-bottom-30x{
	padding-bottom: 30px;
}
.space-top-50x{
	padding-top: 50px;
}
.space-bottom-50x{
	padding-bottom: 50px;
}

/* Container */
.ws-container-fluid{
	padding-left: 50px;
	padding-right: 50px;
}

/* Headings */
.section-title-holder{
	width: 65%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}
.section-title-holder p{
	color: #1119;
    font-size: 18px;
    font-weight: 500;
}
.section-title-holder h6.section-title{
	font-size: 20px;
	display: inline-block;
	font-weight: 800;
	margin-bottom: 35px;
}
.section-title-holder h6.section-title::after{
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	margin-top: -8px;
	background: #ffe901;
}
.section-title-holder h2.section-subtitle{
	font-size: 46px;
    font-weight: 700;
    line-height: 1.3; 
}
.section-title-holder h2.section-subtitle mark{
	display: inline-block;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.section-title-holder h2.section-subtitle mark::after{
	content: '';
    display: block;
    width: 100%;
    height: 5px;
    margin-top: -8px;
    background: #ffe901;
}
.section-title-holder p.section-description{
	padding: 15px 0 0 0;
	margin: 0;
}

/* Buttons */
.site-button {
	display: inline-block;
}
.site-button a {
	display: flex;
	font-size: 16px;
	font-weight: 600;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	padding: 0 5px 0 20px;
	height: 55px;
	width: 250px;
	border-radius: 50px;
	text-decoration: none;	
	background-color: #171717;
}
.site-button a:hover {
	color: #171717;
	background-color: #ffe901;
}
.site-button a:hover svg {
	transform: translateX(-205px);
}
.site-button a:hover span {
	transform: translateX(25px);
}
.site-button a svg {
	width: 35px;
	height: 35px;
	margin-left: 15px;
	transform: translateX(0);
	transition: transform 0.3s ease;
}
.site-button a span {
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.site-button-link a {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	color: #07b3c6;
	text-decoration: none;
}
.site-button-link a svg {
	height: 14px;
	width: auto;
	margin-left: 10px;
}

/* Container */
.container{
	max-width: 1440px;
}
.error-404 .hero-holder .site-button{
	padding-top: 55px;
}
.error-404 .hero-section .hero-holder{
	width: 100%;
}
.error-404 .header-page a.ws-menu-link span{
	background-color: #ffffff;
}

/* Image Gallery */
body.mfp-zoom-out-cur{
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
    touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close{
    font-size: 32px;
    font-weight: 300;
    opacity: 1 !important;
    font-family: 'Inter', sans-serif;
}
.mfp-arrow{
    opacity: 1 !important;
}
.mfp-arrow-right:before{
    margin-left: 50px !important;
}
.mfp-arrow:before,
.mfp-arrow:after{
    opacity: 1 !important;
    border: none !important;
}
.mfp-arrow-left:before{
    width: 25px !important;
    height: 25px !important;
    background: url('assets/images/arrow_left.svg') no-repeat;
}
.mfp-arrow-right:before{
    width: 25px !important;
    height: 25px !important;
    background: url('assets/images/arrow_right.svg') no-repeat;
}
.mfp-arrow-left:before,
.mfp-arrow-left:after{
    border: none !important;
}

/* ============================================== */
/* ================ header styles ================ */
/* ============================================== */

header{
	position: fixed;
    top: 20px;	
    width: 100%;
    z-index: 9;
	padding: 0;
	border-radius: 50px;
    transition: .3s ease;	
    background-color: transparent; 
}
.header-main{	
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px 15px 25px;
	border-radius: 50px;
	background-color: #171717;
}
.header-main-nav{
	display: flex;
	align-items: center;
    justify-content: flex-end;
}
.header-main-nav ul{
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-main-nav ul li a{
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;	
	text-decoration: none;
}
.header-main-nav ul li{
	margin-right: 40px;
}
.header-main-nav ul li:last-of-type{
	margin-right: 0;
}
.header-main-nav ul li a::after{
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 2px;
	top: auto;
	left: 0;
	right: 0;
	bottom: -27px;	
	background: #ffe901;
	transition: width .3s;
}
.header-main-nav ul li a:hover::after{
	width: 100%;
}
.header-main-nav-cta .btn{	
	color: #171717;	
	width: 180px;
	height: 45px;
	font-size: 14px;
	font-weight: 600;
	padding: 0 5px 0 20px;			
	border-radius: 35px;
	text-decoration: none;
	background-color: #ffe901;
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.header-main-nav-cta .site-button .bnt:hover{
	color: #171717;
	background-color: #ffffff;
}
.header-main-nav-cta .site-button a svg{
	width: 30px;
	height: 30px;
}
.header-main-nav-cta .site-button a:hover svg{
	transform: translateX(-140px);
}
.header-main-nav-cta .site-button a:hover span{
	transform: translateX(20px);
}
.header-logo,
.header-logo a{
	display: inline-block;
}
.header-logo svg{
	width: auto;
	height: 19px;	
}

/* Hero Single */
.page-hero-single{
	padding: 150px 0 70px 0;
	background-color: #171717;
}
.page-hero-single h1{
	color: #ffffff;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: 35px;
}
.page-hero-single h4{
	color: #6F6F6F;
	font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}
.page-hero-holder-single{
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ffffff;
}
.page-hero-info-single{
	color: #ffffff;
}
.page-hero-info-single h5{
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 20px;
}
.page-hero-info-single p{
	color: #6F6F6F;
	font-size: 18px;
	margin-bottom: 10px;
}
.page-hero-info-single a{
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 2px solid #ffe901;
}
.page-body-single{
	padding-top: 70px;
	padding-bottom: 70px;
}
.page-body-single h2{
	font-size: 74px;
    font-weight: 800;
    line-height: 1.3;
}

/* ============================================== */
/* ================ home page styles ================ */
/* ============================================== */

/* Hero */
.hero-section{	
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;	
	background-image: url('assets/images/hero_cover.webp');
}
.hero-holder{	
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}
.hero-section h1.hero-title{	
	font-size: 62px;
	font-weight: 700;
	line-height: 1.3;
	padding: 30px 0 50px 0;
}
.hero-section h1.hero-title mark{	
	display: inline-block;
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.hero-section h1.hero-title img{
	width: auto;
	height: 60px;
}
.hero-section h1.hero-title mark::after{
	content: '';
    display: block;
    width: 100%;
    height: 5px;
    margin-top: -8px;
    background: #ffe901;
}
.hero-section h6.hero-subtitle{	
	color: #1119;
	font-size: 18px;
	font-weight: 500;
}
.hero-section h6.hero-subtitle span{
	margin-right: 10px;
}
.hero-holder .section-cta-button{
	display: inline-block;
}

/* Landing Examples Images */
:root {
    --marquee-width: 100%;
    --marquee-height: auto;
    --marquee-elements-displayed: 24;
    --marquee-element-width: calc(100% / var(--marquee-elements-displayed));
    --marquee-animation-duration: 20s;
}
.marquee-section{
	padding-top: 70px;
	padding-bottom: 70px;
}
.marquee{	
	display: flex;
    flex-direction: column;
    
	height: 510px;	
    overflow: hidden;
    position: relative;    	
}
.marquee-content {
    display: flex;    
    align-items: center;
	justify-content: center;    
    height: 100%;
    margin: 0;
	gap: 15px;
    list-style: none;
    white-space: nowrap;
}

.marquee-content{
    height: 510px;
    overflow: hidden;
    bottom: 0;
    position: absolute;
    animation: scrolling 40s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

@keyframes scrolling {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.client-logo{
	position: relative;
	display: flex;
	border-radius: 10px;
	align-items: center;
	justify-content: center;	
}
.client-logo img{
	width: auto;
	height: 510px;	
	border-radius: 10px;
}

.client-logo:hover .client-caption{
	opacity: 1;
	visibility: visible;	
}
.client-caption{
	position: absolute;
	visibility: hidden;
	opacity: 0;	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
    flex-direction: column;    
    justify-content: center;
	border-radius: 10px;	
	background-color: rgba(0, 0, 0, 0.5);
	transition:visibility 0.3s linear,opacity 0.3s linear;
}
.client-caption h4{
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.client-caption a{
	color: #ffffff;
	font-size: 16px;
    font-weight: 600;
	text-decoration: none;
	border-bottom: 2px solid #ffe901;
}

/* Services */
.services-section{
	padding: 70px 0;
	background-color: #171717;

}
.services-section .section-title-holder p{
    color: #6F6F6F;
}
.services-section h2.section-subtitle{
	color: #ffffff;
}
.services-section h2.section-subtitle mark{
	color: #ffffff;
}
.service-card-icon img{
	width: auto;
	height: 100px;
	margin-bottom: 25px	;
}
.service-card{
	height: 100%;
	padding: 30px;	
	border-radius: 15px;
	border: 1px solid #474747;
	background-color: #1c1c1c;
}
.service-card-body h5{
	color: #ffffff;
	font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.service-card-body ul{
	margin: 0;
	padding: 0;	
	list-style: none;
}
.service-card-body ul li{
	position: relative;
	color: #6F6F6F;
    margin: 0 0 10px 0;
	line-height: 2;
	padding: 0 0 0 30px;    
}
.service-card-body ul li:last-of-type{
	margin: 0;
}
.service-card-body ul li::before{
	content: '';
	width: 20px;
	height: 20px;	
	position: absolute;
	top: 8px;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='50' fill='%23ffe901'/%3E%3Cpath d='M77.04 32.1a4.146 4.146 0 0 0-5.624 0L41.284 59.59 28.83 48.228a4.146 4.146 0 0 0-5.625 0c-1.607 1.466-1.607 3.666 0 5.132l15.267 13.929c.804.733 1.607 1.1 2.812 1.1 1.206 0 2.01-.367 2.813-1.1L77.04 37.23c1.607-1.466 1.607-3.665 0-5.131Z' fill='%23333'/%3E%3C/svg%3E");
}

/* Process */
.process-section{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f5f5f5;
}
.process-card{
	height: 100%;
	padding: 30px;
	border-radius: 15px;
	background-color: #ffffff;
}
.process-card-icon{		
	width: 130px;
	height: 130px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;	
	border-radius: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
	background-image: url('assets/images/box-cover.webp');
}
.process-card-icon img{
	width: auto;
	height: 90px;	
}
.process-card-body h4{
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0;
	text-align: center;
}
.process-card-body h4 mark{
	display: inline-block;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.process-card-body h4 mark::after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    margin-top: -8px;
    background: #ffe901;
}
.process-card-body p{
	margin-bottom: 10px;
	color:rgba(23, 23, 23, 0.75);
	line-height: 2;
}
.process-card-body p:last-of-type{
	margin-bottom: 0;
}
.process-card-body p strong{
	display: inline-block;
	color: #171717;
	font-weight: 700;
}
.process-card-body p strong::after{
	content: '';
    display: block;
    width: 100%;
    height: 4px;
    margin-top: -12px;
    background: #ffe901;
}
	
/* Pricing Box */
.pricing-section{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #171717;
}
.pricing-section .section-title-holder p{
    color: #6F6F6F;
}
.pricing-section h2.section-subtitle{
	color: #ffffff;
}
.pricing-section .col-md-6{
	margin: 0 auto;
}
.pricing-card{
	border-radius: 15px;
	border: 1px solid #474747;	
	background-color: #1c1c1c;
}
.pricing-card-header{
	padding: 30px;
	text-align: center;	
	border-bottom: 1px solid #474747;
}
.pricing-card-header img{
	width: auto;
	height: 90px;
	margin-bottom: 20px;
}
.pricing-card-header h3{
	color: #ffe901;
	font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.pricing-card-header p{
	line-height: 2;
	margin-bottom: 0;
	color: #ffffff;	
}
.pricing-card-body{
	padding: 30px;	
}
.pricing-card-body ul:first-of-type{
	margin-bottom: 20px;
}
.pricing-card-body ul{
	margin: 0;
	padding: 0;
	list-style: none;	
}
.pricing-card-body ul li{
	color: #6F6F6F;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;	
}
.pricing-card-body ul li:last-of-type{
	margin-bottom: 0;
}
.pricing-card-body ul li::before{
	content: '';
	width: 20px;
	height: 20px;	
	position: absolute;
	top: 2px;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='50' fill='%23ffe901'/%3E%3Cpath d='M77.04 32.1a4.146 4.146 0 0 0-5.624 0L41.284 59.59 28.83 48.228a4.146 4.146 0 0 0-5.625 0c-1.607 1.466-1.607 3.666 0 5.132l15.267 13.929c.804.733 1.607 1.1 2.812 1.1 1.206 0 2.01-.367 2.813-1.1L77.04 37.23c1.607-1.466 1.607-3.665 0-5.131Z' fill='%23333'/%3E%3C/svg%3E");
}
.pricing-card-body h4{
	color: #ffffff;
	font-size: 20px;
    font-weight: 700;
	margin-bottom: 15px;
}
.pricing-card-footer{
	padding: 30px;
	display: flex;
	justify-content: center;	
	border-top: 1px solid #474747;

}
.pricing-card-footer .site-button a{
	color: #171717;
	background-color: #ffe901;
}

/* FAQ */

.faq-section{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f5f5f5;
}
.faq-section .col-md-8{
	margin: 0 auto;
}
.accordions-block {
	gap: 15px;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}
.accordion-item {	
	padding: 25px 25px;
	border-radius: 15px;
	background-color: #ffffff;	
}
.accordion-title {
	position: relative;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.accordion-title ul li svg {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.accordion-title h4 {
	padding: 0 25px 0 0;
	color: #171717;
	font-size: 18px;
	font-weight: 700;	
}
.accordion-title::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url('assets/images/toggle-down-icon.svg');
}
.accordion-item.is-active .accordion-title::after {
	background-image: url('assets/images/toggle-up-icon.svg');
}
.accordion-content {
	display: none;		
	padding-top: 25px;
}
.accordion-content p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 15px;
	color: rgba(23, 23, 23, 0.75);    	
}
.accordion-content p:last-of-type{
	margin-bottom: 0;
}

/* Call Back Form Popup */
.site-overlay {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
	background: rgba(0, 0, 0, 0.6);
}

.mobile-menu {
	position: fixed;
	right: 0;
	padding: 50px 25px;
	left: auto;
	top: 0;
	bottom: 0;
	width: 750px;
	z-index: 11;
	overflow: auto;
	transform: none;
	border-radius: 0;
	background-color: #171717;
	transform: translate3d(100%, 0, 0);
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.mobile-menu-header h3{
	color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mobile-menu-header p{
	position: relative;
    color: #6F6F6F;    
    line-height: 2;
}

.mobile-menu-inner {
	padding: 0 15px;
}

.mobile-menu-active .mobile-menu {
	transform: none;
}

body.mobile-menu-open {
	overflow: hidden;
}

.mobile-menu-open .site-overlay {
	opacity: 1;
	visibility: visible;
}

.menu-close {
	cursor: pointer;
	display: flex;	
	width: 30px;
	height: 30px;
	border-radius: 50px;
	align-items: center;
	justify-content: center;			
	background-color: #ffe901;
}

.menu-close::before,
.menu-close::after {
	position: absolute;
	content: ' ';
	height: 18px;
	width: 1.5px;
	background-color: #171717;
}

.menu-close::before {
	transform: rotate(45deg);
}

.menu-close::after {
	transform: rotate(-45deg);
}

.mobile-menu-close {
	position: absolute;
	top: 25px;
	right: 25px;
}

.button-submit{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.button-submit p{
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	align-items: center;
	justify-content: space-between;
	color: #171717;
	margin: 0;
	padding: 0 5px 0 20px;
	height: 55px;
	width: 250px;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #ffe901;
}
.button-submit p .wpcf7-spinner{
	display: none;
	margin: 0;
	padding: 0;
}
.button-submit p:hover {	
	background-color: #333333;
}
.button-submit p:hover svg {
	transform: translateX(-210px);
}
.button-submit p:hover input{	
	color: #ffffff;
	transform: translateX(25px);	
}
.button-submit p svg {
	width: 35px;
	height: 35px;	
	transform: translateX(0);
	transition: transform 0.3s ease;
}
.button-submit p input{
	cursor: pointer;
	font-family: 'Inter', sans-serif;	
	font-size: 16px;
	font-weight: 600;
	color: #171717;
	padding: 0;
	margin: 0;	
	width: 100%;
	height: 100%;
	border: none;
	box-shadow: none;
	text-shadow: none;	
	text-align: left;
	transform: translateX(0);
	background-color: transparent;
	transition: transform 0.3s ease;
}
.call-back-form-header{
	text-align: center;
}
.call-back-form-header h3{
	font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.call-back-form-header p{
	color: #1119;
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 10px;
}
.contact-form br{
	display: none;
}
.contact-form-input{
	margin-bottom: 35px;
}
.contact-form-input p{
	margin: 0;
}
.contact-form-input input:focus{
	border-color: #ffe901;
}
.contact-form-input label{
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.contact-form-input label span {
	color: #ffe901;
}
.contact-form-input input{
	color: #ffffff;
	padding: 0 15px;
	font-size: 16px;
	height: 55px;
	border: none;
	border-radius: 10px;
	width: 100%;
	border: 2px solid #474747;
    background-color: #1c1c1c;	
	transition: all 0.2s ease-in;	
}

.wpcf7-not-valid-tip{
	position: absolute;
	font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output{
	font-size: 14px;
	padding: 0;
	margin: 0;
	border: none;
}
.wpcf7 form .wpcf7-response-output{
	display: none;
}
.wpcf7-form.sent .wpcf7-response-output{
	display: none !important;
}
.wpcf7-form.sent .wpcf7-response-output{	
	border: none;
	color: #ffe901;	
	display: block;
	margin-top: 10px;
	text-align: center;
	border-color: transparent;
}

.contact-form-checkbox label{
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.contact-form-checkbox .wpcf7-list-item{
	margin: 0 0 8px 0;
}

.contact-form-checkbox .wpcf7-list-item:last-of-type{
	margin: 0;
}

.contact-form-checkbox-label{
	margin-bottom: 15px !important;
}

.contact-form-checkbox span.wpcf7-list-item-label{
	cursor: pointer;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #6F6F6F;
	margin: 0 0 25px 0;
	line-height: 2;
}

.contact-form-checkbox input[type="checkbox"]{
	margin: 0 5px -2px 0;
	appearance: none;
	width: 18px;
	height: 18px;		
	outline: none;
	cursor: pointer;
	border-radius: 3px;	
	background-color: #ffe901;
	transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.contact-form-checkbox input[type="checkbox"]:checked::before{
	content: '';	
	color: #171717;
	display: block;
	text-align: center;
	width: 12px;
	height: 9px;
	margin: 4px 0 0 3px;
	background-repeat: no-repeat;
	background-position: center center;		
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57 38'%3E%3Cpath d='M55.04 1.1a4.146 4.146 0 0 0-5.624 0L19.284 28.59 6.83 17.228a4.146 4.146 0 0 0-5.625 0c-1.607 1.466-1.607 3.665 0 5.132l15.267 13.929c.804.733 1.607 1.1 2.812 1.1 1.206 0 2.01-.367 2.813-1.1L55.04 6.23c1.607-1.466 1.607-3.665 0-5.131Z' fill='%23333'/%3E%3C/svg%3E");
}

/* Chat Buttons */
.chat-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.main-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;    
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
	background-color: #ffe901;
}

.main-circle svg{
    width: 25px;
    height: 25px;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.circle svg{
    width: 40px;
    height: 40px;
}

#telegram {
    transform: translate(-70px, -10px);
}

#viber {
    transform: translate(-50px, -60px);
}

#whatsapp {
    transform: translate(-10px, -70px);
}

.show .circle {
    opacity: 1;
    visibility: visible;
}

.show #telegram {
    transform: translate(-80px, -10px);
}

.show #viber {
    transform: translate(-60px, -62px);
}

.show #whatsapp {
    transform: translate(-10px, -90px);
}

/* ============================================== */
/* ================ footer styles ================ */
/* ============================================== */

footer{
	padding: 70px 0 0 0;
	background-color: #171717;	
}
.footer-copyright p{
	font-size: 16px;
	margin: 0;
	color: #6F6F6F;
}
.footer-social{
	margin-top: 20px;
}
.footer-social ul{
	padding: 0;
	margin: 0;
}
.footer-social ul li{
	margin-right: 15px;
	display: inline-block;
}
.footer-social ul li:last-child{
	margin-right: 0;
}
.footer-social ul li a{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;	
	border-radius: 50px;
	background-color: #ffffff;
}
.footer-social ul li a svg{
	height: 17px;
	fill: #171717;
}
.footer-top .sidebar-title h3{
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;	
}
.footer-top p{
	color: #D5D5D5;
	line-height: 2;
	margin-bottom: 25px;
}
.footer-top p:first-child{
	margin: 0;
	line-height: normal;
}
.footer-top p:last-child{
	color: #6F6F6F;
	margin: 0;
	line-height: normal;
}
.footer-top .textwidget p{
	color: #6F6F6F;
	line-height: 1.7;
}
.footer-top .textwidget p img{
	height: 35px;
	margin-left: 5px;
}
.footer-logo svg{
	width: auto;
	height: 22px;
	margin-bottom: 20px;
}
.footer-logo svg path{
	fill: #171717;
}
.footer-top ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-top ul li{
	line-height: 2;
}
.footer-top ul li a{
	color: #6F6F6F;    
	text-decoration: none !important;
}
.footer-contact a{
	border-bottom: 2px solid #ffe901;
}
.footer-bottom{
	padding-top: 50px;
}
.footer-big-logo{
	padding-top: 50px;
	overflow: hidden;
}
.footer-big-logo svg{
	width: 100%;
	height: 100%;	
	margin-bottom: -50px;
}
.footer-big-logo svg path{
	fill: #ffe901;
}

/* ============================================== */
/* ================ responsive styles ================ */
/* ============================================== */

@media (max-width: 1440px){
	.container{
		max-width: 1300px;
	}
	.marquee,
	.marquee-content,
	.client-logo img{
		height: 450px;
	}
}

@media (max-width: 1300px){
	.container{
		max-width: 1200px;
	}	
	.hero-holder{
		max-width: 100%;
	}
}

@media (max-width: 1200px){
	
	.header-logo svg{
		height: 17px;
	}
	body{
		font-size: 16px;
	}
	header{
		top: 15px;
	}
	.hero-section h1.hero-title{
		font-size: 56px;
	}
	.header-main-nav ul li a{
		font-size: 14px;
	}
	.header-main{
		padding: 10px 20px 10px 25px;
	}
	.marquee,
	.marquee-content,
	.client-logo img{
		height: 400px;
	}
	.marquee-section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.services-section{
		padding: 50px 0;
	}
	.section-title-holder h2.section-subtitle{
		font-size: 42px;
	}
	.section-title-holder p{
		font-size: 16px;
	}
	.service-card-body h5{
		font-size: 24px;
	}
	.service-card{
		padding: 25px;
	}
	.section-title-holder{
		width: 100%;
	}
	.process-section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.process-card{
		padding: 25px;
	}
	.process-card-body h4{
		font-size: 22px;
	}
	.pricing-section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.faq-section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-big-logo svg{
		margin-bottom: -40px;
	}
	footer{
		padding: 50px 0 0 0;
	}
	.section-title-holder{
		padding-bottom: 35px;
	}

}

@media (max-width: 1024px){
	.hero-section h1.hero-title{
		font-size: 46px;
	}
	.header-main-nav ul li{
		margin-right: 30px;
	}
	.marquee,
	.marquee-content,
	.client-logo img{
		height: 350px;
	}
	.hero-section,
	.vh-100{
		height: 80vh !important;
	}
	.service-card-icon img{
		height: 80px;
	}
	.process-card-icon{
		width: 100px;
		height: 100px;
	}
	.process-card-icon img{
		height: 80px;
	}
	.pricing-card-header img{
		height: 80px;
	}
	.section-title-holder h2.section-subtitle{
		font-size: 38px;
	}
	.faq-section .col-md-8 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
	.process-card-body h4 br{
		display: none;
	}
}

@media (max-width: 768px){
	
	.header-main-nav{
		display: none;
	}
	.hero-section h1.hero-title{
		font-size: 36px;
	}
	.header-main-nav-cta .btn{
		height: 40px;
	}
	.hero-section h1.hero-title img{
		height: 50px;
	}
	.marquee, .marquee-content, .client-logo img{
		height: 300px;
	}
	.section-title-holder h2.section-subtitle{
		font-size: 32px;
	}
	.service-card-icon img{
		height: 70px;
	}
	.service-card{
		padding: 20px;
	}
	.process-card{
		padding: 20px;
	}
	.pricing-section .col-md-6{
		-ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
	}
	.faq-section .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }	
	.footer-big-logo{
		padding-top: 35px;
	}
	.footer-big-logo svg{
		margin-bottom: -25px;
	}
	.mobile-menu{
		width: 100%;
	}

}

@media (max-width: 576px){
	
	header{
		top: 15px !important;
	}
	.header-logo svg{
		height: 15px;
	}
	.header-main {
        padding: 10px 10px 10px 15px;
    }
	.header-main-nav-cta .btn{		
		width: auto;
		padding: 5px;
	}
	.header-main-nav-cta .site-button svg{
		margin-left: 0;
	}
	.header-main-nav-cta .site-button a:hover svg {
		transform: none;
	}
	.header-main-nav-cta .site-button span {
		display: none;
	}
	.hero-section h6.hero-subtitle{
		font-size: 16px;
	}
	.hero-section h1.hero-title{
		font-size: 28px;
		padding: 20px 0 30px 0;
	}
	.hero-section h1.hero-title br{
		display: none;
	}
	.hero-section h1.hero-title img{
		height: 33px;
	}
	.hero-section, .vh-100 {
        height: 75vh !important;
    }
	.marquee-section{
		padding-top: 0;
	}
	.marquee, .marquee-content, .client-logo img{
		height: 250px;
	}
	.marquee-content{
		gap: 10px;
	}
	.client-caption h4{
		font-size: 20px;
	}
	.client-caption a{
		font-size: 15px;
	}
	.section-title-holder h2.section-subtitle{
		font-size: 28px;
	}
	.services-section .col-md-6{
		-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
	}
	.process-section .row .col-md-4:nth-child(1),
	.process-section .row .col-md-4:nth-child(2){
		margin-bottom: 15px;
	}
	.services-section .row .col-md-6:first-of-type{
		margin-bottom: 15px;
	}
	.service-card-body h5{
		font-size: 20px;
		text-align: center;
	}
	.process-card-body h4{
		font-size: 20px;
		text-align: center;
	}
	.service-card-icon{
		text-align: center;
	}
	.process-card-icon{
		width: 80px;
		height: 80px;
	}
	.process-card-icon img{
		height: 65px;
	}
	.pricing-section .col-md-6{
		-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
	}
	.pricing-card-body,
	.pricing-card-header,
	.pricing-card-footer{
		padding: 20px;
	}	
	.pricing-card-header img{
		height: 70px;
	}
	.pricing-card-body h4{
		font-size: 18px;
	}
	.accordion-item{
		padding: 15px;
	}
	.accordion-title h4{
		font-size: 16px;
		font-weight: 600;
	}
	.accordion-content{
		padding-top: 15px;
	}
	.footer-top .col-sm-4{
		margin-bottom: 35px;
	}
	.footer-top .sidebar-title h3{
		margin-bottom: 15px;
	}
	.footer-big-logo svg{
		margin-bottom: -15px;
	}
	.mobile-menu{
		padding: 25px 0;
	}
	.mobile-menu-header h3{
		font-size: 28px;
	}
	.mobile-menu-close{
		top: 15px;
		right: 15px;
	}
	.contact-form-input label{
		font-size: 16px;
	}
	.contact-form-input input{
		height: 50px;
	}
	.contact-form-checkbox label{
		font-size: 16px;
	}
	.contact-form-checkbox span.wpcf7-list-item-label{
		font-size: 16px;
	}
	.footer-top{
		text-align: center;
	}
	.marquee-content{		
		animation: scrolling 10s linear infinite;
	}

}