
.sec1, .sec2, .sec3, .sec4, .sec5, .contact_us{
    overflow: hidden;
}

/**********************sec1***************************/
.sec1{
    overflow: hidden;
    display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
/****************nav**************/

.nav_bar_{
	padding: 25px 10px; 
	-webkit-transition: 0.5s; 
	-o-transition: 0.5s; 
	transition: 0.5s;
}

.nav_bar_ i{
    color: white;
}

.navbar-light .navbar-toggler {
    color: white;
    border-color: white;
}

.nav-link{
    color: white !important;
    font-size: 20px;
	padding: 0 25px !important;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.nav-link:hover{
	color: #1befc5 !important;
}

.nav-link.active{
    color: #1befc5 !important;
}

.navbar-brand img{
    width: 50px;
}

.nav_ul_{
    margin: auto;
}

._form_user_{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: white;
    font-size: 19px;
}

._form_user_ p{
    padding-top: 11px;
}

.a_login, .a_register{
	color: white;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

.a_login:hover{
	color: #1befc5;
	text-decoration: none;
}

.a_register:hover{
	color: #1befc5;
	text-decoration: none;
}

.nav_bar_.black{
	background-color: #200E35;
	padding: 5px 10px; 
	-webkit-transition: 0.5s; 
	-o-transition: 0.5s; 
	transition: 0.5s;
}

/**************Home********************/
.home
{
	width: 100%;
	height: 100vh;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #4d1d85;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#200e35), to(#4d1d85));
    background-image: -webkit-linear-gradient(top, #200e35, #4d1d85);
    background-image: -o-linear-gradient(top, #200e35, #4d1d85);
    background-image: linear-gradient(to bottom, #200e35, #4d1d85);
    background: #4d1d85;
    background: -webkit-gradient(linear, left top, left bottom, from(#200e35), to(#4d1d85));
    background: -webkit-linear-gradient(top, #200e35, #4d1d85);
    background: -o-linear-gradient(top, #200e35, #4d1d85);
    background: linear-gradient(to bottom, #200e35, #4d1d85);
    z-index: 1;
}
.background_city
{
	z-index: 3;
}
.cloud
{
	position: absolute;
	width: 138px;
	height: 57px;
	z-index: 4;
}
.cloud img
{
	max-width: 100%;
}
.cloud_1
{
	top: 147px;
	left: -138px;
	-webkit-animation: cloud_anim 60s -39s linear infinite;
	animation: cloud_anim 60s -39s linear infinite;
}
.cloud_2
{
	top: 204px;
	left: -138px;
	-webkit-animation: cloud_anim 60s -6s linear infinite;
	animation: cloud_anim 60s -6s linear infinite;
}
.cloud_3
{
	top: 332px;
	left: -138px;
	-webkit-animation: cloud_anim 60s -45s linear infinite;
	animation: cloud_anim 60s -45s linear infinite;
}
.cloud_4
{
	top: 353px;
	left: -138px;
	-webkit-animation: cloud_anim 60s -15s linear infinite;
	animation: cloud_anim 60s -15s linear infinite;
	z-index: 2;
}
@-webkit-keyframes cloud_anim
{
	0%
	{
		left: -138px;
	}
	100%
	{
		left: calc(100vw + 138px);
	}
}
@keyframes cloud_anim
{
	0%
	{
		left: -138px;
	}
	100%
	{
		left: calc(100vw + 138px);
	}
}
.home_container
{
	position: absolute;
	left: 0;
	top: 40.9%;
	width: 100%;
	z-index: 5;
}

.home_title
{
	font-size: 60px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}
.home_text
{
	max-width: 750px;
	color: #FFFFFF;
	line-height: 2.14;
	margin-left: auto;
	margin-right: auto;
    margin-top: 9px;
    font-size: 16px;
}

/**********************sec1***************************/

/**********************sec2***************************/
.sec2{
	padding: 50px 10px;
	text-align: center;
}

.div_allsec2 h2{
	font-size: 44px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 60px;
}

.div_sec_content .intro_icon_container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    width: 210px;
    height: 210px;
    border-radius: 50%;
	background: #d5dfe3;
	border: 25px solid #F4F7F8;
}

.div_sec_content .intro_icon {
    width: 56px;
    height: 56px;
}

.div_sec_content .intro_icon img {
    max-width: 100%;
}

.div_sec_content .intro_item_title{
	color: #333333;
	margin-top: 15px;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
}

.div_sec_content .intro_item_text{
	color: #999999;
}

.intro_icon_container.active{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    width: 210px;
    height: 210px;
    border-radius: 50%;
	background: #1BEFC5;
	border: 25px solid #C6FBF0;
}

.div_allsec2 button{
	margin-top: 50px;
	border: none;
	background-color: #715691;
	color: white;
	padding: 15px 25px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.div_allsec2 button:hover{
	background-color: #1BEFC5;
}

.div_allsec2 button sub{
	font-size: 18px;
	font-weight: bold;
}
/**********************sec2***************************/

/***************************sec3************************/
.sec3{
    padding: 50px 10px;
    text-align: center;
    background-image: url(../images/services.jpg);
    background-size: cover;
}

.div_all_sec3 h2{
    color: white;
    font-weight: bold;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.content_sec3{
    margin: 10px;
    padding: 50px 10px;
    border: 5px solid white; 
    background-color: white;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.content_sec3:hover{
    border: 5px solid #1BEFC5; 
    -webkit-transform: scale(1.02); 
        -ms-transform: scale(1.02); 
            transform: scale(1.02)
}

.content_sec3:hover i{
    color: #1BEFC5;
}

.content_sec3:hover button{
    background-color: gray;
    color: white;
}

.content_sec3 i{
    font-size: 80px;
    color: #999999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.content_sec3 h4{
    font-weight: bold;
    color: #333333;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_sec3 p{
    color: #999999;
}

.content_sec3 button{
    border: none;
    background-color: #F4F7F8;
    border-radius: 10px;
    padding: 10px 20px;
    color: #999999;
    margin-top: 40px; 
    font-size: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.content_sec3 button:hover{
    background-color: #1BEFC5;
    color: white;
}

/***************************sec3************************/

/*******************sec4*******************/
.sec4{
    padding: 50px 10px;
}
.div_all_sec4 h2{
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.content_plan{
    border-radius: 10px;
    border: 2px solid #999999;
    border-left: 0px;
    margin-top: 30px;
    text-align: center;
    max-height: 470px;
    padding: 20px 0px;
}

.content_ac{
    border-right: 0px; border-left: 2px solid #999999;
}

.content_plan_act{
    background-color: white;
    padding: 40px 0px !important;
    border-radius: 10px;
    border: 2px solid #FF4546;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.content_plan_act:hover{
    border-color: #FF1213;
}

.content_plan h5{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 25px;
}

.content_plan .price_act{
    text-decoration: line-through;
    color: #999999;
    font-size: 18px;
}

.content_plan .discount{
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #B3A3E3;
    color: white;
}

.price-block {
    font-size: 40px;
}

.price-block-wrapper {
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.price-block__currency {
    font-size: 1em;
    font-weight: 700;
    margin-top: .2em;
}

.price-block__bigno {
    font-size: 3em;
    font-weight: 700;
    line-height: .8em;
}

.price-block__right-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.price-block-right-holder__cents {
    font-size: .8em;
    font-weight: 700;
}

.price-block-right-holder__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.price-block-right-holder-unit__unit {
    font-size: .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: .3em;
}

.content_plan .btn_started{
    color: white !important;
    background-color: #715691;
    padding: 10px 30px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 15px;
}

.content_plan .btn_started:hover{
    background-color: #1BEFC5;
}

.content_plan ul{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    list-style-type: none;
}

.content_plan ul li{
    margin-bottom: 5px;
}

.content_plan ul li ::before{
    content: "\f00c"; 
    font-family: fontAwesome;   
    color: #00B67A;
    margin-right: 5px;
}

.content_plan .btn_see_all{
    color: #999999;

}

.content_plan_act h5{
    padding: 0 50px;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}

.content_plan_act .price_act{
    text-decoration: line-through;
    color: #999999;
    font-size: 18px;
}

.content_plan_act .discount{
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #FFA2A2;
    color: white;
}

.content_plan_act .btn_started{
    color: white !important;
    background-color: #FF4546;
    padding: 10px 30px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 15px;
}

.content_plan_act .btn_started:hover{
    background-color: #FF1213;
}

.content_plan_act ul{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    list-style-type: none;
}

.content_plan_act ul li{
    margin-bottom: 5px;
}

.content_plan_act ul li ::before{
    content: "\f00c"; 
    font-family: fontAwesome;   
    color: #00B67A;
    margin-right: 5px;
}

.content_plan_act .btn_see_all{
    color: #999999;
}

._tr{
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 110px solid #FF4546;
    border-right: 110px solid transparent;
    z-index: 0;
}

.uniqu{
    position: absolute;
    top: 30px;
    left: -15px;
    font-weight: bold;
    color: white;
    -webkit-transform: rotate(-48deg);
        -ms-transform: rotate(-48deg);
            transform: rotate(-48deg)
}
/*******************sec4*******************/

/***************************sec5*********************/
.sec5{
    background-color: #F7F9FC;
}

.div_all_sec5{
    width: 100%;
}

.sec5 .row{
    margin: 0px !important;
    padding: 0px !important;
}

.img_div_sec5{
    background-image: url(../images/person2.png);
    background-size: cover;
    margin: 0px;
    right: 0px;
}

.part_1{
    padding: 140px 70px;
}

.part_1 img{
    width: 50px;
    margin-bottom: 10px;
}

.min_part{
    text-align: center;
    margin: 15px;
}

.min_part p{
    color: #333333 !important;
    font-weight: 600;
}

.part_1 h2{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.part_1 p{
    color: #7e7a7a;
}
/***************************sec5*********************/

/***************contact_us***************************/
.contact_us{
    width: 100%;
    background-color: #26064C;
}

.div_allcontact_us{
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.div_allcontact_us h2{
    margin-bottom: 30px;
    color: #1BEFC5;
    font-size: 50px;
    text-align: left;
    font-weight: bold;
}

.div_6_content{
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


input{
    background-color: #715691;
    border-radius: 10px;
    border: none;
    height: 40px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 14px;
    width: 100%;
    margin-bottom: 20px; 
    color: #1BEFC5;
}

textarea{
    background-color: #715691;
    border-radius: 5px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 14px;
    padding-top: 10px;
    resize: none;
    margin-bottom: 20px; 
    color: #1BEFC5;

}
::-webkit-input-placeholder{
    color: rgb(175, 174, 174);
}
:-ms-input-placeholder{
    color: rgb(175, 174, 174);
}
::-ms-input-placeholder{
    color: rgb(175, 174, 174);
}
::placeholder{
    color: rgb(175, 174, 174);
}

.editText_message{
    width: 100%;
    height: 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.editText_message::-webkit-input-placeholder{
    padding: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}

textarea:focus, input:focus{
    border-color: #FF305B; 
}

.div_content_us button{
    border: none;
    background-color: #1BEFC5;
    border-radius: 5px;
    color: #26064C;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 22px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 20px;
}

.div_content_us button:hover{
    background-color: #7836C6;
    color: white;
}

.contact_us label{
    color: #1BEFC5;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
}

.contact_us ul{
    list-style-type: none;
    text-align: left;
    padding: 0px 4px;
    color: white;
    line-height: 40px;
}

.contact_us ul li a{
    color: white !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}

.contact_us ul li a:hover{
    color: #1BEFC5 !important;
}
/***************contact_us***************************/

/******footer*************************/

footer{
    position: relative;
    padding: 1px;
    background-color: #31214D;
    overflow: hidden;
}

.icons_footer{
    color: white;
    text-align: left;
}

.icons_footer .fa-facebook-f{
    position: relative;
    z-index: 5;
    margin: 10px;
    font-size: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.icons_footer .fa-twitter{
    margin: 10px;
    font-size: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.icons_footer .fa-linkedin-in{
    position: relative;
    z-index: 5;
    margin: 5px 5px;
    font-size: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

 .icons_footer .fa-facebook-f:hover,
 .icons_footer .fa-twitter:hover,
 .icons_footer .fa-linkedin-in:hover{
    color: #1BEFC5;
 }

footer .par p{
    position: relative;
    z-index: 5;
    text-align: right;
    margin: 6px 0px;
    color: white;
}

footer span {
    font-family: 'Righteous', cursive;
    position: relative;
    z-index: 6;
	color: #1BEFC5;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

footer span:hover {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	
}

footer .img_cloud_footer_1{
    width: 50px;
    position: absolute;
    top: 6px;
    animation: cloud_anim 60s -15s linear infinite;
    z-index: 6;
}

footer .img_cloud_footer_2{
    width: 50px;
    position: absolute;
    bottom: 6px;
    -webkit-animation: cloud_anim 60s -45s linear infinite;
	animation: cloud_anim 60s -40s linear infinite;
    z-index: 2;
}
@-webkit-keyframes cloud_anim
{
	0%
	{
		left: -138px;
	}
	100%
	{
		left: calc(100vw + 138px);
	}
}

/******footer*************************/
