:root {
	--primary-color: #4361ee;
	--secondary-color: #4cc9f0;
	--primary-invert: #05f2d2;
	--secondary-invert: #f72585;
	--secondary-invert-darker: #b5179e;

	--primary-text-colour: #ffffff;

	--main-bg-color: ##E80689;

	--dark: #6c757d;
	--darker: #073b4c;
	--darkest: #081c15;

	--light: #ade8f4;
	--lighter: #ade8f4;
	--lightest: #fff;

	--primary-alt: #0077b6;
  }


img {
	max-width: 100%;
	height: auto;
}
a, img, button, a::before, a::after, a span, .btn {
	-webkit-transition: all 300ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0ms;
	-o-transition: all all 300ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0ms;
	transition: all 300ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0ms;
}
a, a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}
button:focus, a:focus, .btn:focus, .btn:active, .btn:active:focus {
	outline: none;
}



html {
	font-size: 62.5%;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.6rem;
	color: var(--primary-text-colour);
}
.branded_bg {
	background: var(--primary-color);
}
header {
	padding: 2rem 0 7.5rem;
}
.logo {
	display: inline-block;
	vertical-align: top;
	margin-top: 1rem;
}
header .container-fluid {
	padding: 0 6.5rem 4.6rem;
}
.comm_text h2 {
	font-weight: 700;
	font-size: 5rem;
	margin: 0;
}
.comm_text h3 {
	font-weight: 400;
	font-size: 5rem;
	margin: 0 0 2rem;
}
.comm_text p {
	font-size: 2.4rem;
	margin: 2rem 0 5rem;
}
.comm_text p a {
	text-decoration: underline;
}
.comm_text p a:hover {
	text-decoration: none;
}
.btn {
	border-width: 2px;
	padding: 1rem 2.6rem;
	line-height: 1.5;
	font-size: 1.8rem;
	letter-spacing: 1.17px;
	border-radius: 6.2rem;
	font-weight: 600;
}
.btn-lg {
	font-size: 2.4rem;
	padding: 1.2rem 3.2rem;
}
.btn:hover, .btn:focus {
	box-shadow: none !important;
}
.btn-default {
	color: #3F60E9;
	border-color: #3F60E9;
}
.btn-default:hover, .btn-default:focus {
	color: #fff;
	background: #3F60E9;
}

.btn-primary {
	color: var(--primary-alt);
	border-color: var(--primary-invert);
	background: var(--primary-invert);
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background: #1432ae;
	border-color: #1432ae;
}

.btn-secondary {
	color: var(--lightest);
	border-color: var(--secondary-invert);
	background: var(--secondary-invert);
}
.btn-secondary:hover, .btn-primary:focus {
	color: #fff;
	background: var(--secondary-invert-darker);
	border-color: var(--secondary-invert-darker);
}
.comm_padd {
	padding: 7.4rem 0 5rem;
}
.boder_top_sec {
	border-top: 1px solid #E8E8E8;
}
footer {
	padding: 7.4rem 0 2rem;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	color: #fff;
}
footer::before {
	position: absolute;
	left: 0;
	top: 0;
	background: #334BB5;
	content: "";
	width: 100%;
	height: 100%;
}
footer .container {
	position: relative;
	z-index: 3;
}
.data_count span {
    font-size: 3rem;
    border: 3px solid var(--lightest);
    height: 5rem;
    width: 5rem;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 4.4rem;
    color: var(--lightest);
    margin-bottom: -0.8rem;
}
.data_count {
    width: 26rem;
}
footer img {
	/* width: 4.4rem; */
}
footer i {
	font-size: 2rem;
}
footer .btn-default {
	margin-bottom: 4rem;
	border-color: #fff;
	color: #fff;
}
.comm_slider {
	margin: 6rem 0;
}
.comm_slider p {
	margin: 0;
}


.text-white {
	color: #fff;
}

.text-dark {
	color: --dark;
}

ul.split-list {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

ul.services-list {
	font-size: 1.2em;
	list-style: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.footer .footer-logo img {
	/* min-height: 80px; */
	max-width: initial;
	height: 36px;
	margin-bottom: 24px;
}

.footer .email::before {
	height: 36px;
	font-size:  2em;
}

.footer .email {
	padding-top: 12px;
}

.privacy-footer {
	color: var(--light)
}

#cake10 {
	width: 28px;
	opacity: 0.225;
}

#cake10:hover {
	opacity: 1;
	transition: all 0.325s;
	animation: cake .5s 1;
	animation-iteration-count: infinite;
}

@keyframes cake {
	0%      {background:#E54B4B;}
    25%     {background:#FFA987;}
    75%     {background:#FFA987;}
    100%    {background:#cdb4db;}
}

@media (min-width: 1200px) {
	.footer .footer-logo img {
		height: 40px;
	}
	
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	html {
		font-size: 52%;
	}
	body {
		font-size: 1.7rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.md_center {
		text-align: center;
	}
	.md_left {
		text-align: left;
	}
	.md_right {
		text-align: right;
	}
	html {
		font-size: 50%;
	}
	body {
		font-size: 1.8rem;
	}
}

@media (max-width: 767.98px) {
	.cust_center, .md_center {
		text-align: center !important;
	}
	.cust_left, .md_left {
		text-align: left;
	}
	.cust_right, .md_right {
		text-align: right;
	}
	html {
		font-size: 48%;
	}
	body {
		font-size: 1.9rem;
	}
	header .container-fluid {
		padding: 0 5rem 4.6rem;
	}

	ul.split-list {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}

	ul.services-list {
		font-size: 1.62em;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
	html {
		font-size: 40%;
	}
	header .container-fluid {
		padding: 0 15px 4.6rem;
	}

	footer {
		font-size: 2.425rem;
		color: #4895ef;
	}

	footer .logo {
		
	}
}

@media (max-width: 360px) {
	.footer .footer-logo img {
		height: 40px;
	}
}

