@import "https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Montserrat:300,400,500,600,700&display=swap";@use "sass:color";body{font-family:josefin sans,sans-serif;font-size:16px;color:#6b7280}h1,h2,h3,h4,h5,h6{font-family:montserrat,sans-serif;font-weight:600;color:#00113e}p{font-size:16px;color:#6b7280}h1{font-size:60px}h2{font-size:50px}h3{font-size:30px}h4{font-size:25px}h5{font-size:18px}h6{font-size:15px;font-weight:300}.btn{font-family:montserrat,sans-serif;border:none;color:#fff!important;padding:20px 45px;border-radius:0}.btn:focus{box-shadow:none}@media(max-width:991px){.btn{padding:17px 40px}}.btn .btn-area{display:block;overflow:hidden}.btn .btn-area span{position:relative;display:inline-block;padding:2px 0;transition:transform .9s cubic-bezier(.19,1,.22,1);transform-origin:left center}.btn .btn-area span::after{content:attr(data-text);position:absolute;top:150%;left:0;transform:skewY(30deg);transform-origin:left center;transition:transform .9s cubic-bezier(.19,1,.22,1)}.btn:hover .btn-area span{transform:translateY(-150%)skewY(7deg)}.btn:hover .btn-area span::after{transform:skewY(-7deg)}.btn:visited .btn-area span{transform:translateY(-150%)skewY(7deg)}.btn:visited .btn-area span::after{transform:skewY(-7deg)}.btn-sm{padding:15px 40px!important}.btn-sm-rounded{border-radius:40px}.btn-primary{background:#5dade2;color:#fff}.btn-primary:hover{background:#3297da}.btn-secondary{background:#52b7e8;color:#fff}.btn-secondary:hover{background:#25a4e2}html{scroll-padding-top:120px}body{background:#fff}.section-title{margin-bottom:70px}@media(max-width:991px){.section-title{text-align:center}}.section-title h2{font-weight:300;letter-spacing:2px;text-transform:uppercase;margin-bottom:15px}@media(max-width:991px){.section-title h2{font-size:40px}}.section-title p{font-size:20px;font-weight:300}.form-control{background:0 0;border-radius:0;margin-bottom:30px;padding:0 0 10px;border-width:0 0 1px;border-color:#5dade2;font-weight:300;font-size:20px;letter-spacing:1px;-webkit-appearance:none;height:50px}.form-control:focus{box-shadow:none;background:0 0;border-color:#6b7280}select.form-control{height:50px!important;position:relative}.select-wrapper{position:relative}.select-wrapper::before{content:'';position:absolute;width:16px;height:10px;background:url(../images/angle-down-select.svg);background-size:contain;background-repeat:no-repeat;right:15px;top:50%;transform:translateY(-80%)}textarea.form-control{height:auto}.site-navigation{padding:2px 0;background:0 0;position:fixed;top:0;width:100%;z-index:1000;transition:all .3s cubic-bezier(.55,.085,.68,.53)}@media(max-width:991px){.site-navigation{background:0 0;margin:10px;border-radius:5px;top:0;width:calc(100% - 20px)}}@media(max-width:575px){.site-navigation{padding:5px 15px;background:#fff}}@media(max-width:575px){.site-navigation .container{flex-direction:column;align-items:center}}.site-navigation .navbar-brand{padding:0;margin:0}@media(max-width:575px){.site-navigation .navbar-brand{margin-right:0;margin-bottom:5px}}.site-navigation .navbar-brand img{max-width:350px;max-height:110px;width:auto;height:auto}@media(max-width:991px){.site-navigation .nav-item{text-align:center}}@media(max-width:575px){.site-navigation .nav-item{text-align:center}}.site-navigation .nav-item .nav-link{font-family:montserrat,sans-serif;color:#00113e;transition:all .3s ease;padding:15px 18px;position:relative}.site-navigation .nav-item:last-child{margin-left:15px}@media(max-width:575px){.site-navigation .nav-item:last-child{margin-left:0}}.site-navigation .navbar-toggler{outline:0;padding:0}@media(max-width:575px){.site-navigation .navbar-toggler{position:static;transform:none;margin:0 auto}}.site-navigation .navbar-toggler .icon-bar{height:2px;width:25px;transition:all .2s;background:#5dade2;display:block}.site-navigation .navbar-toggler .icon-bar:not(:last-child){margin-bottom:5px}.site-navigation .navbar-toggler .icon-bar:nth-child(1){transform:rotate(45deg);transform-origin:10% 10%}.site-navigation .navbar-toggler .icon-bar:nth-child(2){opacity:0;filter:alpha(opacity=0)}.site-navigation .navbar-toggler .icon-bar:nth-child(3){transform:rotate(-45deg);transform-origin:10% 90%}.site-navigation .navbar-toggler.collapsed .icon-bar:nth-child(1){transform:rotate(0)}.site-navigation .navbar-toggler.collapsed .icon-bar:nth-child(2){opacity:1;filter:alpha(opacity=1)}.site-navigation .navbar-toggler.collapsed .icon-bar:nth-child(3){transform:rotate(0)}.site-navigation.nav-bg{background:#fff;padding:8px 0;box-shadow:0 0 12px rgba(0,0,0,9%)}@media(max-width:575px){.site-navigation.nav-bg{padding:10px 15px}}.site-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}@media(max-width:991px){.site-hero{min-height:80vh;padding:150px 0 80px}}@media(max-width:575px){.site-hero{padding:120px 0 60px}}.site-hero .hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background-color:#f8fbff}.site-hero .hero-background canvas{display:block}.site-hero .hero-background.has-image{opacity:1;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:initial;background-image:none}.site-hero .hero-background.has-image::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.85);background-image:none;animation:none;z-index:1}.site-hero-content{position:relative;z-index:2}.site-hero-content h1{font-size:64px;font-weight:800;color:#00113e;margin-bottom:30px;line-height:1.2}@media(max-width:991px){.site-hero-content h1{font-size:48px}}@media(max-width:575px){.site-hero-content h1{font-size:36px}}.site-hero-content .hero-tagline{font-size:30px;font-weight:400;color:#6b7280;margin-bottom:30px}@media(max-width:575px){.site-hero-content .hero-tagline{font-size:18px}}.site-hero-content .hero-description{font-size:25px;line-height:1.8;color:#6b7280;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.site-hero-content .hero-description p{font-size:inherit;margin-bottom:15px}.site-hero-content .hero-description p strong{color:#00113e;font-weight:600}@media(max-width:575px){.site-hero-content .hero-description{font-size:16px}}.site-hero-content .hero-social{margin-top:50px}.site-hero-content .hero-social .linkedin-link{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:#5dade2;color:#fff;border-radius:8px;transition:all .3s ease}.site-hero-content .hero-social .linkedin-link svg{width:24px;height:24px}.site-hero-content .hero-social .linkedin-link:hover{background:#3297da;transform:translateY(-3px);box-shadow:0 8px 20px rgba(93,173,226,.3)}.site-counter{padding:85px 0;color:#fff;background:#52b7e8}.site-counter .section-title{margin-bottom:40px}@media(max-width:575px){.site-counter{padding:50px 0}}@media(max-width:991px){.site-counter-item{margin-bottom:30px;text-align:center}}.site-counter-item-title{font-size:20px;font-weight:300;display:block;min-height:3.2em}.site-counter-item-number{color:#fff;font-size:60px;margin-bottom:0;font-weight:700}.site-project{padding:120px 0;overflow:hidden}.site-project-item{position:relative;margin-bottom:30px;transition:all .3s ease-in}.site-project-item-thumb img{width:100%}.site-project-item-content{position:absolute;background:#f7f9ff;width:100%;padding:45px 50px;bottom:0;transition:all .3s cubic-bezier(.36,.03,0,.91)}@media(max-width:767px){.site-project-item-content{padding:30px;padding-bottom:75px}}.site-project-item-content span{font-family:montserrat,sans-serif;color:#5dade2;display:block;margin-bottom:10px}.site-project-item-content h3{margin-bottom:0}.site-project-item-content h3 a{color:#00113e;transition:.3s ease}.site-project-item-content h3 a:hover{text-decoration:none;color:#5dade2}.site-project-item-content a.read-more{position:absolute;bottom:40px;display:block;width:100%;color:#6b7280;opacity:0;transform:translateY(20px);transition:all .3s cubic-bezier(.36,.03,0,.91)}@media(max-width:767px){.site-project-item-content a.read-more{transform:translateY(0);opacity:1}}.site-project-item:hover{box-shadow:0 30px 45px rgba(0,0,0,1%),0 30px 45px rgba(0,0,0,2%),0 30px 45px rgba(0,0,0,3%),0 30px 45px rgba(0,0,0,4%)}.site-project-item:hover .site-project-item-content{padding-bottom:75px}.site-project-item:hover .site-project-item-content a{transform:translateY(0);opacity:1}.site-project-cta{margin-top:30px;display:inline-block;position:relative;font-family:montserrat,sans-serif;font-size:18px;font-weight:500;color:#5dade2}.site-project-cta::before{content:'';position:absolute;height:2px;width:100%;background:#5dade2;bottom:-2px;transition:transform .3s cubic-bezier(.36,.03,0,.91);transform-origin:right;transform:scaleX(0)}.site-project-cta:hover{color:#5dade2;text-decoration:none}.site-project-cta:hover::before{transform:scaleX(1);transform-origin:left}.site-project-header{padding:170px 0 100px;background:#f7f9ff;position:relative;overflow:hidden}.site-project-header::before{content:none}.site-project-header::after{content:none}@media(max-width:767px){.site-project-header{padding:120px 0 80px}}.site-project-header-content{position:relative;z-index:1}.site-project-header-content h1{font-size:55px}.site-project-header-content h1 span{color:#5dade2}@media(max-width:767px){.site-project-header-content h1{font-size:40px}}@media(max-width:991px){.site-project-header-content{text-align:center;margin-bottom:30px}}.site-project-header-action{position:relative;z-index:1;display:block;text-align:center}.site-project-header-action span{display:block;font-size:30px;font-weight:300;color:#00113e;margin-bottom:20px}@media(max-width:767px){.site-project-header-action span{font-size:25px}}.site-project-header-action img{width:66px}@media(max-width:767px){.site-project-header-action img{width:40px}}.site-project-header-action:hover{text-decoration:none}.site-project-pagination{margin-top:40px}.site-project-pagination .pagination{justify-content:center}.site-project-pagination .pagination .page-item:not(:last-child){margin-right:10px}.site-project-pagination .pagination .page-item .page-link{font-size:24px;border-radius:0;border:none;padding:12px 20px;color:#00113e;font-weight:300;transition:all .3s ease}.site-project-pagination .pagination .page-item.active .page-link{background-color:#5dade2;color:#fff}.site-project-pagination .pagination .page-item.disabled{opacity:.3;cursor:not-allowed}.site-project-single-section{padding:250px 0 100px}@media(max-width:767px){.site-project-single-section{padding:100px 0}}.site-project-single h1{font-size:40px;font-weight:500;margin-bottom:40px}.site-project-single-image{display:flex;flex-wrap:wrap;margin-bottom:30px}.site-project-single-image img{width:48%}.site-project-single-image img:nth-child(2n){margin-left:auto}@media(max-width:767px){.site-project-single-image img{width:100%}}.site-project-single-description{margin-bottom:50px}.site-project-single-description p{margin-bottom:30px}.site-project-single-action a{position:relative;font-size:24px;font-weight:300;color:#00113e;display:flex;margin-left:auto;justify-content:flex-end}@media(max-width:575px){.site-project-single-action a{transform:translateX(-10px)}}.site-project-single-action a .link-area{display:inline-block;overflow:hidden}.site-project-single-action a .link-area span{position:relative;display:block;padding:2px 0;transition:transform .9s cubic-bezier(.19,1,.22,1);transform-origin:left center}.site-project-single-action a .link-area span::after{content:attr(data-text);position:absolute;top:150%;left:0;transform:skewY(30deg);transform-origin:left center;transition:transform .9s cubic-bezier(.19,1,.22,1)}.site-project-single-action a:hover{text-decoration:none}.site-project-single-action a:hover .link-area span{transform:translateY(-150%)skewY(7deg)}.site-project-single-action a:hover .link-area span::after{transform:skewY(-7deg)}.site-project-single-action img{filter:invert(1);transform:rotate(90deg);margin-left:30px}@keyframes float{0%,100%{transform:translate(0,0)}50%{transform:translate(30px,30px)}}.testimonial-item{text-align:center;padding:0 40px;outline:none}.testimonial-item .testimonial-thumb{width:120px;height:120px;border-radius:50%;margin:0 auto 30px;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 15px rgba(0,0,0,.1)}.testimonial-item .testimonial-quote-wrapper{position:relative;padding:0 40px;display:block;margin:0 auto}.testimonial-item .testimonial-quote-wrapper::before,.testimonial-item .testimonial-quote-wrapper::after{font-family:Georgia,serif;font-size:40px;color:#cbd5e0;position:absolute;opacity:.6;line-height:1}.testimonial-item .testimonial-quote-wrapper::before{content:"\201C";left:0;top:-10px}.testimonial-item .testimonial-quote-wrapper::after{content:"\201D";right:0;bottom:0}.testimonial-item .testimonial-text{font-size:1.1rem;line-height:1.6;color:#333;margin-bottom:10px;text-align:center;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:all .4s ease-in-out}.testimonial-item .testimonial-text.expanded{display:block;max-height:2e3px;-webkit-line-clamp:unset}.testimonial-item .read-more-btn{background:0 0;border:none;color:#5a67d8;font-weight:600;text-decoration:underline;font-size:.85rem;cursor:pointer;margin-bottom:25px;display:inline-block;padding:0;transition:color .3s ease}.testimonial-item .read-more-btn:hover{color:#434190;text-decoration:none}.testimonial-item .testimonial-position{font-family:handlee,cursive;color:#5a67d8;font-size:1.1rem;margin-top:5px;display:block}.testimonial-slider{display:block;width:100%;position:relative}.testimonial-slider .slick-prev,.testimonial-slider .slick-next{display:flex!important;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:200;background:#fff!important;border:1px solid #eee;border-radius:50%;width:45px;height:45px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.9)}.testimonial-slider .slick-prev:hover,.testimonial-slider .slick-next:hover{background:#bbb!important;box-shadow:0 6px 12px rgba(0,0,0,.12);color:#434190!important}.testimonial-slider .slick-prev span,.testimonial-slider .slick-prev i,.testimonial-slider .slick-next span,.testimonial-slider .slick-next i{display:flex;align-items:center;justify-content:center}.testimonial-slider .slick-prev{left:-70px}.testimonial-slider .slick-next{right:-70px}@media(max-width:992px){.testimonial-slider .slick-prev,.testimonial-slider .slick-next{display:none!important}}.site-cta{padding:130px 0;background-size:cover;background-position:50%}@media(max-width:991px){.site-cta{padding:100px 0}}.site-cta-title{font-size:70px;font-weight:700;letter-spacing:10px;margin-bottom:60px}@media(max-width:991px){.site-cta-title{letter-spacing:5px}}@media(max-width:1200px){.site-cta-title{font-size:50px;margin-bottom:40px}}@media(max-width:575px){.site-cta-title{font-size:40px;letter-spacing:1}}.site-cta-buttons{margin:0;padding:0}.site-cta-buttons li{display:inline-block}@media(max-width:575px){.site-cta-buttons li{display:block}}.site-cta-buttons li:not(:last-child){margin-right:40px}@media(max-width:575px){.site-cta-buttons li:not(:last-child){margin-right:0;margin-bottom:20px}}@media(max-width:575px){.site-cta-buttons li .btn{display:block;width:90%;margin:0 auto}}.site-about-header{padding-top:80px;background-color:#f7f9ff}@media(max-width:575px){.site-about-header{padding-top:60px;text-align:center}}.site-about-wrapper{display:flex;align-items:center;flex-wrap:wrap}.site-about-company{background:#5dade2;width:40%;padding:70px 38px}@media(max-width:991px){.site-about-company{width:100%;margin-bottom:20px}}.site-about-company h1{color:#fff;font-weight:400;font-size:25px;line-height:60px;text-transform:uppercase;letter-spacing:1px}.site-about-description{width:60%;padding-left:50px}@media(max-width:991px){.site-about-description{width:100%;padding:0 38px}}.site-about-description p{font-size:25px;font-weight:300;margin-bottom:0}.site-about-section{padding:80px 0}.site-about-section.alt-bg{background:#f7f9ff}.site-about-section .section-title{font-size:36px;font-weight:400;color:#5dade2;margin-bottom:30px;font-family:josefin sans,sans-serif}@media(max-width:575px){.site-about-section .section-title{font-size:28px}}.site-about-section .section-subtitle{font-size:20px;font-weight:300;color:#6b7280;margin-bottom:40px}.site-about-section .section-content{font-size:18px;line-height:1.8;color:#6b7280}.who-section .who-content{display:flex;align-items:center;gap:40px;margin-bottom:60px}@media(max-width:575px){.who-section .who-content{flex-direction:column;align-items:center;text-align:center}}.who-section .who-image{flex-shrink:0}.who-section .who-image img{width:250px!important;height:auto!important;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.1)}@media(max-width:575px){.who-section .who-image img{width:200px!important}}.who-section .who-text{flex:1;font-size:18px;line-height:1.8}.who-section .who-text p{margin-bottom:20px}.who-section .who-text strong{color:#00113e;font-weight:600}.who-section .who-timeline{margin-top:60px}.who-section .who-timeline .timeline-heading{text-align:center;font-size:24px;font-weight:400;color:#00113e;margin-bottom:40px}.who-section .who-timeline .timeline-wrapper{position:relative;max-width:100%;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:flex-start}.who-section .who-timeline .timeline-wrapper::before{content:'';position:absolute;top:45px;left:20px;right:20px;height:2px;background:#5dade2;z-index:0}@media(max-width:575px){.who-section .who-timeline .timeline-wrapper::before{display:none}}.who-section .who-timeline .timeline-wrapper::after{content:'';position:absolute;top:0;bottom:0;left:50%;width:2px;background:#5dade2;display:none;z-index:0;transform:translateX(-50%)}@media(max-width:575px){.who-section .who-timeline .timeline-wrapper::after{display:block}}@media(max-width:575px){.who-section .who-timeline .timeline-wrapper{flex-direction:column;padding-left:0;padding-right:0}}.who-section .who-timeline .timeline-item{flex:1;text-align:center;position:relative;min-width:0}@media(max-width:575px){.who-section .who-timeline .timeline-item{text-align:left;padding-left:0;margin-bottom:40px;width:100%;display:grid;grid-template-columns:1fr 40px 1fr;grid-template-rows:auto auto;align-items:center;gap:5px}}.who-section .who-timeline .timeline-item::before{content:'';position:absolute;top:37px;left:50%;transform:translateX(-50%);width:16px;height:16px;background:#5dade2;border:3px solid #fff;border-radius:50%;z-index:1}@media(max-width:575px){.who-section .who-timeline .timeline-item::before{position:static;grid-column:2;grid-row:2;margin:0 auto;transform:none}}.who-section .who-timeline .timeline-item .timeline-year{font-family:montserrat,sans-serif;font-size:13px;font-weight:600;color:#00113e;margin-bottom:30px;white-space:nowrap}@media(max-width:575px){.who-section .who-timeline .timeline-item .timeline-year{margin-bottom:10px;grid-column:1/-1;grid-row:1;width:auto;justify-self:center;padding:5px 20px;text-align:center;background:#fff;z-index:2;font-size:16px}}.who-section .who-timeline .timeline-item .timeline-year .year-range{margin:0 3px}.who-section .who-timeline .timeline-item .timeline-year .year-current{color:#5dade2}.who-section .who-timeline .timeline-item .timeline-content{padding-top:20px;position:relative}@media(max-width:575px){.who-section .who-timeline .timeline-item .timeline-content{padding-top:0;display:contents}}.who-section .who-timeline .timeline-item .timeline-content h3{font-size:14px;font-weight:600;color:#00113e;margin-bottom:8px;line-height:1.3}@media(max-width:575px){.who-section .who-timeline .timeline-item .timeline-content h3{grid-column:1;grid-row:2;text-align:right;margin-bottom:0;padding-right:10px}}.who-section .who-timeline .timeline-item .timeline-content p{font-size:13px;color:#6b7280;margin:0;line-height:1.2}@media(max-width:575px){.who-section .who-timeline .timeline-item .timeline-content p{grid-column:3;grid-row:2;text-align:left;align-self:center;padding-left:10px}}.who-section .who-timeline .timeline-item:hover::before{background:#fff;border-color:#5dade2;transform:translateX(-50%)scale(1.2);transition:all .3s ease}@media(max-width:575px){.who-section .who-timeline .timeline-item:hover::before{transform:scale(1.2)}}.how-section .process-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap;margin:50px 0;gap:30px}@media(max-width:575px){.how-section .process-wrapper{flex-direction:column;gap:40px}}.how-section .process-item{flex:1;min-width:200px;text-align:center;padding:20px;background:#fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,5%);transition:transform .3s ease}.how-section .process-item:hover{transform:translateY(-5px)}.how-section .process-item .process-icon{width:60px;height:60px;background:rgba(93,173,226,.1);color:#5dade2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:24px}.how-section .process-item h3{font-size:18px;font-weight:600;margin-bottom:10px;color:#00113e}.how-section .process-item p{font-size:14px;color:#6b7280;line-height:1.6;margin:0}.how-section .btn-lg{padding:20px 60px;font-size:18px;margin-top:20px}@media(max-width:575px){.about-block{margin-bottom:40px}}.site-expertise{padding:100px 0;background:#f7f9ff}.site-expertise .section-title h2{font-size:36px;font-weight:400;color:#5dade2;margin-bottom:30px}@media(max-width:575px){.site-expertise .section-title h2{text-align:center;margin-bottom:40px}}.site-expertise-list{padding:0;margin:0;display:flex;flex-wrap:wrap;gap:15px}@media(max-width:575px){.site-expertise-list{justify-content:center}}.site-expertise-list li{list-style:none;font-size:16px;font-weight:500;color:#5dade2;background:rgba(93,173,226,8%);padding:10px 25px;border-radius:50px;transition:all .3s ease;border:1px solid transparent}.site-expertise-list li:hover{background:#5dade2;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px rgba(93,173,226,.2)}.site-client{padding:100px 0 50px}.site-client .section-title{margin-bottom:100px}.site-client-wrapper{display:flex;flex-wrap:wrap}@media(max-width:991px){.site-client-wrapper{justify-content:center}}.site-client-item{text-align:center;width:20%;margin-bottom:50px}@media(max-width:991px){.site-client-item{width:33.33%}}@media(max-width:575px){.site-client-item{width:50%}}.site-team{padding:100px 0}.site-team-member{background:#f7f9ff;padding:65px 30px 30px;margin:50px 0 30px;position:relative}@media(max-width:767px){.site-team-member{text-align:center}}.site-team-member-image{position:absolute;width:100px;height:100px;border-radius:50%;overflow:hidden;left:30px;top:0;transform:translateY(-50%)}@media(max-width:767px){.site-team-member-image{left:50%;transform:translate(-50%,-50%)}}.site-team-member-content h3{font-size:20px;color:#5dade2;margin-bottom:10px;font-weight:500}.site-team-member-content p{font-size:18px;color:#00113e;margin-bottom:20px;font-weight:300}.site-team-member-social{margin:0;padding:0}.site-team-member-social li{display:inline-block}.site-team-member-social li a{color:#00113e}.site-team-member-social li:not(:last-child){margin-right:10px}.site-contact{padding:150px 0 100px;background:#f7f9ff}@media(max-width:575px){.site-contact{padding:120px 0 100px}}.site-contact-title{font-weight:700}@media(max-width:767px){.site-contact-title{font-size:40px}}.site-contact-title span{color:#5dade2}.site-contact-form{margin-top:20px}.site-contact-form h4{font-weight:300;text-transform:uppercase;margin-bottom:50px;letter-spacing:3px}@media(max-width:767px){.site-contact-form h4{font-size:20px}}@media(max-width:991px){.site-contact-form h4{margin-bottom:70px}}.contact-form-generator{margin-top:20px}.contact-form-generator a{color:#00113e;font-size:13px;text-transform:uppercase;margin-bottom:50px;letter-spacing:3px}.contact-form-generator a:hover{text-decoration:none}@media(max-width:767px){.contact-form-generator a{font-size:20px}}@media(max-width:991px){.contact-form-generator a{margin-bottom:70px}}.file-upload-wrapper{margin-bottom:20px}.file-upload-wrapper label{display:block;margin-bottom:8px;font-weight:500;color:#00113e}.file-upload-wrapper input[type=file]{display:block;width:100%;padding:10px;background:#fff;border:1px solid #e1e1e1;border-radius:5px;cursor:pointer}.file-upload-wrapper input[type=file]:hover{border-color:#5dade2}#form-notification{position:fixed;top:20px;right:20px;background:#fff;padding:20px 30px;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.15);z-index:9999;transform:translateX(120%);transition:transform .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;align-items:center;border-left:5px solid #5dade2}#form-notification.show{transform:translateX(0)}#form-notification.success{border-left-color:#2ecc71}#form-notification.success .notification-icon{color:#2ecc71}#form-notification.error{border-left-color:#e74c3c}#form-notification.error .notification-icon{color:#e74c3c}#form-notification .notification-icon{font-size:24px;margin-right:15px}#form-notification .notification-content h4{font-size:16px;margin:0 0 5px;color:#00113e}#form-notification .notification-content p{margin:0;font-size:14px;color:#6b7280}#form-notification .notification-close{margin-left:20px;cursor:pointer;color:#999}#form-notification .notification-close:hover{color:#00113e}.site-footer{background:#52b7e8;padding:100px 0}.site-footer-logo{margin-bottom:50px}@media(max-width:575px){.site-footer-logo{text-align:center}}.site-footer-logo img{max-width:150px;height:auto}@media(max-width:991px){.site-footer-widget{margin-bottom:40px}}@media(max-width:575px){.site-footer-widget{text-align:center}}.site-footer-widget-title{color:#fff;margin-bottom:30px}@media(max-width:991px){.site-footer-widget-title{margin-bottom:20px}}.site-footer-widget-description{color:#fff;line-height:30px}.site-footer-widget-description a{color:#fff}.site-footer-widget-links{margin:0;padding:0}.site-footer-widget-links li{list-style:none}.site-footer-widget-links li a{color:#fff;transition:all .3s cubic-bezier(.36,.03,0,.91);display:block}.site-footer-widget-links li:not(:last-child) a{padding-bottom:9px}@media(max-width:575px){.site-footer-widget-top{text-align:center;display:block}}.site-footer-widget-top img{margin-bottom:20px}.site-footer-widget-top p{color:#fff}.site-footer-widget-top:hover{text-decoration:none}.site-footer-copyright p{color:#fff;margin:50px auto 0;text-align:center}.site-footer-copyright a{color:#00113e;transition:all .3s ease}@media(max-width:767px){.site-footer-copyright a{font-size:20px}}@media(max-width:991px){.site-footer-copyright a{margin-bottom:70px}}.site-services,.site-portfolio{padding:100px 0;background-color:#f9f9f9}.site-services .service-card,.site-portfolio .service-card{background:#fff;padding:40px 30px;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,5%);transition:all .3s ease;height:100%;display:flex;flex-direction:column;align-items:flex-start}.site-services .service-card:hover,.site-portfolio .service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.site-services .service-card:hover .service-icon,.site-portfolio .service-card:hover .service-icon{background:#5dade2;color:#fff}.site-services .service-card .service-icon,.site-portfolio .service-card .service-icon{width:70px;height:70px;background:rgba(93,173,226,.1);color:#5dade2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:25px;transition:all .3s ease}.site-services .service-card h3,.site-portfolio .service-card h3{font-size:22px;font-weight:600;margin-bottom:15px;color:#00113e}.site-services .service-card p,.site-portfolio .service-card p{color:#6b7280;margin-bottom:25px;line-height:1.6;flex-grow:1}.site-services .service-card .read-more,.site-portfolio .service-card .read-more{color:#5dade2;font-weight:600;text-transform:uppercase;font-size:14px;letter-spacing:1px;position:relative}.site-services .service-card .read-more::after,.site-portfolio .service-card .read-more::after{content:'\f178';font-family:fontawesome;margin-left:8px;transition:margin-left .3s ease}.site-services .service-card .read-more:hover::after,.site-portfolio .service-card .read-more:hover::after{margin-left:12px}