*{padding:0;margin:0;box-sizing:border-box}body{font-family:"Bricolage Grotesque",sans-serif;color:#140c1c}ul{list-style:none}a{text-decoration:none}header{position:absolute;top:0;width:100%;z-index:1000}.home .overlay{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(30,130,95,0.5)}.home .container{margin:0 auto;display:flex}.logo-container{flex:1;display:flex;align-items:center}.nav-btn{flex:3;display:flex}.nav-links{flex:2}.logo{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;line-height:3rem;margin:0;font-size:30px}.logo span{font-weight:300}.home .btn{display:inline-block;padding:.5rem 1.3rem;font-size:.8rem;border:2px solid #fff;border-radius:2rem;line-height:1;margin:0 .2rem;transition:.3s;text-transform:uppercase}.btn.solid,.btn.transparent:hover{background-color:#fff;color:var(--clr-btn)}.btn.transparent,.btn.solid:hover{background-color:transparent;color:#fff}.nav-links>ul{display:flex;justify-content:right;align-items:center;margin:0}.nav-link{position:relative;padding:10px}.nav-link>a>i{margin-left:.2rem}.nav-link:hover>a{transform:scale(1.1);background-image:-webkit-gradient(linear,left top,right top,from(#8750f7),color-stop(51%,#2a1454),to(#8750f7));background-image:-o-linear-gradient(left,#8750f7 0,#2a1454 51%,#8750f7 100%);background-image:linear-gradient(to right,#8750f7 0,#2a1454 51%,#8750f7 100%);color:#fff;text-decoration:none}.dropdown{position:absolute;top:100%;left:0;width:18rem;transform:translateY(10px);opacity:0;pointer-events:none;transition:.5s;background:#fff;border-radius:8px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}.dropdown ul{position:relative}.dropdown-link>a{display:flex;background-color:#fff;color:var(--clr-dropdown);padding:.5rem 1rem;font-size:.9rem;align-items:center;justify-content:space-between;transition:.3s}.dropdown-link:hover>a{background-image:-webkit-gradient(linear,left top,right top,from(#8750f7),color-stop(51%,#2a1454),to(#8750f7));background-image:-o-linear-gradient(left,#8750f7 0,#2a1454 51%,#8750f7 100%);background-image:linear-gradient(to right,#8750f7 0,#2a1454 51%,#8750f7 100%);color:#fff}.dropdown-link:not(:nth-last-child(2)){border-bottom:1px solid #eee}.dropdown-link i{transform:rotate(-90deg)}.arrow{position:absolute;width:11px;height:11px;top:-5.5px;left:32px;background-color:#fff;transform:rotate(45deg);cursor:pointer;transition:.3s;z-index:-1}.dropdown-link:first-child:hover ~ .arrow{background-image:-webkit-gradient(linear,left top,right top,from(#8750f7),color-stop(51%,#2a1454),to(#8750f7));background-image:-o-linear-gradient(left,#8750f7 0,#2a1454 51%,#8750f7 100%);background-image:linear-gradient(to right,#8750f7 0,#2a1454 51%,#8750f7 100%)}.dropdown-link{position:relative}.dropdown.second{top:0;left:100%;padding-left:.8rem;cursor:pointer;transform:translateX(10px)}.dropdown.second .arrow{top:10px;left:-5.5px}.nav-link:hover>.dropdown,.dropdown-link:hover>.dropdown{transform:translate(0,0);opacity:1;pointer-events:auto}.hamburger-menu-container{flex:1;display:none;align-items:center;justify-content:flex-end}.hamburger-menu{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:flex-end;background-image:-webkit-gradient(linear,left top,right top,from(#8750f7),color-stop(51%,#2a1454),to(#8750f7));background-image:-o-linear-gradient(left,#8750f7 0,#2a1454 51%,#8750f7 100%);background-image:linear-gradient(to right,#8750f7 0,#2a1454 51%,#8750f7 100%);border-radius:5px}.hamburger-menu div{width:1.6rem;height:3px;border-radius:3px;background-color:#fff;position:relative;z-index:1001;transition:.5s;right:7px}.hamburger-menu div:before,.hamburger-menu div:after{content:'';position:absolute;width:inherit;height:inherit;background-color:#fff;border-radius:3px;transition:.5s}.hamburger-menu div:before{transform:translateY(-7px)}.hamburger-menu div:after{transform:translateY(7px)}#check{position:absolute;top:50%;right:1.5rem;transform:translateY(-50%);width:2.5rem;height:2.5rem;z-index:90000;cursor:pointer;opacity:0;display:none}#check:checked ~ .hamburger-menu-container .hamburger-menu div{background-color:transparent}#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{transform:translateY(0) rotate(-45deg)}#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{transform:translateY(0) rotate(45deg)}@keyframes animation{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:920px){.hamburger-menu-container{display:flex}#check{display:block}.nav-btn{position:fixed;top:3rem;left:0;width:100%;background-color:#fff;flex-direction:column;align-items:center;justify-content:space-between;overflow-x:hidden;overflow-y:auto;transform:translateX(100%);transition:.65s}#check:checked ~ .nav-btn{transform:translateX(0)}#check:checked ~ .nav-btn .nav-link,#check:checked ~ .nav-btn .log-sign{animation:animation .5s ease forwards var(--i)}.nav-links{flex:initial;width:100%}.nav-links>ul{flex-direction:column}.nav-link{width:100%;opacity:0;transform:translateY(15px)}.nav-link>a{line-height:1;padding:1.6rem 2rem}.nav-link:hover>a{transform:scale(1);background-color:var(--clr-nav-hover)}.dropdown,.dropdown.second{position:initial;top:initial;left:initial;transform:initial;opacity:1;pointer-events:auto;width:100%;padding:0;background-color:var(--clr-dropdown-hov);display:none}.nav-link:hover>.dropdown,.dropdown-link:hover>.dropdown{display:block}.nav-link:hover>a>i,.dropdown-link:hover>a>i{transform:rotate(360deg)}.dropdown-link>a{background-color:transparent;color:#fff;padding:1.2rem 2rem;line-height:1}.dropdown.second .dropdown-link>a{padding:1.2rem 2rem 1.2rem 3rem}.dropdown.second .dropdown.second .dropdown-link>a{padding:1.2rem 2rem 1.2rem 4rem}.dropdown-link:not(:nth-last-child(2)){border-bottom:0}.arrow{z-index:1;background-color:var(--clr-btn);left:10%;transform:scale(1.1) rotate(45deg);transition:.5s}.nav-link:hover .arrow{background-color:var(--clr-nav-hover)}.dropdown .dropdown .arrow{display:none}.dropdown-link:hover>a{background-color:var(--clr-dropdown-link-hov)}.dropdown-link:first-child:hover ~ .arrow{background-color:var(--clr-nav-hover)}.nav-link>a>i{font-size:1.1rem;transform:rotate(-90deg);transition:.7s}.dropdown i{font-size:1rem;transition:.7s}.log-sign{flex:initial;width:100%;padding:1.5rem 1.9rem;justify-content:flex-start;opacity:0;transform:translateY(15px)}}.home-banner{background:url(../img/background.png) no-repeat #8750f70f;background-size:contain;position:relative;padding:155px 0 115px}.nav-links li a{background:#fff;border-radius:8px;padding:8px 15px;transition:.3s;height:40px;line-height:40px;color:#8750f7;font-size:15px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}.dropdown a{box-shadow:none !important;color:#212529 !important}.dropdown a:hover{color:#fff !important}.logo a,.home-banner h1,.inner-page-banner h1{background:#8750f7;background:-webkit-gradient(linear,left top,right top,from(#8750f7),to(#2a1454));background:-o-linear-gradient(left,#8750f7 0,#2a1454 100%);background:linear-gradient(to right,#8750f7 0,#2a1454 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:capitalize;font-weight:800}.home-banner button,.services button,.request-quote button,.disertation-intro button,.dissertation-det button{background-image:-webkit-gradient(linear,left top,right top,from(#8750f7),color-stop(51%,#2a1454),to(#8750f7));background-image:-o-linear-gradient(left,#8750f7 0,#2a1454 51%,#8750f7 100%);background-image:linear-gradient(to right,#8750f7 0,#2a1454 51%,#8750f7 100%);border-radius:5px;border:0;padding:10px 20px;color:#fff;background-size:200%;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;cursor:pointer}.numbers,.benefitss,.skills,.services,.request-quote,.terms,.disertation-intro,.why-dissertation,.service-steps,.dissertation-det,.disertation-works,.disertation-process{padding:70px 0}.numbers h2,.benefits h2,.benefits-in i,.skills h2,.skills-in i,.services h2,.services-section h2,.request-quote h2,.disertation-intro h2,.why-dissertation h2,.steps-inn i,.service-steps h2,.dissertation-det h2,.disertation-works h2,.disertation-works i,.disertation-process i{text-transform:capitalize;font-weight:700;background:#8750f7;background:-webkit-gradient(linear,left top,right top,from(#8750f7),to(#2a1454));background:-o-linear-gradient(left,#8750f7 0,#2a1454 100%);background:linear-gradient(to right,#8750f7 0,#2a1454 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.numbers h4{font-size:64px;color:#8750f7}.numbers p{font-size:20px;margin:0;line-height:28px}.numbers h4{font-size:64px;margin:0;line-height:52px;margin-right:15px}.numbers,.benefitss,.benefits,.services-section,.skills{position:relative}.numbers::before,.services-section:before,.skills:before{content:"";position:absolute;right:0;width:300px;height:300px;z-index:-1;background:url(../img/bg-dot.png);border-radius:100%}.numbers-in::before{position:absolute;content:"";background:url(../img/bg-lines.svg) top right no-repeat;width:150px;height:130px;left:0;right:0;top:-36px;background-size:360%;margin:0 auto;border-radius:160px;background-position:-400px;z-index:-1}.benefitss,.services-section,.why-dissertation,.dissertation-det,.disertation-process{background:#f6f3fc}.numbers{padding-bottom:120px;padding-top:65px}.benefitss::before{position:absolute;content:"";width:100%;background:url(../img/curv.svg) left bottom / 100% no-repeat;height:180px;top:-133px;left:0}.benefitss::after{position:absolute;content:"";width:100%;background:url(../img/curv.svg) left top / 100% no-repeat;height:170px;bottom:-111px;left:0;transform:rotate(180deg)}.benefits::after{content:"";position:absolute;left:-110px;width:290px;height:300px;z-index:5;background:url(../img/rocket.svg) right top no-repeat;top:125px;filter:grayscale(1) brightness(0);opacity:.4;transform:rotateY(-180deg)}.benefits-in i,.skills-in i,.steps-inn i,.disertation-works i,.disertation-process i{font-size:50px;margin-bottom:15px}.copyright{background:#8750f7;background:-webkit-gradient(linear,left top,right top,from(#8750f7),to(#2a1454));background:-o-linear-gradient(left,#8750f7 0,#2a1454 100%);background:linear-gradient(to right,#8750f7 0,#2a1454 100%);color:#fff;padding:20px 0}.copyright p{margin:0}.copyright li{display:inline-block;padding:0 22px}.copyright li a{color:#fff}.footer-logo a,.copyright p{color:#fff}h3.footer-logo{font-weight:800}.copyright ul{margin:30px 0}.home-banner button:hover,.services button:hover,.request-quote button:hover,.request-quote button:hover,.disertation-intro button:hover,.dissertation-det button:hover{background-position:-100%}.services-section::after{content:"";position:absolute;right:0;width:270px;height:300px;z-index:5;background:url(../img/rocket.svg) right top no-repeat;top:193px;filter:grayscale(1) brightness(0);opacity:.4}.skills-in,.services-in,.steps-inn{background:#f6f3fc;padding:35px;border-radius:8px}.services{padding:120px 0 80px}.services-section-inner{box-shadow:0 4px 8px 0 rgba(0,0,0,.2);padding:20px 20px 10px;border-radius:10px;background:#fff;margin:59px 0}.services-section-inner img{margin-top:-92px}.services-section-inner h4,.services-in h4{background:#8750f7;background:-webkit-gradient(linear,left top,right top,from(#8750f7),to(#2a1454));background:-o-linear-gradient(left,#8750f7 0,#2a1454 100%);background:linear-gradient(to right,#8750f7 0,#2a1454 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.services-section-inner p{margin-bottom:0}.services-section-inner h6{text-align:right}.services-section-inner h6 a,.dissertation-det h4,.disertation-works h4,.disertation-process h4{color:#8750f7}.services-section{padding:70px 0 30px}.home-banner:before,.inner-page-banner:before{content:"";position:absolute;top:0;right:0;width:322px;height:308px;border-radius:50%;background:#8750f7;background:-o-linear-gradient(190deg,#8750f7 0,rgba(115,67,210,0) 100%);background:linear-gradient(260deg,#8750f7 0,rgba(115,67,210,0) 100%);-webkit-filter:blur(150px);filter:blur(150px);margin-right:0;margin-top:-5%;z-index:-1}.inner-page-banner{background:url(../img/background.png) no-repeat #8750f70f;background-size:cover;position:relative;padding:100px 0 20px}.breadcrumb{background:0;margin:0 auto;display:inline-block !important}.breadcrumb li{display:inline;font-size:15px;color:#000;font-weight:500;padding-bottom:10px}.breadcrumb li a{color:#000;text-decoration:none}.breadcrumb>li+li:before{padding:0 5px;color:#000;content:"/\00a0"}.request-quote form{background:#f6f3fc;padding:30px;border-radius:4px}.request-quote form label{font-weight:500}.terms h6{font-weight:800;font-size:18px;text-transform:capitalize;line-height:27px}.terms li{list-style:disc}.terms ul{margin-left:15px}.terms a,.why-dissertation li i{color:#8750f7}.request-quote ul{display:inline-grid;margin:0;width:49%}.sitemap li a,.mail-text a{color:unset}.sitemap li{padding:7px 0}.why-dissertation-in li{display:inline-flex;border-bottom:1px solid #eee;padding:5px 0}.why-dissertation-in i{margin-right:10px;margin-top:6px}.why-dissertation-in li:last-child{border:0}.steps-inn:after{content:url(../img/arrow.png);position:absolute;left:calc(80%+20px);right:0;top:50%;transform:translateY(-50%)}.last-stepp:after{display:none}.service-steps h4{margin-top:20px}.disertation-works i{float:left;margin-right:10px;margin-top:10px}.disertation-works-in{box-shadow:0 4px 8px 0 rgba(0,0,0,.2);padding:20px;margin-top:30px;border-radius:5px}.page-not-found img{width:50%;display:block;margin:0 auto}.mail-icon{width:50px;height:50px;border-radius:50%;background:-o-linear-gradient(289deg,#2a1454 0,#8750f7 100%);background:linear-gradient(161deg,#2a1454 0,#8750f7 100%);text-align:center;line-height:52px;font-size:20px;margin:0 auto}.mail-icon i{color:#fff}.error{color:red}