@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
text-decoration:none;	
}


html {
  scroll-behavior: smooth;
}

@charset "utf-8";

	@media only screen and (max-width:750px){
		.padding {
			padding:40px;}
		img[class="flexibleImage"]{height:auto !important; width:100% !important; display:block;}
	    td[class="column"] {
	        display: block;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
	    }
	}
    @media only screen and (max-width: 500px) {
		img[class="flexibleImage"]{height:auto !important; width:100% !important; display:block;}
	    td[class="column"] {
	        display: block;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
	    }
    }
    @media only screen and (max-width: 400px) {
		img[class="flexibleImage"]{height:auto !important; width:100% !important; display:block;}	
	    td[class="column"] {
	        display: block;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
	    }	
	}
    @media only screen and (max-width: 300px) {
		img[class="flexibleImage"]{height:auto !important; width:100% !important; display:block;}	
	    td[class="column"] {
	        display: block;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
	    }	
	}



A.link {color:#000;  text-decoration: none; font-size: 17px; line-height: 1.2;}
A.link:hover {color:#213e99; text-decoration: none; font-size: 17px; }

h1 {
font-family: 'Poppins', sans-serif;
font-size: 60px;
	
}


h2 {
font-family: 'Poppins', sans-serif;
font-size: 40px;
line-height: 1.2;	

	
}

h3 {
font-family: 'Poppins', sans-serif;
font-size: 35px;
line-height: 1.2;	

	
}

.Blue{
color:#2c49c3;		
}


.White{
color:#ffffff;		
}


.Yellow{
color:#fff200;		
}


.Gray{
color:#939598;		
}

.g-white{
text-shadow: 0 0 0.3em rgba(255,255,255,0.80), 0 0 0.3em rgba(255,255,255,0.80), 0 0 0.3em rgba(255,255,255,0.80)	
}

.g-black{
text-shadow: 0 0 0.3em rgba(0,0,0,0.80), 0 0 0.3em rgba(0,0,0,0.80), 0 0 0.3em rgba(0,0,0,0.80)	
}


.ColorGra {
    color: #fff;
    /*background: linear-gradient(#bcbec0, #fff, #fff);
    background: -webkit-linear-gradient(#bcbec0, #fff, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	text-shadow: 0 0 0.1em rgba(0,0,0,0.30), 0 0 0.1em rgba(0,0,0,0.30), 0 0 0.1em rgba(0,0,0,0.30)
	
	
}
/****/

.icon-shape {
  width: 90px;
  height:90px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease;
  border-radius:50%;
  border:1px solid #eee;	
}

/* Default image color (blue) */
.icon-shape img {
  width: 80px;
  filter: brightness(0) saturate(100%) invert(31%) sepia(99%) saturate(2076%) hue-rotate(188deg) brightness(93%) contrast(95%);
  transition: all 0.3s ease;
}

/* Hover effect */
.icon-shape:hover {
  background-color: #007bff; /* blue */
}

.icon-shape:hover img {
  filter: brightness(0) invert(1); /* turn image to white */
}


.icon-shape2 {
  width: 90px;
  height:90px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease;
  border-radius:50%;
  border:1px solid #eee;	
}

/* Default image color (green) */
.icon-shape2 img {
  width: 80px;
  filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(736%) hue-rotate(104deg) brightness(94%) contrast(97%);
  transition: all 0.3s ease;
}

/* Hover effect */
.icon-shape2:hover {
  background-color: #00ba74; /* pink */
}

.icon-shape2:hover img {
  filter: brightness(0) invert(1); /* turn image to white */
}

.icon-shape3 {
  width: 90px;
  height:90px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease;
  border-radius:50%;
  border:1px solid #eee;	
}

/* Default image color (pink) */
.icon-shape3 img {
  width: 80px;
 filter: brightness(0) saturate(100%) invert(35%) sepia(93%) saturate(3196%) hue-rotate(326deg) brightness(97%) contrast(96%);
  transition: all 0.3s ease;
}

/* Hover effect */
.icon-shape3:hover {
  background-color: #ef2d5d; /* pink */
}

.icon-shape3:hover img {
  filter: brightness(0) invert(1); /* turn image to white */
}


.icon-shape4 {
  width: 90px;
  height:90px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease;
  border-radius:50%;
  border:1px solid #eee;	
}

/* Default image color (orannge) */
.icon-shape4 img {
  width: 80px;
filter: brightness(0) saturate(100%) invert(66%) sepia(82%) saturate(1483%) hue-rotate(347deg) brightness(98%) contrast(96%);
  transition: all 0.3s ease;
}

/* Hover effect */
.icon-shape4:hover {
  background-color: #ef832a; /* orannge */
}

.icon-shape4:hover img {
  filter: brightness(0) invert(1); /* turn image to white */
}



.icn-commHub {
border-radius:50%;
background-color:#fff;
border:1px solid #eee;	
}
/****/
.section-ovelay {
    margin-top: -140px;
}


.txt-feature{
	height: 420px;
}


.tb-100vh{
	display: table;
	width: 100%;
	height: 80vh;
}

.tb-app{
	display: table;
	width: 100%;
	height: 500px;
}


.btn-demo{
font-size: 20px;
text-decoration: none;
line-height: 1.2;
padding:18px 30px;
border-radius:60px;	
background-color: #fde62f;	
color:#000		
}

.btn-demo:hover{
background-color: #fdc02f;	
}


.space{
height:100px;
	
}

.btn {
	margin-top:10px; 
    border: none;
    border-radius: 50px;
    padding: 10px 45px;
	background-color: #fde62f;
	color: #000;
}

.btn:hover {
	margin-top:10px;
    background-color: #fdc02f;
	color: #000;
    border: none;
    border-radius: 50px;
    padding: 10px 45px;
}


.field {
    border-radius: 2px;
	border-image: none;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	font-size: 16px;
	text-decoration: none;
	line-height: 18px;
	font-family: "Akkurat-Light", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding:7px;
	color: #000000;
	background-color: transparent;
	background-image: url(https://www.timeteccloud.com/templates/layout/img/tra_white_80.png);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.copyright{
	font-size: 14px;
	text-decoration: none;
	line-height: 1.2;
	color:#fff;
	
}

.txt-bnr-body{
	font-size: 20px;
	text-decoration: none;
	line-height: 1.2;
	color:#21409a;
	
}
.txt-17{
	font-size: 17px;
	text-decoration: none;
	line-height: 1.3;
	
}

.txt-20{
	font-size: 20px;
	text-decoration: none;
	line-height: 1.3;
	
}

.txt-30{
	font-size: 30px;
	text-decoration: none;
	line-height: 1.2;
	
}

.txt-body{
	font-size: 17px;
	text-decoration: none;
	line-height: 1.3;
	color:#000;
	
}

.txt-menu {
	font-size: 17px;
	text-decoration: none;
	line-height: 1.2;
	color:#000;
	
}

.txt-menu:hover {
	font-size: 17px;
	text-decoration: none;
	line-height: 1.2;
	color:#436ab3;
	
}

.features-title {
	font-size: 25px;
	text-decoration: none;
	line-height: 1.2;
	color:#fff;
	
}
.features-body {
	font-size: 17px;
	text-decoration: none;
	line-height: 1.3;
	color:#fff;
	
}


.features-title-black {
	font-size: 20px;
	text-decoration: none;
	line-height: 1.2;
	color:#000;
	font-weight: bold;
	
}
.features-body-black {
	font-size: 17px;
	text-decoration: none;
	line-height: 1.3;
	color:#000;
	
	
}

.features-title-white {
	font-size: 20px;
	text-decoration: none;
	line-height: 1.2;
	color:#fff;
	font-weight: bold;
	
}
.features-body-white {
	font-size: 17px;
	text-decoration: none;
	line-height: 1.3;
	color:#fff;
	
	
}



.tp {
	background-image: url(../img/trans.png);
	background-repeat: repeat;
}
.tp2 {
	background-image: url(../img/trans-2.png);
	background-repeat: repeat;
}
.tp-w {
	background-image: url(../img/trans-w.png);
	background-repeat: repeat;
}

/*Viewport = 480px*/
@media screen and (max-width: 30em){
	
.tb-app{
	display: table;
	width: 100%;
	height: auto;
}
	
	

.txt-feature{
	height: auto;
}
	
.section-ovelay {
    margin-top: 0px;
}
	
	
	
}
	