        @import "../fonts/font_stylesheet.css";
        @import "all.css";
        @import "fontawesome.css";
        @import "brands.css";
        /* Using a fonts */
        
        @import "animation_stylesheet.css";
        /* Using a animation */
        
        * {
            box-sizing: border-box;
            margin: 0 auto;
        }
        
        body {
            font-family: 'Questrial';
            line-height: 1.5;
            font-style: normal;
            color: #000;
            font-size: 15px;
        }
        
        p {
            color: rgba(26, 31, 47, .7019607843137254);
        }
        
        h1,
        h2,
        h3,
        h4 {
            font-family: 'Quicksand';
            font-weight: bold;
            color: #333;
        }
        
        h5,
        h6 {
            font-family: 'Raleway';
        }
        
        ul {
            list-style: none;
            margin-left: 0;
            padding-left: 0;
        }
        
        a {
            text-decoration: none;
            color: inherit;
        }
        
        img {
            max-width: 100%;
        }
        
        .container {
            max-width: 1280px;
            margin: 0 auto;
            width: 100%;
            padding: 0 15px;
        }
        
        section {
            display: block;
            width: 100%;
            float: left;
        }
        
        .section_content {
            float: left;
            max-width: 100%;
            width: 100%;
        }
        
        .text_center {
            text-align: center;
        }
        
        .text_left {
            text-align: left;
        }
        
        .text_right {
            text-align: right;
        }
        
        .half_width {
            max-width: 50%;
            display: inline-block;
            float: left;
            width: 100%;
        }
        
        header {
            position: fixed;
            width: 100%;
            padding: 25px 0;
            z-index: 100;
            overflow: hidden;
            background: #fff;
        }
        
        .logo {
            float: left;
            max-width: 160px;
            max-height: 80px;
            margin-top: 5px;
        }
        
        .logo img {
            max-width: 160px;
            width: 100%;
        }
        
        .nav {
            float: right;
        }
        
        .nav ul {
            list-style: none;
            margin-left: 0;
            margin-top: 18px;
        }
        
        .nav ul li {
            display: inline;
            margin: 10px;
        }
        
        .nav ul li:last-child {
            margin-right: 0;
        }
        
        .nav ul li a {
            padding-bottom: 10px;
            font-size: 16px;
            text-transform: capitalize;
            font-family: 'Quicksand';
            border-bottom: 2px solid transparent;
        }
        
        .nav ul li a:hover {
            border-bottom: 2px solid #007bff;
            color: #e6275c;
        }
        
        .top_header_btn {
            width: 150px;
            color: #fff;
            z-index: 1;
            background-color: #e6275c;
            cursor: pointer;
            padding: 15px 30px !important;
            border-radius: 35px;
            font-weight: 400;
            font-size: 14px;
            animation-iteration-count: infinite;
            border: none !important;
            display: inline-block;
            text-align: center;
        }
        
        .top_header_btn:hover {
            color: #fff !important;
            z-index: 1;
            background-color: #007bff;
            border: none !important;
        }
        
        section.default_page {
            padding-top: 150px;
            padding-bottom: 50px;
            display: inline-block;
            width: 100%;
        }
        
        .main_banner {
            min-height: 630px;
            padding-top: 200px;
            padding-bottom: 100px;
            position: relative;
            overflow: hidden;
            max-width: 100%;
        }
        
        .main_banner::before {
            content: '';
            max-width: 900px;
            width: 100%;
            height: 500px;
            position: absolute;
            background: #f9fbff;
            right: 0;
            left: 0;
            margin: 0 auto;
            top: 160px;
            border-radius: 25px;
        }
        
         :focus {
            outline: -webkit-focus-ring-color auto 0px !important;
        }
        
        .banner_left {
            max-width: 580px;
            float: left;
        }
        
        .banner_left h2 {
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 20px;
            font-weight: 400;
            text-transform: capitalize;
            color: #e6275c;
        }
        
        .banner_left h1 {
            font-size: 70px;
            line-height: 1.1;
            margin-top: 30px;
        }
        
        .banner_left p {
            margin-top: 30px;
            margin-bottom: 30px;
        }
        
        .banner_btn button {
            width: 150px;
            color: #fff;
            z-index: 1;
            background-color: #e6275c;
            cursor: pointer;
            padding: 18px 30px !important;
            border-radius: 35px;
            font-weight: 400;
            font-size: 14px;
            animation-iteration-count: infinite;
            border: none !important;
            display: inline-block;
            text-align: center;
        }
        
        .banner_btn button:hover {
            background-color: #007bff;
        }
        
        .banner_btn input[type="text"]:focus .banner_form button {
            border: 3px solid #e6275c !important;
        }
        
        input:focus {
            border: 2px solid #e6275c !important;
            box-shadow: 0 0 25px #e6275d3a;
        }
        
        .banner_right {
            position: relative;
            float: right;
            max-width: 600px;
            width: 100%;
            text-align: center;
        }
        
        img.hero-website1 {
            position: absolute;
            animation-iteration-count: infinite;
            max-width: 430px;
            top: 20%;
            left: -70px;
        }
        
        img.hero-website2 {
            position: absolute;
            right: -40px;
            max-width: 380px;
            top: 50px;
            animation-iteration-count: infinite;
        }
        
        .arrow_bounce {
            animation-iteration-count: infinite;
        }
        
        img.top_banner_arrow {
            position: absolute;
            left: 28%;
            top: 30px;
            z-index: 100;
        }
        
        .hero-website_img_person {
            animation-iteration-count: infinite;
            max-width: 500px;
            position: relative;
            display: none;
        }
        
        .banner_box {
            width: 100%;
            max-width: 85%;
            margin: auto;
            margin-top: -100px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(60, 80, 170, .1);
            background-color: #fff;
            position: relative;
            padding: 30px 40px;
            margin-bottom: -100px;
            display: flex;
            z-index: 2;
            align-items: center;
        }
        
        .banner_box_icon {
            width: 25%;
        }
        
        .banner_subheading {
            width: 60%;
            margin-right: 69px;
        }
        
        .banner_subheading h4 {
            font-size: 33px;
            line-height: 1.2;
        }
        
        .banner_text {
            width: 67%;
        }
        
        section.what_we_do {
            padding-top: 80px;
            text-align: center;
            padding-bottom: 50px;
            display: inline-block;
            width: 100%;
        }
        
        h4.sec_subheading {
            color: #e6275c;
            position: relative;
            font-size: 20px;
            font-weight: 400;
            text-transform: capitalize;
        }
        
        h4.sec_subheading::after {
            content: '';
            position: absolute;
            height: 3px;
            width: 80px;
            margin: 0 auto;
            background: #007bff;
            right: 0;
            left: 0;
            margin-top: 43px;
        }
        
        h4.sec_subheading.sec_subheading_left::after {
            right: auto;
            left: 0 !important;
        }
        
        h2.sec_heading {
            font-size: 45px;
            margin-top: 30px;
            line-height: 40px;
            margin-bottom: 35px;
        }
        
        h2.sec_heading.bottom_border {
            font-size: 35px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        
        h2.sec_heading.bottom_border::after {
            content: '';
            position: absolute;
            height: 3px;
            width: 80px;
            margin: 0 auto;
            background: #e6275c;
            right: 0;
            left: 0;
            margin-top: 60px;
        }
        
        h2.sec_heading.bottom_border+p {
            max-width: 55%;
        }
        
        .what_we_do_text {
            padding-left: 80px;
            text-align: left;
            margin-top: 35px;
            padding-right: 70px;
        }
        
        .accessibility_text a {
            margin-top: 30px;
            display: inline-block;
            color: #e6275c;
            font-weight: bold;
        }
        
        .test_your_site {
            background: url(../imgs/results-screenshot.png) no-repeat 600px 0px;
            display: inline-block;
            width: 100%;
            background-size: 90%;
            margin-top: 100px;
            padding-bottom: 100px;
        }
        
        .test_your_site h4.sec_subheading::after {
            right: auto;
            left: 0 !important;
        }
        
        .test_your_site .half_width {
            max-width: 35%;
            display: inline-block;
            float: left;
        }
        
        ul.test_list {
            margin-top: 50px;
        }
        
        ul.test_list li {
            display: flex;
            margin-bottom: 50px;
            align-items: center;
        }
        
        .icon_img {
            width: 80px;
            display: flex;
            align-items: center;
            margin-left: 0;
            margin-right: 50px;
            background: #f1f5fd;
            padding: 20px;
            border-radius: 50%;
            height: 80px;
        }
        
        .icon_text {
            width: 64%;
        }
        
        .icon_text h4 {
            font-size: 22px;
            line-height: 1.2;
        }
        
        .test_your_site a {
            margin-top: 30px;
            display: inline-block;
            color: #e6275c;
            font-weight: bold;
        }
        
        .industry_standard {
            padding-top: 100px;
            padding-bottom: 100px;
        }
        
        .industry_standard .section_content {
            margin-top: 20px;
        }
        
        .industry_standard ul {
            display: flex;
            margin-top: 60px;
            margin-bottom: 30px;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            width: 100%;
            position: relative;
        }
        
        .line_circle {
            position: absolute;
            right: -30px;
            top: -50px;
            z-index: -1;
        }
        
        .industry_standard ul li {
            width: 22%;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            padding: 67px 40px 50px 45px!important;
            border-radius: 25px;
            text-align: left;
            margin-bottom: 50px;
            min-height: 345px;
        }
        
        .industry_standard ul li:hover {
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
        }
        
        .industry_standard ul li .industry_icon {
            width: 50px;
            margin-bottom: 0px;
            height: 80px;
            margin-left: 0;
        }
        
        .industry_standard ul li .industry_icon i {
            font-size: 48px;
            color: #e6275c;
        }
        
        .industry_standard .industry_text h4 {
            font-size: 25px;
            line-height: 1.3;
            margin-bottom: 20px;
        }
        
        .service_line_bg {
            background: url(../imgs/service_line_bg.svg) no-repeat 170px top #e6275c;
            color: #fff;
        }
        
        .service_line_bg .industry_text h4,
        .service_line_bg .industry_text p,
        .service_line_bg .industry_text a {
            color: #fff;
        }
        
        .service_line_bg .industry_text h4 {
            font-size: 34px;
            margin-bottom: 60px;
        }
        
        .service_line_bg .industry_text p {
            float: left;
            margin-top: 10px;
        }
        
        .service_line_bg .industry_text a {
            color: #fff;
            background-color: #ee688d;
            padding: 12px 20px;
            border-radius: 5px;
            float: right;
        }
        
        .main_banner.marketing {
            padding-top: 60px;
            overflow: visible;
        }
        
        .main_banner.marketing img.top_banner_arrow {
            position: absolute;
            left: auto;
            top: -50px;
            z-index: 10;
            right: 0;
        }
        
        .main_banner.marketing::before {
            content: '';
            max-width: 900px;
            width: 100%;
            height: 300px;
            position: absolute;
            background: #f9fbff;
            right: 0;
            left: 0;
            margin: 0 auto;
            top: 70px;
            border-radius: 25px;
        }
        
        .marketing .banner_left {
            float: right;
        }
        
        .marketing .banner_left h1 {
            font-size: 50px;
            line-height: 1.1;
            margin-top: 30px;
        }
        
        .marketing .banner_right {
            float: left;
        }
        
        .marketing_bottom_arrow {
            position: absolute;
            bottom: 0;
            right: 260px;
        }
        
        .portfolio_btn {
            margin-top: 30px;
        }
        
        .our_portfolio .section_content {
            margin-top: 50px;
            float: left;
            width: 100%;
        }
        
        .portfolio_item {
            position: relative;
        }
        
        figure.portfolio_img {
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
            border-radius: 25px;
            overflow: hidden;
            margin: 15px;
            max-width: 100%;
            max-height: 390px;
            position: relative;
        }
        
        figure.portfolio_img img {
            width: 100%;
            height: auto;
        }
        
        .portfolio_item figcaption {
            display: none;
            position: absolute;
            bottom: 100px;
            left: 80px;
            background: #e6275c;
            max-width: 300px;
            width: 100%;
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 0 35px rgba(230, 39, 92, 0.5);
            z-index: 1;
        }
        
        figure.portfolio_img+figcaption h2,
        figure.portfolio_img+figcaption h4,
        figure.portfolio_img+figcaption p {
            color: #fff;
        }
        
        .portfolio_item:hover figure.portfolio_img {
            filter: blur(1px);
        }
        
        .portfolio_item:hover figcaption {
            display: block;
            filter: none !important;
        }
        
        .para_end_link {
            margin-top: 30px;
            display: inline-block;
            color: #e6275c;
            font-weight: bold;
        }
        
        .testimonial {
            padding-top: 100px;
            position: relative;
            max-width: 100%;
            padding-bottom: 100px;
        }
        
        .testimonial ul {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            width: 100%;
            margin-top: 30px;
        }
        
        .testimonial .testimonial_item {
            display: inline;
            justify-content: left;
            align-items: center;
            width: 31%;
            text-align: left;
            margin: 15px 5px;
            padding: 56px 58px 50px 59px;
            border-radius: 20px;
            position: relative;
            background-color: #fff;
            box-shadow: 0 10px 30px rgba(60, 80, 170, .1);
        }
        
        .testimonial_item figure {
            float: left;
            width: 45px;
            height: 45px;
            border-radius: 100%;
            overflow: hidden;
            margin-right: 10px;
        }
        
        .testimonial_item h5 {
            color: #bbb;
            font-size: 12px;
            font-weight: 400;
            text-transform: capitalize;
        }
        
        .testimonial_item p {
            margin-top: 20px;
        }
        
        .quot_icon {
            position: relative;
            margin-left: 5px;
            float: right;
        }
        
        .news_article {
            padding-top: 50px;
            padding-bottom: 100px;
        }
        
        .news_article .section_content {
            border-top: 1px solid #e3e3e3;
            padding-top: 50px;
            margin-top: 20px;
        }
        
        .news_article li {
            display: inline-block;
            margin-bottom: 50px;
            padding-bottom: 50px;
            border-bottom: 1px solid #e3e3e3;
        }
        
        .article_div figure {
            float: left;
            margin-right: 30px;
            max-width: 315px;
            max-height: 175px;
            border-radius: 25px;
            overflow: hidden;
        }
        
        .post_meta {
            color: #888;
            padding-top: 20px;
        }
        
        .post_meta span {
            margin-right: 20px;
        }
        
        a.post_date {
            color: #000;
            position: relative;
        }
        
        a.post_date::after {
            content: '.';
            color: #888;
            position: absolute;
            font-size: 28px;
            top: -20px;
            right: -15px;
        }
        
        a.post_type {
            color: #e6275c;
            position: relative;
        }
        
        a.post_type::before {
            content: '.';
            color: #888;
            position: absolute;
            font-size: 28px;
            top: -20px;
            left: -15px;
        }
        
        .article_div .post_title {
            font-size: 36px;
            float: left;
            width: 60%;
        }
        
        .article_div .read_more_btn {
            background: #e5e9fb;
            border-radius: 15px;
            border: none;
            width: 60px;
            height: 60px;
            padding: 20px 25px;
            margin-top: 20px;
            font-size: 28px;
            display: flex;
            align-items: center;
            color: #e6275c;
        }
        
        .article_div .read_more_btn:hover {
            color: #fff;
            background: #007bff;
        }
        
        section.check_website_now {
            padding-bottom: 50px;
        }
        
        #terms ul {
            list-style: disc;
        }
        
        #terms ul li,
        #terms ol li,
        #terms p {
            line-height: 25px;
            margin-top: 15px;
            font-size: 16px;
        }
        
        .payment_form {
            padding-top: 150px;
        }
        
        .payment_form .form_left {
            max-width: 350px;
            float: left;
        }
        
        .payment_form .form_heading {
            margin-bottom: 30px;
            font-size: 25px;
        }
        
        .payment_form input {
            width: 100%;
            margin-bottom: 20px;
            height: 50px;
            max-width: 100%;
            width: 100%;
            padding-left: 15px;
            border-radius: 35px;
            padding: 15px;
            font-size: 16px;
            border: none;
            border: 1px solid #e6275c;
        }
        
        .info_pakg {
            float: right;
            font-size: 18px;
            max-width: 340px;
            width: 100%;
        }
        
        .info_pakg label {
            font-weight: bold;
        }
        
        .info_pakg p {
            margin-bottom: 20px;
        }
        
        .footer_form {
            max-width: 580px;
            position: relative;
            display: grid;
        }
        
        .footer_form h2 {
            font-size: 28px;
            margin-bottom: 20px;
        }
        
        .footer_form form {
            width: 100%;
            margin: 0 auto;
            position: relative;
        }
        
        .footer_form input[type="text"] {
            height: 70px;
            max-width: 100%;
            width: 100%;
            padding-left: 15px;
            border-radius: 35px;
            padding-right: 190px;
            font-size: 16px;
            border: none;
            border: 1px solid #e6275c;
        }
        
        .footer_form button {
            position: absolute;
            right: 0;
            border-radius: 35px;
            border: none;
            height: 60px;
            width: 180px;
            font-size: 15px;
            color: #fff;
            z-index: 1;
            background-color: #e6275c;
            cursor: pointer;
            border: 1px solid #fff;
            font-weight: 400;
            font-size: 16px !important;
            margin-top: 5px;
            margin-right: 5px;
        }
        
        footer {
            float: left;
            width: 100%;
        }
        
        footer .container {
            background: #e6275c;
            padding: 100px 60px 90px;
            color: #fff;
            display: flex;
            width: 100%;
            border-radius: 30px;
            align-items: center;
        }
        
        .footer_col_4 {
            width: 24%;
            display: inline-block;
            float: left;
        }
        
        .main-footer-logo {
            max-width: 120px;
            width: 100%;
        }
        
        .footer_col_4 ul li {
            line-height: 35px;
        }
        
        .footer_social {
            float: right;
        }
        
        .footer_social li {
            display: inline-flex;
            text-align: center;
        }
        
        .footer_social li a {
            width: 35px;
            height: 35px;
            padding: 10px;
            margin-left: 15px;
            border-radius: 5px;
            background-color: #e3e8fb;
            -webkit-transition: all .15s ease;
            -moz-transition: all .15s ease;
            -o-transition: all .15s ease;
            transition: all .15s ease;
            display: inline-flex;
            align-items: center;
            line-height: 0px;
            text-align: center;
            color: #0e1e2b;
            font-size: 15px;
        }
        
        .footer_social li a:hover {
            background-color: #e6275c;
            color: #fff;
            border: 1px solid #fff;
        }
        /*.footer_social li a i {
    color: #1f2533;
    font-size: 15px;
}*/
        
        .footer_copyright {
            width: 100%;
            float: left;
            margin-top: 30px;
            margin-bottom: 30px;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: -.32px;
            text-align: center;
            color: #a0abc9;
        }
        
        .footer_logo {
            float: right;
            width: 340px;
            text-align: right;
        }
        
        .footer_logo a {
            display: inline-block;
            width: 80px;
        }
        
        div#myForm {
            position: fixed;
            z-index: 100;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: none;
        }
        
        button.cancel {
            position: absolute;
            right: -10px;
            top: -10px;
            background: #e6275c;
            color: #fff;
            border: none;
            border-radius: 100%;
            height: 26px;
            width: 26px;
            font-weight: bold;
            font-size: 12px;
            cursor: pointer;
            border: none !important;
        }
        
        form.form-container {
            max-width: 450px;
            top: 10%;
            position: absolute;
            left: 0;
            right: 0;
            background: #e6275c;
            color: #fff;
            border-radius: 20px;
            padding: 20px 30px;
            text-align: center;
            box-shadow: 0 0 20px rgba(186, 51, 48, 0.8);
        }
        
        .form-container input {
            width: 100%;
            height: 55px;
            border-radius: 35px;
            border: none;
            margin-bottom: 15px;
            padding: 10px;
            margin-top: 10px;
        }
        
        .form-container .btn {
            width: 150px;
            color: #fff;
            z-index: 1;
            background-color: #0e1e2b;
            cursor: pointer;
            padding: 15px 30px !important;
            border-radius: 35px;
            font-weight: bold;
            font-size: 14px;
            animation-iteration-count: infinite;
            border: none !important;
            border: 2px solid #0e1e2b !important;
        }
        
        .form-container .btn:hover {
            color: #fff;
            z-index: 1;
            background-color: #e6275c;
            border: 2px solid #0e1e2b !important;
        }
        
        .btn {
            width: 150px;
            color: #fff;
            z-index: 1;
            background-color: #e6275c;
            cursor: pointer;
            padding: 15px 30px !important;
            border-radius: 35px;
            font-weight: bold;
            font-size: 14px;
            animation-iteration-count: infinite;
            border: none !important;
        }
        
        #myLinks {
            display: block;
        }
        
        .mobile_icon {
            display: none;
        }
        
        @media(max-width:1024px) {
            .banner_right {
                max-width: 370px;
            }
            img.hero-website1 {
                max-width: 340px;
                left: -140px;
                z-index: 1;
            }
            .banner_left {
                position: relative;
                z-index: 2;
            }
            .industry_standard ul li {
                width: 43%;
                min-height: 395px;
            }
            .marketing img.hero-website1 {
                left: -20px;
                z-index: 1;
            }
            .article_div .post_title {
                width: 48%;
                font-size: 32px;
            }
            footer {
                padding: 0 15px;
            }
        }
        
        @media(max-width:768px) {
            img.top_banner_arrow {
                z-index: 10;
            }
            #myLinks {
                display: none;
            }
            header {
                position: fixed;
                width: 100%;
                padding: 5px 0;
                z-index: 100;
                overflow: hidden;
                background: #fff;
            }
            .marketing .banner_left {
                float: left;
            }
            .marketing .banner_right {
                display: none;
            }
            .mobile_icon {
                display: block;
                float: right;
                margin-top: 14px;
                background: #e6275c;
                color: #fff;
                padding: 5px 13px;
                font-size: 19px;
                position: absolute;
                border-radius: 5px;
                right: 15px;
            }
            .nav {
                float: left;
                width: 100%;
                animation-name: fadeIn;
            }
            .nav ul li {
                display: inline-block;
                width: 100%;
            }
            .top_header_btn {
                margin-top: 0px !important;
                display: inline-flex;
                width: auto;
            }
        }
        
        @media(max-width:414px) {
            .main_banner {
                min-height: auto;
                padding-bottom: 50px;
                padding-top: 100px;
            }
            img.hero-website1 {
                max-width: 340px;
                left: -40px;
                position: relative;
                z-index: 1;
            }
            .banner_left h1 {
                font-size: 40px;
            }
            .industry_standard ul li {
                width: 100%;
                min-height: auto;
            }
            section.check_website_now {
                padding: 20px 0;
            }
            .marketing .banner_right {
                float: left;
                display: none;
            }
            img.marketing_bottom_arrow.bounce.arrow_bounce {
                display: none;
            }
            .half_width {
                max-width: 100%;
            }
            section.our_portfolio.text_left {
                margin-top: 50px;
            }
            .testimonial .testimonial_item {
                width: 100%;
            }
            .article_div .post_title {
                width: 100%;
                font-size: 32px;
            }
            .article_div .read_more_btn {
                float: left;
            }
            .article_div figure {
                margin-bottom: 30px;
                max-width: 100%;
                margin-right: 0;
            }
            footer .container {
                display: inline-block;
                padding: 40px;
            }
            img.line_circle {
                display: none;
            }
            .footer_form h2 {
                font-size: 20px;
                margin-bottom: 20px;
            }
            .footer_form form {
                width: 100%;
            }
            .footer_col_4 {
                width: 100%;
                margin-bottom: 30px;
            }
            .footer_social {
                float: left;
            }
            .footer_social li a {
                margin-left: 0;
                margin-right: 15px;
            }
            .footer_copyright {
                margin-top: 0;
            }
            ol {
                padding-left: 20px;
            }
            #terms ul {
                padding-left: 20px;
            }
            #terms li::marker {
                font-weight: bold;
            }
        }