/*
Theme Name: MuteWeb
Theme URI: http://www.codexworld.com
Author: Creative Mirza
Author URI: http://mutewebtechnologies.com
Description: The theme for my awesome site
Version: 1.0
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import './owl.carousel.min.css';
@import './bootstrap.min.css';

a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
input[type=tel],
input[type=search] {
    border: 1px solid #ccc;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
}

button:focus,
input:focus {
    outline: none;
}

.annocement-bar {
    padding: 5px 0;
}

.site-header.style_1 {
    padding: 20px 0;
}

.site-header.style_2 .logo-wrap {
    padding: 20px 0;
}

.site-header.style_2 .primary-menu-wrap {
    padding: 20px 0;
}

.site-header.style_3 {
    padding: 20px 0;
}

.site-header.style_4 {
    padding: 20px 0;
}

.site-header.style_5 .logo-wrap {
    padding: 20px 0;
}

.site-header.style_5 .primary-menu-wrap {
    padding: 20px 0;
}

.header_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-navigation li {
    padding: 0 20px;
}

.menu-main-menu-container {
    width: 100%;
}

.site-header.style_1 .primary-menu {
    width: auto;
    float: right;
}

.site-header.style_2 .primary-menu {
    width: 100%;
}

.primary-menu li {
    display: inline-block;
}

.primary-menu {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation li a {
    display: inline-block;
}

li#custom_html-6 .textwidget.custom-html-widget {
    margin: 0 !important;
}

li#custom_html-6 {
    list-style: none;
}

.site-header.style_4 .main-navigation {
    padding-top: 150px;
    width: 100%;
    display: inline-block;
}

.site-header.style_4 .primary-menu li {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.logo {
    display: inline-block;
}

.logo img {
    max-width: 100%;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    -o-transition: all 10s;
    transition: all 0.5s ease;
}

.site-header {
    border-bottom: 1px solid #ddd;
}

.home .site-header {
    border-bottom: none;
}

.site-main {
    padding: 40px 15px 50px;
    overflow-x: hidden;
}

.home .site-main {
    padding-top: 0;
    padding-bottom: 0;
}

.wrapper-row {
    float: none;
    margin: 0 auto !important;
}

.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header_sticky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.home .header_sticky_index {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header_fixed_onscroll {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    -o-transition: all 10s;
    transition: all 0.5s ease;
}

.header_fixed_onscroll.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    animation: smoothScroll 1s forwards;
}

li#custom_html-4 .textwidget.custom-html-widget {
    margin: 0;
}

li#custom_html-4 {
    list-style: none;
}

.top-links .textwidget.custom-html-widget {
    margin: 0;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header_fixed_onscroll.fixed .logo img {
    width: 220px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .94);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.full_width_menu .container {
    position: relative;
}

.overlay .menu_toggle_close {
    font-size: 75px;
    width: auto;
    float: right;
    height: auto;
    line-height: 1;
    display: inline-block;
    top: 77px;
    position: absolute;
    right: -10px;
}

.overlay .menu_toggle_close:hover,
.overlay .menu_toggle_close:focus,
.overlay .menu_toggle_close:active {
    color: #fff;
}

.full_width#openNav {
    width: 100%;
}

.menu_toggle {
    font-size: 35px;
}

.header-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.header-info li {
    list-style: none;
    display: inline-block;
}

.header-info ul li {
    margin-left: 30px;
}

.header-info ul li:first-child {
    margin-left: 0;
}

.btn,
[type=reset],
[type=submit],
button,
html [type=button] {
    border: none;
    padding: 5px 10px;
}

.search_form span.screen-reader-text {
    display: none;
}

.search_form .search-submit {
    width: 180px;
    float: left;
}

.search_form .search-field {
    width: 70%;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    float: left;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0 30px;
}

.search_form .search-field:focus {
    outline: none;
}

.search_form {
    background-color: #000000;
    padding: 14px 0 8px;
    display: none;
}

.search_form .search-form {
    position: relative;
}

.search_form .search-form:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.search_form .close-search {
    display: inline-block;
    color: #fff;
    width: 40px;
    vertical-align: middle;
    text-align: right;
}

.footer_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_footer {
    padding: 50px 0;
}

.btm_footer {
    padding: 20px 0;
}

.site-footer li {
    list-style: none;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.site-footer h2 {
    margin: 0 0 25px;
}

.site-footer p {
    margin: 0 0 15px;
}

.site-footer .btm_footer p:last-child {
    margin: 0;
}

.site-footer .menu li a {
    position: relative;
    padding: 0 0 0 10px;
}

.site-footer .menu li a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
}

.site-footer .menu li {
    margin: 0 0 15px;
    width: 45%;
    float: left;
    padding: 0 20px 0 0;
}

.social-icons a {
    width: 55px;
    display: inline-block;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 2px solid;
    border-radius: 100%;
    font-size: 25px;
}

.social-icons li {
    display: inline-block;
    margin-left: 10px;
}

.social-icons li:first-child {
    margin-left: 0;
}

.newsletter-send {
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    float: left;
    background-image: url('./images/rocket-img.png');
    background-repeat: no-repeat;
    background-position: center;
}

.footer-newsletter .newsletter-send {
    font-size: 15px !important;
    width: 150px;
    background-image: none;
    text-transform: capitalize;
    font-weight: 700;
}

.wpcf7-form-control-wrap {
    width: 80%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    float: left;
}

.footer-newsletter .wpcf7-form-control-wrap {
    width: 70%;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -ms-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
}

div.wpcf7 .ajax-loader {
    display: none;
}

.newsletter-email {
    border: none !important;
    width: 100%;
    background-color: #fff;
    padding: 12.5px 10px 11px;
    color: #c5c5c5;
    line-height: 1.1;
}

.site-footer ul.social-icons {
    margin: 15px 0 0;
}

div.wpcf7-response-output {
    float: left;
}

span.wpcf7-not-valid-tip {
    margin: 10px 0 0;
}

.footer-newsletter {
    background-color: #000;
    padding: 50px 0;
}

.footer-newsletter form {
    width: 650px;
    float: none;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
}

.site-footer.style_2 .top_footer h2 {
    display: none;
}

.site-footer.style_2 .menu li {
    width: auto;
}

.site-footer.style_2 .menu li a:after {
    content: '';
}

.site-footer.style_2 .menu li a {
    padding: 0;
}

.site-footer.style_2 .menu li {
    margin-bottom: 0;
}

.site-footer.style_2 .menu li:last-child {
    padding-right: 0;
}

.site-footer.style_2 .social-wrap {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 30px;
    padding-top: 30px;
}

.site-footer a {
    display: inline-block;
}

.mobile-header {
    display: none;
}

.hamburger {
    display: inline-block;
}

.hamburger .bar1,
.hamburger .bar2,
.hamburger .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.hamburger.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.hamburger.change .bar2 {
    opacity: 0;
}

.hamburger.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.mute-slider-wrap {
    width: 100%;
    display: block;
}

.mute-slider {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-inner {
    width: 100%;
    display: block;
    position: relative;
}

.slider-img {
    width: 100%;
    display: block;
}

.slider-img img {
    width: 100%;
    display: block;
}

.slider-content {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-content .container {
    position: relative;
    height: 100%;
}

.slider-content-iner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.slider-content-wrap {
    width: 500px;
    max-width: 95%;
    display: inline-block;
    padding: 20px;
}

.text-Left {
    text-align: left;
}

.text-Center {
    text-align: center;
}

.text-Right {
    text-align: right;
}

.hor-Left {
    justify-content: left;
}

.hor-Center {
    justify-content: center;
}

.hor-Right {
    justify-content: flex-end;
}

.ver-Top {
    align-items: start;
}

.ver-Top .slider-content-wrap {
    margin-top: 50px;
}

.ver-Middle {
    align-items: center;
}

.ver-Bottom {
    align-items: flex-end;
}

.ver-Bottom .slider-content-wrap {
    margin-bottom: 50px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    float: left;
    background-color: rgba(255, 255, 255, .5) !important;
    color: #000 !important;
    position: relative;
}

.owl-nav button.owl-next {
    float: right;
}

.owl-nav button:before {
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.owl-nav button.owl-prev:before {
    content: "\f053";
}

.owl-nav button.owl-next:before {
    content: "\f054";
}

.owl-nav button span {
    display: none;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .3) !important;
    margin: 0 5px;
}

.owl-dots .owl-dot.active {
    background-color: rgba(255, 255, 255, 1) !important;
}

.post_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.post_info ul li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.post_info ul li:after {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 3px;
    width: 1px;
    background-color: #ccc;
    right: 0;
}

.post_info ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.post_info ul li:last-child:after {
    width: 0;
}

.post_info {
    border-top: 1px solid #dddddd;
    padding: 15px 0;
}

.post_info ul li i {
    padding-right: 10px;
    color: #ff0000;
}

.post_img img {
    width: 100%;
}

.fet_box {
    width: 100%;
    float: left;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    margin: 0 0 30px;
}

.fet_img {
    width: 100%;
    float: left;
}

.fet_img img {
    width: 100%;
}

.fet_date {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 1.3;
    margin: 13px 0;
}

.fet_title a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #444444;
    line-height: 1.2;
}

.fet_lbl {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #5794b5;
    border-bottom: 1px solid #eeeeee;
    padding: 9px 17px;
    text-transform: capitalize;
}

.fet_box ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 17px 17px 0;
    list-style: none;
}

.fet_box ul li {
    width: 100%;
    float: left;
    margin: 0 0 25px;
}

.fet_box ul li.active a,
.fet_box ul li a:hover,
.fet_box ul li a:active,
.fet_box ul li a:focus {
    color: green;
}

.post_main {
    margin-top: 40px;
}

ul.term_list {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

ul.term_list li {
    display: inline-block;
    margin: 0 5px;
}

ul.term_list li a {
    color: inherit;
    color: #ed331d;
    border: 1px solid;
    padding: 3px 10px;
    border-radius: 20px;
}

.comment-form label {
    display: block;
}

.comment-respond {
    border-top: 1px solid #ddd;
    padding: 30px 0 0;
}

.comment-list {
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin: 30px 0 0;
}

.comment-author img {
    float: left;
    margin-right: 25px;
}

.comment-form {
    width: 500px;
    max-width: 100%;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
}

.comment-form input.submit {
    width: auto;
}

.comment-form .required {
    color: #ff0000;
}

.post-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.post-list .post-img {
    width: 200px;
    float: left;
    margin-right: 25px;
}

.post-list .post-info {
    width: 75%;
    width: -webkit-calc(100% 225px);
    width: -moz-calc(100% 225px);
    width: -ms-calc(100% 225px);
    width: -o-calc(100% 225px);
    width: calc(100% 225px);
    float: left;
}

.post-list li {
    clear: both;
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.post-list li:last-child {
    border-bottom: none;
}

.screen-reader-text,
.nav-links span.screen-reader-text {
    display: none;
}

.pagination {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.nav-links {
    width: auto;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 25px;
}

.nav-links a,
.nav-links span {
    display: inline-block;
    padding: 10px;
}

.nav-links a.next {
    border-left: 1px solid #ddd;
    padding-left: 30px;
    padding-right: 0;
}

.nav-links a.prev {
    border-right: 1px solid #ddd;
    padding-right: 30px;
    padding-left: 0;
}

/*Responsive Style*/
@media (max-width: 1023px) {
    .footer-col {
        width: 50% !important;
        display: block;
        flex: unset;
        margin: 0 0 30px;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
        padding: 15px 0;
    }

    .logo img {
        max-width: 80%;
    }

    .site-header {
        position: relative;
    }

    .mobile-header .main-navigation {
        width: 100%;
        background-color: #ccc;
        position: absolute;
        left: 0;
        right: 0;
        top: 110%;
        z-index: 10;
        display: none;
    }

    .mobile-header .main-navigation li {
        width: 100%;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #f5f5f5;

    }

    .mobile-header .main-navigation li a {
        padding: 10px 30px;
    }

    .logo_side {
        width: 75%;
        float: left;
    }

    .menu_side {
        width: 25%;
        float: left;
    }

    .header-info {
        padding-bottom: 30px;
    }

    .header-info ul li {
        margin-left: 0;
    }

    .header-info li {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .footer-col {
        text-align: center;
        width: 100% !important;
    }

    .site-footer .menu li {
        margin: 0 0 15px;
        width: 45%;
        float: left;
        padding: 0 0px 0 0;
    }

    .footer-col:last-child {
        margin-bottom: 0;
    }

    .site-footer .menu li {
        width: 100%;
    }

    .btm-footer-col {
        flex: unset;
        width: 100%;
        text-align: center !important;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .btm-footer-col:last-child {
        margin-bottom: 0;
    }

    .footer-col-2 {
        width: 100% !important;
        display: block;
        flex: unset;
        margin: 0 0 30px;
        text-align: center !important;
    }

    .site-footer.style_2 .menu li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .footer-newsletter .newsletter-send {
        width: 80px;
    }

    .footer-newsletter .wpcf7-form-control-wrap {
        width: 80%;
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -ms-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}

/* Custome-Style */
.site-header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 !important;
}

.site-header a.logo {
    position: relative;
    top: -48px;
}

.top-heaher {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #ff6500;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
    height: 79px;

}

.site-header:before {
    content: '';
    width: 500px;
    height: 79px;
    background-color: #ff6500;
    right: 0;
    position: absolute;
}

.top-links ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.top-links li {
    list-style: none;
    margin: 0 22px;
    font-size: 22px;
    color: #fff;
}

.top-links li a {
    color: #fff;
}

.main-navigation li a:hover {
    color: #ff6500;
}

.top-links {
    margin-left: 48px;
}

.text p {
    font-family: poppins;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin: 0;
    padding-left: 0;
}

.main-home {
    height: 1084px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.home-heading h1 {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 128px;
    font-weight: 700;
    padding-right: 30%;
    margin-left: 143px;
    line-height: 137px;
    margin-top: 159px;
}

.home-heading {
    position: relative;
}

.home-heading:before {
    content: '';
    background-image: url(../images/line.png);
    width: 705px;
    height: 526px;
    position: absolute;
    top: -50px;
    left: 34px;
}

.site-header-menu li {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0px;
}

.main-navigation li:last-child {
    padding-right: 0;
}

.site-header-menu li a {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 3px;
}

.free {
    position: relative;
    margin-left: 91px;
}

.free:before {
    content: '';
    background-image: url(../images/home_06-min.png);
    width: 61px;
    height: 61px;
    position: absolute;
    top: 6px;
    left: -7px;
}

p.cons-ult {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    margin: 0;
    color: #fff;
}

p.num-ber {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin: 0;
    font-weight: 500;
    color: #fff;
}

.free p {
    margin-left: 69px;
}

.left-box {
    height: 232px;
    background-color: #ff6500;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
    display: flex;
    align-items: center;
}

.left-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    padding-right: 87px;
}

.wpb_content_element {
    margin: 0 !important;
}

.cont-button a {
    font-family: 'Barlow', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-left: 69px;
    text-transform: uppercase;
    position: relative;
}

.cont-button a:hover:before {
    right: -44px;
}

.right-box {
    height: 145px;
    background-color: #ff7a22;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%);
    display: flex;
    align-items: center;
    margin-top: 106px;
    margin-left: -70px;
}

.cont-button {
    padding-left: 0;
    text-align: right;
    padding-right: 110px;
}

.cont-us-section {
    margin-top: -141px;
    position: relative;
}

.cont-us-section:before {
    content: '';
    width: 300px;
    height: 232px;
    position: absolute;
    left: 0;
    top: 35px;
    background-color: #ff6500;
}

.cont-us-section:after {
    content: '';
    width: 300px;
    height: 145px;
    position: absolute;
    right: 0;
    top: 141px;
    background-color: #ff7a22;
}

.vission {
    margin-top: 267px;
    padding-top: 140px;
    padding-bottom: 286px;
}

.our-vission .vc_single_image-wrapper {
    padding-right: 30px;
}

.our-vission {
    display: flex;
    align-items: center;
}

.our-vission h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 8px;
    letter-spacing: 3px;
}

.our-vission h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 89px;
    color: #fff;
    padding-bottom: 32px;
    font-weight: 700;
}

.our-vission p {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    padding-right: 112px;
}

.our-vission .vc_col-sm-6:nth-child(2) {
    margin-left: 23px;
}

.left-line {
    position: relative;
}

.left-line:before {
    content: '';
    width: 460px;
    height: 18px;
    background-color: #ff6500;
    position: absolute;
    left: 0;

}

.right-line {
    position: relative;
}

.right-line:before {
    content: '';
    width: 460px;
    height: 18px;
    background-color: #ff6500;
    position: absolute;
    right: 0;

}

.line-both {
    height: 500px;
    display: flex;
    align-items: center;
}

.img-house {
    background-color: #ff6500;
    width: 311px;
    height: 237px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -58px;
    left: -32px;
    transition: 0.3s;
}

.spa-ce .vc_col-sm-6:first-child:hover .img-house-two {
    bottom: -64px;
    right: -42px;
}

.our-vission .vc_col-sm-6:nth-child(2):hover .img-house {
    bottom: -64px;
    left: -43px;
}

.img-house li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 44px;
    position: relative;
    padding-left: 46px;
    margin-left: -20px;
}

.img-house li:before {
    content: '';
    background-image: url(../images/home_28-min.png);
    width: 32px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 4px;
}

.spa-ce {
    margin-top: 295px !important;
}

.img-house-two {
    background-color: #ff6500;
    width: 311px;
    height: 237px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -58px;
    right: -32px;
    transition: 0.3s;
}

.img-house-two li {
    margin-left: -20px;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 44px;
    position: relative;
    padding-left: 46px;
}

.img-house-two li:before {
    content: '';
    background-image: url(../images/home_28-min.png);
    width: 32px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 4px;
}

.spa-ce .vc_col-sm-6:nth-child(2) {
    margin-left: 84px;
}

.why {
    height: 947px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 196px;
    position: relative;
}

.why h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 14px;
    text-align: center;
    letter-spacing: 4px;
}

.why h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 89px;
    color: #fff;
    padding-bottom: 32px;
    font-weight: 700;
    text-align: center;
}

.three-box .vc_column-inner {
    background-color: #fff;
    width: 506px !important;
    height: 579px;
    border-bottom: 13px solid #ff6500;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

/* .integrity .vc_column-inner  {
    background-color: #fff;
    width: 506px !important;
    height: 579px;
    border-bottom: 13px solid #ff6500;
}
.innovation .vc_column-inner  {
    background-color: #fff;
    width: 506px !important;
    height: 579px;
    border-bottom: 13px solid #ff6500;
} */

* {
    scroll-behavior: smooth;
}

.why h3 {
    font-size: 59px;
    color: #242a3b;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-align: center;
}

.why p {
    font-size: 22px;
    color: #242a3b;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 0 45px;
}

.why img {
    margin-top: -45px;
    margin-bottom: 52px;
}

.why p {
    font-size: 22px;
    color: #242a3b;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 0 45px;
    margin-top: 31px;
}

.three-box {
    position: relative;
    top: 222px;
}

.services {
    padding-top: 403px;
    height: 1700px;
}

.services h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 89px;
    color: #fff;
    padding-bottom: 32px;
    font-weight: 700;
    position: relative;
}

.services h2:before {
    content: '';
    width: 203px;
    height: 19px;
    background-color: #ff6500;
    position: absolute;
    bottom: -8px;
}

.services li {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 80px;
    list-style: none;
    position: relative;
    padding-left: 43px;
}

.services li:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ff6500;
    position: absolute;
    left: 0;
    top: 33px;
}

.services ul {
    margin-top: 107px;
}

.services h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 14px;
    text-align: center;
    letter-spacing: 4px;
}

.lets-talk h2 {
    text-align: center;
}

.lets-talk h2:before {
    content: '';
    display: none;
}

.lets-talk p {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    padding-right: 112px;
    text-align: center;
    padding: 0px 93px;
    margin-top: 52px;
}

.lets-talk {
    margin-top: 200px !important;
}

.form-section input {
    width: 100%;
    background-color: #0000;
    border: 4px solid #fff;
    line-height: 78px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    padding-left: 42px;
}

.form-section textarea {
    width: 100%;
    background-color: #0000;
    border: 4px solid #fff;
    line-height: 17px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    padding-left: 42px;
    padding-top: 49px;
}

div#wpcf7-f49-p6-o1 {
    width: 1255px;
    margin: 0 auto;
}

label {
    width: 100%;
}

.form-section input.wpcf7-form-control.wpcf7-submit {
    background-color: #ff6500;
    border: none;
    font-family: 'Barlow', sans-serif;
    padding: 7px 80px 17px 42px;
    font-size: 40px;
    font-weight: 600;
    margin-top: 46px;
    width: auto;
    background-image: url(../images/home_54-min.png);
    background-position: center right 33px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.3s;
}

.form-section input.wpcf7-form-control.wpcf7-submit:hover {
    background-position: center right 26px;
}

.form-section .arrow {
    position: relative;
    text-align: center;
}

.site-footer .menu li a:hover {
    color: #ff6500;
}

/* .form-section .arrow:before{
    content: '';
    background-image: url(../images/home_54-min.png);
    width: 33px;
    height: 20px;
    position: absolute;
    right: 35%;
    top: 43%;
} */
label span:first-child {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    margin-left: 35px;
    position: relative;
    top: 19px;
    background-color: #0a0a0a;
    z-index: 9;
    padding: 2px 11px;
}

.form-section {
    margin-top: 157px !important;
}

.gr-id .vc_column-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-one,
.icon-two,
.icon-three {
    position: relative;
    height: 109px;
}

.icon-one p,
.icon-two p,
.icon-three p {
    padding-left: 48px;
}

.icon-one:before {
    content: '';
    background-image: url(../images/home_33-min.png);
    width: 64px;
    height: 64px;
    position: absolute;
    left: -39px;
}

.icon-two:before {
    content: '';
    background-image: url(../images/home_36-min.png);
    width: 71px;
    height: 59px;
    position: absolute;
    left: -39px;
    top: 5px;
}

.icon-three:before {
    content: '';
    background-image: url(../images/home_65-min.png);
    width: 59px;
    height: 68px;
    position: absolute;
    left: -39px;
}

.send-mail {
    margin-top: -112px;
}

.top_footer {
    height: 738px;
    margin-top: -67px;
    padding-top: 215px;

}

.top_footer h2.widgettitle {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
}

.site-footer .menu li a:after {
    display: none;
}

.site-footer .menu li a {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    padding: 0;
}

.site-footer .menu li {
    float: none;
}

.menu-footer-navi-container {
    margin-top: 77px;
}

.menu-footer-menu-two-container {
    margin-top: 77px;
}

.textwidget.custom-html-widget {
    margin-top: 77px;
}

.top_footer h4 {
    color: #fff !important;
}

.top_footer input[type="email"] {
    width: 100%;
    margin-top: 0;
    padding-left: 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-style: italic;
    padding: 14px 31px;
}

.footer_newslatter input[type="submit"] {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

li#custom_html-3 ul a {
    color: #ff6500;
}

li#custom_html-3 ul a:hover {
    color: #fff;
}

.bottom-text a {
    color: #fff;
}

.footer_newslatter {
    position: relative;
    margin-top: 30px;
}

.footer_newslatter {
    position: relative;
}

.top_footer input[type="submit"] {
    color: #fff0;
    background-color: #000;
    background-image: url(../images/home_72-min.png);
    width: 52px;
    height: 44px;
}

.btm_footer {
    background-color: #000;
    color: #fff;
}

.btm_footer .textwidget.custom-html-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    border-top: 1px solid #ffffff36;
    padding: 31px 0;
}

.bottom-text {
    display: flex;
}

.bottom-text p {
    padding-left: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.btm_footer .top-links li {
    list-style: none;
    margin: 0 41px;
    font-size: 43px;
    color: #ff6500;
}

.btm_footer .top-links {
    margin-left: 0px;
}

.why:before {
    content: "";
    background: url(../images/Home_03.png);
    width: 711px;
    height: 907px;
    display: block;
    position: absolute;
    top: 58px;
    right: 0;
}

.three-box .vc_col-sm-4:hover img {
    margin-top: -50px;
}

.three-box .vc_col-sm-4 img {
    transition: 0.3s;
}

@media(max-width:1650px) {
    .top-links ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .top-links {
        margin-left: 49px;
    }

    .text p {
        font-size: 16px;
    }

    .site-header-menu li a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 3px;
    }

    .site-header-menu li {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0 0px;
        padding: 0 13px;
    }

    .free {
        position: relative;
        margin-left: 40px;
    }

    p.cons-ult {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
    }

    p.num-ber {
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
    }

    .free:before {
        content: '';
        background-image: url(../images/home_06-min.png);
        width: 55px;
        height: 55px;
        position: absolute;
        top: 6px;
        left: -2px;
        background-size: 100%;
    }

    .home-heading h1 {
        font-family: 'Barlow', sans-serif;
        color: #fff;
        font-size: 115px;
        font-weight: 700;
        padding-right: 30%;
        margin-left: 143px;
        line-height: 120px;
        margin-top: 159px;
    }

    .home-heading:before {
        top: -77px;
    }

    .left-box p {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        padding-right: 137px;
    }

    .cont-us-section {
        margin-top: -141px;
        position: relative;
        z-index: 9;
    }

    .cont-us-section:after {
        content: '';
        width: 300px;
        height: 145px;
        position: absolute;
        right: 0;
        top: 141px;
        background-color: #ff7a22;
        z-index: -1;
    }

    .cont-button {
        padding-left: 0;
        text-align: right;
        padding-right: 50px;
        z-index: 9;
        position: relative;
    }

    .cont-button a {
        font-size: 34px;
    }

    .our-vission h2 {
        font-size: 75px;
    }

    .our-vission p {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        color: #fff;
        padding-right: 12px;
        font-weight: 300;
        letter-spacing: 0.4px;
    }

    .spa-ce.our-vission .vc_single_image-wrapper {
        padding-left: 0;
        padding-right: 40px;
    }

    .our-vission .vc_single_image-wrapper {
        padding-right: 0;
        padding-left: 70px;
    }

    .img-house {
        background-color: #ff6500;
        width: auto;
        height: auto;
        padding: 10px;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: -68px;
        left: 0;
        transition: 0.3s;
    }

    .our-vission .vc_col-sm-6:nth-child(2):hover .img-house {
        bottom: -72px;
        left: 42px;
    }

    .img-house-two {
        background-color: #ff6500;
        width: auto;
        height: auto;
        padding: 10px;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: -48px;
        transition: 0.3s;
    }

    .spa-ce .vc_col-sm-6:first-child:hover .img-house-two {
        bottom: -52px;
        right: 12px;
    }

    .vission {
        margin-top: 267px;
        padding-top: 140px;
        padding-bottom: 226px;
    }

    .why h2 {
        font-size: 75px;
    }
}

@media(max-width:1366px) {

    .top-links li {
        margin: 0 17px;
    }

    .site-header-menu li {
        padding: 0 8px;
    }

    .our-vission .vc_single_image-wrapper {
        padding-right: 0;
        padding-left: 0px;
    }

    .spa-ce.our-vission .vc_single_image-wrapper {
        padding-left: 0;
        padding-right: 7px;
    }

    .why h2 {
        font-size: 71px;
    }

    .why p {
        font-size: 19px;
    }

    .our-vission h2 {
        font-size: 71px;
    }

    .right-box {
        margin-left: -56px;
    }

    .three-box .vc_column-inner {
        width: 369px !important;
    }

    .why:before {
        width: 567px;
    }

    .services li {
        font-size: 21px;
    }

    .services li:before {
        top: 32px;
        width: 15px;
        height: 15px;
    }

    .services h2 {
        font-size: 71px;
    }

    .bottom-text p {
        padding-left: 22px;
    }

    .footer-col img.image.wp-image-62.attachment-full.size-full {
        width: 458px;
    }

    .btm_footer .top-links li {
        margin: 0 28px;
    }
}

@media(max-width:1139px) {

    .services {
        padding-top: 403px;
        height: 1700px;
    }

    .text p {
        font-size: 16px;
        margin-left: 47px;
    }

    .free p {
        margin-left: 27px;
    }

    p.cons-ult {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
    }

    p.num-ber {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
    }

    .free:before {
        left: -33px;
        top: -1px;
    }

    .site-header-menu li a {
        letter-spacing: 0px;
    }

    .home-heading h1 {
        padding-right: 9%;
    }

    .left-box p {
        font-size: 18px;
        padding-right: 98px;
    }

    .cont-button {
        padding-right: 23px;
    }

    .right-box {
        margin-left: -41px;
    }

    .our-vission h2 {
        font-size: 55px;
    }

    .our-vission p {
        font-size: 18px;
    }

    .left-line:before {
        width: 274px;
    }

    .right-line:before {
        width: 274px;
    }

    .line-both {
        height: 362px;
    }

    .spa-ce .vc_col-sm-6:nth-child(2) {
        margin-left: 39px;
    }

    .spa-ce {
        margin-top: 232px !important;
    }

    .why h2 {
        font-size: 55px;
    }

    .why:before {
        width: 504px;
    }

    .three-box .vc_column-inner {
        width: 295px !important;
    }

    .why img {
        margin-top: -45px;
        margin-bottom: 52px;
        width: 75%;
    }

    .why h3 {
        font-size: 48px;
    }

    .why p {
        padding: 0 17px;
    }

    .services {
        padding-top: 340px;
        height: 1500px;
    }

    .services li {
        padding-left: 29px;
        line-height: 66px;
    }

    .services li:before {
        top: 25px;
    }

    .lets-talk {
        margin-top: 140px !important;
    }

    .services h2 {
        font-size: 55px;
    }

    .img-house-two li {
        margin-left: -25px;
        line-height: 38px;
        font-size: 18px;
    }

    .img-house li {
        margin-left: -25px;
        line-height: 38px;
        font-size: 18px;
    }

    .img-house-two {
        padding: 10px;
        width: auto;
        height: auto;
    }

    .img-house {
        padding: 10px;
        width: auto;
        height: auto;
    }


    .lets-talk p {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #fff;
        padding-right: 112px;
        text-align: center;
        padding: 0px 61px;
        margin-top: 35px;
    }

    div#wpcf7-f49-p6-o1 {
        width: 955px;
        margin: 0 auto;
    }

    .form-section {
        margin-top: 91px !important;
    }

    .form-section input.wpcf7-form-control.wpcf7-submit {
        font-size: 32px;
        padding: 1px 80px 6px 42px;
    }

    .icon-one:before {
        width: 52px;
        height: 52px;
        background-size: 100%;
    }

    .icon-one p,
    .icon-two p,
    .icon-three p {
        padding-left: 46px;
    }

    .icon-two:before {
        width: 57px;
        height: 47px;
        left: -20px;
        background-size: 100%;
    }

    .icon-three:before {
        width: 48px;
        height: 55px;
        left: -13px;
        background-size: 100%;
    }

    .icon-one,
    .icon-two,
    .icon-three {
        position: relative;
        height: 93px;
    }

    .top_footer .col-md-5 {
        max-width: 30%;
        margin-right: 50px;
    }

    .top_footer .col-md-2 {
        max-width: 23%;
    }

    .top_footer h2.widgettitle {
        font-size: 24px;
    }

    .site-footer .menu li a {
        font-size: 18px;
    }

    .top_footer h4 {
        color: #fff !important;
        font-size: 18px;
        line-height: 25px;
    }

    .top_footer .col-md-3 {
        max-width: 30%;
    }

    .top_footer input[type="email"] {
        padding: 14px 15px;
        font-size: 14px;
    }

    .top_footer input[type="submit"] {
        width: 45px;
        height: 39px;
        background-size: 100%;
    }

    .top_footer {
        height: inherit;
        margin-top: -52px;
        padding-top: 162px;
    }

    .btm_footer .top-links li {
        margin: 0 20px;
        font-size: 28px;
    }

    .bottom-text p {
        padding-left: 22px;
        font-size: 15px;
    }

}

@media(max-width:1023px) {
    .site-header:before {
        display: none;
    }

    .site-header a.logo {
        position: relative;
        top: 21px;
    }

    .mobile-header .main-navigation {
        background-color: #ff6500;
    }

    .site-header.style_1 .primary-menu {
        width: auto;
        float: none;
        padding: 17px 0;
    }

    .mobile-header .main-navigation li {
        border-bottom: none;
    }

    .mobile-header .main-navigation li a {
        padding: 8px 24px;
        color: #fff;
        font-size: 18px;
        display: block;
    }

    .hamburger .bar1,
    .hamburger .bar2,
    .hamburger .bar3 {
        background-color: #fff;
    }

    .home-heading:before {
        background-size: 100%;
        width: 634px;
        height: 473px;
    }

    .main-home {
        height: inherit;
        padding: 101px 0 277px 0;
    }

    .home-heading h1 {
        padding-right: 9%;
        font-size: 103px;
    }

    .home-heading:before {
        top: -56px;
    }

    .cont-button a {
        font-size: 32px;
    }

    .vission {
        margin-top: 219px;
        padding-bottom: 180px;
    }

    .our-vission h5 {
        font-size: 20px;
    }

    .our-vission h2 {
        font-size: 44px;
    }

    .img-house-two li {
        line-height: 38px;
        font-size: 18px;
    }

    .img-house li {
        line-height: 38px;
        font-size: 18px;
    }

    .img-house-two {
        width: 230px;
        height: 203px;
    }

    .img-house {
        width: 260px;
        height: 203px;
    }

    .line-both {
        height: 293px;
    }

    .spa-ce {
        margin-top: 184px !important;
    }

    .why {
        padding-top: 121px;
        height: inherit;
    }

    .three-box {
        position: relative;
        top: 153px;
    }

    .why:before {
        width: 467px;
        background-size: 100%;
        height: 811px;
    }

    .why p {
        padding: 0px 15px;
        font-size: 18px;
    }

    .three-box .vc_column-inner {
        height: 486px;
    }

    .services {
        padding-top: 238px;
        height: inherit;
        padding-bottom: 167px;
    }

    .services h2:before {
        height: 13px;
        width: 161px;
    }

    .why h2 {
        font-size: 44px;
    }

    .services h2 {
        font-size: 44px;
    }

    div#wpcf7-f49-p6-o1 {
        width: 923px;
        margin: 0 auto;
    }

    p.num-ber {
        font-family: 'Poppins', sans-serif;
        font-size: 19px;
    }

    p.cons-ult {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
    }

    .menu-footer-navi-container {
        margin-top: 41px;
    }

    .menu-footer-menu-two-container {
        margin-top: 41px;
    }

    .textwidget.custom-html-widget {
        margin-top: 41px;
    }

    .top_footer .col-md-5 {
        max-width: 25%;
        margin-right: 50px;
    }

    .top_footer .col-md-2 {
        max-width: 20%;
    }

    .top_footer .col-md-3 {
        max-width: 28%;
    }

    .btm_footer .textwidget.custom-html-widget {
        flex-direction: column;
    }

    .btm_footer .top-links {
        margin-left: 0px;
        margin-bottom: 19px;
    }

    .menu-footer-menu-two-container {}

}

@media(max-width:767px) {
    .home-heading h1 {
        padding-right: 0%;
        font-size: 58px;
        margin-left: 72px;
        line-height: 59px;
        margin-top: 159px;
    }

    .cont-us-section:before {
        display: none !important;
    }


    .icon-two {
        margin-left: 75px;
    }

    .icon-one {
        position: relative;
        height: 109px;
    }

    .icon-three {
        position: relative;
        height: 109px;
        margin-left: 15px;
    }

    .icon-one p,
    .icon-two p,
    .icon-three p {
        padding-left: 48px;
    }

    .icon-one:before {
        content: '';
        background-image: url(../images/home_33-min.png);
        width: 64px;
        height: 64px;
        position: absolute;
        left: -39px;
    }

    .icon-two:before {
        content: '';
        background-image: url(../images/home_36-min.png);
        width: 71px;
        height: 59px;
        position: absolute;
        left: -39px;
        top: 5px;
    }

    .icon-three:before {
        content: '';
        background-image: url(../images/home_65-min.png);
        width: 59px;
        height: 68px;
        position: absolute;
        left: -39px;
    }


    .cont-us-section:after {
        display: none !important;
    }

    .left-box {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .right-box {
        margin-left: 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        margin-top: 0px;
    }

    .cont-button a {
        margin-left: -23px;
    }

    .cont-button {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .left-box p {
        font-size: 18px;
        text-align: center;
        padding: 0 8px;
    }

    .home-heading:before {
        background-size: 100%;
        width: 379px;
        height: 283px;
    }

    .cont-us-section .wrapper-row {
        max-width: 100%;
        flex: 100%;
    }

    .cont-us-section .vc_column-inner {
        padding: 0 !important;
    }

    .our-vission {
        flex-direction: column;
    }

    .our-vission .vc_col-sm-6:nth-child(2) {
        margin-left: 0;
        text-align: center;
        margin-top: 76px;
    }

    .left-line:before {
        width: 125px;
    }

    .right-line:before {
        width: 125px;
    }

    .line-both {
        height: 207px;
    }

    .our-vission .vc_col-sm-6 {
        text-align: center;
    }

    .img-house li {
        line-height: 38px;
        font-size: 16px;
        text-align: left;
    }

    .img-house-two li {
        line-height: 38px;
        font-size: 16px;
        text-align: left;
    }

    .vission {
        margin-top: 0;
        padding-bottom: 136px;
        padding-top: 87px;
    }

    .why:before {
        display: none !important;
    }

    .why {
        padding-top: 116px;
        height: inherit;
    }

    .three-box {
        position: relative;
        top: 144px;
    }

    .three-box .vc_column-inner {
        height: inherit;
        margin-bottom: 70px;
        width: 100% !important;
        padding-bottom: 40px;
    }

    .why p br {
        display: none;
    }

    .services {
        padding-top: 40px;
        height: inherit;
        padding-bottom: 60px;
    }

    .services h2 {
        font-size: 35px;
        padding-bottom: 20px;
    }

    .services h2:before {
        height: 6px;
        width: 147px;
        bottom: 0;
    }

    .services li {
        padding-left: 27px;
        line-height: 40px;
        font-size: 18px;
    }

    .services li {
        padding-left: 29px;
        line-height: 46px;
    }

    .services li:before {
        top: 17px;
        width: 8px;
        height: 8px;
    }

    .services ul {
        margin-top: 63px;
    }

    .lets-talk {
        margin-top: 70px !important;
    }

    .lets-talk p {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #fff;
        padding-right: 0;
        text-align: center;
        padding: 0px 0px;
        margin-top: 11px;
        line-height: 25px;
    }

    div#wpcf7-f49-p6-o1 {
        width: 100%;
        margin: 0 auto;
    }

    div#wpcf7-f49-p6-o1 span {
        width: 100%;
    }

    label span:first-child {
        font-size: 18px;
        top: 16px;
    }

    .form-section input {
        font-size: 20px;
        line-height: 60px;
        border: 2px solid #fff;
    }

    .form-section textarea {
        width: 100%;
        background-color: #0000;
        border: 2px solid #fff;
        line-height: 9px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        padding-left: 42px;
        padding-top: 36px;
    }

    .form-section {
        margin-top: 40px !important;
    }

    .send-mail {
        margin-top: 0;
    }

    .send-mail .vc_column-inner {
        padding-top: 0 !important;
    }

    .form-section input.wpcf7-form-control.wpcf7-submit {
        font-size: 20px;
        padding: 1px 80px 6px 42px;
        margin-left: 0;
        margin-top: 26px;
    }

    .form-section input.wpcf7-form-control.wpcf7-submit {
        font-size: 24px;
        padding: 1px 79px 6px 42px;
        margin-left: 0;
    }

    .send-mail .wrapper-row {
        max-width: 100%;
    }

    .send-mail .vc_column-inner {
        padding: 11px 0 !important;
    }

    .icon-one,
    .icon-two,
    .icon-three {
        position: relative;
        height: inherit;
        padding: 24px 0;
    }

    .icon-two:before {
        top: 24px;
    }

    .icon-one p,
    .icon-two p,
    .icon-three p {
        padding-left: 83px;
    }

    .icon-one:before {
        left: -75px;
    }

    .icon-two:before {
        left: -39px;
    }

    .icon-three:before {
        left: -4px;
    }

    .icon-two p {
        padding-left: 46px;
    }

    .icon-three p {
        padding-left: 75px;
    }

    .icon-one p {
        padding-left: 0;
    }

    .logo img {
        max-width: 140px;
    }

    .site-header a.logo {
        position: relative;
        top: 0;
    }

    .mobile-header {
        margin-top: 20px;
    }

    .home-heading h1 {
        padding-right: 0%;
        font-size: 58px;
        margin-left: 62px;
        line-height: 59px;
        margin-top: 117px;
    }

    .home-heading:before {
        top: -50px;
        left: 20px;
    }

    .img-house {
        left: 0;
    }

    .spa-ce .vc_col-sm-6:first-child {
        order: 2;
    }

    .spa-ce {
        margin-top: 54px !important;
    }

    .spa-ce .vc_col-sm-6:nth-child(2) {
        margin-bottom: 60px;
    }

    .why {
        padding-top: 40px;
        height: inherit;
    }

    .three-box {
        position: relative;
        top: 0;
        padding-top: 60px;
    }

    .why img {
        margin-top: -45px;
        margin-bottom: 9px;
        width: 56%;
    }

    .why h3 {
        font-size: 35px;
    }

    .why p {
        padding: 0px 15px;
        font-size: 16px;
        margin-top: 10px;
        line-height: 26px;
    }

    .our-vission h5 {
        font-size: 18px;
    }

    .our-vission h2 {
        font-size: 35px;
        padding-bottom: 22px;
    }

    .our-vission p {
        font-size: 16px;
        padding-right: 0;
    }

    .img-house-two li:before,
    .img-house li:before {
        left: 0;
        top: 9px;
        width: 22px;
        height: 21px;
        background-size: 100%;
    }

    .img-house-two li,
    .img-house li {
        padding-left: 33px;
    }

    .spa-ce.our-vission .vc_single_image-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .why h5 {
        font-size: 16px;
    }

    .why h2 {
        font-size: 35px;
    }

    .services h5 {
        font-size: 18px;
    }

    .top_footer {
        height: inherit;
        margin-top: 0;
        padding-top: 60px;
    }

    .top_footer .col-md-5 {
        max-width: 100%;
        margin-right: 0;
    }

    .top_footer .col-md-2 {
        max-width: 100%;
    }

    .top_footer .col-md-3 {
        max-width: 100%;
    }

    .footer-col img.image.wp-image-62.attachment-full.size-full {
        width: 200px;
    }

    .send-mail .vc_column-inner {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .top_footer h2.widgettitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .menu-footer-navi-container {
        margin-top: 20px;
    }

    .site-footer .menu li a {
        font-size: 16px;
    }

    .site-footer .menu li {
        margin-bottom: 6px;
    }

    .menu-footer-menu-two-container {
        margin-top: 20px;
    }

    .textwidget.custom-html-widget {
        margin-top: 20px;
    }

    .top_footer {
        padding-bottom: 35px;
    }

    .footer_newslatter {
        margin-top: 16px;
    }

    .bottom-text {
        display: block;
    }

    .bottom-text p {
        padding-left: 0;
        font-size: 15px;
    }

    .bottom-text p:nth-child(2),
    .bottom-text p:nth-child(4) {
        display: none;
    }
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }

    .right-box {
        display: none !important;
    }
}

@media(max-width:499px) {
    .logo img {
        max-width: 120px;
    }

    .hamburger .bar3 {
        margin-bottom: 0;
    }

    .home-heading h1 {
        padding-right: 0%;
        font-size: 40px;
        margin-left: 0;
        line-height: 46px;
        margin-top: 27px;
        text-align: center;
    }

    .home-heading:before {
        background-size: 100%;
        width: 279px;
        height: 207px;
        background-repeat: no-repeat;
        top: -34px;
        left: 14px;
    }

    .main-home {
        height: inherit;
        padding: 101px 0 100px 0;
    }

    .cont-us-section {
        margin-top: 0;
    }

    .vission {
        margin-top: 0;
        padding-bottom: 86px;
        padding-top: 40px;
    }

    .left-line:before {
        width: 105px;
        height: 5px;
    }

    .right-line:before {
        width: 105px;
        height: 5px;
    }

    .line-both {
        height: 147px;
    }

    .img-house,
    .img-house-two {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        padding: 24px 0;
        right: 0;
    }

    .spa-ce .vc_col-sm-6:nth-child(2) {
        margin-bottom: 60px;
        margin-top: 10px;
    }

    .why p {
        padding: 0px 2px;
        font-size: 16px;
        margin-top: 10px;
        line-height: 26px;
    }

    .services ul {
        margin-top: 0px;
        padding-left: 0;
    }

    .services h2 {
        font-size: 35px;
        padding-bottom: 20px;
        margin-bottom: 31px !important;
    }

    .services li {
        font-size: 16px;
    }

    .right-box {
        border-top: 3px solid #000;
    }

    .form-section input {
        font-size: 17px;
        line-height: 60px;
        border: 2px solid #fff;
        padding-left: 22px;
    }

    .form-section textarea {
        width: 100%;
        background-color: #0000;
        border: 2px solid #fff;
        line-height: 9px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 17px;
        padding-left: 22px;
        padding-top: 36px;

        label span:first-child {
            font-size: 14px;
            top: 14px;
            margin-left: 21px;
        }
    }
}