*{box-sizing:border-box}body{margin:0}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#fff;opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{color:#fff;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#fff;opacity:1}input:-moz-placeholder,textarea:-moz-placeholder{color:#fff;opacity:1}.clearfix:after{content:"";clear:both;display:table}a{text-decoration:none}p:empty{display:none}.mt-15{margin-top:15px!important}.mb-15{margin-bottom:15px!important}.mt-30{margin-top:30px!important}.mb-30{margin-bottom:30px!important}.pt-15{padding-top:15px!important}.pb-15{padding-bottom:15px!important}.pt-30{padding-top:30px!important}.pb-30{padding-bottom:30px!important}.fs-12{font-size:12px!important}.fs-14{font-size:14px!important}.gap-15{gap:15px}.pr{position:relative}.white-space-normal{white-space:normal!important}.border-top-radius-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.full-width{width:100%!important;max-width:100%!important}.theme-btn{display:inline-block;vertical-align:middle;background-color:#3da9ff;color:#fff;padding:8px 20px;border-radius:8px;border:2px solid transparent;transition:all .5s ease-in-out}.theme-btn:hover{background-color:transparent;border:2px solid #3da9ff;color:#3da9ff}section{padding:80px 0}#scrollBtn{display:none;position:fixed;right:15px;bottom:15px;z-index:996;background-color:#3da9ff;width:40px;height:40px;border-radius:50px;transition:all .4s;color:#fff;border:0}header{padding:15px 0;position:absolute;top:0;left:0;width:100%;z-index:3}header .header-top{display:flex;align-items:center;justify-content:space-between}header .header-top .header-logo{font-size:25px;margin:0;padding:0;line-height:1;font-weight:500;letter-spacing:2px;text-transform:uppercase}header .header-top .header-logo a{display:inline-block}header .header-top .header-logo a img{width:150px}header .header-top .header-right .nav{width:100%;text-align:center;position:relative}header .header-top .header-right .nav .navbar ul{display:flex;align-items:center;list-style:none;margin:0;padding:0}header .header-top .header-right .nav .navbar ul li{padding:0;margin-right:30px;position:relative}header .header-top .header-right .nav .navbar ul li a{text-decoration:none;color:#fff;font-size:16px;font-weight:600;display:inline-block;position:relative;overflow:hidden;transition:all .5s ease-in-out}header .header-top .header-right .nav .navbar ul li a:hover{color:#3da9ff}header .header-top .header-right .nav .navbar ul li a:after,header .header-top .header-right .nav .navbar ul li a:before{content:"";background:#3da9ff;width:0;height:1px;position:absolute;bottom:0;left:50%;transition:all .5s ease-in-out;box-sizing:border-box}header .header-top .header-right .nav .navbar ul li a:before{left:auto;right:50%}header .header-top .header-right .nav .navbar ul li a:hover:after,header .header-top .header-right .nav .navbar ul li a:hover:before{width:100%}header .header-top .header-right .nav .navbar ul li a.theme-btn:after,header .header-top .header-right .nav .navbar ul li a.theme-btn:before{display:none}header .header-top .header-right .nav .navbar ul li:last-child{margin:0}header .header-top .header-right .nav .navTrigger{cursor:pointer;width:30px;height:25px;margin:auto;position:absolute;right:0;top:0;bottom:0;display:none;z-index:9}header .header-top .header-right .nav .navTrigger i{background-color:#3da9ff;border-radius:2px;content:"";display:block;width:100%;height:4px}header .header-top .header-right .nav .navTrigger i:nth-child(1){animation:outT .8s backwards;animation-direction:reverse}header .header-top .header-right .nav .navTrigger i:nth-child(2){margin:5px 0;animation:outM .8s backwards;animation-direction:reverse}header .header-top .header-right .nav .navTrigger i:nth-child(3){animation:outBtm .8s backwards;animation-direction:reverse}header .header-top .header-right .nav .navTrigger.active i{background-color:#fff}header .header-top .header-right .nav .navTrigger.active i:nth-child(1){animation:inT .8s forwards}header .header-top .header-right .nav .navTrigger.active i:nth-child(2){animation:inM .8s forwards}header .header-top .header-right .nav .navTrigger.active i:nth-child(3){animation:inBtm .8s forwards}header.inner-header{position:unset;background-color:#fff}header.inner-header .header-top .header-right .nav .navbar ul li a{color:#000}header.inner-header .header-top .header-right .nav .navbar ul li a.theme-btn{color:#fff}header.inner-header .header-top .header-right .nav .navbar ul li a.theme-btn:hover{color:#3da9ff}header.inner-header .header-top .header-right .nav .navbar ul li a:hover{color:#3da9ff}@keyframes inM{50%{transform:rotate(0)}to{transform:rotate(45deg)}}@keyframes outM{50%{transform:rotate(0)}to{transform:rotate(45deg)}}@keyframes inT{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(9px) rotate(0)}to{transform:translateY(9px) rotate(135deg)}}@keyframes outT{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(9px) rotate(0)}to{transform:translateY(9px) rotate(135deg)}}@keyframes inBtm{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-9px) rotate(0)}to{transform:translateY(-9px) rotate(135deg)}}@keyframes outBtm{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-9px) rotate(0)}to{transform:translateY(-9px) rotate(135deg)}}.banner{background-size:cover;background-repeat:no-repeat;background-position:center center;position:relative;height:100vh}.banner img{width:100%}.banner:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.6;z-index:1}.banner .banner-content{position:absolute;top:50%;left:50%;width:100%;padding:0 15px;transform:translate(-50%,-50%);z-index:2;text-align:center}.banner .banner-content h1{color:#fff;font-size:42px;margin:0 0 15px}.banner .banner-content h1 span{color:#3da9ff;font-size:56px}.banner .banner-content p{color:#fff;margin:0}.banner .banner-content .btn-watch-vidow{font-size:16px;display:inline-block;vertical-align:middle;transition:.5s;margin:10px 0 0 25px;color:#fff}.banner .banner-content .btn-watch-vidow i{color:#fff;font-size:30px;transition:.3s;margin-right:8px;vertical-align:middle}.banner .banner-content .btn-watch-vidow:hover,.banner .banner-content .btn-watch-vidow:hover i{color:#3da9ff}.section-title span{color:#c5c5c5;font-size:16px;font-weight:600;letter-spacing:3px;text-transform:uppercase}.section-title h2{color:#515151;font-size:45px;font-weight:650;margin:0;text-transform:uppercase}.section-title h3{color:#3da9ff;font-size:45px;font-weight:650;margin:0;text-transform:uppercase}.about{background-color:#f6f7fb}.about .about-section .section-content p{color:#8d8d8d;font-size:16px;font-weight:400;margin:0}.card-section .card-section-data{text-align:center}.card-section .card-section-data .card-items .card-icons i{font-size:50px;color:#3da9ff;margin:0}.card-section .card-section-data .card-items .card-title h3{color:#515151;font-size:18px;font-weight:600;margin:20px 0}.card-section .card-section-data .card-items .card-content p{color:#8d8d8d;font-size:16px;font-weight:400;margin:0 auto;max-width:390px}.card-section .card-section-data .card-items .learn-more-btn a{margin:20px 0 0;text-transform:uppercase}.count-section-bg{background-size:cover;background-repeat:no-repeat;background-position:center center;background-attachment:fixed;position:relative;z-index:1}.count-section-bg img{width:100%}.count-section-bg:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.6;z-index:-1}.count-section-bg .count-loader{text-align:center}.count-section-bg .count-loader .count-section-icon i{color:#3da9ff;font-size:50px;margin:0 0 15px}.count-section-bg .count-loader .count-number span{color:#fff;font-size:40px;font-weight:700;display:inline-block;vertical-align:middle}.count-section-bg .count-loader .count-number p{display:inline-block;vertical-align:middle;color:#fff;font-size:24px;margin:0}.count-section-bg .count-loader .count-title h3{color:#fff;font-size:18px;font-weight:400;margin:20px 0}.services .services-section-data .services-development-info{margin-top:30px}.services .services-section-data .services-development-info .development-img-wrap{position:relative;z-index:1;border-radius:10px;overflow:hidden}.services .services-section-data .services-development-info .development-img-wrap img{vertical-align:middle;width:100%;border-radius:10px;transition:transform .5s ease;-moz-transition:transform .5s ease;-webkit-transition:transform .5s ease;-o-transition:transform .5s ease;transform:scale(1)}.services .services-section-data .services-development-info .development-img-wrap:before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;border-radius:10px;background-color:#000;opacity:.6;transform:scaleY(0);transform-origin:top center;z-index:1;box-sizing:border-box}.services .services-section-data .services-development-info .development-content{background-color:#fff;padding:15px;margin:-25px 20px 0;text-align:center;position:relative;border-radius:0 0 10px 10px;box-shadow:0 10px 60px #00000012;z-index:1}.services .services-section-data .services-development-info .development-content .services-icon{position:absolute;width:70px;height:70px;bottom:100%;right:0;display:inline-flex;justify-content:center;align-items:center;background-color:#3da9ff}.services .services-section-data .services-development-info .development-content .services-icon i{color:#fff;font-size:30px;transform:rotateY(0)}.services .services-section-data .services-development-info .development-content .services-icon svg{height:30px;width:30px;fill:#fff}.services .services-section-data .services-development-info .development-content h3{font-size:18px;color:#515151;font-weight:600;margin:0 0 10px;position:relative;padding-bottom:5px;display:inline-block;vertical-align:bottom;overflow:hidden;transition:all .5s ease}.services .services-section-data .services-development-info .development-content h3:after,.services .services-section-data .services-development-info .development-content h3:before{content:"";background:#fff;width:0;height:2px;position:absolute;bottom:0;left:50%;transition:all .5s ease-in-out;box-sizing:border-box}.services .services-section-data .services-development-info .development-content h3:before{left:auto;right:50%}.services .services-section-data .services-development-info .development-content h3 a{color:inherit}.services .services-section-data .services-development-info .development-content .development-description p{color:#515151;font-size:16px;font-weight:400;margin:0;transition:all .5s ease}.services .services-section-data .services-development-info .development-content:after{transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;position:absolute;content:"";top:0;left:0;right:0;height:100%;width:100%;background-color:#3da9ff;transform-origin:top;transform-style:preserve-3d;transform:scaleY(0);box-sizing:border-box;z-index:-1;border-radius:0 0 10px 10px}.services .services-section-data .services-development-info:hover .development-content .services-icon{background-color:#fff}.services .services-section-data .services-development-info:hover .development-content .services-icon i{color:#3da9ff;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transform:rotateY(360deg)}.services .services-section-data .services-development-info:hover .development-content .services-icon svg{fill:#3da9ff;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transform:rotateY(360deg)}.services .services-section-data .services-development-info:hover .development-content h3{color:#fff}.services .services-section-data .services-development-info:hover .development-content h3:after,.services .services-section-data .services-development-info:hover .development-content h3:before{width:100%}.services .services-section-data .services-development-info:hover .development-content .development-description p{color:#fff}.services .services-section-data .services-development-info:hover .development-content:after{transition:all .5s ease;transform:scaleY(1)}.services .services-section-data .services-development-info:hover .development-img-wrap img{transition:transform .5s ease;-moz-transition:transform .5s ease;-webkit-transition:transform .5s ease;-o-transition:transform .5s ease;transform:scale(1.05)}.services .services-section-data .services-development-info:hover .development-img-wrap:before{transform:scale(1);transform-origin:bottom center}.services-section-bg{background-size:cover;background-repeat:no-repeat;background-position:center center;position:relative;z-index:1}.services-section-bg img{width:100%}.services-section-bg:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.6;z-index:-1}.services-section-bg .service-section-title{text-align:center}.services-section-bg .service-section-title h2{color:#fff;font-size:40px;font-weight:600;margin:0;text-transform:uppercase}.services-section-bg .call-action-text{text-align:center}.services-section-bg .call-action-text h3{color:#fff;font-size:40px;font-weight:600;margin:0;text-transform:uppercase}.services-section-bg .call-action-text h3 a{color:#fff;font-size:40px;font-weight:600;margin:0}.services-section-bg .call-action-text h3 a:hover{color:#3da9ff}.services-section-bg .contact-btn{margin-top:20px}.gallery-section .gallery{gap:30px;margin-top:40px;-moz-columns:5 300px;columns:5 300px;list-style:none}.gallery-section .gallery .gallery-item{margin-bottom:30px}.gallery-section .gallery .gallery-item a{width:100%;display:inline-block;vertical-align:bottom}.gallery-section .gallery .gallery-item a img{width:100%}.common-bootstrap-tab{text-align:center;margin-top:40px}.common-bootstrap-tab .nav-tabs{border:none;display:block;margin-bottom:30px}.common-bootstrap-tab .nav-tabs .nav-item{display:inline-block;margin-right:5px;margin-top:10px}.common-bootstrap-tab .nav-tabs .nav-item .nav-link{margin:0;padding:7px 15px;line-height:normal;font-size:14px;color:#3da9ff;border:1px solid #3da9ff;border-radius:30px}.common-bootstrap-tab .nav-tabs .nav-item .nav-link.active{background-color:#3da9ff;color:#fff;border:1px solid transparent}.common-bootstrap-tab .nav-tabs .nav-item:last-child{margin-right:0}.common-bootstrap-tab .tab-content{text-align:left}.inner-section-header{background-size:cover;background-repeat:no-repeat;background-position:center center;background-attachment:fixed;position:relative;z-index:1}.inner-section-header img{width:100%}.inner-section-header:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.6;z-index:-1}.inner-section-header .inner-header-data{display:flex;align-items:center;justify-content:space-between}.inner-section-header .inner-header-data .inner-title h3{color:#fff;font-size:26px;font-weight:600;margin:0}.inner-section-header .inner-header-data .breadcrumbs nav ul{margin:0}.inner-section-header .inner-header-data .breadcrumbs nav ul li{color:#fff}.inner-section-header .inner-header-data .breadcrumbs nav ul li a{color:#fff}.inner-section-header .inner-header-data .breadcrumbs nav ul li a:hover{color:#3da9ff}.inner-section-header .inner-header-data .breadcrumbs nav ul li:before{color:#fff}.contact-section-data .contact-items .icon-box-wrapper{display:flex;align-items:center;gap:15px}.contact-section-data .contact-items .icon-box-wrapper .icon-box-icon i{color:#3da9ff;font-size:50px}.contact-section-data .contact-items .icon-box-wrapper .icon-box-content .icon-box-title h3{color:#8d8d8d;text-transform:uppercase;font-size:16px;font-weight:700;margin:0}.contact-section-data .contact-items .icon-box-wrapper .icon-box-content .icon-box-description a{color:#8d8d8d;font-size:20px;font-weight:400}.contact-section-data .contact-items .icon-box-wrapper .icon-box-content .icon-box-description a:hover{color:#3da9ff}.contact-info{background-image:linear-gradient(90deg,#1f2a33 50%,#f7f7f7 50%)}.contact-info .contact-information{display:flex}.contact-info .contact-information .contact-details-left{background-color:#1f2a33;width:50%;padding:10px 65px 10px 10px;margin-left:auto}.contact-info .contact-information .contact-details-left .contact-heading h2{text-transform:uppercase;color:#fff;font-size:16px;font-weight:600;margin:0}.contact-info .contact-information .contact-details-left .contact-hadline h3{text-transform:uppercase;color:#fff;font-size:45px;font-weight:700;margin:0 0 15px;position:relative;padding-bottom:15px}.contact-info .contact-information .contact-details-left .contact-hadline h3 span{text-transform:capitalize;color:#3da9ff;font-size:45px;font-weight:700}.contact-info .contact-information .contact-details-left .contact-hadline h3:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:1px;background-color:#fff}.contact-info .contact-information .contact-details-left .contact-description p{color:#fff;font-size:14px;font-weight:400;margin:0 0 25px}.contact-info .contact-information .contact-details-left .contact-items-data{margin:0 0 20px;display:flex;gap:15px}.contact-info .contact-information .contact-details-left .contact-items-data .icons-box a i{color:#3da9ff;font-size:25px;position:relative;left:0;top:5px}.contact-info .contact-information .contact-details-left .contact-items-data .icons-box-text p,.contact-info .contact-information .contact-details-left .contact-items-data .icons-box-text a{color:#fff;font-size:16px;font-weight:600;margin:0}.contact-info .contact-information .contact-details-left .contact-items-data .icons-box-text a:hover{color:#3da9ff}.contact-info .contact-information .contact-details-left .contact-items-data:last-child{margin-bottom:0}.contact-info .contact-information .contact-details-right{background-color:#f7f7f7;width:50%;padding:10px 10px 10px 105px;margin-left:1px}.contact-info .contact-information .contact-details-right .contact-heading h2{text-transform:uppercase;color:#8d8d8d;font-size:16px;font-weight:600;margin:0}.contact-info .contact-information .contact-details-right .contact-hadline{margin-bottom:25px}.contact-info .contact-information .contact-details-right .contact-hadline h3{text-transform:uppercase;color:#515151;font-size:45px;font-weight:700;margin:0 0 15px;position:relative;padding-bottom:15px}.contact-info .contact-information .contact-details-right .contact-hadline h3 span{text-transform:capitalize;color:#3da9ff;font-size:45px;font-weight:700}.contact-info .contact-information .contact-details-right .contact-hadline h3:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:1px;background-color:#3da9ff}.contact-info .contact-information .contact-details-right .contact-form-info .contact-group input{background-color:transparent;margin-bottom:15px;border:1px solid #515151;font-size:14px;height:50px}.contact-info .contact-information .contact-details-right .contact-form-info .contact-group input:focus{box-shadow:none}.contact-info .contact-information .contact-details-right .contact-form-info .contact-group textarea{background-color:transparent;margin-bottom:15px;border:1px solid #515151;font-size:14px}.contact-info .contact-information .contact-details-right .contact-form-info .contact-group textarea:focus{box-shadow:none}.welcome-section .welcome-section-bg{background-size:cover;background-repeat:no-repeat;background-position:center center;position:relative;padding:150px}.welcome-section .welcome-section-bg img{width:100%}.welcome-section .welcome-title h1{color:#fff;font-size:45px;font-weight:700;margin:0;position:relative;padding-bottom:15px}.welcome-section .welcome-title h1:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:1px;background-color:#3da9ff}.welcome-section .welcome-data-content p{max-width:500px;color:#fff;font-size:24px;font-weight:400;margin:30px 0 0}.welcome-section .company-content{display:flex;align-items:center;margin:40px 0 0}.welcome-section .company-content .signature-img img{width:100px;margin-right:30px}.welcome-section .company-content .company-ceo span{color:#fff;font-size:16px;font-weight:600}.company-data-content .company-info span{color:#8d8d8d;font-size:22px;font-weight:400;margin:0}.company-data-content .company-description p{color:#8d8d8d;font-size:14px;font-weight:400;margin:15px 0 0}.comapny-stats-report .company-stats .company-stats-title{position:relative;padding-bottom:15px}.comapny-stats-report .company-stats .company-stats-title h2{text-transform:uppercase;letter-spacing:2px;color:#c5c5c5;font-size:14px;font-weight:500;margin:0}.comapny-stats-report .company-stats .company-stats-title h3{text-transform:uppercase;color:#515151;font-size:45px;font-weight:700;margin:0}.comapny-stats-report .company-stats .company-stats-title h3 span{text-transform:capitalize;color:#3da9ff;font-size:45px;font-weight:700;margin:0}.comapny-stats-report .company-stats .company-stats-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:1px;background-color:#3da9ff}.comapny-stats-report .company-stats .progress-item{margin-top:30px}.comapny-stats-report .company-stats .progress-item .progress-count{display:flex;justify-content:space-between;margin-bottom:10px}.comapny-stats-report .company-stats .progress-item .progress-count h4,.comapny-stats-report .company-stats .progress-item .progress-count p{text-transform:uppercase;color:#8d8d8d;font-size:14px;font-weight:500;margin:0}.comapny-stats-report .company-stats .progress-item .progress{height:10px;border-radius:3px}.comapny-stats-report .company-stats .progress-item .progress .progress-bar{background-color:transparent;background:linear-gradient(90deg,#3da9ff,#000)}.comapny-stats-report .company-stats .company-our-mission p{color:#8d8d8d;font-size:14px;font-weight:400;margin:30px 0 0}.comapny-stats-report .company-stats .company-mission-list{margin-top:20px}.comapny-stats-report .company-stats .company-mission-list ul{margin:0;padding-left:15px}.comapny-stats-report .company-stats .company-mission-list ul li{color:#8d8d8d;font-size:14px;font-weight:400;margin:10px 0 0}.people-say-section .people-say-content .people-say-data{background-color:#f7f7f7;padding:50px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABaBAMAAABJQmUKAAAAAXNSR0IArs4c6QAAABJQTFRFAAAAqqqqs7Ozr6+vrq6ura22BPhyswAAAAZ0Uk5TAAYKEBYcmuRYvQAAAV5JREFUeNrt1r1qwzAUhuHKsvfQnz1QtJsW7Smt9jTJd/+3kkGEIA7vt2QLzngeXlsSWOQl/l6//3QMU69vTRJUpKlKULFOTVSxZokq1iysWCdhxZoaV6xFWLFmccXauGJ9F1asSVyxfnDFmsQV60yV1cYVaxZXrIUr1iSuWGesnBasnMbx79oL1nhGX/eEdRmnl90tsFohYo0L3w8N6jSMf4aEdR5WMCRB4eM5jA1rhVeRxu3+hwo0wQF6zbAErzMs0OsSz4gUjnbXR6TwfYcItd7H5z4hhfkpRKgNLkHQh6p4tKQwX221Pl6Fa2vvdZiHh6LCXP15qDA/98KpxGtkFb/MqIQ7Q4X5sTesMkskhbl6wyqzMVbJnD0pzA89QpU7RNKt2qqtepKquXsDtbo7CrW4+xB1cXcvanb3PKs7QtbC2zKaeYFOK5271Uyv8lpoV14rrc/rZ4v/o5xeAYPjCl9bPKTcAAAAAElFTkSuQmCC);background-position:bottom right;background-repeat:no-repeat}.people-say-section .people-say-content .people-say-data p{color:#8d8d8d;font-size:20px;font-weight:300;margin:0}.people-say-section .people-say-image{display:flex;align-items:center;margin-top:20px;gap:15px}.people-say-section .people-say-image .people-img img{width:85px;border-radius:50%}.people-say-section .people-say-image .people-say-title h4{text-transform:uppercase;color:#8d8d8d;font-size:14px;font-weight:600;margin:0}.people-say-section .people-say-image .people-say-title h3{color:#8d8d8d;font-size:14px;font-weight:300;margin:0}.meet-our-team-section .meet-team-images img{width:100%;height:100%}.meet-our-team-section .meet-team-title h2{color:#515151;font-size:28px;font-weight:700;margin:0;line-height:normal}.meet-our-team-section .meet-team-title h3{text-transform:uppercase;color:#c5c5c5;font-size:14px;font-weight:600;margin:5px 0 0}.productive-power-section{background:linear-gradient(90deg,#3da9ff,#000)}.productive-power-section .productive-power-data{display:flex;align-items:center}.productive-power-section .productive-power-data .productive-power-left{width:64%}.productive-power-section .productive-power-data .productive-power-left .productive-power-title h2{text-transform:uppercase;color:#fff;font-size:40px;font-weight:700;margin:0;max-width:700px}.productive-power-section .productive-power-data .productive-power-left .productive-power-title h2 span{color:#3da9ff;text-transform:capitalize}.productive-power-section .productive-power-data .productive-power-left .productive-power-text p{text-transform:uppercase;color:#fff;max-width:600px;font-size:12px;font-weight:600;margin:15px 0 0}.productive-power-section .productive-power-data .productive-power-right{width:36%}.productive-power-section .productive-power-data .productive-power-right .getin-touch-btn{text-align:end}.productive-power-section .productive-power-data .productive-power-right .getin-touch-btn a{text-transform:uppercase;font-size:12px;font-weight:600;letter-spacing:1px}.people-working-section{background-size:cover;background-repeat:no-repeat;background-position:center center;position:relative}.people-working-section .people-working-title{text-align:center}.people-working-section .people-working-title h2{text-transform:uppercase;color:#fff;font-size:14px;font-weight:600;margin:0}.people-working-section .people-working-title h3{text-transform:uppercase;color:#fff;font-size:45px;font-weight:700;margin:10px 0 0}.people-working-section .people-working-title h3 span{text-transform:capitalize;color:#3da9ff}.people-working-section .people-working-box{margin-top:30px;padding:40px;background-color:#fff}.people-working-section .people-working-box .working-box-title h3{text-transform:uppercase;color:#c5c5c5;font-size:14px;font-weight:600;margin:0}.people-working-section .people-working-box .working-box-title h2{color:#3da9ff;font-size:40px;font-weight:700;margin:0 0 15px;position:relative;padding-bottom:15px}.people-working-section .people-working-box .working-box-title h2:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:1px;background-color:#8d8d8d}.people-working-section .people-working-box .working-box-text p{color:#8d8d8d;font-size:16px;font-weight:300;margin:0}.people-trust-section .people-trust-description{text-align:center}.people-trust-section .people-trust-description p{max-width:700px;color:#8d8d8d;font-size:14px;font-weight:300;margin:0 auto}.people-trust-section .people-trust-items{margin-top:30px;text-align:center}.people-trust-section .people-trust-items .people-trust-icons i{font-size:50px;color:#3da9ff;margin:0}.people-trust-section .people-trust-items .people-trust-title h3{color:#515151;font-size:18px;font-weight:600;margin:20px 0}.people-trust-section .people-trust-items .people-trust-content p{color:#8d8d8d;font-size:16px;font-weight:400;margin:0 auto;max-width:390px}.people-choose-section{background-size:cover;background-repeat:no-repeat;background-position:center center;background-attachment:fixed;position:relative;z-index:1}.people-choose-section img{width:100%}.people-choose-section:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.6;z-index:-1}.people-choose-section .choose-us-slider{max-width:860px;margin:0 auto;text-align:center}.people-choose-section .choose-us-slider .item p{font-size:18px;font-weight:300;color:#fff;margin-bottom:30px}.people-choose-section .choose-us-slider .item img{width:100px;margin:0 auto;border-radius:50%}.people-choose-section .choose-us-slider .item h4{text-transform:uppercase;color:#fff;font-size:14px;font-weight:600;margin:10px 0 0}.people-choose-section .choose-us-slider .item span{color:#fff;font-size:14px;font-weight:300}.people-choose-section .choose-us-slider .owl-dots{-webkit-tap-highlight-color:transparent;margin-top:20px}.people-choose-section .choose-us-slider .owl-dots .owl-dot{display:inline-block;zoom:1}.people-choose-section .choose-us-slider .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;transition:opacity .2s ease;border-radius:30px}.people-choose-section .choose-us-slider .owl-dots .owl-dot:hover span,.people-choose-section .choose-us-slider .owl-dots .owl-dot.active span{background:#3da9ff}.success-stories-section .success-stories-items{margin-top:20px}.success-stories-section .success-stories-items .success-stories-img img{width:100%;border-radius:10px 10px 0 0}.success-stories-section .success-stories-items .stories-card-data{background-color:#f7f7f7;padding:20px;border-radius:0 0 10px 10px}.success-stories-section .success-stories-items .stories-card-data .stories-card-title h3{color:#515151;font-size:22px;font-weight:700;margin:0}.success-stories-section .success-stories-items .stories-card-data .stories-card-title span{color:#515151;font-size:12px;font-weight:400;margin:10px 0 0;display:block}.success-stories-section .success-stories-items .stories-card-data .stories-card-description p{color:#8d8d8d;font-size:16px;font-weight:300;margin:15px 0}.seo-services-section{padding-top:20px}.seo-services-section .seo-services-data p{color:#8d8d8d;font-size:20px;font-weight:300;margin:15px 0 0}.seo-services-section .services-img-bg img{width:100%}.services-info-section{background-color:#f7f7f7}.services-info-section .services-info-data{margin-top:20px}.services-info-section .services-info-data p{color:#8d8d8d;font-size:18px;font-weight:300;margin:0}.services-databox-section{padding-top:50px}.services-databox-section .services-databox .services-databox-icon i{color:#3da9ff;font-size:40px}.services-databox-section .services-databox .services-databox-content h3{color:#515151;font-size:26px;font-weight:700;margin:15px 0 0}.services-databox-section .services-databox .services-databox-content p{color:#8d8d8d;font-size:18px;font-weight:300;margin:15px 0 0}footer{background-repeat:no-repeat;background-size:cover;background-position:center center;background-attachment:fixed;position:relative;z-index:1;padding:50px 0}footer:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-blend-mode:overlay;background-color:#1f2a33;opacity:.92;z-index:-1}footer .footer-top .footer-contact{margin-bottom:50px}footer .footer-top .footer-contact a{display:inline-block;vertical-align:bottom}footer .footer-top .footer-contact a img{width:150px}footer .footer-top .footer-contact p{color:#fff;font-size:14px;font-weight:400;margin:15px 0 0}footer .footer-top .footer-links{margin-bottom:50px}footer .footer-top .footer-links h3{color:#3da9ff;font-size:25px;font-weight:600;margin:0 0 15px}footer .footer-top .footer-links ul{list-style:none;margin:0;padding:0}footer .footer-top .footer-links ul li{margin-bottom:15px}footer .footer-top .footer-links ul li a{color:#fff;font-size:16px;font-weight:600}footer .footer-top .footer-links ul li a i{padding-right:15px;color:#3da9ff;font-size:12px;line-height:1}footer .footer-top .footer-links ul li a:hover{color:#3da9ff}footer .footer-top .footer-links ul li a:hover:hover i{color:#fff}footer .footer-top .footer-links ul li:last-child{margin-bottom:0}footer .footer-top .footer-links p{color:#fff;font-size:14px;margin:0}footer .footer-top .footer-links .social-links a{font-size:18px;display:inline-block;background:#3da9ff;color:#fff;line-height:20px;padding:8px 0;margin-right:4px;border-radius:50%;text-align:center;width:36px;height:36px;transition:.3s}footer .footer-top .footer-links .social-links a:hover{background:#209dd8;color:#fff;text-decoration:none}footer .footer-top .copyright{text-align:center;padding-top:50px;border-top:1px solid #FFF}footer .footer-top .copyright p{font-size:14px;color:#fff;margin:0}
