@font-face {
  font-family: "Thicccboi";
  src: url("../font/631627d55d49d8500858ba2d_THICCCBOI-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thicccboi";
  src: url("../font/631627d53ef4cf867581f607_THICCCBOI-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thicccboi";
  src: url("../font/631627d5ede28c2c656d2593_THICCCBOI-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thicccboi";
  src: url("../font/631627d53c58967082955a48_THICCCBOI-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    color: #565656;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "Thicccboi", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    font-family: "Thicccboi", sans-serif;
}



.nav-menu,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.nav-menu,
.navbar,
nav {
    text-align: center
}

a {

    color: inherit;
}

.bar:first-child,
body,
nav {
    width: 100%
}

.bx-shadow-1 {
    box-shadow: 0 0 4px #ddd;
}


nav {
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

ul {
    margin-bottom: 0
}

.navbar {
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    margin-right: auto;
    padding: 0;
}

.bar,
.fa-times,
.nav-link {

    -webkit-transition: .5s;
    transition: .5s;
}

.outline-none {
    outline: 0;
}

.nav-menu li {
    list-style: none;
    margin: 7px 22px;
}

.logo img {
    margin: 0px 20px;
    max-width: 160px;
}

.nav-menu {
    display: flex;
    margin: 0px 10px 0px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-link {
    text-decoration: none;
    transition: .5s;
    color: #343a40;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Thicccboi", sans-serif;
}

.nav-link:hover {
    color: #F9593E;
}


.header-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 26px;
    color: #949494;
    line-height: 1.1;
    font-size: 22px;
}

.btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 66px;
}

.btn-primary.small {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.125em;
}

.line-rounded-icon.link-icon-right.v2 {
    margin-left: 4px;
}

.line-rounded-icon.link-icon-right {
    display: inline-block;
    margin-left: 6px;
}

.btn-primary.small {
    font-size: 16px;
    line-height: 1.125em;
}

/*------dropdown----------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: "Thicccboi", sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
     box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15); 
    padding: 15px 10px 20px 10px;
    width: 280px;
    border-radius: 15px;
}

.btn-secondary {
    background-color: transparent !important;
    margin: 7px 28px;
}

.dropdown-content a {
    float: none;
    color: #343a40;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 16px 15px;
    padding-left: 20px;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: solid 1px #f5f5f5; */
}

.dropdown-content a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #00c3ff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.dropdown-content a:hover {
    color: #F9593E;
    padding-left: 15px;
    background-color: transparent;
}

.dropdown-content li {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu {
    list-style-type: none;
}

.dropdown-item {
    margin-left: 0px !important;
}


.hamburger {
    display: none
}

#ticket-tab li {
    border-right: 1px solid #333;
}

#ticket-tab li button {
    border: 0;
    outline: none;
    padding: 0px 25px;
    background-color: #fff;
}

#ticket-tab li:last-child {
    border-right: 0;
}

.bar,
.fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    padding: 0;
    margin: 6px;
    transition: .5s;
    background-color: #000
}

.bar:nth-child(2) {
    width: 200%
}

.bar:nth-child(3) {
    width: 300%
}

.menu-btn {
    border: 2px solid #fff;
}

.nav-menu li:last-child,
.nav-menu li:last-child a {
    padding-right: 0 !important
}

.top-nav {
    padding: 20px 10px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

@media (max-width:992px) {

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
    }

    ul.nav-menu.active {
        background-color: #fff;
        color: #444;
        margin-top: -4%;
    }

    header>nav {
        position: relative;
        background-color: #fff;
    }

    header+section {
        padding-top: 75px
    }

}

/* .logo img {
    width: 100px;
} */

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .navbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .wview {
        display: none;
    }
}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
    }

    header {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }


    header>nav {
        position: relative;
        background-color: #fff;
    }

    header+section {
        padding-top: 75px
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {

    .nav-link {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    header {
        position: relative;
        width: 100%;
        background-color: #fff;
        z-index: 999999;
    }

    /* header.sticky {
        position: fixed;
        top: 0;
        background-color: #ffffff !important;
        box-shadow: 0 0px 12px #ddd;
        z-index: 999999;
    } */

    header.sticky .nav-link {
        color: #343a40;
    }

    header.sticky .active {
        color: #F9593E;
    }

    header.sticky .nav-link:hover {
        color: #F9593E;
    }

    /* header.sticky nav .navbar ul li a {
        color: #fff !important;
    }

    header.sticky nav .navbar .dropdown a {
        color: #fff !important;
    }

    header.sticky nav .navbar ul li a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a ul li a:hover {
        color: #009fd4 !important;
    } */

}

/* .sticky-imgz {
    display: none;
}

.nav-imgz {
    display: block;
}

header.sticky .nav-imgz {
    display: none;
}

header.sticky .sticky-imgz {
    display: block;
} */

/* ---------------new-style----nav----------- */




@media (max-width:992px) {

    .mailchimp-one .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .active .bar:nth-child(2) {
        opacity: 0
    }

    .active .bar:first-child {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
        width: 300%
    }

    .active .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 300%
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

    .active {
        right: 0;
        z-index: 100;
        transition: .2s
    }
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .banner-two__btn-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-two__btn-block .thm-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
}


/* ----nav--btn---- */
.btn-call {
    padding: 15px 35px;
    background-color: #F9593E;
    color: #fff;
    border: 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    font-size: 18px;
    cursor: pointer;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 2px 2.6px;
}

.btn-call:hover {
    background: #343a40            ;
    color: #fff;
}
.btn-2{
    background-color: #7E8446;
    color: #fff;
}
.btn-2:hover{
    background-color: #FFDA6B;
    color: #7E8446;
}
.nav-item .active {
    color: #F9593E;
}

/* --------------------Banner------------------- */

.sec001{
    padding: 70px 0 70px;
}
.ban-section {
    background-image: url('../image/banner.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100%;
    padding: 65px 0 90px;
}

.ban-title {
    font-size: 69px;
    font-weight: 600;
    line-height: 1.1;
    color: #343a40;
    margin: 0 0 30px;
}
.ban-pargh-1{
    font-size: 20px;
    color: #343a40;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 100;
}
.black-linez {
    width: 100%;
    max-width: 80px;
    min-width: 20px;
    margin-right: 13px;
    background-color: #343a40;
    opacity: 1;
    height: 2.6px;
    margin-top: 16px;
}
.ban-pargh {
    font-size: 22px;
    color: #343a40;
    line-height: 1.6;
    margin-bottom: 40px;
}


/* ----------------What Are The Aspects We Cover in the 
SEO Process? -------------------- */

.aboutheads {
    font-size: 56px;
    font-weight: 600;
    color: #212121;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.boxshades{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px 25px 35px;
    height: 100%;
    border-radius: 7px;
    text-align: center;
}

.boxheads{
    font-size: 22px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}
.boxpargh{
    font-size: 16px;
    color: #909090;
    line-height: 1.7;
}
.boxshades:hover{
    background-color: #F9593E;
    -webkit-transition: background .5s, border .5s, -webkit-border-radius .5s, -webkit-box-shadow .5s;
    transition: background .5s, border .5s, -webkit-border-radius .5s, -webkit-box-shadow .5s;
    -o-transition: background .5s, border .5s, border-radius .5s, box-shadow .5s;
    transition: background .5s, border .5s, border-radius .5s, box-shadow .5s;
    transition: background .5s, border .5s, border-radius .5s, box-shadow .5s, -webkit-border-radius .5s, -webkit-box-shadow .5s;
    cursor: pointer;
}
.boxshades:hover .boxheads{
    color: #fff;
}

.boxshades:hover .boxpargh{
    color: #fff;
}
.boxshades:hover .btn-call{
        background: #343a40;
    color: #fff;
}
/* .boxshades:hover .imgb1{
    padding: 15px 10px;
    border-radius: 50%;
    background-color: #fff;
    max-width: 140px;
    max-height: 140px;
    margin-left: 28%;
    margin-bottom: 25px;
} */

.imgb1{
    width: 90px; 
    height: 90px; 
    background-image: url('../image/what-aspects-1.webp'); 
    background-size: cover; 
    background-position: center;
    margin-left: 35%;
    margin-bottom: 25px;
}
.boxshades:hover .imgb1{
    background-image: url('../image/what-aspects-white-1.webp'); 
}
.imgb2{
    width: 90px; 
    height: 90px; 
    background-image: url('../image/what-aspects-2.webp'); 
    background-size: cover; 
    background-position: center;
    margin-left: 35%;
    margin-bottom: 25px;
}
.boxshades:hover .imgb2{
    background-image: url('../image/what-aspects-white-2.webp'); 
}
.imgb3{
    width: 90px; 
    height: 90px; 
    background-image: url('../image/what-aspects-3.webp'); 
    background-size: cover; 
    background-position: center;
    margin-left: 35%;
    margin-bottom: 25px;
}
.boxshades:hover .imgb3{
    background-image: url('../image/what-aspects-white-3.webp'); 
}
.imgb4{
    width: 90px; 
    height: 90px; 
    background-image: url('../image/what-aspects-4.webp'); 
    background-size: cover; 
    background-position: center;
    margin-left: 35%;
    margin-bottom: 25px;
}
.boxshades:hover .imgb4{
    background-image: url('../image/what-aspects-white-4.webp'); 
}
.imgb5{
    width: 90px; 
    height: 90px; 
    background-image: url('../image/what-aspects-5.webp'); 
    background-size: cover; 
    background-position: center;
    margin-left: 35%;
    margin-bottom: 25px;
}
.boxshades:hover .imgb5{
    background-image: url('../image/what-aspects-white-5.webp'); 
}
.imgb6{
    width: 90px; 
    height: 90px; 
    background-image: url('../image/what-aspects-6.webp'); 
    background-size: cover; 
    background-position: center;
    margin-left: 35%;
    margin-bottom: 25px;
}
.boxshades:hover .imgb6{
    background-image: url('../image/what-aspects-white-6.webp'); 
}
.imgb7{
    width: 90px; 
    height: 90px; 
    background-image: url('../image/what-aspects-7.webp'); 
    background-size: cover; 
    background-position: center;
    margin-left: 35%;
    margin-bottom: 25px;
}
.boxshades:hover .imgb7{
    background-image: url('../image/what-aspects-white-7.webp'); 
}
.imgb8{
    width: 90px; 
    height: 90px; 
    background-image: url('../image/what-aspects-8.webp'); 
    background-size: cover; 
    background-position: center;
    margin-left: 35%;
    margin-bottom: 25px;
}
.boxshades:hover .imgb8{
    background-image: url('../image/what-aspects-white-8.webp'); 
}
.imgb9{
    width: 90px; 
    height: 90px; 
    background-image: url('../image/what-aspects-9.webp'); 
    background-size: cover; 
    background-position: center; 
    margin-left: 35%;
    margin-bottom: 20px;
}
.boxshades:hover .imgb9{
    background-image: url('../image/what-aspects-white-9.webp'); 
}
/* -----------------See How We Standout from Other
Houston SEO Agencies-------------- */

.workbox{
    position: relative;
    z-index: 1;
}

.workbox::after{
    content: "";
    position: absolute;
    border: 1px solid #F9593E;
    display: block;
    width: 100%;
    height: 100%;
    top: 13px;
    right: -13px;
    z-index: -1;
    transition: all 300ms ease-in-out;
}
.ivybox{
    padding: 50px 50px 40px 50px;
    background-color: #F7F5F0;
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}
.ivyheads {
    font-size: 19px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 15px;
    font-weight: 800;
}
.ivypargh{
    font-size: 16px;
    color: #909090;
    line-height: 1.7;
}
.ivybox:hover{
    background-color: #F9593E;
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}
.ivybox:hover .ivyheads{
    color: #fff;
}

.ivybox:hover .ivypargh{
    color: #fff;
}
.workbox:hover:after {
    border-color: transparent;
}
.ivimg1{
    width: 100px; 
    height: 100px; 
    background-image: url('../image/ivy-1.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.ivybox:hover .ivimg1{
    background-image: url('../image/ivy-white-1.webp'); 
}
.ivimg2{
    width: 100px; 
    height: 100px; 
    background-image: url('../image/ivy-2.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.ivybox:hover .ivimg2{
    background-image: url('../image/ivy-white-2.webp'); 
}
.ivimg3{
    width: 100px; 
    height: 100px; 
    background-image: url('../image/ivy-3.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.ivybox:hover .ivimg3{
    background-image: url('../image/ivy-white-3.webp'); 
}
.ivimg4{
    width: 100px; 
    height: 100px; 
    background-image: url('../image/ivy-4.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.ivybox:hover .ivimg4{
    background-image: url('../image/ivy-white-4.webp'); 
}
.ivimg5{
    width: 100px; 
    height: 100px; 
    background-image: url('../image/ivy-5.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.ivybox:hover .ivimg5{
    background-image: url('../image/ivy-white-5.webp'); 
}
.ivimg6{
    width: 100px; 
    height: 100px; 
    background-image: url('../image/ivy-6.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.ivybox:hover .ivimg6{
    background-image: url('../image/ivy-white-6.webp'); 
}
@media screen and (max-width:480px) {
    .ban-title {
        font-size: 62px;
        margin-left: 0;
        padding-right: 10px;
    }

    .bantitle-2 {
        font-size: 36px;

    }

    .bg-blu-gradient {
        padding: 50px 0;
    }


    .ban-section {
        padding: 45px 0;
    }


}


/* --------------footer----------------- */

footer {
    background-color: #203664;
    padding: 50px 0 60px;
}
.footz-img{
    max-width: 260px;
}
.footer-heads {
    font-size: 22px;
    margin: 10px 0 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}
.footlinks{
    margin: 0;
    padding: 0;
}
.footlinks li {
    margin: 7px 0;
    list-style: none;
    padding-left: 0;
}

.footlinks li a {
    font-size: 16px;
    color: #fff;
    text-align: justify;
}
.icons{
    font-size: 23px;
    color: #fff;
    margin-right: 15px;
    margin-top: 10px;
}
.botm{
    background-color: #AFA278;
    padding: 10px 0 5px;
}
.footerpargh{
    font-size: 16px;
    color: #fff;
}
.footerpargh a{
    font-size: 21px;
    color: #fff;
}
.footbotpargh{
    color: #6d664f;
    font-size: 18PX;
}
.footicons{
    color: #AFA278;
    font-size: 24px;
    margin-right: 15px;
}
.social{
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}
.social li{
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
.social li a i{
    font-size: 18px;
    color: #fff;
    padding: 10px;
    border: 1px solid #909090;
    border-radius: 2px;
}

/* ----------------our simple five steps to approch seo----------- */
.blbgs{
    background-image: url('../image/bluebg.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100%;
    padding: 65px 0 70px;
}
.nums{
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #F9593E;
    margin-top: 6px;
}
.pads{
    padding: 25px 30px;
}
.workboxs{
    position: relative;
    z-index: 1;
}
.workboxs::after {
    content: "";
    position: absolute;
    border: 1px solid #F9593E;
    display: block;
    width: 100%;
    height: 100%;
    top: 9px;
    right: -9px;
    z-index: -1;
    transition: all 300ms ease-in-out;
}
.workboxs:hover::after{
    border: transparent;
}
.category-button .active{
    background-color: #F9593E;
}
.bordrs{
    border-right: 2px solid #343a40;
}
.swipeheads{
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 7px;
    letter-spacing: -0.5px;
}
.wboxs{
    background-color: #fff;
    padding: 30px 35px;
    height: 90%;
    margin-top: 25px;
}
.cheads{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}
.cpargh{
    font-size: 18px;
    color: #909090;
    line-height: 1.7;
    text-align: justify;
}
.btnbig{
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 18px 40px;
}
.content{
    position: relative;
}
.fade{
    position: absolute;
}
.ivybox:hover .nums{
    color: #fff;
}
.ivybox:hover .swipeheads{
    color: #fff;
}
.ivybox:hover .bordrs {
    border-right: 2px solid #fff;
}
.orgbox{
    max-width: 850px;
    margin: 0 auto;
    padding: 25px 35px;
    background-color: #F9593E;
    margin-top: -9%;
}

.orheads{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    line-height: .7;
}
.orparghs{
    font-size: 15px;
    color: #fff;
    margin: 0;
}
/* ----------------FAQs-------------------- */

.bggrey{
    background-color: #F7F5F1;
    padding: 30px 0 70px;
}
.faq-section .accordion {
    width: 100%;
  }
  #accordionExample {
    background: transparent !important;
    color: #343a40;
  }
  .accordion {
    --bs-accordion-bg: transparent !important;
}
.accordion-button{
    padding: 25px 30px;
}
  .accordion-flush .accordion-item{
    border-bottom: 2px solid #343a40;
  }
  .accordion-button:not(.collapsed) {
    background-color: transparent;
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
  }
  
  .accordion-button:focus {
    box-shadow: none;
  }
  .accordion-button h5{
    font-size: 20px;
  }
  .accordion-button:before {
    content: "";
    position: absolute;
    /*   right: 0.75rem; */
    right: 0.75rem;
    top: 2.25rem;
    height: 2px;
    width: 1rem;
    background-color: #F9593E;
  }
  .accordion-button.collapsed:after {
    content: "";
    position: absolute;
    /*   right: 1.1875rem; */
    right: 1.1875rem;
    top: 1.8125rem;
    height: 1.0625rem;
    width: 0.125rem;
    border-style: none;
    background-color: #F9593E;
  }
  
  .faq-section .accordion-button h5 {
      color: #343a40 !important;
    margin-right: 13px;
  }
  .accordion-body {
    background-color: transparent;
    color: #909090;
    font-size: 16px;
}
  .accordion-button:not(.collapsed) {
    color: #343a40;
  }
  
  @media screen and (min-width: 768px) {
    /*   .faq-section .accordion {
      width: 50%;
      margin: 0 auto;
    } */
  
    .accordion-button:before {
      right: 0.75rem;
    }
  
    .accordion-button.collapsed:after {
      right: 1.1875rem;
    }
  
    .faq-section .accordion-button h5 {
      margin-right: 0px;
    }
  }
  

/* -----------contact-forms-------------- */
.bgblu{
    background-color: #203664;
    padding: 70px 0;
}
.mapblubgs{
    background-image: url('../image/ouraddress.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100%;
    padding: 65px 0 70px;
}
.contact-bg{
    background-color: #F9593E;
    padding: 45px 45px 25px;
}
.form-control {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid transparent;
    padding: 21px 15px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 600;
}
.form-control::placeholder{
    color: #909090;
}
.formheads{
    font-size: 40px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 35px;
    font-weight: 600;
}
.form-element{
    max-width: 55px;
    margin-left: -8%;
    margin-bottom: -10px;
}
.btn-sub{
    background-color: #203664;
    border-radius: 0;
}
.btn-sub:hover{
    background-color: #202020;
    color: #fff;
}
.contactheads{
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.addressheads{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
}
.addresspargh{
    color: #aaa;
    font-size: 16px;
    font-weight: 600;
}
.bordbottom{
    border-bottom: 1px solid #999;
}
.no-pads{
    padding: 15px 0 11px !important;
}
.mxs{
    max-width: 1180px;
    margin: 0 auto;
    margin-top: -10%;
}
.bg-org{
    padding: 15px 10px;
    background-color: #F9593E;
}
.bblus{
    background-color: #203664;
}
.mapbox{
    padding: 10px;
}
.mapbox img{
    max-width: 45px;
}
.cobox{
    padding: 15px 10px;
}
.maphs{
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 8px;
}
.mparghs{
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    margin: 0;
}
.dflex{
    display: flex;
}

/* --------------banner form--------------- */

.formz-label {
    display: block;
    margin-bottom: 12px;
    color: #343a40;
    line-height: 1.111em;
    font-weight: 700;
    font-size: 18px;
  }
  .formz-input {
      min-height: 25px;
      margin-bottom: 0px;
      font-size: 16px;
      padding: 5px 0;
      border-style: solid;
      border-width: 1.5px;
      border-color: #121229;
      border-radius: 0;
      background-color: transparent;
      transition: color 300ms ease, border-color 300ms ease;
      color: #121229;
      line-height: 1.111em;
      margin-bottom: 30px;
      width: 100%;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      outline: none;
  }
  .formz-text-area {
      max-height: 42px;
      max-width: 100%;
      min-height: 4px;
      min-width: 100%;
      margin-bottom: 0px;
      padding: 5px 0;
      border-style: solid;
      border-width: 1.5px;
      border-color: #121229;
      border-radius: 0;
      background-color: transparent;
      -webkit-transition: color 300ms ease, border-color 300ms ease;
      transition: color 300ms ease, border-color 300ms ease;
      color: #121229;
      font-size: 16px;
      line-height: 1.111em;
      height: auto;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      outline: none;
  }
  .formz-input:focus,
  .formz-text-area:focus {
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .conatct-page-link {
    display: flex;
    padding: 30px;
    border-radius: 21px;
    width: 445px;
    margin-top: 30px;
  }
  .cont-linkz {
    max-width: 34px;
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .text-200 {
    font-size: 18px;
    line-height: 1.111em;
    font-weight: 500;
    color: #121229;
  }
  .text-200.bold {
    font-weight: 700;
  }
  .form-spinner, .form-spinner-1, .contact-response-output, .contact-response-output-1 {
    display: none;
}
  @media screen and (max-width: 767px) {
    .formz-input {
      min-height: 57px;
      font-size: 14px;
    }
    .card-contact-form {
      padding: 50px 20px;
    }
  }


@media screen and (max-width:480px) {

    footer {
        padding: 40px 12px;
        text-align: center;
    }
    .footer-heads, .footlinks li a{
        text-align: center;
    }
    .wview {
        display: none;
    }

    .img-box img {
        height: 100%;
        width: 100%;
    }
    .orgbox, .mxs{
        display: none;
    }
    .aboutheads {
        font-size: 38px;
        margin-bottom: 15px;
    }
    .ban-title {
        font-size: 42px;
        text-align: center;
    }
    .ban-pargh {
        margin-bottom: 20px;
        text-align: justify;
    }
    .workbox::after {
       border: transparent;
    }
    .ivybox {
        padding: 25px 20px;
    }
    .contactheads {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .wboxs {
        background-color: #fff;
        padding: 30px 35px;
        height: 525px;
    }
    .addressheads{
        font-size: 22px;
        text-align: center;
    }
    .addresspargh{
        text-align: center;
    }
    .tst{
        margin-top: 20px;
        text-align: center;
        margin-bottom: 25px;
    }
    .addimg{
        height: 80px;
        width: 80px;
    }
    .sec001 {
        padding: 30px 0 40px;
    }
}


/* --------Contact us------------- */

/* -----contact-form----------- */

.card-contact-form {
  padding: 69px 51px;
  background-color: #c3edff;
  border-radius: 30px;
}
.formz-label {
  display: block;
  margin-bottom: 12px;
  color: #121229;
  line-height: 1.111em;
  font-weight: 700;
  font-size: 18px;
}
.formz-input {
    min-height: 25px;
    margin-bottom: 0px;
    font-size: 16px;
    padding: 5px 0;
    border-style: solid;
    border-width: 1.5px;
    border-color: #121229;
    border-radius: 0;
    transition: color 300ms ease, border-color 300ms ease;
    color: #121229;
    line-height: 1.111em;
    margin-bottom: 30px;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none;
}
.formz-text-area {
    max-height: 42px;
    max-width: 100%;
    min-height: 4px;
    min-width: 100%;
    margin-bottom: 0px;
    padding: 5px 0;
    border-style: solid;
    border-width: 1.5px;
    border-color: #121229;
    border-radius: 0;
    -webkit-transition: color 300ms ease, border-color 300ms ease;
    transition: color 300ms ease, border-color 300ms ease;
    color: #121229;
    font-size: 16px;
    line-height: 1.111em;
    height: auto;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none;
}
.formz-input:focus,
.formz-text-area:focus {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.conatct-page-link {
  display: flex;
  padding: 30px;
  border-radius: 21px;
  width: 445px;
  margin-top: 30px;
}
.cont-linkz {
  max-width: 34px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.mg-bottom-4px {
  margin-bottom: 4px;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 500;
  color: #121229;
}
.text-200.bold {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .formz-input {
    min-height: 57px;
    font-size: 14px;
  }
  .card-contact-form {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .conatct-page-link {
    display: flex;
    padding: 30px;
    border-radius: 21px;
    width: 100%;
    margin-top: 30px;
  }
}

.conatct-page-link {
    display: flex;
    padding: 30px;
    border-radius: 21px;
    width: 445px;
    margin-top: 30px;
}

.bg-secondary-1 {
    background-color: #e1e0ff;
}
.display-3 {
    color: #121229;
    font-size: 50px;
    line-height: 1.182em;
    font-weight: 500;
}
.bg-secondary-2 {
    background-color: #ffe4b0;
}
.page-headingz {
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.111em;
    color: #121229;
}

/*-------------About-page----------------*/

/* -----4 color boxes-------- */

.card-stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 72px 47px 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 20px;
}
.display-2 {
  color: #121229;
  font-size: 50px;
  line-height: 1.32em;
  font-weight: 600;
}
.heading-h4-size {
  color: #121229;
  font-size: 23px;
  line-height: 1.273em;
  font-weight: 500;
}
.bg-secondary-4 {
  background-color: #ffdde8;
}

/* ------img -man------ */

.heading-4 {
  font-size: 18px;
  font-weight: 700;
}
.ma-bot-40 {
  margin-bottom: 40px;
  color: #39394f;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 500;
}

/* ------------OUR VALUES--------- */
p {
  font-family: Thicccboi, sans-serif;
  color: #39394f;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 500;
}
.card-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 53px 39px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 30px;
  margin: 0;
}
.value-icon img {
  max-width: 90px;
  min-width: 90px;
  margin-right: 21px;
}
.values-content {
  text-align: justify;
}
.bg-secondary-3 {
  background-color: #c3edff;
}

/* ------------testimonials------------------- */
.test-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}
.bordered-image {
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #121229;
  border-radius: 50%;
}
.image.cover {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.headers-1 {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
  color: #121229;
  margin-top: 20px;
}
.headers-2 {
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}
.bg-secondary-1 {
  background-color: #e1e0ff;
}
.heading-h3-size {
  color: #121229;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 500;
  margin-bottom: 10px;
}
.heading-3 {
  color: #121229;
  font-size: 56px;
  line-height: 1.32em;
  font-weight: 600;
}
.bg-secondary-2 {
  background-color: #ffe4b0;
}
.bg-secondary-3 {
  background-color: #c3edff;
}

/* -------------High-impact services to
help your business----------- */

.boxes {
  min-height: 100%;
  padding: 70px 40px 62px;
  border-radius: 30px;
}
.imgs {
  margin-bottom: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.image.coverzz {
  width: 200px;
  height: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.boxes-content {
  margin-top: auto;
}
.boxes-heading {
  color: #121229;
  font-size: 28px;
  line-height: 1.429em;
  font-weight: 600;
  margin-bottom: 12px;
}
.boxes-para {
  margin-bottom: 32px;
  color: #121229;
  font-size: 18px;
}
.boxes-link {
  margin-top: auto;
  display: inline-block;
  color: #121229;
  line-height: 1.111em;
  font-weight: 700;
  font-size: 20px;
}
.boxes-link:hover {
  color: #3898ec;
}

/* ---------Our process-------------- */
.slidebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.big-boxes {
  width: 88%;
  padding: 70px 40px 62px;
  border-radius: 30px;
}
.sliderz-content {
  width: 100%;
  padding: 120px 58px 60px 25px;
}
.sliderz-heading {
  color: #121229;
  font-size: 34px;
  line-height: 1.429em;
  font-weight: 500;
  margin-bottom: 16px;
}
.sliderz-para {
  margin-bottom: 32px;
  color: #121229;
  font-size: 20px;
  line-height: 1.7em;
  margin-top: 27px;
}
@media screen and (max-width: 480px) {
  .big-boxes {
    width: 100%;
    padding: 20px;
    border-radius: 30px;
  }
  .sliderz-content {
    width: 100%;
    padding: 20px;
  }
  .sliderz-heading {
    color: #121229;
    font-size: 26px;
    line-height: 1.429em;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .sliderz-para {
    margin-bottom: 32px;
    color: #121229;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 15px;
  }
}
.display-1 {
    color: #121229;
    font-size: 76px;
    line-height: 1.132em;
    font-weight: 600;
    margin-bottom: 22px;
    margin-top: 15px;
}

.text-accent {
    position: relative;
    z-index: -1;
    overflow: visible;
    margin-right: -34px;
    margin-left: -34px;
    padding-right: 34px;
    padding-left: 34px;
    background-image: url(https://www.redhoustonseocompany.com/images/accent-circle-1.svg);
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.v2 {
    background-image: url(../image/span-2.svg) !important;
}
.page-headingz {
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.111em;
    color: #121229;
}




@media screen and (max-width: 480px) {
    .contact-form{
        margin-top: 45px;
    }
    .boxheads{
        margin-top: 10px !important;
    }
    .calzz {
    padding: 25px 30px !important;
    font-size: 21px !important;
    margin-right: 0px;
}

    .ivybox {
        text-align: center !important;
    }
    .ivimg1, .ivimg2, .ivimg3, .ivimg4, .ivimg5, .ivimg6{
        margin-left: 35%;
    margin-bottom: 25px;
    }
    .accordion{
            border-bottom: 2px solid #343a40;
    }
        .conatct-page-link {
        display: flex;
        padding: 25px 11px;
        border-radius: 21px;
        width: 100%;
        margin-top: 30px;
    }
    .text-200 {
    font-size: 14px;
}
.btn-primary{
    margin-bottom: 25px;
}
header{
    border-bottom: 1px solid #f1f1f1;
}
.dropdown-content {
    left: -64% !important;
}
.contact-form .btn-call{
    margin-left: 23%;
    margin-bottom: 40px;
}
.contact-form .d-flex{
    width: 100%;
}
.nav-link{
    font-size: 19px;
}
    header>nav {
        background-color: #fff;
        position: relative;
    }
    

.cont-linkz img{
    width: 30px;
    height: 28px;
}
}

input[type="checkbox"] {
            width: 19px;
            height: 19px;
        }
        
        
/*---------------new-design----------------*/

.divider {
    text-align: center;
    position: relative;
    margin: 0 auto;
}
 .divider span {
    background: url(../image/rocket.webp) center center no-repeat #F7F5F1;
    display: inline-block;
    width: 60px;
    height: 40px;
    position: relative;
    z-index: 1;
}
.divider:after {
    max-width: 1148px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(47, 52, 58, .2);
    top: 50%;
    z-index: 0;
}
.section-title {
    font-size: 46px;
    font-weight: 600;
    color: #212121;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 35px;
    margin-bottom: 45px;
}
.section-title span.orange {
    color: #F9593E;
}
.button-orange__cta {
    font-size: 16px;
    background: #F9593E;
    padding: 17px 30px;
    border-color: #F9593E;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    gap: 10px;
}
.button-orange__cta::after {
    width: 18px;
    height: 18px;
    background: url(../image/arrow_outward.svg) center center no-repeat;
        position: relative;
    content: "";
    transition: .3s;
    display: inline-block;
}