@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none}html{scroll-behavior:smooth}body{font-family:'Roboto', sans-serif;color:rgba(23,15,70,0.8)}.container{width:100%;position:relative}.uppercase{text-transform:uppercase}.sect{width:85%;margin:5rem auto}.sect-heading{text-align:center;margin-bottom:5rem}.sect-heading h2::after{content:"";display:block;height:15px;width:15px;margin:10px auto 0 auto;background-color:#E6AF2E;border-radius:50%}.sect-heading p{margin-top:30px;line-height:22px}h1,h2,h3,h4,h5,h6{color:#170F46}h1{font-size:58px;font-weight:300}@media only screen and (max-width: 745px){h1{font-size:43px}}h2{font-size:40px;font-weight:400}@media only screen and (max-width: 450px){h2{font-size:35px}}h3{font-size:35px;font-weight:400}@media only screen and (max-width: 450px){h3{font-size:30px}}h4{font-size:24px;font-weight:normal}h5{font-size:22px;font-weight:400}h6{font-size:18px;font-weight:500}.btn{display:inline-block;border-radius:4px;padding:0.625rem 1.25rem;text-align:center;transition:all 0.3s ease-in}.btn.prim-btn{background-color:#06BAEA;color:#fff}.btn.prim-btn:hover{background-color:#19cdfd}.btn.sec1-btn{border:1px solid #170F46;color:#170F46}.btn.sec1-btn:hover{background-color:rgba(23,15,70,0.075)}.btn.sec2-btn{background-color:#170F46;color:#fff}.btn.sec2-btn:hover{background-color:rgba(23,15,70,0.8)}.btn.light-btn{background-color: q 	;color:#170F46}.btn.light-btn:hover{background-color:#fafcfc;box-shadow:0px 20px 50px rgba(0,0,0,0.1)}.btn.dark-btn{background-color:#170F46;color:#fff;font-size:14px}.btn.dark-btn:hover{background-color:rgba(23,15,70,0.8)}.btn.trans-btn{font-size:14px;background-color:transparent;color:#170F46;border:1px solid transparent}.btn.trans-btn:hover{border:1px solid #170F46}.btn.danger-btn{background-color:#EB5757;color:#fff}.btn.danger-btn:hover{background-color:#ff7474}.header{width:100%;position:relative;font-weight:500}.header nav{width:100%;padding:1rem 7.5%;margin:auto;display:flex;align-items:center;justify-content:space-between}.header nav .logo-large{display:block}@media only screen and (max-width: 1015px){.header nav .logo-large{display:none}}.header nav .logo-small{display:none}@media only screen and (max-width: 1015px){.header nav .logo-small{display:block}}.header nav .open-menu{cursor:pointer;margin-top:-6px;display:none}@media only screen and (max-width: 745px){.header nav .open-menu{display:block}}.header nav .open-menu .menu-bar{width:1rem;height:2px;background-color:rgba(23,15,70,0.65);display:inline-block;position:relative;transition:background-color .5s}.header nav .open-menu .menu-bar::before,.header nav .open-menu .menu-bar::after{content:'';position:absolute;right:0;height:inherit;background-color:inherit;transition:all .5s}.header nav .open-menu .menu-bar::before{width:2rem;top:-.6rem}.header nav .open-menu .menu-bar::after{width:2rem;top:.6rem}@media only screen and (max-width: 745px){.header nav .nav-list{position:fixed;top:-1000%;right:0;width:100%;height:100%;padding:5rem;background-color:#170F46;transition:.5s;z-index:100;text-align:center;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.header nav .nav-list::-webkit-scrollbar{display:none}}.header nav .nav-list .nav-link{font-size:20px;display:inline-block;margin:0 20px}@media only screen and (max-width: 1015px){.header nav .nav-list .nav-link{font-size:12px}}.header nav .nav-list .nav-link a{position:relative;padding:5px 0}.header nav .nav-list .nav-link a:hover::after{width:100%}.header nav .nav-list .nav-link a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;transition:all 0.4s}@media only screen and (max-width: 745px){.header nav .nav-list .nav-link a::after{display:none}}@media only screen and (max-width: 745px){.header nav .nav-list .nav-link{display:block;margin:0 0 30px 0;font-size:24px}.header nav .nav-list .nav-link a{color:#fff !important}.header nav .nav-list .nav-link.active a{color:#06BAEA !important}}.header nav .nav-list .nav-link.service a .chevron-up{display:none}@media only screen and (max-width: 745px){.header nav .nav-list .nav-link.service a .chevron-up{display:inline-block;transform:rotate(-180deg)}}.header nav .nav-list .nav-link.service a .chevron-up.rotate{transform:rotate(0deg)}.header nav .nav-list .nav-link.service div{display:none}.header nav .nav-list .nav-link.service div li{margin:1rem 0;padding:0.5rem 0}.header nav .nav-list .nav-link.service div li a{text-transform:none}.header nav .nav-list .nav-link.service div li a h6{color:#fff}.header nav .nav-list .nav-link.service div li a p{display:none}@media only screen and (min-width: 745px){.header nav .nav-list .nav-link.service div{position:absolute;top:80px;left:0;width:100%;background:rgba(255,255,255,0.9);backdrop-filter:blur(10px);z-index:100}.header nav .nav-list .nav-link.service div ul{width:85%;margin:3rem auto;display:flex;flex-flow:row wrap;justify-content:space-around;align-content:center;align-items:center}.header nav .nav-list .nav-link.service div ul li{width:200px;text-transform:none;list-style-image:url("../img/list-style.png")}.header nav .nav-list .nav-link.service div ul li a::after{display:none}.header nav .nav-list .nav-link.service div ul li a h6{color:#170F46}.header nav .nav-list .nav-link.service div ul li a p{color:rgba(23,15,70,0.8);font-size:12px;line-height:20px;margin:20px 0;display:block}.header nav .nav-list .nav-link.service div ul li a .btn{color:#170F46}}.header nav .nav-list .nav-link.service div.drop{display:block}.header nav .nav-list .nav-phone-link{display:none}@media only screen and (max-width: 745px){.header nav .nav-list .nav-phone-link{display:block;margin-top:60px;text-transform:none;font-size:24px}.header nav .nav-list .nav-phone-link a{display:inline-block;color:#06BAEA;background-color:#fff;border-radius:10px;padding:10px 15px}.header nav .nav-list .nav-phone-link a:first-child{margin-bottom:20px}}.header nav .nav-list .close-menu{display:none;width:40px;height:40px}@media only screen and (max-width: 745px){.header nav .nav-list .close-menu{display:block;position:absolute;top:1rem;right:7.5%}}.header nav .nav-btn{font-size:14px}@media only screen and (max-width: 1015px){.header nav .nav-btn{font-size:12px}}@media only screen and (max-width: 745px){.header nav .nav-btn{display:none}}@media only screen and (max-width: 1015px){.header nav .nav-btn .btn{padding:0.525rem 1.05rem !important}}.header nav .nav-btn .btn:first-child{margin-right:10px}.header .hero{width:98%;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.header .hero-content{width:100%;text-align:center}.footer-content{background-color:#F3F3F3;color:#000000;padding:3rem 7.5%;display:grid;grid-gap:20px}.footer-content a{color:#C1121F;font-size:20px;}.footer-content .footer-top,.footer-content .footer-bottom{display:flex;justify-content:space-between;padding:10px 0}.footer-content .footer-top .footer-links li,.footer-content .footer-top .footer-social li,.footer-content .footer-bottom .footer-links li,.footer-content .footer-bottom .footer-social li{display:inline-block;margin:0 10px}@media only screen and (max-width: 585px){.footer-content .footer-bottom{display:grid;grid-gap:20px;justify-content:center;text-align:center}}.footer-content hr{border:1px solid rgb(0, 0, 0)}.footer-content p{text-align:center}.footer-content .back-to-top{text-align:center;font-size:12px;color:#dc143c;position:relative}.footer-content .back-to-top img{width:30px;height:30px;transition:all 0.2s ease-in}.footer-content .back-to-top .circle{position:absolute;top:-10px;left:50%;transform:translateX(-50%);width:30px;height:30px;background-color:rgba(220, 20, 60,0.3);border-radius:50%}.footer-content .back-to-top:hover img{transform:translateY(-10px)}.chat-bot{position:fixed;bottom:1rem;right:1rem;display:inline-block;background-color:#170F46;border-radius:50%;padding:8px;animation:chat-bot 0.5s ease-in-out infinite}.chat-bot img{width:50px;height:50px;vertical-align:middle}.chat-bot:hover{animation-play-state:paused}@keyframes chat-bot{0%{transform:translateY(-5px)}100%{transform:translateY(0px)}}.header{min-height:100vh;background-image:url(../img/truck.png);background-position:center;background-size:cover}@media only screen and (max-height: 450px){.header{height:600px}}.header nav{background:rgba(255,255,255,0.5);height:80px}.header nav .nav-list .nav-link.active a{color:#000000}.header nav .nav-list .nav-link a{color:rgba(23,15,70,0.65)}.header nav .nav-list .nav-link a::after{background:#06BAEA}.header .hero-content p{margin:30px 0}.why-us-content{display:flex;flex-flow:row wrap;justify-content:space-around;align-content:center;align-items:center;text-align:center}.why-us-content .grid-item{width:300px;margin-bottom:30px;flex-basis:auto;padding:10px}.why-us-content .grid-item img {background-color:rgba(230,175,46,0.2);border-radius:50%;padding:10px;width:60px;height:60px;object-fit:contain;}.why-us-content .grid-item h5{margin:20px 0}.download{position:relative;width:100%}@media only screen and (min-width: 745px){.download{display:flex;align-items:center;justify-content:space-between}}.download-bg{position:absolute;top:0;width:100%;height:100%;z-index:-10}.download-content{padding:3rem 7.5%}.download-content h2{margin-bottom:30px;color:#fff !important}.download-content .download-buttons a{display:inline-block}.download-content .download-buttons a:first-child{margin-right:10px}.download-content .download-buttons a img{width:120px;height:40px}.download-phone-content{width:70%;height:90%;margin:0 auto}.download-phone img{width:100%;height:100%}.testi-content{position:relative;display:grid;align-items:center;text-align:center}.testi-content .arrow-left,.testi-content .arrow-right{position:absolute;top:50%;transform:translateY(-50%);z-index:2}@media only screen and (max-width: 745px){.testi-content .arrow-left,.testi-content .arrow-right{display:none}}.testi-content .arrow-left img,.testi-content .arrow-right img{width:40px;height:40px}.testi-content .arrow-left{left:0}.testi-content .arrow-right{right:0}.testi-content .testi-list{overflow:hidden}.testi-content .testi-list .testi-item{background:#fff;padding:20px;box-shadow:0px 20px 50px rgba(0,0,0,0.1);border-radius:8px;position:relative;margin:0 auto;width:90%}@media only screen and (min-width: 745px){.testi-content .testi-list .testi-item{width:50%}}.testi-content .testi-list .testi-item::after{content:'';position:absolute;top:10%;left:0;width:100%;height:80%;margin:0 auto;background:#F1F3F3;opacity:0.6;border-radius:inherit;transform:scale(1.05);z-index:-1}.testi-content .testi-list .testi-item-img{width:40px;height:40px}.testi-content .testi-list .testi-item h5{margin:10px 0}.testi-content .testi-list .testi-item .rating{margin-top:20px}.testi-content .testi-list .testi-item .rating img{margin:2px}.testi-content .testi-list .controller{margin-top:50px}.testi-content .testi-list .controller .dot{height:10px;width:10px;display:inline-block;background-color:rgba(23,15,70,0.65);border-radius:50%;margin:10px;cursor:pointer}.testi-content .testi-list .controller .active{background-color:#E6AF2E !important}.contact{background:#0398a0	;color:#ffffff;text-align:center;padding:5rem 7.5%}.contact-content h3{margin-bottom:30px;color:#ffffff}.subscribe-content h3{margin-bottom:10px}.subscribe-content form{margin-top:50px;width:100%;display:flex;border-bottom:1px solid rgba(23,15,70,0.65)}.subscribe-content form input{width:100%;padding:20px;font-size:22px;color:#170F46;border:none;outline:none}.subscribe-content form input::placeholder{color:rgba(0,0,0,0.3)}.subscribe-content form button{font-size:22px;border:none;outline:none;background-color:transparent;color:#170F46;cursor:pointer}@media only screen and (max-width: 745px){.subscribe-content form button{font-size:18px}}.subscribe-content form button:hover{color:#E6AF2E}
