@charset "UTF-8";
/*
Theme Name: Core Theme
Theme URI: https://infinitude.lk
Author: Infinitude Private Limited
Author URI: https://infinitude.lk
Description: Core Theme is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Core Theme elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 2.19
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coretheme
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Core Theme WordPress Theme, (C) 2020 WordPress.org
Core Theme is distributed under the terms of the GNU GPL.
*/

:root { 
	--main-font-family : 'Inter Tight', sans-serif;
	--primary-color: #333;
	--secondary-color: #306acf;

	--banner-back:#061a40;
	--error-back : #ffb7b7;
	--whatsapp:#28B43D;

	/* text colors */
	--gray-text:#666;

	/* gradients */
	--gradient-start:#36a6cf;
	--gradient-end:#306acf;

	/* box colors */
	--service-box-bg:#F4F5FE;
}
@media(min-width:668px){
	.mobile-calltoaction{
		display:none !important;
	}
}
@media(max-width:667px){
	footer {  
		padding-bottom: 91px;
	}
}
.mobile-calltoaction{
	position:fixed;
	bottom:0px;
	left:0px;
	background:#FFE45C;
	display:table;
	width:100%;
	z-index:999;
}
.mobile-calltoaction > div{
	display:table-cell;
	vertical-align:middle;
	padding:8px 15px;
	width:50%;
}
.mobile-calltoaction > div .common-btn.secondary {
    color: #4da3ff;
    background: #fff;
}
.mobile-calltoaction > div .common-btn {
    display: block;
    padding: 18px;
    background: #4da3ff;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    text-decoration: none;
    -webkit-clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
    clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
    
    
    font-weight: 500;
    text-transform: uppercase;
	
	text-align:center;
}
.mobile-calltoaction > div:first-child a{
	color: #3A3F47;
	font-family: "Gilroy", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 70% */
	letter-spacing: 0.42px;
	text-transform: uppercase;
	text-decoration:none;
	display: block;
	text-align:center;
}
