/* Reset ================================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0
}

html body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:focus {
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
	color: #1B5FAC; 
}

a:hover {
    text-decoration: none;
}

.none {
    display: none !important;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    margin: 0;
}

h1 {
    font-size: 44px;
    font-weight: 600;
}

h2 {
    font-size: 38px;
    font-weight: normal;
}

h3 {
    font-size: 24px;
    font-weight: normal;
}

h4 {
    font-size: 20px;
    font-weight: normal;
}

h5 {
    font-size: 16px;
    font-weight: normal;
}

h6 {
    font-size: 14px;
    font-weight: normal;
}

/* Forms */

form {
    display: block;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */

table { 
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    font-weight: normal;
}

/* Lists */

ul, ol {
    list-style: none;
    margin: 0;
}

.img-center {
    margin: 0 auto;
    display: block;
}

/* Global Styles ========================================================================= */

.page-title.align-center {
    text-align: center;
}

.widget.page-title.style-2 {
    margin-bottom: 30px;
}
.widget.page-title.line-hide.style-2 {
	margin-bottom:0;
}
.widget.page-title.line-hide.style-2 .line {
	display:none;
}
.widget.page-title.line-hide.style-2 h5.title {
	font-size:28px
}

.page-title.style-2 .title {
    color: #333333;
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-title.style-2.align-center .line span {
    margin: 0 auto;
}

.page-title.style-2 .line span {
    background-color: #1b5fac;
    height: 6px;
    width: 140px;
    display: block;
    border-radius: 4px;
    position: relative;
}

.page-title.style-2 .line span::before {
    content: "";
    width: 70px;
    height: 6px;
    background-color: #e99923;
    display: block;
    border-radius: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.page-title.style-2 .sub-title {
    color: #666666;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}

.footer {
    background-color: #1b5fac;
    background-image: url("../images/footer-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 0;
}

.footer .footer-menu .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-menu .menu .menu-item a {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.footer-menu .menu .menu-item a:hover {
    color: #e99923;
}

.footer-menu .menu .menu-item+.menu-item {
    margin-left: 30px;
}

.footer-menu .menu .menu-item a::before {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #e99923;
    display: inline-block;
    border-radius: 30px;
    margin-right: 8px;
    vertical-align: middle;
}

.footer .copyright-content .copyright-inner {
    text-align: center;
    border-top: 1px solid #769fcd;
    color: #ffffff;
    font-size: 14px;
    padding-top: 35px;
}

.footer .copyright-content .copyright-inner a {
    color: #e99923;
}

.home-banner .wpb_single_image .vc_single_image-wrapper, 
.home-banner .wpb_single_image .vc_single_image-wrapper img, 
.home-banner .wpb_single_image .vc_figure, 
.banner-bg.wpb_single_image .vc_single_image-wrapper, 
.banner-bg.wpb_single_image .vc_single_image-wrapper img, 
.banner-bg.wpb_single_image .vc_figure {
    display: block;
    width: 100%;
}
.home-banner .wpb_single_image.w-auto .vc_single_image-wrapper img{
	width:auto;
	margin: 0 auto;
}

/* .home-banner .wpb_single_image .vc_figure img, .banner-bg.wpb_single_image .vc_figure img { */
    /* width: 100%; */
/* } */

.wpb_single_image.banner-bg {
    position: absolute;
    bottom: -1px;
    z-index: 2;
    width: 100%;
}
.wpb_gallery  .wpb_gallery_slides.flexslider {
	margin:0 !important;
	border: 0;
}


.wpb_row.banner-content-items {
   position: absolute !important;
    top: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.home  .wpb_row.banner-content-items {
	position: absolute;
    top: 60px;
    z-index: 6;
    text-align: center;
    width: 100%;
}

.vc_row.bg_row {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content .page-title .title {
    font-size: 44px;
    font-weight: 600;
    line-height: 48px;
    color: #1B5FAC;
}

.banner-content .page-title .sub-title {
    color: #333333;
    font-weight: 500;
	line-height:38px;
    font-size: 28px;
    margin: 10px 0 40px 0;
}

.theme-button .vc_general.vc_btn3 {
    background-color: #1b5fac;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 30px;
    padding: 10px 25px;
	text-transform: none;
	    line-height: normal;
}

.theme-button .vc_general.vc_btn3:focus {
    background-color: #1b5fac;
    color: #ffffff;
}

.theme-button.theme-orange .vc_general.vc_btn3, .theme-button .vc_general.vc_btn3:hover {
    background-color: #e99923;
    color: #ffffff;
}

.theme-button.theme-orange .vc_general.vc_btn3:hover {
    background-color: #ffffff;
    color: #e99923;
}

.vc_btn3-container.theme-button {
    margin: 0;
}

.request-call .page-title .title {
    font-weight: 600;
    color: #1b5fac;
    font-size: 24px;
    margin-bottom: 24px;
}

.request-call .vc_column-inner .wpb_wrapper {
    border-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
} 

.form-sections .form-group .form-control {
    color: #333333;
    font-size: 14px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #dcecff;
    margin: 0;
}

.form-sections .form-group textarea.form-control {
    height: 120px;
    resize: none;
}

.form-sections .form-group .form-control:focus {
    border-color: #1b5fac;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.form-sections .form-group label {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.form-sections .form-group label span {
    color: #ff0000;
}

.form-sections .form-group .form-content {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
	margin-bottom: 15px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-top-80 {
    padding-top: 50px;
}

.product-box .vc_column-inner>.wpb_wrapper {
    border-radius: 8px;
    background-color: #dcecff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
	height:100%;
}

.product-box .wpb_single_image .vc_single_image-wrapper, .product-box .wpb_single_image .vc_figure {
    display: block;
}

.product-box .wpb_single_image .vc_single_image-wrapper img {
    width: 100%; 
    background-color: #B4B9BD;
}

.product-box .page-title .title {
    font-size: 16px;
    color: #1b5fac;
    font-weight: 600;
    padding: 18px 10px;
    line-height: 22px;
}

.product-box .vc_btn3-container.theme-button {
    padding-bottom: 18px;
}

.product-list-icon .gsc-image-content {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
}

.product-list-icon .gsc-image-content>a {
    width: 100px;
    margin-right: 30px;
    position: relative;
}

.product-list-icon .gsc-image-content a>span {
    height: 100px;
    background-color: #ffffff;
    border: 1px solid #1b5fac;
    border-radius: 100px;
    width: 100px;
    padding: 18px 0;
    display: block;
}

.product-list-icon .gsc-image-content>a::after {
    content: "";
    background-color: #1b5fac;
    display: block;
    height: 125%;
    width: 6px;
    left: 50%;
    position: absolute;
    z-index: 0;
    transform: translateX(-50%);
}

.product-list-icon .gsc-image-content:last-child>a::after {
    display: none;
}

.product-list-icon .gsc-image-content .box-content {
    width: calc(100% - 130px);
    padding: 0;
    text-align: left;
}

.product-list-icon .gsc-image-content .box-content .title {
    color: #1b5fac;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 26px;
}

.product-list-icon .gsc-image-content .box-content .desc {
    font-size: 16px;
    color: #666666;
}

.product-list-icon .gsc-image-content .box-content .read-more {
    margin-top: 5px;
}

.product-list-icon .gsc-image-content .box-content .read-more .btn-theme::after {
    display: none;
}

.product-list-icon .gsc-image-content .box-content .read-more .btn-theme {
    font-size: 16px;
    color: #e99923;
    background-color: transparent;
    padding: 0;
    line-height: normal;
    border: 0;
}

.services-box .vc_column-inner {
    height: 100%;
}

.services-box .vc_column-inner>.wpb_wrapper {
    border-radius: 8px;
    height: 100%;
    background-color: #dcecff; 
    padding: 40px 0;
	margin-bottom:30px;
}

.services-box .vc_column-inner .gsc-image-content {
    max-width: none;
    margin-bottom: 0;
}

.services-box .gsc-image-content span::before{
	content:url("/wp-content/uploads/2023/02/highlight-icon.png");
	position: absolute;
    top: -48px;
    left: -66px;
    z-index: 0;
}
.services-box .gsc-image-content span {
    background-color: #1b5fac;
    border: 10px solid #bed6f0;
    height: 140px;
    width: 140px;
    display: flex;
    margin: 0 auto;
    border-radius: 140px;
	position: relative;
	align-items: center;
    justify-content: center;
}
.services-box .gsc-image-content span::after {
	position: absolute;
    height: 42px;
    width: 42px;
    background-color: #E99923;
    border-radius: 30px;
    border: 4px solid #E9F3FF;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 36px;
    top: 0;
    right: -20px;
}
.services-box .vc_col-sm-4:first-child .gsc-image-content span::after {
	content: "1"; 
}
.services-box .vc_col-sm-4:nth-child(2) .gsc-image-content span::after {
	content: "2"; 
} 
.services-box .vc_col-sm-4:last-child .gsc-image-content span::after {
	content: "3"; 
}
.services-box .vc_col-sm-3:first-child .gsc-image-content span::after {
	content: "1"; 
}
.services-box .vc_col-sm-3:nth-child(2) .gsc-image-content span::after {
	content: "2"; 
}
.services-box .vc_col-sm-3:nth-child(3) .gsc-image-content span::after {
	content: "3"; 
}
.services-box .vc_col-sm-3:last-child .gsc-image-content span::after {
	content: "4"; 
}

.services-box .gsc-image-content span img {
    /* filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(187deg) brightness(98%) contrast(104%); */
    /* height: 50px; */
}
.services-box .gsc-image-content.white-icon span img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(187deg) brightness(98%) contrast(104%); 
    /* height: 50px; */
}
.wpb_wrapper p strong {
    font-weight: 600;
    color: #000000;
}
.services-box .gsc-image-content .box-content .title {
    font-size: 18px; 
    color: #1b5fac;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 0; 
}

.services-box .gsc-image-content .box-content .desc {
    font-size: 14px;
    color: #666666;
    line-height: normal;
}

.cta-row {
    padding-bottom: 280px;
}

.cta-row .page-title.text-light .title {
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    line-height: 48px;
}

.cta-row .page-title.text-light .sub-title {
    font-size: 22px;
    color: #dcecff;
    font-weight: 600;
}

.vc_row.gallery-row {
    margin-top: -250px;
}

.products .testimonial-content {
    background-color: #dcecff;
    border-radius: 8px;
    padding: 36px;
    position: relative;
}

.testimonial-content .right .title {
    font-size: 24px;
    color: #1b5fac;
    font-weight: 600;
}

.testimonial-content .right .quote {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #666666;
}

.products .testimonial-content .left {
    float: right;
}

.products .testimonial-content .left .avatar img {
    width: 122px;
    height: 122px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    object-fit: cover;
    object-position: center;
}

.gva-testimonials .carousel-view .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 28px;
	display:flex;
}

.gva-testimonials .carousel-view .owl-carousel .owl-nav [class*="owl-"] {
    border: 1px solid #1b5fac;
    background-color: #ffffff;
    height: 44px;
    width: 44px;
    color: #1b5fac;
    line-height: 44px;
    text-align: center;
	border-radius: 30px;
    margin: 0 2px;
}

.gva-testimonials .carousel-view .owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #1b5fac;
    color: #ffffff;
}

.gva-contact-info .content .contact-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gva-contact-info .content .contact-box+.contact-box {
    margin-top: 30px;
}

.contact-box .contact-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background-color: #fbebd3;
    color: #e99923;
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
}

.contact-box.email .contact-icon {
    font-size: 22px;
}

.contact-box .contact-info-content {
    width: calc(100% - 70px);
}

.contact-info-content label {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.contact-info-content p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.contact-info-content p a:hover {
    color: #e99923;
}

.header-default .header-bg-pattern {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.header-default .header-bg-pattern img {
    width: 100%;
}

.content-row .page-title.style-3 {
    margin-bottom: 20px;
}

.content-row .page-title.style-3 .title {
    color: #1b5fac;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}

.content-row .wpb_text_column .wpb_wrapper p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.content-row .wpb_text_column .wpb_wrapper p strong, .content-row .wpb_text_column .wpb_wrapper p b {
    font-weight: 600;
    color: #333333;
}

.content-row.box-bg .vc_column-inner>.wpb_wrapper {
    padding: 40px;
    background-color: #edf5ff;
    border-radius: 8px;
    height: 100%;
}
.content-row .wpb_text_column .wpb_wrapper ol,
.content-row .wpb_text_column .wpb_wrapper ul {
    margin-bottom: 20px;
}

.content-row .wpb_text_column .wpb_wrapper ul li {
    position: relative;
    padding-left: 30px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}
.content-row .wpb_text_column .wpb_wrapper ol li {
	position: relative; 
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}
.content-row .wpb_text_column .wpb_wrapper ol { 
	list-style: auto;
    list-style-position: outside;
	padding-left: 18px;
}
.content-row .wpb_text_column .wpb_wrapper ol li + li,
.content-row .wpb_text_column .wpb_wrapper ul li+li {
    margin-top: 8px;
}

.content-row .wpb_text_column .wpb_wrapper ul li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    top: 10px;
    border-radius: 20px;
    background-color: #1b5fac;
    left: 0;
}

.content-row .wpb_text_column .wpb_wrapper b a,
.content-row .wpb_text_column .wpb_wrapper strong a,
.content-row .wpb_text_column .wpb_wrapper ol li a,
.content-row .wpb_text_column .wpb_wrapper ul li a,
.content-row .wpb_text_column .wpb_wrapper p a,
.content-row .wpb_text_column .wpb_wrapper a {
	font-size: 18px;
	color: #1b5fac;
    font-weight: 500;
	
}

.header-v1 .header-right .content-innter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-v1 .header-right .header-information {
    margin-left: 15px;
}

.header-information a {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 30px;
    padding: 10px 25px;
    background-color: #e99923;
    color: #ffffff;
	white-space: nowrap;
}

.header-information a:hover {
    color: #ffffff;
    background-color: #1b5fac;
}

.header-right ul.navbar-nav.gva-nav-menu>li>a {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding: 36px 10px;
}



.service-content .post_category{
	font-size:24px;
	color:#1b5fac;	
	font-weight:600;
}

.service-content .title{
	font-size:20px;
	font-weight:500;
	color:#3f3f3f;	
	padding: 10px 0;
}

.service-content .desc{
	font-size : 14px;
	color:#666666;
	padding-bottom:15px;
}

.header-information a i,
.header-mobile .canvas-menu a i{
	line-height:40px !important;
}
.service-block .service-images img{width:100%;}

.faq-list {
	background-color:#ffffff;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.04); 
	-webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.04);
}
.faq-list .vc_toggle_title {
	border:0;
}
.faq-list.vc_toggle .vc_toggle_content{
	padding: 20px 20px;
    border-top: 1px solid #CCCCCC;
}
.bg-box > .vc_column-inner > .wpb_wrapper{
	background-color:#EDF5FF;
	height: 100%;
	margin-bottom: 20px;
    padding: 20px;
}
.text-primary h4,
.text-primary {
	color:#1b5fac;
}
.variante-box  .highlight_content .title-inner .highlight-icon {
	height: 56px;
    width: 56px;
    background-color: #1B5FAC;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.variante-box  .highlight_content .title-inner .title {
	background-color:#EDF5FF;
	width: 100%;
	padding:10px;
	color:#1b5fac;
}
.variante-box  .highlight_content .desc{
	border:2px solid #EDF5FF;
	padding: 10px;
	width:calc(100% - 66px);
	margin-left: auto;
}
.home .wpcf7-form {
	margin:0;
	text-align:left;
}
.jobs-block .read-more .btn-theme::after {
	display:none;
}
.jobs-block .read-more .btn-theme {
	padding: 0;
    border-radius: 0;
    background-color: transparent;
    line-height: normal;
    font-size: 18px;
    color: #1B5FAC;
}
.gsc-image-content.jobs-block .box-content .read-more {
	margin-top:0; 
}
.gsc-image-content.jobs-block .box-content {
	padding-left:0;
	padding-right:0;
}
.border-box .wpb_wrapper {
	border:2px solid #EDF5FF; 
    min-height: 80px;
    display: flex;
    align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.border-box .wpb_wrapper:hover {
	border-color:#1B5FAC;
	background-color:#1B5FAC;
}
.border-box .wpb_wrapper p {
	color:#666666;
	font-weight:500;
	padding-left: 15px;
    padding-right: 15px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.border-box .wpb_wrapper:hover p {
	color:#ffffff;
}
.wpb_content_element.border-box {
	margin-bottom:20px;
}
.bullet-point .wpb_wrapper ul li {
	padding-left:35px;
	position:relative;
	color:#666666;
	font-weight:500;
}
.bullet-point .wpb_wrapper ul li::before {
	content:url("../images/polygon.svg");
	position: absolute;
    left: 0;
    top: 3px; 
}
.bullet-point .wpb_wrapper ul li+li {
	margin-top:15px;
}
.page.home .header-default .sticky-wrapper {
	height: 106px;
}
.page.home .header-default .sticky-wrapper #header-add-remove-style {
	background: #EAF4FF;
	-webkit-box-shadow: 2px 3px 3px rgb(0 0 0 / 10%);
    box-shadow: 2px 3px 3px rgb(0 0 0 / 10%);
}
.gsc-image-content.style-1 .box-content {
	padding: 20px 15px 0;
}
.services-box-content.row-container { 
	position:relative;
	z-index:5;
}
.form-submit.theme-button .wpcf7-spinner {
	margin:0;
}

.home-banner .wpb_gallery_slides.flexslider .flex-direction-nav { 
	display:none;
} 
.wpcf7 form .wpcf7-response-output {
	margin: 10px 0 0;
    padding: 10px;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.wpcf7 form.invalid .wpcf7-response-output {
	background-color: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
}
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
	background-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
	background-color: #f56e28;
}
.form-group .dscf7captcha{
	margin-bottom: 0;
	color: #333333;
    font-size: 14px;
    font-weight: 600;
}
.form-group .dscf7captcha .wpcf7-form-control-wrap .wpcf7-text {
	margin:0 !important;
	color: #333333;
    font-size: 14px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #dcecff;
	width: 100% !important;
}
.form-group .dscf7captcha .dscf7_refresh_captcha .dscf7_captcha_reload_icon,
.form-group .dscf7captcha .dscf7_refresh_captcha .dscf7_captcha_icon {
	height:22px !important;
	width:22px !important;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.home-banner .wpb_gallery .wpb_flexslider .flex-control-paging {
	display: flex;
	flex-direction: column;
    row-gap: 20px;
	top: 40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: 0;
	width: auto;
    right: 10px;
	max-height:none;
}
.home-banner .wpb_gallery .wpb_flexslider .flex-control-nav:after {
	display:none;
}
.home-banner .wpb_gallery .wpb_flexslider  .flex-control-nav li {
	margin:0;
	display: block;
}
.home-banner .wpb_gallery .wpb_flexslider  .flex-control-nav li a{
	width: 24px;
    height: 24px;
    background-color: transparent;
    position: relative;
    border: 2px solid transparent;
	box-shadow:none;
}
.home-banner .wpb_gallery .wpb_flexslider  .flex-control-nav li a.flex-active {
	border-color:#ffffff;
}
.home-banner .wpb_gallery .wpb_flexslider  .flex-control-nav li a::after {
	content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    background-color: #ffffff;
}