body {
   font-family: 'Quicksand',sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-align: unset;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    color: #808080;
}

*, *:before, *:after{
	-webkit-box-sizing: border-box;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
div{
	position: relative;
}


.container {
    max-width: 1269px;
}
.upper-header{
	color: #B7B7B7;
	background: #000;
	padding: 8px 0px 8px 0px;
}
.upper-header a{
	color: #B7B7B7;
}
.upper-header .e-id i{
	margin-right: 5px;
}
.upper-header a:hover{
	color: #a4dc7a;
}
.upper-header .u-ic{
	float: right;
}
.upper-header .u-ic i{
margin-right: 30px;
}
.navbar{
	background:#fff;
}
.navbar.navbar-light .navbar-nav .nav-link{
 display: inline-block;
   padding: 30px 19px;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    text-transform: none;
    font-weight: 600;
    color: #ea0808;
}
.navbar .logo{
	max-width: 50%;
}
.navbar .dropdown-menu {
  display: none;
    position: absolute;
    background-color: #fff;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    border-radius: 10px;
    border: none;
    padding: 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.navbar .dropdown-menu:hover{
	display: block;
}
#demo .carousel-item.item1{
  background: url(../images/slider1-bg.png);
  background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 800px;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
}
#demo .carousel-item.item2{
  background: url(../images/slider2-bg.png);
  background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 800px;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
}
#demo .carousel-item.item3{
  background: url(../images/slider3-bg.png);
  background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 800px;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
}
#demo .title{
	line-height: 60px;
    letter-spacing: -2px;
    font-weight: 700;
    font-size: 54px;
}
#demo .title .t1{
	 color: rgb(111, 26, 183);
}
#demo .title .t2{
	color: rgb(254, 158, 0);
}
#demo .para{
	color: rgb(0, 0, 0);
	font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0;
}
#demo .btn{
	border-radius: 35px;
    padding: 0px 40px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    background: #000;
    font-weight: 600;
}
#demo .caption.c1{
	padding-left: 65px;
	padding-top: 181px;
}
#demo .carousel-indicators {
	bottom: 38px;
	z-index: 99;
}
#demo .carousel-indicators li{
background-color: transparent;
    border: 2px solid #ff236c;
    box-shadow: 0 0 1px #ff236c;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
#demo .carousel-indicators .active{
	background:#ff236c;
}
#demo .item2 .t3{
  color: #000;
}
#demo .item2 .t1{
	color: rgb(1, 172, 253);
}
#demo .item3 h3{
 color: rgb(111, 26, 183);
 font-size: 34px;
 line-height: 50px;
 font-weight: 600;
}
#demo .item3 .t1{
	color: rgb(235, 62, 222);
	font-size: 54px;
	font-weight: 600;
}
#demo .item3 .list1:before{
font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    content: "\f118";
    margin-right: 14px;
    font-size: 19px;
}
#demo .item3 .list1{
	color: #000;
	font-weight: 600;
}
#demo .item3 .ulist{
	padding: 20px 0;
}
#demo .btn:hover{
	background: #ef59ac;
}

.welcome-page{
	background: url(../images/icon-box-bg1.png), url(../images/icon-box-bg2.png);
	background-repeat: no-repeat;
	background-size: contain;
    background-position: 100% 50%, 2% 50%;
    padding: 30px;
    text-align: center;
	height: 100vh;
}
.welcome-page .box1{
	text-align: center;
	padding: 70px 15px 70px 15px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #def5ff 0%, rgba(220,221,222,.05) 80%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #def5ff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05) inset;
	top: 0;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.welcome-page .box1:hover{
	top: -10px;
}
.welcome-page .box1 h3{
	font-size: 20px;
    color: #000;
    font-weight: 700;
    padding: 18px 0;
	line-height: 36px;
}
.welcome-page .box1 h3 small{
	font-size: 90%;
	font-weight: 700;
	color: #808080;
}
.welcome-page .box1 a{
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	color: #64c8ff;
}
.welcome-page .box1.bx2 a{color: #f0aa00;}
.welcome-page .box1.bx3 a{color: #8700ff;}
.welcome-page .box1.bx4 a{color: #ff6d9d;}
.welcome-page .box1 a:after {
    content: "";
    -webkit-mask-image: url(../images/sep-mask-img.png);
    mask-image: url(../images/sep-mask-img.png);
    width: 0;
    height: 100%;
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    position: absolute;
    left: 0;
    bottom: -15px;
    mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
	background-color: #64c8ff;
}
.welcome-page .box1.bx2 a:after {background-color: #f0aa00;}
.welcome-page .box1.bx3 a:after {background-color: #8700ff;}
.welcome-page .box1.bx4 a:after {background-color: #ff6d9d;}
.welcome-page .box1 a:hover:after {
	width: 100%;
}
.welcome-page .box1 .icon img{
	height: 100px;
}
.sec1{
	background-color: #BAE7FF;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -50px;
    margin-bottom: 0px;
    padding: 120px 0px 70px 0px;
}
.sec1 .box1 .icon{
	background-color: #f0aa00;
    font-size: 45px;
    padding: 32px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 41%;
    line-height: 52px;
    height: 118px;
    left: 84px;
    margin-bottom: 37px;
}
.sec1 .box1 .icon svg{
 width: 1em;
    height: 1em;
    fill: #fff;
    overflow: hidden;
}
.sec1 .box1 .ic2{
	   background-color: #ff236c
}
.sec1 h3{
	color: #000;
    font-weight: 600;
    font-size: 23px;
}
.sec1 .box1 .ic3{
    background-color: #64c8ff;
 }
 .sec1 .box1 .ic4{
background-color: #A5C347;
}
.sec1 .box1:hover{
	background: #fff;
    padding: 47px 0;
    border-radius: 14px;
    box-shadow: -1px 1px 20px 6px #dcdede;
    box-sizing: border-box;
}

.sec5 .title,
.sec2 .title,
.welcome-page .title{
	margin-bottom: 50px;
}
.sec5 .title span,
.sec2 .title span,
.welcome-page .title span{
    border-bottom: 2px solid #ff6d9d;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 180px;
}
.sec5 .title span:after,
.sec2 .title span:after,
.welcome-page .title span:after{
	background-color: #ff6d9d;
	bottom: -4px;
    border-radius: 20px;
    content: "";
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
}
.sec5 h2,
.sec2 h2, .welcome-page h2{
	text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 4px;
}
.sec2{
	background: url(../images/icon-box-bg.png);
	background-size: contain;
    background-position: 100% 50%;
    padding: 60px;
    text-align: center;
}
.sec2 .box1{
	margin: 0 18px !important;
	width: 363px!important;
	height: 510px!important;
	text-align: center;
	padding: 55px 30px 55px 30px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #def5ff 0%, rgba(255,255,255,0) 80%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #def5ff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05) inset;
}
.sec2 .bx2, .welcome-page .bx2{
	background-image: linear-gradient(180deg, #fff4dc 0%, rgba(220,221,222,.05) 80%);
    border-color: #fff4dc;
}
.sec2 .bx3, .welcome-page .bx3{
	background-image: linear-gradient(180deg, #eee1ff 0%, rgba(220,221,222,.05) 80%);
    border-color: #f2e8ff;
}
.sec2 .bx4, .welcome-page .bx4{
	background-image: linear-gradient(180deg, #ffe8f0 0%, rgba(220,221,222,.05) 80%);
    border-color: #ffe8f0;
}
.sec2 .box1 h3{
	font-size: 23px;
    color: #000;
    font-weight: bold;
    padding: 18px 0;
}
.sec2 .box1 p{
	font-size: 16px;
    font-weight: 500;
    color: #565555;
    padding-bottom: 19px;
}
.sec2 .box1 a{
	font-weight: 600;
}
.sec2 button.slick-next, button.slick-next:hover {
top: 106% !important;
    left: 51% !important;
 }
 button.slick-prev, button.slick-prev:hover {
 	top: 106% !important;
    left: 47% !important;
 }
 .sec3{
 	background: url(../images/sec3-bg.jpg);
 	background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
 }
 .sec3 .overlay{
 	background-color: #5F5AF0;
    opacity: 0.98;
    padding: 100px 0;
 }
 .sec3 h2{
 	color: #fff;
 	font-size: 36px;
 	line-height: 50px;
 	font-weight: 700;
 }
 .sec3 p{
 	color: #fff;
 	padding: 24px 0;
 	font-weight: 600;
 }
 .sec3 .box1{
 	margin-bottom: 22px;
 	background: #fff;
 	padding: 10px 25px;
    border-radius: 50px;
    display: flex;
     width: 539px;
 }
.sec3 svg{
	width: 50px;
    height: 50px;
    position: relative;
    display: block;

}
.sec3 .hn12{
	font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #202020;
    margin-top: 10px;
    margin-left: 28px;
}
.sec3 .ic3 svg{
	fill: #FFC259;
}
.sec3 .ic2 svg{
	fill: #64C8FF;
}
.sec3 .ic1 svg{
	fill: #FF236C;
}
.sec5 .container,
.sec4 .container,
.sec3 .container{
    max-width: 1175px;
}
.sec4{
	padding: 72px 0;
}
.sec4 .in{
	background-size: auto;
    background-position: 99.5% 0%;
    background: url(../images/sec4-bg.png);
}
.sec4 img{
	border-radius: 20px;
}
.sec4 .left1{
  margin-bottom: 30px;
}
.sec4 .img2{
margin-top: 94px;
}
.sec4 .form-box{
	box-shadow: 10px 0px 60px 0px rgba(0,0,0,0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}
.footer input,
.sec4 select,
.sec4 input{
	border-color: #eeeeee;
	border-radius: 30px;
	padding: 24px 25px;
    margin-bottom: -15px;
}
.sec4 select{
	height: 49px;
    padding: 0 25px;
}
.sec4 .hn3{
	color: #000;
    font-weight: bold;
    font-size: 24px;
}
.footer .btn,
.sec4 .btn{
	background-color: #f0aa00;
    font-weight: bold;
    padding: 11px 40px;
    margin-top: 37px;
    text-align: center;
    border: none;
    width: 100%;
    border-radius: 50px;
}
  .form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sec5{
	background-color: #A5C347;
    opacity: 0.9;
    color: #fff;
    text-align: center;
}
.sec5 h2{
	color: #fff;
}
.sec5 .title span:after{
	background-color: #fff;
}
.sec5 .img1{
display: block;
  width: 100%;
  height: auto;
  position: relative;
  transition: .5s ease;
}
.sec5 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ffffff9e;
  border-radius: 20px;
}
.sec5 .img12:hover .overlay{
  opacity: 1;
}
.sec5 .ic{
	padding-top: 89px;
}
.sec5 .box1 i{
	background: #000;
	color: #fff;
	padding: 15px;
	border-radius: 100px;
	 font-size: 20px;
}
.sec5 .img1{
	border-radius: 20px;
}
.sec5 .cn{
	padding-top: 37px;
}
.sec5 h4{
	font-size: 28px;
    padding: 16px 0;
    font-weight: bold;
}
.sec5 .btn{
	font-size: 17px;
    font-weight: bold;
    border-radius: 50px;
    padding: 9px 31px;
    border:none;
}
.sec5 .box1 i:hover,
.sec5 .btn:hover{
	background: #15b8fb;
    color: #fff;
}
.sec5 {
	padding: 50px;
}
.footer .newsletter{
	border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 60px 50px 60px;
    z-index: 10;
    border-radius: 20px;
}
.footer .df{
	color: #8700ff;
    font-size: 22px;
}
.footer input{
  width: 362px;
}
.footer form{
	display: flex;
}
.footer .btn{
	margin-left: 10px;
	 padding: 11px 34px;
	 margin-top: 31px;
}
.footer .img12{
	display: inline-block;
    position: absolute;
    left: 27px;
}
.footer .para,
.footer .hn2{
	color: #000;
    font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.welcome-page {
		padding: 40px 0;
		height: auto;
	}
	.sec5 .title, .sec2 .title, .welcome-page .title {
		margin-bottom: 30px;
	}
	.welcome-page .box1 {padding: 30px 15px 30px 15px;margin-bottom: 20px;}
	.sec5 h2, .sec2 h2, .welcome-page h2 {
		font-size: 24px;
	}
	.welcome-page .box1 h3 {
		font-size: 18px;
		line-height: 30px;
		padding: 18px 0 9px;
	}
}
