@font-face {font-family: 'Poppins'; src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face {font-family: 'Poppins'; src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff'); font-weight: 200; font-style: normal; font-display: swap; }
@font-face {font-family: 'Poppins'; src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face {font-family: 'Poppins'; src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face {font-family: 'Poppins'; src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face {font-family: 'Poppins'; src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; }
/* commom css */
*{margin: 0; padding: 0; list-style: none; box-sizing: border-box;}
a{text-decoration: none; transition:  0.2s ease-in;}
a:hover{text-decoration: none;}
body{font-size: 16px; color: #401B60; line-height: 1.8; font-family: 'Poppins'; font-weight: 400;}
html{scroll-behavior: smooth;}
button{outline: 0; border: 0; background: transparent;}
button:focus{outline: 0;}
input:focus{outline: 0; box-shadow: none !important;}
a{color:#401B60;}
.container{max-width: 1400px;}
h1{font-size: 60px;}
h2{font-size: 50px;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 22px;}
h6{font-size: 20px;}
.font-14{font-size: 14px;}
.font-16{font-size: 16px;}
.font-17{font-size: 17px;}
.font-18{font-size: 18px;}
.font-20{font-size: 20px;}
.font-22{font-size: 22px;}
.font-24{font-size: 24px;}
.font-25{font-size: 25px;}
.font-28{font-size: 28px;}
.font-60{font-size: 60px;}
.border-blue{border: 1px solid #0C5B97;}
.border-r5{border-radius: 5px;}
.border-r7{border-radius: 7px;}
.border-r10{border-radius: 10px;}
.border-r20{border-radius: 20px;}
.border-r30{border-radius: 30px !important;}
.border-r40{border-radius: 40px;}
.border-r50{border-radius: 50px;}
.border-r60{border-radius: 60px;}
.border-r258{border-radius: 258px !important;}
.border-50{border-radius: 100%;}
.font300{font-weight: 300;}
.font500{font-weight: 500;}
.font600{font-weight: 600;}

.t-black{color: #000;}
.t-blue{color: #401B60;}
.t-orange{color: #FFA11A;}
.t-sky{color: #E8FBFF;}
.t-grey{color: #878787;}
.bg-black{background-color: #000000;}
.bg-blue{background-color: #401B60;}
.bg-sky{background-color: #d6c4e5;color: #000;}
.shadow{box-shadow: 0 2px 60px rgba(0, 0, 0, 0.13) !important;}
.form-control{ background-color: transparent;}
.form-control:focus{box-shadow: none; outline: 0; background-color: transparent;}
.relative{position: relative;}
.form-control::placeholder{color: #C0C3C8;}
.text-underline{text-decoration: underline !important;}
.pointer{cursor: pointer;}
.btn-blue{box-shadow: inset -6.5em 0 0 0 #401B60, inset 6.5em 0 0 0 #401B60; border: 1px solid #401B60; font-size: 17px;font-weight:500; border-radius:30px;padding: 15px 30px;color: #fff; transition: .31s; text-decoration: none; display: inline-block;}
.btn-blue:hover{ background: 0 0; box-shadow: inset 0em 0 0 0 #401B60, inset 0em 0 0 0 #401B60; color: #401B60; border: 1px solid #401B60;}
.btn-blue-lg{padding: .6em 2em; color: #fff; font-size: 14px;position: relative; box-sizing: border-box; z-index: 0; position: relative; display: inline-block; text-align: center; min-width: 280px;}
.btn-blue-lg:hover{color:#ffffff;}

.pt-200{padding-top: 150px;}
.pt-105{padding-top: 150px;}

/* header css */
.menu{background: #15cabc;position: absolute; left: 0; right: 0; top: 0px;z-index:2;}
/*.menu{position: absolute; left: 0; right: 0; top: 0px;z-index:2;}*/
.menu.sticky-header{background: #401B60; position: sticky; top: 0; left: 0; right: 0; z-index: 11; box-shadow: 0 5px 15px #e0eaf280;}
/*.menu.sticky-header .navbar-nav .nav-item .nav-link{color:#401B60;}*/
.menu a.navbar-brand, footer a.navbar-brand {max-width: 130px; }
.menu .navbar-nav .nav-item .nav-link{color:#ffffff;font-size:18px;font-weight:600;padding:5px 15px;transition: linear 0.4s;}
.menu .navbar-nav .nav-item.active .nav-link, .menu .navbar-nav .nav-item .nav-link:hover {color: #401B60;}
.menu .navbar-nav .nav-item{margin: 0 10px;}
.menu .navbar-nav .nav-item.active,.menu .navbar-nav .nav-item:hover{background-color: #ffffff;border-radius: 20px;box-shadow: inset 0 0 10px #401B60;transition: linear 0.4s;}
/* footer */
footer {clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%); -webkit-clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%); padding: 250px 0 30px;} 
footer .icon-wrapper p,footer .icon-wrapper p a{color: rgba(255,255,255,0.50);}
footer .icon-wrapper p a:hover,footer .icon-wrapper p a:focus{color: #ffffff;}
footer .icon-wrapper .icon{width:25px;height:25px;}
footer ul.links li{margin-bottom:10px;}
footer ul.links li a{color: rgba(255,255,255,0.50);}
footer ul.links li a:hover,footer ul.links li a:focus{color: #ffffff;}
footer ul.social-links li a{width:40px;height:40px;}
footer hr{border-top:1px solid rgba(112,112,112,0.20);}

/*.front-page .menu .navbar-nav .nav-item .nav-link{color:#ffffff;}*/
/*.front-page .menu .navbar-nav .nav-item.active .nav-link,.front-page .menu .navbar-nav .nav-item:hover .nav-link,.front-page .menu.sticky-header .navbar-nav .nav-item .nav-link{color:#401B60;}*/


/* home page css */
.banner .menu{background-color: red;}
.banner{height: 1020px;padding-top:150px;overflow: hidden;}
.banner:before{content: "";position: absolute;right:0;top:-54%;z-index: 1;width:177px;height:564px;background-image: url(../images/banner-bg-01.png); transform: translateY(54%);}
/*.banner .banner-wrapper{height: 1020px;background: rgb(37,163,218);background: linear-gradient(90deg, rgba(37,163,218,0.99) 0%, rgba(0,44,64,1) 100%); margin-top: -250px;padding-top: 200px;}*/
.banner .banner-wrapper {height: 1020px;background: linear-gradient(90deg, #626264 0%, #626264 100%);margin-top: -250px;padding-top: 200px;}
.banner .banner-wrapper:after{content:"";position: absolute;border-top:10px solid #15cabc; background-color: #ffffff;transform:rotate(-5deg) scale(1.01);left:0;right:-4px;top:90%;bottom:-10%;}
.banner .banner-wrapper .left-text-wrapper{max-width:520px;margin-top:-100px;}
.banner .banner-wrapper .app-wrapper .app-block .text-wrapper span {margin-top: -15px;}
.banner .banner-wrapper .left-text-wrapper .round{left:-155px;top:-40px;}
.banner .banner-wrapper .left-text-wrapper .half-round{right: -30px; top: -33px;}
.banner .banner-wrapper .left-text-wrapper .fuel-round{width:141px;height:141px;bottom:90px;background: linear-gradient(140deg , #F1D3A8 0%,#D8983C 50%, #A8680B 100%);}
.banner .banner-wrapper .left-text-wrapper .fuel-round:after{content: "";position: absolute;width:141px;height:141px;background-color: rgba(255,255,255,0.30);z-index: -1;border-radius:50%;left:10px;top:30px;}
.banner .banner-wrapper .left-text-wrapper .shap{left:30px;bottom:40%;}
.banner .img-wrapper{margin-left: 280px;}
.banner .img-wrapper .round-1{height:100px;width:100px;background: linear-gradient(120deg, #ad81d3 0%,#8a43c7 50%, #401b60 100%);;top: 85px;left:-150px;}
.banner .img-wrapper .round-2{height: 157px; width: 157px; background: linear-gradient(120deg , #ad81d3 0%,#8a43c7 50%, #401b60 100%); top: 50%; transform: translateY(-50%); left: -120px; z-index: 1;}
.banner .img-wrapper .round-3{height: 80px; width: 80px; background: linear-gradient(200deg , #F1D3A8 0%,#D8983C 50%, #A8680B 100%); top: 50%; transform: translateY(-50%); right: 0px; z-index: 1;margin-top:80px;}
.banner .hp-banner-container-content{z-index: 1;}


/*choose-us*/
.choose-us .left-side .block-container .blocks p{line-height: normal;}
.choose-us .left-side .block-container .left .blocks.bg-blue p{color:rgba(255,255,255,0.80);}
.choose-us .left-side .block-container .blocks .icon{width:65px; height:65px;}
.choose-us .left-side .block-container .left .blocks.bg-sky:after{content: "";position: absolute;background-image: url(../images/blue-dots-bg.svg);background-repeat: no-repeat;width:184px;height:125px;top:50%;transform: translateY(-50%);right: -95px;z-index: -1;}
.choose-us .left-side .block-container .left .blocks.bg-blue:after{content: "";position: absolute;background-image: url(../images/orange-dots-bg.svg);background-repeat: no-repeat;width:71px;height:41px;top:50%;transform: translateY(-50%);right: -35px;z-index: -1;}

/*about-the-company*/
.about-the-company .img-container .img-wrapper{width:450px;height:510px;clip-path:polygon(0 0%, 100% 0%, 100% 86%, -28% 100%);-webkit-clip-path:polygon(0 0%, 100% 0%, 100% 86%, -28% 100%);z-index: 1;}
.about-the-company .img-container:after{content: "";position: absolute;left:0;top:-25px;left:-25px;width: 52px;height:52px;z-index:-1;border:10px solid rgba(255,161,26,0.30);border-radius:50%;}
.about-the-company .img-container .outside{position: relative;width: 450px; height: 510px; background:rgba(255,161,26,0.70);clip-path:polygon(0 0%, 100% 0%, 100% 86%, -28% 100%);-webkit-clip-path:polygon(0 0%, 100% 0%, 100% 86%, -28% 100%);top:20px;left:20px;}
.about-the-company .img-container .inside{position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; background: white; clip-path:polygon(0 0%, 100% 0%, 100% 86%, -28% 100%);-webkit-clip-path:polygon(0 0%, 100% 0%, 100% 86%, -28% 100%);}


/*download-app*/
.download-app{background: linear-gradient(to bottom, rgb(64 27 96 / 1%) 0%, rgb(64 27 96 / 12%) 12%, rgb(64 27 96 / 13%) 13%, rgb(64 27 96 / 20%) 20%, #401b60 100%); clip-path: polygon(0 0%, 100% 0%, 100% 68%, -28% 100%);-webkit-clip-path: polygon(0 0%, 100% 0%, 100% 68%, -28% 100%);}
.download-app .app-wrapper .app-block{min-width:230px;}
.download-app .app-wrapper .app-block .text-wrapper p{line-height: normal;}
.download-app .app-wrapper .app-block .text-wrapper span{margin-top:-10px;}


/*testimonial*/
.testimonial .tab-content{min-height:400px;}
.testimonial .quote-area:before{content: "";position: absolute;left:0;top:0;background-image:url(../images/quote-start.png);background-repeat: no-repeat;width:27px;height:71px;}
.testimonial .quote-area:after{content: "";position: absolute;left:0;right:0;margin:0 auto;bottom:auto;background-image:url(../images/quote-end.png);background-repeat: no-repeat;width:27px;height:71px;}
.testimonial .quote-area p,.testimonial .name-wrapper p{color: rgba(0,0,0,0.60);}

.testimonial ul.nav-tabs{border:none;}
.testimonial ul.nav-tabs .nav-link{border:none;}
.testimonial ul.nav-tabs li{width: 33.33%;margin-bottom: 100px;}
.testimonial ul.nav-tabs li a{box-shadow:0 3px 30px rgb(0 0 0 / 25%) !important;}
.testimonial ul.nav-tabs li a.nav-link{width:119px;height:119px;border-radius:10px;position: relative;}
.testimonial ul.nav-tabs li.div2 a.nav-link{width:68px;height:68px;}
.testimonial ul.nav-tabs li.div3 a.nav-link{width:174px;height:174px;}
.testimonial ul.nav-tabs li.div4 a.nav-link{width:68px;height:68px;}
.testimonial ul.nav-tabs li.div6 a.nav-link{width:68px;height:68px;}
.testimonial ul.nav-tabs li a.nav-link.active{background-color: transparent;}
.testimonial ul.nav-tabs li a.nav-link:after{content:"";position:absolute;width:95px;height:95px;border-radius:10px;background-color: #ffffff;border:3px solid #1C75BB;top: 34px; left: -10px; z-index: -1;opacity: 0;visibility: hidden;}
.testimonial ul.nav-tabs li.div2 a.nav-link:after{width:50px;height:50px;top:25px;}
.testimonial ul.nav-tabs li.div3 a.nav-link:after{width:150px;height:150px;}
.testimonial ul.nav-tabs li.div4 a.nav-link:after{width:50px;height:50px;top:25px;}
.testimonial ul.nav-tabs li.div6 a.nav-link:after{width:50px;height:50px;top:25px;}
.testimonial ul.nav-tabs li a.nav-link.active:after{opacity:1;visibility: visible;}

.testimonial ul.nav-tabs li.div2{position: absolute; left: 0; right: 0;top:0; margin: 0 auto;}
.testimonial ul.nav-tabs li.div3 {position: absolute; right: 0; top: 0; margin: 0 auto;}
.testimonial ul.nav-tabs li.div4{position: absolute; left: 25px;top:120px;}
.testimonial ul.nav-tabs li.div5{position: absolute; left: 25px; top:230px;right: 25px; margin: 0 auto;}
.testimonial ul.nav-tabs li.div6{position: absolute; right: 25px;top:120px;}

/*faqs*/
.faqs .content{box-shadow: 28px 10px 55px rgba(6, 66,113, 0.10);}
.faqs .content h2{border-bottom:5px solid #FFA11A;}
.faqs .content #accordion .card{padding-right:240px;border-bottom:1px solid #DDDDDD !important;border-radius:0px;}
.faqs .content #accordion .card .card-header a{padding-top: 10px !important;padding-bottom:10px !important;}
.faqs .content #accordion .card .card-header a:hover{color: #000000;}
.faqs .content #accordion .card .card-header a:before{content:"";position: absolute;left:0;top:50%;transform: translateY(-50%);width:12px;height:2px;background-color: #FFA11A;border-radius:2px;}
.faqs .content #accordion .card .card-header a.collapsed {padding-top: 30px !important;padding-bottom: 30px !important;}
.faqs .content #accordion .card .card-header a.collapsed:before{content:"";position: absolute;left:0;top:50%;transform: translateY(-50%);background: url('../images/plus.svg') no-repeat center center;width:15px;height:15px;}
.faqs .content #accordion .card .card-body{padding-top:10px;padding-bottom: 10px;line-height: normal;color:rgba(0,0,0,0.60);}
.faqs .content #accordion .card .card-body:before{content:"";position: absolute;left:25px;top:50%;transform: translateY(-50%);width:2px;height:calc(100% - 30px);background-color: #FFA11A;border-radius:2px;}
.faqs .content #accordion .card.last{border-bottom:none !important;}


/*services-page*/
.services .right-side{right:1px;}

.blocks .div1,.blocks .div2,.blocks .div3{max-width: 400px;}
.blocks .div2{margin-top:-195px;}
.blocks .div3{margin-top:-369px;}
.we-offer{margin-top: 250px;}


/*about-us-page*/
.our-mission .right-one{min-width: calc(50% + 100px);margin-left: -100px;}
.our-mission .left-one{position: relative;z-index: 1;box-shadow: 0 2px 48px rgb(6 66 113 / 15%) !important;}
.our-mission .row{flex-wrap: nowrap;}

.our-team p{max-width:500px;}
.our-team-slider:before{content:"";position: absolute;right:40px;top:40px;width:180px;height:125px;background-image:url(../images/our-team-bg.svg);background-repeat: no-repeat;}
.our-team-slider .owl-nav{position: absolute;bottom:50px;right:50px;}
.our-team-slider .owl-nav .owl-prev,.our-team-slider .owl-nav .owl-next{width: 30px;height:30px;background-color:#401B60 !important;border-radius:50%;margin: 0 7px;position: relative;transition: all 0.3s;}
.our-team-slider .owl-nav .owl-prev:before{content: "";position: absolute;left:0;right:0;top:50%;width:15px;height:11px;margin:0 auto;background-image: url(../images/prev.svg);background-repeat: no-repeat;transform: translateY(-50%);}
.our-team-slider .owl-nav .owl-next:before{content: "";position: absolute;left:0;right:0;top:50%;width:15px;height:11px;margin:0 auto;background-image: url(../images/prev.svg);background-repeat: no-repeat;transform: translateY(-50%) rotate(180deg);}
.our-team-slider .owl-nav .owl-prev span,.our-team-slider .owl-nav .owl-next span{display: none;}
.our-team-slider .owl-nav .owl-prev:hover:before{background-image: url(../images/next-big.svg);width:22px;height:13px;transform:translateY(-50%) rotate(180deg);}
.our-team-slider .owl-nav .owl-next:hover:before{background-image: url(../images/next-big.svg);width:22px;height:13px;transform: translateY(-50%) rotate(0deg);}
.our-team-slider .owl-nav .owl-prev:hover,.our-team-slider .owl-nav .owl-next:hover{background-color: #9B51E0;}

.our-team-slider .owl-nav .owl-prev:hover,.our-team-slider .owl-nav .owl-next:hover{width:40px;height:40px;}

/*contact-us-page*/
.contact-block .left-area .form-control{background-color: rgba(6,66,113,0.20);height: auto;}
.contact-block .left-area textarea.form-control{min-height:150px;}
.contact-block .left-area textarea.form-control::placeholder{color:rgba(6,66,113,0.50);}

.imgvideo {cursor: pointer; }
.playbutton {background-color: rgba(255,255,255, 0.7);border-radius:50%;position: absolute; top: 50%; left: 0;right:0; width: 109px; height: 109px; margin: 0 auto; z-index: 10;transform: translateY(-50%);}
.playbutton::before{content: ""; position: absolute; left: 0; right: 0; top: 50%; bottom: 0; background-image: url(../images/shape.png); background-repeat: no-repeat; transform: translateY(-50%); margin: 0 auto; text-align: center; width: 29px; height: 35px;}
.ytvideo {position: absolute;margin: 0; padding: 0; background-position: center; background-size: contain; background-repeat: no-repeat; -webkit-background-size: cover;background-size: cover;cursor: pointer;height: 100%;top:0;left:0;right:0;bottom:0;z-index:1;}
.ytvideo iframe {border-style: none;height: 100%;width: 100%;}

.ytvideo .seo {display: none;}
.video-block{margin:50px 0 0 100px;}
.video-block:before{content: "";position: absolute;right:0;width: 50%;background-color: #401B60;height:calc(100% + 300px);top: 50%;transform: translateY(-50%);}
.video-block .img-wrapper{background-size: cover;height:570px;max-width:1030px;position: relative;border: 30px solid #ffffff;}


.video-block .img-wrapper .inner-wraper{height:100%;}
.video-block .img-wrapper .inner-wraper:before{content:"";position: absolute;left:0;right:0;top:0;bottom:0;margin:0 auto;background-color: rgba(0,0,0,0.60);z-index: 1;}


.our-work-process{margin-bottom:200px;}


.services .blocks{margin-top:190px;}
.error{color: red;}

/*.alert {
    width: 50% !important;
    float: right!important;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}*/
.parsley-errors-list li {
    color: #e90b0b;
}
.upload_indicate_icon{
	float: right;
    margin-right: -27px;
    z-index: 999999999999;
    position: absolute;
    right: 0;
    top: 7px;
}