@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap); body {font-family: 'Raleway', sans-serif; color: #444444; font-weight: 400; font-size: 16px; } a {color: #3c3c3c; text-decoration: underline; } a:hover {color: #3291e6; text-decoration: underline; } p {color: #0B1435; font-family: 'Roboto', sans-serif; font-size: 17px; line-height: 26px; } img {border-radius: 0px; } h1, h2, h3, h4, h5, h6 {font-family: 'Oswald', sans-serif } img {max-width: 100%; } .fwhite {color: #FFF !important; } .mt-6 {margin-top: 6rem !important; } .mt-7 {margin-top: 7rem !important; } .mt-8 {margin-top: 8rem !important; } .text-center {text-align: center; } .text-left {text-align: left; } .text-right {text-align: right; } input:is(:invalid, [aria-invalid=true]) {background-color: var(--color-background-critical-subdued); } input:is(:invalid, [aria-invalid=true]):is(:-webkit-autofill, :-webkit-autofill:focus) {transition: background-color 600000s 0s, color 600000s 0s; } #preloader {position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; overflow: hidden; background: #fff; } #preloader:before {content: ""; position: fixed; top: calc(50% - 30px); left: calc(50% - 30px); border: 6px solid #3c3c3c; border-top-color: #d1e6f9; border-radius: 50%; width: 60px; height: 60px; -webkit-animation: animate-preloader 1s linear infinite; animation: animate-preloader 1s linear infinite; } @-webkit-keyframes animate-preloader {0% {transform: rotate(0deg); } 100% {transform: rotate(360deg); } } @keyframes animate-preloader {0% {transform: rotate(0deg); } 100% {transform: rotate(360deg); } } .back-to-top {position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 65px; z-index: 996; background: #17ACD4; width: 40px; height: 40px; transition: all 0.4s; } .back-to-top i {font-size: 28px; color: #fff; line-height: 0; } .back-to-top:hover {background: #FFF; color: #111a3a; } .back-to-top:hover i {color: #111a3a; } .back-to-top.active {visibility: visible; opacity: 1; } .datepicker-dropdown {padding: 20px !important; } .header-phone {text-align: right; margin-bottom: 12px; } .header-phone img {margin-right: 10px; width: 20px; height: 20px; } .header-phone a {color: #FFF; text-decoration: none; font-size: 20px; } .header-phone a:hover {color: #D33B27; } #header {background: #12161C; transition: all 0.5s; z-index: 997; padding: 5px 0 10px 0px; top: 0px; } #header .container-fluid {padding: 0px 50px; } #header.header-scrolled {top: 0; } #header .logo {font-size: 30px; margin: 0; padding: 0; color: #111A3A; font-weight: 600; font-family: 'Raleway', sans-serif; } #header .logo span {color: #111A3A; } #header .logo a {color: #FFF; font-family: 'Raleway', sans-serif; font-size: 35px; } #header .logo img {max-height: 60px; padding-right: 5px; } .header-socmed {padding: 0px; margin: 0px; float: right; } .header-socmed li {float: left; list-style: none; padding: 0px 5px; } .header-socmed li a {color: #FFF; font-size: 25px; } .header-socmed li a:hover {color: #17ACD4 !important; } .appointment-btn {margin-left: 25px; background: #3c3c3c; color: #fff; border-radius: 5px; padding: 8px 25px; white-space: nowrap; transition: 0.3s; font-size: 14px; display: inline-block; } .appointment-btn:hover {background: #111a3a; color: #fff; } @media (max-width: 768px) {.appointment-btn {margin: 0 15px 0 0; padding: 6px 18px; } .header-phone a {font-size: 22px; } } .navbar {padding: 0; } .navbar ul {margin: 0; padding: 0; display: flex; list-style: none; align-items: center; } .navbar li {position: relative; } .navbar>ul>li {position: relative; white-space: nowrap; padding: 8px 0 8px 20px; } .navbar a, .navbar a:focus {display: flex; align-items: center; justify-content: space-between; color: #FFF; white-space: nowrap; transition: 0.3s; padding: 5px 2px; font-family: 'Roboto', sans-serif; font-size: 1rem; font-weight: 700; text-transform: uppercase; } .navbar a i, .navbar a:focus i {font-size: 10px; line-height: 0; margin-left: 5px; } .navbar li a:hover {color: #17ACD4 !important; } .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {color: #FFF; text-decoration: none !important; } .navbar .dropdown ul {display: block; position: absolute; left: 20px; top: calc(100% + 30px); margin: 0; padding: 0px 0; z-index: 99; opacity: 0; visibility: hidden; background: #12161C; transition: 0.3s; } .navbar .dropdown ul li {min-width: 200px; } .navbar .dropdown ul a {padding: 10px 20px; font-size: 1rem; font-weight: 500; text-transform: none; color: #FFF; text-transform: uppercase; font-weight: 700; border: none; } .navbar .dropdown ul a i {font-size: 12px; } .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {color: #3c3c3c; } .navbar .dropdown:hover>ul {opacity: 1; top: 100%; visibility: visible; } .navbar .dropdown .dropdown ul {top: 0; left: calc(100% - 30px); visibility: hidden; } .navbar .dropdown .dropdown:hover>ul {opacity: 1; top: 0; left: 100%; visibility: visible; } @media (max-width: 1366px) {.navbar .dropdown .dropdown ul {left: -90%; } .navbar .dropdown .dropdown:hover>ul {left: -100%; } } .mobile-nav-toggle {color: #FFF; font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; } .mobile-nav-toggle.bi-x {color: #fff; } @media (max-width: 991px) {.mobile-nav-toggle {display: block; } .navbar {float: right; margin-right: 15px; margin-top: 15px; } .navbar ul {display: none; } } .navbar-mobile {position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(28, 47, 65, 0.9); transition: 0.3s; z-index: 999; } .navbar-mobile .mobile-nav-toggle {position: absolute; top: 15px; right: 15px; } .navbar-mobile ul {display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; background-color: #fff; overflow-y: auto; transition: 0.3s; } .navbar-mobile>ul>li {padding: 0; } .navbar-mobile a, .navbar-mobile a:focus {padding: 10px 20px; font-size: 15px; color: #111A3A; border: none; } .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {color: #3c3c3c; } .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {margin: 15px; } .navbar-mobile .dropdown ul {position: static; display: none; margin: 10px 20px; padding: 10px 0; z-index: 99; opacity: 1; visibility: visible; background: #12161C; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); } .navbar-mobile .dropdown ul li {min-width: 200px; } .navbar-mobile .dropdown ul a {padding: 10px 20px; } .navbar-mobile .dropdown ul a i {font-size: 12px; } .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {color: #3c3c3c; } .navbar-mobile .dropdown>.dropdown-active {display: block; } .button-login {text-align: center; color: #FFF !important; text-transform: uppercase; font-weight: 600; cursor: pointer; display: inline-block; line-height: 30px; padding: 12px 30px !important; border-radius: 5px; font-family: 'Roboto', sans-serif; margin-right: 10px; transition: all .15s; background-color: #17ACD4; } .button-login:hover {box-shadow: 0 0 10px 0 #17acd4 inset, 0 0 20px 2px #17acd4; border: 3px solid #17acd4; color: #FFF !important; background-color: #0f91b4 !important; } .text-dark {color: #12161C !important; } #hero {width: 100%; background: #12161C url("../img/rocketbg.webp") top center; background-size: contain; background-repeat: no-repeat; background-position: bottom right; padding-top: 13%; padding-bottom: 10%; } #hero .container {position: relative; } .heroContentSpacer {padding-right: 5rem; } #hero h1 {margin: 0px 0px 30px 0px; font-size: 52px; font-weight: 500; line-height: 55px; color: #FFF; font-family: 'Oswald', sans-serif; } #hero h1 span {color: #17ACD4; } #hero h2 {color: #FFF; margin: 0; font-size: 18px; line-height: 30px; } .soc-p {margin-top: 30px !important; } #hero p {color: #FFF; margin: 0px 0 10px 0; font-size: 18px; line-height: 25px; } #hero img {margin: 50px 0px; } .btn-get-started {font-family: 'Raleway', sans-serif; text-transform: capitalize; font-weight: 500; font-size: 15px; display: inline-block; padding: 17px 45px; margin-top: 30px; border-radius: 40px; transition: 0.5s; color: #fff; transition: all ease-in-out 0.3s; background: #17ACD4; } .btn-get-started:hover {background: #FFF; color: #3c3c3c; box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 6%); } .modal-dialog {max-width: 900px; padding: 30px; } .modal-body {padding: 0px 3rem; } .modal-footer {display: inline-block; border-top: none; padding: 2.75rem; } .modal-header-ques {border: none; padding: 2rem; display: inline-block; } .modal-header-ques .close {float: right; background: transparent; border: none; padding: 0; border-radius: 50%; font-size: 20px; text-decoration: none; line-height: 7px; } .modal-header-ques .close:hover {color: #0d95ba; } .modal-body .head-ques {text-align: center; } .modal-body .head-ques h1 {font-weight: 400; font-size: 32px; color: #17ACD4; } .modal-body .head-ques p {font-size: 16px; font-weight: 300; } .modal-body .choices {padding: 0px; margin: 0px; } .modal-body .choices li:first-child {border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; border-top: 1px solid #DDD; } .modal-body .choices li {padding: 1rem; border-bottom: 1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #DDD; list-style: none; font-size: 14px; } .modal-body .choices li .container-choices {display: block; position: relative; padding-left: 35px; font-size: 15px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .modal-body .choices li .container-choices input {position: absolute; opacity: 0; cursor: pointer; } .checkmark {position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #eee; border-radius: 50%; } .modal-body .choices li .container-choices:hover input~.checkmark {background-color: #ccc; } .modal-body .choices li .container-choices input:checked~.checkmark {background-color: #17ACD4; } .checkmark:after {content: ""; position: absolute; display: none; } .modal-body .choices li .container-choices input:checked~.checkmark:after {display: block; } .modal-body .choices li .container-choices .checkmark:after {top: 5px; left: 5px; width: 10px; height: 10px; border-radius: 50%; background: white; } .modal-body .choices li:last-child {border-bottom-left-radius: 0.5rem; border-bottom-right-radius: 0.5rem; border-bottom: 1px solid #DDD; } .btn-next-mod {float: right; background-color: #17ACD4; color: #FFF; padding: 10px 20px; } .btn-next-mod:hover {background-color: #0d95ba; color: #FFF; } .btn-back-mod {float: left; border: 1px #DDD solid; padding: 10px 20px; } .btn-back-mod:hover {border: 1px #17ACD4 solid; color: #17ACD4; } @media (min-width: 1024px) {} @media (max-width: 992px) {#hero {margin-bottom: 0; height: auto; border-bottom-left-radius: 20px; } #hero .container {padding-bottom: 63px; } #hero h1 {font-size: 35px; line-height: 36px; margin-top: 120px !important; margin-bottom: 0px !important; } #hero h2 {font-size: 18px; line-height: 24px; margin-bottom: 30px; } .soc-p {margin-top: 0px !important; } #hero video {margin-top: -30px; } .sc-thumbnail {width: 94% !important; height: 250px; margin-top: 15px !important; } .contact {margin-top: 20px; padding: 20px !important; } #contact h1 {margin-top: 0px !important; } .sec-lead h2, .hq-lead .intro-content h2 {font-size: 36px !important; } .vid-process1 h2, .vid-process2 h2 {font-size: 70px !important; } .sec-lead h3 {font-size: 28px !important; } .sec-lead .sec-content h2 {font-size: 36px; } .ic-log {margin: 30px 10px 10px 10px !important; } .ic-log-half {width: 45% !important; } .major-box {margin-bottom: 50px; } .hq-lead .intro-content {padding-right: 0px !important; } .hq-lead .intro-content h1 {font-size: 36px !important; } .hq-lead .cmodule {padding-right: 0px !important; } .sec-lead .sec-content {padding: 20px 10px !important; } .elev-module h1 {padding: 0px !important; } .elev-module-item p {font-size: 16px !important; } .call-us img {width: 35% !important; } .lead-call h2 {font-size: 25px !important; } .faq-content {padding: 30px; } .mobile {display: block !important; } .desktop {display: none !important; } .buttonForm {padding: 10px 40px !important; } } @media (max-height: 600px) {#hero {height: 520vh; } } section {padding: 20px 0px; overflow: hidden; } .mobile {display: none; } .section-bg {background-color: #f1f7fd; } .section-title {text-align: center; padding-bottom: 30px; } .section-title h2 {color: #333333; font-size: 46px; font-weight: 700; padding-bottom: 20px; position: relative; } .section-title h3 {color: #666666; font-size: 16px; font-weight: 500; position: relative; } .section-title p {margin-bottom: 0; line-height: 26px; } .breadcrumbs {padding: 20px 0; background-color: #f1f7fd; min-height: 40px; margin-top: 120px; } @media (max-width: 992px) {.breadcrumbs {margin-top: 100px; } } .breadcrumbs h2 {font-size: 24px; font-weight: 300; margin: 0; } @media (max-width: 992px) {.breadcrumbs h2 {margin: 0 0 10px 0; } } .breadcrumbs ol {display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; font-size: 14px; } .breadcrumbs ol li+li {padding-left: 10px; } .breadcrumbs ol li+li::before {display: inline-block; padding-right: 10px; color: #6c757d; content: "/"; } @media (max-width: 768px) {.breadcrumbs .d-flex {display: block !important; } .breadcrumbs ol {display: block; } .breadcrumbs ol li {display: inline-block; } } .intro {padding: 50px 0px; } .intro h2 {color: #12161C; font-size: 39px; font-weight: 700; position: relative; margin-top: 10px; padding-bottom: 10px; font-family: 'Raleway', sans-serif; } .intro h2 span {font-style: italic; color: #686157; } .major h4 {font-size: 1.5rem; color: #051127 !important; font-family: 'Raleway', sans-serif; font-weight: 700; } .intro p {color: #374047; font-family: "Montserrat", Sans-serif; font-size: 16px; font-weight: 400; line-height: 2em; letter-spacing: -0.1px; } .intro img {margin-top: 2em; padding: 0px 20px; } .orDetails {color: #a7a7a7; font-size: 30px; font-weight: 600; line-height: 100px; } .contactUs {display: inline-flex; margin-top: 15px; } .contactUs img {margin-right: 20px; } .contactUs h3, .contactUs h4 {margin-bottom: 0px; } .sc-thumbnail {position: absolute; width: 50%; float: left; z-index: 99; margin-top: 0px !important; } .major {margin-top: -100px; position: relative; } .major-box {text-align: left; padding: 40px 50px; color: #374047; transition: all ease-in-out 0.3s; border-radius: 20px; box-shadow: 0 15px 35px 0 rgba(60, 66, 87, .08), 0 5px 15px 0 rgba(0, 0, 0, .12); background: #fff; min-height: 230px; } .major-box h2 {color: #12161C !important; font-size: 22px !important; font-weight: 400 !important; position: relative !important; margin-top: 20px !important; font-family: 'Oswald', sans-serif !important; text-transform: none !important; } .major-box p i, .major p i {font-size: 25px; margin: 0px 5px; color: #ffc300f7; } .major-box h4 {margin-top: 20px; margin-bottom: 10px; } .major-box h4 a {color: #051127 !important; font-family: 'Raleway', sans-serif; font-weight: 700; } .major-box p {color: #374047; font-size: 18px; } .team h2 {color: #3c3c3c; font-size: 36px; font-weight: 700; margin-bottom: 10px; display: initial; position: relative; background-color: #dcdcdc; } .team h1 {color: #333333; font-size: 46px; font-weight: 700; padding-bottom: 10px; position: relative; margin-top: 15px; } .disable-padding {padding: 0px; } .why-us {background-color: #f5f5f5; } .why-us .content {padding: 50px 30px; border-radius: 0px; text-align: center; background-color: #f5f5f5; } .why-us .content h3 {font-weight: 400; font-size: 18px; margin-bottom: 10px; color: #333; font-weight: 600; } .why-us .content i {font-size: 70px; margin-bottom: 20px; color: #3c3c3c; } .why-us .content p {margin-bottom: 30px; color: #666666; font-weight: 500; font-size: 13px; line-height: 1.7; letter-spacing: 0.6px; } .why-us .content .more-btn {display: inline-block; background: #FFF; padding: 6px 30px 8px 30px; color: #FFF; background-color: transparent; border: 1px solid #FFF; transition: all ease-in-out 0.4s; } .why-us .content .more-btn i {font-size: 14px; } .why-us .content .more-btn:hover {color: #3c3c3c; background: #fff; } .icon-box1:hover {background: url("../img/icon-box1.jpg") top center !important; background-size: cover !important; transition: all ease-in-out 0.4s; } .icon-box1:hover i, .icon-box1:hover h4, .icon-box1:hover p {color: #FFF !important; } .icon-box2:hover {background: url("../img/icon-box2.jpg") top center !important; background-size: cover !important; transition: all ease-in-out 0.4s; } .icon-box2:hover i, .icon-box2:hover h4, .icon-box2:hover p {color: #FFF !important; } .icon-box3:hover {background: url("../img/icon-box3.jpg") top center !important; background-size: cover !important; transition: all ease-in-out 0.4s; } .icon-box3:hover i, .icon-box3:hover h4, .icon-box3:hover p {color: #FFF !important; } .why-us .icon-boxes .icon-box {text-align: center; border-radius: 10px; background: #fff; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); padding: 40px 30px; width: 100%; } .why-us .icon-boxes .icon-box i {font-size: 60px; color: #3c3c3c; margin-bottom: 15px; } .why-us .icon-boxes .icon-box h4 {font-size: 20px; font-weight: 700; margin: 0 0 15px 0; color: #111A3A; } .why-us .icon-boxes .icon-box p {font-size: 15px; color: #848484; } .about {padding: 100px 0px !important; } .about h3 {color: #3c3c3c; font-size: 18px; font-weight: 600; margin-bottom: 10px; display: initial; position: relative; } .about h2 {color: #333333; font-size: 46px; font-weight: 600; padding-bottom: 10px; position: relative; margin-top: 15px; } .about h2 span {color: #17ACD4; } .about h4 {font-size: 18px; color: #111a3a; margin-bottom: 15px; } .about h3 {font-size: 36px; font-weight: 700; color: #111a3a; margin-bottom: 15px; } .about-content {padding: 10px 0px; } .about-content ul {list-style: none; padding: 0px; margin: 0px 0px; } .about-content ul li {padding: 5px 5px 5px 0px; color: #333333; font-size: 14px; font-weight: 600; display: flex; } .about-content ul li i {color: #3c3c3c; font-size: 20px; padding-right: 10px; } .about-content p {color: #FFF; } .about .icon-boxes h4 {font-size: 18px; color: #3c3c3c; margin-bottom: 15px; } .about .icon-boxes h3 {font-size: 28px; font-weight: 700; color: #FFF; margin-bottom: 15px; } .about .icon-box {margin-top: 30px; } .about .icon-box .icon {float: left; display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; background-color: #3c3c3c; border-radius: 5px; transition: 0.5s; } .about .icon-box .icon i {color: #FFF; font-size: 32px; } .about .icon-box:hover .icon {background: #3c3c3c; border-color: #3c3c3c; } .about .icon-box:hover .icon i {color: #fff; } .about .icon-box .title {margin-left: 85px; font-weight: 700; margin-bottom: 10px; font-size: 18px; } .about .icon-box .title a {color: #3c3c3c; font-size: 22px; font-weight: 700; transition: 0.3s; } .about .icon-box .description {margin-left: 85px; line-height: 24px; font-size: 14px; } .about .video-box {background: url("../img/about.jpg") center center no-repeat; background-size: cover; min-height: 500px; } .about .play-btn {width: 94px; height: 94px; background: radial-gradient(#3c3c3c 50%, rgba(25, 119, 204, 0.4) 52%); border-radius: 50%; display: block; position: absolute; left: calc(50% - 47px); top: calc(50% - 47px); overflow: hidden; } .about .play-btn::after {content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%); width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff; z-index: 100; transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); } .about .play-btn::before {content: ""; position: absolute; width: 120px; height: 120px; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation: pulsate-btn 2s; animation: pulsate-btn 2s; -webkit-animation-direction: forwards; animation-direction: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: steps; animation-timing-function: steps; opacity: 1; border-radius: 50%; border: 5px solid rgba(25, 119, 204, 0.7); top: -15%; left: -15%; background: rgba(198, 16, 0, 0); } .about .play-btn:hover::after {border-left: 15px solid #3c3c3c; transform: scale(20); } .about .play-btn:hover::before {content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-40%) translateY(-50%); width: 0; height: 0; border: none; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff; z-index: 200; -webkit-animation: none; animation: none; border-radius: 0; } @-webkit-keyframes pulsate-btn {0% {transform: scale(0.6, 0.6); opacity: 1; } 100% {transform: scale(1, 1); opacity: 0; } } @keyframes pulsate-btn {0% {transform: scale(0.6, 0.6); opacity: 1; } 100% {transform: scale(1, 1); opacity: 0; } } .counts {background: #111a3a; padding: 70px 0 60px; } .counts .count-box {padding: 30px 30px 35px 30px; width: 100%; border-radius: 5px; position: relative; text-align: center; background: #fff; } .counts .count-box i {font-size: 20px; background: #3c3c3c; color: #fff; border-radius: 50px; display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; } .counts .count-box span {font-size: 50px; display: block; font-weight: 700; color: #082744; } .counts .count-box p {padding: 0; margin: 0; font-family: 'Raleway', sans-serif; font-size: 20px; color: #082744; font-weight: 700; } .loanbox {padding: 0px 30px 50px 30px; } .loancontent {text-align: left; overflow: hidden; } .loancontent img {transition: ease-in-out 0.3s; } .loancontent img {transform: scale(1.1); } .loancontent h1 {color: #333333; font-size: 26px !important; font-weight: 600; padding-bottom: 10px; line-height: 40px; position: relative; } .loancontent h3 {color: #FFF !important; font-size: 14px !important; font-weight: 500 !important; position: relative !important; background-color: transparent !IMPORTANT; margin-bottom: 20px !important; } .loancontent p {color: #bebebe; font-size: 14px; font-weight: 300; line-height: 2em; } .loancontent a {color: #bebebe; font-size: 12px; text-decoration: underline; } .loancontent p {font-size: 14px; } .process-bg {background: url(../img/Planetguy.png) top center; background-size: auto; transition: all ease-in-out 0.4s; background-repeat: no-repeat; background-position: bottom left; } .services {background-color: #0f151c; padding: 10px 0px 120px 0px; } .service-bg1 {background: url(../img/services-bg1.png) top center; background-size: cover; transition: all ease-in-out 0.4s; } .service-bg2 {background: url(../img/services-bg2.png) top center; background-size: cover; transition: all ease-in-out 0.4s; } .service-bg3 {background: url(../img/services-bg3.png) top center; background-size: cover; transition: all ease-in-out 0.4s; } .service-bg4 {background: url(../img/services-bg4.png) top center; background-size: cover; transition: all ease-in-out 0.4s; } .service-bg5 {background: url(../img/services-bg5.png) top center; background-size: cover; transition: all ease-in-out 0.4s; } .service-bg6 {background: url(../img/services-bg6.png) top center; background-size: cover; transition: all ease-in-out 0.4s; } .about h1 {color: #12161C; font-size: 50px; font-weight: 500; padding-bottom: 10px; text-transform: uppercase; position: relative; margin-top: 15px; font-family: 'Oswald', sans-serif; } .services h1 {color: #FFF; font-size: 50px; font-weight: 500; padding-bottom: 10px; text-transform: uppercase; position: relative; margin-top: 15px; font-family: 'Oswald', sans-serif; } .services h2 {color: #FFF; font-size: 42px; font-weight: 700; padding-bottom: 10px; position: relative; margin-top: 15px; font-family: 'Oswald', sans-serif; } .services h3, .about h3 {color: #17ACD4; font-size: 20px; font-weight: 600; margin-bottom: 10px; display: initial; position: relative; } .services p, .about p {color: #374047; font-weight: 400; font-size: 16px; line-height: 1.7; letter-spacing: 0.6px; position: relative; } .services .icon-box {text-align: center; background-color: #FFF; padding: 50px 20px; margin: 25px 5px; transition: all ease-in-out 0.3s; } .services .icon-box i {font-size: 70px; color: #3c3c3c; } .services .icon-box .icon {margin: 0 auto; width: 80px; height: 72px; background: #3c3c3c; transition: all 0.3s ease-out 0s; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transform-style: preserve-3d; } .services .icon-box .icon i {color: #fff; font-size: 40px; } .services .icon-box a {color: #FFF; } .services .icon-box h4 {font-weight: 600; margin-bottom: 14px; font-size: 20px; color: #333333; font-family: 'Raleway', sans-serif; } .services .icon-box h4 a {color: #333333; font-size: 30px; } .services .icon-box p {line-height: 20px; font-size: 14px; margin-bottom: 20px; padding: 0px 30px; color: #333333; } .services .icon-box:hover {background: #3c3c3c; border-color: #3c3c3c; } .services .icon-box:hover a {color: #FFF; } .services .icon-box:hover .icon {background: #fff; } .services .icon-box:hover i {color: #FFF; } .services .icon-box:hover .icon i {color: #3c3c3c; } .services .icon-box:hover .icon::before {background: #3291e6; } .services .icon-box:hover h4 a, .services .icon-box:hover p {color: #fff; } .team {background: #fff; padding: 100px 0 100px 0px; } .team p {color: #333333; margin-bottom: 2rem; } .team .member {position: relative; background-color: #FFF; box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08); padding: 30px; border-radius: 10px; } .team .member .pic {overflow: hidden; width: 180px; border-radius: 5px; } .team .member .pic img {transition: ease-in-out 0.3s; } .team .member:hover img {transform: scale(1.1); } .team .member .member-info {padding-left: 30px; } .team .member h4 {font-weight: 700; margin-bottom: 5px; font-size: 20px; color: #111A3A; } .team .member span {display: block; font-size: 15px; padding-bottom: 10px; position: relative; font-weight: 500; } .team .member span::after {content: ""; position: absolute; display: block; width: 50px; height: 2px; background: #3c3c3c; bottom: 0; left: 0; } .team .member p {margin: 10px 0 0 0; font-size: 14px; } .team .member .social {margin-top: 12px; display: flex; align-items: center; justify-content: flex-start; } .team .member .social a {transition: ease-in-out 0.3s; display: flex; align-items: center; justify-content: center; border-radius: 5px; width: 32px; height: 32px; background: #111a3a; } .team .member .social a i {color: #fff; font-size: 16px; margin: 0 2px; } .team .member .social a:hover {background: #3c3c3c; } .team .member .social a+a {margin-left: 8px; } .lead-module {border-radius: 15px; min-height: 180px; padding: 30px; background-color: #FFF; text-align: center; margin-bottom: 30px; box-shadow: 0 0px 45px 0 rgb(215 217 223 / 73%), 0 0px 45px 0 rgb(215 217 223 / 73%); } .lead-module h2 {color: #12161C !important; font-size: 22px !important; font-weight: 400 !important; position: relative !important; margin-top: 20px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; font-family: 'Oswald', sans-serif !important; } .sec-lead {padding: 70px 0px; } .sec-lead h2 {color: #12161C; font-size: 39px; font-weight: 500; position: relative; margin-top: 10px; padding-bottom: 10px; font-family: 'Oswald', sans-serif; text-transform: uppercase; } .sec-lead h2 span {color: #17ACD4; } .check-ic {font-size: 4em; text-align: center; display: block; color: #17ACD4; } .sec-lead h3 {color: #12161C; font-size: 28px; font-weight: 500; position: relative; margin-top: 10px; padding-bottom: 10px; font-family: 'Oswald', sans-serif; text-transform: uppercase; } .sec-lead ul {padding: 0px 20px; margin: 0px 0px 30px 0px; } .sec-lead ul li {font-size: 20px; padding: 7px 0px; list-style: none; } .sec-lead ul li i {color: #17ACD4; font-size: 20px; } .sec-listing {padding: 0px 20px; margin: 0px 0px 30px 0px; } .sec-listing li {font-size: 16px !important; padding: 10px 0px; list-style: none; } .sec-listing li i {color: #17ACD4; font-size: 18px !important; } .sec-lead .sec-content {padding: 0 2rem; } .sec-lead .sec-content h1 {color: #12161C; font-size: 39px; font-weight: 500; position: relative; margin-top: 10px; padding-bottom: 10px; font-family: 'Oswald', sans-serif; text-transform: uppercase; } .sec-lead .sec-content h1 span {color: #17ACD4; } .sec-lead .rightB {border-top-left-radius: 8rem; border-top-right-radius: 8rem; border-bottom-left-radius: 8rem; border-bottom-right-radius: 10px; } .sec-lead .leftB {border-top-left-radius: 8rem; border-top-right-radius: 8rem; border-bottom-left-radius: 10px; border-bottom-right-radius: 8rem; } .sec-lead .button {background: #e7e7e7; border: 0; padding: 15px 50px; color: #3c3c3c; font-weight: 600; transition: 0.4s; border-radius: 5px; margin: 25px 0px 0px 0px; position: relative; display: inline-block; } .sec-lead .button:hover {background: #17ACD4; color: #FFF; } .how-we-do-it .button {background: #e7e7e7; border: 0; padding: 15px 50px; color: #3c3c3c; font-weight: 600; transition: 0.4s; border-radius: 5px; margin: 25px 0px 0px 0px; position: relative; text-decoration: none !important; display: inline-block; } .how-we-do-it .button:hover {background: #17ACD4; color: #FFF; } .website-category {margin: 20px 0px; } .website-category .thumb {overflow: hidden } .website-category .thumb img {width: 100%; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; margin-bottom: 10px; } .website-category:hover .thumb img {transform: scale(1.1) rotate(-2deg); border-radius: 10px; } .sec-lead a {text-decoration: none; } .ic-log {background: #FFF; padding: 15px; margin: 10px; border-radius: 10px; box-shadow: 0 0px 45px 0 rgb(215 217 223 / 73%), 0 0px 45px 0 rgb(215 217 223 / 73%); } .ic-log-half {width: 50%; } .lead-call {display: inline-flex; } .lead-call h2 {font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; font-size: 2rem; margin-bottom: 0px; } .call-us {border: 2px solid #000; padding: 3px 3px; border-radius: 30px; line-height: 50px; font-size: 23px; display: inline-flex; min-width: 170px; margin-right: 20px; } .lead-call h2 a {text-decoration: none; } .lead-gen {padding: 70px 0px; } .lead-gen h2 {color: #12161C; font-size: 32px; font-weight: 700; position: relative; margin-top: 10px; padding-bottom: 10px; font-family: 'Raleway', sans-serif; } .lead-gen p {color: #374047; font-family: "Montserrat", Sans-serif; font-size: 16px; } .lead-gen a {text-decoration: underline; } .how-we-do-it {padding: 70px 0px 300px 0px; background: #F1F2F7; } .how-we-do-it h2 {color: #12161C; font-size: 39px; font-weight: 700; position: relative; margin-top: 10px; padding-bottom: 10px; font-family: 'Raleway', sans-serif; } .how-we-do-it .hwdi-content {padding: 35px; margin: 20px 0px; text-align: left; } .how-we-do-it .hwdi-content img {width: 30%; margin-bottom: 20px; } .how-we-do-it .hwdi-content h2 {color: #12161C; font-size: 24px; font-weight: 700; padding-bottom: 10px; } .how-we-do-it .hwdi-content p {color: #374047; font-family: "Montserrat", Sans-serif; font-size: 14px; font-weight: 400; } .how-we-do-it .hwdi-content p a {text-decoration: underline; } .how-we-do-it .selectedHq {background: #fff; border-radius: 20px; min-height: 250px; } .how-we-do-it .selectedH {box-shadow: 0 0px 45px 0 rgb(215 217 223 / 73%), 0 0px 45px 0 rgb(215 217 223 / 73%); background: #17acd424; border-radius: 20px; } .faq {background: url(../img/faqbg.webp); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; transition: all ease-in-out 0.4s; border-radius: 20px; margin: -150px 0px 70px 0px; } .faq-content {padding: 50px 150px; } .faq-content h3 {color: #FFF; font-size: 20px; font-weight: 300; position: relative; } .faq-content h2 {color: #fFF; font-size: 36px; font-weight: 700; padding-bottom: 20px; font-family: 'Raleway', sans-serif; position: relative; text-transform: capitalize; } .faq-content p {font-size: 14px; color: #FFF; width: 60%; margin: 0 auto; } .faq-list {padding: 0 0; } .faq-list ul {padding: 0; list-style: none; } .faq-list li+li {margin-top: 15px; } .faq-list li {padding: 20px !important; background: #fff; position: relative; box-shadow: 0px 2px 15px rgb(44 73 100 / 8%); float: left; width: 100%; margin: 10px 0px; text-align: left; display: inline-block !important; border: 1px solid #f2f2f2; } .faq-list a {display: block; position: relative; font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 24px; font-weight: 500; padding: 0 30px; color: #12161C; outline: none; cursor: pointer; text-decoration: none; } .faq-list .icon-help {font-size: 24px; position: absolute; right: 0; left: 20px; color: #17ACD4; } .faq-list .icon-show, .faq-list .icon-close {font-size: 24px; position: absolute; right: 0; top: 0; padding-right: 0px; } .faq-list p {margin-bottom: 0; font-weight: 400; padding: 10px 0 0 0; color: #0B1435; font-size: 16px; line-height: 1.4; } .faq-list .icon-show {display: none; } .faq-list a:hover {color: #3c3c3c; } .faq-list a.collapsed {color: #12161C; } .faq-list a.collapsed:hover {color: #17ACD4; } .faq-list a.collapsed .icon-show {display: inline-block; } .faq-list a.collapsed .icon-close {display: none; } @media (max-width: 1200px) {.faq-list {padding: 0; } } .elev-module {background: #12161C; padding: 70px 0px; margin: 50px 0px; } .elev-module h2 {color: #FFF; font-size: 32px; font-weight: 700; padding: 0px 5rem 10px 5rem; position: relative; margin-top: 15px; font-family: 'Raleway', sans-serif; } .elev-module p {color: #FFF; font-size: 20px; padding: 0px 12rem 10px 12rem; } .elev-module-item {transition: all ease-in-out 0.3s; border-radius: 20px; box-shadow: 0 15px 35px 0 rgba(60, 66, 87, .08), 0 5px 15px 0 rgba(0, 0, 0, .12); background: #17ACD4; padding: 30px 20px; margin: 30px 10px; text-align: center; min-height: 500px; } .elev-module-item img {margin-bottom: 20px; margin-top: -50px; background: #0378c5; padding: 20px; border-radius: 10px; } .elev-module-item h3 {font-family: 'Raleway', sans-serif; color: #FFF; font-size: 18px; font-weight: 600; text-transform: capitalize; } .elev-module-item p {font-size: 14px; color: #FFF; line-height: 24px; padding: 5px 0px 0px 0px; } .process1 {background: url(../img/video/process1.png); } .process2 {background: url(../img/video/process2.png); } .process3 {background: url(../img/video/process3.png); } .process4 {background: url(../img/video/process4.png); } .process5 {background: url(../img/video/process5.png); } .process6 {background: url(../img/video/process6.png); } .process7 {background: url(../img/video/process7.png); } .process8 {background: url(../img/video/process8.png); } .vid-process1 {padding: 50px 30px 25px 60px; } .vid-process2 {padding: 50px 35px 25px 55px; } .vid-process-bg {background-size: contain; min-height: 310px; background-repeat: no-repeat; } .vid-process1 h2, .vid-process2 h2 {color: #12161C; font-size: 70px; font-weight: 700; position: relative; margin: 0px; padding: 0px; font-family: 'Raleway', sans-serif; text-align: left; } .vid-process1 h3, .vid-process2 h3 {color: #12161C; font-size: 16px; font-weight: 700; position: relative; margin: 10px 0px; font-family: 'Montserrat', sans-serif; text-align: center; } .vid-procs-ml {margin: 0px 0px 0px -100px; } .vid-procs-mr {margin: 0px -100px 0px 0px; } .arrowDown1 {position: absolute; width: 14%; left: 6%; } .arrowDown2 {position: absolute; width: 14%; left: 29%; } .arrowDown3 {position: absolute; width: 14%; left: 51%; } .arrowDown4 {position: absolute; width: 14%; right: 12%; } .arrowUp {position: absolute; width: 14%; left: 18%; margin-top: -10%; } .arrowUp2 {position: absolute; width: 14%; left: 40%; margin-top: -10%; } .arrowUp3 {position: absolute; width: 14%; right: 24%; margin-top: -10%; } .hq-lead {padding: 70px 0px; } .hq-lead .intro-content {padding-right: 3rem; color: #374047; font-family: "Montserrat", Sans-serif; font-size: 16px; font-weight: 400; } .hq-lead .intro-content h2 {color: #12161C; font-size: 39px; font-weight: 500; position: relative; margin-bottom: 35px; font-family: 'Oswald', sans-serif; text-transform: uppercase; } .hq-lead .intro-content h2 span {color: #17ACD4; } .hq-lead .intro-content h3 {color: #17ACD4; font-size: 16px; font-weight: 700; position: relative; margin-bottom: 0px; font-family: 'Oswald', sans-serif; text-transform: uppercase; } .hq-lead .img {border-radius: 10px; } .hq-lead .cmodule {padding-right: 2rem; color: #374047; font-family: "Montserrat", Sans-serif; font-size: 16px; font-weight: 400; } .cmodule {margin-bottom: 50px; } .cmodule img {padding-right: 1rem; } .cmodule div {display: inline-flex; margin-bottom: 1.3rem; } .cmodule h4 {color: #0B1435; font-size: 22px; font-weight: 700; padding-top: 5px; position: relative; margin-bottom: 0px; font-family: 'Oswald', sans-serif; } .socMobile {display: none; } .socDesktop {display: block; } .g-recaptcha {padding-left: 20%; } .blog {padding: 100px 0px; background-color: #3c3c3c; } .blog h1 {color: #FFF !important; font-size: 45px; font-weight: 700; padding-bottom: 10px; position: relative; margin-top: 15px; font-family: 'Raleway', sans-serif; } .tab {overflow: hidden; } .tab button {background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 15px 67px; transition: 0.3s; font-size: 17px; background: #f5f5f5; margin: 10px 15px; color: #474d52; font-size: 17px; font-weight: 600; } .tab button:hover {background-color: #3c3c3c; color: #FFF; } .tab button.active {background-color: #3c3c3c; color: #FFF; } .tabcontent {display: none; padding: 30px; margin: 20px 27px 20px 15px; border-top: none; background-color: #FFF; transition: opacity .15s linear; } .tabcontent h1 {color: #333333; font-size: 46px; font-weight: 700; padding-bottom: 20px; position: relative; padding: 0px; } .tabcontent p {font-size: 14px; } .tabcontent ul {padding: 0px; margin: 10px 0px; list-style: none; } .tabcontent ul li {padding: 5px 0px; display: inline-flex; } .tabcontent ul li i {margin-top: 10px; font-size: 30px; color: #3c3c3c; padding-right: 20px; } .testimonials {padding: 50px 0px 0px 0px; transition: all ease-in-out 0.4s; } .testimonials h3 {color: #FFF !important; } .testimonials h2 {color: #12161C !important; font-family: 'Raleway', sans-serif; } .testimonials .testimonial-wrap {padding-left: 50px; } .testimonials .testimonials-carousel, .testimonials .testimonials-slider {overflow: hidden; } .testimonials .testimonial-item {box-sizing: content-box; padding: 30px 30px 30px 60px; margin: 30px 15px; min-height: 200px; box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08); position: relative; background: #f5f5f5; border-radius: 5px; } .testimonials .testimonial-item .testimonial-img {width: 170px; border-radius: 10px; } .testimonials .testimonial-item h3 {font-size: 18px; font-weight: bold; margin: 10px 0 5px 0; color: #333333 !important; } .testimonials .testimonial-item h4 {font-size: 14px; color: #666666; margin: 0; } .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {color: #3c3c3c; font-size: 26px; } .testimonials .testimonial-item .quote-icon-left {display: inline-block; left: -5px; position: relative; } .testimonials .testimonial-item .quote-icon-right {display: inline-block; right: -5px; position: relative; top: 10px; } .testimonials .testimonial-item p {font-style: italic; margin: 15px auto 15px auto; color: #333333; font-size: 15px; } .testimonials .swiper-pagination {margin-top: 20px; position: relative; } .testimonials .swiper-pagination .swiper-pagination-bullet {width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid #3c3c3c; } .testimonials .swiper-pagination .swiper-pagination-bullet-active {background-color: #3c3c3c; } @media (max-width: 767px) {.testimonials .testimonial-wrap {padding-left: 0; } .testimonials .testimonials-carousel, .testimonials .testimonials-slider {overflow: hidden; } .testimonials .testimonial-item {padding: 30px; margin: 15px; } .testimonials .testimonial-item .testimonial-img {position: static; left: auto; } } .banner {padding: 100px 0px; background: url(../img/bannerbg.png); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; transition: all ease-in-out 0.4s; text-align: center; } .banner h1 {color: #FFF; font-size: 60px; font-weight: 700; padding-bottom: 20px; position: relative; font-family: 'Raleway', sans-serif; } .banner h1 span {font-style: italic; } .banner p {color: #bebebe; font-size: 16px; } .gallery .gallery-item {overflow: hidden; border-right: 3px solid #fff; border-bottom: 3px solid #fff; } .gallery .gallery-item img {transition: all ease-in-out 0.4s; } .gallery .gallery-item:hover img {transform: scale(1.1); } .contact {padding: 0px 30px; } .form-control:focus {border-color: #17ACD4 !important; } .contact-form-content {width: 90%; margin: 0 auto; } .contact .info {width: 100%; background: #fff; margin: 30px 0px; } .contact .info i {font-size: 20px; color: #333; float: left; width: 44px; height: 44px; background: #f5f5f5; display: flex; justify-content: center; align-items: center; border-radius: 5px; transition: all 0.3s ease-in-out; } .contact .info h4 {padding: 0 0 0 60px; font-size: 17px; font-weight: 600; margin-bottom: 5px; color: #333333; } .contact h2 {margin: 0px 0px 10px 0px; font-size: 32px !important; line-height: 36px !important; font-weight: 600; color: #FFF !important; } .contact p {padding: 0px; margin-bottom: 0; font-size: 16px !important; color: #FFF !important; } .contact p a {color: #17ACD4; text-decoration: none; } .contact ul {margin: 20px 0px; padding: 0px 0px 0px 20px; } .contact ul li {padding: 5px 0px; font-size: 16px; color: #FFF; } .contact .info .email, .contact .info .phone {margin-top: 0px; } .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {background: #3c3c3c; color: #fff; } .custom-form {background-color: #E6EAF0; padding: 20px; border-radius: 5px; } .custom-form h2 {color: #111a3a !important; } .custom-form p {color: #111a3a !important; line-height: 22px !important; } .custom-form button {background-color: #12161C !important; color: #FFF !important; } .custom-form button:hover {background: #17ACD4 !important; color: #FFF !important; } .custom-input {background: #ffffff !important; border-radius: 5px !important; border: 1px #DDD solid !important; color: #374047 !important; } .contact .form-control {margin-bottom: 5px; } .contact .php-email-form {width: 100%; } .contact .php-email-form p {color: #111a3a !important; } .contact .php-email-form .form-group {padding-bottom: 8px; } .contact .php-email-form .error-message {display: none; color: #fff; background: #ed3c0d; text-align: left; padding: 15px; font-weight: 600; } .contact .php-email-form .error-message br+br {margin-top: 25px; } .contact .php-email-form .sent-message {display: none; color: #fff; background: #18d26e; text-align: center; padding: 15px; font-weight: 600; } .contact .php-email-form .loading {display: none; background: #fff; text-align: center; padding: 15px; } .contact .php-email-form .loading:before {content: ""; display: inline-block; border-radius: 50%; width: 24px; height: 24px; margin: 0 10px -6px 0; border: 3px solid #18d26e; border-top-color: #eee; -webkit-animation: animate-loading 1s linear infinite; animation: animate-loading 1s linear infinite; } .contact .php-email-form input, .contact .php-email-form textarea {border-radius: 0; box-shadow: none; font-size: 1rem; } .contact .php-email-form input {height: 50px; border-top: 0px; border-left: 0px; color: #FFF; border-right: 0px; background: transparent; transition: 0.5s; margin-bottom: 20px; } .contact .php-email-form select {height: 160px; border-top: 0px; border-left: 0px; color: #FFF; border-right: 0px; background: transparent; transition: 0.5s; } .contact .php-email-form textarea {padding: 10px 12px; border-bottom: 1px solid #ced4da; border-top: 0px; border-left: 0px; border-right: 0px; background: transparent; color: #FFF; } .buttonForm {background: #12161C !important; border: 0; padding: 10px 50px; color: #FFF; font-weight: 600; transition: 0.4s; border-radius: 5px; margin-right: 15px; } .buttonForm:hover {background: #17ACD4 !important; color: #FFF; } .buttonForm-bottom {background: #FFF !important; border: 0; padding: 10px 50px; color: #12161C !important; font-weight: 600; transition: 0.4s; border-radius: 5px !important; margin-right: 15px; } .buttonForm-bottom:hover {background: #17ACD4 !important; color: #FFF !important; } @-webkit-keyframes animate-loading {0% {transform: rotate(0deg); } 100% {transform: rotate(360deg); } } @keyframes animate-loading {0% {transform: rotate(0deg); } 100% {transform: rotate(360deg); } } #footer {color: #444444; font-size: 14px; background-color: #0f151c; } #footer hr {margin: 2.5rem 0; } #footer button {background: #e7e7e7; border: 0; padding: 15px 50px; color: #3c3c3c; font-weight: 600; transition: 0.4s; border-radius: 5px; margin: 10px 0px 0px 0px; } #footer button:hover {background: #17ACD4; color: #FFF; } #footer .copyright {color: #c7c7c7; margin-bottom: 20px; } #footer .copyright span {font-family: 'Raleway', sans-serif; } #footer .details {text-align: right; color: #c7c7c7; } #footer .details i {color: #17ACD4; font-size: 18px; padding-right: 10px; } #footer .footer-top {padding: 100px 0 50px 0; } #footer .footer-top h3 {font-weight: 500; font-size: 40px; color: #FFF; font-family: 'Raleway', sans-serif; } #footer .footer-top .footer-contact {margin-bottom: 30px; } #footer .footer-top .footer-contact h4 {font-size: 22px; margin: 0 0 30px 0; padding: 2px 0 2px 0; line-height: 1; font-weight: 700; } #footer .footer-top .footer-contact p {font-size: 14px; line-height: 25px; margin-bottom: 15px; font-family: 'Raleway', sans-serif; color: #FFF; padding-right: 50px; } #footer .footer-top h4 {font-size: 20px; font-weight: bold; color: #FFF; position: relative; padding-bottom: 12px; font-family: 'Raleway', sans-serif; } #footer .footer-top .footer-links {margin: 10px 0px 0px 0px; float: right; } #footer .footer-top .footer-links ul {list-style: none; padding: 0; margin: 0; } #footer .footer-top .footer-links ul i {padding-right: 2px; color: #FFF; font-size: 32px; line-height: 1; } #footer .footer-top .footer-links ul li {padding: 15px; display: flex; float: left; } #footer .footer-top .footer-links ul a {color: #FFF; transition: 0.3s; display: inline-block; line-height: 1; } #footer .footer-top .footer-links ul a:hover i {text-decoration: none; color: #17ACD4; } #footer .footer-top .footer-links ul a:hover svg {text-decoration: none; color: #17ACD4; } #footer .footer-newsletter {font-size: 15px; width: 40%; margin: 0 auto; } #footer .footer-newsletter h4 {font-size: 20px; font-weight: bold; color: #FFF; position: relative; padding-bottom: 12px; } #footer .footer-newsletter p {color: #FFF; } #footer .footer-newsletter form {margin-top: 30px; background: #fff; padding: 6px 10px; position: relative; border-radius: 50px; text-align: left; border: 1px solid #bfdcf7; } #footer .footer-newsletter form input[type=email] {border: 0; padding: 4px 8px; width: calc(100% - 100px); } #footer .footer-newsletter form input[type=submit] {position: absolute; top: 0; right: 0; bottom: 0; border: 0; background: none; font-size: 16px; padding: 0 20px; background: #3c3c3c; color: #fff; transition: 0.3s; border-radius: 50px; } #footer .footer-newsletter form input[type=submit]:hover {background: #1c84e3; } #footer .credits {padding-top: 5px; font-size: 13px; color: #444444; } #footer .social-links a {font-size: 18px; display: inline-block; background: #3c3c3c; color: #fff; line-height: 1; padding: 8px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s; } #footer .social-links a:hover {background: #1c84e3; color: #fff; text-decoration: none; } @media (max-width: 768px) {.intro h1 {font-size: 35px; } .faq-content {padding: 30px; } .faq-content h1 {font-size: 35px; } .faq-content p {width: 100%; } .about img {margin: 20px 0px; } .services {margin-top: -5px; } .services h1, .about h1 {font-size: 39px; } #footer .footer-top {padding: 100px 0px 150px 0px; } #footer .footer-top a {width: 100%; display: block; text-align: center; } #footer .footer-top .footer-contact p {width: 100% !important; padding-right: 0px; } #footer .footer-newsletter {width: 100%; } #footer .footer-top .footer-links ul li {padding: 15px 20px; } #footer .details {text-align: left; } .vid-process1 {padding: 60px 50px 25px 60px; margin: 10px 0px 50px 0px; min-height: 355px; } .vid-process2 {padding: 60px 60px 25px 60px; margin: 10px 0px 50px 0px; min-height: 355px; } .elev-module p {padding: 0px; } .heroContentSpacer {padding: 0px; } .socMobile {display: block; } .socDesktop {display: none; } .g-recaptcha {padding-left: 0; } .zcwf_lblLeft .zcwf_col_fld_slt {height: 60px !important; } }