/*
Theme Name: Site
Theme URI: http://gantry.org
Template: g5_helium
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Child Theme - Gantry 5 Theme from RocketTheme
Version: 5.4.32.1578010348
Updated: 2020-01-03 00:12:28
*/
/* @import "custom.css";  */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
}
.g-logo{
	text-transform:none;
}
.g-container {
    padding: 0 15px;
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.entry-title {
    display: none;
}

/*For buttons*/
.btn-hover a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 150px;
}

.btn-hover a::before {
    background-color: rgb(28, 31, 30);
    transition: 0.3s ease-out;
}

.btn-hover a::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
}

.btn-hover a:hover::before {
    width: 100%;
}

/*End buttons*/
/*For Header */

.outline-home-2 .g-logo,
.outline-default .g-logo {
    padding-left: 0px;
    margin: 0;
}

.g-offcanvas-toggle {
    color: #025ea9;
    position: fixed;
    top: 28px;
}

#g-navigation .g-main-nav .g-toplevel>li.active>.g-menu-item-container>.g-menu-item-content {
    box-shadow: none;
}

#g-navigation .g-grid {
    align-items: center;
}

#g-navigation .g-main-nav .g-toplevel {
    list-style: none;
    margin: 0;
    padding: 0;
}

#g-navigation .g-main-nav .g-toplevel>li {
    display: inline-block;
    margin: 0 15px;
}

#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 4px 0;
    font-weight: 400;
    letter-spacing: .40px;
}

#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container:hover {
    color: #01A29A;
}

.get_in_touch_btn {
    background: #003F71;
    color: #FFF;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 0;
    font-size: 15px;
    border: solid 1px #003F71;
    display: inline-block;
    line-height: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.get_in_touch_btn:hover {
    color: #FFF;
    background-color: #01A29A;
    border-color: #01A29A;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.logged-in #g-navigation {
    position: fixed;
    top: 32px;
    width: 100%;
    padding: 15px 0;
    background: #FFF;
}

#g-navigation {
    position: fixed;
    width: 100%;
    background: #FFF;
    padding: 15px 0;

}

#g-intro {
    position: relative;
    width: 100%;
    margin-top: 100px;
}

/*footer*/

.fa-facebook-f:before {
    content: "\f39e" !important;
}

/* #g-footer .g-logo.g-logo-helium img,
#g-footer .g-logo.g-logo-helium svg {
    max-height: 25px;
} */

#g-footer .g-content .footer_logo {
    margin-bottom: 20px;
}

#g-footer {
    padding-top: 70px;
}

#g-footer .widget.widget_nav_menu ul li a {
    color: #fff;
    text-transform: capitalize;
    line-height: 24px;
}

#g-footer .footer_section .contact-info-item {
    display: flex;
    justify-content: left;
    gap: 20px;
    margin-bottom: 12px;
}

#g-footer .footer_social_links .g-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    line-height: 37px;
    font-size: 20px;
    border: 2px solid #01A29A;
    border-radius: 50%;
    position: relative;
    min-width: 40px;
    margin-right: 5px;
    color: #01A29A;
    text-decoration: none;
}

#g-footer .footer_social_links .g-social a:hover {
    background-color: rgb(255 255 255 / 80%);
    transition: 0.5s ease-in-out;
    color: #003F71;
    border: 2px solid #FFFF;
}

#g-footer .g-totop {
    text-align: center;
    opacity: 0;
}

#g-footer .back_to_top_btn .g-totop a {
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 90px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    font-size: 22px;
    border: 1px solid #025ea9;
    border-radius: 50%;
    min-width: 40px;
    color: #025ea9;
}

#g-footer .back_to_top_btn .g-totop.active {
    opacity: 1;
}

#g-footer .back_to_top_btn .g-totop a:hover i {
    color: #ffffff;
    transition: 0.5s ease-in-out;
}

#g-footer .back_to_top_btn .g-totop a:hover {
    background-color: #025ea9;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

#g-footer .g-container .g-grid:nth-child(3) {
    justify-content: center;
    align-items: center;
}

#g-footer .g-totop {
    padding: 0;
}

#g-footer .g-grid .footer_about_text {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04px;
    color: #fff;
    padding-right: 50px;
    margin-top: -220px;
}

#g-footer .g-grid .footer_about_text .g-content {
    margin-top: 0;
}

#g-footer {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 0;
}

#g-footer .footer_section .contact-info-content a:hover,
#g-footer .widget.widget_nav_menu ul li a:hover {
    color: #01A29A !important;
    text-decoration: none;
}

#g-footer .widget.widget_nav_menu ul.menu li:hover,
#g-footer .widget.widget_nav_menu ul li:hover a {
    opacity: 1;
    color: #01A29A;
    text-decoration: none;
}

#g-footer .footer_section .contact-info-content a {
    color: #fff !important;
    text-decoration: none;
}

#g-footer .footer_section .contact-info-content p {
    margin: 0;
    line-height: 28px;
}

#g-footer .footer_section .contact-info-content.content-ph,
#g-footer .footer_section .contact-info-content.content-mail {
    padding-top: 7px;
}

#g-footer .footer_section .contact-info-content.content-mail p {
    margin: 0;
    word-break: break-all;
}

#g-footer .widget.widget_nav_menu h3,
.footer_section h3 {
    font-weight: 600;
    font-size: 24px;
    color: #01A29A;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 50px !important;
}

#g-footer .widget.widget_nav_menu ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}

#g-footer .widget.widget_nav_menu ul.menu {
    /*     list-style: disc; */
    /*     margin: 0 0 0 15px; */
}

#g-footer .widget.widget_nav_menu li::marker {
    font-size: 12px;
}

#g-footer .footer_section .contact-info-icon {
    display: inline-block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 17px;
    border-radius: 50%;
    position: relative;
    min-width: 37px;
    color: #01A29A;
    border: 2px solid #01A29A;
}

#g-footer .g-copyright {
    font-size: 14px;
    line-height: 28px;
}

/* END footer*/
#g-intro {
    padding: 0;
    background: none;
}

#g-intro .g-content {
    margin: 0;
    padding: 0;
}

.g-content .g-logo .g-logo-helium {
    margin: 0;
    padding: 0;
}

/*ninja form*/
.ninja_form .nf-before-form-content {
    margin-bottom: 20px !important;
}

.nf-form-title {
    display: none;
}

.ninja_form .nf-form-fields-required {
    display: none;
}

.ninja_form .nf-field-label label {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.ninja_form .nf-form-content .label-above .nf-field-label {
    margin-bottom: 5px;
}

.ninja_form .submit-container .ninja-forms-field.nf-element,
.quote-form .submit-container .ninja-forms-field.nf-element {
    /*     border: 1px solid  #003F71; */
    border: none;
    border-radius: 0px;
    width: 130px;
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(to right, #01A29A 50%, #003F71 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .2s ease-out;
    text-transform: uppercase;
}

.ninja_form .submit-container .ninja-forms-field.nf-element:hover {
    background-color: #01A29A;
    /*     border: 1px solid #01A29A; */
    background-position: left bottom;
    color: #fff;
}

.ninja_form .nf-multi-cell .nf-cell {
    padding: 0 20px;
}

.nf-form-cont .nf-form-content .list-wrap .nf-field-element>div,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea {
    background: none;
    border-radius: 0;
    color: #777777;
    border: 1px solid #959595;
}

.nf-form-content textarea.ninja-forms-field {
    height: 150px !important;
}

.quote-form .submit-container input {
    text-transform: uppercase;
}

.quote-form .submit-container .ninja-forms-field.nf-element:hover {
    border: 1px solid #01A29A;
}

.nf-form-content .list-wrap>div div {
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 16px;
    height: 50px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.nf-form-content .list-wrap>div div:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 50px;
    line-height: 50px;
}

.list-wrap div:after {
    color: #787878;
    transition: all .5s;
}

.nf-form-content .list-wrap>div select {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
}

.nf-form-cont .nf-form-content .list-select-wrap>div div:after {
    font-size: 12px;
}

.nf-form-content .nf-field-label .nf-label-span,
.nf-form-content .nf-field-label label {
    font-weight: 400;
}

.nf-field-container.hr-container {
    margin-bottom: 30px !important;
}

.field-wrap.html-wrap h3 {
    margin-bottom: 0;
    color: #003F71;
    font-weight: 600;
}

.nf-field-container.html-container {
    margin-bottom: 0;
}

.listradio-container .listradio-wrap .nf-field-element label:after {
    background: #fafafa;
    border: 1px solid #d3d3d3;
}

.listradio-container .listradio-wrap .nf-field-element label.nf-checked-label:before {
    background: #025ea9;
}

.listradio-container .listradio-wrap .nf-field-element label.nf-checked-label:after {
    border-color: #025ea9;
}

/* home-page */

/* home-page */

/*About page*/
.why-choose-us .qubely-list li {
    display: flex;
}

/* // About page*/

/*Service page */
.connect-row a:hover {
    color: #01A29A;
}

.connect-row .qubely-info-box-text a {
    color: #393939;
}

.connect-row .qubely-info-box-text a:hover {
    color: #01A29A;
}

/* progress circle */
.progress-circle-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.progress-circle {
    width: 80px;
    height: 80px;
}

.progress-circle-bar {
    fill: none;
    stroke: #003F71;
    stroke-width: 5;
    stroke-dasharray: 283;
    stroke-dashoffset: 0;
    transform-origin: center;
    transition: stroke-dashoffset 0.3s ease;
}

.progress-background {
    fill: transparent;
    stroke: transparent;
    stroke-width: 5;
    stroke-dasharray: none;
}

.scroll-to-top {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid #FFF;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: #FFF;
}

.scroll-to-top svg {
    display: block;
    width: 23px;
    height: 23px;
    stroke: #003F71;
    transition: all 0.1s ease;
}

.progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f0f0f0;
    z-index: 9999;
}

.progress-bar {
    height: 100%;
    background-color: #025ea9;
    transition: all 0.3s ease;
}

/*************** Media query **********************/
@media (max-width:991px) {
    body #g-footer [class*="size-"] {
        flex-grow: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    .slider_banner.slider_banner_btn a {
        padding: 12px 24px 12px 24px;
    }

    #g-footer .g-content,
    h3 {
        margin: 0;
    }

    #g-footer {
        padding: 30px 0;
    }

    #g-footer ul {
        margin: 0;
    }

    #g-footer .g-copyright {
        font-size: 14px;
    }

    #g-footer p,
    #g-footer a {
        font-size: 14px;
    }

    #g-footer h3 {
        font-size: 22px;
    }

    #g-footer .g-grid .footer_about_text {
        display: none;
        padding: 0;
    }

    #g-footer .footer_section .contact-info-item {
        gap: 10px;
    }

    #g-footer .g-container .g-grid {
        text-align: center;
    }

    #g-footer .footer_section {
        max-width: 350px;
        margin: 0 auto;
        text-align: left;
    }

    #g-footer .widgettitle.g-title {
        text-align: center;
        margin-bottom: 20px;
    }

    #g-footer .footer_logo a {
        display: inline-block;
    }

    #g-footer .back_to_top_btn .g-totop a {
        bottom: 100px;
    }

    .g-social {
        text-align: center;
        margin-top: 15px;
    }

    #g-navigation .g-grid {
        text-align: center;
    }

    .Top_btn {
        display: none;
    }

    .g-offcanvas-open .g-offcanvas-toggle {
        color: #025ea9;
    }

    .counter-section-home .counter-section .qubely-column-inner {
        border: none;
    }

    #g-footer .g-logo.g-logo-helium img,
    #g-footer .g-logo.g-logo-helium svg {
        width: 100%;
    }

    #g-footer .footer_logo {
        padding-bottom: 30px;
    }

    #g-footer .footer-section h3 {
        margin-bottom: 30px;
    }

}

/*************************************/
@media(min-width: 992px) and (max-width: 1199px) {

    .get_in_touch_btn {
        font-size: 14px;
        padding: 15px 18px;
    }

    #g-footer .g-grid .footer_about_text {
        margin-top: -250px;
    }

}

/*************************************/
@media (min-width:992px) {
    .g-offcanvas-toggle {
        display: none;
    }
}

/*************************************/
@media (min-width:768px) and (max-width:991px) {
    .slider_banner h2 {
        font-size: 32px !important;
    }

    .slider_banner_btn a {
        padding: 12px 24px !important;
        font-size: 14px;
    }

    #g-footer .g-grid:first-child .size-30 {
        width: 50%;
        text-align: left;
        max-width: 50%;
        flex-basis: 50%;
    }

    #g-footer .g-grid:first-child .size-30 h3 {
        text-align: left;
    }

    #g-footer .g-grid:nth-child(3) .size-50 {
        width: 50%;
        text-align: left;
        max-width: 50%;
        flex-basis: 50%;
    }

    #g-footer .g-grid:last-child .g-content {
        padding: 0 !important;
    }

    #g-footer .g-social {
        text-align: left !important;
    }
}

/*************************************/
@media(max-width:767px) {
    .slider_banner h2 {
        font-size: 24px !important;
    }

    .slider_banner_btn a {
        padding: 12px 24px !important;
        font-size: 12px;
    }

    .service-section .main {
        width: 260px;
        height: 260px;
    }

    .service-section .circle {
        width: 65%;
        height: 65%;
    }

    .service-section .icon-block {
        font-size: 20px;
        width: 35px;
        height: 35px;
    }

    .service-section .center-logo img {
        width: 100px;
    }

    /* header-logo */
    .outline-default #g-navigation .g-logo.g-logo-helium svg,
    .outline-home-2 #g-navigation .g-logo.g-logo-helium svg {
        max-height: 30px;
    }

    #g-footer .g-social {
        text-align: center !important;
    }
}