@charset "utf-8";
/*----------
* Theme: Skynet Consulting
* Author: ANTS Creation
* URL : https://www.ants.lk/
* Version: 1.0
----------------------------
* color css file
----------------------------------*/


/*
font-1 = Poppins Light
font-2 = Poppins Regular
font-3 = Poppins Medium
font-4 = Poppins Bold
font-5 = Cecillia Regular

/*-------------Fonts-----------*/
@font-face{
	font-family: font-1;
	src: url("../fonts/Poppins-Light.ttf");
}
@font-face{
	font-family: font-2;
	src: url("../fonts/Poppins-Regular.ttf");
}
@font-face{
	font-family: font-3;
	src: url("../fonts/Poppins-Medium.ttf");
}
@font-face{
	font-family: font-4;
	src: url("../fonts/Poppins-Bold.ttf");
}
@font-face{
	font-family: font-5;
	src: url("../fonts/cecillia-regular.regular.ttf");
}

:root {

    /*Hexa Decimal Colors ---------*/
	
	--white: #ffffff;
	--black: #000000;

    --theme1-color: #1B75BC;
    --theme2-color: #00AEEF;
	--theme3-color: #414042;
	--theme4-color: #f9f9f9;
	--theme5-color: #808285;
	--theme6-color: #f3f8ff;
	--theme7-color: #d0d0d0;
	
	--main-blue-gr: linear-gradient(90deg, rgba(1,30,74,1) 0%, rgba(1,30,74,0.7) 41%, rgba(1,30,74,0) 100%);
	--main-white-gr: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.25) 20%, rgba(255,255,255,0) 100%);
	
	

    --txt-color: #353638; 

    --bg1-color: #eeeeee;
    --bg2-color: #f4f4f4;

    --btn1-color: #eeeeee;
    --btn1-hover: #eeeeee;

}

