/*===== default css  =====*/
html{
  scroll-behavior: smooth;
}
body{
	padding: 0;
	margin: 0;
  font-family: 'Lato', sans-serif;
}

/*=====hedaer section css =====*/
.header{
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	border-bottom: 1px solid #dedede;
	padding: 20px 0px 20px 0px;
}
.banner{
	width: 100%;
	height: auto;
	float: left;
	background: #cce6ff;
}
.banner h2{
	/* font-size: 62px;
	font-weight: bold;
	color: #346ca4;
	margin-top: 50px; */
	font-size: 50px;
    font-weight: 800;
    color: #346ca4;
    margin-top: 50px;
    font-family: 'Lato',sans-serif;
    font-style: italic;
}
.banner-button{
	background-color: #346ca4;
    padding: 6px 35px;
    font-size: 14px;
}
.banner p{
	font-size: 18px;
	font-family: 'Lato',sans-serif;
}
/*=====section css =====*/
.my-links{
	width: 100%;
	height: auto;
	float: left;
	background: #346ca4;
	padding: 40px 0px 50px 0px;
}
.my-links h2{
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Lato',sans-serif;
    font-style: italic;
}
.nd-learn-items a {
    border-bottom: 1px solid;
    padding-bottom: 4px;
    color: #ffff;
    text-decoration: none;
}
.nd-learn-items a:hover {
    color: #cce6ff;
}
/*=====section css =====*/
.content-image{
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	padding: 30px 0px 30px 0px;
}
.content-image h2{
	margin-top: 20px;
	font-size: 42px;
	font-weight: 800;
	font-family: 'Lato',sans-serif;
    font-style: italic;
}
/*=====section css =====*/
.content-video{
	width: 100%;
	height: auto;
	float: left;
	background: #f2f2f2;
	padding: 30px 0px 30px 0px;
}
.content-video h2{
	margin-top: 20px;
	font-size: 42px;
	font-weight: 800;
	font-family: 'Lato',sans-serif;
    font-style: italic;
}
.content-video iframe{
   width: 100%;
   height: 400px;
}

/*===== Mobile, tab and medium & small device =====*/
@media screen and (max-width: 768px)
{
	/*===== start Mobile css =====*/
 .banner h2{
	font-size: 36px;
	margin-top: 20px;
	font-family: 'Lato',sans-serif;
    font-style: italic;
}
.my-links h2{
	font-size: 28px;
	margin-bottom: 20px;
	font-family: 'Lato',sans-serif;
    font-style: italic;
}
.content-image h2{
	margin-top: 20px;
	font-size: 28px;
	font-family: 'Lato',sans-serif;
    font-style: italic;
}
.content-video h2{
	margin-top: 0px;
	font-size: 28px;
	font-family: 'Lato',sans-serif;
    font-style: italic;
}
.content-video iframe{
   width: 100%;
   height: 220px;
}
}
