a, body {
    color: #666;
}
a, a:hover {
    text-decoration: none;
}
.button, section {
    position: relative;
}
.button:after, .button:before, section.intro_area::before {
    height: 100%;
    left: 0;
    content: ""}
.button, img, ul.advantage_list li {
    display: inline-block;
}
body, html {
    margin: 0;
    padding: 0;
}
body {
    font-family: Poppins, sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    color: #000;
}
h1 {
    font-size: 80px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
.company_feature img, p {
    margin: 0 0 15px;
}
p:last-child, ul {
    margin: 0;
}
section {
    padding: 100px 0 70px;
}
ul {
    padding: 0;
    list-style: none;
}
.overlay, .single_service, a {
    transition: .4s;
}
.button, .button:before {
    transition: .3s;
    border-radius: 10rem;
}
img {
    max-width: 100%}
.color-white {
    color: #fff!important;
}
.button, .button:hover, .left-box-content p, .single_count.text-center h6, a.button.transparent-btn:hover {
    color: #fff;
}
.button {
    padding: .75rem 1.75rem;
    text-transform: uppercase;
    font-size: 1rem;
    overflow: hidden;
    z-index: 1;
}
.button:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #62c6c4;
    border-radius: 10rem;
    z-index: -2;
}
.button:before {
    position: absolute;
    bottom: 0;
    width: 0%;
    background-color: #630;
    z-index: -1;
}
.button:hover:before {
    width: 100%}
.section-illustration-top {
    position: absolute;
    top: -62px;
}
.section-illustration-bottom {
    position: absolute;
    bottom: -62px;
    z-index: 99;
}
section.intro_area {
    background: center center/cover no-repeat;
    padding-top: 0;
    position: relative;
    padding-bottom: 150px;
}
section.intro_area::before {
    background: #000;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: .03;
}
.site_logo img {
    width: 250px;
}
.intro_header {
    padding: 15px 0;
    position: relative;
}
.btn_holder {
    text-align: right;
}
a.btn-round.color-brown {
    background: #630;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    color: #fff;
}
a.button.top-btn img {
    width: 30px;
    margin-right: 5px;
}
.banner_text {
    position: relative;
    margin-top: 45px;
}
.banner_text p {
    font-size: 33px;
    color: #000;
    font-weight: 700;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    margin: 0 0 33px;
}
a.button.top-btn {
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 600!important;
}
.single_service a.button::after, a.button.top-btn::after {
    background: #630;
}
.single_service a.button::before, a.button.top-btn::before, a.button.transparent-btn::before {
    background: #62c6c4;
}
.banner_text p span {
    color: red;
    font-size: 45px;
}
.company_feature h3 {
    font-size: 22px;
    color: #630;
    margin-bottom: 5px;
}
.company_feature p {
    font-size: 18px;
    text-shadow: none;
    font-weight: 500;
    color: #630;
}
a.button.transparent-btn::after {
    background: #630;
    border: 1px solid #630;
}
a.button.transparent-btn {
    color: #fff;
    font-weight: 500;
}
section.about_section {
    background: #62c6c4;
    position: relative;
}
.about_text p {
    font-size: 18px;
    line-height: 1.8;
}
.advantage {
    margin-top: 50px;
    padding: 0 33px;
}
.advantage h2 {
    margin-bottom: 28px;
}
ul.advantage_list li {
    width: 49.5%;
    padding-left: 56px;
    font-size: 17px;
    vertical-align: top;
    color: #fff;
    font-weight: 600;
    margin: 0 0 35px;
    position: relative;
}
ul.advantage_list li::before {
    content: "";
    background-image: url(../img/check-mark.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -7px;
}
.section_heading {
    margin: 0 0 45px;
}
.single_count.text-center, .single_service {
    margin: 0 0 25px;
}
section.service_area {
    padding: 120px 0 75px;
}
.single_service {
    background: #f7f7f7;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgb(0 0 0 / 10%);
    position: relative;
    top: 0;
    min-height: 538px;
}
.img_bg, .left-box-content, .right-img {
    background: center center/cover no-repeat;
}
.img_bg, .overlay a {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single_service:hover {
    top: -15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.single_service a.button {
    padding: 10px 35px;
}
.box-wrap, .content_wrap {
    display: flex;
    flex-wrap: wrap;
}
.left-box-content {
    width: 50%;
    padding: 70px 40px;
}
section.contact-bottom, section.why_chose_area {
    padding: 0;
}
.left-box-content h2 {
    color: #fff;
    margin: 0 0 7px;
}
.left-box-content h4 {
    font-family: Poppins;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
ul.chose_list li {
    font-size: 18px;
    color: #fff;
    padding-left: 55px;
    margin: 0 0 25px;
    position: relative;
}
ul.chose_list li::before {
    content: "";
    background-image: url(../img/check-mark-svgrepo-com.png);
    width: 50px;
    height: 48px;
    position: absolute;
    top: -9px;
    left: 0;
    transform: scale(.8);
}
.right-img {
    width: 50%;
    position: relative;
}
.img_bg {
    width: 98%;
    height: 98%;
    position: absolute;
}
.overlay, .overlay-blk, section.contact_area::before {
    width: 100%;
    height: 100%;
    top: 0;
}
section.testimonials_area {
    background: center center/cover no-repeat fixed;
    position: relative;
    padding: 100px 0;
}
.overlay-blk {
    background: #000;
    position: absolute;
    opacity: .5;
    left: 0;
}
.single_result, .testimonials_area .container, section.contact_area .container {
    position: relative;
}
.single_testi {
    background: #fff;
    text-align: center;
    padding: 25px 15px;
    border-radius: 10px;
    height: 494px;
    overflow-x: auto;
}
.single_testi h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.single_testi > img {
    width: 60px!important;
    display: inline-block!important;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.single_testi p {
    font-size: 15px;
}
ul.star li {
    display: inline-block;
    margin-bottom: 5px;
}
ul.star li img {
    width: 16px!important;
}
.owl-dots {
    margin-top: 25px!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #62c6c4!important;
    opacity: 1!important;
}
.single_result {
    overflow: hidden;
    margin: 0 0 15px;
}
.overlay {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: -100%}
.overlay a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #62c6c4;
    text-align: center;
    border-radius: 50%;
    line-height: 43px;
    position: absolute;
    cursor: pointer;
}
.overlay a img {
    width: 28px;
}
.single_result:hover .overlay {
    left: 0;
}
.carousel__track, button.carousel__button.fancybox__button--thumbs {
    display: none;
}
a.button.big-btn {
    padding: 15px 63px 12px;
    font-weight: 700;
    margin-top: 24px;
}
.accordion-button::after {
    background-image: url("../img/icon-plus.png");
    transform: scale(1.5)!important;
    position: absolute;
    left: 3px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/icon-minus.png");
}
.accordion-item .accordion-button {
    padding: 10px 0 10px 42px;
    background: 0 0!important;
    border: 0 solid!important;
    border-radius: 0!important;
    font-size: 18px;
}
.accordion-item {
    border: 0 solid!important;
    border-radius: 0;
    margin: 0 0 10px;
    background: 0 0;
}
.accordion-button:focus {
    border: 0 solid!important;
    box-shadow: none!important;
}
.card-body {
    padding: 0 0 0 41px;
    border: 0 solid!important;
}
section.faq_area {
    background: #62c6c4;
    padding-top: 130px;
}
.card-body p {
    color: #000;
}
section.fun_fact {
    background: #630;
    padding: 45px 0 25px;
}
.num {
    font-size: 44px;
    font-weight: 900;
    color: #fff;
    font-family: Roboto;
}
.cstm_txt {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin: 0 0 15px;
    border: 1px solid #62c6c4;
}
textarea.cstm_txt {
    height: 100px;
    padding-top: 10px;
}
button.button {
    border: 0 solid;
    width: 41%}
.single_info {
    margin: 0 0 31px;
    padding-left: 60px;
    position: relative;
}
.single_info a, .single_info p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.single_info img {
    width: 45px;
    position: absolute;
    left: 0;
}
section.contact_area {
    background: center center/cover no-repeat fixed;
}
section.contact_area::before {
    content: "";
    background: #630;
    left: 0;
    position: absolute;
    opacity: .36;
}
.left-conet-box {
    width: 50%;
    background: #630;
}
.content_wrap h2 {
    color: #fff;
    font-size: 60px;
}
.right-conet-box {
    width: 50%;
    background: #62c6c4;
}
.left-conet-box.text-center h2 {
    margin-top: 40px;
}
footer.footer_area {
    background: #000;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
.left-conet-box, .right-conet-box {
    padding: 65px 0;
}
.right-conet-box h2 {
    color: #630;
}
.single_service img {
    width: 260px;
    margin: 0 0 15px;
}
@media (max-width:1024px) {
    h1 {
    font-size: 60px;
}
.advantage {
    padding: 0;
}
ul.advantage_list li {
    font-size: 20px;
    width: 49%}
.single_service.text-center {
    min-height: 531px;
}
}@media (max-width:820px) {
    h1 {
    font-size: 45px;
}
.banner_text p {
    font-size: 22px;
}
}@media (max-width:767px) {
    .about_text p, .banner_text, .btn_holder, .intro_header, .left-box-content h4, .left-box-content p, h1, h2 {
    text-align: center;
}
.btn_holder {
    margin: 10px;
}
h1 {
    font-size: 38px;
}
.banner_text p {
    font-size: 19px;
    margin: 0 0 18px;
}
.company_feature {
    margin-top: 26px;
}
.section-illustration-top {
    top: -35px;
}
.about_img {
    margin: 0 0 25px;
}
h2 {
    font-size: 30px;
}
ul.advantage_list li {
    width: 100%;
    font-size: 18px;
}
.section-illustration-bottom {
    bottom: -35px;
}
.box-wrap {
    flex-direction: row-reverse;
}
.left-box-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    order: 2;
    padding: 50px 20px;
}
.right-img {
    width: 100%;
    min-height: 300px;
    display: flex;
    order: 1;
}
.left-box-content h2 {
    text-align: center;
    width: 100%}
.left-box-content h4 {
    width: 100%;
    font-size: 20px;
}
.left-box-content p {
    width: 100%}
p {
    font-size: 1;
}
.contact-details {
    margin-top: 32px;
}
.single_info a, .single_info p {
    font-size: 20px;
}
.left-conet-box.text-center, .right-conet-box.text-center {
    width: 100%}
.left-conet-box.text-center h2, .right-conet-box h2 {
    font-size: 40px;
}
}.company_feature {
    text-align: center;
    position: relative;
    top: 70px;
}