/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
.w-nav.type_desktop .w-nav-anchor.level_1 {
    border-radius: 5px !important;
}
.l-subheader.at_middle .l-subheader-cell.at_left,
 .l-subheader.at_middle .l-subheader-cell.at_right{
	        flex-basis: 250px!important;
}
/* prevent horizontal scrolling on iPad */
html:not(.no-touch) .l-canvas { overflow: hidden; }
/* prevent horizontal scrolling for full-width Rows */
.l-section.width_full { overflow: hidden; }

.w-iconbox.iconpos_left.mega-menu, .w-iconbox.iconpos_right.mega-menu {
    align-items: center;
	margin-bottom: 10px;
	    min-height: 65px;
}
.mini_cart_item .subscription-details {
    display: none;
}
.mega-menu-set ul.w-nav-list.level_2 {
    border-radius: 8px;
	    margin-top: 15px;
}
.mega-menu {
    padding: 7px;
    border-radius: 5px;
}
.mega-menu:hover {
    background: #f0f3ff;
    border-radius: 5px;
}
.mega-menu img {
    border-radius: 5px;
}

.mega-menu a.w-iconbox-link {
    position: absolute;
    width: 100%;
}
.mega-menu .w-iconbox-title a {
    position: relative;
}
.mega-menu .w-iconbox-meta {
    padding-left: 60px;
}
.mega-menu .w-iconbox-title {
    font-size: 13px !important;
	    line-height: 20px;
    font-weight: 600;
	    padding-bottom: 2px!important;

}
.mega-menu .w-iconbox-icon i {
    font-size: 22px;
}
.mega-menu .w-iconbox-icon {
    font-size: 3rem !important;
    margin-right: 9px !important;
    background: #f0f3ff;
    padding: 8px;
    height: 50px;
    width: 50px !important;
    border-radius: 50%;
	    border: 1px solid #ffffff;
}
.mega-menu a.w-iconbox-link {
    line-height: 0;
}
.mega-menu .w-iconbox-text {
    font-size: 13px;
    line-height: 17px;
    color: #7e7e7e;
    font-weight: 200;
}
.l-subheader .w-nav.ush_menu_1.type_mobile .w-nav-list.level_1 {
    border-radius: 15px;
    margin: 0px 15px;
}


.modal .g-cols {
    margin: 0px !important;
}
 .w-popup-wrap[style*="--popup-padding"] .w-popup-box-content {
        padding: 0px;
    }
.border-box .vc_column-inner {
    padding-bottom: 25px;
    padding-top: 25px;
}
.border-box {
    background: #e8e8e8;
    position: relative;
    gap: 1px;
    flex-wrap: initial !important;
}
.hide-top-before::before,
.hide-top-after::after{
    display:none;
}
.border-box::before,
.border-box::after{
    content: "";
    position: absolute;
    z-index: 99;
    inline-size: 100%;
    block-size: 1px;
    background: #e8e8e8;
    background: radial-gradient(circle, #e8e8e8 40%, transparent 100%);
}
.border-box::after {
        inset-block-end: 0!important;
}
.border-box .w-iconbox-icon {
    margin-right: 10px !important;
}
.border-box .vc_column_container {
    background: #fff;
}
.border-box > :first-child {
    border-radius: 0 6px 6px 0;
}
.border-box >:nth-child(2) {
    border-radius: 6px;
}
.border-box >:nth-child(3) {
    border-radius: 6px 0 0 6px;
}
.border-box >:nth-child(3).vc_col-xs-6 {
    border-radius: 6px;
}
.border-box .w-iconbox-title {
    font-weight: 600;
    font-size: 16px !important;
}
.border-box .w-iconbox-text {
    line-height: 22px;
    font-size: 14px;
}
.border-box .w-iconbox-icon i {
    font-size: 28px;
    background: linear-gradient(90deg, #3096fd, #6a0bff78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.remove-shadow::before, 
.remove-shadow::after{
	display:none;
}
@media (max-width:767px){
	.mega-menu-container .w-vwrapper {
    margin-bottom: 20px !important;
}
	.post-7508 {
    margin-top: 50px !important;
}
	.faqs .w-tabs-section-title {
    font-size: 14px !important;
}
	.w-iconbox.iconpos_left.mega-menu, .w-iconbox.iconpos_right.mega-menu {
    max-width: 100%;
    min-height: 65px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}
.border-box {
    flex-wrap: wrap !important;
}
.border-box .vc_column_container {
           margin: 0px !important;
}
.borders-grids {
    grid-template-columns: repeat(2, 1fr);
    display: grid !important;
}
	.borders-grids .wpb_column {
    width: 100%;
}
}

.modal button.w-popup-closer {
    background: #fff;
    border-radius: 50px;
    top: 15px;
    right: 15px !important;
    font-size: 17px;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
}

.new-badge {
    position: relative;
	display: inline-block;
}
.new-badge::after {
    letter-spacing: 1px;
    content: "Whats new";
    font-size: 8px;
    background: #279727;
    color: #fff;
    padding: 5px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    position: absolute;
    line-height: 8px;
    margin-left: 10px;
    min-width: 59px;
    top: 2px;
    font-weight: 700;
    overflow: hidden;
    animation: badgePulse 1.8s infinite ease-in-out;
    box-shadow: 0 0 0 rgba(39, 151, 39, 0.6);
}

@keyframes badgePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(39, 151, 39, 0.55);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(39, 151, 39, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(39, 151, 39, 0);
    }
}
.new-badge::before {
    content: '';
    display: block;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #279727;
	top: 50%;
    transform: translateY(-50%);
    margin: 0px;
    right: -10px
}

.sr-icon .attachment-full.size-full {
    border: 1px solid #d5eaff;
}
.w-iconbox-icon img {
    border: none !important;
}

.owl-item.active {
    position: relative;
}

.w-tabs.style_timeline>.w-tabs-list .w-tabs-item {
    line-height: 4.5rem;
    height: 4.5rem;
    width: 4.5rem;
    min-width: 4.5rem;
}
.reviews strong {
	    margin-bottom: 10px;
}
.reviews {
    margin-bottom: 0px;
}
.highlight strong{
 position: relative;
    z-index: 1;
        display: inline-table;
}
.highlight strong::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 50%;
    white-space: absolute;
    border-radius: 0.6em 0.2em;
    z-index: -1;
    top: 15px;
    left: 0;
    transform: rotate(358deg);
    background: linear-gradient(to top, #183ad617 50%, #eeeff2 50%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    animation-name: highlight;
    animation-duration: .75s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
.double-headings h2 {
    font-size: 45px;
    letter-spacing: -1px;
}
.double-headings p strong {
    letter-spacing: 1px;
    color: #2f94fd;
    FONT-SIZE: 15PX;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    display: block;
}
.double-headings p {
    margin-bottom: 0;
    font-size: 20px;
}




.main-banner-round {
    border-radius: 0px 0px 100px 100px;
}

.main-banner-round-up {
    border-radius: 100px 100px 0px 0px;
}

.banners .g-cols {
    max-width: 1000px;
    margin: 0 auto !important;
}


.main-banner p strong {
  font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #dcdcdc;
    padding: 4px 11px;
    border-radius: 50px;
    background: #ffffff;
}
.main-banner p  {
    font-size: 16px;
}
p.w-person-name {
    margin-bottom: 2px;
    font-size: 25px;
    color: #000;
}
.w-person-description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
}

.contact-banner a {
    color: #fff;
    font-weight: 700;
    border-bottom: 10px solid;
}
.contact-banner a:hover {
    color: #fff !important;
    text-decoration: none;
    border: none;
    list-style: none;
}

.ft p {
    line-height: 24px;
}

.wt {
       display: inline-block!important;
    position: fixed;
    right: 22px;
    bottom: 22px;
    background-color: #49e670;
    border-radius: 50%;
    padding: 5px;
    height: 60px;
    width: 60px;
    z-index: 999999;
    text-align: center;
}
.row-center {
    margin: 0 auto !important;
}
.banners h1 {
    font-size: 80px;
    line-height: 80px;
}

.next i {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 15px;
}
.light-box .vc_col-sm-3 > div {
  background: #fff;
  margin: 5px;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 3px 6px 30px -18px rgba(0, 0, 0, 0.14) !important;
  -webkit-box-shadow: 3px 6px 30px -18px rgba(0, 0, 0, 0.14) !important;
  -moz-box-shadow: 3px 6px 30px -18px rgba(0, 0, 0, 0.14) !important;
}
.light-box .vc_col-sm-3  {
  margin-bottom: 5px!important;
}
.light-box .wpb_column > div {
  background: #fff;
  margin: 3px 5px;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 3px 6px 30px -18px rgba(0, 0, 0, 0.14) !important;
  -webkit-box-shadow: 3px 6px 30px -18px rgba(0, 0, 0, 0.14) !important;
  -moz-box-shadow: 3px 6px 30px -18px rgba(0, 0, 0, 0.14) !important;
}
.light-box .wpb_column  {
  margin-bottom: 5px!important;
margin-top: 0px !important;
}


.sr-menu li {
    border-bottom: 1px #ddd solid;
    padding: 10px 0px;
    margin-bottom: 0px !important;
}
.sr-menu .current-menu-item::after {
    content: '\f061';
font-family: "fontawesome";
font-weight: 900;
    color: #353232;
	position: absolute;
right: 20px;
}
.sr-menu.us_menu_1 .menu>li {
    margin: 0 !important;
}
.sr-menu .current-menu-item {
    color: #0094ff;
}
.custom-text h2,
.custom-text h3,
.custom-text h4
{
    font-family: var(--font-body) !important;
}
.custom-text h2 {
    font-size: 34px;
    line-height: 40px;
}



@media (max-width:767px){
	header.sticky .l-subheader-h {
    padding: 0px 15px!important;
    border-radius: 5px!important;
    height: 60px!important;
    margin-top: 10px!important;
}
.double-headings p strong {
       FONT-SIZE: 13PX;
}
	.double-headings h2 {
    font-size: 26px;
    letter-spacing: 0px;
}
	.double-headings p {
    font-size: 16px;
}
		.main-banner-round {
    border-radius: 0px 0px 30px 30px !important;
    overflow: hidden;
}
		.main-banner-round-up {
    border-radius: 30px 30px 0px 0px !important;
    overflow: hidden;
}

	
    .main-banner h1 {
        font-size: 25PX;
        LINE-HEIGHT: 30PX;
    }

.main-banner h6 {
    font-size: 18px;
}

blockquote {
    padding: 0;
}
.ceo-msg p {
    font-size: 20px !important;
    line-height: 33px!important;
    font-weight: 600!important;
}
.main-banner p {
    font-size: 16px;
}
	.ft-br p {
    margin: 0px !important;
}
	.social-icons .width_full {
    display: inline-block;
    text-align: center !important;
    margin: 0 auto;
}
	.social-icons i {
    display: none;
}
	.social-icons a {
    margin-left: 5px;
    margin-right: 5px;
}
	a.w-btn.us-btn-style_6.usg_btn_1.icon_atright {
    display: block;
}
	.wt{
	height: 50px!important;
width: 50px!important;
	}
	.wt .w-iconbox-icon {
    font-size: 28px !important;
}
	.banners h1 {
    font-size: 40px;
    line-height: 51px;
}
}

header.sticky .l-subheader-h {
    background: rgb(249 249 249 / 69%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    max-width: 1070px;
        padding: 0px 20px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    height: 65px;
    margin-top: 20px;
}
.ush_menu_2 .w-nav-item.level_1.current-menu-item>a:not(.w-btn),
.no-touch .ush_menu_2 .w-nav-item.level_1:hover>a:not(.w-btn){
    border-radius: 10px!important;
}
.l-subheader-h {
    transition: all 0.3s ease;
}
@media (min-width: 1261px) {
    .l-header.sticky .l-subheader.at_middle {
        background: transparent;
    }
}

/*MY CSS*/

h1, h2, h3 {padding: 0;}
.display-none-mb{display:none;}
.border-right { border-right: 2px solid #e8e8e8;}
.border-top{ border-top: 2px solid #e8e8e8;}
h6 {color: #7d581b !important;}
.inline-block {display: inline-flex;}





/*brands*/

.brands p {
    font-size: 25px;
}
.brands p strong {
    margin-right: 50px;
}
.brands {
    border-bottom: 2px #ececec solid;
    padding-bottom: 20px;
    padding-top: 20px;
}
@media (max-width: 600px){
	.brands p {
    font-size: 25px;
}
	.brands p strong {
    margin-right: 10px;
}
}
/*brands*/
	


/*team popup*/


.team img {
    border-radius: 8px !important;
    margin-bottom: 15px;
	 box-shadow: -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
-webkit-box-shadow:  -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
-moz-box-shadow: -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
}
h3.w-person-name {
    margin-bottom: 10px;
}
.w-person-role {
    font-weight: 400;
	    margin-top: 10px;
    line-height: 22px;
}
.team .fa-arrow-right {
    margin-left: 10px;
}
.team a {
    font-size: 14px;
    color:#fbc01f;
}
.w-popup-box-h {
    box-shadow: -82px 45px 287px -18px rgba(0,0,0,0.5)!important;
    -webkit-box-shadow: -82px 45px 287px -18px rgba(0,0,0,0.5)!important;
    -moz-box-shadow: -82px 45px 287px -18px rgba(0,0,0,0.5)!important;
}

/*team popup end*/



/*contact buttom*/


.contacto {
    display: none !important;
}
@media (max-width:767px){
.contacto {
    display: block !important;
}
.contacto .w-btn {
    display: block !important;
}
}
/*contact buttom end*/





/*flex row:*/
.row {
    display: flex;
    flex-wrap: wrap;
}
.width-50 {
    flex: 50%;
	    padding: 5px;
}
.width-100 {
    flex: 100%;
    padding: 5px;
}
@media (max-width:767px){
	
.row { flex-direction: column;}
}
/*flex row end:*/





/*row extend*/
.min-row-extend .l-section-h.i-cf {
    max-width: 1270px !important;
    margin: 0 auto;
}

.row-extend .l-section-h.i-cf {
    max-width: 1300px !important;
    margin: 0 auto;
}
.row-extend .content-row {
    max-width: 1170px;
    margin: 0 auto!important;
}
.container-row {
    max-width: 1170px;
    margin: 0 auto !important;
}
.row-grids-none .vc_column-inner {
    padding: 0px !important;
}
/*row extend end*/



/*shadow*/

.shadow-grid .w-grid-item-h {
 box-shadow: -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
-webkit-box-shadow:  -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
-moz-box-shadow: -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
}
.color-hover-box:hover {
    background-color: #fff;
    border-radius: 8px;
    z-index: 99;
    box-shadow: 1px 22px 46px -12px rgb(26 26 26 / 15%);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    transition: all 500ms;
    padding: 20px 0px;
    color: #000 !important;
}
.zoom-box .w-grid-item:hover {
    z-index: 99;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
transition: all 500ms;
}
.zoom-box .owl-item:hover {
    z-index: 99;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform:   scale(0.2);
transition: all 500ms;
}
.box-hover:hover {
    background-color: white;
    border-radius: 8px;
    z-index: 99;
    box-shadow: 1px 22px 46px -12px rgb(26 26 26 / 15%);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
transition: all 500ms;
}
.shadow {
box-shadow: 3px 6px 30px -18px rgba(0,0,0,0.70)!important;
-webkit-box-shadow:  3px 6px 30px -18px rgba(0,0,0,0.70)!important;
-moz-box-shadow: - 3px 6px 30px -18px rgba(0,0,0,0.70)!important;
}
.shadow-img img {
box-shadow: 3px 6px 30px -18px rgba(0,0,0,0.70)!important;
-webkit-box-shadow:  3px 6px 30px -18px rgba(0,0,0,0.70)!important;
-moz-box-shadow: - 3px 6px 30px -18px rgba(0,0,0,0.70)!important;
}
.shadow-box > div
{
 box-shadow: -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
-webkit-box-shadow:  -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
-moz-box-shadow: -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
}
/*shadow end*/



/*curve box*/

.curze img{
clip-path: polygon(26% 0, 100% 0, 100% 20%, 100% 70%, 75% 100%, 20% 100%, 0 100%, 0 26%);
}

.curze-reverse{
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0 79%, 0 0);
}
/*curve end*/



/*check li*/
.steps h4 {
    border: 1px solid #d5e3fb;
    display: inline-block;
    padding: 3px 14px !important;
    font-size: 14px;
    line-height: 18px;
    border-radius: 50px;
    background: #e8f1ff;
    text-transform: uppercase;
}
.check-li ul {
  margin: 0!important;
}
.check-li li {
  margin-bottom: 10px !important;
  list-style: none !important;
  padding-left: 35px !important;
  position: relative !important;
	    line-height: 24px;
}
.check-li li::before {
  content: "\f00c" !important;
  position: absolute !important;
  left: 7px !important;
  font-family: "fontawesome";
  color: var(--color-content-primary);
  line-height: 25px !important;
}
/*check li end*/


/*newsletter*/
.mc4wp-form-fields {
    position: relative;
}
.ft-st input {
    border: 1px #fff solid !important;
    border-radius: 50px;
}
.mail-chimp input[type="submit"] {
    position: absolute;
    right: 13px;
    line-height: 0;
    padding: 6px 18px;
    margin-top: 9px;
	    background-color: black;
}
.ft-st input[type="submit"] {
    color: #fff !important;
    border-radius: 50px;
}
input::placeholder {
    color: black;
}
/*newsletter end*/



/*phone and download setting*/
.phne {
    display: inline-block;
    margin-left: 20px !important;
    vertical-align: middle;
    margin-top: 5px !important;
}
.bg_solid .hd-btn .w-btn-label {
 color: var(--color-header-middle-text);
}
.sticky .hd-btn .w-btn-label {
    color: #000;
}
.hd-btn .fas.fa-fas.fa-phone-alt {
    color: #7f5817;
}
.hd-btn .w-btn-label {
    color: #fff;
	font-size: 16px;
}
.phne .w-iconbox-icon {
    display: inline-block !important;
    margin-top: 8px;
    padding-top: 0;
    vertical-align: top;
}
.phne .w-iconbox-title {
    padding-top: 0px;
}
.phne .w-iconbox-meta {
    display: inline-block;
    line-height: 9px;
    margin-left: 17px;
}

.download-btn .w-iconbox-title:hover {
    color: #fff !important;
}
.download-btn .w-iconbox-icon {
    margin-top: 5px;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.download-btn .w-iconbox-title {
    margin: 0 !important;
    line-height: 0;
}
.download-btn {
    padding: 12px 20px;
}

.download-btn .w-iconbox-title {
    margin: 0 !important;
    line-height: 0;
    margin-top: 9px !important;
}




/*phone dropdown*/
.phone-drop .w-nav-title span {
    display: block;
}
.phone-drop ul.w-nav-list {
    border-radius: 10px;
    right: 130px!important;
    padding: 0px 10px !important;
    min-width: 210px;
    left:-7.7rem!important;
}
.phone-drop ul li {
    border-bottom: 1px solid #c89437 !important;
}

li#menu-item-266 {
    border: none !important;
}

.phone-drop .w-nav-icon > div {
    display: none;
}
.phone-drop .w-nav-icon::After {
 content: "\f879" !important;
    font-family: "fontawesome";
    color: #c89437;
    font-size: 17px;
    background-color: #fffffe;
    padding: 10px;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    border-radius: 50%;
	    border: 1px solid;
}
@media (max-width:767px){

	.phone-drop .w-nav-icon::after {
    font-size: 13px;
    padding: 6px;
    height: 30px;
    width: 30px;
}
}
/*phone dropdown*/

@media (max-width:1336px){
.hd-btn .w-btn-label {
    display: none;
}
}
/*phone and download setting end*/



/*engage icon*/

.engage {
width: 100px;
    height: 100px;
    background-color: #cb9432;
    position: fixed;
    right: 20px;
    border-radius: 90%;
    bottom: 20px;
      -webkit-box-shadow: -22px 27px 35px -8px rgb(0 0 0 / 6%) !important;
    -moz-box-shadow: -22px 27px 35px -8px rgb(0 0 0 / 6%)!important;
    box-shadow: -22px 27px 35px -8px rgb(0 0 0 / 6%)!important;
        display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
        -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
        justify-content: center;
    align-items: center;
        cursor: pointer;
	    z-index: 999;
}
.engage-text {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

@media (max-width:767px){
	.ft #engage {
    width: 80px;
    height: 80px;
}
	
.engage-text {
    font-size: 12px;
}
}
/*engage icon end*/

.faqs .w-tabs-section-title {
    font-weight: 600;
    font-size: 16px !important;
}
.faqs .w-tabs-section-content {
    padding-top: 0px !important;
}
.faqs .wpb_text_column {
    border-radius: 20px;
}
/*responsive settings*/
@media (max-width:767px){
.mb-overlay::before {
    background-color: #00000080;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.mb-overlay .l-section-h.i-cf {z-index: 2;}
.phne .w-iconbox-icon {font-size: 20px !important;}
.phne { margin-left: 8px !important;}

}
	


/*fotter setting*/
.ft-title {
    font-size: 21px;
    margin-bottom: 15px;
	color:#000 !important;
}
.ft li {
    margin-bottom: 13px !important;
    font-size: 15px;
}
.ft-last p {
    font-size: 14px;
}
	.ft .w-iconbox-title {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 4px !important;
}
	.ft .w-iconbox-icon {
    margin-right: 18px !important;
}
.social-media-list {
    list-style: none;
    padding: 0;
    margin: 0!important;
}
        .social-media-item {
            display: flex;
            align-items: center;
        }
     .social-media-item i {
     margin-right: 10px;
    border-radius: 50px;
    border: 1px solid;
    padding: 5px;
    color: #3096fd;
    width: 27px;
    height: 27px;
    text-align: center;
    align-items: center;
    display: flex;
}
.fa-youtube:before {
    font-size: 12px;
    padding: 0;
    margin: 0;
}
        .social-media-item a {
            text-decoration: none;
			    font-weight: 600;
        }
     .social-media-list li {
    margin-bottom: 8px !important;
}
.ft .w-tabs-item {
    font-size: 17px !important;
    font-weight: 600;
    color: #131e4a !important;
		    font-family: var(--h1-font-family) !important;
}
@media (max-width:600px){

.ft-last img {
    display: block;
    margin: 0 auto;
}}
@media (max-width:1024px){
.ft .vc_col-sm-2 {
    width: 100% !important;
        margin: 0px !important;
}
.ft .w-tabs.accordion>div>.w-tabs-section:last-of-type {
    border-top: 0;
}
.ft .vc_col-sm-3 {
    margin: 0 !important;
	    width: 100%;
}
	.ft button.w-tabs-section-header {
    font-size: 14px !important;
}
	.ft .wpb_column {
    margin: 0px !important;
}
	.ft-logo {
    margin: 0 auto !important;
    max-width: 200px !important;
}
	}
/*fotter setting end*/
