* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:not(i, .ab-icon) {
    font-family: var(--textFont);
    color : var(--textColor);
}

html {
    overflow-x: hidden !important;
}

html body {
    padding: 0;
    margin: 0;
    overflow-x: unset;
    background-color: #FBFBFC;
}

body button {
    background-color: unset;
    border: unset;
    transition: all .4s ease-in-out;
}

body a {
    text-decoration: unset;
    color: inherit;
    transition: all .4s ease-in-out;
}

body svg {
    transition: all .4s ease-in-out;
}

body a:hover,
body button:hover {
    transition: all .4s ease-in-out;
}

body strong {
    font-weight: 700;
}

body li {
    list-style: none;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 10px;
}

body img {
    width: 100%;
    display: block;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0 !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 0 !important;
}

body h1:not(.light),
body h2:not(.light),
body h3:not(.light),
body h4:not(.light),
body h5:not(.light),
body h6:not(.light),
body .title:not(.light) {
    font-family: var(--titleFont);
    color: var(--titleColor) !important;
}

body .swiper {
    height: 0;
}

body .swiper.swiper-horizontal,
body .swiper.swiper-vertical {
    height: auto;
}


/**/

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 12px !important;
    display: block;
    font-weight: 400;
    text-align: left;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: #fff3cd !important;
    font-size: 14px;
    color: #7a6e6f !important;
    width: fit-content;
    padding: 10px 20px;
    float: right;
    border-radius: 10px;
    font-weight: 600;
}

.wpcf7 form .wpcf7-response-output {
    background: #5b9361 !important;
    color: #fcf3f3 !important;
    font-size: 13px !important;
    margin: 20px 0 0;
    padding: 10px;
    border: unset;
    border-radius: 10px;
}

.wpcf7-spinner {
    position: absolute;
    width: 24px !important;
    color: #23282d !important;
    background-color: #23282d !important;
    display: inline-block !important;
    margin: 0 !important;
    top: 20px;
    right: 20px;
    z-index: 999;
}


body .menu-ust-menu-container {}

body .menu-ust-menu-container ul {
    display: flex;
}

body .contact-area{
	padding: 100px 0;
}



/* Customer Review */

.gtco-testimonials {
	 position: relative;
	 margin-top: 150px;
}

.gtco-testimonials .section-title{
    margin: 0 0 50px;
}
 .gtco-testimonials h2 {
	 font-size: 35px;
}
 .gtco-testimonials .owl-stage-outer {
	 padding: 30px 0;
}
 .gtco-testimonials .owl-nav {
	 display: none;
}
 .gtco-testimonials .owl-dots {
	 text-align: center;
}
 .gtco-testimonials .owl-dots span {
	 position: relative;
	 height: 10px;
	 width: 10px;
	 border-radius: 50%;
	 display: block;
	 background: #fff;
	 border: 2px solid #01b0f8;
	 margin: 0 5px;
}
 .gtco-testimonials .owl-dots .active {
	 box-shadow: none;
}
 .gtco-testimonials .owl-dots .active span {
	 background: #01b0f8;
	 box-shadow: none;
	 height: 12px;
	 width: 12px;
	 margin-bottom: -1px;
}
 .gtco-testimonials .card {
	 background: #b7997512;
	 box-shadow: unset;
	 margin: 0 20px;
	 padding: 0 10px;
	 border-radius: 10px;
	 border: 0;
}
 .gtco-testimonials .card .card-img-top {
	 max-width: 70px;
	 border-radius: 50%;
	 margin: 15px auto 0;
	 box-shadow: 0 8px 20px -4px #95abbb;
	 width: 70px;
	 height: 70px;
}
 .gtco-testimonials .card h5 {
	 color: var(--primaryColor) !important;
	 font-size: 21px;
	 line-height: 1.3;
}
 .gtco-testimonials .card h5 span {
	 font-size: 18px;
	 color: #666;
}
 .gtco-testimonials .card p {
	 font-size: 16px;
	 color: #555;
	 padding-bottom: 15px;
}
 .gtco-testimonials .active {
	 opacity: 0.5;
	 transition: all 0.3s;
}
 .gtco-testimonials .center {
	 opacity: 1;
}
 .gtco-testimonials .center h5 {
	 font-size: 24px;
}
 .gtco-testimonials .center h5 span {
	 font-size: 20px;
}
 .gtco-testimonials .center .card-img-top {
	 max-width: 100%;
	 height: 120px;
	 width: 120px;
}
 @media (max-width: 767px) {
	 .gtco-testimonials {
		 margin-top: 20px;
	}
}
 