*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{width:100vw;max-width:100vw;min-width:100vw;overflow-x:hidden;font-family:"Source Sans Pro",sans-serif;font-weight:400;font-size:16px;position:relative;color:#373434}a{text-decoration:none;color:#373434}a:hover{color:#373434}ul{list-style:none;margin:0;padding:0}img{max-width:100%;height:auto}.primary-block{border-radius:8px;display:inline-block;padding:2px 8px;background:linear-gradient(90deg, red 0%, #e10000 100%);box-shadow:1px 2px 3px rgba(0,0,0,.4);color:#fff;font-size:.85rem;transition:box-shadow .2s ease}.primary-block:hover{color:#fff;box-shadow:1px 2px 8px rgba(0,0,0,.5)}.primary-btn{border-radius:50px;padding:8px 20px;background:red;color:#fff;box-shadow:1px 2px 3px rgba(0,0,0,.3);text-transform:uppercase;font-weight:600;transition:box-shadow .2s ease}.primary-btn:hover{color:#fff;box-shadow:1px 2px 5px rgba(0,0,0,.6)}.page-type{text-transform:uppercase;font-size:1.1rem;font-weight:600;color:#fff;display:inline-block;padding:10px 50px;background:#373434;border-radius:0 0 20px 20px;margin:auto;text-align:center;letter-spacing:1px}@media(min-width: 920px){.page-type{padding:10px 150px}}header{position:relative}header .desktop-header{display:none}header .mobile-header{background:#c11713;background:linear-gradient(180deg, #c11713 0%, #e90101 100%)}header .mobile-header #menu_button{display:flex;align-items:center;justify-content:center;width:40px;height:40px}header .mobile-header .main-header{display:flex;align-items:center;justify-content:space-between;padding:5px 1px;padding-bottom:0}header .mobile-header .main-header .menu-button{color:#fff;font-size:1.5rem}header .mobile-header .side-menu{position:fixed;width:250px;max-width:250px;min-width:250px;top:0;left:-100%;min-height:100vh;height:100vh;max-height:auto;overflow-y:scroll;background:#fff;transition:left .2s ease;box-shadow:1px 0 5px rgba(0,0,0,.2);z-index:9999}header .mobile-header .side-menu ul{width:100%}header .mobile-header .side-menu ul li{width:100%;border-bottom:1px solid #c4c4c4}header .mobile-header .side-menu ul li ul{height:auto;max-height:0;overflow:hidden;transition:max-height .5s ease}header .mobile-header .side-menu ul li ul.open-menu{max-height:5000px;transition:max-height 3s ease}header .mobile-header .side-menu ul li a{text-transform:uppercase;display:block;padding:8px}header .mobile-header .side-menu.show{left:0}header .mobile-header .side-menu ul li a.have-dropdown{position:relative}header .mobile-header .side-menu ul li a.have-dropdown:after{content:"";width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #373434;right:15px;top:0;bottom:0;margin:auto;position:absolute;transition:transform .2s ease}header .mobile-header .side-menu ul li a.have-dropdown.open{background:red;color:#fff}header .mobile-header .side-menu ul li a.have-dropdown.open:after{transform:rotateZ(90deg);border-left:6px solid #fff}@media(min-width: 992px){header{display:block}header .mobile-header{display:none}header .desktop-header{display:block}header .desktop-header .top-header{background:#373434;display:block;width:100%;padding:8px 0}header .desktop-header .top-header-wrapper{display:flex;justify-content:space-between;align-items:center;padding:4px 0;color:#fff !important}header .desktop-header .top-header-wrapper .contact a{margin-right:22px;font-size:.85rem}header .desktop-header .top-header-wrapper .contact a i{margin-right:8px}header .desktop-header .top-header-wrapper .social{display:flex;align-items:center}header .desktop-header .top-header-wrapper .social span,header .desktop-header .top-header-wrapper .social a{color:#fff;margin-right:15px;font-size:.85rem}header .desktop-header .top-header-wrapper .social a{border-radius:100%;background:#fff;width:25px;height:25px;display:flex;align-items:center;justify-content:center;color:#373434;font-size:.8rem}header .desktop-header .top-header-wrapper .social a:last-child{margin-right:0}header .desktop-header .main-menu{background:linear-gradient(180deg, #9e1310 0%, #e90101 100%);position:sticky;top:0;left:0;z-index:999;box-shadow:0 10px 30px rgba(0,0,0,.2);display:block}header .desktop-header .main-menu.sticky{position:fixed;top:0;width:100%}header .desktop-header .main-menu .top-link a{display:flex;align-items:center;height:100%;padding:0 5px;position:relative}header .desktop-header .main-menu .top-link a:after{content:"";position:absolute;bottom:0;width:0%;background:#fff;height:5px;left:0;transition:width .2s ease}header .desktop-header .main-menu .top-link a:hover:after{width:100%}header .desktop-header .main-menu .top-link a i{margin-left:10px}header .desktop-header .main-menu .top-link:first-child a:after{display:none}header .desktop-header .main-menu ul{display:flex;justify-content:space-between;position:relative}header .desktop-header .main-menu ul .logo{max-width:100px;padding:8px}header .desktop-header .main-menu ul .logo img{max-width:100%}header .desktop-header .main-menu ul ul{display:none}header .desktop-header .main-menu ul a{text-transform:uppercase;font-size:15px;color:#fff}header .desktop-header .main-menu ul .mega-menu:hover .mega-menu-container{display:flex;top:100%;opacity:1;height:auto;min-height:547px}header .desktop-header .main-menu ul .mega-menu .mega-menu-container{height:0;overflow:hidden;opacity:0;top:150%;transition:opacity .3s ease,top .3s ease}header .desktop-header .main-menu ul .mega-menu ul{position:absolute;left:0;width:100%;display:flex;justify-content:space-around;background:#fff;box-shadow:1px 2px 30px rgba(0,0,0,.3);padding:0;height:auto;align-items:flex-start;list-style:none}header .desktop-header .main-menu ul .mega-menu ul .school-board{flex:20%;width:100%;position:relative;text-align:center;box-shadow:0 0 1px rgba(0,0,0,.3)}header .desktop-header .main-menu ul .mega-menu ul .school-board li{width:100%;box-shadow:0 0 1px rgba(0,0,0,.3)}header .desktop-header .main-menu ul .mega-menu ul .school-board a{padding:10px 10px;font-weight:900;font-size:1rem;letter-spacing:1px;color:#555}header .desktop-header .main-menu ul .mega-menu ul .school-board a:after{display:none}header .desktop-header .main-menu ul .mega-menu ul .school-board ul{width:100%;justify-content:flex-start}header .desktop-header .main-menu ul .mega-menu ul .school-board ul ul{flex-direction:column}header .desktop-header .main-menu ul .mega-menu ul .school-board .study-standard a{font-weight:500}header .desktop-header .main-menu ul .mega-menu ul .school-board .study-standard ul{width:100%}header .desktop-header .main-menu ul .mega-menu ul .school-board .study-standard ul li{width:100%}header .desktop-header .main-menu ul .mega-menu ul .school-board .study-standard ul li a{font-weight:400;font-size:.9rem;transition:padding .3s ease}header .desktop-header .main-menu ul .mega-menu ul .school-board .study-standard ul li a:hover{padding-left:18px;background:red;color:#fff}header .desktop-header .main-menu ul .mega-menu ul .school-board:first-child{flex:60%}header .desktop-header .main-menu ul .mega-menu ul .school-board:first-child a{display:flex;justify-content:center}header .desktop-header .main-menu ul .mega-menu ul .school-board:first-child ul{justify-content:space-around}header .desktop-header .main-menu ul .mega-menu ul .school-board:first-child ul li a{justify-content:flex-start}header .desktop-header .main-menu ul .mega-menu ul .school-board:first-child .study-standard{position:relative;width:33.33%}header .desktop-header .main-menu ul .mega-menu ul .school-board:first-child .study-standard ul{flex:33.33%;width:100%}header .desktop-header .main-menu ul .mega-menu ul .school-board:first-child .study-standard ul li a{justify-content:flex-start}header .desktop-header .main-menu ul .mega-menu ul ul{box-shadow:none}header .desktop-header .main-menu ul .mega-menu ul a{color:#000}header .desktop-header .main-menu ul .dropdownmenu{position:relative}header .desktop-header .main-menu ul .dropdownmenu:hover ul{opacity:1;top:100%;height:auto}header .desktop-header .main-menu ul .dropdownmenu ul{position:absolute;display:flex;flex-direction:column;top:150%;background:#fff;width:100%;min-width:250px;box-shadow:1px 1px 30px rgba(0,0,0,.2);height:0;overflow:hidden;opacity:0;transition:opacity .2s ease,top .2s ease}header .desktop-header .main-menu ul .dropdownmenu ul li{width:100%}header .desktop-header .main-menu ul .dropdownmenu ul li a{color:#555;padding:6px 10px;position:relative;display:flex;align-items:center;transition:all .2s ease}header .desktop-header .main-menu ul .dropdownmenu ul li a:after{display:none}header .desktop-header .main-menu ul .dropdownmenu ul li a:hover{padding-left:19px;color:#fff;background:red}header .desktop-header .main-menu ul .dropdownmenu ul li a:hover:before{width:8px;height:8px;background:#fff;content:"";position:absolute;top:0;bottom:0;left:5px;display:none;margin:auto}header .desktop-header .main-menu ul .cta{align-self:center}header .desktop-header .main-menu ul .cta a{background:#fff;padding:5px 15px;color:#373434;font-weight:900;height:auto;border-radius:80px}header .desktop-header .main-menu ul .cta a:hover{background-color:#373434;color:#fff}header .desktop-header .main-menu ul .cta a:after{display:none}}footer{background-color:#eff0ef;padding:50px 0;font-size:15px}footer .heading{font-weight:600;font-size:1.1rem;margin:15px 0;letter-spacing:1px}footer li a,footer p{opacity:.8}footer p a{color:red}footer li a i{transition:margin-right .2s ease}footer li a:hover{color:red}footer li a:hover i{margin-right:10px}footer .social{display:flex;align-items:center}footer .social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:1.1rem;color:#fff;margin-right:10px}footer .social a.facebook{background:#385999}footer .social a.youtube{background-color:#ce1a19}footer .social a.twitter{background-color:#17a3f2}footer .social a.instagram{background-color:#212121}footer form{display:flex;flex-direction:column}footer form label{font-weight:700;letter-spacing:1px}footer form input{margin-bottom:8px;padding-left:10px;padding-right:10px;outline:none;height:35px;border:1px solid rgba(0,0,0,.3)}footer form button{max-width:130px;border:0;background:red;color:#fff;border-radius:10px;padding:5px 10px;margin-top:8px}.hero{padding:50px 0}.hero h1{font-weight:900;color:#000;margin:15px 0}.hero p{padding:0 40px;font-size:1.1rem}.hero h4{font-weight:600;padding:0 40px;margin-bottom:20px}.hero a.primary-btn{min-width:178px;width:178px;margin:5px;display:inline-block}.custom-swiper-slider{background:#eee}.custom-swiper-slider .swiper{width:100%;max-width:1140px;height:230px}.custom-swiper-slider .swiper-slide{text-align:center;font-size:1rem;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.custom-swiper-slider .swiper-slide .slide{margin:50px 0;width:100%;padding:0 40px}.custom-swiper-slider .swiper-slide .slide .h1{color:red;font-weight:600}.custom-swiper-slider .swiper-button-next,.custom-swiper-slider .swiper-button-prev{width:15px;height:15px;color:#000;opacity:.8}.custom-swiper-slider .swiper-button-next::after,.custom-swiper-slider .swiper-button-prev::after{font-size:28px}.services{padding:50px 0}.services .h2{font-weight:700;margin-bottom:20px}.services p{margin-bottom:20px}.services a{background:red;color:#fff;border-radius:20px;padding:4px 20px;display:inline-block;transition:box-shadow .2s ease}.services a:hover{box-shadow:1px 2px 4px rgba(0,0,0,.2)}.services a.center{display:block;margin:auto;max-width:130px}.services .download-links{display:flex;justify-content:center;align-items:center;margin:20px 0;flex-wrap:wrap}.services .download-links a{background:transparent;padding:20px}.services .download-links a img{max-height:80px}.services .download-links a:hover{box-shadow:1px 2px 4px rgba(0,0,0,.2)}#features{position:relative;background-size:cover;color:#fff !important;padding:50px 0}#features .overlay{position:absolute;top:0;left:0;height:100%;width:100%;z-index:0;opacity:.95;background:#f23139;background:-moz-linear-gradient(30deg, #f23139 20%, #7c0a02 80%);background:-webkit-linear-gradient(30deg, #f23139 20%, #7c0a02 80%);background:linear-gradient(30deg, #f23139 20%, #7c0a02 80%)}#features i,#features a,#features p{color:inherit}#features .single-feature{padding:.5rem}#features .feature-left a{text-align:right}#features .feature-left a:after{content:"";position:absolute;top:50%;right:-20%;width:0;height:2px;background-color:#0a0e0a;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:width .4s ease-out;transition:width .4s ease-out}#features .feature-left a:before{content:"";position:absolute;top:50%;right:-21%;width:20px;height:20px;border-radius:50%;background-color:#0a0e0a;opacity:0;-webkit-transform:translateY(-48%);transform:translateY(-48%);-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out}#features .feature-right a{text-align:left;-webkit-transition:width .4s ease-out;transition:width .4s ease-out}#features .feature-right a:after{content:"";position:absolute;top:50%;left:-20%;width:0;height:2px;background-color:#0a0e0a;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:width .4s ease-out;transition:width .4s ease-out}#features .feature-right a:before{content:"";position:absolute;top:50%;left:-21%;width:20px;height:20px;border-radius:50%;background-color:#0a0e0a;opacity:0;-webkit-transform:translateY(-48%);transform:translateY(-48%);-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out}#features .feature-link{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;border-radius:10px;position:relative;z-index:10;overflow:visible}#features .feature-link.active{box-shadow:0 8px 17px 0 rgba(0,0,0,.5),0 6px 20px 0 rgba(0,0,0,.5)}#features .feature-link.active i:after{-webkit-animation:rotateEffect 8s linear infinite;animation:rotateEffect 8s linear infinite;display:block}#features .feature-link.active:after{opacity:1;width:30%}#features .feature-link.active:before{opacity:1}#features .feature-link i{position:relative;margin:0 1rem;width:4rem;height:4rem;border-radius:50%;box-shadow:0 10px 10px rgba(0,0,0,.3);text-align:center;font-size:2rem;line-height:4rem;background:rgba(0,0,0,.42)}#features .feature-link i:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border:2px dashed #fff;top:0;left:0;display:none}#features .images-slider .owl-features{max-width:300px;margin:0 auto}@media screen and (min-width: 600px){#features{background:url("../images/background/header-bg-2.jpg") top center fixed;background-size:cover}#video{background:url("../images/background/video-bg.jpg") repeat center center fixed;background-size:cover}}@media screen and (max-width: 1120px){#features .feature-link::after,#features .feature-link::before{display:none}}@media screen and (max-width: 992px){.owl-nav{display:none}#features .single-feature{padding:0}#features .owl-features{padding:1rem 0}#features .feature-left .feature-link{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.owl-nav{z-index:-1;position:absolute;top:30%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;left:0;margin:0;color:#4e4e4e}.owl-nav i{font-size:3rem;padding:1rem}.owl-nav .disabled{opacity:.3;cursor:default !important}.owl-nav .owl-prev{position:absolute;left:-70px}.owl-nav .owl-next{position:absolute;right:-70px}.owl-dots{padding-top:1rem;margin-top:.5rem;text-align:center}.owl-dots .owl-dot{display:inline-block;-webkit-transition:opacity .2s;transition:opacity .2s}.owl-dots .owl-dot:hover{opacity:.7}.owl-dots .owl-dot span{background-color:silver;display:inline-block;height:2px;margin:5px 7px;opacity:1;width:22px}.owl-dots .owl-dot.active span{background-color:#000}.reflection-text{position:relative;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:5px;font-weight:500}.reflection-text:after{content:"";bottom:0;position:absolute;width:150px;left:calc(50% - 75px);height:20px}@-webkit-keyframes rotateEffect{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotateEffect{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.reflection-text{position:relative;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:5px;font-weight:500;margin-bottom:50px}.reflection-text::after{content:"";top:40px;position:absolute;width:150px;left:calc(50% - 75px);height:20px}.reflection-text-white::after{background:url(../img/home/line-break/line-break-white.svg) no-repeat}.reflection-text:not(.reflection-text-white)::after{background:url(../img/home/line-break/line-break-10.svg) no-repeat}.testimonials{padding:50px 0}.testimonials .block{padding:15px 0}.testimonials .div1,.testimonials .div2,.testimonials .div3,.testimonials .div4,.testimonials .div5,.testimonials .div6{padding:15px}.testimonials .user{display:flex;align-items:center;margin-top:30px}.testimonials .user .avatar{width:50px;height:50px;border-radius:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;margin-right:15px}.testimonials .user .info{font-size:.85rem}.testimonials .user .info .name{font-weight:700}.testimonials .div1{background:#fff3f3;background:linear-gradient(135deg, #fff3f3 0%, #fedfdf 100%);color:#ff4545;display:flex;flex-direction:column;justify-content:space-between}.testimonials .div1 .read-more{display:block;text-align:right}.testimonials .div1 .read-more a{color:#544b4b}.testimonials .div2{background:#cd3cff;background:linear-gradient(135deg, #cd3cff 0%, #da72ff 51%, #d357ff 100%)}.testimonials .div2 .content{color:#fff;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:700;letter-spacing:1px;font-size:2rem;padding:59px 0;text-align:center}.testimonials .div3{background:#53d35c;background:linear-gradient(135deg, #53d35c 0%, #b1f7b8 51%, #87ed92 100%)}.testimonials .div3 .content{color:#445f46;font-size:1.9rem;font-weight:700;text-align:center}.testimonials .div4{background:#eff6ff;background:linear-gradient(135deg, #eff6ff 0%, #d1e6ff 51%, #eff6ff 100%)}.testimonials .div4 .content{color:#1d27ff}.testimonials .div5{background:#fc9c06;background:linear-gradient(135deg, #fc9c06 0%, #fece84 51%, #ffbb56 100%);height:100%}.testimonials .div5 .content{color:#fff;font-size:2.4rem;font-weight:700;text-align:center;padding-top:50px;padding-bottom:50px;text-transform:uppercase;letter-spacing:1px;word-break:break-all}.testimonials .div6{background:#affef5;background:linear-gradient(135deg, #affef5 0%, #06ffee 51%, #85fff6 100%)}.testimonials .div6 .content{color:#036363}@media(min-width: 992px){.block{padding:15px 0}.div1,.div2,.div3,.div4,.div5,.div6{padding:15px}.user{display:flex;align-items:center;margin-top:30px}.user .avatar{width:50px;height:50px;border-radius:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;margin-right:15px}.user .info{font-size:.85rem}.user .info .name{font-weight:700}.div1{background:#fff3f3;background:linear-gradient(135deg, #fff3f3 0%, #fedfdf 100%);color:#ff4545;display:flex;flex-direction:column;justify-content:space-between}.div1 .read-more{display:block;text-align:right}.div1 .read-more a{color:#544b4b}.div2{background:#cd3cff;background:linear-gradient(135deg, #cd3cff 0%, #da72ff 51%, #d357ff 100%)}.div2 .content{color:#fff;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:700;letter-spacing:1px;font-size:2rem;padding:59px 0}.div3{background:#53d35c;background:linear-gradient(135deg, #53d35c 0%, #b1f7b8 51%, #87ed92 100%)}.div3 .content{color:#445f46;font-size:1.9rem;font-weight:700;text-align:center}.div4{background:#eff6ff;background:linear-gradient(135deg, #eff6ff 0%, #d1e6ff 51%, #eff6ff 100%)}.div4 .content{color:#1d27ff}.div5{background:#fc9c06;background:linear-gradient(135deg, #fc9c06 0%, #fece84 51%, #ffbb56 100%);height:100%}.div5 .content{color:#fff;font-size:2.4rem;font-weight:700;text-align:center;padding-top:50px;text-transform:uppercase;letter-spacing:1px;word-break:break-all}.div6{background:#affef5;background:linear-gradient(135deg, #affef5 0%, #06ffee 51%, #85fff6 100%)}.div6 .content{color:#036363}}@media(min-width: 1400px){.div2 .content{padding:46px 0;padding-bottom:47px}}.clients{padding:50px 0px}.clients .client-logos{display:flex;flex-wrap:wrap}.clients .client-logos .client-logo{flex:50%;width:100%;margin:8px;border-radius:30px;padding:10px;max-width:150px;height:150px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:1px 2px 4px rgba(0,0,0,.3)}.clients .client-logos .client-logo img{width:100%}.clients .client-sliders{display:flex;flex-wrap:wrap}.clients .client-sliders .client-logo-slider{max-width:150px;max-height:150px;box-shadow:1px 2px 4px rgba(0,0,0,.3);border-radius:30px;flex:50%;width:100%;margin:8px}.clients .client-sliders .client-logo-slider .item{width:150px;height:150px;display:flex;align-items:center;justify-content:center;padding:10px}.clients .h2{font-weight:800;font-size:3rem}.clients .h3{font-size:2rem}.blog{padding:50px 0}.blog .heading{display:block;padding:10px 20px;background-color:red;color:#fff;font-size:2rem;font-weight:900;letter-spacing:1px;border-radius:50px;max-width:200px;min-width:200px;text-align:center;box-shadow:1px 3px 10px rgba(0,0,0,.3);margin:auto;margin-bottom:30px}.blog .img{position:relative;z-index:9}.blog .block{height:100%;margin-top:15px;margin-bottom:15px;box-shadow:1px 1px 30px rgba(0,0,0,.2);border-radius:35px;padding:0}.blog .block .body{padding:15px 18px;padding-bottom:0px}.blog .block .body .date{width:80px;height:80px;font-size:1.4rem;text-align:center;line-height:1.1;display:flex;align-items:center;justify-content:center;flex-direction:column;background:red;color:#fff;border-radius:20px;box-shadow:1px 1px 15px rgba(0,0,0,.2);margin-top:-55px;position:relative;z-index:100}.blog .block .body .title{font-weight:700;margin:15px 0;font-size:1.2rem}.blog .block .body .content{font-size:.84rem;margin-bottom:15px}.blog .block .body .read-more{display:block;width:100%;overflow-x:hidden}.blog .block .body .read-more a{color:red;font-size:.84rem;position:relative}.blog .block .body .read-more a:after{content:"";position:absolute;border-bottom:2px dashed red;left:105%;bottom:0;width:1000%}.insta{padding:50px 0}.insta .heading-2{font-size:2.3rem;text-align:center;margin-bottom:50px;font-weight:600}.insta .heading-2 a{color:red}.modal.homepage .modal-content{border-radius:1.3rem;box-shadow:1px 2px 3px rgba(0,0,0,.3)}.modal.homepage .modal-header,.modal.homepage .modal-footer{border:0}.modal.homepage span#processingStep1,.modal.homepage span#processingStep2,.modal.homepage span#processingStep3{text-align:center;color:red;display:block;margin:5px auto}.modal.homepage form.modal-1{display:flex;flex-direction:column;padding:25px;border-radius:20px;box-shadow:1px 2px 40px rgba(0,0,0,.3)}.modal.homepage form.modal-1 .title{text-align:center;text-transform:uppercase;font-weight:700;letter-spacing:1px;margin-bottom:20px}.modal.homepage form.modal-1 input,.modal.homepage form.modal-1 select{margin-bottom:20px;outline:0;border:0;border:1px solid #c2c2c2;height:35px;padding:0 10px;border-radius:5px;background:#fff}.modal.homepage form.modal-1 button{max-width:180px;border-radius:100px;padding:6px 20px;border:0;border:2px solid red;outline:0;background:#fff;color:red;cursor:pointer;align-self:center}.modal.homepage form.modal-2{display:flex;flex-direction:column}.modal.homepage form.modal-2 .title{text-align:center;font-size:2.4rem;font-weight:600;letter-spacing:1px;margin-bottom:20px}.modal.homepage form.modal-2 .sub-title{text-align:center;font-weight:600;letter-spacing:1px;margin-bottom:40px}.modal.homepage form.modal-2 .input-boxes{width:100%;display:flex;align-items:center;justify-content:space-around;margin-bottom:20px;flex-wrap:wrap}.modal.homepage form.modal-2 .input-boxes input{width:40px;height:40px;border:0;outline:0;box-shadow:1px 1px 30px rgba(0,0,0,.3);padding:5px;font-size:1.2rem;text-align:center}@media(min-width: 992px){.modal.homepage form.modal-2 .input-boxes input{width:60px;height:60px}}.modal.homepage form.modal-2 .error a{color:red;font-weight:600;letter-spacing:1px;margin-bottom:20px}.modal.homepage form.modal-2 button{margin-top:40px;max-width:280px;border-radius:100px;padding:4px 60px;border:0;border:2px solid red;outline:0;background:#fff;color:red;cursor:pointer;margin-left:auto;margin-right:auto;display:inline-block;align-self:center}.modal.homepage form.modal-3{display:flex;flex-direction:column}.modal.homepage form.modal-3 .title{text-align:center;font-size:2.4rem;font-weight:600;letter-spacing:1px;margin-bottom:20px}.modal.homepage form.modal-3 .sub-title{text-align:center;font-weight:600;letter-spacing:1px;margin-bottom:40px}.modal.homepage form.modal-3 label{color:red;text-align:center;font-weight:600;letter-spacing:1px;margin-bottom:8px;text-transform:capitalize}.modal.homepage form.modal-3 input{margin-bottom:20px}.modal.homepage form.modal-3 .times{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:15px;margin-bottom:20px}.modal.homepage form.modal-3 .times .time{text-align:center;background:#fff;box-shadow:2px 3px 30px rgba(0,0,0,.2);padding:3px 10px;border-radius:40px;width:130px;cursor:pointer;transition:background-color .2s ease;margin:10px 0}.modal.homepage form.modal-3 .times .time:hover{background-color:#373434;color:#fff}.modal.homepage form.modal-3 .times .time.selected{background-color:red;color:#fff}.modal.homepage form.modal-3 button{margin-top:40px;max-width:280px;border-radius:100px;padding:4px 60px;border:0;border:2px solid red;outline:0;background:#fff;color:red;cursor:pointer;margin-left:auto;margin-right:auto;display:inline-block;align-self:center;text-transform:uppercase}.modal.homepage form button:hover{background:red;color:#fff}.study-material .heading{font-size:2.4rem;text-align:center;font-weight:600;margin:40px 0 20px 0;color:#4c4c4c}.study-material .sub-text{font-size:1.6rem;line-height:1.3;margin-bottom:30px;color:#4c4c4c}.study-material .subjects{border-radius:50px;padding:8px 80px;background:#ec2222;color:#fff;box-shadow:1px 2px 30px rgba(0,0,0,.2);font-weight:400;transition:box-shadow .2s ease;font-size:1.3rem}.study-material .nav-tabs{border:0;display:flex;justify-content:center}.study-material .nav-tabs .nav-item button{color:#4c4c4c;font-size:1.2rem;font-weight:600;border-radius:10px 10px 0 0;margin-left:10px;margin-right:10px}.study-material .nav-tabs .nav-item.show .nav-link,.study-material .nav-tabs .nav-link.active{background-color:#4c4c4c;color:#fff}.study-material .custom-swiper-slider-testimonial{padding:60px 0;background-color:#fff}.study-material .custom-swiper-slider-testimonial .testimonial-swiper{width:100%;max-width:1140px;height:400px}.study-material .custom-swiper-slider-testimonial .swiper-slide{text-align:center;font-size:1rem;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.study-material .custom-swiper-slider-testimonial .swiper-slide .slide{margin:50px 0;width:100%;padding:0 40px}.study-material .custom-swiper-slider-testimonial .swiper-slide .slide .block{background:#fff;border-radius:20px;box-shadow:1px 2px 20px rgba(0,0,0,.2);padding:20px 15px}.study-material .custom-swiper-slider-testimonial .swiper-slide .slide .block .avatar{border-radius:100%;border:8px solid #fff;overflow:hidden;display:flex;align-items:center;width:100px;height:100px;justify-content:center;margin:auto;margin-top:-60px;margin-bottom:40px;box-shadow:0 0 15px rgba(0,0,0,.2)}.study-material .custom-swiper-slider-testimonial .swiper-slide .slide .block .name{text-align:left;color:red;font-weight:600;letter-spacing:1px;margin-bottom:15px}.study-material .custom-swiper-slider-testimonial .swiper-slide .slide .block .review{text-align:left;font-size:1rem}.study-material .custom-swiper-slider-testimonial .swiper-slide .slide .block .read-more{text-align:left;margin-top:25px}.study-material .custom-swiper-slider-testimonial .swiper-slide .slide .block .read-more a{color:#555;text-decoration:underline}.study-material .custom-swiper-slider-testimonial .swiper-button-next,.study-material .custom-swiper-slider-testimonial .swiper-button-prev{width:15px;height:15px;color:#000;opacity:.8}.study-material .custom-swiper-slider-testimonial .swiper-button-next::after,.study-material .custom-swiper-slider-testimonial .swiper-button-prev::after{font-size:28px}.study-material .booking-form{padding:50px 0}.study-material .booking-form .cta{background-color:red;color:#fff;font-size:2rem;border-radius:50px;max-width:300px;margin:auto;margin-top:10px;text-align:center;overflow:hidden;transition:box-shadow .2s ease,top .2s ease;position:relative;margin-bottom:10px}.study-material .booking-form .cta:hover{box-shadow:1px 2px 5px rgba(0,0,0,.3);top:-1px}.study-material .booking-form .cta a{color:#fff;display:block;width:100%;height:100%;padding:10px 20px}.study-material .booking-form form{display:flex;flex-direction:column;padding:25px;border-radius:20px;box-shadow:1px 2px 40px rgba(0,0,0,.3)}.study-material .booking-form form .title{text-align:center;text-transform:uppercase;font-weight:700;letter-spacing:1px;margin-bottom:20px}.study-material .booking-form form input,.study-material .booking-form form select{margin-bottom:20px;outline:0;border:0;border:1px solid #c2c2c2;height:35px;padding:0 10px;border-radius:5px;background:#fff}.study-material .booking-form form button{max-width:180px;border-radius:100px;padding:6px 20px;border:0;border:2px solid red;outline:0;background:#fff;color:red;cursor:pointer;align-self:center}.study-material .booking-form form button:hover{background:red;color:#fff}.study-material .tab-content .title{color:red;font-size:1.3rem;margin-bottom:10px}.study-material .tab-content table{width:100%}.study-material .tab-content table td{padding:15px;text-align:center}.study-material .tab-content table td.thead{font-weight:700}.study-material .tab-content .no-table{display:flex;flex-direction:column;justify-content:space-between}.study-material .tab-content .no-table div{display:block;flex:100%;margin-bottom:30px}.study-material .tab-content .no-table ul{width:100%}.study-material .tab-content .no-table ul li{padding:15px;border:1px solid #eee}@media(min-width: 992px){.study-material .tab-content .no-table{flex-direction:row}.study-material .tab-content .no-table h3,.study-material .tab-content .no-table h4{font-size:1.1rem;font-weight:700;height:55px}.study-material .tab-content .no-table div{flex:1;width:100%}}.about-us .hero .primary-block{min-width:300px}.about-us .hero h1,.about-us .hero p,.about-us .hero h4{text-align:left;padding:0}.about-us .hero h4{font-size:1.1rem}.about-us .principles{padding-bottom:50px}.about-us .principles .avatar{width:100px;height:100px;display:flex;align-items:center;justify-content:center;font-size:2.4rem;text-align:center;background:#790501;background:linear-gradient(225deg, #790501 0%, #f22e36 100%);color:#fff;border-radius:100%;overflow:hidden;margin:auto;box-shadow:0 3px 10px rgba(0,0,0,.3);margin-bottom:30px}.about-us .principles .title{font-size:1.7rem;text-align:center;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px}.about-us .principles .content{text-align:center;font-size:1.2rem;padding:0 20px}.about-us .principles .content.text-left{text-align:left}.about-us .who-what{padding:50px 0}.about-us .who-what .title{display:inline-block;max-width:230px;margin:auto;background:red;color:#fff;padding:10px 20px;border-radius:100px;box-shadow:1px 8px 10px rgba(0,0,0,.2);font-weight:700;letter-spacing:1px;font-size:1.4rem;margin-bottom:30px}.about-us .who-what p{font-size:1.3rem}.about-us .hiring{padding:50px 0}.about-us .hiring .block{width:100%;background:#ff7f83;background:linear-gradient(135deg, #ff7f83 0%, #ff7477 100%);position:relative;padding:30px;border-radius:30px;box-shadow:1px 2px 3px rgba(0,0,0,.2);overflow:hidden}.about-us .hiring .block img{position:absolute;right:0;bottom:0;width:350px;display:none}@media(min-width: 992px){.about-us .hiring .block img{display:block}}.about-us .hiring .block .sub-title{color:#6e0c18;font-size:2rem}.about-us .hiring .block .title{color:#fff;font-weight:800;letter-spacing:1px;text-transform:uppercase;font-size:5rem}.about-us .hiring .block .cta{display:block;margin-top:30px}.about-us .hiring .block .cta a{color:#6e0c18;background-color:#fff;box-shadow:1px 2px 3px rgba(0,0,0,.2);padding:10px 30px;font-size:2rem;border-radius:30px;margin-top:30px}.about-us .contact{color:#fff;padding:50px 0}.about-us .contact .block{background-size:cover;padding:80px 0;overflow:hidden;border-radius:20px}.about-us .contact .block .custom-col{background:#054375;background:linear-gradient(90deg, #054375 90%, rgba(5, 67, 117, 0) 100%);height:100%}.about-us .contact .block .title{display:block;font-size:3.4rem;text-transform:uppercase;font-weight:800}.about-us .contact .block .sub-title{display:block;font-size:1.3rem;font-weight:800}@media(min-width: 992px){.about-us .contact .block .sub-title{font-size:2.1rem}}.founder .text-wall{padding:80px 0 50px 0}.founder .text-wall .title{font-weight:800;letter-spacing:1px;font-size:2rem;margin-bottom:20px}.founder .text-wall p{font-size:1.2rem}.founder .intro{padding:50px 0}.founder .intro .title{color:red;font-size:2rem;margin-bottom:15px}.founder .intro .sub-title{font-size:1.3rem}.founder .intro p{font-size:1.2rem;margin:15px}/*# sourceMappingURL=style.css.map */
