@import url('https://cdn-uicons.flaticon.com/2.3.0/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.3.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.3.0/uicons-bold-rounded/css/uicons-bold-rounded.css');

*{
    padding: 0;
    margin: 0;
}

ul{
    margin-left: 0;
    padding-left: 0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

body{
    font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}

/* header */
.header-top{
    background: linear-gradient(90deg, #b2285d 0%, #e16ba4 100%);
    padding: 12px 0 0;
    color: #fff;
}

.header-left{
    /* margin-top: 10px; */
}

.header-top li{
    font-size: 14px;
    display: inline-block;
    padding: 0 7px;
    position: relative;
}

.header-top li::after{
    content: '';
    width: auto;
    left: auto;
    bottom: 0;
    right: calc(-7px / 2);;
    position: absolute;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 1px solid #636363;
    display: block;
}

.header-top i{
    margin-right: 5px;
}

.header-social{
    text-align: end;
}

.header-social a{
    color: #fff;
}

.header-bottom{
    border-bottom: 1px solid rgba(255, 255, 255 ,0.5);
    background: #fff;
}



.call{
    background: linear-gradient(90deg, #f78122, #fac60b);
    display: flex;
    flex-direction: row;
    padding: 20px 20px;
    height: 100%;
    color: #fff;
    align-items: center;
}

.call i{
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
    margin-top: 5px;
}

.call h5{
    font-size: 14px;
}

.call a{
    font-weight: 800;
    color: #fff;
}

/* banner */
.banner{
    position: relative;
    overflow: hidden;
    color: #fff;
    
}
.strike{
    height: 50rem !important;
    transform: scale(1);
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    filter: grayscale(0);
    background-position: top !important;
    background-size: cover !important;
}

.banner h3{
    font-size: 16px;
    font-weight: 400;
}

.banner h1{
    padding-left: 15px;
    border-left: 5px solid #fff;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 300;
}

.banner h1 strong{
    font-weight: 700;
}

.strike.b1{
    background:linear-gradient(rgba(0, 0, 0, 0.555),rgba(0,0,0,0.5)), url(./img/b1.jpg);
    
}
.strike.b2{
    background:linear-gradient(rgba(0, 0, 0, 0.555),rgba(0,0,0,0.5)), url(./img/b2.webp);
}


.b-content{
    position: absolute;
    top: 30%;
    z-index: 11111;
}

.banner-button{
    margin-top: 40px;
    display: flex;
    justify-content: start;
}

/* .b-btn{
    padding: 15px 35px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
} */


.b-btn{
    position: relative;
	padding: 15px 35px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	
	border: 1px solid rgba(255, 255, 255, 0.171);
	font-weight: 500;
	overflow: hidden !important;
	background: linear-gradient(90deg, #0ba823, #3bc34f);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
    transition: all .3s ease-in-out;
}



.b-btn:hover{
    background: #FFB763;
    
}

/* .b-btn::before{
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,.1);
} */

.b-btn::after{
    content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
	transition: 0.5s;
	transition-delay: 0.5s;
}


.b-btn:hover::after{
    left: 100%;
}

.b-btn span{
	position: absolute;
	display: block;
	transition: 0.5s ease;


}

.b-btn span:nth-child(1){
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}


.b-btnhover span:nth-child(1){
	width: 100%;
	height: 1px;
	transform: translateX(100%);
}

.b-btn span:nth-child(2){
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.b-btn:hover span:nth-child(2){
	height: 100%;
	transform: translateY(100%);
}

.b-btn span:nth-child(3){
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #fff;
}

.b-btn:hover span:nth-child(3){
	width: 100%;
	height: 1px;
	transform: translateX(-100%);
}

.b-btn span:nth-child(4){
	bottom: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.b-btn:hover span:nth-child(4){
	height: 100%;
	transform: translateY(-100%);
}

/* about */
.about{
    padding: 4rem 0;
    /* background: url(./img/shape30.png); */
    background-repeat: no-repeat;
    background-position: bottom left;
    
}

.about .sec-title, .abroad .sec-title{
    margin-bottom: 30px;
}

.about h5, .abroad h5, .classes h5{
    font-weight: 700;
    font-size: 15px;
    color: #125FCD;
    margin-bottom: 15px;
}

.about h2, .abroad h2, .classes h2{
    border-left: 5px solid #125FCD;
    padding-left: 20px;
    font-weight: 300;
}

.about h2{
    font-weight: 700;
    color: #f78122;
}

.about h2 strong, .abroad h2 strong{
    font-weight: 700;
}

.about p{
    font-size: 15px;
}

.about-block{
    position: relative;
}

.about-block .item-exprience{
    position: absolute;
bottom: 20px;
left: -10px;
z-index: 111;
}

.about-img{
    position: relative;
    z-index: 1;
}

.about-block .item-exprience .item-content{
    position: relative;
z-index: 5;
padding: 100px 100px 0px 10px;
display: flex;
flex-direction: column;
justify-content: center;
}

.about-block .item-content::before {
content: "";
height: 240px;
width: 100%;
position: absolute;
left: -15px;
bottom: -35px;
z-index: -5;
clip-path: polygon(0 0, 0% 100%, 100% 100%);
background: linear-gradient(90deg, #125FCD, #00aceb);
}

.about-block .item-content .item-year {
color: #ffffff;
font-size: 72px;
line-height: 26px;
font-weight: 700;
font-family: "Roboto", sans-serif;
margin-bottom: 30px;
}

.about-block .item-exprience .item-content .item-time {
color: #ffffff;
font-size: 16px;
line-height: 18px;
font-weight: 400;
font-family: "Roboto", sans-serif;
}
.about1, .about2{
    margin-bottom: 20px;
    height: 15rem;
}




.about-img img{
    height: 100%;
    object-fit: cover;
}

.about-choice{
    display: flex;
    flex-direction: row;
    align-items: start;
}

.about-choice .icon{
    border-radius: 0px 0px 20px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 10px 10px 0px 5px;
    padding: 10px 10px 10px 10px;
    background:#fff;
    color: #125FCD;
    font-size: 36px;
    margin-right: 15px;
    display: inline-block;
}

.about-choice h6{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px
}

.a-choice p{
    font-size: 13px;
    color: #6a6f78;
}

.about-content{
    margin-top: 15px;
}

.about-contact{
    margin-top: 25px;
}

.abt-contact{
    display: flex;
}

.about-icon i{
    height: 60px;
    width: 60px;
    color: #B6325F;
    border-radius: 50%;
    border: 2px solid #B6325F;
    line-height: 52px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
}

.about-call span{
    font-weight: 600;
}

.about-contact a{
    font-weight: 700;
    color: #125FCD;
    font-size: 25px;
}


.about-btn{
    display: flex;
    justify-content: start;
    
}

.about-btn a{
    position: relative;
	padding: 15px 45px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	
	border: 1px solid rgba(255, 255, 255, 0.171);
	font-weight: 500;
	overflow: hidden !important;
	background: linear-gradient(90deg, #c3023f, #d9854d);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
    transition: all .3s ease-in-out;
}



.about-btn a:hover{
    background: #1D222A;
    
}


.about-btn::after{
    content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
	transition: 0.5s;
	transition-delay: 0.5s;
}


.about-btn:hover::after{
    left: 100%;
}

.about-btn span{
	position: absolute;
	display: block;
	transition: 0.5s ease;


}

.about-btn span:nth-child(1){
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}


.about-btnhover span:nth-child(1){
	width: 100%;
	height: 1px;
	transform: translateX(100%);
}

.about-btn span:nth-child(2){
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.about-btn:hover span:nth-child(2){
	height: 100%;
	transform: translateY(100%);
}

.about-btn span:nth-child(3){
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #fff;
}

.about-btn:hover span:nth-child(3){
	width: 100%;
	height: 1px;
	transform: translateX(-100%);
}

.about-btn span:nth-child(4){
	bottom: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.about-btn:hover span:nth-child(4){
	height: 100%;
	transform: translateY(-100%);
}


/*services */
.services{
    padding: 5rem 0;
    background: linear-gradient(90deg,#0ba823 ,#3bc34f);
    color: #fff;
    overflow: hidden;
    
}

.services h3{
    font-size: 18px;
}


.services h2{
    font-size: 35px;
    padding-left: 20px;
   
    font-weight: 700;
    text-align: center;
}

.ser-desc p{
    margin-top: 30px;
}

.service-desc{
    margin-top: 30px;
}

.service-desc .nav-pills .nav-link.active{
    background: linear-gradient(90deg, #c3023f, #d9854d);
    color: #fff;
}

.service-desc .nav-pills .nav-link{
    padding: 15px 45px;
    border-radius: 0;
    background: #fff;
    color: #000;
    border-bottom: 4px solid #c3023f; 
    
}

.service-box{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.service-box .item-content{
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
    padding: 35px 30px;
    border: 1px solid #ECECEC;
    border-bottom: none;
}

.service-box h5 a{
    font-size: 20px;
    color: #b2285d;
    font-weight: 700;
}

.service-box .item-title{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.service-box .item-title::after{
    content: "";
    height: 4px;
    width: 90px;
    background-color: #f78122;
    position: absolute;
    bottom: 0;
    left: 0;
}

.service-box p{
    color: #1D222A;
    font-size: 13px;
}

.service-box .item-img{
    height: 15rem;
    position: relative;
}

.service-box .item-img::after{
    content: "";
    height: 17px;
    width: 35px;
    position: absolute;
    left: 30px;
    top: 94%;
    z-index: 1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #ffffff;
}

.service-box .item-img img{
    height: 100%;
    object-fit: cover;
}

.s-btn{
   
    margin-top: 30px;
   display: flex;
   justify-content: center;
    
}

.s-btn a{
    position: relative;
	padding: 15px 45px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	
	border: 1px solid rgba(255, 255, 255, 0.171);
	font-weight: 500;
	overflow: hidden !important;
	background: linear-gradient(90deg, #b2285d, #d64475);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
    transition: all .3s ease-in-out;
}



.s-btn a:hover{
    background: #1D222A;
    
}


.s-btn::after{
    content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
	transition: 0.5s;
	transition-delay: 0.5s;
}


.s-btn:hover::after{
    left: 100%;
}

.s-btn span{
	position: absolute;
	display: block;
	transition: 0.5s ease;


}

.s-btn span:nth-child(1){
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}


.s-btn:hover span:nth-child(1){
	width: 100%;
	height: 1px;
	transform: translateX(100%);
}

.s-btn span:nth-child(2){
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.s-btn:hover span:nth-child(2){
	height: 100%;
	transform: translateY(100%);
}

.s-btn span:nth-child(3){
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #fff;
}

.s-btn:hover span:nth-child(3){
	width: 100%;
	height: 1px;
	transform: translateX(-100%);
}

.s-btn span:nth-child(4){
	bottom: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.s-btn:hover span:nth-child(4){
	height: 100%;
	transform: translateY(-100%);
}

/* abroad */
.project{
    padding: 4rem 0;
    position: relative;
}



.project .sec-title{
    margin-bottom: 30px;
}



.project h5{
    font-weight: 700;
    font-size: 15px;
    color: #c3023f;
    margin-bottom: 15px;
}

.project h1{
    border-left: 5px solid #c3023f;
    padding-left: 20px;
    font-weight: 700;
}

.g-box{
    height: 15rem;
    margin-bottom: 15px;
}

.g-box img{
    height: 100%;
    object-fit: cover;
}

/* .ab-btn::before{
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,.1);
} */

.ab-btn{
    display: flex;
    justify-content: end;
}

.ab-btn a{
    position: relative;
	padding: 15px 35px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	
	border: 1px solid rgba(255, 255, 255, 0.171);
	font-weight: 500;
	overflow: hidden !important;
	background: linear-gradient(90deg, #c3023f, #d9854d);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
    transition: all .3s ease-in-out;
}



.ab-btn a:hover{
    background: #1D222A;
    
}


.ab-btn::after{
    content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
	transition: 0.5s;
	transition-delay: 0.5s;
}


.ab-btn:hover::after{
    left: 100%;
}

.ab-btn span{
	position: absolute;
	display: block;
	transition: 0.5s ease;


}

.ab-btn span:nth-child(1){
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}


.ab-btnhover span:nth-child(1){
	width: 100%;
	height: 1px;
	transform: translateX(100%);
}

.ab-btn span:nth-child(2){
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.ab-btn:hover span:nth-child(2){
	height: 100%;
	transform: translateY(100%);
}

.ab-btn span:nth-child(3){
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #fff;
}

.ab-btn:hover span:nth-child(3){
	width: 100%;
	height: 1px;
	transform: translateX(-100%);
}

.ab-btn span:nth-child(4){
	bottom: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.ab-btn:hover span:nth-child(4){
	height: 100%;
	transform: translateY(-100%);
}



/* consultation */
.consultation{
    padding: 3rem 0 3rem;
    
}

.cons-content{
    text-align: center;
}

.consultation h2{
    margin-bottom: 20px;
    font-size: 30px;
    padding: 0 20px;
}

.bk-btn{
    display: flex;
    justify-content: center;
}

.bk-btn a{
    position: relative;
	padding: 15px 35px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	
	border: 1px solid rgba(255, 255, 255, 0.171);
	font-weight: 500;
	overflow: hidden !important;
	background: #125FCD;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
    transition: all .3s ease-in-out;
}



.bk-btn a:hover{
    background: #1D222A;
    
}

/* .bk-btn a::before{
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,.1);
} */

.bk-btn a::after{
    content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
	transition: 0.5s;
	transition-delay: 0.5s;
}


.bk-btn a:hover::after{
    left: 100%;
}

.bk-btn a span{
	position: absolute;
	display: block;
	transition: 0.5s ease;


}

.bk-btn a span:nth-child(1){
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}


.bk-btn a:hover span:nth-child(1){
	width: 100%;
	height: 1px;
	transform: translateX(100%);
}

.bk-btn a span:nth-child(2){
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.bk-btn a:hover span:nth-child(2){
	height: 100%;
	transform: translateY(100%);
}

.bk-btn a span:nth-child(3){
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #fff;
}

.bk-btn a:hover span:nth-child(3){
	width: 100%;
	height: 1px;
	transform: translateX(-100%);
}

.bk-btn a span:nth-child(4){
	bottom: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.bk-btn a:hover span:nth-child(4){
	height: 100%;
	transform: translateY(-100%);
}


/* testimonials */
.testimonials{
    padding: 5rem 0;
    background: linear-gradient(rgba(0, 47, 114, 0.788), rgba(9, 60, 131, 0.568)), url(./img/re.jpg);
    background-size: cover;
    background-attachment: fixed
}

.testimonials .sec-title{
    margin-bottom: 40px;
}

.testimonials .sub-title{
    font-size: 14px;
    color: #c3c8d3;
   
}

.testimonials h2{
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-top: 5px;
}

.color-3{
    color: #fa8714;
}

.testimonial-block{
    position: relative;
    overflow: hidden;
}

.testi-inner{
    position: relative;
    overflow: hidden;
}

.content-box{
    position: relative;
    background-color: #fff;
    padding: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
    
}

.testimonials p{
    font-size: 15px;
}

.content-box .icon{
    position: absolute;
    right: -25px;
    top: -60px;
    height: 125px;
    width: 120px;
    color: #fff;
    font-size: 32px;
    overflow: hidden;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1em;
    padding-left: 40px;
    padding-bottom: 25px;
    border-radius: 50%;
    background: linear-gradient(90deg, #c3023f, #d9854d)
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top-right-radius: 10px;
}

.testi-inner:hover .content-box .icon{
    background-color: #B6325F;
}

.testimonial-block .content-box::before{
    position: absolute;
    top: 100%;
    left: 45px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #fff;
    
    transition: all 300ms ease;
    content: "";
}

.testimonial-block:hover .content-box{
    background: linear-gradient(90deg, #f78122, #fa8714);
    color: #fff;
}



.testimonial-block:hover .content-box::before{
    border-top: 30px solid #f78122;
}

.stars{
    margin-bottom: 15px;
}

.stars i{
    color: #fa8714;
}

.testimonial-block:hover .stars i{
    color: #fff;
}

.info-box{
    position: relative;
    margin-left: 105px;
    padding-left: 80px;
    min-height: 68px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.thumb{
    position: absolute;
    left: 0;
    top: 0;
    height: 68px;
    width: 68px;
    padding: 5px;
    border: 1px solid #fa8714;
    border-radius: 50%;
}

.thumb img{
    border-radius: 50%;
}

.info-box h6{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2px;
}

.info-box span{
    color: #c3c8d3;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
}

.testimonials .owl-dots .owl-dot.active{
    background: #FFB763;
}

.testimonials .owl-dots .owl-dot {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonials .owl-dots .owl-dot span{
    background: transparent !important;
}

/* choose */
.choose-us{
    padding: 3rem 0;
    position: relative;
    background: #ebeef5;
}

.pattern{
    background: url(./img/pattern-5.webp);
   
}

.bg{
    background-size:cover ;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.title-column{
    padding: 60px 60px 60px;
    position: relative;
    background: #125FCD;
    color: #fff;
    height: 100%;
}

.title-column h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.choose-btn{
   display: flex;
   justify-content: flex-start;
}



.choose-btn a{
    position: relative;
	padding: 15px 35px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	
	border: 1px solid rgba(255, 255, 255, 0.171);
	font-weight: 500;
	overflow: hidden !important;
	background: rgba(255,255,255,.1);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
    transition: all .3s ease-in-out;
}



.choose-btn a:hover{
    background: #1D222A;
    
}

/* .choose-btn a::before{
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,.1);
} */

.choose-btn a::after{
    content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
	transition: 0.5s;
	transition-delay: 0.5s;
}


.choose-btn a:hover::after{
    left: 100%;
}

.choose-btn a span{
	position: absolute;
	display: block;
	transition: 0.5s ease;


}

.choose-btn a span:nth-child(1){
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}


.choose-btn a:hover span:nth-child(1){
	width: 100%;
	height: 1px;
	transform: translateX(100%);
}

.choose-btn a span:nth-child(2){
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.choose-btn a:hover span:nth-child(2){
	height: 100%;
	transform: translateY(100%);
}

.choose-btn a span:nth-child(3){
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #fff;
}

.choose-btn a:hover span:nth-child(3){
	width: 100%;
	height: 1px;
	transform: translateX(-100%);
}

.choose-btn a span:nth-child(4){
	bottom: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.choose-btn a:hover span:nth-child(4){
	height: 100%;
	transform: translateY(-100%);
}



.feature-block .inner-box{
    position: relative;
    padding: 55px 60px 50px;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
}

.feature-block .inner-box h6{
    font-size: 20px;
    color: #1D222A;
    font-weight: 700;
    margin-bottom: 25px;
}

.feature-block .inner-box p{
    font-size: 14px;
    color: #6a6f78;
}

.feature-block .inner-box:hover .icon{
    
    transform: scale(-1) rotate(180deg);
}

.feature-block .icon{
    position: absolute;
    right: 50px;
    top: 50px;
    color: #b2285d;
    font-size: 36px;
    line-height: 1em;
    transition: all 300ms ease;
}
.feature-block .bg-icon{
    position: absolute;
    right: -36px;
    bottom: -86px;
    color: #ebeef5;
    font-size: 134px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* classes */
.classes{
    padding: 5rem 0;
}


.classes .sec-title{
    margin-bottom: 40px;
}

.classes h1{
    font-size: 30px;
    font-weight: 700;
}

.cl-box{
    padding:60px 35px;
    border-radius: 15px;
    box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.cl-box h4{
    font-weight: 700;
}

.cl-box p{
    margin-bottom: 30px;
}

.class-btn{
    display: flex;
    justify-content: center;
}
.class-btn a{
    position: relative;
	padding: 15px 35px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	
	border: 1px solid rgba(255, 255, 255, 0.171);
	font-weight: 500;
	overflow: hidden !important;
	background: rgba(255,255,255,.1);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
    transition: all .3s ease-in-out;
}



.class-btn a:hover{
    background: #125FCD;
    
}

/* .class-btn a::before{
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,.1);
} */

.class-btn a::after{
    content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
	transition: 0.5s;
	transition-delay: 0.5s;
}


.class-btn a:hover::after{
    left: 100%;
}

.class-btn a span{
	position: absolute;
	display: block;
	transition: 0.5s ease;


}

.class-btn a span:nth-child(1){
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}


.class-btn a:hover span:nth-child(1){
	width: 100%;
	height: 1px;
	transform: translateX(100%);
}

.class-btn a span:nth-child(2){
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.class-btn a:hover span:nth-child(2){
	height: 100%;
	transform: translateY(100%);
}

.class-btn a span:nth-child(3){
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #fff;
}

.class-btn a:hover span:nth-child(3){
	width: 100%;
	height: 1px;
	transform: translateX(-100%);
}

.class-btn a span:nth-child(4){
	bottom: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.class-btn a:hover span:nth-child(4){
	height: 100%;
	transform: translateY(-100%);
}


.c1{
    background-image: linear-gradient(180deg, #FC6E1F 0%, #FFB763 100%);
}
.c2{
    background-image: linear-gradient(180deg, #566FA7 0%, #A6C0F8 100%);
}
.c3{
    background-image: linear-gradient(180deg, #672767 0%, #CB87B7 100%);
}
.c4{
    background-image: linear-gradient(180deg, #216383 0%, #71BFBC 100%);
}
.c5{
    background-image: linear-gradient(180deg, #B6325F 0%, #FF887C 100%);
}
.c6{
    background-image: linear-gradient(180deg, #008CC1 0%, #50CFFF 100%);
}

/* planning */
.planning-process{
    padding: 5rem 0;
    background: #f6f6f6;
}

.planning-process h1{
    font-weight: 700;
    font-size: 30px;
}

.planning-process .text{
    font-size: 15px;
}

.planning-item{
    text-align: center;
    position: relative;
}

.planning-item .num-wrap{
    position: relative;
}

.planning-item .num{
    position: relative;
    font-weight: 700;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #125FCD;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    margin: 0 auto 20px auto;
}

.planning-item .num span{
    position: relative;
}
.planning-item h5{
    font-size: 18px;
}

.planning-item:after {
    content: "";
    position: absolute;
    top: 15px;
    right: -25%;
    width: 50%;
    height: 1px;
    background-color: #c9c9c9;
}

.planning-item:last-child::after{
    position: unset;
}

/* success */
.success-content{
    padding: 6rem 10rem 6rem 5rem;
    background: #125FCD;
    color: #fff;
    position: relative;
}

.success-content::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(icon-overlay.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.success h1{
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.success h3{
    font-size: 20px;
}

.tell{
    margin-top: 20px;
    display: flex;
    justify-content: start;
}

.tell a{
    position: relative;
	padding: 15px 35px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	
	border: 1px solid rgba(255, 255, 255, 0.171);
	font-weight: 500;
	overflow: hidden !important;
	background: rgba(255,255,255,.1);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
    transition: all .3s ease-in-out;
}



.tell a:hover{
    background: #1D222A;
    
}

/* .tell a::before{
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,.1);
} */

.tell a::after{
    content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
	transition: 0.5s;
	transition-delay: 0.5s;
}


.tell a:hover::after{
    left: 100%;
}

.tell a span{
	position: absolute;
	display: block;
	transition: 0.5s ease;


}

.tell a span:nth-child(1){
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}


.tell a:hover span:nth-child(1){
	width: 100%;
	height: 1px;
	transform: translateX(100%);
}

.tell a span:nth-child(2){
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.tell a:hover span:nth-child(2){
	height: 100%;
	transform: translateY(100%);
}

.tell a span:nth-child(3){
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #fff;
}

.tell a:hover span:nth-child(3){
	width: 100%;
	height: 1px;
	transform: translateX(-100%);
}

.tell a span:nth-child(4){
	bottom: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #fff;
}

.tell a:hover span:nth-child(4){
	height: 100%;
	transform: translateY(-100%);
}

.org{
    background: url(./img/original.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* contact */
.contact{
    padding: 5rem 0;
    
    background-repeat: no-repeat;
    background-size: cover;
}

.choose h2{
    font-size: 35px;
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 5px solid #B6325F;
    font-weight: 700;
    color: #125FCD;
}

.choose h6{
    color: #B6325F;
}

.choose .sec-title{
    padding-bottom: 25px !important;
}
.choose-box{
   
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.choose-icon{
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    z-index: 1;
    padding: 18px;
    margin-bottom: 20px;
}

.choose-icon::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 40px;
    height: 4px;
    z-index: -1;
    border-radius: 5px;
    background: linear-gradient(90deg, #f78122, #fa8714);
    transition: all 220ms ease-in-out;
}

.choose-icon:hover::before{
    width: 100%;
    height: 100%;
}

.choose-icon i{
    font-size: 40px;
    line-height: 1;
    transition: all 120ms ease-in-out;
}

.choose-icon:hover i{
    color: #fff;
}

.choose-desc{
    margin-left: 15px;
}

.choose-desc h5{
    margin-bottom: 7px;
    font-weight: 700;
}

.choose-desc p{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
}

.c-form{
    background:linear-gradient(rgba(27, 35, 39, 0.87),rgba(27, 35, 39, 0.67)), url(./img/contact.png);
    background-size: cover;
    background-position: center;
    border: 4px solid #e16ba4;
    padding: 40px;
}

.c-form .sec-title{
    padding-bottom: 30px !important;
}

.c-form h6{
    color: #3bc34f !important;
}

.c-form span{
    background: linear-gradient(90deg, #0ba823, #3bc34f);
}

.c-form h3{
    font-size: 24px;
    color: #fff;
   
}

.c-form .form-control{
    padding: 25px 54px 25px 20px;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 15px;
    
}

.c-form .field-box{
    position: relative;
}

.c-form .field-box i{
    position: absolute;
    right: 17px;
    top: 25px;
    color: #125FCD;
}

.paint{
    padding: 15px 35px;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(90deg, #0ba823, #3bc34f);
    font-weight: 700;
    border-color: #0ba823;
}

/* footer */
footer{
    padding: 80px 0 10px 0;
    background: linear-gradient(90deg, #111111, #2e2e2e);
    color: #fff;
}

.footer-top{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(197, 197, 197, 0.11);
}

.footer-logo{
    width: 10rem;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footer-para{
    padding: 0 27% 0 27%;
    margin-bottom: 15px;
    text-align: center;
}

footer p{
    font-size: 14px;

}

.footer-social a i{
    font-size: 15px;
    color: #fff;
    margin-right: 7px;
}

.footer-bottom{
    padding: 30px 0 30px;
    border-bottom: 1px solid rgba(197, 197, 197, 0.11);
}

.footer-bottom h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-bottom li{
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 300;
}

.footer-bottom li i{
    color: #00aceb;
    margin-right: 7px;
}

.footer-bottom a{
    color: #fff;
    font-weight: 300;
}

.form-input{
    display: flex;
    width: 100%;
}

.email-form input{
    padding: 10px 20px;
    font-size: 13px;
    margin-right: 4px;
}

.email-form .news{
    padding:10px 20px;
    border-radius: 0;
    background: #125FCD;
    border: none;
    color: #fff;
}

.footer-last{
    margin-top: 15px;
}

.banner{
    margin-top: -90px;
}

.footer-last a{
    color: #fff;
}

/* bread */
.bread{
    padding: 6rem 0;
}

.bread-content{
    text-align: center;
    color: #fff;
}

.bread-content h1{
    font-weight: 800;
    margin-bottom: 15px;
}

.home a, .home i{
    color: #fac60b;
    margin-right: 10px;
}

.bread-content i{
    margin-right: 10px;
}


@media screen and (min-width:1200px) and (max-width:1300px) {
    .wrapper .logo{
        width: 5rem !important;
    }

    .nav-links li a{
        font-size: 13px !important;
    }
}

@media (min-width:1300px){
    .logo{
        margin-left:5%;
    }
}

@media (min-width:992px){
    .about3{
        margin-top:50px;
    }

    .header-bottom{
        position: relative;
        z-index: 11111;
    
    }
    
    .header-bottom nav{
        background: transparent !important;
    }
    
    .b-content{
        left: 5%;
    }
    
    header{
        position: relative;
        z-index: 1111111;
    }
}

@media (max-width:992px){
    .about-content{
        margin-top: 40px;
    }

    .header-bottom nav{
        background: transparent !important;
    }

    .b-content{
        left: 5%;
    }

    .banner{
        margin-top: -100px;
    }

    .header-top{
        display: none;
    }

    header{
        position: relative;
        z-index: 1111111;
    }

    .call{
        display: none;
    }
}

@media (max-width:767px){
    .consultation h2{
        font-size: 20px;
    }

    .success h1{
        font-size: 33px;
    }
    .testimonials h2{
        font-size: 30px;
    }

   .success-content{
    padding:5rem 3rem ;
   }

   .footer-para{
    padding: 0 20px;
   }

   .banner h1{
    font-size: 35px;
   }

   .banner h3{
    font-size: 14px;
   }

   .banner p{
    font-size: 15px
   }

   .banner .b-btn{
    font-size: 15px;
   }
}