@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,700|Roboto:100,300,400,500,900);body {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
}

p {
    color: rgba(0,0,0,.75);
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .3px;
    line-height: 22px;
    text-align: justify;
}

.bannerOverlay {
    background-image: linear-gradient(rgba(0,0,0,.25) 100%,transparent);
    background-image: linear-gradient(to top right,rgba(0,0,255,.5),rgba(255,0,0,.75)),linear-gradient(rgba(0,0,255,.25) 100%,transparent);
}

.yellow-bg {
    background: #cca45a;
}

.header-top-area {
    padding: 7px 57px 8px;
}

.header-icon {
    margin-top: 3px;
}

.header2-transparent {
    background-color: transparent;
    padding-top: 20px;
}

.header2-transparent .logo {
    margin-top: 0;
}

.homeLogo {
    max-height: 70px;
}

.header-inner {
    background: #fff;
}

.header-inner .logo {
    margin: 0;
    display: flex;
    align-items: center;
    align-content: center;
    height: 76px;
}

.header-inner .logo a {
    display: block;
    width: 100%;
    height: 62px;
}

.header-inner .logo img {
    max-height: 100%;
}

.main-menu nav {
    display: flex!important;
    align-content: center;
    align-items: center;
    height: 76px;
}

.main-menu ul {
    margin-left: auto;
}

.main-menu ul li a {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}

.main-menu ul li a:after,.main-menu ul li a:before {
    transition: all .5s;
}

.main-menu ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    content: '.';
    color: transparent;
    border-top: #99783f solid 2px;
    height: 4px;
}

.main-menu ul li a:hover {
    color: #af883c;
}

.main-menu ul li a:hover:after {
    width: 100%;
}

.main-menu ul li ul.submenu {
    width: 280px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.4);
}

.main-menu ul li ul.submenu li {
    border-bottom: 0;
    width: 100%;
    position: relative;
    text-align: left;
}

.main-menu ul li ul.submenu li a {
    font-size: 12px;
    padding: 5px 0;
    color: #333;
    display: inline-block;
}

.main-menu ul li>ul.submenu .subli {
    padding-left: 10px;
    text-align: left;
}

.main-menu ul li>ul.submenu .subli span {
    display: inline-block;
    margin-right: 10px;
}

.slider-content h1 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 68px;
    line-height: 68px;
}

.slider-active .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: inline;
    text-align: center;
}

.slider-active .slick-dots li {
    display: inline-block;
}

.slider-active .slick-dots li button {
    border: 0;
    height: 16px;
    width: 16px;
    display: inline-block;
    background: #f2f2f2;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease;
    text-indent: -99999px;
    margin: 2px;
}

.slider-active .slick-dots li.slick-active button {
    width: 32px;
    background: #EC7550;
}

.full-container .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.footers-icon a i {
    display: inline-block;
    line-height: 60px;
}

#scrollUp i {
    display: inline-block;
    line-height: 41px;
}

.footer-icon a i {
    display: inline-block;
    line-height: 28px;
}

.bulletList_style1 li {
    font-size: 16px;
}

.section-Oursolutions {
    background-color: #f2f2f2;
    padding: 80px 0 0 0;
}

.solutionsContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -ms-justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}

.solutionsContainer:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.solutionsContainer:nth-child(even) .solutionsContainer__contentContainer {
    padding-left: 9.80966325vw;
    padding-right: 6.44216691vw;
}

.solutionsContainer:nth-child(even) .solutionsContainer__countContainer {
    left: 2.19619327vw;
    right: auto;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -o-transform: rotate(-90deg) translateY(100%);
    -ms-transform: rotate(-90deg) translateY(100%);
    -moz-transform: rotate(-90deg) translateY(100%);
    -webkit-transform: rotate(-90deg) translateY(100%);
    transform: rotate(-90deg) translateY(100%);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.solutionsContainer .solutionsContainer__imageTextContainer {
    width: 50%;
    position: relative;
}

.solutionsContainer .solutionsContainer__imageContainer {
    position: relative;
}

.solutionsContainer .solutionsContainer__imageContainer img {
    width: 100%;
    height: auto;
    display: block;
}

.solutionsContainer .solutionsContainer__imageContainer::before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
}

.solutionsContainer .solutionsContainer__countContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -ms-justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 5.20833333vw;
    text-transform: uppercase;
    -o-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -o-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    -moz-transform: rotate(-90deg) translateX(100%);
    -webkit-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    position: absolute;
    bottom: 4.39238653vw;
    z-index: 3;
    right: 2.19619327vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: .7;
}

.solutionsContainer .solutionsContainer__countContainer span {
    font-size: .80527086vw;
    letter-spacing: 1px;
    padding-left: 5px;
}

.solutionsContainer .solutionsContainer__contentContainer {
    width: 50%;
    height: auto;
    padding-left: 6.14934114vw;
    padding-right: 100px;
}

.solutionsContainer .solutionsTitle {
    font-size: 34px;
    color: #000;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1.09809663vw;
    line-height: 1.2;
    letter-spacing: 1px;
}

.solutionsContainer .solutionsContent {
    font-family: Roboto,sans-serif;
    font-size: .95168375vw;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2.12298682vw;
}

.solutionsContainer .solutionsContent p {
    margin-bottom: 1.09809663vw;
    line-height: 1.35;
}

.solutionsContainer .solutionsContent p:last-child {
    margin-bottom: 0;
}

.solutionsContainer .knowMore {
    display: inline-block;
    margin-top: 1.46412884vw;
}

.solutionsContent__pointer-list-arrow {
    width: 100%;
}

.pointer-arrow {
    width: 1.31771596vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .36603221vw;
    margin: auto 0;
}

.solutionsContent__pointer-arrow {
    padding-right: 0px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
}

.solutionsContent__pointer-arrow+.solutionsContent__pointer-arrow {
    margin-top: 12px;
}

.solutionsContent__pointer-arrow img {
    width: 1.31771596vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .36603221vw;
    margin: auto 0;
}

.solutionsContent__pointer-title {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: rgba(0,0,0,.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
}

.solutionsContent__pointer {
    position: relative;
    padding-left: 4.39238653vw;
}

.solutionsContent__pointer+.solutionsContent__pointer {
    margin-top: 1.9033675vw;
}

.solutionsContent__pointer_num {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.39238653vw;
    font-size: 2.07604167vw;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
}

.solutionsContent__pointer_text b {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-style: italic;
}

.section-counter {
    padding: 0;
}

.counter-col {
    float: left;
    width: 25%;
    padding: 8.41874085vw 4.75841874vw;
    background-color: #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -ms-justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.counter-col:nth-child(even) {
    background-color: #f2f2f2;
}

.counter-num {
    max-width: 60%;
    padding-right: 1.46412884vw;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    color: #9eb16f;
    text-transform: uppercase;
    font-size: 3.75vw;
    line-height: .8;
}

.counter-text {
    width: 40%;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: .93777452vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.solutions-logo {
    height: auto;
}

.solutions-logo.vlearn {
    width: 5.92972182vw;
}

.solutions-logo.ssb {
    width: 5.12445095vw;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.solutions-logo.experio {
    width: 5.27086384vw;
}

.solutions-logo.edx {
    width: 5.63689605vw;
}

.knowMore,.readMore {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 900;
    font-size: .80527086vw;
    background-color: #9eb16f;
    border: 1px solid #9eb16f;
    color: #fff;
    cursor: pointer;
    -o-transition: background-color .2s,color .2s;
    -ms-transition: background-color .2s,color .2s;
    -moz-transition: background-color .2s,color .2s;
    -webkit-transition: background-color .2s,color .2s;
    transition: background-color .2s,color .2s;
    padding-top: 1.04166667vw;
    padding-bottom: 1.04166667vw;
    padding-left: 2.60416667vw;
    padding-right: 2.60416667vw;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 2px;
}

.knowMore:hover,.readMore:hover {
    background-color: #fff;
    color: #9eb16f;
}

.solutionsContainer .knowMore {
    display: inline-block;
    margin-top: 1.46412884vw;
}

.section-client {
    padding: 70px 0 90px 0;
}

.section-client .generic-home-logo-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.generic-home-logo-container {
    height: 2.92825769vw;
}

.generic-home-logo-container .slick-list,.generic-home-logo-container .slick-slide,.generic-home-logo-container .slick-track {
    height: 100%;
}

.generic-home-logo-container .generic-home-logo-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -ms-justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}

.generic-home-logo-container .wpsisac-slick-carousal-wrp button.slick-arrow {
    background-color: #fff;
    width: 30px;
    height: 51px;
    position: absolute;
    z-index: 9;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    border-radius: 0!important;
}

.wpsisac-slick-carousal .slick-arrow {
    text-indent: -99999px;
}

.wpsisac-slick-carousal button.slick-prev,.wpsisac-slick-carousal button.slick-prev:focus,.wpsisac-slick-carousal button.slick-prev:hover {
    background: rgba(255,255,255,.7) url(arrow-left.png) center center no-repeat!important;
    background-size: 15px 26px!important;
    outline: 0!important;
}

.wpsisac-slick-carousal button.slick-next,.wpsisac-slick-carousal button.slick-next:focus,.wpsisac-slick-carousal button.slick-next:hover {
    background: rgba(255,255,255,.7) url(arrow-right.png) center center no-repeat!important;
    background-size: 15px 26px!important;
    outline: 0!important;
}

.generic-home-logo-container .wpsisac-slick-carousal-wrp button.slick-arrow,.generic-home-logo-container .wpsisac-slick-slider button.slick-arrow {
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.generic-home-logo-container .wpsisac-slick-carousal-wrp button.slick-prev,.generic-home-logo-container .wpsisac-slick-slider button.slick-prev {
    right: 100%;
}

.generic-home-logo-container .wpsisac-slick-carousal-wrp button.slick-next,.generic-home-logo-container .wpsisac-slick-slider button.slick-next {
    left: 100%;
}

.generic-home-logo-wrapper {
    padding-right: 20px;
}

.generic-home-logo-img {
    max-width: 100%;
    max-height: 70px;
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s ease-out;
}

.generic-home-logo-img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.wpsisac-clearfix {
    clear: both;
}

.wpsisac-clearfix::after,.wpsisac-clearfix::before {
    content: "";
    display: table;
}

.section-whoWeAre {
    padding: 80px 0;
    background: #fff;
}

.section-numbers {
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 50px;
}

.home-our-impact {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 40px;
}

.home-our-impact h3 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 900;
    font-size: 42px;
    color: #d5921f;
    padding-bottom: 5px;
    padding-right: 16px;
}

.home-our-impact p {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.home-our-impact .c1,.home-our-impact .c2 {
    min-height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 50%;
}

.home-our-impact .c1 {
    background-color: #E6E6E6;
}

.home-our-impact .c2 {
    background-color: #F2F2F2;
}

.home-our-impact .fa {
    font-size: 22px;
    padding-bottom: 5px;
}

.flex-item-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.flex-item-25 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

/*.item-our-impact_1{border-right:1px solid rgba(221,221,221,.6);border-bottom:1px solid rgba(221,221,221,.6);}
.item-our-impact_2{border-bottom:1px solid rgba(221,221,221,.6);}
.item-our-impact_3{border-right:1px solid rgba(221,221,221,.6);}*/
.testimonial-active .owl-prev,.testimonial-active .owl-next {
    border: #bbb solid 2px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
}

.testimonial-active .owl-prev {
    position: absolute;
    top: 100px;
    left: -100px;
}

.testimonial-active .owl-next {
    position: absolute;
    top: 100px;
    right: -100px;
}

.coures-wrapper .coures-img img {
    max-height: 160px;
    object-fit: cover;
}

.coures-wrapper .courses-text h4 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
}

.testimonial-area {
    background: #fff;
}

.testimonial-area h2 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 2.48901903vw;
    margin-top: 0;
    line-height: .75;
    display: block;
    color: #000;
}

.inner-banner__casestudy_icon {
    display: block;
    width: 2.41581259vw;
    margin-bottom: 1.02489019vw;
}

.inner-banner__casestudy_caption_title {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: .95168375vw;
    margin-bottom: 1.68374817vw;
}

.inner-banner {
    position: relative;
}

.inner-banner::before {
    content: '';
    background-color: rgba(0,0,0,.01);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.inner-banner__img {
    display: block;
    width: 100%;
    max-height: 590px;
    object-fit: cover;
}

div.inner-banner__img {
    background-size: cover;
}

.inner-banner__caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -ms-justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.inner-banner__caption_logo {
    display: block;
    width: 7.70833333vw;
    margin-bottom: 2.12298682vw;
}

.inner-banner__caption h1,.inner-banner__caption_title {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 68px;
    line-height: 68px;
    margin-bottom: 19.2px;
    color: #fff;
    text-transform: uppercase;
}

.inner-banner__caption h1.no-mb,.inner-banner__caption_title.no-mb {
    margin-bottom: 0;
}

.inner-banner__caption_desc {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 400;
    font-size: 1.02489019vw;
    width: 55%;
    opacity: .7;
    letter-spacing: .09516837vw;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
}

.inner-banner__caption_down {
    opacity: .7;
    width: 2.34260615vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -o-transform: rotateZ(270deg) rotateY(180deg) translateX(-100%);
    -ms-transform: rotateZ(270deg) rotateY(180deg) translateX(-100%);
    -moz-transform: rotateZ(270deg) rotateY(180deg) translateX(-100%);
    -webkit-transform: rotateZ(270deg) rotateY(180deg) translateX(-100%);
    transform: rotateZ(270deg) rotateY(180deg) translateX(-100%);
}

.section-title h1,.section-title h2,.section-title h3 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 2.48901903vw;
    margin-top: 0;
    line-height: .75;
    display: block;
    color: #000;
}

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

.section-title.text-center h1,.section-title.text-center h2,.section-title.text-center h3 {
    text-align: center;
}

.section-title h1+p,.section-title h2+p {
    color: rgba(0,0,0,.75);
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .3px;
    line-height: 17.65px;
    text-transform: uppercase;
    width: 70%;
}

.section-title.text-center h1+p,.section-title.text-center h2+p {
    text-align: center;
}

.section-content {
    padding: 60px 0;
}

.section-gray {
    background-color: #f4f4f4;
}

.free-course-area {
    background: #cca45a;
    padding: 30px;
}

.free-course-text h3 {
    font-family: Roboto,sans-serif;
    font-weight: 100;
    font-size: 30px;
    color: #fff;
}

.free-course-icon a {
    color: #fff;
}

.free-courses-button a {
    color: #fff;
    border-radius: 2px;
}

.footer-title {
    font-family: Roboto,sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

.footer-menu li {
    padding-bottom: 10px;
}

.footer-info p {
    font-family: Roboto,sans-serif;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: left;
}

.blue-bg {
    background: #293039;
}

.about-text {
    font-family: Roboto,sans-serif;
    margin-top: 0;
}

.about-text h1 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 2.48901903vw;
    margin-top: 0;
    line-height: .75;
    display: block;
}

.about-text p {
    color: rgba(0,0,0,.75);
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .3px;
    line-height: 22px;
}

.about-text p+p {
    margin-top: 12px;
}

.about-head-2 {
    font-family: Roboto,sans-serif;
    line-height: 30.7333px;
    font-size: 34.15px;
    font-weight: 700;
    opacity: .3;
    text-align: left;
    color: rgba(0,0,0,.75);
    text-transform: uppercase;
    margin-bottom: 22px;
}

.about-img img {
    max-width: 100%;
}

.overview__stats {
    float: left;
    width: 31.47877013vw;
}

.overview__text {
    float: right;
    width: 50%;
    padding-left: 1.83016105vw;
}

.overview__text .section-title {
    text-align: left;
}

.overview__text_p {
    color: rgba(0,0,0,.75);
    line-height: 1.4;
}

.overview__stat+.overview__stat {
    margin-top: 3.2942899vw;
}

.overview__stat_img {
    display: block;
    margin-bottom: .36603221vw;
    width: 3.66032211vw;
}

.overview__stat_caption {
    text-transform: uppercase;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
}

.overview__stat_caption_title {
    font-family: Roboto Condensed,sans-serif;
    letter-spacing: .10980966vw;
    margin-bottom: .14641288vw;
    font-size: 13px;
    font-weight: 700;
}

.overview__stat_caption_desc {
    line-height: 30.7333px;
    font-size: 34.15px;
    font-weight: 700;
    opacity: .2;
    text-align: left;
}

.l_projects_wrap {
    padding: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.layer_wrap {
    margin: 0 -1px;
    height: 50vh;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: .6s;
    transition: .6s;
    background: #fcfcfc;
    cursor: url(../img/cursor_cross.png) 32 32,auto;
    opacity: 1;
    overflow: hidden;
    outline: 0;
    box-shadow: none!important;
    font-family: inherit;
}

.l_projects_wrap .layer_wrap .layer_inner {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .6s;
}

.l_projects_wrap .layer_wrap .layer_hover {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: 100%;
}

.layer_wrap .layer::after {
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60%;
    background-image: -webkit-linear-gradient(-270deg,#000 0,transparent 100%);
    background-image: linear-gradient(0deg,#000 0,transparent 100%);
    opacity: .5;
    position: absolute;
    transition: .6s;
}

.layer_wrap:hover .layer::after {
    height: 100%;
    opacity: .9;
}

.l_projects_wrap .layer_wrap .layer_inner .layer {
    height: 100%;
    width: 100.5%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    transform-origin: center top;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
}

.l_projects_wrap .layer_wrap:hover .layer_hover {
    -webkit-transform: scale(1.05)!important;
    transform: scale(1.05)!important;
}

.l_projects_wrap .layer_wrap .text-wrap {
    position: absolute;
    width: 100%;
    bottom: 19px;
    padding: 0 49px;
}

.l_projects_wrap .layer_wrap .title {
    font-size: 26px;
    line-height: 30px;
    color: #fcfbf5;
    font-weight: 500;
    transform: translateY(0);
    -webkit-transition: 1s transform cubic-bezier(.19,1,.22,1);
    transition: 1s transform cubic-bezier(.19,1,.22,1);
    -webkit-transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
}

.l_projects_wrap .layer_wrap:hover .title {
    -webkit-transform: translateY(-37px);
    transform: translateY(-37px);
}

.albumBox {
    position: relative;
    margin-bottom: 40px;
}

.albumBox>div,.albumBox>img {
    position: absolute;
    width: 266px;
    height: 339px;
    border-radius: 0 4px 4px 0;
}

.albumBox .ov2 {
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0,0,0,.1);
    width: 15px;
    border-radius: 0;
    box-shadow: inset 0 0 3px rgba(0,0,0,.2);
}

.albumBox .ov {
    top: 0;
    left: 0;
    z-index: 4;
    background: rgba(0,0,0,.1);
}

.albumBox img {
    top: 0;
    left: 0;
    z-index: 3;
    object-fit: cover;
    object-position: center;
    border-radius: 1px 4px 4px 1px;
    position: relative;
    box-shadow: 1px 2px 3px rgba(0,0,0,.2);
}

.albumBox .l1 {
    top: 3px;
    left: 3px;
    z-index: 2;
    border-radius: 0 4px 4px 0;
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0,0,0,.2);
}

.albumBox .l2 {
    top: 6px;
    left: 6px;
    z-index: 1;
    background: #ceb613;
    box-shadow: 1px 2px 3px rgba(0,0,0,.2);
}

.albumBox .title {
    z-index: 6;
    height: auto;
    bottom: 10px;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    text-align: right;
    text-shadow: 1px 2px 3px rgba(0,0,0,.2);
    font-weight: 700;
}

.features-img>img {
    border-radius: 3px 3px 0 0;
}

.works-grid-wrapper {
    margin-left: -5px;
    margin-right: -5px;
}

.works-grid-gutter .work-item {
    padding: 0 5px 10px;
}

.work-item {
    position: relative;
    overflow: hidden;
    width: 25%;
}

.works-grid-3 .work-item {
    width: 33.3333%;
}

.work-wrapper {
    position: relative;
    overflow: hidden;
}

.work-item img {
    height: auto;
    width: 100%;
}

.work-thumbnail:after {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.work-thumbnail:after {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.work-item:hover .work-thumbnail:after {
    background: rgba(255,255,255,.8);
}

.work-caption {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 2;
    opacity: 0;
    padding: 30px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.work-item:hover .work-caption {
    opacity: 1;
}

.work-popup {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 10px;
    top: 10px;
    z-index: 5;
    opacity: 0;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.work-item:hover .work-popup {
    opacity: 1;
    -webkit-transform: translate(-10px,10px);
    -moz-transform: translate(-10px,10px);
    -ms-transform: translate(-10px,10px);
    transform: translate(-10px,10px);
}

body.clientPage {
    background-color: #fff;
}

.clients-row {
    border: 1px solid #e7e7e7;
    margin-bottom: 40px;
}

.clients-row:after,.clients-row:before {
    content: '';
    display: block;
    clear: both;
}

.clients-row .client-item {
    position: relative;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 0;
    height: 120px;
    width: 20%;
    float: left;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
}

.clients-row .client-item a {
    display: inline-block;
    margin: 0 auto;
}

.clients-row .client-item img {
    margin: 0 auto;
}

.team-tab-nav-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.team-tab-nav-wrap>.nav {
    border-bottom: 1px solid #e5e5e5;
}

.team-block {
    padding: 0;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
}

.team-block-container {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.team-block-container .team-block-media {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    margin: 0 auto 25px;
}

.team-block-style-1 .team-block-body {
    width: auto;
    display: block;
    overflow: hidden;
    padding-top: 20px;
}

.team-block-style-1 .team-block-media {
    float: left;
    width: 180px;
    height: 180px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin: 0 20px 0 0;
}

.team-block-container .team-block-media img {
    width: 100%;
    display: block;
}

.mediaPageWrap {
    padding: 100px 0;
}

.mediaPageWrap .categoryImage {
    max-width: 230px;
    max-height: 40px;
    margin: 0 auto;
}

.mediaPageWrap h3 {
    text-transform: uppercase;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.mediaPageWrap h4 {
    text-transform: uppercase;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 30px;
}

.inner-section.section-about {
    padding: 85px 0;
}

.overlay-img-container::after,.team-items .layer-media a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.3);
}

.wrap-clear::after {
    content: '';
    display: block;
    clear: both;
}

.overlay-img-container {
    position: relative;
    display: block;
}

.about-img-container {
    width: 54.488%;
    float: right;
}

.about-img-container img {
    width: 100%;
    display: block;
}

.about-text-wrap {
    float: left;
    width: 45.512%;
    padding-right: 4.39238653vw;
}

.about-text-wrap .section-title,.about-text-wrap h2 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 2.48901903vw;
    line-height: .75;
    display: block;
}

.about-text-wrap blockquote {
    border-left: 0;
}

blockquote {
    position: relative;
    padding-left: 3.95314788vw;
    font-style: italic;
}

blockquote::after,blockquote::before,q::after,q::before {
    content: '';
    content: none;
}

blockquote::before {
    content: '';
    background: url(../img/quote.png) no-repeat left center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.48901903vw;
    height: 100%;
}

.quote-p__author {
    display: block;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 1.09809663vw;
}

.cs-paynow-btn {
    text-transform: uppercase;
    padding: 10px 55px;
    border: 4px solid #cca45a;
    background-color: #cca45a;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 0;
    text-decoration: none;
    transition: color .3s ease-in-out;
    border-radius: 32px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

.cs-paynow-btn:hover {
    background-color: #fff;
    color: #cca45a;
}

#main-menu-toggle {
    display: none;
    margin-left: auto;
    margin-right: 0;
}

#main-menu-toggle a {
    font-size: 31px;
    color: #fff;
}

#main-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    display: none;
    opacity: 0;
    transition: all .25s ease-in-out;
    z-index: 99;
}

body.showSideMenu {
    overflow: hidden;
}

body.showSideMenu #main-menu-overlay {
    display: inline;
    opacity: 1;
}

body.showSideMenu #main-menu {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.14);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#main-menu-toggle {
    width: 44px;
}

#main-menu-toggle a {
    padding: 10px 8px;
    border: #fff solid 0;
    display: block;
}

#main-menu-toggle a span {
    height: 3px;
    margin-top: 4px;
    display: block;
    background: rgba(255,255,255,.9);
}

#main-menu-toggle a span:first-child {
    margin-top: 0;
}

body,html {
    overflow-x: hidden;
}

@media(max-width: 767px) {
    .slider-content h1 {
        font-size:30px;
        line-height: 1.2em;
        padding-top: 300px;
    }

    .vh {
        height: 560px;
    }

    .section-whoWeAre {
        padding: 60px 0;
    }

    .section-Oursolutions {
        padding: 60px 0 20px 0;
    }

    .section-title h1,.section-title h2,.section-title h3 {
        font-size: 30px;
        margin-bottom: 1em;
        line-height: 1;
    }

    .sectionContent p {
        font-size: 15px;
        line-height: 1.5;
    }

    .solutionsContainer {
        display: block;
    }

    .solutionsContainer .solutionsContainer__imageTextContainer {
        width: 100%;
        overflow: hidden;
    }

    .solutionsContainer .solutionsContainer__contentContainer {
        width: 100%;
        padding: 40px 20px 40px 20px;
        font-size: 11.2vw;
    }

    .solutionsContainer:nth-child(2n) .solutionsContainer__contentContainer {
        padding: 40px 20px 40px 20px;
    }

    .solutionsContainer .solutionsTitle {
        font-size: 20px;
        margin-top: 15px;
    }

    .solutionsContainer .solutionsContent p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .solutionsContent__pointer-title {
        font-size: 14px;
        line-height: 2.5;
    }

    .solutionsContent__pointer-list-arrow {
        width: 100%;
    }

    .solutionsContent__pointer-arrow img {
        right: 10px;
        width: auto;
    }

    .testimonial-area.ptb-100 {
        padding: 60px 0;
    }

    .testimonial-area .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonial-text p {
        line-height: 24px;
    }

    .free-courses-button {
        padding-top: 20px;
    }
}

@media(max-width: 600px) {
    .team-block-style-1 .team-block-media {
        float:none;
    }

    .inner-section {
        position: relative;
    }

    .about-img-container {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .about-text-wrap {
        float: none;
        width: 100%;
        padding-left: 4.39238653vw;
        padding-right: 4.39238653vw;
        padding-bottom: 200px;
    }

    .about-text-wrap .section-title,.about-text-wrap h2 {
        font-size: 30px;
        margin-bottom: 1em;
        line-height: 1;
    }

    .inner-section p {
        font-size: 15px;
        line-height: 1.5;
    }

    blockquote::before {
        background-position: 0 0;
        width: 30px;
    }

    blockquote p {
        padding-left: 30px;
    }
}

@media(max-width: 992px) {
    .header2-transparent {
        opacity:1;
        background-color: #000;
        padding-top: 0;
    }

    .header2-transparent .col-xl-3 {
        display: flex;
        align-content: center;
        align-items: center;
        height: 64px;
    }

    .header-inner {
        opacity: 1;
        background-color: #fff;
        padding-top: 0;
    }

    .header-inner .col-xl-3 {
        display: flex;
        align-content: center;
        align-items: center;
        height: 64px;
    }

    .header-inner .logo,.logo {
        display: inline-flex;
        height: 54px;
    }

    .homeLogo,.innerLogo {
        max-height: 54px;
    }

    .header-inner .logo a {
        height: inherit;
    }

    .header-inner .logo img {
        max-height: 54px;
    }

    .header-inner #main-menu-toggle a span {
        background: #333;
    }

    .header-top-area {
        display: none;
    }

    .main-menu nav {
        display: block;
        height: auto;
    }

    .main-menu ul li a {
        color: #fff;
    }

    #main-menu-toggle {
        display: block;
        z-index: 999998;
    }

    #main-menu {
        position: fixed;
        top: -1px;
        left: -1px;
        width: 100%;
        height: 100%;
        max-width: 75%;
        background-color: #363050;
        border-right: #363050 solid 1px;
        text-align: left;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        z-index: 999999;
        padding-top: 50px;
    }

    .main-menu nav>ul {
        margin-left: 0;
        display: block;
        width: 100%;
        overflow-x: auto;
        height: 568px;
    }

    .main-menu ul li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        border-bottom: #e7e7e7 solid 1px;
    }

    .main-menu ul li a {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-menu ul li ul.submenu {
        position: relative;
        width: 100%;
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .main-menu ul li a:after {
        border-top: 0;
    }
}

/*-------------------------*/
.clfix:after,.clfix:before {
    content: '';
    display: block;
    clear: both;
}

.no-header-page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.no-header-page-heading {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 34.15px;
    line-height: 34.15px;
    margin-bottom: 19.2px;
    color: #000;
    text-transform: uppercase;
}

.no-header-page-heading.center {
    text-align: center;
}

.album-items {
    float: left;
    width: 272.5px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: #e7e7e7 solid 1px;
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    overflow: hidden;
}

.album-items img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 2px;
}

.album-items .gal-title {
    padding-top: 6px;
    font-size: 12.5px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    display: block;
    text-transform: capitalize;
    line-height: 18px;
    min-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* QUICK MODAL FORM */
#scrollUp {
    right: 36px;
    bottom: 10px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
}

.fixScroll {
    overflow: hidden!important;
}

.pulse-button-wrapper {
    position: fixed;
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 66px;
    height: 66px;
    visibility: hidden;
    z-index: 9999;
}

.pulse-button-visible {
    visibility: visible;
    -webkit-animation: pulse-button-visible 1s ease-out forwards 1;
    animation: pulse-button-visible 1s ease-out forwards 1;
}

.pulse-button-inner-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.pulse-button-inner-mask {
    position: absolute;
    top: -8px;
    left: -8px;
    height: 82px;
    min-width: 66px;
    -webkit-width: calc(100% + 16px);
    width: calc(100% + 16px);
    border-radius: 100px;
    background: #e98e24;
    /*EE1D24*/
    opacity: .2;
}

.pulse-button-pulse {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #e98e24;
    border-radius: 50%;
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
}

.pulse-button-inner-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
    border-radius: 100px;
    background: #e98e24;
    box-sizing: border-box;
}

.pulse-button-icon-container {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    direction: ltr;
    /*visibility:visible;*/
    ;}

.pulse-button-inner-item {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 19px;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    -webkit-animation: socialRotateBack .4s;
    animation: socialRotateBack .4s;
    opacity: 0;
}

.pulse-button-icon-animation {
    opacity: 1;
}

.pulse-button-close-item {
    width: 28px;
    height: 28px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.866%2014.45l9.58-9.582L24.03.448l-9.587%209.58L4.873.447.455%204.866l9.575%209.587-9.583%209.57%204.418%204.42%209.58-9.577%209.58%209.58%204.42-4.42%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 1;
}

.pulse-button-show {
    -webkit-animation: show .3s linear forwards;
    animation: show .3s linear forwards;
}

.pulse-button-hide {
    -webkit-animation: hidden .3s linear forwards;
    animation: hidden .3s linear forwards;
}

.pulse-button-hide-icons {
    -webkit-animation: hideIconsBottom .2s linear forwards;
    animation: hideIconsBottom .2s linear forwards;
}

@-webkit-keyframes pulse-button-visible {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    30.001% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    62.999% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse-button-visible {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    30.001% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    62.999% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pulse-button-disable {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50.001% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    92.999% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes pulse-button-disable {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50.001% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    92.999% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2,2);
        transform: scale(2,2);
        opacity: 0;
    }
}

@keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2,2);
        transform: scale(2,2);
        opacity: 0;
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes hidden {
    0% {
        opacity: 1;
        visibility: visible;
    }

    50% {
        opacity: 1;
    }

    99.999% {
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes hidden {
    0% {
        opacity: 1;
        visibility: visible;
    }

    50% {
        opacity: 1;
    }

    99.999% {
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes hideIconsBottom {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0,20px);
        transform: translate(0,20px);
        visibility: hidden;
    }
}

@keyframes hideIconsBottom {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0,20px);
        transform: translate(0,20px);
        visibility: hidden;
    }
}

@-webkit-keyframes hideIconsTop {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0,-20px);
        transform: translate(0,-20px);
        visibility: hidden;
    }
}

@keyframes hideIconsTop {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0,-20px);
        transform: translate(0,-20px);
        visibility: hidden;
    }
}

@-webkit-keyframes socialRotateBack {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes socialRotateBack {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.pulse-button-close-item {
    width: 28px;
    height: 28px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.866%2014.45l9.58-9.582L24.03.448l-9.587%209.58L4.873.447.455%204.866l9.575%209.587-9.583%209.57%204.418%204.42%209.58-9.577%209.58%209.58%204.42-4.42%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
    opacity: 1;
    transition: opacity .3s ease-out;
    overflow: hidden;
}

.csQueryModalOverlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    background-color: rgba(0,0,0,.75);
    background: #a64bf4;
    /*background:-webkit-linear-gradient(45deg,#00dbde,#fc00ff);background:-o-linear-gradient(45deg,#00dbde,#fc00ff);background:-moz-linear-gradient(45deg,#00dbde,#fc00ff);*/
    background: linear-gradient(45deg,#F8C97E,#C26900);
    opacity: 0.8;
}

.csQueryModal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    overflow: auto;
    transition: all 300ms;
    opacity: 1;
}

.csQueryModal > div {
    position: relative;
    width: 100%;
    max-width: 540px;
    min-height: 575px;
    margin: 50px auto;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    transition: all 300ms;
    opacity: 1;
}

.csQueryModal.minimiz {
    transform: scale(0.0001);
    top: auto;
    left: auto;
    margin-right: auto;
    right: -18%;
    bottom: -32%;
    opacity: 1;
    /*    width:50px;height:50px;*/
    overflow: hidden;
}

.csQueryModal .mhClose {
    position: absolute;
    top: 10px;
    right: 10px;
}

.csQueryModal .mhClose button {
    font-size: 12px;
    width: 24px;
    height: 24px;
    border: #424242 solid 1px;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height: 22px;
    padding: 0!important;
    background-color: #F7F8FA;
    background-color: transparent;
}

.csQueryModal .mhClose button i {
    margin: 0;
    padding: 0 0 0 1px;
    display: inline-block;
    color: inherit;
}

.csQueryModal .mhClose button:hover {
    color: #E98E24;
    border: #E98E24 solid 1px;
    /*#2577E1*/
    ;}

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 15px;
    background: #a64bf4;
    background: -webkit-linear-gradient(45deg,#00dbde,#fc00ff);
    background: -o-linear-gradient(45deg,#00dbde,#fc00ff);
    background: -moz-linear-gradient(45deg,#00dbde,#fc00ff);
    background: linear-gradient(45deg,#00dbde,#fc00ff);
}

.container-contact100 > form {
    background: #fff;
    border-radius: 10px;
}

.contact100-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
}

.contact100-form-title {
    display: block;
    /*font-family:Poppins-Bold;*/
    font-size: 39px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 44px;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 7px;
    margin-bottom: 27px;
}

.label-input100 {
    /*font-family:Poppins-Regular;*/
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    padding-left: 5px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: #7f7f7f;
}

.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    /*font-family:Poppins-Medium;*/
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.2;
    padding: 0 5px;
    outline: none;
    border: none;
}

.contact100-form input.input100 {
    height: 40px;
}

.contact100-form textarea.input100 {
    min-height: 110px;
    padding-top: 9px;
    padding-bottom: 13px;
}

.contact100-form span.error {
    color: #EB3941;
    position: absolute;
    bottom: -22px;
    left: 2px;
    width: 100%;
    font-size: 12px;
}

.contact100-form .validate-input.error {
    border-color: #EB3941;
}

.select2-container {
    display: block;
    max-width: 100%!important;
    width: auto!important;
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    height: 40px;
    outline: none;
    position: relative;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.2;
    padding-left: 5px;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select2-selection__arrow::before {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #999;
    margin-bottom: 2px;
}

.select2-selection__arrow::after {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #999;
}

.select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 0 solid #e5e5e5;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-dropdown--below {
    top: 8px;
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #a64bf4;
    background: -webkit-linear-gradient(right,#00dbde,#fc00ff);
    background: -o-linear-gradient(right,#00dbde,#fc00ff);
    background: -moz-linear-gradient(right,#00dbde,#fc00ff);
    background: linear-gradient(right,#00dbde,#fc00ff);
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #a64bf4;
    background: -webkit-linear-gradient(right,#00dbde,#fc00ff);
    background: -o-linear-gradient(right,#00dbde,#fc00ff);
    background: -moz-linear-gradient(right,#00dbde,#fc00ff);
    background: linear-gradient(right,#00dbde,#fc00ff);
    color: #fff;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.contact100-form::placeholder {
    color: #ADADAD;
}

.wrap-contact100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 75px;
}

.contact100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(left,#00dbde,#fc00ff,#00dbde,#fc00ff);
    background: -o-linear-gradient(left,#00dbde,#fc00ff,#00dbde,#fc00ff);
    background: -moz-linear-gradient(left,#00dbde,#fc00ff,#00dbde,#fc00ff);
    background: linear-gradient(left,#00dbde,#fc00ff,#00dbde,#fc00ff);
    top: 0;
    left: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
    left: 0;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    /*font-family:Poppins-Medium;*/
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    cursor: pointer;
    background: transparent;
    border: none;
}

.contact100-form-btn i {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin-left: 7px;
}

.contact100-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.contact100-form .alert {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    border-radius: 0 0 12px 12px;
    text-align: center;
}

.section-content h4 {
    display: block;
    font-family: Roboto Condensed,sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    /*text-transform:uppercase;*/
    ;}

.section-content ul + .section-title-alt,.section-content p + .section-title-alt {
    margin-top: 40px;
}

.section-content ul + p {
    margin-top: 20px;
}

h3.section-title-alt {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2.48901903vw;
    margin-top: 0;
    line-height: .75;
    display: block;
    color: #000;
}

ul.itemNumList + h4 {
    margin-top: 25px;
}

ul.itemNumList {
    padding-left: 15px;
}

ul.itemNumList li {
    list-style: decimal;
    list-style-position: outside;
    margin-top: 2px;
}

.md-item-box {
    background-color: #fff;
    border: #e7e7e7 solid 2px;
    padding: 25px 30px 20px 30px;
}

.cm-mar-01 {
    margin-top: 30px;
    display: inline-block;
    max-width: 600px;
}

.os-item-box {
    background-color: #fff;
    border: #e7e7e7 solid 2px;
    padding: 25px 30px 20px 30px;
}

.os-item-box .title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.os-item-box ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
}

.os-item-box ul li + li {
    margin-top: 5px;
}

.os-item-box ul li:before {
    content: "\f105";
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    color: #999;
}

.os-item-box .aLink {
    background: #E98E24;
    color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
}

.fc-detail {
    margin: 0px;
}

.fc-detail span {
    color: #000;
}

.fc-detail a {
    color: #e98e24;
}

.inner-banner__caption_title {
    text-align: center;
    max-width: 660px;
}

.op-img-block {
    border: #e0cec1 solid 3px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.op-img-block:hover {
    border-color: #9e7d5e;
}

.op-img-block img {
    width: 100%;
}

.logo-hb {
    width: 100%;
    border: #fff solid 1px;
    height: 122px;
    text-align: center;
}

@media (min-width: 922px) {
    /*.album-items:nth-child(4n+0){margin-right:0;}*/ .md-item-box {
        min-height:270px;
        margin-bottom: 25px;
    }

    .os-item-box {
        min-height: 190px;
    }
}

@media (max-width: 627px) {
    .album-items {
        float:left;
        width: 49%;
        padding: 6px;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .album-items:nth-child(2n+0) {
        margin-right: 0;
    }

    .album-items img {
        width: 100%;
        height: 100px;
    }

    .logo-hb {
        height: 54px;
        text-align: center;
        padding: 0 10px;
    }

    .home-our-impact .c1, .home-our-impact .c2 {
        min-height: 120px;
    }

    .home-our-impact .flex-item-25 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/*---------*/
.service-main-page {
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #F4F4F4
}

.service-main-page .no-header-page-heading {
    margin-bottom: 40px
}

.serviceBoxWrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.serviceBox {
    width: 100%;
    height: 230px;
    border-radius: 4px;
    margin: 15px auto;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.06);
    overflow: hidden;
    cursor: default;
    transition: 0.23s ease;
    position: relative
}

.serviceBox:hover img {
    transform: scale(1.25)
}

.serviceBox:hover {
    box-shadow: 0 0 37.2px 2.8px rgba(0,0,0,0.14)
}

.serviceBox:hover .layer {
    top: 0;
    background: rgba(0,0,0,0.88)
}

.serviceBox:hover .layer h3 {
    top: 15%;
    bottom: auto;
    font-size: 22px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    color: #fff
}

.serviceBox:hover .layer .readmore {
    top: auto;
    bottom: 15%;
    opacity: 1
}

.layer {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    text-align: center;
    z-index: 10;
    transition: 0.23s ease
}

.layer .readmore {
    padding: 5px 7px;
    color: inherit;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -10%;
    transition: 0.23s ease;
    text-align: center
}

.layer h3 {
    padding-top: 16px;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
    font-size: 20px;
    width: 100%;
    transition: 0.23s ease
}

.serviceBox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    overflow: hidden;
    transition: all ease-in-out .4s;
    z-index: 1
}

.serviceBox a {
    padding: 12px 25px;
    font-size: inherit;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #CCA45A;
    color: #CCA45A;
    overflow: hidden;
    text-decoration: none!important
}

.serviceBox a:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #CCA45A;
    background-image: linear-gradient(90deg,#CCA45A 0%,#A57C30 100%);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.serviceBox a:hover {
    color: #fff
}

.serviceBox a:hover:after {
    opacity: 1;
    height: 320%
}

.serviceBox a span {
    position: relative;
    z-index: 2
}

.section-gray .container + .container {
    margin-top: 80px
}

.section-help__caption {
    text-align: center
}

.help-pointer-container {
    float: left;
    width: 50%;
    padding: 0 3.66032211vw
}

.help-pointer {
    position: relative;
    padding-left: 2.04978038vw;
    color: #000;
    line-height: 1.3;
    font-family: Roboto,sans-serif;
    font-weight: 500
}

.help-pointer::before {
    content: attr(data-num);
    position: absolute;
    left: 0;
    top: 0;
    color: #CCA45A;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700
}

.help-pointer+.help-pointer {
    margin-top: 1.31771596vw
}

.section-new-dark {
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px
}

.section-new-dark .ov {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-new-dark .ov::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.6)
}

.section-new-dark .ov img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section-new-dark .container {
    position: relative;
    z-index: 2
}

.section-new-dark .section-title-alt {
    color: #fff
}

.section-new-dark h4 {
    color: #fff
}

.section-new-dark a {
    color: #fff
}

.section-new-dark .text-normal {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    letter-spacing: .03660322vw;
    margin-bottom: .80527086vw
}

.section-new-dark .text-highlight {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    letter-spacing: .07320644vw
}

.section-new-dark .banner-disclaimer {
    display: block;
    font-size: .8em;
    text-align: center;
    margin-top: 1.46412884vw;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    line-height: 1.25;
    letter-spacing: .07320644vw
}

.section-new-dark.section-form {
    text-align: left
}

.wbi {
    float: none;
    width: 39.67789165vw;
    height: 2.92825769vw;
    margin-bottom: 4.07467057vw;
    /*margin-right:5.49048316vw;*/
    position: relative;
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700
}

.wbi:nth-child(odd) {
    clear: both
}

.wbi:nth-child(even) {
    margin-right: 0
}

.wbi .form-container {
    color: #fff
}

.wbi .form-control-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.wbi span.error {
    font-weight: 400;
    color: red
}

.wbi label {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    letter-spacing: .07320644vw;
    line-height: 2.11505124vw;
    text-transform: uppercase;
    margin: 0
}

.wbi .form-control {
    display: block;
    width: 100%;
    height: 42px;
    font-size: inherit;
    text-transform: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

.wbi.frm-submit {
    padding-top: 27px
}

.wbi .btn-submit {
    background: #E98E24;
    border: 1px solid #E98E24;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 44px;
    text-transform: uppercase;
    transition: .3s;
    letter-spacing: 1px
}

.wbi .btn-submit:hover {
    background: #CCA45A;
    border: 1px solid #CCA45A
}

.about-2-vid iframe {
    height: 320px
}

.osh-txt {
    font-size: 1.2vw;
    line-height: 1.7vw;
}

@media (min-width: 1025px) {
    .serviceBox img {
        width: 100%;
        height: 172px;
        object-fit: unset;
    }

    .serviceBox:hover img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        transform: scale(1.125);
    }

    h3.section-title-alt.hs2 {
        font-size: 2.2vw;
    }

    .wc-form .row .col-sm-6:nth-of-type(odd) {
        padding-right: 40px;
    }

    .wc-form .row .col-sm-6:nth-of-type(even) {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    h3.section-title-alt {
        font-size:30px;
        margin-bottom: 1em;
        line-height: 1
    }

    .help-pointer-container {
        padding-left: 0;
        padding-right: 0;
        float: none;
        width: 100%
    }

    .help-pointer-container+.help-pointer-container {
        margin-top: 10px
    }

    .help-pointer {
        padding-left: 30px;
        line-height: 1.3
    }

    .help-pointer+.help-pointer {
        margin-top: 10px
    }

    .section-new-dark .text-highlight {
        text-align: center;
        line-height: 1.3;
        letter-spacing: .5px
    }

    .section-new-dark .banner-disclaimer {
        padding: 0;
        margin-top: 15px;
        width: 95%
    }

    .wbi {
        width: 100%;
        float: none;
        font-size: 1em;
        margin-bottom: 16px;
        height: auto
    }

    .wbi + .wbi {
        padding-top: 10px
    }

    .about-2-vid .col-sm-6 + .col-sm-6 {
        margin-top: 15px
    }

    .about-2-vid iframe {
        height: 180px
    }
}

.at-button-wrap {
    position: fixed;
    right: 34px;
    bottom: 75px;
    z-index: 99999;
}

a.at-button {
    background: #EC7550;
    cursor: pointer;
    border: 2px solid white;
    color: #fda98f;
    height: 72px;
    width: 72px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: "Muli-LightItalic", Helvetica;
    font-size: 32px;
    line-height: 30px;
    animation: ripple 1.5s linear infinite;
    transition: all 0.7s ease;
}

button:hover {
    transform: scale(1.1);
}

button:focus {
    outline: none;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(236, 117, 80, 0.3), 0 0 0 1px rgba(236, 117, 80, 0.3), 0 0 0 3px rgba(236, 117, 80, 0.3), 0 0 0 5px rgba(236, 117, 80, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(236, 117, 80, 0.3), 0 0 0 4px rgba(236, 117, 80, 0.3), 0 0 0 20px rgba(236, 117, 80, 0), 0 0 0 30px rgba(236, 117, 80, 0);
    }
}

.modal {
    z-index: 999999;
}

.modal-content .at-button-wrap {
    visibility: hidden;
}

.modal-open .at-button-wrap {
    visibility: hidden;
}

.modal-contact-frm h4 {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.modal-contact-frm .text-center p {
    font-size: 13.5px
}

.form-field + .form-field {
    margin-top: 10px;
}

.form-field label {
    display: flex;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    column-gap: 5px;
    align-items: center;
    user-select: none;
    font-weight: 600;
    color: #666f75;
    font-size: 12px;
    ; text-transform: uppercase;
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    border-radius: 3px 3px 0 0;
    background: #ebeff2;
    transition: color .15s,background .15s,box-shadow .15s;
}

.form-field.required:not(.form-field-toggle)>label:after {
    content: "*";
    color: #EF4565;
    margin-top: -2px;
    margin-left: -2px;
}

.form-field input, .form-field select, .form-field textarea {
    display: block;
    width: 100%;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 5px 15px;
    line-height: 20px;
    min-width: 0;
    min-height: 34px;
    color: 16161a;
    font-size: 14.5px;
    /*font-family: var(--baseFontFamily);*/
    font-weight: 400;
    border-radius: 0 0 3px 3px;
    background: #ebeff2;
    transition: color .15s,background .15s,box-shadow .15s;
    z-index: 0;
}

.form-field:focus-within label {
    color: #16161a;
    ; }

.form-field:focus-within input, .form-field:focus-within select, .form-field:focus-within textarea, .form-field:focus-within label {
    background: #dee3e8;
}

.modal-contact-frm button {
    font-family: Roboto Condensed, sans-serif;
    font-size: 18px;
    background: #cca45a;
    color: #fff;
    padding: 10px 20px;
    transition: color .15s,background .15s,box-shadow .15s;
}

.modal-contact-frm button:hover {
    background-color: #A57C30;
    transform: scale(1.01);
}

@media (max-width: 520px) {
    .inner-banner__caption h1, .inner-banner__caption_title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0;
    }
}
