/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

a {
	color: #013d68;
	text-decoration: none;
}

a:hover, a:focus {
    color: #ab1e31;
    text-decoration: none;
}

header.fl-theme-builder-header-scrolled #header-mid-left img.fl-photo-img {
    max-height: 80px !important;
    margin: 10px 0;
}

#header-mid {
    position: relative;
    z-index: 9;
}

.red {
    color: #ab1e31;
}

.hd-sideline {
    position: relative;
}

.hd-sideline::before {
    background: rgb(1,61,104);
    background: radial-gradient(circle, rgba(1,61,104,1) 30%, rgba(255,255,255,1) 100%);
    position: absolute;
    width: 100%;
    height: 3px;
    top: 40%;
    right: 0;
    left: 0;
    max-width: 665px;
    margin: auto;
}

.hd-sideline.sideline-lg::before {
    max-width: 840px;
}

.hd-sideline .fl-rich-text {
    max-width: fit-content;
    margin: auto;
    padding: 0 15px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.display-flex > .fl-col-content{
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
}

.fl-rich-text ul li::marker {
    color: #ab1e31;
}

.fl-rich-text ul {
    padding-left: 20px;
}

#header-title-tag {
	display: none;
}



/*-----------------------------
          Banner
------------------------------*/
.banner-slider .fl-slide-bg-photo {
    background-size: contain;
    background-position: right;
    background-color: #f2f2f2;
}
.banner-slider .fl-slide {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}
.banner-slider .fl-slide-foreground {
    width: 100%;
    padding: 0 40px;
}

#fl-main-content .banner-slider .h2 {
	font-size: 80px;
	color: #023d69;
	font-family: 'Playfair Display', serif;
	margin-bottom: 0 !important;
}

#fl-main-content .banner-slider .h3 {
	font-size: 55px;
	color: #ab1e31;
	font-family: 'Playfair Display', serif;
}

#fl-main-content .banner-slider .fl-slide-text p {
    color: #31313f;
    line-height: 1.6;
    margin-bottom: 30px !important;
}

#fl-main-content .banner-slider .fl-slide-text p.btn-container {
    margin-top: 45px !important;
}

#fl-main-content .banner-slider .btn {
    color: #ffe599;
    background-color: #ab1e31;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-transform: none;
    border-style: none;
    border-width: 0px;
    border-color: initial;
    border-radius: 7px;
    padding: 12px 24px;
    text-decoration: none;
}

#fl-main-content .banner-slider .btn:hover {
    border-color: initial;
    background-color: #023d69;
    border-style: none;
    border-width: 0px;
    border-radius: 7px;
}

#fl-main-content .banner-slider .fl-slide-content-wrap {
	width: 100%;
    max-width: 600px;
}

#fl-main-content .banner-slider .fl-slide-content {
	margin: 0;
}

.fl-module-content-slider .bx-wrapper {
    margin-bottom: 0;
}

.banner-slider .bx-controls .bx-default-pager a{
    background: #a5a5a5;
    width: 12px;
    height: 12px;
    border-radius: 15px;
}

.banner-slider .bx-controls .bx-default-pager a.active,
.banner-slider .bx-controls .bx-default-pager a:hover {
    background: #023d69;
}

.banner-slider .bx-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
}

#inner-banner-section .fl-col-group {
    display: flex;
    display: -webkit-flex;
}

#inner-banner-section #inner-banner-content {
    width: 100%;
    max-width: 640px;
    margin: auto;
    margin-right: 0;
}


/*-----------------------------
          Step
------------------------------*/
.step-column > .fl-col-content.fl-node-content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;

}
#step-section .fl-col-group .fl-col.step {
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
}

#step-section .fl-row-content > div:first-child {
    display: flex;
    display: -webkit-flex;
}

#step-section .step-column:hover::after, #step-section .fl-col-group .fl-col.step:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    background: #023d69;
    width: 40px;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(10% 0, 134% 0, 100% 100%, 10% 100%, 100% 50%);
}

#step-section .fl-col-group .fl-col.step:first-child::after {
    right: 0;
}

#step-section .fl-col-group .fl-col.step:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #01243f;
    width: 40px;
    height: 100%;
    overflow: hidden;
}

#step-section .fl-col-group .fl-col.step.step-hover::after {
    background: #01243f;
}

#step-section .step-0 {
    background-color: #01243f;
}

#step-section .step-column:hover,
#step-section .step-column.step-hover {
    background-color: #01243f;
}

#step-section .step .fl-col-content {
    position: relative;
    z-index: 2;
}

#step-section .step-column:hover::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -80px;
    background-color: #01243f;
    width: 200px;
    height: 100%;
}


/*-----------------------------
          Card Section
------------------------------*/
.card-col .fl-html {
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 40px;
    background-color: #023d69;
    text-align: center;
    border-radius: 15px;
    position: relative;
}

.card-col .fl-html a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.card-col .fl-html .img-container {
    min-height: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    -webkit-justify-content: center;
}

.card-col .fl-html img {
    margin: 0;
}

.card-col .fl-html:hover {
    background-color: #ab1e31;
}

.card-col .fl-html h2 {
    font-size: 25px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.card-col .fl-html span {
    color: #fff;
    line-height: 1.85;
}

/*-----------------------------
        Products Tab
------------------------------*/
#product-section .fl-tabs-panels {
    background-color: #fff;
    padding: 30px 25px;
    box-shadow: 0px 0px 3px 6px #d9d9d9;
    border-radius: 10px;
}

#product-section {
    overflow: hidden;
}

#product-section .fl-tabs-vertical .fl-tabs-labels {
    padding-left: 20px;
    padding-right: 30px;
}

#product-section .fl-tabs-panels .fl-tabs-panel-content img {
    float: right;
    margin: 0;
    margin-left: 30px;
}

#product-section .fl-tabs-panels .fl-tabs-panel-content p{
    margin-bottom: 40px;
}

#product-section .fl-tabs-panels .fl-tabs-panel-content h3 {
    margin-top: 10px;
    font-size: 30px;
}

#product-section .fl-tabs-panels .fl-tabs-panel-content hr { 
    border-top: 2px solid #d7d7d7;
    margin-top: -10px;
    width: 99%;
    margin-bottom: 40px;
}

#product-section .fl-tabs-panels .fl-tabs-panel-content .tb-btn {
    color: #ffe599;
    background-color: #ab1e31;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-transform: none;
    border-style: none;
    border-width: 0px;
    border-color: initial;
    border-radius: 7px;
    padding: 12px 24px;
    text-decoration: none;
}

#product-section .fl-tabs-panels .fl-tabs-panel-content .tb-btn:hover {
    border-color: initial;
    background-color: #023d69;
    border-style: none;
    border-width: 0px;
    border-radius: 7px;
}

#product-section .fl-tabs-vertical .fl-tabs-labels .fl-tabs-label:not(.fl-tab-active) {
    border-bottom: 2px solid #d7d7d7;
    padding-top: 25px;
    padding-bottom: 25px;
}

#product-section .fl-tabs-vertical .fl-tabs-labels .fl-tabs-label:not(.fl-tab-active):last-child {
    border:0;
}


/*-----------------------------
         Testimonials
------------------------------*/
#testimonials-section .testimonials-slider {
    padding: 30px;
    box-shadow: 3px 4px 9px 0px rgb(12 2 0 / 22%);
    margin: 20px 0;
    padding-bottom: 10px;
    background: #fff;
    width: 40%;
    float: right;
}

#testimonials-section .testimonials-slider.slider-active {
    width: 55%;
    float: left;
    margin-top: 15%;
}


#testimonials-section .testimonials-slider .display-flex {
    display: flex;
    margin-top: 30px;
}

#testimonials-section .testimonials-slider .rv-heading h3 {
    font-size: 20px;
    font-weight: 400;
    color: #023d69;
    margin-top: 0;
    margin-bottom: 5px;
}

#testimonials-section .testimonials-slider .rv-heading label {
    font-size: 17px;
    color: #023d69;
    font-weight: 400;
    padding-left: 23px;
}

#testimonials-section .slick-list {
    padding-left: 20px;
    padding-right: 20px;
}

#testimonials-section .slick-list::after {
    content: '';
    background: #ab1e31;
    width: 100%;
    max-width: 355px;
    height: 400px;
    position: absolute;
    top: 17%;
    left: auto;
    right: 29%;
    z-index: -1;
}

#testimonials-section .rv-img-content img {
    max-width: 53px;
}

#testimonials-section ul.slick-dots {
    list-style: none;
    display: flex;
    display: -webkit-flex;
}

#testimonials-section ul.slick-dots li button {
    background: #a5a5a5;
    width: 14px;
    height: 14px;
    border-radius: 15px;
    font-size: 0;
    padding: 0;
    border: 0;
    margin: 0 5px;
}

#testimonials-section ul.slick-dots li.slick-active button {
    background: #023d69;
}


/*-----------------------------
          Gravity
------------------------------*/
.gform_footer input[type=submit] {
    padding: 10px 60px;
}

.gform_footer {
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;

}

.gform_body .gfield_html {
    text-align: center;
    font-size: 16px !important;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.gform_wrapper.gravity-theme .gfield input, 
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
    background: #fff;
    border: 1px solid #dcdcdc;
    min-height: 50px;
    color: #31313f;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.45;
    padding-left: 20px !important;
    margin-bottom: 10px !important;
}

.gform_wrapper.gravity-theme .gfield input::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
    color: #31313f;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.gform_confirmation_message {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    background-color: #013d68;
    color: #fff;
    padding: 20px;
}

.gfield_radio .gchoice  label {
    font-weight: 400;
}

.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input {
	min-height: 30px;
    margin-bottom: 0 !important;
}



/*-----------------------------
          Responsive
------------------------------*/
@media only screen and (max-width: 1600px) {
     #step-section .step h2.fl-heading{
        font-size: 40px;
     }
     #step-section .step-0 .fl-rich-text p {
        font-size: 25px;
     }
}


@media only screen and (max-width: 1366px) {
    #header-top #menu-main-menu li a,
    #footer-mid #menu-main-menu-1 li a{
        padding-left: 10px;
        padding-right: 10px;
    }
    #step-section .step .fl-photo-content img {
        max-width: 60px;
    }
}

@media (max-width: 1440px) and (min-width: 993px) { 
	.banner-text h2 {
    font-size: 60px !important;
}
    .hd-lg h2,
    #fl-main-content .hd-lg {
        font-size: 45px;
    }
    #inner-banner-section .hd-xl {
        font-size: 60px;
    }
    .hd-md h2,
    .hd-md {
        font-size: 30px;
    }
    #fl-main-content .banner-slider .h2 {
        font-size: 55px;
    }
    #fl-main-content .banner-slider .h3 {
        font-size: 45px;
    }
    #product-section .fl-tabs-vertical .fl-tabs-labels .fl-tabs-label {
        font-size: 20px;
    }

}

@media (max-width: 1280px) and (min-width: 993px) { 
    .hd-lg h2,
    .hd-lg {
        font-size: 40px;
    }
    #inner-banner-section .hd-xl {
        font-size: 50px;
    }
    #fl-main-content .hd-sm h2 {
        font-size: 30px;
    }

}

@media only screen and (max-width: 1280px) { 
    #testimonials-section .testimonials-slider {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media only screen and (max-width: 1199px) {
    #header-top #menu-main-menu li a {
        font-size:16px;
    }
    #footer-mid #menu-main-menu-1 li a{
        font-size: 16px;
    }
    #step-section .step h2.fl-heading {
        font-size: 30px;
    }
    #step-section .step-0 .fl-rich-text p {
        font-size: 20px;
    }
    #step-section .fl-col-group .fl-col.step {
        display: flex;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-items: center;
    }
    #inner-banner-section::before {
        content: '';
        background-color: #ffffff6e;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    #inner-banner-section #inner-banner-content {
    	position: relative;
    	z-index: 2;
    }

}

@media only screen and (max-width: 1100px) {
    #step-section .step-column .fl-rich-text p {
        line-height: 1;
    }
    #partners-section .display-flex .fl-col-content {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    } 
    #product-section .fl-tabs-vertical .fl-tabs-labels .fl-tabs-label {
        padding-left: 10px;
        padding-right: 10px;
    }
    #testimonials-section .slick-list {
        padding-left: 10px;
        padding-right: 10px;
    }
    #inner-banner-section #inner-banner-content {
        margin-right: auto;
        position: relative;
        z-index: 2;
    }
    #inner-banner-section {
        position: relative;
    }


}
@media screen and (min-width:1101px) and (max-width:1199px){
	#inner-banner-section #inner-banner-content {
    width: 100%;
    max-width: 475px;
    margin: auto;
    margin-right: 0;
}
	.banner-text h2 {
    font-size: 50px !important;
}
}
@media (max-width: 1190px) and (min-width: 993px) {
    #header-mid .fl-row-content-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header-mid-right .fl-rich-text * {
    	font-size: 24px;
    }
    #header-mid-right a.fl-button {
    	font-size: 16px;
    }
    #product-section .fl-tabs-vertical .fl-tabs-labels {
        padding-left: 0;
    }
}

@media (max-width: 1100px) and (min-width: 993px) {
    #header-mid-right .fl-rich-text * {
    	font-size: 17px;
    }
    #header-top .fl-row-content-wrap {
    	padding-left: 0;
    	padding-right: 0;
    }
}

@media only screen and (min-width: 993px) {
    .banner-slider .bx-wrapper .bx-pager {
	    max-width: 1280px;
	    margin: auto;
	    left: 0;
	    right: 0;
	    text-align: left;
	    padding-left: 30px;
    }
    .testimonial-ipad {
        display: none;
    }
    #testimonials-section .slick-slide {
        margin: 0 30px;
    }
    #testimonials-section ul.slick-dots {
        position: absolute;
        bottom: 11%;
        left: 60px;
    }
    #testimonials-logo-section .fl-row-content {
        position: relative;
    }
    #testimonials-logo-section .fl-col-group {
        position: absolute;
        top: 35px;
    }

}

@media only screen and (max-width: 992px) {
    #header-mid-right {
    	display: none;
    }
    #header-top .fl-row-content-wrap {
        min-height: 20px;
    }
    #header-top .fl-menu-mobile-toggle.hamburger {
	    position: absolute;
	    top: 60px;
	    z-index: 9;
	    right: 10px;
	    color: #023d69;
	    background-color: transparent;
    }
    #header-top .fl-menu-mobile-toggle.hamburger:hover {
	    background-color: transparent;
    }
    #header-top #menu-main-menu {
	    position: fixed;
	    top: 0px;
	    bottom: 0px;
	    left: 0px;
	    width: 70%;
	    z-index: 99;
	    background-color: rgb(171, 30, 49);
	    padding-top: 40px;
	    overflow:scroll;
    }
    #header-top #menu-main-menu li a {
	    font-size: 18px;
	    padding-left: 25px;
	    padding-right: 25px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    max-width: max-content;
	}
	#header-top .fl-menu-mobile-toggle.hamburger.fl-active {
	    position: fixed;
	    top: 10px;
	    z-index: 999;
	    right: 34%;
        background-image: url(./images/cl.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 12px;
	}
    #header-top .fl-menu-mobile-toggle.hamburger.fl-active span.svg-container {
        display: none;
    }
	#footer-copyright .fl-col-group {
		display: block;
	}
	#footer-copyright #menu-legal {
	    display: flex;
	    justify-content: center;
	    display: -webkit-flex;
	    -webkit-justify-content: center;
	}
	#footer-mid #menu-main-menu-1 {
		text-align: center;
	}
	.banner-slider .fl-slide-bg-photo {
		position: absolute;
		opacity: .5;
	}
	#fl-main-content .banner-slider .fl-slide-content {
		background: transparent;
	}
	#fl-main-content .banner-slider .h2,
	#fl-main-content .banner-slider .h3 {
		font-size: 40px !important;
		line-height: 1.1 !important;
	}
	#fl-main-content .banner-slider .fl-slide-mobile-photo {
        display: none;
	}
	#fl-main-content .banner-slider .fl-slide-content-wrap {
	    max-width: 100%;
	}
	.banner-slider .fl-slide {
		padding-top: 40px;
		padding-bottom: 40px;
	}
    .step-column > .fl-col-content.fl-node-content {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    #banner-section .fl-content-slider,
    #banner-section .fl-content-slider .bx-viewport,
    #banner-section .fl-content-slider .fl-slide {
        min-height: 500px !important;
        max-height: 500px;
    }
    .banner-slider .fl-slide-bg-photo {
        background-size: cover;
        background-position: center;
    }
    #header-top {
        position: relative;
        z-index: 10;
    }
    .banner-slider .bx-controls {
        bottom: 10%;
    }
    #text-image-right-section .fl-col-group {
        display: flex;
        flex-direction: column-reverse;
        display: -webkit-flex;
        -webkit-flex-direction: column-reverse;
    }
    #product-section .fl-tabs-vertical .fl-tabs-labels {
        padding-left: 15px;
        padding-right: 15px;
    }
    #product-section .fl-tabs-panels .fl-tabs-panel-content img {
        float: none;
        margin: auto;
    }
    #testimonials-section .testimonials-slider.slider-active,
    #testimonials-section .testimonials-slider {
        width: 100%;
        float: left;
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 20px;
    }
    #testimonials-section .fl-col-group {
        display: none;
    }
    #testimonials-section ul.slick-dots {
        justify-content: center;
        -webkit-justify-content: center;
        padding-left: 0;
    }
    #testimonials-section .slick-track {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }
    #testimonials-section .slick-list::after {
        top: 0;
    }
    #product-section .fl-tabs-panels .fl-tabs-panel-content h3 {
        font-size: 22px;
    }
    #product-section .fl-tabs-panels {
        padding: 30px 10px;
    }
    header.scroll-header {
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    header.scroll-header #header-mid-left .fl-photo-content img {
    	max-height: 70px !important;
    }
    header.scroll-header #header-top .fl-menu-mobile-toggle.hamburger {
    	top: 47px;
    } 
}

@media only screen and (max-width: 767px) { 
    #header-mid #header-mid-left img.fl-photo-img {
        max-width: 175px;
    }
    .banner-slider .fl-slide-foreground {
	    padding: 0;
	}
	#fl-main-content .banner-slider .h2, #fl-main-content .banner-slider .h3 {
	    font-size: 30px !important;
	}
    #step-section .fl-col-group .fl-col.step {
    width: 100%;
    min-width: 25%;
    max-width: 25%;
	}
    #step-section .fl-row-content > div:first-child {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    #step-section .fl-row-content-wrap {
        background: #023d69;
        padding-left: 0;
        padding-right: 0;
    }
    #step-section .fl-col-group .fl-col.step {
        justify-content: center;
        -webkit-justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    #step-section .step h2.fl-heading {
    font-size: 14px;
	}
	#step-section .step-0 .fl-rich-text p {
    font-size: 13px;
	}
	#step-section .fl-rich-text {
    font-size: 13px;
	}
	#step-section .step .fl-photo-content img {
    max-width: 45px;
	}
    #fl-main-content .banner-slider .fl-slide-content-wrap .fl-slide-text p {
        font-size: 18px !important;
    } 
    .display-flex > .fl-col-content {
        display: block;
    }
    #partners-section .display-flex .fl-col-content {
        display: flex;
        display: -webkit-flex;
    }
    #partners-section .display-flex .fl-module-photo {
        width: 50%;
    }
    .hd-sideline .fl-rich-text {
        padding: 0 10px;
    }
    .hd-sideline::before {
        top:auto;
        bottom: 6px;
    }
    #product-section .fl-tabs-panels .fl-tabs-panel-content h3 {
        font-size: 22px;
    }
    #product-section .fl-tabs-panels .fl-tabs-panel-content p {
        margin-bottom: 20px;
    }
    #product-section .fl-tabs-panels .fl-tabs-panel-content hr {
        margin-top: 0;
    }
    #product-section .fl-tabs-panel-content {
        padding: 40px 25px;
        padding-bottom: 40px;
        box-shadow: 0px 0px 3px 6px #d9d9d9;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 10px;
    }   
    #product-section .fl-tabs-panels {
        padding: 30px 0;
        box-shadow: none;
    }
    #product-section .fl-tabs-panel .fl-tabs-label:not(.fl-tab-active){
        border-bottom: 2px solid #d7d7d7;
    }
    #testimonials-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header-top .fl-menu-mobile-toggle.hamburger {
        top:50px;
    }
    #step-section .fl-col-group .fl-col.step:first-child::after {
        right: -1px;
    }
    #header-top .fl-menu-mobile-toggle.hamburger {
    	right: 0;
    }
}

@media only screen and (max-width: 320px) {  
    #header-top #menu-main-menu {
        width: 100%;
    }
    #header-top .fl-menu-mobile-toggle.hamburger.fl-active {
        right: 10%;
    }

}