@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/*font-family: "Ubuntu", sans-serif;*/

html, body{
	height:100%;
}
body{
	font-family: 'Poppins', sans-serif;
	color:#153660;
	background:#ffffff;
	font-size:15px;
}
p{
	color:#153660;
}
b{
	font-weight:600;
}
h1, h2, h3, h4, h5, h6{
	font-weight:700;
	color:#153660;
}
h1{
	font-size:40px;
}
h2{
	font-size:35px;
}
h3{
	font-size:25px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
}
h6{
	font-size:16px;
}
a, .btn, span, div, img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a{
	text-decoration:none;
}
.btn1{
	font-size:15px;
	color:#153660;
	border:1px solid #153660;
	border-radius:10px;
	padding:6px 15px;
}
.btn1:hover{
	color:#fff;
	background:#153660;
}
.btn2{
	font-size:15px;
	color:#ffffff !important;
	background:#153660;
	border-radius:0;
	padding:8px 35px;
}
.btn2:hover{	
	background:#b8292e;
}
.list1,.list2{
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.list1 li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.list1 li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 28px;
  color: #d51a39;
}

.list2 li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.list2 li::before {
  position: absolute;
  left: 0;
  top: 9px;
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:#b8292e;
}
.list2 li a{
	text-decoration:none;
	color:#153660;
}
/*==Header==*/
.hdr{
	-webkit-box-shadow:  0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:  0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow:  0px 2px 5px 0px rgba(0,0,0,0.1);
	z-index:999;
	position:relative;
}
.hdr-top{
	background:#153660;
	padding:10px 0;
	color:#fff;
}
.hdr-top a{
	color:#fff;
	text-decoration:none;
}
.hdr-top a:hover{
	color:#c5203b;
}
.hdr-top .social-links{
	font-size:13px;
}
.hdr-top .social-links a{
	display:inline-block;
	margin-left:10px;
}
.social-links svg {
  fill: #ffffff;
  height:13px;
}
.social-links a:hover svg{
  fill: #c5203b;
}
.hdr-main {
  z-index: 99;
  background: #fff;
}
.hdr-main .logo {
  width: 157px;
  max-width: 100%;
  z-index:9;
  position:relative;
}
.navbar-custom .navbar-brand{
	position:relative;
	margin-right:0;
	margin-bottom: -54px;
}
.navbar-custom .navbar-brand:before{
	width:138px;
	height:138px;
	content:"";
	background: #fff;
	border-radius: 50%;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:8;
}
.navbar-custom .navbar-nav{
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
}
.navbar-custom .navbar-nav .nav-link{
	color:#0e3560;
	padding:5px 10px;
}
.navbar-custom .navbar-nav .nav-item{
	padding: 0 0 0 10px;
}
.navbar-custom .navbar-nav .nav-item.active .nav-link, .navbar-custom .navbar-nav .nav-link:hover{
	color:#c5203b;
}
.navbar-custom .navbar-nav .nav-item .nav-link{
	position:relative;
}
.navbar-custom .navbar-nav .nav-item .nav-link::after{
	opacity:0;
}
.navbar-custom .navbar-nav .nav-item.active .nav-link::after, .navbar-custom .navbar-nav .nav-item .nav-link:hover::after{
	content:"";
	height:2px;
	background:#c5203b;
	position:absolute;
	bottom:0;
	left:8px;
	right:8px;
	opacity:1;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover::after{
	opacity:1;
}
.navbar-custom .navbar-nav .nav-item.active .nav-link::after, .navbar-custom .navbar-nav .nav-item .nav-link:hover::after{
	content:"";
	height:2px;
	background:#c5203b;
	position:absolute;
	bottom:0;
	left:8px;
	right:8px;
}
/*==Banner==*/
.banner-sec{
	background:#112d51;
	position: relative;
    overflow: hidden;
}
.banner-sec.inner{
	background:#153660;
}
.banner-sec .banner {
  overflow: hidden;
}
.banner-sec .banner .banner-img {
  float: right;
}
.banner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.banner-content h1{
	color:#ffffff;
	font-size:45px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:0;
}
.banner-content h1 .style1{
	color:#65bae3;
}
.banner-content h1 .style2{
	font-size:80px;
	line-height:78px;
	font-weight:300;
	color:#d31534;
	display:block;
}
.banner-content h1 .style3{
	font-size:50px;
	color:#ffffff;
}
.banner-content h1 .style4{
	font-size:50px;
	color:#65bae3;
}
/*==Inner Banner==*/
.inner .banner-container{
	top:auto;
	bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}
.inner .banner-content h1{
	text-transform: capitalize;
	font-size:60px;
	font-weight:300;
	color: #65bae3;
}
/*====*/
.bg1{
	background-image: url("../images/bg1.png");
	background-position:0 0;
	background-repeat:repeat-x;
}
.sec1{
	padding:100px 0;
}
.welcome-sec{
	padding:140px 0;
}
.uline{
	display:inline-block;
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
}
.uline:after{
	position:absolute;
	content:"";
	background:#c5203b;
	max-width:190px;
	width:100%;
	height:3px;
	bottom:0;
	left:0;
}
.text-center .uline:after{
	left:50%;
	transform: translate(-50%, 0);
}
.uline.star:before{
	content: "\f005";
	font: normal normal normal 14px/1 FontAwesome;
	color:#153660;
	position:absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom:-5px;
	z-index:99;
	-webkit-text-shadow: 1px 1px 0px rgba(255,255,255,1);
	-moz-text-shadow: 1px 1px 0px rgba(255,255,255,1);
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
}
.darkbg.uline.star:before{
	color:#ffffff;
	position:absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom:-5px;
	z-index:99;
	-webkit-text-shadow: 1px 1px 0px rgba(21,54,96,1);
	-moz-text-shadow: 1px 1px 0px rgba(21,54,96,1);
	text-shadow: 1px 1px 0px rgba(21,54,96,1);
}
.sec2{
	background:#d51a39;
	position:relative;
}
.sec2 .right-sec{
	position:absolute;
	width:50%;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
}
.grantsec1{
	position:relative;
	z-index:9;
	margin-bottom:50px;
	padding:0 45px;
}
.icon1{
	width:156px;
	height:156px;
	background:#d51a39;	
	border:4px solid #ffffff;
	border-radius:50%;
	position:relative;
	margin:-78px auto 50px auto;
	z-index:10;
	position:relative;
}
.icon1 img{	
	position:relative;	
	z-index:10;
}
.icon1:after{
	content:"";
	width:150px;
	height:6px;
	border-radius:50%;
	background:#1e1e1e;
	position:absolute;
	bottom:-12px;
	left:50%;
	transform: translate(-50%, 0);
	z-index:9;
	filter: blur(2px);
	opacity: 0.4;
}
.sec2 p{
	font-size:28px;
	font-weight:500;
	line-height:40px;
}
.blue-bg{
	background:#153660 !important;
}
.red-bg, .m-red-bg{
	background:#d51a39;
}
/*==Service Section==*/
.service-sec h5{
	font-weight:500;
}
.service-sec .icon{
	margin-bottom:20px;
}
.service-list{
	padding:0 30px;
}
/*==How We are Different==*/
.how-different-sec{
	background: url("../images/how-different.jpg") no-repeat;
	background-position: center bottom;
	background-size:cover;
}
.card1{
	background:rgba(21, 54, 96, .8);
	border-radius:20px;	
}
.card1 .card-body{
	padding:40px 30px 30px 30px;
}
.card1 h1, .card1 p{
	color:#ffffff;
}

/*==Testimonials==*/
.testimonials.carousel{
	position:relative;
}
.testimonials.carousel:before{
	content:"";
	background:url(../images/quote.png) no-repeat #fff;
	background-size:cover;
	position:absolute;
	width:60px;
	height:60px;
	border:1px solid #153660;
	border-radius:50%;
	left: 35px;
	top:-35px;
	z-index:99;
}
.testimonials .carousel-inner{
	background:#ffffff;
}

/*.testimonials .carousel-inner::before{
	content:"";
	background:url(../images/quote.png);
	position:absolute;
	width:49px;
	height:39px;
	left:15px;
	top:15px;
}*/
.testimonials .carousel-caption{
	position: relative;
    right: auto;
    bottom: auto;
    left: auto;	
	color:#153660;
	padding:50px 45px;		
	text-align:left;
	border-radius:30px;
	border:1px solid #153660;
	
}
.testimonials .carousel-indicators{
	position:relative;
	margin:15px auto 0 auto;
	display:none;
}
.testimonials .carousel-indicators .indicator{
	width:12px;
	height:12px;
	border-radius:50%;
	border:0;
	margin-right: 8px;
    margin-left: 8px;
	background:#000;
}
.testimonials .tm-content{
	margin-bottom:0;
	font-size:18px;
	line-height:23px;
}
.testimonials .reviewer{
	display:flex;
}
.reviewer .reviewer-pic{
	width:50px;
	margin-right:10px;
	display:none;
}
.reviewer-details{
	margin-top:15px !important;
}
.reviewer .reviewer-name{
	font-size:20px;
	line-height:20px;
	font-weight:500;
	color:#153660;
	margin-bottom:3px;
}
.reviewer .reviewer-position{
	font-size:18px;
	margin-bottom:0;
}

.testimonials .carousel-control-next, .testimonials .carousel-control-prev{
	width:60px;
	height:60px;
	background:#153660;
	border-radius:50%;
	top:50%;
	margin-top:-60px;
	opacity: 1;
}
.testimonials .carousel-control-prev{
	left:-100px;
}
.testimonials .carousel-control-next{
	right:-100px;
}
.testimonials .carousel-control-next:hover, .testimonials .carousel-control-prev:hover{
	opacity: .5;
}

/*==Footer==*/
.footer a{
	text-decoration:none;
	color:#fff;
}
.ftr-top{
	font-size:14px;
	background:#153660;
	color:#fff;
	padding:40px 0;
}
.ftr-top a:hover{
	color:#c5203b !important;
}

.ftr-top .bdr-lft{
	border-left:1px solid #2c4f7b;
	position:relative;
}
.ftr-top .bdr-lft:before{
	content:"";
	width:1px;
	height:100%;
	background:#0c2341;
	left:0px;
	position:absolute;
}
.ftr-logo{
	margin-right:30px;
	opacity:0.5;
}
.ftr-logo .logo{
	width:160px;
}
.ftr-top .rmore{
	color:#d41232;
}
.ftr-top .rmore:hover{
	color:#8a9bb0 !important;
}
.ftr-top ul.address {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ftr-top ul.address li{
  margin-bottom: 10px;
  display: flex;
  color: #fff;
}
.address .fa{
	width: 20px;
	line-height:25px;
    margin-right: 10px;
    font-size: 18px;
	color:#c5203b;
}
.address li span {
  display: inline-block;
}
.ftr-top .list2 li a{
	color:#ffffff;
}
.ftr-top h6{
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#fff;
	margin-bottom:10px;
}

.social-connect {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: end;
}
.social-connect li {
  width: 26px;
  margin-left: 15px;
  display: flex;
}
.social-connect li:first-child{
	margin-left: 0;
}
.icon-contnr {
  width: 26px;
  height:26px;
  display: block;
  background: #c5203b;
  border-radius: 50%;
  text-align: center;
  color:#fff;
}
.social-connect svg {
  fill: #ffffff;
}
.ftr-bottom{
	background:#c5203b;
	font-size:14px;
	color:#fff;
	padding:15px 0;
}

/*==Inner page==*/

.sec3{
	padding:80px 0;
	position:relative;
}
.sec1 .container, .sec3 .container{
	position:relative;
	z-index:2;
}
.brand{
	position:absolute;
	width:350px;
	height:123px;
	right:0;
	bottom:0;
	opacity:0.1;
	z-index:1;
}
.lft-img-sec{
	float:left;
	width:50%;
	padding-right:50px;
	margin-bottom:10px;
}
.rgt-img-sec{
	float:right;
	width:50%;
	padding-left:50px;
	margin-bottom:10px;
}
.inner-service-sec h3{
	font-size:22px;
	font-weight:500;
	margin-bottom:15px;
}
.inner-service-sec .icon {
  margin-bottom: 10px;
}

.img-container1{
	position:relative;
	padding-right:10px;
	padding-bottom:10px;
}
.img-container2{
	position:relative;
	padding-left:10px;
	padding-bottom:10px;
}
.img-container1:before{
	content:"";
	width:2px;
	background:#8a9aaf;	
	right:0;
	bottom:0;
	top:65px;
	position:absolute;
}
.img-container1:after{
	content:"";
	background:#8a9aaf;
	height:2px;
	left:65px;
	right:0;
	bottom:0;
	position:absolute;
}
.img-container2:before{
	content:"";
	width:2px;
	background:#8a9aaf;	
	left:0;
	bottom:0;
	top:65px;
	position:absolute;
}
.img-container2:after{
	content:"";
	background:#8a9aaf;
	height:2px;
	right:65px;
	left:0;
	bottom:0;
	position:absolute;
}
.bg2{
	background-color:#f4f6f8;
}
.inner.banner-bg1{
	background:#1f2a3e;
}
/*==Contact Us==*/
.box1{
	background:#fff;
	/*padding:15px 0;*/
	overflow:hidden;
}

.box1 .icon{
	width:80px;
	height:80px;
	text-align:center;
	border-right:1px solid #dde2e9;
	float:left;
}

.box1 .icon .fa:before{
	font-size: 50px;
	line-height: 80px;
	color:#c5203b;
}
.box1 .icon .fa.fa-envelope:before{
	font-size: 45px;
}
.box1 .content{
	float:left;
	width: calc(100% - 82px);
	padding-left: 20px;
}
.box1 h4{
	font-weight:500;
	color:#c5203b;
}
.box1 p{
	font-size:17px;
	line-height:20px;
	font-weight:500;
}
.box1 a{
	color:#153660;
}
.box1 a:hover{
	color:#c5203b;
}
.ptrn1{
	position:relative;
}
.ptrn1:before, .ptrn1:after{
	content:"";
	width:20px;
	height:20px;
	background:#8a9aaf;
	right:0;
	top:0;
	position:absolute;
}
.ptrn1:after{
	background:#e28f9d;
	right:20px;
	top:20px;
}
.card2{
	border:0;
	border-radius:0;
}
.card2 .card-body{
	padding:30px 40px;
}
.form1 .form-control{
	padding:.65rem .75rem;
	background:#f1f3f6;
	border:0;
	border-radius:0;
	font-size:14px;
}
.form1 .form-control::placeholder{
	color:#9b9c9d;
}
.form1 .form-control::-ms-input-placeholder{
	color:#9b9c9d;
}

.form1 .form-label{
	color:#909090;
}
.form1 .form-check-label{
	color:#9b9c9d;
}
.fw-sbold{
	font-weight:500;
}
/*==Learn==*/
.video-sec{
	padding:20px;
	background:#ffffff;
	position:relative;
}


.video-sec::before {
  content: "";
  width: 2px;
  background: #8a9aaf;
  right: 0;
  bottom: 0;
  top: 65px;
  position: absolute;
}
.video-sec::after {
  content: "";
  background: #8a9aaf;
  height: 2px;
  left: 65px;
  right: 0;
  bottom: 0;
  position: absolute;
}
/*==Media Query==*/
@media screen and (max-width:1399px) {
	.banner-content h1{
		font-size: 35px;
	}
	.banner-content h1 .style2{
		font-size: 70px;
		line-height: 68px;
	}
	.banner-content h1 .style3 {
		font-size: 40px;
	}
	.banner-content h1 .style4 {
		font-size: 40px;
	}
}

@media screen and (max-width:1199px) {
	.ftr-logo .logo {
	  width: 130px;
	}
	.banner-content h1{
		font-size: 30px;
	}
	 .banner-content h1 .style2 {
		font-size: 60px;
		line-height: 58px;
	  }
	.banner-content h1 .style3 {
		font-size: 35px;
	}
	.banner-content h1 .style4 {
		font-size: 35px;
	}
	.inner .banner-content h1{
		font-size: 55px;
	}
}

@media screen and (max-width:991px) {
	.navbar-custom .navbar-toggler:focus{
		-webkit-box-shadow: 0px 0px 3px 0px rgba(21,54,96,.5);
		-moz-box-shadow: 0px 0px 3px 0px rgba(21,54,96,.5);
		box-shadow: 0px 0px 3px 0px rgba(21,54,96,.5);
	}	
	.navbar-collapse{
	  position: absolute;
	  top: 68px;
	  z-index: 99;
	  background: #fff;
	  right: 10px;
	  border-radius:5px;
	}
	.navbar-custom .navbar-nav .nav-item{
		padding-left:0;
	}
	.navbar-custom .navbar-nav .nav-link{
		padding:7px 15px;
	}
	.navbar-custom .navbar-nav .nav-item.active .nav-link::after, .navbar-custom .navbar-nav .nav-item .nav-link:hover::after{
		display:none;
	}
	.banner-content h1{
		font-size: 25px;
	}
	 .banner-content h1 .style2 {
		font-size: 50px;
		line-height: 48px;
	  }
	.banner-content h1 .style3 {
		font-size: 30px;
	}
	.banner-content h1 .style4 {
		font-size: 30px;
	}
	.sec1 {
	  padding: 80px 0;
	}
	h1 {
	  font-size: 35px;
	}
	.grantsec1{
		padding: 0 15px;
	}
	.sec2 p{
		font-size: 22px;
		line-height: 30px;
	}
	.icon1{
		margin-bottom:30px;
	}
	.list2{
		margin-top:10px;
		text-align:center;
	}
	.list2 li{
		display: inline-block;
		margin-bottom:0;
		padding-right:14px;
		padding-left: 20px;
	}
	.list2 li:first-child::before{
		display:none;
	}
	.testimonials .tm-content{
		font-size:16px;
	}
	.testimonials .carousel-caption{
		padding: 30px 35px;
	}
	.testimonials .carousel-control-next, .testimonials .carousel-control-prev{
		width:50px;
		height:50px;
	}
	.testimonials .carousel-control-prev{
		left:-60px;
	}
	.testimonials .carousel-control-next{
		right:-60px;
	}
	.ftr-top .tbl.bdr-lft{		
		border-left: 0;
		border-top: 1px solid #2c4f7b;
	}
	.ftr-top .tbl.bdr-lft::before{
		width:100%;
		height:1px;
		top:0;
	}
	.lft-img-sec{
		padding-right: 30px;
	}
	.rgt-img-sec{
		padding-left: 30px;
	}
	.inner .banner-content h1{
		font-size: 40px;
		line-height:40px;
	}
	.card2 .card-body {
	  padding: 20px 20px;
	}
}

@media(max-width:767px){
	.navbar-custom .navbar-nav{
		font-size: 15px;
	}
	.navbar-custom .navbar-nav .nav-link {
		padding: 5px 15px;
	}
	.banner-content h1 .style2 {
		font-size: 30px;
		line-height: 34px;
	  }
	.welcome-sec {
	  padding: 100px 0;
	}
	.sec1 {
	  padding: 70px 0;
	}
	h1 {
	  font-size: 30px;
	}
	.m-blue-bg{
		background:#153660 !important;
	}
	.m-red-bg{
		background:#d51a39;
	}
	.sec2 .right-sec{
		display:none;
	}
	.sec2 p {
		font-size: 18px;
		line-height: 26px;
	  }
	.ftr-top .mbl.bdr-lft{		
		border-left: 0;
		border-top: 1px solid #2c4f7b;
	}
	.ftr-top .mbl.bdr-lft::before{
		width:100%;
		height:1px;
		top:0;
	}
	.ftr-top ul.address{
		margin-top: 15px;
	}
	.list2{
		text-align: left;
	}
	.list2 li:first-child::before{
		display:block;
	}
	.testimonials .carousel-caption {
		padding: 30px 20px;
	  }
	.reviewer .reviewer-name {
	  font-size: 18px;
	  line-height: 18px;
	}
	.reviewer .reviewer-position {
	  font-size: 14px;
	}
	.testimonials.carousel {
	  position: relative;
	  margin-top: 25px;
	}

	.testimonials .carousel-control-prev, 	.testimonials .carousel-control-next{
		top:0;
		width:30px;
		height:30px;
		margin-top:-40px;
		border-radius:4px;
		background:#fff;
	}
	.testimonials .carousel-control-prev{
		left:auto;
		right:40px;
	}
	.testimonials .carousel-control-next{
		right:0;
	}
	.carousel-control-prev-icon{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23153660'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	}
	.carousel-control-next-icon {
	  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23153660'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	}
	.testimonials.carousel::before{
		width: 50px;
		height: 50px;
		top: -25px;
	}
	.lft-img-sec, .rgt-img-sec{
		width:100%;
		padding:0;
		margin-bottom:25px;
		float:none;
	}
	.inner .banner-container{
		bottom: 10px;
	}
	.banner-sec.inner .banner .banner-img {
	  float: right;
	  height: 120px;
	  width: auto;
	  max-width: none;
	  margin-right: -50px;
	}
	.banner-sec.inner .banner-container{
		background:none;
		position:absolute;
	}
	.banner-sec.inner .banner-container .banner-content{
		padding:2px 15px;
		background:rgba(0, 0, 0, .4);
	}
	.inner .banner-content h1 {
		font-size: 35px;
		line-height: 35px;
	}
	.video-sec {
		padding: 10px;
	}
}

@media screen and (max-width: 575px) {
	.banner-container{
		position: relative;
	  top: auto;
	  left: auto;
	  transform: none;
	  z-index: 99;
	  background:#091d31;
	}
	.banner-container .banner-content{
		padding: 20px;
	}
	.ftr-logo{
		margin-right:0;
		margin-bottom:20px;
	}
}

@media screen and (max-width: 480px) {
	.banner-container .banner-content {
		padding: 15px 10px;
	  }
	.banner-content h1 {
    font-size: 19px;
  }
  .banner-content h1 .style2 {
    font-size: 25px;
    line-height: 28px;
  }
   .banner-content h1 .style3 {
    font-size: 20px;
  }
  .banner-content h1 .style4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 400px) {
	
}