*{
box-sizing: border-box;
margin: 0 ;
padding: 0;
}
body, html {
height: 100vh;
width:100%;
letter-spacing: 1px;
color: rgb(19, 18, 18);
font-family: 'Lato', sans-serif;
font-size: 1em;
line-height: 1.6;
font-weight: 300;
}

img {
max-width: 100%;
height: auto;
padding: 5px;
}
/* GLOBAL END */
/*MOBILE FIRST LOAD */
.master-grid{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));grid-template-areas:
/* STACKED **/ 
"header"
"intro"
"partners"
"p-logos"
"clients"
"logos"
"our-solutions"
"network-1"
"network-2"
"network-4"
"network-3"
"talk"
"footer"
;
}
/*MOBILE END */
/*LARGER SCREENS LOADING ONLY*/
@media  only screen and (min-width: 981px){
.master-grid{
display: grid;
grid-gap: 2em;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-template-areas:
" header            header             header              header  "
"       .                intro                  intro                   .         "
"      .                 partners          partners            .         "
"   .                    p-logos            p-logos              .          "
"       .                clients             clients                  .          "
"   .                    logos               logos                    .       "
" our-solutions   our-solutions    our-solutions          our-solutions  "
" network-1        network-2         network-4        network-3  "
"  .                       talk                   talk                  . "
"footer               footer                 footer                        footer"
;
}
}
.nav-logo {
	max-width: 100px;
	background-color: white;
	padding: 2px;
	}
.intro {
grid-area: intro;
margin-top: 100px;
padding: 20px;
}
.intro h2 {
	font-size: 1.8em;
	font-weight: 300;
}
.clients{
	grid-area: clients;
padding: 20px;
}
.logos {
	grid-area: logos;

}
.center{
	justify-self: center;
	padding: 20px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	}
	li {
		margin-left: 20px;
		padding: 5px;
	}
.partners {
	grid-area: partners;
	padding: 20px;
}

.p-logos {
	grid-area: p-logos;

max-height: 500px;
}
.partners h3 {
	font-size: 1.8em;
	font-weight: 300;
}


/* ALL CARDS*/
	.card-1{
	background-color: rgb(15, 144, 184);
	box-shadow: 10px 5px 5px rgb(51, 50, 50);
	border-radius: 3px;
	color: white;
	max-width: 100%;
	padding: 10px;
	}
		/* END */
		/* BUTTONS */
	.btn1 {
	color:  rgb(68, 67, 67);
	display: flex;
	align-items: center;
	justify-content: center;
	border: rgb(89, 90, 90) solid  3px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	width: 150px;
	padding: 10px;
		}
	.btn1:hover {
	background-color: transparent ;
	border-color: rgb(12, 143, 230);
	color:  rgb(68, 68, 67);
	text-decoration: none;
	cursor: pointer;
	}


	.btn-1 {
		color:  rgb(126, 126, 124);
		display: flex;
		align-items: center;
		justify-content: center;
		border: rgb(126, 126, 124) solid  3px;
		border-radius: 3px;
		text-decoration: none;
		font-size: 0.8em;
		font-weight: bold;
		text-transform: uppercase;
		width: 180px;
		padding: 10px;
		margin: auto;
		}
		.btn-1:hover {
		background-color: transparent ;
		border-color: rgb(15, 15, 15);
		color:  black;
		text-decoration: none;
		cursor: pointer;
		}


/* NAVIGATION */
header {
	grid-area: header;
	}
	.page-header {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	background: #333333;
	position: fixed;
	top: 0;
	height: 80px;
	color: #fff;
	width: 100%;
	line-height: 40px;
	}
	.page-header__top {
	display: flex;
	justify-content: space-between;
	padding: 10px 10px;
	}
	.page-header__toggle {
	font-size: 2em;
	
	}
	
	.navigation {
	opacity: 0.5;
	height: 0;
	overflow: hidden;
	transition: 0.7s;
	background: #333333;
	
	}
	.navigation a {
		color: white;
	}
	.navigation a:hover {
		color: white;
	}
	.navigation__item {
	padding: 10px 10px;
	}
	.navigation--visible {
	opacity: 1;
	height: 200px;
	}
	
	@media (min-width: 480px) {
	.page-header {
	display: flex;
	}
	.page-header__top {
	margin-right: auto;
	}
	.page-header__top, .page-header__bottom {
	display: block;
	}
	.page-header__toggle {
	display: none;
	}
	
	.navigation {
	display: block;
	opacity: 1;
	height: auto;
	}
	.navigation__item {
	opacity: 0.8;
	display: inline-block;
	}
	.navigation__item:hover {
	cursor: pointer;
	opacity: 1;
	}
	}
	/* END */

	
.our-solutions{
	grid-area: our-solutions;
	text-align: center;
	padding: 20px;
	margin: 60px 0;
	}
	.key-notes{
	grid-area: key-notes;
	text-align: center;
	margin: 100px auto;
	}
	.key-notes h2 {
	font-size: 1.5vw;
	font-weight: 300;
	padding: 10px;
	color: rgb(85, 81, 81);
	}
	
	.our-solutions h3 {
	font-size: 2.5vw;
	font-weight: 300;
	}
	.network-1 {
	grid-area: network-1;
	padding: 30px;
	}
	.network-1 li {
	margin-left: 15px;
	list-style: square;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: 400;
	}
	.network-1 h2, .network-2 h2, .network-3 h2, .network-4 h2 {
		padding: 5px;
	}
	.network-2 {
	grid-area: network-2;
	padding: 30px;
	}
	.network-3 {
	grid-area: network-3;
	padding: 30px;
	}
	.network-4 {
	grid-area: network-4;
	padding: 30px;
	}
	.zoom {
	transition: transform ease-in-out .2s;
	margin: 0 auto;
	padding: 5px;
	}
	.zoom:hover {
	transform: translateY(-8px);
	}
	.talk{
	grid-area: talk;
	text-align: center;
	margin: 100px 0;
	}

/* FOOTER SECTION STARTS HERE */

footer {
	grid-area: footer;
	padding: 10px;
	margin-top: 200px;
	}
	ul {
			margin: 0px;
			padding: 0px;
	}
	.backing {
		background-color: white;
		}
	.footer-section {
	background: rgb(45, 46, 46);
	position: relative;
	}
	.footer-cta {
	border-bottom: 1px solid #373636;
	}
	.single-cta i {
	color: #ff5e14;
	font-size: 30px;
	float: left;
	margin-top: 8px;
	}
	.cta-text {
	padding-left: 15px;
	display: inline-block;
	}
	.cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
	}
	.cta-text span {
	color: white;
	font-size: 15px;
	}
	.cta-text a {
		color: white;
	}
	.cta-text a:hover {
		color: white;
	}
	.footer-content {
	position: relative;
	z-index: 2;
	}
	.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
	}
	.footer-logo {
	margin-bottom: 30px;
	}
	.footer-logo img {
			max-width: 200px;
	}
	.backing {
	background-color: white;
	}
	.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
					color: #7e7e7e;
	line-height: 28px;
	}
	.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	}
	.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
	}
	.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	}
	.facebook-bg{
	background: #3B5998;
	}
	.twitter-bg{
	background: #55ACEE;
	}
	.google-bg{
	background: #DD4B39;
	}
	.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
	}
	.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background:  #ff5e14;
	}
	.footer-widget ul li {
	display: inline-block;
	width: 50%;
	margin-bottom: 12px;
	}
	.footer-widget ul li a:hover{
	color: #ff5e14;
	}
	.footer-widget ul li a {
	color: white;
	text-transform: capitalize;
	}
	.subscribe-form {
	position: relative;
	overflow: hidden;
	}
	.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #8b8a8a;
	color: #fff;
	}
	.subscribe-form button {
			position: absolute;
			right: 0;
			background: #ff5e14;
			padding: 13px 20px;
			border: 1px solid #ff5e14;
			top: 0;
	}
	.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
	}
	.copyright-area{
	background: #202020;
	padding: 25px 0;
	}
	.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: white;
	}
	.copyright-text p a{
	color: #ff5e14;
	}
	.footer-menu li {
	display: inline-block;
	margin-left: 20px;
	}
	.footer-menu li:hover a{
	color: #ff5e14;
	}
	.footer-menu li a {
	font-size: 14px;
	color: white;
	}
	.footer-menu p {
			color: white;
			font-size: 0.8em;
	}
	.footer-menu a:hover {
		color: rgb(20, 240, 203);
		}
	.footer-text p {
	color: white;
	}
	/* END */
		
	
	/* END */
	
	@media  only screen and (max-width: 981px){
		footer {
			grid-area: footer;
			padding: 10px;
			display: block;
			}

	}
	
	
	
	
	
	
	
	
	
	