/* /Views/Home/Blogs.cshtml.rz.scp.css */
/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details[b-8l8fcxhcb1] {
    padding-bottom: 30px;
}

    .blog-details .article[b-8l8fcxhcb1] {
        background-color: var(--surface-color);
        padding: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog-details .post-img[b-8l8fcxhcb1] {
        overflow: hidden;
    }

    .blog-details .title[b-8l8fcxhcb1] {
        color: var(--heading-color);
        font-size: 28px;
        font-weight: 700;
        padding: 0;
        margin: 30px 0;
    }



    .blog-details .content[b-8l8fcxhcb1] {
        margin-top: 20px;
    }

        .blog-details .content .text-wrap[b-8l8fcxhcb1] {
            word-wrap: break-word;
            white-space: normal;
            overflow-wrap: break-word;
        }

        .blog-details .content h3[b-8l8fcxhcb1] {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog-details .content blockquote[b-8l8fcxhcb1] {
            overflow: hidden;
            background-color: color-mix(in srgb, var(--default-color), transparent 95%);
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog-details .content blockquote p[b-8l8fcxhcb1] {
                color: var(--default-color);
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog-details .content blockquote[b-8l8fcxhcb1]:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: var(--accent-color);
                margin-top: 20px;
                margin-bottom: 20px;
            }

    .blog-details .meta-top[b-8l8fcxhcb1] {
        margin-top: 20px;
        color: color-mix(in srgb, var(--default-color), transparent 40%);
    }

        .blog-details .meta-top ul[b-8l8fcxhcb1] {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            align-items: center;
            padding: 0;
            margin: 0;
        }

            .blog-details .meta-top ul li + li[b-8l8fcxhcb1] {
                padding-left: 20px;
            }

        .blog-details .meta-top i[b-8l8fcxhcb1] {
            font-size: 16px;
            margin-right: 8px;
            line-height: 0;
            color: color-mix(in srgb, var(--default-color), transparent 40%);
        }

        .blog-details .meta-top a[b-8l8fcxhcb1] {
            color: color-mix(in srgb, var(--default-color), transparent 40%);
            font-size: 14px;
            display: inline-block;
            line-height: 1;
        }

    .blog-details .meta-bottom[b-8l8fcxhcb1] {
        padding-top: 10px;
        border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    }

        .blog-details .meta-bottom i[b-8l8fcxhcb1] {
            color: color-mix(in srgb, var(--default-color), transparent 40%);
            display: inline;
        }

        .blog-details .meta-bottom a[b-8l8fcxhcb1] {
            color: color-mix(in srgb, var(--default-color), transparent 40%);
            transition: 0.3s;
        }

            .blog-details .meta-bottom a:hover[b-8l8fcxhcb1] {
                color: var(--accent-color);
            }

        .blog-details .meta-bottom .cats[b-8l8fcxhcb1] {
            list-style: none;
            display: inline;
            padding: 0 20px 0 0;
            font-size: 14px;
        }

            .blog-details .meta-bottom .cats li[b-8l8fcxhcb1] {
                display: inline-block;
            }

        .blog-details .meta-bottom .tags[b-8l8fcxhcb1] {
            list-style: none;
            display: inline;
            padding: 0;
            font-size: 14px;
        }

            .blog-details .meta-bottom .tags li[b-8l8fcxhcb1] {
                display: inline-block;
            }

                .blog-details .meta-bottom .tags li + li[b-8l8fcxhcb1]::before {
                    padding-right: 6px;
                    color: var(--default-color);
                    content: ",";
                }

        .blog-details .meta-bottom .share[b-8l8fcxhcb1] {
            font-size: 16px;
        }

            .blog-details .meta-bottom .share i[b-8l8fcxhcb1] {
                padding-left: 5px;
            }

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments[b-8l8fcxhcb1] {
    padding: 10px 0;
}

    .blog-comments .comments-count[b-8l8fcxhcb1] {
        font-weight: bold;
    }

    .blog-comments .comment[b-8l8fcxhcb1] {
        margin-top: 30px;
        position: relative;
    }

        .blog-comments .comment .comment-img[b-8l8fcxhcb1] {
            margin-right: 14px;
        }

            .blog-comments .comment .comment-img img[b-8l8fcxhcb1] {
                width: 60px;
            }

        .blog-comments .comment h5[b-8l8fcxhcb1] {
            font-size: 16px;
            margin-bottom: 2px;
        }

            .blog-comments .comment h5 a[b-8l8fcxhcb1] {
                font-weight: bold;
                color: var(--default-color);
                transition: 0.3s;
            }

                .blog-comments .comment h5 a:hover[b-8l8fcxhcb1] {
                    color: var(--accent-color);
                }

            .blog-comments .comment h5 .reply[b-8l8fcxhcb1] {
                padding-left: 10px;
                color: color-mix(in srgb, var(--default-color), transparent 20%);
            }

                .blog-comments .comment h5 .reply i[b-8l8fcxhcb1] {
                    font-size: 20px;
                }

        .blog-comments .comment time[b-8l8fcxhcb1] {
            display: block;
            font-size: 14px;
            color: color-mix(in srgb, var(--default-color), transparent 40%);
            margin-bottom: 5px;
        }

        .blog-comments .comment.comment-reply[b-8l8fcxhcb1] {
            padding-left: 40px;
        }
/* /Views/Shared/_Footer.cshtml.rz.scp.css */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer[b-vg91txsr3r] {
    background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6));
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-top[b-vg91txsr3r] {
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info[b-vg91txsr3r] {
            margin-top: -90px;
            margin-bottom: 15px;
            background: white;
            color: #2f4d5a;
            border-top: 4px solid #67b0d1;
            text-align: center;
            padding: 30px 20px;
        }

            #footer .footer-top .footer-info h3[b-vg91txsr3r] {
                font-size: 24px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p[b-vg91txsr3r] {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
            }

        #footer .footer-top .social-links a[b-vg91txsr3r] {
            font-size: 18px;
            display: inline-block;
            background: #2f4d5a;
            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 .footer-top .social-links a:hover[b-vg91txsr3r] {
                background: #67b0d1;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4[b-vg91txsr3r] {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links[b-vg91txsr3r] {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul[b-vg91txsr3r] {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i[b-vg91txsr3r] {
                    padding-right: 2px;
                    color: #b5d9e9;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li[b-vg91txsr3r] {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child[b-vg91txsr3r] {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a[b-vg91txsr3r] {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover[b-vg91txsr3r] {
                        color: #a2cfe3;
                    }

        #footer .footer-top .footer-newsletter form[b-vg91txsr3r] {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4;
        }

            #footer .footer-top .footer-newsletter form input[type=email][b-vg91txsr3r] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type=submit][b-vg91txsr3r] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #67b0d1;
                color: #fff;
                transition: 0.3s;
                border-radius: 4;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover[b-vg91txsr3r] {
                    background: #409cc5;
                }

    #footer .copyright[b-vg91txsr3r] {
        border-top: 1px solid #385b6b;
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits[b-vg91txsr3r] {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

@media (max-width: 575px) {
    #footer .footer-top .footer-info[b-vg91txsr3r] {
        margin: -20px 0 30px 0;
    }
}
/* /Views/Shared/_Hero.cshtml.rz.scp.css */
/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero[b-rayrtdpl36] {
    width: auto;
    height: 90vh;
    overflow: hidden;
    top: -75px;
}
    #hero[b-rayrtdpl36]::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 100%;
        height: 550px;
        background: linear-gradient(to right, rgba(71, 36, 8, 0.726), rgba(61, 48, 23, 0.6)), url("/assets/img/students/PlayingStudent_1.jpg") center top no-repeat;
        z-index: 0;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero[b-rayrtdpl36]::before {
        content: "";
        position: absolute;
        left: 47%;
        top: 0;
        width: 100%;
        height: 570px;
        background: #68A4C4;
        opacity: 0.3;
        z-index: 0;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(18px) rotate(2deg);
    }

    #hero .carousel-container[b-rayrtdpl36] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero h2[b-rayrtdpl36] {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
    }

    #hero p[b-rayrtdpl36] {
        width: 80%;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 30px auto;
        color: #fff;
    }

    #hero .carousel-control-prev[b-rayrtdpl36], #hero .carousel-control-next[b-rayrtdpl36] {
        width: 10%;
    }

    #hero .carousel-control-next-icon[b-rayrtdpl36], #hero .carousel-control-prev-icon[b-rayrtdpl36] {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
    }

    #hero .btn-get-started[b-rayrtdpl36] {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 50px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        border: 2px solid #68A4C4;
    }

        #hero .btn-get-started:hover[b-rayrtdpl36] {
            background: #68A4C4;
            color: #fff;
            text-decoration: none;
        }

@media (min-width: 1024px) {
    #hero p[b-rayrtdpl36] {
        width: 60%;
    }

    #hero .carousel-control-prev[b-rayrtdpl36], #hero .carousel-control-next[b-rayrtdpl36] {
        width: 5%;
    }
}

@media (max-width: 768px) {
    #hero[b-rayrtdpl36]::after {
        width: 100%;
        height: 400px;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero[b-rayrtdpl36]::before {
        left:35%;
        top: 0;
        width: 120%;
        height: 420px;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
}

@media (max-width: 575px) {
    #hero h2[b-rayrtdpl36] {
        font-size: 30px;
    }

    #hero[b-rayrtdpl36]::after {
        left: 50%;
        top: 0;
        width: 99%;
        height: 430px;
        border-radius: 0 0 50% 50%;
        transform: translateX(-50%) rotate(0deg);
    }

    #hero[b-rayrtdpl36]::before {
        left: 50%;
        top: 0;
        width: 120%;
        height: 450px;
        border-radius: 0 0 50% 50%;
        transform: translateX(-60%) translateY(10px) rotate(4deg);
    }
}

/*--------------------------------------------------------------
  # Hero No Slider Section
  --------------------------------------------------------------*/
#hero-no-slider[b-rayrtdpl36] {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    #hero-no-slider[b-rayrtdpl36]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("/assets/img/students/PlayingStudent_1.jpg") center top no-repeat;
    }

    #hero-no-slider h2[b-rayrtdpl36] {
        color: #fff;
        margin-bottom: 15px;
        font-size: 48px;
        font-weight: 700;
    }

    #hero-no-slider p[b-rayrtdpl36] {
        color: #fff;
    }

    #hero-no-slider .btn-get-started[b-rayrtdpl36] {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 50px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        border: 2px solid #68A4C4;
    }

        #hero-no-slider .btn-get-started:hover[b-rayrtdpl36] {
            background: #68A4C4;
            color: #fff;
            text-decoration: none;
        }

@media (max-width: 575px) {
    #hero-no-slider h2[b-rayrtdpl36] {
        font-size: 30px;
    }
}


/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.spacer[b-yp0cy5nkgn] {
    flex: 1;
}

.navbar[b-yp0cy5nkgn] {
    padding: 0;
}

    .navbar ul[b-yp0cy5nkgn] {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li[b-yp0cy5nkgn] {
        position: relative;
    }

    .navbar a[b-yp0cy5nkgn], .navbar a:focus[b-yp0cy5nkgn] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i[b-yp0cy5nkgn], .navbar a:focus i[b-yp0cy5nkgn] {
            font-size: 16px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover[b-yp0cy5nkgn], .navbar .active[b-yp0cy5nkgn], .navbar .active:focus[b-yp0cy5nkgn], .navbar li:hover > a[b-yp0cy5nkgn] {
            color: #47b2e4;
        }

    .navbar span[b-yp0cy5nkgn] {
        font-size: 16px;
        text-transform: uppercase;
        color:white
    }

    .navbar .getstarted[b-yp0cy5nkgn], .navbar .getstarted:focus[b-yp0cy5nkgn] {
        padding: 0px 5px;
        margin-left: 5px;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        border: 2px solid #47b2e4;
        font-weight: 600;
    }

        .navbar .getstarted:hover[b-yp0cy5nkgn], .navbar .getstarted:focus:hover[b-yp0cy5nkgn] {
            color: #fff;
            background: #31a9e1;
        }

    .navbar .dropdown ul[b-yp0cy5nkgn] {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li[b-yp0cy5nkgn] {
            min-width: 200px;
        }

        .navbar .dropdown ul a[b-yp0cy5nkgn] {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            font-weight: 500;
            color: #0c3c53;
        }

            .navbar .dropdown ul a i[b-yp0cy5nkgn] {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover[b-yp0cy5nkgn], .navbar .dropdown ul .active:hover[b-yp0cy5nkgn], .navbar .dropdown ul li:hover > a[b-yp0cy5nkgn] {
                color: #47b2e4;
            }

    .navbar .dropdown:hover > ul[b-yp0cy5nkgn] {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul[b-yp0cy5nkgn] {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul[b-yp0cy5nkgn] {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul[b-yp0cy5nkgn] {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul[b-yp0cy5nkgn] {
        left: -100%;
    }
}

.nav-pills .nav-link.active[b-yp0cy5nkgn], .nav-pills .show > .nav-link[b-yp0cy5nkgn] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

a[b-yp0cy5nkgn] {
  color: #0077cc;
}

.btn-primary[b-yp0cy5nkgn] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-yp0cy5nkgn] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-yp0cy5nkgn] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-yp0cy5nkgn] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-yp0cy5nkgn] {
  font-size: 1rem;
  line-height: inherit;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar[b-yp0cy5nkgn] {
    height: 50px;
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    z-index: 996;
    background: #111;
}

    #topbar.topbar-scrolled[b-yp0cy5nkgn] {
        top: -50px;
    }

    #topbar .contact-info a[b-yp0cy5nkgn] {
        line-height: 0;
        color: rgba(255, 255, 255, 0.8);
        transition: 0.3s;
    }

        #topbar .contact-info a:hover[b-yp0cy5nkgn] {
            text-decoration: underline;
        }

    #topbar .contact-info i[b-yp0cy5nkgn] {
        color: #f6b024;
        line-height: 0;
        margin-right: 5px;
    }

    #topbar .contact-info .phone-icon[b-yp0cy5nkgn] {
        margin-left: 15px;
    }

    #topbar .cta[b-yp0cy5nkgn] {
        background: transparent;
    }

        #topbar .cta form[b-yp0cy5nkgn] {
            transition: 0.3s;
        }

        #topbar .cta a[b-yp0cy5nkgn] {
            color: #fff;
            background: #f6b024;
            padding: 6px 24px 8px 24px;
            display: inline-block;
            transition: 0.3s;
            border-radius: 50px;
        }

            #topbar .cta a:hover[b-yp0cy5nkgn] {
                background: #f1a40a;
            }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header[b-yp0cy5nkgn] {
    top: 50px;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(40, 58, 90, 0.9);
    padding: 10px;
}

    #header.header-transparent[b-yp0cy5nkgn] {
        background: transparent;
    }

    #header.header-scrolled[b-yp0cy5nkgn] {
        background: rgba(40, 58, 90, 0.9);
        top: 0px;
    }

    #header .logo h1[b-yp0cy5nkgn] {
        font-size: 24px;
        margin: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: "Poppins", sans-serif;
        /* text-transform: uppercase; */
    }

        #header .logo h1 a[b-yp0cy5nkgn],
        #header .logo h1 a:hover[b-yp0cy5nkgn] {
            color: #fff;
            text-decoration: none;
        }

    #header .logo img[b-yp0cy5nkgn] {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }

@media (max-width: 768px) {
    #header.header-scrolled[b-yp0cy5nkgn] {
        padding: 15px 0;
    }
}
/* /Views/Shared/_LoginPartial.cshtml.rz.scp.css */
.getstarted[b-8xecoh8i9u], .getstarted:focus[b-8xecoh8i9u] {
    padding: 0px 5px;
    margin-left: 5px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #47b2e4;
    font-weight: 600;
}

    .getstarted:hover[b-8xecoh8i9u], .navbar .getstarted:focus:hover[b-8xecoh8i9u] {
        color: #fff;
        background: #31a9e1;
    }
.dropdown ul[b-8xecoh8i9u] {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

    .dropdown ul li[b-8xecoh8i9u] {
        min-width: 200px;
    }

    .dropdown ul a[b-8xecoh8i9u] {
        padding: 10px 20px;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        color: #0c3c53;
    }

    .dropdown ul a i[b-8xecoh8i9u] {
        font-size: 12px;
    }

    .dropdown ul a:hover[b-8xecoh8i9u], .navbar .dropdown ul .active:hover[b-8xecoh8i9u], .navbar .dropdown ul li:hover > a[b-8xecoh8i9u] {
        color: #47b2e4;
    }

    .dropdown:hover > ul[b-8xecoh8i9u] {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .dropdown .dropdown ul[b-8xecoh8i9u] {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .dropdown .dropdown:hover > ul[b-8xecoh8i9u] {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .dropdown .dropdown ul[b-8xecoh8i9u] {
        left: -90%;
    }

    .dropdown .dropdown:hover > ul[b-8xecoh8i9u] {
        left: -100%;
    }
}

.nav-pills .nav-link.active[b-8xecoh8i9u], .nav-pills .show > .nav-link[b-8xecoh8i9u] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
/* /Views/Shared/_pentaMenu.cshtml.rz.scp.css */
/*------------------------------------------------
	Base Styles
-------------------------------------------------*/
.children-menu[b-1mcnd4jyaa] {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #ababab;
}
    a[b-1mcnd4jyaa] {
    color: inherit;
    -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;
    }

    a:hover[b-1mcnd4jyaa], a:focus[b-1mcnd4jyaa] {
        color: #ababab;
        text-decoration: none;
        outline: 0 none;
    }

    h1[b-1mcnd4jyaa], h2[b-1mcnd4jyaa], h3[b-1mcnd4jyaa], h4[b-1mcnd4jyaa], h5[b-1mcnd4jyaa], h6[b-1mcnd4jyaa] {
        color: #1e3f55;
        font-family: "Open Sans", sans-serif;
        margin: 0;
        line-height: 1.3;
    }

    p[b-1mcnd4jyaa] {
        margin-bottom: 20px;
    }

        p:last-child[b-1mcnd4jyaa] {
            margin-bottom: 0;
        }

    .header[b-1mcnd4jyaa] {
        color: #fff;
        text-align: center;
        margin-bottom: 50px;
        font-family: 'Gill Sans';
        font-size: 1.5em;
        font-weight: bold;
    }

    /*
       * Selection color
       */
    [b-1mcnd4jyaa]::-moz-selection {
        background-color: #345972;
        color: #fff;
    }

    [b-1mcnd4jyaa]::selection {
        background-color: #345972;
        color: #fff;
    }

    /*
       *  Reset bootstrap's default style
       */
    .form-control[b-1mcnd4jyaa]::-webkit-input-placeholder,
    [b-1mcnd4jyaa]::-webkit-input-placeholder {
        opacity: 1;
        color: inherit;
    }

    .form-control:-moz-placeholder[b-1mcnd4jyaa],
    :-moz-placeholder[b-1mcnd4jyaa] {
        /* Firefox 18- */
        opacity: 1;
        color: inherit;
    }

    .form-control[b-1mcnd4jyaa]::-moz-placeholder,
    [b-1mcnd4jyaa]::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 1;
        color: inherit;
    }

    .form-control:-ms-input-placeholder[b-1mcnd4jyaa],
    :-ms-input-placeholder[b-1mcnd4jyaa] {
        opacity: 1;
        color: inherit;
    }

    button[b-1mcnd4jyaa], input[b-1mcnd4jyaa], select[b-1mcnd4jyaa],
    textarea[b-1mcnd4jyaa], label[b-1mcnd4jyaa] {
        font-weight: 400;
    }

    .btn[b-1mcnd4jyaa] {
        -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;
    }

        .btn:hover[b-1mcnd4jyaa], .btn:focus[b-1mcnd4jyaa], .btn:active:focus[b-1mcnd4jyaa] {
            outline: 0 none;
        }

    .btn-primary[b-1mcnd4jyaa] {
        background-color: #345972;
        border: 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        height: 48px;
        line-height: 50px;
        padding: 0 42px;
        text-transform: uppercase;
    }

    .btn-primary:hover[b-1mcnd4jyaa], .btn-primary:focus[b-1mcnd4jyaa], .btn-primary:active[b-1mcnd4jyaa], .btn-primary:active:focus[b-1mcnd4jyaa] {
        background-color: #345972;
    }

.btn-border[b-1mcnd4jyaa] {
    border: 1px solid #d7d8db;
    display: inline-block;
    padding: 7px;
}

/*
   *  CSS Helper Class
   */
.clear[b-1mcnd4jyaa]:before, .clear[b-1mcnd4jyaa]:after {
    content: " ";
    display: table;
}

.clear[b-1mcnd4jyaa]:after {
    clear: both;
}

.pt-table[b-1mcnd4jyaa] {
    display: table;
    width: 100%;
}

.pt-tablecell[b-1mcnd4jyaa] {
    display: table-cell;
    vertical-align: middle;
}

.overlay[b-1mcnd4jyaa] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.relative[b-1mcnd4jyaa] {
    position: relative;
}

.primary[b-1mcnd4jyaa],
.link:hover[b-1mcnd4jyaa] {
    color: #345972;
}

.no-gutter[b-1mcnd4jyaa] {
    margin-left: 0;
    margin-right: 0;
}

    .no-gutter > [class^="col-"][b-1mcnd4jyaa] {
        padding-left: 0;
        padding-right: 0;
    }

.flex[b-1mcnd4jyaa] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-middle[b-1mcnd4jyaa] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.space-between[b-1mcnd4jyaa] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.nicescroll-cursors[b-1mcnd4jyaa] {
    background: #345972 !important;
}

.preloader[b-1mcnd4jyaa] {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .preloader.active.hidden[b-1mcnd4jyaa] {
        display: none;
    }

.loading-mask[b-1mcnd4jyaa] {
    background-color: #345972;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
}

    .loading-mask:nth-child(2)[b-1mcnd4jyaa] {
        left: 20%;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .loading-mask:nth-child(3)[b-1mcnd4jyaa] {
        left: 40%;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .loading-mask:nth-child(4)[b-1mcnd4jyaa] {
        left: 60%;
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .loading-mask:nth-child(5)[b-1mcnd4jyaa] {
        left: 80%;
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

.preloader.active.done[b-1mcnd4jyaa] {
    z-index: 0;
}

.preloader.active .loading-mask[b-1mcnd4jyaa] {
    width: 0;
}

/*------------------------------------------------
      Start Styling
  -------------------------------------------------*/
.site-wrapper[b-1mcnd4jyaa] {
    border-top: 4px solid #345972;
}

.page-close[b-1mcnd4jyaa] {
    font-size: 30px;
    position: absolute;
    right: 30px;
    z-index: 100;
}

.page-title[b-1mcnd4jyaa] {
    margin-bottom: 75px;
}

    .page-title img[b-1mcnd4jyaa] {
        margin-bottom: 20px;
    }

    .page-title h2[b-1mcnd4jyaa] {
        font-size: 68px;
        margin-bottom: 25px;
        position: relative;
        z-index: 0;
        font-weight: 900;
        text-transform: uppercase;
    }

    .page-title p[b-1mcnd4jyaa] {
        font-size: 16px;
    }

    .page-title .title-bg[b-1mcnd4jyaa] {
        color: rgba(30, 37, 48, 0.07);
        font-size: 158px;
        left: 0;
        letter-spacing: 10px;
        line-height: 0.7;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: -1;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.section-title[b-1mcnd4jyaa] {
    margin-bottom: 20px;
}

    .section-title h3[b-1mcnd4jyaa] {
        display: inline-block;
        position: relative;
    }

        .section-title h3[b-1mcnd4jyaa]::before, .section-title h3[b-1mcnd4jyaa]::after {
            content: "";
            height: 2px;
            position: absolute;
            bottom: 8px;
            left: -webkit-calc(100% + 14px);
            left: -moz-calc(100% + 14px);
            left: calc(100% + 14px);
        }

        .section-title h3[b-1mcnd4jyaa]::before {
            background-color: #1e3f55;
            width: 96px;
            bottom: 14px;
        }

        .section-title h3[b-1mcnd4jyaa]::after {
            background-color: #345972;
            width: 73px;
        }

    .section-title.light h3[b-1mcnd4jyaa] {
        color: #fff;
    }

        .section-title.light h3[b-1mcnd4jyaa]::before {
            background-color: #fff;
        }

.page-nav[b-1mcnd4jyaa] {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
}

    .page-nav span[b-1mcnd4jyaa] {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 0.9;
        text-transform: uppercase;
    }

/*------------------------------------------------
      Home Page
  -------------------------------------------------*/
.page-home[b-1mcnd4jyaa] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

    .page-home .overlay[b-1mcnd4jyaa] {
        background-color: rgba(255, 255, 255, 0.93);
    }

/* End of container */
.hexagon-item[b-1mcnd4jyaa] {
    cursor: pointer;
    width: 200px;
    height: 173.20508px;
    float: left;
    margin-left: -29px;
    z-index: 0;
    position: relative;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
    .hexagon-item svg[b-1mcnd4jyaa] {
        height:unset;
    }

    .hexagon-item:first-child[b-1mcnd4jyaa] {
        margin-left: 0;
    }

    .hexagon-item:hover[b-1mcnd4jyaa] {
        z-index: 1;
    }

        .hexagon-item:hover .hex-item:last-child[b-1mcnd4jyaa] {
            opacity: 1;
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
        }

        .hexagon-item:hover .hex-item:first-child[b-1mcnd4jyaa] {
            opacity: 1;
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

            .hexagon-item:hover .hex-item:first-child div[b-1mcnd4jyaa]:before,
            .hexagon-item:hover .hex-item:first-child div[b-1mcnd4jyaa]:after {
                height: 15px;
            }

        .hexagon-item:hover .hex-item div[b-1mcnd4jyaa]::before,
        .hexagon-item:hover .hex-item div[b-1mcnd4jyaa]::after {
            background-color: #345972;
        }

        .hexagon-item:hover .hex-content svg[b-1mcnd4jyaa] {
            -webkit-transform: scale(0.97);
            -moz-transform: scale(0.97);
            -ms-transform: scale(0.97);
            -o-transform: scale(0.97);
            transform: scale(0.97);
        }

.page-home .hexagon-item:nth-last-child(1)[b-1mcnd4jyaa],
.page-home .hexagon-item:nth-last-child(2)[b-1mcnd4jyaa],
.page-home .hexagon-item:nth-last-child(3)[b-1mcnd4jyaa] {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}

.hex-item[b-1mcnd4jyaa] {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 173.20508px;
}

    .hex-item:first-child[b-1mcnd4jyaa] {
        z-index: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .hex-item:last-child[b-1mcnd4jyaa] {
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 1;
    }

    .hex-item div[b-1mcnd4jyaa] {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        width: 100px;
        height: 173.20508px;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
    }

        .hex-item div[b-1mcnd4jyaa]::before, .hex-item div[b-1mcnd4jyaa]::after {
            background-color: #1e3f55;
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

        .hex-item div[b-1mcnd4jyaa]:before {
            top: 0;
        }

        .hex-item div[b-1mcnd4jyaa]:after {
            bottom: 0;
        }

        .hex-item div:nth-child(1)[b-1mcnd4jyaa] {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .hex-item div:nth-child(2)[b-1mcnd4jyaa] {
            -webkit-transform: rotate(60deg);
            -moz-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            -o-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        .hex-item div:nth-child(3)[b-1mcnd4jyaa] {
            -webkit-transform: rotate(120deg);
            -moz-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            -o-transform: rotate(120deg);
            transform: rotate(120deg);
        }

.hex-content[b-1mcnd4jyaa] {
    color: #fff;
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px;
}

    .hex-content .hex-content-inner[b-1mcnd4jyaa] {
        left: 50%;
        margin: -3px 0 0 2px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .hex-content .icon[b-1mcnd4jyaa] {
        display: block;
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 11px;
    }

    .hex-content .title[b-1mcnd4jyaa] {
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .hex-content svg[b-1mcnd4jyaa] {
        left: -7px;
        position: absolute;
        top: -13px;
        transform: scale(0.87);
        z-index: -1;
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    }

    .hex-content:hover[b-1mcnd4jyaa] {
        color: #fff;
    }

/*------------------------------------------------
      Welcome Page
  -------------------------------------------------*/

.works-item[b-1mcnd4jyaa] {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    position: relative;
}

    .works-item img[b-1mcnd4jyaa] {
        width: 100%;
    }

    .works-item .overlay[b-1mcnd4jyaa] {
        background-color: rgba(30, 37, 48, 0.96);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        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;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

        .works-item .overlay[b-1mcnd4jyaa]::before {
            border: 1px solid #fff;
            bottom: 15px;
            content: "";
            left: 15px;
            position: absolute;
            right: 15px;
            top: 15px;
        }

    .works-item .works-inner[b-1mcnd4jyaa] {
        left: 50%;
        position: absolute;
        text-align: center;
        top: 50%;
        white-space: nowrap;
        -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;
        -webkit-transform: translate3d(0px, 0px, 0px) scale(0);
        -moz-transform: translate3d(0px, 0px, 0px) scale(0);
        -ms-transform: translate3d(0px, 0px, 0px) scale(0);
        -o-transform: translate3d(0px, 0px, 0px) scale(0);
        transform: translate3d(0px, 0px, 0px) scale(0);
    }

    .works-item h4[b-1mcnd4jyaa] {
        color: #345972;
        font-weight: 700;
        text-transform: uppercase;
    }

    .works-item p[b-1mcnd4jyaa] {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
    }

    .works-item:hover .overlay[b-1mcnd4jyaa] {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .works-item:hover .works-inner[b-1mcnd4jyaa] {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

.history-block[b-1mcnd4jyaa] {
    background-color: #1e3f55;
    position: relative;
}

    .history-block .section-title[b-1mcnd4jyaa] {
        background-color: #1e3f55;
        border-bottom: 1px solid #293342;
        left: 0;
        margin-bottom: 0;
        padding: 15px 34px 14px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

.nicescroll-rails[b-1mcnd4jyaa] {
    z-index: 2;
}

.history-scroller[b-1mcnd4jyaa] {
    padding-top: 82px;
    max-height: 377px;
}

.history-item[b-1mcnd4jyaa] {
    display: table;
    font-family: "Open Sans", sans-serif;
    padding-left: 32px;
    margin-bottom: 20px;
    width: 100%;
}

    .history-item > *[b-1mcnd4jyaa] {
        display: table-cell;
        vertical-align: middle;
    }

    .history-item .history-icon[b-1mcnd4jyaa] {
        padding-right: 25px;
        position: relative;
        width: 66px;
    }

        .history-item .history-icon i[b-1mcnd4jyaa] {
            font-size: 18px;
            position: absolute;
            top: 50%;
            left: -webkit-calc(50% - 12.5px);
            left: -moz-calc(50% - 12.5px);
            left: calc(50% - 12.5px);
            transform: translate(-50%, -50%);
        }

    .history-item h5[b-1mcnd4jyaa] {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.96px;
        text-transform: uppercase;
    }

    .history-item span[b-1mcnd4jyaa] {
        color: #aaaaaa;
        font-size: 12px;
    }

.history-hex[b-1mcnd4jyaa] {
    display: block;
    position: relative;
    width: 66px;
    height: 38.11px;
    background-color: #293342;
    margin: 19.05px 0;
}

    .history-hex[b-1mcnd4jyaa]::before, .history-hex[b-1mcnd4jyaa]::after {
        content: "";
        position: absolute;
        width: 0;
        border-left: 33px solid transparent;
        border-right: 33px solid transparent;
    }

    .history-hex[b-1mcnd4jyaa]::before {
        bottom: 100%;
        border-bottom: 19.05px solid #293342;
    }

    .history-hex[b-1mcnd4jyaa]::after {
        top: 100%;
        width: 0;
        border-top: 19.05px solid #293342;
    }

.service-hex[b-1mcnd4jyaa] {
    float: left;
    position: relative;
    width: 20%;
    z-index: 1;
}

    .service-hex svg[b-1mcnd4jyaa] {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-hex .st0[b-1mcnd4jyaa] {
        stroke: #1e3f55;
        fill: #fff;
    }

    .service-hex .st1[b-1mcnd4jyaa] {
        fill: #1e3f55;
    }

    .service-hex .content[b-1mcnd4jyaa] {
        color: #fff;
        left: 50%;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .service-hex .icon[b-1mcnd4jyaa] {
        font-size: 30px;
        margin-bottom: 9px;
    }

    .service-hex h4[b-1mcnd4jyaa] {
        color: #fff;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .service-hex p[b-1mcnd4jyaa] {
        font-size: 14px;
        height: 0;
        line-height: 24px;
        overflow: hidden;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-hex:hover[b-1mcnd4jyaa] {
        z-index: 2;
    }

        .service-hex:hover svg[b-1mcnd4jyaa] {
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
        }

        .service-hex:hover .st1[b-1mcnd4jyaa] {
            fill: #345972;
        }

        .service-hex:hover .content[b-1mcnd4jyaa] {
            width: 135%;
        }

        .service-hex:hover p[b-1mcnd4jyaa] {
            height: 72px;
        }

.testimonials .item[b-1mcnd4jyaa] {
    padding-top: 33px;
}

.testimonials .thumb[b-1mcnd4jyaa] {
    float: left;
    margin-top: -33px;
}

    .testimonials .thumb img[b-1mcnd4jyaa] {
        width: auto;
    }

.testimonials .text[b-1mcnd4jyaa] {
    border: 1px solid #cecece;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    margin-left: 50px;
    padding: 27px 30px 29px 142px;
}

.testimonials figcaption[b-1mcnd4jyaa] {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-top: 15px;
    text-align: center;
}

.testimonials h4[b-1mcnd4jyaa] {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.testimonials span[b-1mcnd4jyaa] {
    font-size: 12px;
}

.testimonials .owl-item:nth-child(2n) .thumb[b-1mcnd4jyaa] {
    float: right;
}

.testimonials .owl-item:nth-child(2n) .text[b-1mcnd4jyaa] {
    margin-left: 0;
    margin-right: 50px;
    padding: 27px 142px 29px 30px;
}

.testimonials .owl-dots[b-1mcnd4jyaa] {
    text-align: center;
}

.testimonials .owl-dot[b-1mcnd4jyaa] {
    border: 2px solid #1e3f55;
    border-radius: 15px;
    display: inline-block;
    height: 11px;
    margin: 0 4px;
    width: 11px;
    -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;
}

    .testimonials .owl-dot.active[b-1mcnd4jyaa] {
        border-color: #345972;
    }

.tm-hex[b-1mcnd4jyaa] {
    position: relative;
    width: 170px;
    height: 98.15px;
    margin: 49.07px 0;
    background-size: auto 182.4427px;
    background-position: center;
    border-left: solid 6px #1e3f55;
    border-right: solid 6px #1e3f55;
}

    .tm-hex[b-1mcnd4jyaa]::after {
        content: "";
        position: absolute;
        top: 3.4641px;
        left: 0;
        width: 158.0000px;
        height: 91.2213px;
        z-index: 2;
        background: inherit;
    }

    .tm-hex .hexTop[b-1mcnd4jyaa],
    .tm-hex .hexBottom[b-1mcnd4jyaa] {
        position: absolute;
        z-index: 1;
        width: 120.21px;
        height: 120.21px;
        overflow: hidden;
        background: inherit;
        left: 18.90px;
        -webkit-transform: scaleY(0.5774) rotate(-45deg);
        -moz-transform: scaleY(0.5774) rotate(-45deg);
        -ms-transform: scaleY(0.5774) rotate(-45deg);
        -o-transform: scaleY(0.5774) rotate(-45deg);
        transform: scaleY(0.5774) rotate(-45deg);
    }

        .tm-hex .hexTop[b-1mcnd4jyaa]::before, .tm-hex .hexTop[b-1mcnd4jyaa]::after,
        .tm-hex .hexBottom[b-1mcnd4jyaa]::before,
        .tm-hex .hexBottom[b-1mcnd4jyaa]::after {
            content: "";
            position: absolute;
            width: 158.0000px;
            height: 91.22134253196087px;
            background: inherit;
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-45.6107px);
            -moz-transform: rotate(45deg) scaleY(1.7321) translateY(-45.6107px);
            -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-45.6107px);
            -o-transform: rotate(45deg) scaleY(1.7321) translateY(-45.6107px);
            transform: rotate(45deg) scaleY(1.7321) translateY(-45.6107px);
        }

    .tm-hex .hexTop[b-1mcnd4jyaa] {
        top: -60.1041px;
        border-top: solid 8.4853px #1e3f55;
        border-right: solid 8.4853px #1e3f55;
    }

        .tm-hex .hexTop[b-1mcnd4jyaa]::after {
            background-position: center top;
        }

    .tm-hex .hexBottom[b-1mcnd4jyaa] {
        bottom: -60.1041px;
        border-bottom: solid 8.4853px #1e3f55;
        border-left: solid 8.4853px #1e3f55;
    }

        .tm-hex .hexBottom[b-1mcnd4jyaa]::after {
            background-position: center bottom;
        }

.contact-block[b-1mcnd4jyaa] {
    margin-bottom: 30px;
}

    .contact-block:last-child[b-1mcnd4jyaa] {
        margin-bottom: 0;
    }

    .contact-block .media-left[b-1mcnd4jyaa] {
        font-size: 40px;
        max-width: 50px;
        min-width: 50px;
        padding-right: 0;
        text-align: center;
    }

    .contact-block .media-body[b-1mcnd4jyaa] {
        padding-left: 30px;
    }

    .contact-block h4[b-1mcnd4jyaa] {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .contact-block p[b-1mcnd4jyaa] {
        font-weight: 400;
        font-size: 15px;
    }

.contact-social[b-1mcnd4jyaa] {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .contact-social li[b-1mcnd4jyaa] {
        display: inline-block;
        position: relative;
        width: 43px;
    }

        .contact-social li a[b-1mcnd4jyaa] {
            color: #fff;
            display: block;
            font-size: 14px;
            height: 50px;
            left: 50%;
            line-height: 50px;
            position: absolute;
            text-align: center;
            top: 50%;
            width: 43px;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .contact-social li:hover span[b-1mcnd4jyaa] {
            background-color: #345972;
        }

            .contact-social li:hover span[b-1mcnd4jyaa]::before {
                border-bottom-color: #345972;
            }

            .contact-social li:hover span[b-1mcnd4jyaa]::after {
                border-top-color: #345972;
            }

.contact-social-hex[b-1mcnd4jyaa] {
    display: block;
    position: relative;
    width: 43px;
    height: 24.83px;
    background-color: #1e3f55;
    margin: 12.41px 0;
    -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;
}

    .contact-social-hex[b-1mcnd4jyaa]::before, .contact-social-hex[b-1mcnd4jyaa]::after {
        content: "";
        position: absolute;
        width: 0;
        border-left: 21.5px solid transparent;
        border-right: 21.5px solid transparent;
        -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;
    }

    .contact-social-hex[b-1mcnd4jyaa]::before {
        bottom: 100%;
        border-bottom: 12.41px solid #1e3f55;
    }

    .contact-social-hex[b-1mcnd4jyaa]::after {
        top: 100%;
        width: 0;
        border-top: 12.41px solid #1e3f55;
    }

    .contact-social-hex:hover[b-1mcnd4jyaa]::after {
        border-bottom-color: #345972;
    }

    .contact-social-hex:hover[b-1mcnd4jyaa]::before {
        border-top-color: #345972;
    }

.contact-form .input-field[b-1mcnd4jyaa] {
    margin-bottom: 10px;
}

    .contact-form .input-field.name[b-1mcnd4jyaa] {
        margin-right: 5px;
    }

    .contact-form .input-field.email[b-1mcnd4jyaa] {
        margin-left: 5px;
    }

    .contact-form .input-field label.error[b-1mcnd4jyaa] {
        color: #ff0000;
        font-size: 13px;
        margin: 0;
    }

.contact-form .input-icon[b-1mcnd4jyaa] {
    background-color: #1e3f55;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 48px;
    min-width: 53px;
    text-align: center;
    left: 0;
    line-height: 48px;
    min-width: 53px;
    position: absolute;
    top: 0;
}

.contact-form .form-control[b-1mcnd4jyaa] {
    background-color: #1e3f55;
    color: #bcbcbc;
    border: 0 none;
    border-radius: 3px;
    height: 48px;
    padding-left: 70px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
}

    .contact-form .form-control:focus[b-1mcnd4jyaa] {
        box-shadow: none;
        color: #fff;
    }

.contact-form textarea.form-control[b-1mcnd4jyaa] {
    border-radius: 3px;
    height: 120px;
    padding: 15px 10px 15px 70px;
}

.contact-form .message .input-icon[b-1mcnd4jyaa] {
    position: absolute;
    left: 0;
    top: 0;
}

.msg-success[b-1mcnd4jyaa],
.msg-failed[b-1mcnd4jyaa] {
    display: none;
    margin-top: 15px;
}

.msg-success[b-1mcnd4jyaa] {
    color: #345972;
}

.pt-table.desktop-768 .pt-tablecell[b-1mcnd4jyaa] {
    padding-bottom: 110px;
    padding-top: 60px;
}

    .pt-table.desktop-768 .pt-tablecell .page-nav[b-1mcnd4jyaa] {
        bottom: 40px;
    }

/* =================================== */
/*  Color Switcher
  /* =================================== */
.preview-wrapper[b-1mcnd4jyaa] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-right: 0;
    color: #333;
    height: 200px;
    right: 0px;
    position: fixed;
    top: 100px;
    width: 260px;
    z-index: 1200;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    transform: translateX(100%);
}

    .preview-wrapper.extend[b-1mcnd4jyaa] {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

.switcher-head[b-1mcnd4jyaa] {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    position: relative;
}

    .switcher-head span[b-1mcnd4jyaa] {
        border-bottom: 2px solid #eeeeee;
        display: block;
        margin: 0 20px;
    }

.switcher-trigger[b-1mcnd4jyaa] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-right: 0;
    cursor: pointer;
    font-size: 20px;
    height: 48px;
    left: -48px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 48px;
}

.switcher-body[b-1mcnd4jyaa] {
    background-color: #fff;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 47px;
    outline: none;
}

    .switcher-body h4[b-1mcnd4jyaa] {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .switcher-body select[b-1mcnd4jyaa] {
        border: 1px solid #e5e5e5;
        height: 40px;
        margin-bottom: 20px;
        width: 100%;
        -webklit--appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.color-options[b-1mcnd4jyaa] {
    margin-bottom: 10px;
    padding: 0;
}

    .color-options li[b-1mcnd4jyaa] {
        display: inline-block;
        background-color: #e6ae03;
        height: 30px;
        margin-bottom: 10px;
        margin-right: 6px;
        text-indent: -9999em;
        width: 30px;
        cursor: pointer;
    }

        .color-options li.c0[b-1mcnd4jyaa] {
            background-color: #345972;
        }

        .color-options li.c1[b-1mcnd4jyaa] {
            background-color: #02B7CE;
        }

        .color-options li.c2[b-1mcnd4jyaa] {
            background-color: #86A438;
        }

        .color-options li.c3[b-1mcnd4jyaa] {
            background-color: #F3A36D;
        }

.pattern-options li[b-1mcnd4jyaa] {
    font-family: "Roboto", sans-serif;
    border: 1px solid #cccccc;
    cursor: pointer;
    float: left;
    height: 40px;
    margin: 0 10px 10px 0;
    text-transform: capitalize;
    width: 50px;
}

    .pattern-options li:last-child[b-1mcnd4jyaa] {
        border: 0 none;
        height: auto;
        padding-top: 8px;
        width: auto;
    }

    .pattern-options li img[b-1mcnd4jyaa] {
        width: 100%;
        height: 100%;
    }

/*------------------------------------------------
      Responsive Media Queries
  -------------------------------------------------*/
/*============================================================
      Macbook pro 13 inch
  ==============================================================*/
/*============================================================
      For Small Desktop / tablet landscape
  ==============================================================*/
@media (min-width: 980px) and (max-width: 1150px) {
    .pt-table[b-1mcnd4jyaa] {
        height: auto;
    }

    .author-image-large img[b-1mcnd4jyaa] {
        height: -webkit-calc(80vh - 4px);
        height: -moz-calc(80vh - 4px);
        height: calc(80vh - 4px);
    }

    .testimonials .thumb[b-1mcnd4jyaa] {
        margin-top: -8px;
    }
}

/*============================================================
      Tablet (Portrait) Design for a width of 768px
  ==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
    body[b-1mcnd4jyaa] {
        overflow-x: hidden;
    }

    .page-title h2[b-1mcnd4jyaa] {
        font-size: 40px;
    }

    .page-title .title-bg[b-1mcnd4jyaa] {
        font-size: 100px;
    }

    .author-image-large[b-1mcnd4jyaa] {
        position: static;
        margin-bottom: 50px;
    }

        .author-image-large img[b-1mcnd4jyaa] {
            display: block;
            height: auto;
            margin: 0 auto;
            width: 50%;
        }

    .about-author + p[b-1mcnd4jyaa] {
        margin-bottom: 50px;
    }

    .service-hex[b-1mcnd4jyaa] {
        width: 33.3333%;
    }

        .service-hex:hover[b-1mcnd4jyaa] {
            z-index: 2;
        }

            .service-hex:hover svg[b-1mcnd4jyaa] {
                -webkit-transform: scale(1.5);
                -moz-transform: scale(1.5);
                -ms-transform: scale(1.5);
                -o-transform: scale(1.5);
                transform: scale(1.5);
            }

            .service-hex:hover .content[b-1mcnd4jyaa] {
                width: 105%;
            }

        .service-hex:nth-child(4)[b-1mcnd4jyaa], .service-hex:nth-child(5)[b-1mcnd4jyaa] {
            -webkit-transform: translate(50%, -15%);
            -moz-transform: translate(50%, -15%);
            -ms-transform: translate(50%, -15%);
            -o-transform: translate(50%, -15%);
            transform: translate(50%, -15%);
        }

    .testimonials .item[b-1mcnd4jyaa] {
        padding-top: 45px;
    }

    .testimonials .thumb[b-1mcnd4jyaa] {
        margin-top: -45px;
    }

    .history-item .history-text[b-1mcnd4jyaa] {
        padding-right: 15px;
    }
}

/*============================================================
      Mobile (Portrait) Design for a width of 767px
  ==============================================================*/
@media only screen and (max-width: 767px) {
    body[b-1mcnd4jyaa] {
        overflow-x: hidden;
    }

    .pt-table[b-1mcnd4jyaa],
    .pt-tablecell[b-1mcnd4jyaa] {
        display: block;
    }

    .page-title[b-1mcnd4jyaa] {
        margin-bottom: 45px;
    }

        .page-title h2[b-1mcnd4jyaa] {
            font-size: 35px;
        }

        .page-title .title-bg[b-1mcnd4jyaa] {
            font-size: 50px;
        }

    .hexagon-item[b-1mcnd4jyaa] {
        float: none;
        margin: 0 auto 50px;
    }

        .hexagon-item:first-child[b-1mcnd4jyaa] {
            margin-left: auto;
        }

    .page-home .hexagon-item:nth-last-child(1)[b-1mcnd4jyaa],
    .page-home .hexagon-item:nth-last-child(2)[b-1mcnd4jyaa],
    .page-home .hexagon-item:nth-last-child(3)[b-1mcnd4jyaa] {
        -webkit-transform: rotate(30deg) translate(0px, 0px);
        -moz-transform: rotate(30deg) translate(0px, 0px);
        -ms-transform: rotate(30deg) translate(0px, 0px);
        -o-transform: rotate(30deg) translate(0px, 0px);
        transform: rotate(30deg) translate(0px, 0px);
    }

    .author-image-large[b-1mcnd4jyaa] {
        position: static;
        margin-bottom: 50px;
    }

        .author-image-large img[b-1mcnd4jyaa] {
            display: block;
            height: auto;
            margin: 0 auto;
            width: 50%;
        }

    .about-author[b-1mcnd4jyaa] {
        display: block;
    }

        .about-author .author-thumb[b-1mcnd4jyaa] {
            border: 0 none;
            margin-bottom: 15px;
            margin-right: 0;
            padding: 0;
        }

        .about-author .author-desc b[b-1mcnd4jyaa] {
            display: block;
        }

        .about-author + p[b-1mcnd4jyaa] {
            margin-bottom: 50px;
        }

    .progress[b-1mcnd4jyaa] {
        display: block;
    }

        .progress .skill-name[b-1mcnd4jyaa] {
            border-right: 0;
            margin: 0 15px;
            min-width: auto;
            text-align: left;
        }

        .progress .skill-lavel[b-1mcnd4jyaa] {
            border-left: 0;
            margin: 0 15px;
            min-width: auto;
            text-align: left;
        }

    .service-hex[b-1mcnd4jyaa] {
        float: none;
        margin: 0 auto 40px;
        width: 60%;
    }

        .service-hex:last-child[b-1mcnd4jyaa] {
            margin-bottom: 0;
        }

        .service-hex:hover svg[b-1mcnd4jyaa] {
            -webkit-transform: scale(1.8);
            -moz-transform: scale(1.8);
            -ms-transform: scale(1.8);
            -o-transform: scale(1.8);
            transform: scale(1.8);
        }

        .service-hex:hover .content[b-1mcnd4jyaa] {
            width: 120%;
        }

    .history-block[b-1mcnd4jyaa] {
        margin-bottom: 30px;
    }

    .testimonials .thumb[b-1mcnd4jyaa] {
        float: none;
        margin: 0 0 30px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .testimonials figcaption[b-1mcnd4jyaa] {
        text-align: left;
        padding-left: 15px;
    }

    .testimonials .text[b-1mcnd4jyaa] {
        margin-left: 0;
        padding: 20px;
    }

    .testimonials .owl-item:nth-child(2n) .thumb[b-1mcnd4jyaa] {
        float: none;
    }

    .testimonials .owl-item:nth-child(2n) .text[b-1mcnd4jyaa] {
        margin-left: 0;
        margin-right: 50px;
        padding: 20px;
    }

    .contact-form .input-field.name[b-1mcnd4jyaa] {
        margin-right: 0;
    }
}
}
/* /Views/Shared/_searchFAQ.cshtml.rz.scp.css */
/*--------------------------------------------------------------
# form
--------------------------------------------------------------*/
form[b-h7qp31ymvc] {
    width: 100%;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    margin: 10px, 60px;
}

    form .form-header[b-h7qp31ymvc] {
        width: 100%;
        margin-bottom: 15px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: large;
        font-weight: bold;
        text-align: center;
        justify-items: center;
    }

    form .form-body[b-h7qp31ymvc] {
        justify-content: left;
    }

        form .form-body .label[b-h7qp31ymvc] {
            justify-items: left;
        }
