@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@10..48,200&family=Kalam:wght@300&family=Laila:wght@300;500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,600&display=swap');:root{--yellow:#f5bf23;--black:#2d71ae;--white:#fff;--light-color:#3d3d3d;--light-bg:#eee;--box-shadow:0 .5rem 1rem rgba(0,0,0,.1);--border:.1rem solid rgba(0,0,0,.3);}body{width:100%;height:100vh;background:url('../banner_images/bg1.jpg') no-repeat center center/cover fixed!important;font-family:'Bricolage Grotesque',sans-serif;font-family:'Kalam',cursive;font-family:'Laila',sans-serif;font-family:'Playfair Display',serif;}@media (max-width:950px){body{background:url('../banner_images/bg1.jpg') fixed!important;width:100%;height:100vh;}}strong{font-weight:bold;}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;border:none;text-decoration:none;}html{font-size:62.5%;overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:7rem;}@font-face{font-family:'icomoon';src:url('fonts/icomoon.eot');src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),url('fonts/icomoon.svg#icomoon') format('svg'),url('fonts/icomoon.woff') format('woff'),url('fonts/icomoon.ttf') format('truetype');font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:'icomoon';font-style:normal;speak:none;-webkit-font-smoothing:antialiased}.icon-help:before{content:"47";}a{text-decoration:none!important;}html::-webkit-scrollbar{width:1rem;}html::-webkit-scrollbar-track{background:transparent;}html::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,rgba(178,186,189,.976) 0%,rgba(245,173,134,.95) 100%);}.navbar{display:block!important;}section{padding:1rem 10%;}p,h1,h2,h3,h4,h5,h6,td{}.heading{font-size:4rem;color:var(--black);padding-left:1rem;text-align:center;text-transform:capitalize;}@media(max-width:950px){.heading{font-size:2.2rem}}p{text-align:justify;}.btn{display:inline-block;margin-top:1rem;padding:.5rem 1.5rem;background:var(--black);color:var(--white);cursor:pointer;font-size:1.7rem;-webkit-transition:.2s linear;transition:.2s linear;}.btn-portfolio{display:inline-block;margin-top:1rem;padding:.5rem 1.5rem;color:var(--white);cursor:pointer;font-size:1.7rem;-webkit-transition:.2s linear;transition:.2s linear;border:1px solid var(--black);background:transparent;border-radius:20px;}.btn-portfolio:hover i{transform:translateX(20%)!important;}.btn-portfolio:hover{border:none;}.btn:hover{background:#3d3d3d;color:white;}@-webkit-keyframes fadeIn{0%{top:50%;opacity:0}}@keyframes fadeIn{0%{top:50%;opacity:0}}.header{height:92px;position:-webkit-sticky;position:sticky;top:0;left:0;right:0;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);padding:1.5rem 5%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:1000;background:var(--white);}.header .logo{font-size:2.5rem;color:var(--black)}.header .logo img{padding-top:2px;width:344px!important;}@media(max-width:786px){.header .logo img{width:100%!important;height:auto!important}}.header .logo span{color:var(--yellow);}.header .navbar a{font-size:1.8rem;color:var(--black);margin:0 .7rem;text-transform:capitalize;}.header .navbar a:hover{color:#3d3d3d;border-bottom:1px solid transparent}.header .icons div{height:5rem;width:5rem;line-height:5rem;font-size:2rem;background:var(--light-bg);color:var(--black);cursor:pointer;text-align:center;margin-left:.3rem;}.header .icons div:hover{background:var(--black);color:var(--white);}.header #menu-btn{display:none;}.header #menu-btn:hover{cursor:pointer;}.header .search-form{position:absolute;top:120%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:70rem;background:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);padding:1rem;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;-webkit-animation:fadeIn .2s linear;animation:fadeIn .2s linear;}.header .search-form.active{display:-webkit-box;display:-ms-flexbox;display:flex;}.header .search-form input{width:100%;padding:1.2rem 1.4rem;background:var(--light-bg);font-size:1.6rem;color:var(--light-color);}.header .search-form label{font-size:2.5rem;color:var(--black);cursor:pointer;margin:0 1rem;}.header .search-form label:hover{color:var(--yellow);}.header .login-form{position:absolute;top:120%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:40rem;background:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);padding:2rem;text-align:center;-webkit-animation:fadeIn .2s linear;animation:fadeIn .2s linear;display:none;}.header .login-form.active{display:block;}.header .login-form h3{font-size:2.5rem;color:var(--black);padding-bottom:1rem;}.header .login-form .box{width:100%;padding:1.2rem 1.4rem;background:var(--light-bg);font-size:1.6rem;color:var(--light-color);margin:.7rem 0;}.header .login-form .flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;padding-top:1.5rem;padding-bottom:1rem;}.header .login-form .flex label{font-size:1.5rem;color:var(--light-color);cursor:pointer;}.header .login-form .flex a{font-size:1.5rem;color:var(--light-color);margin-left:auto;}.header .login-form .flex a:hover{color:var(--yellow);text-decoration:underline;}.header .login-form .btn{width:100%;}.header .login-form p{font-size:1.5rem;color:var(--light-color);line-height:2;padding-top:1.5rem;}.header .login-form p a{color:var(--yellow);}.header .login-form p a:hover{text-decoration:underline;}.contact-info{position:fixed;top:0;right:0;width:35rem;background:var(--white);height:100%;text-align:center;z-index:1100;padding:0 2rem;padding-top:5rem;display:none;}.contact-info.active{-webkit-box-shadow:0 0 0 100vw rgba(0,0,0,.7);box-shadow:0 0 0 100vw rgba(0,0,0,.7);display:block;}.contact-info #close-contact-info{position:absolute;top:1rem;right:1.5rem;cursor:pointer;font-size:4rem;color:var(--black);}.contact-info #close-contact-info:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg);}.contact-info .info{padding:2rem 0;}.contact-info .info i{height:5rem;width:5rem;line-height:5rem;font-size:2rem;background:var(--light-bg);color:var(--black);cursor:pointer;text-align:center;margin-bottom:.5rem;}.contact-info .info i:hover{background:var(--black);color:var(--white);}.contact-info .info h3{font-size:2rem;color:var(--black);padding:1rem 0;}.contact-info .info p{font-size:1.5rem;color:var(--light-color);line-height:2;}.contact-info .share{padding-top:2rem;border-top:var(--border);margin-top:1rem;}.contact-info .share a{height:5rem;width:5rem;line-height:5rem;font-size:2rem;background:var(--light-bg);color:var(--black);cursor:pointer;text-align:center;margin:0 .3rem;}.contact-info .share a:hover{background:var(--black);color:var(--white);}.home{padding:0;}.home .slide{min-height:60rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.home .slide::before{content:'';position:absolute;top:0;left:0;height:100%;width:100%;background:-webkit-gradient(linear,left top,right top,from(var(--white)),to(transparent));background:linear-gradient(90deg,var(--white),transparent);}.home .slide .content{width:65rem;position:relative;}.home .slide .content h3{font-size:6rem;color:var(--black)}.home .slide .content p{font-size:2rem;color:black;line-height:2;padding:1rem 0;font-style:italic;}.home .swiper-button-next,.home .swiper-button-prev{top:initial;bottom:0;left:initial;right:0;height:7rem;width:7rem;line-height:7rem;background:var(--white);}.home .swiper-button-next:hover,.home .swiper-button-prev:hover{background:yellow;}.home .swiper-button-next::after,.home .swiper-button-prev::after{font-size:2rem;color:white;font-weight:bold;}.home .swiper-button-prev{right:7rem;}.about .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3rem;}.about .row .video{-webkit-box-flex:1;-ms-flex:1 1 41rem;flex:1 1 41rem;}.about .row .video video{width:100%;}.about .row .content{-webkit-box-flex:1;-ms-flex:1 1 41rem;flex:1 1 41rem;}.about .row .content h3{font-size:3.5rem;color:var(--black);}.about .row .content p{font-size:1.5rem;color:var(--light-color);line-height:2;padding:1rem 0;}.about .box-container{margin-top:3rem;display:-ms-grid;display:grid;-ms-grid-columns:(minmax(16rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:2rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.about .box-container .box{text-align:center;background:var(--light-bg);padding:3rem 2rem;}.about .box-container .box h3{font-size:4rem;color:var(--black);}.about .box-container .box p{font-size:1.5rem;color:var(--light-color);line-height:2;padding-top:.5rem;}.services{background:var(--light-bg);}.services .box-container{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(25rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:2rem;}.services .box-container .box{text-align:center;padding:3rem;background:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border:var(--border);}.services .box-container .box:hover img{-webkit-transform:translateY(-1rem);transform:translateY(-1rem);}.services .box-container .box img{height:7rem;margin-bottom:.5rem;-webkit-transition:.2s linear;transition:.2s linear;}.services .box-container .box h3{font-size:1.7rem;color:var(--black);padding:1rem 0;}.services .box-container .box p{font-size:1.4rem;color:var(--light-color);line-height:2;}.projects{background:var(--light-bg);}.projects .heading{color:#2d71ae;}.projects .box-container{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(30rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:2rem;}.projects .box-container .box{cursor:initial;}.projects .box-container .box:hover .image img{-webkit-transform:scale(1.1);transform:scale(1.1);}.projects .box-container .box .image{height:40rem;overflow:hidden;}.projects .box-container .box .image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:.2s linear;transition:.2s linear;}.projects .box-container .box .content{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--white);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.projects .box-container .box .content .info{padding:1rem 2rem;}.projects .box-container .box .content .info h3{font-size:1.7rem;color:var(--black)}.projects .box-container .box .content .info p{font-size:1.5rem;color:var(--light-color);line-height:2;}.projects .box-container .box .content i{width:7.5rem;font-size:3rem;background:#2d71ae;;color:var(--white);cursor:pointer;text-align:center;line-height:7.5rem;}.reviews .slide p{padding:1.5rem;background:var(--light-bg);position:relative;margin-bottom:3rem;font-size:1.4rem;color:var(--light-color);line-height:2;}.reviews .slide p::before{content:'';position:absolute;bottom:-1rem;left:2rem;height:2rem;width:2rem;background:var(--light-bg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}.reviews .slide .user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem;}.reviews .slide .user img{height:7rem;width:7rem;}.reviews .slide .user h3{font-size:2rem;color:var(--black)}.reviews .slide .user .stars{padding-top:.5rem;}.reviews .slide .user .stars i{font-size:1.4rem;color:var(--yellow);}.pricing{background:var(--light-bg);}.pricing .box-container{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(30rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:2rem;}.pricing .box-container .box{background:var(--white);text-align:center;padding:2rem;border:var(--border);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);}.pricing .box-container .box i{height:7rem;width:7rem;line-height:7rem;border-radius:50%;margin-bottom:2rem;background:var(--yellow);color:var(--black);}.pricing .box-container .box h3{font-size:2.5rem;color:var(--black);font-weight:normal;}.pricing .box-container .box .price{padding:1rem 0;font-size:5rem;color:var(--black)}.pricing .box-container .box .price span{font-size:2rem;}.pricing .box-container .box .list{padding:1rem 0;}.pricing .box-container .box .list p{padding:1rem 0;color:var(--light-color);line-height:2;}.contact{background:var(--black);}.contact .heading{color:var(--white);}.contact .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem;}.contact .row .map{-webkit-box-flex:1;-ms-flex:1 1 41rem;flex:1 1 41rem;width:100%;}.contact .row form{-webkit-box-flex:1;-ms-flex:1 1 41rem;flex:1 1 41rem;background:var(--white);padding:2rem;}.contact .row form h3{font-size:2.5rem;color:var(--black)}.contact .row form .box{margin:.7rem 0;width:100%;padding:1.5rem 0;border-bottom:var(--border);font-size:1.6rem;color:var(--light-color);}.contact .row form .box:focus{border-color:var(--yellow);}.contact .row form textarea{height:15rem;resize:none;}.blogs{background:var(--light-bg);}.blogs .slide{text-align:center;}.blogs .slide:hover .image img{-webkit-transform:scale(1.1);transform:scale(1.1);}.blogs .slide .image{height:25rem;width:90%;overflow:hidden;margin:0 auto;margin-bottom:-3rem;}.blogs .slide .image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:.2s linear;transition:.2s linear;}.blogs .slide .content{padding:2rem;padding-top:5rem;background:var(--white);-webkit-box-shadow:0 0 1.5rem rgba(0,0,0,.2);box-shadow:0 0 1.5rem rgba(0,0,0,.2);}.blogs .slide .content h3{font-size:2rem;color:var(--black)}.blogs .slide .content p{padding:1rem 0;font-size:1.4rem;color:var(--light-color);line-height:2;}.logo-container{text-align:center;}.logo-container img{height:10rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}@media (max-width:1200px){.header{padding:1.5rem 2rem}section{padding:3rem 5%}.header .logo img{height:81px!important}}@media (max-width:991px){html{font-size:55%}.header #menu-btn{display:inline-block}.header .navbar{position:absolute;top:99%;left:0;right:0;background:var(--white);border-top:var(--border);border-bottom:var(--border);-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0);-webkit-transition:.2s linear;transition:.2s linear}.header .navbar.active{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.header .navbar a{display:block;margin:2rem}}@media (max-width:768px){.header .search-form{width:90%}.header .login-form{width:90%}.home .slide{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home .slide .content{text-align:center}.home .slide .content h3{font-size:3rem}}@media (max-width:450px){html{font-size:50%}.about .row .content h3{font-size:2.5rem}}.black-div{width:100%;height:50px;background:#2d71ae;opacity:.5;}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-1{animation:animate-svg-fill-1 .5s cubic-bezier(.47,0,.745,.715) .5s both;}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-2{animation:animate-svg-fill-2 .5s cubic-bezier(.47,0,.745,.715) .6s both;}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-3{animation:animate-svg-fill-3 .5s cubic-bezier(.47,0,.745,.715) .7s both;}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-4{animation:animate-svg-fill-4 .5s cubic-bezier(.47,0,.745,.715) .8s both;}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-5{animation:animate-svg-fill-5 .5s cubic-bezier(.47,0,.745,.715) .9s both;}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-6{animation:animate-svg-fill-6 .5s cubic-bezier(.47,0,.745,.715) 1s both;}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-7{animation:animate-svg-fill-7 .5s cubic-bezier(.47,0,.745,.715) 1.1s both;}@keyframes animate-svg-fill-8{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-8{animation:animate-svg-fill-8 .5s cubic-bezier(.47,0,.745,.715) 1.2000000000000002s both;}@keyframes animate-svg-fill-9{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-9{animation:animate-svg-fill-9 .5s cubic-bezier(.47,0,.745,.715) 1.3s both;}@keyframes animate-svg-fill-10{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-10{animation:animate-svg-fill-10 .5s cubic-bezier(.47,0,.745,.715) 1.4s both;}@keyframes animate-svg-fill-11{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-11{animation:animate-svg-fill-11 .5s cubic-bezier(.47,0,.745,.715) 1.5s both;}@keyframes animate-svg-fill-12{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-12{animation:animate-svg-fill-12 .5s cubic-bezier(.47,0,.745,.715) 1.6s both;}@keyframes animate-svg-fill-13{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-13{animation:animate-svg-fill-13 .5s cubic-bezier(.47,0,.745,.715) 1.7000000000000002s both;}@keyframes animate-svg-fill-14{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-14{animation:animate-svg-fill-14 .5s cubic-bezier(.47,0,.745,.715) 1.8s both;}@keyframes animate-svg-fill-15{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-15{animation:animate-svg-fill-15 .5s cubic-bezier(.47,0,.745,.715) 1.9000000000000001s both;}@keyframes animate-svg-fill-16{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-16{animation:animate-svg-fill-16 .5s cubic-bezier(.47,0,.745,.715) 2s both;}@keyframes animate-svg-fill-17{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-17{animation:animate-svg-fill-17 .5s cubic-bezier(.47,0,.745,.715) 2.1s both;}@keyframes animate-svg-fill-18{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-18{animation:animate-svg-fill-18 .5s cubic-bezier(.47,0,.745,.715) 2.2s both;}@keyframes animate-svg-fill-19{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-19{animation:animate-svg-fill-19 .5s cubic-bezier(.47,0,.745,.715) 2.3s both;}@keyframes animate-svg-fill-20{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-20{animation:animate-svg-fill-20 .5s cubic-bezier(.47,0,.745,.715) 2.4000000000000004s both;}@keyframes animate-svg-fill-21{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-21{animation:animate-svg-fill-21 .5s cubic-bezier(.47,0,.745,.715) 2.5s both;}@keyframes animate-svg-fill-22{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-22{animation:animate-svg-fill-22 .5s cubic-bezier(.47,0,.745,.715) 2.6s both;}@keyframes animate-svg-fill-23{0%{fill:transparent}100%{fill:rgb(45,113,174)}}.svg-elem-23{animation:animate-svg-fill-23 .5s cubic-bezier(.47,0,.745,.715) 2.7s both;}@keyframes animate-svg-fill-24{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-24{animation:animate-svg-fill-24 .5s cubic-bezier(.47,0,.745,.715) 2.8000000000000003s both;}@keyframes animate-svg-fill-25{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-25{animation:animate-svg-fill-25 .5s cubic-bezier(.47,0,.745,.715) 2.9000000000000004s both;}@keyframes animate-svg-fill-26{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-26{animation:animate-svg-fill-26 .5s cubic-bezier(.47,0,.745,.715) 3s both;}@keyframes animate-svg-fill-27{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-27{animation:animate-svg-fill-27 .5s cubic-bezier(.47,0,.745,.715) 3.1s both;}@keyframes animate-svg-fill-28{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-28{animation:animate-svg-fill-28 .5s cubic-bezier(.47,0,.745,.715) 3.2s both;}@keyframes animate-svg-fill-29{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-29{animation:animate-svg-fill-29 .5s cubic-bezier(.47,0,.745,.715) 3.3000000000000003s both;}@keyframes animate-svg-fill-30{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-30{animation:animate-svg-fill-30 .5s cubic-bezier(.47,0,.745,.715) 3.4000000000000004s both;}@keyframes animate-svg-fill-31{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-31{animation:animate-svg-fill-31 .5s cubic-bezier(.47,0,.745,.715) 3.5s both;}@keyframes animate-svg-fill-32{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-32{animation:animate-svg-fill-32 .5s cubic-bezier(.47,0,.745,.715) 3.6s both;}@keyframes animate-svg-fill-33{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-33{animation:animate-svg-fill-33 .5s cubic-bezier(.47,0,.745,.715) 3.7s both;}@keyframes animate-svg-fill-34{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-34{animation:animate-svg-fill-34 .5s cubic-bezier(.47,0,.745,.715) 3.8000000000000003s both;}@keyframes animate-svg-fill-35{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-35{animation:animate-svg-fill-35 .5s cubic-bezier(.47,0,.745,.715) 3.9000000000000004s both;}@keyframes animate-svg-fill-36{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-36{animation:animate-svg-fill-36 .5s cubic-bezier(.47,0,.745,.715) 4s both;}@keyframes animate-svg-fill-37{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-37{animation:animate-svg-fill-37 .5s cubic-bezier(.47,0,.745,.715) 4.1s both;}@keyframes animate-svg-fill-38{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-38{animation:animate-svg-fill-38 .5s cubic-bezier(.47,0,.745,.715) 4.2s both;}@keyframes animate-svg-fill-39{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-39{animation:animate-svg-fill-39 .5s cubic-bezier(.47,0,.745,.715) 4.300000000000001s both;}@keyframes animate-svg-fill-40{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-40{animation:animate-svg-fill-40 .5s cubic-bezier(.47,0,.745,.715) 4.4s both;}@keyframes animate-svg-fill-41{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-41{animation:animate-svg-fill-41 .5s cubic-bezier(.47,0,.745,.715) 4.5s both;}@keyframes animate-svg-fill-42{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-42{animation:animate-svg-fill-42 .5s cubic-bezier(.47,0,.745,.715) 4.6000000000000005s both;}@keyframes animate-svg-fill-43{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-43{animation:animate-svg-fill-43 .5s cubic-bezier(.47,0,.745,.715) 4.7s both;}@keyframes animate-svg-fill-44{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-44{animation:animate-svg-fill-44 .5s cubic-bezier(.47,0,.745,.715) 4.8s both;}@keyframes animate-svg-fill-45{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-45{animation:animate-svg-fill-45 .5s cubic-bezier(.47,0,.745,.715) 4.9s both;}@keyframes animate-svg-fill-46{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-46{animation:animate-svg-fill-46 .5s cubic-bezier(.47,0,.745,.715) 5s both;}@keyframes animate-svg-fill-47{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-47{animation:animate-svg-fill-47 .5s cubic-bezier(.47,0,.745,.715) 5.1000000000000005s both;}@keyframes animate-svg-fill-48{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-48{animation:animate-svg-fill-48 .5s cubic-bezier(.47,0,.745,.715) 5.2s both;}@keyframes animate-svg-fill-49{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-49{animation:animate-svg-fill-49 .5s cubic-bezier(.47,0,.745,.715) 5.300000000000001s both;}@keyframes animate-svg-fill-50{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-50{animation:animate-svg-fill-50 .5s cubic-bezier(.47,0,.745,.715) 5.4s both;}@keyframes animate-svg-fill-51{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-51{animation:animate-svg-fill-51 .5s cubic-bezier(.47,0,.745,.715) 5.5s both;}@keyframes animate-svg-fill-52{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-52{animation:animate-svg-fill-52 .5s cubic-bezier(.47,0,.745,.715) 5.6000000000000005s both;}@keyframes animate-svg-fill-53{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-53{animation:animate-svg-fill-53 .5s cubic-bezier(.47,0,.745,.715) 5.7s both;}@keyframes animate-svg-fill-54{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-54{animation:animate-svg-fill-54 .5s cubic-bezier(.47,0,.745,.715) 5.800000000000001s both;}@keyframes animate-svg-fill-55{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-55{animation:animate-svg-fill-55 .5s cubic-bezier(.47,0,.745,.715) 5.9s both;}@keyframes animate-svg-fill-56{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-56{animation:animate-svg-fill-56 .5s cubic-bezier(.47,0,.745,.715) 6s both;}@keyframes animate-svg-fill-57{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-57{animation:animate-svg-fill-57 .5s cubic-bezier(.47,0,.745,.715) 6.1000000000000005s both;}@keyframes animate-svg-fill-58{0%{fill:transparent}100%{fill:rgb(88,89,91)}}.svg-elem-58{animation:animate-svg-fill-58 .5s cubic-bezier(.47,0,.745,.715) 6.2s both;}@keyframes animate-svg-fill-59{0%{fill:transparent}100%{fill:rgb(66,101,136)}}.svg-elem-59{animation:animate-svg-fill-59 .5s cubic-bezier(.47,0,.745,.715) 6.300000000000001s both;}@keyframes animate-svg-fill-60{0%{fill:transparent}100%{fill:rgb(146,148,151)}}.svg-elem-60{animation:animate-svg-fill-60 .5s cubic-bezier(.47,0,.745,.715) 6.4s both;}@keyframes animate-svg-fill-61{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-61{animation:animate-svg-fill-61 .5s cubic-bezier(.47,0,.745,.715) 6.5s both;}@keyframes animate-svg-fill-62{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-62{animation:animate-svg-fill-62 .5s cubic-bezier(.47,0,.745,.715) 6.6000000000000005s both;}@keyframes animate-svg-fill-63{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-63{animation:animate-svg-fill-63 .5s cubic-bezier(.47,0,.745,.715) 6.7s both;}@keyframes animate-svg-fill-64{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-64{animation:animate-svg-fill-64 .5s cubic-bezier(.47,0,.745,.715) 6.800000000000001s both;}@keyframes animate-svg-fill-65{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-65{animation:animate-svg-fill-65 .5s cubic-bezier(.47,0,.745,.715) 6.9s both;}@keyframes animate-svg-fill-66{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-66{animation:animate-svg-fill-66 .5s cubic-bezier(.47,0,.745,.715) 7s both;}@keyframes animate-svg-fill-67{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-67{animation:animate-svg-fill-67 .5s cubic-bezier(.47,0,.745,.715) 7.1000000000000005s both;}@keyframes animate-svg-fill-68{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-68{animation:animate-svg-fill-68 .5s cubic-bezier(.47,0,.745,.715) 7.2s both;}@keyframes animate-svg-fill-69{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-69{animation:animate-svg-fill-69 .5s cubic-bezier(.47,0,.745,.715) 7.300000000000001s both;}@keyframes animate-svg-fill-70{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-70{animation:animate-svg-fill-70 .5s cubic-bezier(.47,0,.745,.715) 7.4s both;}@keyframes animate-svg-fill-71{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-71{animation:animate-svg-fill-71 .5s cubic-bezier(.47,0,.745,.715) 7.5s both;}@keyframes animate-svg-fill-72{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-72{animation:animate-svg-fill-72 .5s cubic-bezier(.47,0,.745,.715) 7.6000000000000005s both;}@keyframes animate-svg-fill-73{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-73{animation:animate-svg-fill-73 .5s cubic-bezier(.47,0,.745,.715) 7.7s both;}@keyframes animate-svg-fill-74{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-74{animation:animate-svg-fill-74 .5s cubic-bezier(.47,0,.745,.715) 7.800000000000001s both;}@keyframes animate-svg-fill-75{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-75{animation:animate-svg-fill-75 .5s cubic-bezier(.47,0,.745,.715) 7.9s both;}@keyframes animate-svg-fill-76{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-76{animation:animate-svg-fill-76 .5s cubic-bezier(.47,0,.745,.715) 8s both;}@keyframes animate-svg-fill-77{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-77{animation:animate-svg-fill-77 .5s cubic-bezier(.47,0,.745,.715) 8.100000000000001s both;}@keyframes animate-svg-fill-78{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-78{animation:animate-svg-fill-78 .5s cubic-bezier(.47,0,.745,.715) 8.2s both;}@keyframes animate-svg-fill-79{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-79{animation:animate-svg-fill-79 .5s cubic-bezier(.47,0,.745,.715) 8.3s both;}@keyframes animate-svg-fill-80{0%{fill:transparent}100%{fill:rgb(177,147,91)}}.svg-elem-80{animation:animate-svg-fill-80 .5s cubic-bezier(.47,0,.745,.715) 8.4s both;}.counter-container .counter-div i{font-size:2rem!important;font-weight:bold;}.preloader{position:fixed;left:0;top:0;right:0;bottom:0;background-color:rgba(140,143,150,.8);z-index:1100;display:flex;flex-direction:column;justify-content:center;align-items:center;}.preloader-logo{display:inline-block;width:220px!important;height:70px;min-height:fit-content;background-image:url('../banner_images/preloder2.png');background-repeat:no-repeat;}.loading{display:flex;flex-direction:row;}.loading__letter{font-size:25px;font-weight:normal;letter-spacing:4px;font-family:"Audiowide";color:white;animation-name:bounce;animation-duration:2s;animation-iteration-count:infinite;font-style:italic!important;}.preloader-points{font-size:35px!important;color:gold}.loading__letter:nth-child(2){animation-delay:.1s}.loading__letter:nth-child(3){animation-delay:.2s;}.loading__letter:nth-child(4){animation-delay:.3s}.loading__letter:nth-child(5){animation-delay:.4s;}.loading__letter:nth-child(6){animation-delay:.5s}.loading__letter:nth-child(7){animation-delay:.6s;}.loading__letter:nth-child(8){animation-delay:.8s;}.loading__letter:nth-child(9){animation-delay:1s;}.loading__letter:nth-child(10){animation-delay:1.2s;}@keyframes bounce{0%{transform:translateY(0)}40%{transform:translateY(-40px)}80%,100%{transform:translateY(0)}}@media (max-width:400px){.loading__letter{font-size:14px}}@media (mi-width:401px){.loading__letter{font-size:25px}}.heading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:15px auto;}.heading-container span{width:100px;height:2px;background:linear-gradient(to right,#97bdbdad 0%,#045080d5 100%);margin:3px 0;}.myheading{font-size:40px;color:#2d71ae;}@media(max-width:950px){.myheading{font-size:20px;color:#2d71ae}}