@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/header.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/footer.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/homepage.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/compaigns.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/about.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/features.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/contact.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/form.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/carbon.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/trust.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/projects.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/project-detail.css);
@import url(https://ccas.technifibiz.com/wp-content/themes/hello-theme-child/assets/css/cart.css);

/*general styling*/
a{
	text-decoration: none !important;
}
h1,h2, .header-menu nav ul li a{
	font-family: "Roboto Slab", serif !important; 
}
h1{
	font-size: 54px;
	font-weight: 300;
	line-height: inherit;
}
h2{
	font-size: 36px;
	font-weight: light;
}
h3{
	font-size: 36px;
	line-height: 46px;
}
p,a,h3,h4,h5,h6,input,label, .btn-button{
	font-family: "DM Sans", sans-serif !important;
}
input[type="email"]{
	text-transform: none !important;
}
p{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #444444;
}
ul{
	padding-left: 0;
	list-style: none;
	margin: 0;
}
ol{
	padding-left: 15px;
	margin: 0;
}
img {
    max-width: 100%;
    width: auto;
    display: block;
    height: auto;
}
sub{
    font-size: 14px;
}
.demo-content h3, .blogPost .content-blogTop h3 {
    font-size: 36px;
}
.home .image-holder img{
/*	width: 100%;*/
	margin-bottom: 15px;
}
/*a.btnn-dark:active,a.btnn-dark:focus{
	border-color: #5D5A88;
	color: #5D5A88 !important;
	background-color: #ffffff;
	transition: 0.3s ease;
	box-shadow: none !important;
}*/
input, select, textarea{
	text-transform: capitalize;
}
.vehicle-modal input{
	text-transform: none;
}
input:placeholder,
select:placeholder,
textarea:placeholder{
	color: #444444;
}
input:focus, select:focus, textarea:focus{
	outline: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.sub-heading{
	font-size: 20px;
	color: #D3EBE8;
	text-transform: uppercase;
}
.CTA-btn a:hover {
    color: #3E6A7C;
    background: #fff;
}
.btn-button{
	display: inline-block;
	text-align: center;
}
.btnn-dark {
	background-color: #3A7F74;
	color: #ffffff;
	border-radius: 36px;
    padding: 20px 36px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #3A7F74;
}
.btnn-dark:hover{
	border: 1px solid #6DAABE;
	color: #3E6A7C !important;
	background-color: #ffffff;
	transition: 0.3s ease;
}
.btnn-dark:hover a{
	color: #3E6A7C !important;
}
.btnn-dark img{
	width: 19px;
	height: 19px;
}
.btnn-dark:hover img.Simple,
.btnn-dark img.Hover{
	display: none;
}
.btnn-dark:hover img.Hover{
	display: block;
}
/*.banner-content a.btnn-dark:hover img {
    transform: translate(15px, 0px);
}*/
.btnn-light{
	border: 1px solid #9CD6D1;
	color: #9CD6D1;
	border-radius: 36px;
	background-color: #ffffff;
	padding: 20px 36px;
}
.CPT_postCards .btnn-light{
	border: none;
	background-color: transparent;
	padding: 0;
}
.CPT_postCards .btnn-light a {
    border: 1px solid #9CD6D1;
    color: #9CD6D1;
    border-radius: 36px;
    background-color: #ffffff;
    padding: 20px 36px;
    display: block;
    width: 237px;
} 
.CPT_postCards .btn-button a:hover {
    background: #3A7F74;
    color: #fff !important;
}
.btnn-light-green{
	border: 1px solid #6DAABE;
	color: #3E6A7C !important;
	border-radius: 36px;
	background-color: #ffffff;
	padding: 20px 36px;
	font-size: 18px;
    font-weight: 400;
}
.btnn-light-green:hover{
	background-color: #3A7F74;
	color: #ffffff !important;
	border-color:#3A7F74;
}
.green-heading{
	color: #3E6A7C !important;
}
.light-green-heading{
	color: #52879D !important;
}
.dark-color-heading{
	color:#2D4D5D !important;
	font-weight: 700;
}
.light-color-heading{
	color: #C1E5E0;
}
.widget-heading-light{
	color: #9CD6D1;
}
.dark-bg{
	background-color: #3E6A7C;
}
.bg-light-green{
	background-color: #D3EBE8;
}
.social a {
    background: #E7E6F2;
    border-radius: 8px;
    padding: 6px 8px;
    height: 36px;
    width: 36px;
    display: inline-flex;
    text-align: center;
    margin: 0 6px;
}
.social a:last-child{
    margin-right:0;
}
 .social a:first-child{
    margin-left:0;
}
.gutter[class*="col-"]{
	padding-left: 0;
}
.carbon-result h4, .carbon-result h6, .carbon-result p{
	font-family: "Nunito Sans", sans-serif;
}
.bg-green{
	background-color: #2BB673;
}
.wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    box-sizing: border-box;
}



@media screen and (max-device-width: 991px){
	h2{
		font-size: 28px;
		line-height: 31px;
	}

	h3 {
	    font-size: 30px;
	    line-height: 40px;
	}
	h4{
		font-size: 24px;
		line-height: 34px;
	}
	.sub-heading{
		font-size: 24px;
		line-height: 31px;
		letter-spacing: 4px;
	}
}

@media screen and (max-device-width: 768px){
	h2{
		font-size: 24px;
		line-height: 31px;
	}
	h3 {
	    font-size: 24px;
	    line-height: 31px;
	}
	.sub-heading{
		font-size: 24px;
		line-height: 31px;
		letter-spacing: 3px;
	}
	h4{
		font-size: 20px;
		line-height: 28px;
	}
}