html {
  scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a{
	text-decoration: none;
}
._title{
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #553C8B;
	text-align: center;
}
/*////*/

nav{
	padding: 25px 0;
}
header{
	padding-bottom: 130px;
	background-image: url(../img/bg1.png);
	background-size: cover;
	background-position: center bottom;
}
.h-logo{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.h-logo > a{
	display: inline-block;
}
.h-logo > a > img{
	width: 75px;
}
.h-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.h-nav-li-a{
	font-size: 20px;
	color: #553C8B;
	font-weight: 600;
	text-transform: uppercase;
}
.h-call{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.h-call > a{
	font-size: 20px;
	font-weight: 700;
	color: #553C8B;
}
.hsec1{
	margin-top: 75px;
}
.hsec1-left{
	padding: 0 15px 0 15px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.hsec1-left > h1{
	font-size: 36px;
	font-weight: 400;
	color: #1e1e1e;
	margin: 0;
	width: 100%;
}
.hsec1-left > h1 > span{
	color: #553C8B;
	font-weight: 700;
}
.hsec1-left-t1{
	width: 100%;
	margin-top: 15px;
	color: #1e1e1e;
	font-weight: 400;
	font-size: 24px;
}
.hsec1-right{
	width: 100%;
}
.hsec1-right > img{
	display: block;
	width: 100%;
}
.sec1{
	padding: 75px 0;
}
.sec1-row2{
	margin-top: 75px;
}
.sec1-img{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sec1-img > img{
	display: block;
	width: 100%;
}
.sec1-text{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 20px;
	color: #1e1e1e;
	line-height: 30px;
}
.sec2{
	padding: 50px 0;
	background: -webkit-linear-gradient(191.47deg, rgba(204, 193, 255, 0.5) 20.91%, rgba(158, 169, 240, 0.5) 82.14%);
	background: linear-gradient(258.53deg, rgba(204, 193, 255, 0.5) 20.91%, rgba(158, 169, 240, 0.5) 82.14%);
}
.sec2 ._title{
	margin-top: 25px;
}
.sec2-items{
	margin-top: 75px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.sec2-items-item{
	width: 40%;
	max-width: 260px;
	padding: 25px 37px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
}
.sec2-items-item-img{
	width: 100%;
}
.sec2-items-item-img > img{
	display: block;
	width: 100%;
	border-radius: 5px;
}
.sec2-items-item-t1{
	margin-top: 25px;
	font-size: 18px;
	color: #1e1e1e;
	font-weight: 500;
	text-align: center;
}
.sec2-items-item-t2{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #1e1e1e;
	font-weight: 400;
}
.sec2-btn{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.sec2-btn > button{
	display: block;
	margin:  auto;
	font-family: 'Montserrat', sans-serif;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 11px 31px;
	border-radius: 30px;
	background: rgba(85, 60, 139, 0.8);
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.sec3{
	padding: 75px 0;
}
.sec3-items{
	margin-top: 50px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.sec3-items-item{
	cursor: pointer;
	width: 100%;
	padding: 15px 50px 15px 30px;
	border-radius: 5px;
	background-color: rgba(158, 169, 240, 0.1);
	position: relative;
	margin-top: 25px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.sec3-items-item.active{
	background-color: rgba(204, 193, 255, .5)
}
.sec3-items-item:first-child{
	margin-top: 0;
}
.sec3-items-item-text{
	font-size: 18px;
	color: #1e1e1e;
	font-weight: 600;
	text-transform: uppercase;
}
.sec3-items-item-btn{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 13px;
	right: 20px;
}
.sec3-items-item-btn > span{
	position: relative;
}
.sec3-items-item-btn > span:before,
.sec3-items-item-btn > span:after{
	position: absolute;
	content: '';
	width: 25px;
	height: 3px;
	background-color: #553C8B;
	top: 13px;
	left: 0;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.sec3-items-item-btn > span:before{
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.sec3-items-item.active .sec3-items-item-btn > span:before{
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}
.sec3-items-item-textmore{
	font-size: 16px;
	margin-top: 15px;
	display: none;
}
.sec4{
	padding: 70px 0;
	background: -webkit-linear-gradient(191.47deg, rgba(204, 193, 255, 0.5) 20.91%, rgba(158, 169, 240, 0.5) 82.14%);
	background: linear-gradient(258.53deg, rgba(204, 193, 255, 0.5) 20.91%, rgba(158, 169, 240, 0.5) 82.14%);
}
.sec4-slider{
	margin-top: 75px;
}
.sec4-slider-slide-feed{
	display: block;
	width: 80%;
	max-width: 670px;
	background-color: #CCC1FF;
	position: relative;
	padding: 60px 40px;
	border-radius: 30px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin: auto;
}
.sec4-slider-slide-feed:before{
	content: '';
	position: absolute;
	border: 30px solid transparent;
	border-top: 30px solid #CCC1FF;
	top: 100%;
	right: 45px;
}
.sec4-slider-slide-feed-name{
	font-weight: 600;
	font-size: 18px;
	color: #1e1e1e;
}
.sec4-slider-slide-feed-text{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #1e1e1e;
}
.sec4-slider-slide-feed-date{
	font-weight: 600;
	font-size: 12px;
	font-weight: 600;
	margin-top: 15px;
}
.sec4-slider-slide{
	padding: 50px 10px;
}
.sec4 .slick-prev{
	z-index: 5;
}
.sec4 .slick-prev:before{
	content: url(../img/keyboard-left.svg);
}
.sec4 .slick-next:before{
	content: url(../img/keyboard-right-arrow-button.svg);
}
.sec4 .slick-slide{
	outline: none;
}
.sec5{
	padding: 75px 0;
}
.sec5-row2{
	margin-top: 80px;
}
.sec5-map{
	display: block;
	width: 100%;
}
.sec5-left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
}
.sec5-left-text-row{
	margin-top: 15px;
}
.sec5-left-text-row > a{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	color: #553C8B;
}
.sec5-left-text-row:first-child{
	margin-top: 0;
}
.sec5-left-text-row-img{
	margin-right: 25px;
}
.sec5-left-text-row-img > img{
	display: block;
	width: 38px;
}

footer{
	background: -webkit-linear-gradient(216.68deg, rgba(204, 193, 255, 0.5) 18.75%, rgba(158, 169, 240, 0.5) 90.58%);
	background: linear-gradient(233.32deg, rgba(204, 193, 255, 0.5) 18.75%, rgba(158, 169, 240, 0.5) 90.58%);
	padding: 35px 0;
}
.flogo{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.flogo > a{
	display: inline-block;
	max-width: 280px;
}
.flogo > a > img{
	display: block;
	width: 100%;
}
.fcall{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.fcall > a{
	font-size: 20px;
	font-weight: 700;
	color: #553C8B;
}
.fsocial{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.fsocial > a{
	display: inline-block;
	margin-left: 15px;
}
.fsocial > a > img{
	height: 35px;
}

@media(max-width: 1200px){
	.h-nav-li-a{
		font-size: 17px;
	}
}
@media(max-width: 996px){
	.hsec1 .row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.hsec1{
		margin-top: 50px;
	}
	.sec1-img > img{
		max-width: 350px;
		margin: auto;
	}
	.sec1-text{
		margin-top: 50px;
		text-align: center;
	}
	.hsec1-left{
		text-align: center;
		margin-top: 50px;
	}
	.sec5-left{
		padding-bottom: 50px;
	}
	._title{
		font-size: 32px;
	}
	.sec5-row2{
		margin-top: 50px;
	}
	.h-nav{
		margin-top: 10px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.h-call{
		margin-top: 15px;
	}
	.h-nav-li{
		margin: 0 10px;
	}
	.sec2-btn > button{
		font-size: 16px;
	}
}
@media(max-width: 780px){
	.sec3-items-item-text{
		text-transform: none;
	}
	.sec1-text{
		font-size: 16px;
	}
	.hsec1-left-t1{
		font-size: 18px;
	}
	._title{
		font-size: 28px;
	}
	.flogo{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.fcall{
		padding-top: 20px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.fsocial{
		padding-top: 20px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.sec4-slider{
		margin-top: 25px;
	}
	.sec4-slider-slide-feed{
		width: 100%;
	}
	.sec2-items-item{
		width: 100%;
	}
	.sec5-left-text-row > a{
		font-size: 20px;
	}
	.sec1-row2{
		margin-top: 40px;
	}
}
@media(max-width: 650px){
	.sec4-slider-slide-feed-text{
		font-size: 16px;
	}
	.hsec1-left > h1{
		font-size: 30px;
	}
	header{
		padding-bottom: 50px;
	}
	.sec2-btn > button{
		font-size: 14px;
	}
}
@media(max-width: 400px){
	.sec4-slider-slide-feed{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.sec5-left-text-row > a{
		font-size: 16px;
	}
	.hsec1-left > h1{
		font-size: 24px;
	}
	.sec3-items-item-text{
		font-size: 16px;
	}
	.sec5-left-text-row-img > img{
		width: 25px;
	}
}
.sec1-2{
	margin-top: 50px;
}
.title2{
	font-size: 30px;
}
.sec1-2-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 50px;
}
.sec1-2-items-item{
	width: 100%;
	margin-bottom: 2%;
	background-color: rgba(158, 169, 240, 0.1);
	padding: 25px;
	border-radius: 5px;
	color: #1e1e1e;
}
.sec1-2-items-item-hide{
	display: none;
}
.sec1-2-items-item:nth-child(2n+1){
	margin-left: 0;
}
.sec1-2-items-item-title{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #553C8B;
}
.sec1-2-items-item-t1 > .fw500{
	font-weight: 500;
	color: #553C8B;
}
.sec1-2-items-item-t1{
	margin-bottom: 10px;
}
.sec1-2-items-item-t1-ul{
	margin-top: 10px;
}
.sec1-2-items-item-t1-ul-li{
	font-size: 14px;
}
@media(max-width: 600px){
	._title{
		font-size: 24px;
	}
}
.devs{
	margin-top: 15px;
	text-align: center;
}
.devs-a{
	font-weight: 500;
	color: rgb(85, 26, 139);
}