@import url("fonts/fonts.css");
/*Basics*/
:root {

    --mainCopyColor: #212121;
    --mainGreenColor: #6e8571;
    --mainBlackColor: #231f20;

    --mainFontFamily: 'Poppins', sans-serif;
    --mainSubFamily: 'Conthrax SemiBold', sans-serif;
    --mainFairyFontFamily: 'Playfair Display', sans-serif;
    --mainOutfitFontFamily: 'Outfit', sans-serif;
    --mainOswalFontFamily: 'Oswald', sans-serif;
    --i: 500;
    --fluidContainer: 1920px;
    --container: 1110px;
}
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: var(--mainFontFamily);
}
body{
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1;
}
.container-fluid{
    padding: 0;
    max-width: var(--fluidContainer);
}
.container{
    width: 100%;
    max-width: var(--container);
}
a{
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.transition-effect {
    transition: all 0.5s ease;
}



/*Header*/
.header-wrapper{
    background-color: #fff;
}
.header-outer{
    position: relative;
}
.header-nav{
    padding: 11px 0 12px 0;
    background-color: #ffffff;

}
.header-branding{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    background-color: var(--mainGreenColor);
    padding: 15px 0;
}
.headerbg{
    background-color: var(--mainGreenColor);
    position: absolute;
    left: 0;
    top: 0;
}
.triangular-div{
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; 
    border-bottom: 50px solid transparent; 
    border-left: 20px solid var(--mainGreenColor);
    display: none;
    z-index: 1;
}
.tridiv2{
    z-index: 0;
    border-color: #9f0f0f;
    top: -15px;
}
.header-top{
    background-color: #303431;
    color: #fff;
    text-align: right;
    padding: 10px 0;
}
.siteh_phone,
.siteh_loc,
.siteh_mail,
.siteh_lang{
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-right: 25px;
}
.siteh_lang{
    margin-right: 0;
}
.siteh_phone img,
.siteh_loc img,
.siteh_mail img{
    width: 14px;
    height: auto;
    vertical-align: middle;
    margin-right: 2px;
}
.siteh_loc img{
    width: 13px;
}
.siteh_phone a,
.siteh_mail a,
.siteh_loc a{
    color: #fff;
    text-decoration: none;
}
.siteh_phone a:hover,
.siteh_mail a:hover,
.siteh_loc a:hover{
    opacity: 0.75;
}
.header-branding img{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 13px;
}
.siteh_phone{
    display: none;
}

/*Nav*/
.nav-btn-wrapper{
    font-size: 13px;
    color: #2a2a2a;
    line-height: 1;
    font-weight: 500;
    padding: 0 !important;
}
.nav-btn-wrapper span{
    display: inline-block;
    margin-bottom: 3px;
    font-weight: bold;
}
.nav-btn-wrapper .nav-link:hover{
    color: #fff !important;
}
.nav-item {
    padding: 0 35px;
}
.nav-link{
    padding: 0;
    font-size: 19px;
    font-weight: 500;
    color: #11120d;
    font-family: var(--mainOswalFontFamily);
    text-transform: uppercase;
    letter-spacing: 0.060em;
}
.nav-link:hover{
    opacity: 0.75;
}
ul.navbar-nav{
    display: flex;
    align-items: center;
}
.nav-btn{
    background-color: #86c58e;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 6px;
    text-align: center;
    padding: 13px 10px 13px 10px !important;
}
.nav-btn:hover{
    opacity: 1;
}
.nav-btn div:nth-child(2){
    padding-left: 7px;
}
.nav-btn div:nth-child(2) span:nth-child(1){
    font-size: 13px;
    font-weight: 600;
    margin-left: -5px;
}
.navbar-toggler-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 20px;
}
.bar {
    height: 1px; 
    background-color: #ffffff; 
}
.bar1 {
    width: 100%;
}
.bar2 {
    width: 50%;
    margin-left: auto;
}
.bar3 {
    width: 75%; 
    margin-left: auto;
}
.navbar-nav .nav-link.active{
    color: var(--hoverRedColor) !important;
}
.nav-link:hover, .nav-link:focus {
    color: var(--hoverRedColor) !important;
}
.nav-btn img{
    width: 100%;
    margin-right: 5px;
}
.navbar-nav .nav-item:last-child{
    padding-right: 0;
    padding-left: 15px;
}
.custom-nav1{
    display: none;
}
/* .navbar-toggler.collapsed .close-icon,
.navbar-toggler .close-icon {
    display: none;
 } */




/*Hero*/
.hero-inner{
    padding: 125px 0 150px 0;
}
.heroSeciton h1{
    font-family: var(--mainSubFamily);
    color: #fff;
    font-size: 72px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}
.heroSeciton h2{
    font-family: var(--mainSubFamily);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 10px;
}
.heroSeciton p{
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
}
.carousel-indicators li{
    width: 20px;
    color: #fff;
}
.carousel-item ul{
    padding-left: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.carousel-item li{
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
}
.carosuel-footer{
    margin-top: 25px;
}
.carosuel-footer a{
    width: 163px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 20px 0;
}
.carosuel-footer a:nth-child(1){
    background-color: #fff;
    margin-right: 15px;
    color: #222c2f;
}
.carosuel-footer a:nth-child(2){
    background-color: var(--mainGreenColor);
    color: #ffffff;
}
.carosuel-footer a:hover{
    opacity: 0.8;
}
.carousel-indicators{
    bottom: -90px;
    margin-left: 0;
    justify-content: flex-start;
}
.carousel-indicators [data-bs-target],
.carousel-indicators button{
    width: 10px;
    height: 10px;
    border: 0;
    background-color: #fff;
    opacity: 1;
}
.carousel-indicators .active {
    background-color: #f1f1f1;
}
.carousel-indicators button:hover{
    background-color: #f1f1f1;
}

.heroSeciton2 .carousel-item ul {
    padding-left: 0px;
    list-style: none;
}
.heroSeciton2 .carousel-item li{
    display: inline-block;
    width: 40%;
    font-size: 18px;
}
.heroSeciton2 .carosuel-footer a:nth-child(1){
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}
.heroSeciton2 .carosuel-footer a:nth-child(2){
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 16px 0;
}
.hero-back{
    background-repeat: no-repeat;
    background-size: cover;
}


/*Hero General*/
.herogeneral{
    position: relative;
}
.herogeneral-overlay{
    background-color: rgba(15, 73, 49, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.herogeneral-back{
    background-image: url(../images/graphics/hero-general.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 50px 0;
}
.herogeneral h2{
    font-family: var(--mainSubFamily);
    font-size: 38px;
    color: #fff;
    position: relative;
}
.herogeneral p{
    font-family: var(--mainSubFamily);
    color: #fff;
    font-size: 20px;
    position: relative;
}

/* home-seciton1 */
.home-seciton1{
margin-top: 50px;
}
.hs1-wrapper{
    font-size: 0;
    display: flex;
}
.hs1-left{
    width: 50%;
    display: inline-block;
    font-size: 14px;
    justify-content: flex-end;
    background-color: #b49472;
    padding-right: 60px;
}
.hs1-right{
    width: 50%;
    display: inline-block;
    font-size: 14px;
    background-color: #937152;
    padding-left: 50px;
}
.hs1-left,
.hs1-right{
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
}
.hs1-inn{
    display: flex;
    align-items: center;
}
.hs1-inn img{
    width: 90px;
}
.hs1i-div{
    padding-left: 20px;
}
.hs1i-div h3{
    font-size: 30px;
    color: #fff;
}
.hs1i-div p{
    font-size: 18px;
    color: #fff; 
    margin-bottom: 0;
}

/*home-seciton2*/
.home-seciton2{
    background-image: url(../images/graphics/home-section-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hs2-wrapper{
    font-size: 0;
    display: flex;
}
.hs2-left{
    width: 50%;
    display: inline-block;
    font-size: 14px;
}
.hs2-right{
    width: 50%;
    display: inline-block;
    font-size: 14px;
}
.hs2-left,
.hs2-right{
    padding-top: 100px;
    padding-bottom: 10px;
    display: flex;
}
.hs12r-inn{
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    max-width: 75%;
    padding: 60px 60px 120px 60px;
}
.hs12r-inn h3{
    font-size: 40px;
    font-family: var(--mainSubFamily);
}
.hs12r-inn h4{
    font-size: 26px;
    font-family: var(--mainSubFamily);
}
.hs12r-inn p{
    margin-bottom: 0;
    line-height: 1.7;
}
.hs12r-inn a,
.btn-cus-red{
    font-size: 14px;
    background-color: var(--mainGreenColor);
    text-transform: uppercase;
    text-align: center;
    height: 55px;
    width: 160px;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    text-decoration: none;
    font-weight: 500;
}
.btn-cus-red,
.hs12r-inn a:hover{
    opacity: 0.85;
}

/*home-seciton3*/
.home-seciton3{
    padding: 100px 10px;
}
.home-seciton3 .col-12:nth-child(1){
    padding-left: 0;
    padding-right: 30px;
}
.home-seciton3 .col-12:nth-child(2){
    padding-left: 30px;
    padding-right: 0;
}
.home-seciton3 img{
    width: 100%;
}
.home-seciton3 h3{
    font-family: var(--mainSubFamily);
    font-size: 30px;
    color: #222c2f;
    line-height: 1.2;
    margin-top: 40px;
}
.home-seciton3 p{
    color: #212121;
    font-size: 16px;
    line-height: 1.45;
}
.home-seciton3 ul{
    padding-left: 0;
}
.home-seciton3 ul li{
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 30px; 
}
.home-seciton3 ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; 
    height: 20px; 
    background-image: url('../images/graphics/list.png');
    background-size: cover; 
    background-repeat: no-repeat;
}


/*Trailor Types*/
.trailer-types-sec{
    margin-top: 75px;
}
.tt-box{
    padding: 0 15px;
    color: var(--mainCopyColor);
}
.ttb-bg{
    padding: 40px;
    padding-bottom: 0;
    text-align: center;
}
.tt-box:nth-child(1){
    padding-left: 0;
}
.tt-box:nth-child(3){
    padding-right: 0;
}
.ttb-img-holder{
    background-color: var(--mainGreenColor);
    display: inline-block;
    padding: 20px;
    border-radius: 20px;
    width: 100px;
    height: 100px;
}
.tt-box h2{
    color: #222c2f;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 40px;
}
.tt-box .p1{
    color: #222c2f;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 15px;
}
.tt-box .p2{
    color: #222c2f;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10;
}

/*Trailer Overview Section*/
.trailer-overview-sec{
    margin-top: 100px;
}
.trailer-overview-sec h2{
    color: var(--mainGreenColor);
    font-size: 40px;
    font-family: var(--mainSubFamily);
    line-height: 1;
}
.trailer-overview-sec p{
    color: var(--mainCopyColor);
    font-weight: 300;
    font-size: 17px;
}
.trailer-overview-sec ul{
    list-style: none;
    width: 50%;
    padding-left: 0;
}
.trailer-overview-sec ul li{
    display: inline-block;
    width: 40%;
    color: var(--mainCopyColor);
    font-size: 18px;
    font-weight: 600;
}

/*Home About*/
.home-about-sec{
    margin-top: 25px;
}
.hasec-left{
    border-right: 1px solid #e2e2e2;
    margin-left: -50px;
    width: calc(50% + 50px);
}
.ha-rpad{
    padding-right: 32px;
}
.ha-lpad{
    padding-left: 32px;
}
.home-about-sec h3{
    color: var(--mainGreenColor);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}
.home-about-sec h2{
    color: #222c2f;
    font-size: 40px;
    font-weight: 600;
    font-family: var(--mainSubFamily);
    line-height: 1;
    margin-bottom: 0;
    padding-top: 35px;
}
.home-about-sec h4{
    color: #222c2f;
    font-family: var(--mainSubFamily);
    font-size: 27px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.home-about-sec p{
    margin-bottom: 5px;
    color: #212121;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.011em;
    line-height: 1.9;
}
.hasec-left,
.hasec-right{
    padding-top: 20px !important;
}

/*home History*/
.home-history-sec{
    margin-top: 70px;
}
.hh-img-holder{
    position: relative;
    padding: 20px;
    margin-left: 30px;
    background-color: var(--mainGreenColor);
    display: inline-block;
}
.hh-back-dots{
    position: absolute;
    height: 70%;
    top: -35px;
    left: -55px;
    z-index: -1;
    border-radius: 0;
    color: #ff5e13;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.15em;
    display: inline-block;
    overflow: hidden;
    width: 85%;
}
.hh-right h3{
    font-family: var(--mainSubFamily);
    font-size: 36px;
    color: #222c2f;
    line-height: 1.5;
    margin-bottom: 0;
}
.hhr-width{
    width: 90%;
}
.hh-right p{
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 19px;
    letter-spacing: 0.031em;
}
.hh-right h4{
    color: #222c2f;
    font-size: 20px;
    font-family: var(--mainSubFamily);
    margin-top: 30px;

}
.hh-right ul{
    padding-left: 0;
    margin-top: 10px;
    list-style: none;
}
.hh-right ul li{
    font-size: 17px;
    color: #212121;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: nowrap;
}
.hh-right ul li::before {
    content: "";
    background-image: url(../images/icons/icon-tick.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    margin-top: 1px;
}
.hhsec2{
    margin-top: 92px;
    margin-bottom: 92px;
}
.hhsec2 .hh-right ul li {
    line-height: 24px;
    margin-bottom: 5px;
}
.hhsec2 .hh-right ul li::before{
    margin-top: 0px;
}



/*other-trailer-sec*/
.other-trailer-sec{
    margin-top: 100px;
}
.other-trailer-sec h2{
    color: var(--mainGreenColor);
    font-size: 40px;
    font-family: var(--mainSubFamily);
    line-height: 1;
    margin-bottom: 20px;
}
.other-trailer-sec .hh-right p{
    margin-top: 0;
}
.other-trailer-sec .hh-img{
    margin-bottom: 0;
}
.other-trailer-sec .hh-img-holder{
   background-color: #51655d;
}
.otts{
    margin-top: 128px;
}


/*projects-sec*/
.projects-sec{
    background-image: url(../images/graphics/work_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 580px;
    overflow: visible;
    position: relative;
    text-align: center;
    padding-top: 110px;
    margin-top: 125px;
}
.psec-bg,
.blog-bg,
.footer-bg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}
.projects-sec h3{
    font-family: var(--mainSubFamily);
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}
.projects-sec h2{
    font-family: var(--mainSubFamily);
    font-size: 42px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
}
.psec-list{
    margin-top: 60px;
}
.psec-list a{
    text-decoration: none;
}
.psec-list a:hover{
    transform: scale(1.02);
}
.psec-list span{
    padding: 45px 30px;
    text-align: center;
    text-transform: capitalize;
    display: block;
    line-height: 1.2;
    font-size: 24px;
    font-family: var(--mainSubFamily);
    letter-spacing: 0.032em;
}
.psecl-1{
    background-color: #4f5e51;
    color: #ffffff;
}
.psecl-2{
    background-color: #627364;
    color: #ffffff;
}
.psecl-3{
    background-color: var(--mainGreenColor);
    color: #ffffff;
}

/*projects2-sec*/
.projects2-sec{
    margin-top: 120px;
    background-image: url(../images/graphics/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 580px;
    overflow: visible;
    position: relative;
    text-align: center;
    padding-top: 110px;
}
.projects2-sec h3,
.projects2-sec h4{
    color: var(--mainGreenColor);
    font-family: var(--mainSubFamily);
}
.projects2-sec h4{
    font-size: 24px;
}
.projects2-sec h3{
    font-size: 36px;
}
.p2sec-copy{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.p2seca1{
    position: absolute;
    z-index: 999;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid rgba(255, 255, 255, 0.90);
    top: 40%;
    right: 100%;
}
.p2seca2{
    position: absolute;
    z-index: 999;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid rgba(255, 255, 255, 0.90);
    top: 40%;
    left: 100%;
}
.p2seca3{
    position: absolute;
    z-index: 999;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid rgba(255, 255, 255, 0.90);
    bottom: 100%;
    left: 40%;
}
.projects2-sec .psec-list a:hover{
    transform: scale(1);
}


/*Services Seciton*/
.services-sec{
    margin-top: 305px;
}
.services-sec h3{
    color: var(--mainGreenColor);
    font-family: var(--mainSubFamily);
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.041em;
    margin-bottom: 20px;
}
.services-sec h2{
    color: #232020;
    font-family: var(--mainSubFamily);
    font-size: 26px;
    line-height: 1.2;
}
.sersec-right{
    text-align: right;
    font-size: 0;
    display: flex;
    align-items: center;
}
.sersecr-box{
    padding: 30px 25px;
    text-align: center;
    text-transform: capitalize;
    background-color: var(--mainGreenColor);
    display: inline-block;
    width: 100%;
}
.sersecr-box img{
    width: 50px;
}
.sersecr-box-inn{
    display: flex;
}
.sersecr-bir{
    text-align: left;
    padding-left: 20px;
    padding-top: 7px;
}
.sersecr-box p:nth-child(1){
    font-family: var(--mainFontFamily);
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 6px;
}
.sersecr-box p{
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    font-size: 36px;
    font-family: var(--mainOswalFontFamily);
    margin-bottom: 0;
    font-weight: 500;
}
.sersecrborder{
    /* display: inline-block; */
    width: 35px;
    height: 93%;
    border-left: 1px solid #e2e2e2;
    vertical-align: bottom;
    line-height: 1;
}
.sersec-left{
    padding-right: 0;
}
.sersec-list{
    margin-top: 80px;
}
.sersec-list h2{
    color: #232020;
    font-size: 36px;
    font-family: var(--mainSubFamily);
    text-align: center;
    margin-bottom: 15px;
}
.sersec-list h5{
    text-transform: uppercase;
    color: var(--mainGreenColor);
    font-size: 17px;
    font-family: var(--mainSubFamily);
    text-align: center;
}
.sersec-box a{
    text-decoration: none;
}
.sersec-box a:hover .sersec-link{
    transform: translateX(10px);
}
.sersec-box span{
    display: flex;
    width: 100%;
    padding: 17px 25px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    background-color: #222c2f;
}
.sersec-name{
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.2;
}
.sersec-link{
    width: 62px;
    height: 37px;
    background-color: var(--mainGreenColor);
    color: #fff;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Home Advantage Section*/
.homeadv-sec{
    margin-top: 85px;
    background-image: url(../images/graphics/horse_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 10px;
}
.homeadv-sec h3{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}
.homeadv-sec h2{
    font-family: var(--mainSubFamily);
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}
.hadvs-row{
    margin-top: 45px;
}
.homeadv-sec h5{
    color: #ffffff;
    font-size: 20px;
    font-family: var(--mainSubFamily);
    text-transform: uppercase;
    line-height: 1.3;
}
.homeadv-sec p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 120px;
    overflow: hidden;
    width: 95%;
}
.hadvs-row .col-12{
    padding-right: 50px;
}


/*Edit Service Seciton*/
.edit-services-sec{
    margin-top: 120px;
}
.edit-services-sec .sersecr-box{
    width: 93%;
}

/*General Page Service*/
.genpage-service{
    margin-top: 350px !important;
    margin-bottom: -70px !important;
}

/*Blog Section*/
.blog-right{
    position: relative;
    background-image: url(../images/graphics/inddor_areena_2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 63px;
}
.blog-right h3{
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 0;
}
.blog-con-w{
    width: 85%;
}
.blog-right h2{
    font-family: var(--mainSubFamily);
    color: #ffffff;
    font-size: 42px;
    margin-top: 23px;
}
.blog-right p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0;
    margin-top: 25px;
}
.blog-right a{
    margin-top: 55px;
}
.blog-right a:hover{
    opacity: 0.85;
}
.blog-right span{
    font-family: var(--mainSubFamily);
    color: #fff;
    text-transform: uppercase;
    font-size: 4vw;
    display: block;
    line-height: 1;
    margin-top: 55px;
    opacity: 0.10;
}

/*Bumper Side Section*/
.bumper-side-sec .blog-left{
    padding-left: 0;
}
.bumper-side-sec .blog-right{
    text-align: right;
    padding: 120px 50px;
    background-image: url(../images/graphics/blog-left.png);
}
.bumper-side-sec .blog-posit{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.bumper-side-sec .blog-right p{
    margin-top: 0;
}
.bumper-side-sec .blog-right h2{
    margin-bottom: 15px;
}
.bumper-side-sec .blog-right p:last-child{
    margin-top: 10px;
    padding-left: 5px;
}
.bumper-side-sec .blog-right p:last-child strong{
    font-weight: 600;
    font-size: 22px;
}

/*Other Side Section*/
.other-side-sec .blog-right{
    padding: 80px 50px 0 50px;
}
.other-side-sec p{
    margin-top: 0;
}
.other-side-sec .blog-right span{
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 3vw;
}
.other-side-sec .blog-right h2{
    margin-bottom: 20px;
}

/*Client Testimonials*/
.clients-sec{
    margin-top: 100px;
}
.clients-sec h2{
    font-family: var(--mainOutfitFontFamily);
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    text-align: center;
}
#clientSlider .carousel-inner{
    height: calc(100% + 90px);
}
#clientSlider .carousel-indicators{
    bottom: 25px;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
}
#clientSlider .carousel-indicators [data-bs-target],
#clientSlider .carousel-indicators button{
    background-color: #adadad;
    width: 20px;
    border-radius: 10px;
}
#clientSlider .carousel-indicators .active,
#clientSlider .carousel-indicators [data-bs-target] .active{
    width: 50px;
    background-color: var(--mainGreenColor);
}
#clientSlider{
    margin-top: 45px;
}
#clientSlider p{
    font-family: var(--mainFairyFontFamily);
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    color: #3c3c3c;
    letter-spacing: 0.02em;
}
.clients-sec h4{
    font-size: 18px;
    color: #80c589 !important;
    font-family: var(--mainOutfitFontFamily);
}
.testi-div2{
    padding-left: 50px;
}



/*Home Contact Section*/
.homecontact-sec{
    margin-top: 170px;
}
.homecontact-left{
    padding: 0 30px;
}
.homecontact-right{
    padding: 0 0 0 30px;
}
.homecontact-right h2{
    font-family: var(--mainOutfitFontFamily);
    color: #231f20;
    font-weight: 700;
    font-size: 36px;
    text-transform: capitalize;
    border-left: 4px solid var(--mainGreenColor);
    padding-left: 20px;
}
.hc-left,
.hc-right{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.hc-right{
    margin-left: 25px;
}
.hc-left img{
    width: 50px;
    height: 50px;
}
.hc-right span{
    display: inline-block;
    color: #231f20;
    font-family: var(--mainOutfitFontFamily);
    font-size: 24px;
    font-weight: bold;
}
.hc-right a{
    text-decoration: none;
    font-family: var(--mainOutfitFontFamily);
    font-size: 19px;
    font-weight: 400;
    color: #373737;
    margin-top: -5px;
}
.hc-email{
    margin-top: 45px;
    padding: 15px 20px 20px 20px;
    background-color: var(--mainGreenColor);
}
.hc-email span,
.hc-email a{
    color: #fff;
}
.hc-phone,
.hc-fax,
.hc-address{
    margin-top: 15px;
    padding: 15px 20px 20px 20px;
    background-color: #f3f3f3;
}


/*Footer News Letter*/
.homesubscribe-sec{
    margin-top: -95px;
}
.subscribe-box{
    padding: 45px 27px;
    width: 97%;
    margin: 0 auto;
    background-color: var(--mainGreenColor);
}
.subscribe-box h2{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--mainOutfitFontFamily);
    line-height: 1;
    margin-bottom: 10px;
}
.subscribe-box p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--mainOutfitFontFamily);
    line-height: 1;
    margin-bottom: 0;
}
.sub-form-wrapper{
    position: relative;
    display: block;
}
.sub-form-field{
    padding: 14px 5px 16px 20px;
    color: #989898;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--mainOutfitFontFamily);
    border: 0;
    width: 100%;
}
.sub-form-btn-bg{
    width: 46px;
    height: 46px;
    background-color: var(--mainGreenColor);
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 3px;
}
.sub-form-btn{
    width: 100%;
    transition: all 0.5s ease;
}
.sub-form-btn:hover{
    opacity: 0.85;
}
.sub-form-field:focus{
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    background: #fafafa;
    border-color: #999999;
    outline: none;
}



/*Footer*/
.footer-sec{
    margin-top: 135px;
    padding-top: 50px;
    position: relative;
    background-image: url(../images/graphics/footer_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-inner{
    margin-top: 60px;
}
.footer-inner .container{
    padding: 0 30px;
}
.footer-social{
    margin-top: 25px;
    padding-left: 30px;
}
.footer-social img{
    width: 20px;
    height: 20px;
}
.footer-social a:nth-child(1) img{
    width: 11px;
}
.footer-social a:nth-child(3) img{
    width: 18px;
}
.footer-social a{
    margin: 0 10px;
}
.footer-copy h3{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.footer-copy .copydiv{
    margin-top: 10px
}
.copydiv p{
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.029em;
    margin-bottom: 0;
}
.copydiv p:nth-child(2){
    font-style: normal;
    font-weight: 300;
}
.copydiv p:nth-child(3){
    font-style: normal;
    font-weight: 400;
}
.fconsdiv{
    margin-top: 25px;
}
.fconsdiv p{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}
.fconsdiv p:nth-child(2){
    font-size: 32px;
}
.fconsdiv p:nth-child(4){
    font-size: 20px;
}
.fconsdiv svg{
    width: 18px;
    fill: #fff;
}
.footer-copy{
    padding-left: 30px;
}
.footer-form{
    padding: 0;
    padding-right: 15px;
}
.footer-form h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.footer-form p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-bottom: 0;
}
.footer-contact-form{
    margin-top: 20px;
}
.fcf-field{
    padding: 15px 20px;
    padding-left: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #545851;
    border-radius: 0;
    width: 100%;
    background-color: transparent;
    margin-bottom: 17px;
}
.fcf-field:focus{
    background-color: transparent !important;
    border-bottom: 1px solid #545851;
    outline: 0;
}
.fcf-field::placeholder{
    color: #fff;
}
.fcf-1{
    width: 20%;
    padding-left: 0px;
    padding-right: 2px;
    text-align: center;
    margin-right: 20px;
}
.fcf-2{
    width: 72%;
}
textarea.fcf-field{
    border-radius: 0;
}
.fcf-btn{
    padding: 13px;
    width: 165px;
    border: 0;
    background-color: var(--mainGreenColor);
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    transition: all 0.5s ease;
}
.fcf-btn:hover{
    opacity: 0.85;
}
.footer-top{
    padding-bottom: 50px;
}
.footer-bottom{
    padding-top: 25px;
    padding-bottom: 30px;
    margin: 0 15px;
    border-top: 1px solid #30302f;
}
.footer-bottom p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    opacity: 0.35;
    margin-bottom: 0;
    line-height: 1.5;
}
.footer2-copyright{
    display: none;
}

/*Contact us Page*/
.contactpage .footer-form h3{
    font-family: var(--mainOutfitFontFamily);
    color: #231f20;
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
}
.contactpage .footer-form p,
.contactpage .fcf-field,
.contactpage .fcf-field::placeholder{
    color: #231f20;
}
.contactpage-footer{

}
.contactpage .homecontact-sec{
    margin-top: 140px;
}
.contactpage .clients-sec {
    margin-top: 110px;
}
.contactpage-footer .homesubscribe-sec {
    margin-top: 0px;
}
.contactpage-footer .footer-top .footer-copy,
.contactpage-footer .footer-top .footer-form{
    display: none;
}
.contactpage-footer .footer-top .footer-branding{
    width: 100%;
    text-align: center;
}
.contactpage-footer .subscribe-box{
    background-color: rgba(0, 0, 0, 0.6);
}


/*Nav bar Drop Down*/
.dropdown-menu[data-bs-popper] {
    top: calc(100% + 36px);
    left: 0;
    background: var(--mainGreenColor);
}
.dropdown-item {
    color: #ffffff;
}
.dropdown-item:hover,
.dropdown-item.active, 
.dropdown-item:active{
    background-color: #161712 !important;
    color: #ffffff !important;
}
.navbar-collapse.show .dropdown-menu{
    background-color: var(--mainGreenColor);
    border: 0;
}
.navbar-collapse.show .dropdown-item:hover,
.navbar-collapse.show .dropdown-item.active, 
.navbar-collapse.show .dropdown-item:active{
    background-color: unset !important;
    opacity: 0.75;
}
.navbar-collapse.show .dropdown-item{
    color: #ffffff !important;
}
.dropdown-toggle.active{
    opacity: 0.75;
}

/*Horse Barns Page*/
.hbs-section{
    margin-top: 50px;
    margin-bottom: 50px;
}
.hbs-wrapper{
    margin: 0 auto;
    text-align: center;
}
.hbs-section h3 {
    font-family: var(--mainSubFamily);
    font-size: 16px;
    line-height: 1;
    color: #000;
    margin-bottom: 10px;
}
.hbs-section h2 {
    font-family: var(--mainSubFamily);
    font-size: 42px;
    color: #000;
    line-height: 1;
    margin-bottom: 25px;
}
.hbs-section p {
    margin-bottom: 10px;
    color: #212121;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.011em;
    line-height: 1.9;
}

.hbs1-section .container-fluid{
    overflow: hidden;
}
.hbs1-left{
    background-color: var(--mainGreenColor);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 75px 0;
    padding-right: 50px;
}
.hbs1-right{
    background-color: #222c2f;
    align-items: center;
    display: flex;
    padding: 75px 0;
    padding-left: 100px;
}
.hbs1-left h4,
.hbs1-right h4{
    font-family: var(--mainSubFamily);
    font-size: 28px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 25px;
}
.hbs1-left ul,
.hbs1-right ul {
    padding-left: 0;
    margin-top: 10px;
    list-style: none;
}
.hbs1-left ul li, 
.hbs1-right ul li {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: nowrap;
}
.hbs1-left ul li::before,
.hbs1-right ul li::before {
    content: "";
    background-image: url(../images/icons/icon-tick-white.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    margin-top: 1px;
}
.hbs1-left-wrapper{
    width: 65%;
}
.hbs1-right p{
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
}
.hbs1-img{
    padding: 0;
    background-image: url(../images/graphics/storage-feature-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.csection3{
    margin-top: 65px;
}
.csection3 .container {
    position: relative;
    z-index: 3;
}
.csection3 .container .col-12 {
    max-height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.csection3 .container .col-12 a {
    position: relative;
    display: block;
    height: 100%;
}
.csection3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
}
.csection3 .container img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.svg-holder {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.45);
    text-align: center;
    border-radius: 100%;
    padding-top: 9px;
}
.overlay svg {
    width: 15px;
    height: 15px;
    fill: #dbd9d9;
}
.csection3 .container .col-12:hover .overlay {
    opacity: 1;
}

.more-section{
    margin: 50px 0;
}
.more-copy{
    text-align: center;
    margin: 0 auto;
}
.more-copy h2{
    font-family: var(--mainSubFamily);
    margin-bottom: 25px;
}
.more-copy h6{
    line-height: 1.3;
}

.gsb-psec{
    margin-top: 0;
    background: unset;
    padding-top: 0;
    height: auto;
    margin-bottom: 75px;
}
.gsb-psec p{
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.011em;
    line-height: 1.6;
    padding: 0 20px 50px 20px;
}
.gsb-psec .psec-list a:hover{
    transform: scale(1);
}
.gsb-hbs1{
    background-color: #303431;
}

.aobuthero-section{
    background-image: url(../images/graphics/about-header-img.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
.aobuthero-section .container{
    display: flex;
    height: 100%;
    align-items: center;
}
.aobuthero-section h1{
    font-family: var(--mainSubFamily);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
    border-radius: 5px;
    
}
.aboutus-history h3{
    font-family: var(--mainSubFamily);
    margin-bottom: 15px;
}
.aboutus-history p{
    margin-bottom: 10px;
    color: #212121;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.011em;
    line-height: 1.9;
    margin-bottom: 35px;
}
.abthis-col {
    position: relative;
    margin-bottom: 50px;
    padding: 0 30px;
}
.abthis-col::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-67%);
    bottom: 0;
    width: 33%;
    border-bottom: 2px solid var(--mainGreenColor);
}

/*contact us page*/
.contactus{
    margin: 65px 0;
}
.contactus h1{
    color: #000;
    text-transform: uppercase;
}
.contactus p{
    font-size: 18px;
    line-height: 1.4;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 65px;
    text-align: center;
}
.contactus h3{
    font-size: 26px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
}
.contactus ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contactus ul li{
    margin-bottom: 20px;
    color: #646464;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
}
.contactus ul li svg{
    color: var(--mainGreenColor);
    display: inline-block;
    padding-right: 12px;
    fill: var(--mainGreenColor);
    margin-bottom: 3px;
}
.contactus ul li a{
    color: #646464;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contactus form .form-group{
    position: relative;
}
.contactus form svg{
    left: 13px !important;
    position: absolute;
    top: 1px;
    left: 0;
    background-color: transparent;
    padding: 15px;
    border-radius: 2px;
    fill: var(--mainGreenColor);
    width: 45px;
    height: 45px;
}
form .form-btn{
    display: inline-block;
    margin-left: 10px;
    background-color: var(--mainGreenColor);
    color: #ffffff;
    border: 0;
    width: 150px;
    border-radius: 0;
    height: 47px;
    transition: all 0.3s ease-in-out;
}
form .form-btn:hover {
    background-color: #000;
}
.contactus .brcf-field{
    width: 100% !important;
    padding-bottom: 0;
    padding-left: 40px;
    position: relative;
}
.contactus form textarea{
    padding: 12px 24px 12px 45px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
}
.contactus form button{
    margin: 0;
}
.contactus form input{
    margin-bottom: 0;
    border-radius: 2px;
    padding-top: 0;
}
.contactus form .form-group{
    margin-bottom: 20px;
}
form .brcf-field, form .brcf-btn {
    border-radius: 0;
    height: 47px;
}
.contactus ul li br{
    display: none;
}


@media (max-width: 1150px){
    .siteh_mail{
        margin-right: 5px;
    }
    .header-branding{
        padding-left: 10px;
    }
    .ttb-bg{
        height: 100%;
    }
    .psec-list span{
        height: 175px;
    }
    .blog-right{
        padding: 50px;
    }
    .header2-left{
        width: 25%;
    }
    .header2-right{
        width: 75%;
    }
    .trailer-overview-sec ul{
        width: 100%;
    }
    .trailer-overview-sec ul li{
        width: 48%;
    }
    .other-trailer-sec{
        margin-top: 100px;
    }
    .bumper-side-sec .blog-con-w {
        width: 100%;
    }
    .bumper-side-sec .blog-right {
        padding: 50px 50px;
    }
    .edit-services-sec,
    .projects2-sec,
    .bumper-side-sec {
        margin-top: 80px;
    }
    .edit-services-sec .sersec-left,
    .edit-services-sec .sersec-right{
        width: 100%;
        text-align: center;
    }
    .genpage-service {
        margin-top: 300px !important;
        margin-bottom: -70px !important;
    }
    .hs12r-inn{
        max-width: 100%;
    }

}

@media (max-width: 1100px){
    .heroSeciton2 .hero-back{
        background-position: 40%;
    }
    .heroSeciton2 .carousel-item li {
        display: block;
        width: 100%;
    }
    .nav-item{
        padding: 0;
    }
}

@media (max-width: 1050px){
    .hero-back{
        background-position: left;
    }
    .hero-inner {
        padding: 125px 0 150px 50px;
    }
    .header-branding {
        padding-left: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .hh-right {
        padding-top: 0px;
        padding-left: 35px;
    }
    .trailer-types-sec {
        margin-top: 50px;
    }
    .home-about-sec {
        margin-top: 55px;
    }
    .home-history-sec {
        margin-top: 50px;
    }
    .hh-right ul{
        margin-top: 20px;
    }
    .psec-list {
        margin-top: 85px;
    }
    .home-about-sec h2{
        font-size: 40px;
    }
    .services-sec {
        margin-top: 335px;
    }
    .sersec-list {
        margin-top: 49px;
    }
    .blog-sec {
        margin-top: 65px;
    }
    .blog-right{
        margin-left: -20%;
        width: 70%;
    }
    .clients-sec {
        margin-top: 70px;
    }
    #clientSlider .testimonial{
        margin: 0 5px;
    }
    .homecontact-sec {
        margin-top: 130px;
    }
    .homecontact-left {
        padding: 0 15px;
    }
    .homecontact-right {
        padding: 0 0 0 15px;
    }
    .subscribe-box{
        width: 100%;
    }
    .hh-img-holder{
        margin-left: 20px;
    }
    .subsc-box-right{
        display: flex;
        align-items: center;
    }
    .footer-branding{
        width: 45%;
    }
    .footer-copy{
        width: 45%;
        text-align: right;
        padding-left: 15px;
    }
    .footer-form{
        display: block;
        width: 90%;
    }
    .footer-top{
        display: flex;
        justify-content: center;
    }
    .fcf-2 {
        width: 75%;
    }
    .header2-left {
        width: 30%;
    }
    .header2-right {
        width: 70%;
    }
    .header2 .nav-item {
        padding: 0 10px;
    }
    .other-trailer-sec{
        margin-top: 100px;
    }
    .edit-services-sec{
        margin-top: 55px;
    }
    .bumper-side-sec .blog-con-w {
        width: 68%;
    }
    .contactpage .fcf-1{
        margin-right: 5px;
    }
    .genpage-service {
        margin-top: 250px !important;
        margin-bottom: 0px !important;
    }
    .aboutuspage-footer .footer-sec{
        margin-top: 120px !important;
    }
    .nav-btn-wrapper{
        display: none;
    }
    .siteh_phone{
        display: inline-block;
    }
    .header-nav{
        padding: 16px 0 16px 0;
    }


}
@media (max-width: 992px){
    .header-nav {
        padding: 17px 0 15px 0;
    }
    .header-branding {
        padding-left: 25px;
    }
    .nav-item {
        padding: 0 7px;
    }
    .hero-inner {
        padding: 125px 0px 150px 25px;
    }
    .tt-box {
        padding: 0 5px;
    }
    .sersecrborder{
        display: none;
    }
    .blog-right span{
        margin-top: 30px;
    }
    .blog-right{
        padding-bottom: 25px;
    }
    .hh-img-holder {
        width: 100%;
    }
    .hh-img{
        width: calc(100% + 40px);
    }
    .header2 ul.navbar-nav{
        margin-bottom: 0 !important;
    }
    .header2 .nav-item {
        padding: 0 0px;
    }
    .projects2-sec{
        height: 100%;
    }
    .projects2-sec .psec-list .col:nth-child(1){
        order: 1;
    }
    .projects2-sec .psec-list .col:nth-child(2){
        order: 2;
    }
    .projects2-sec .psec-list .col:nth-child(3){
        order: 5;
    }
    .projects2-sec .psec-list .col:nth-child(4){
        order: 3;
    }
    .projects2-sec .psec-list .col:nth-child(5){
        order: 4;
    }
    .projects2-sec .psec-list .col:nth-child(6){
        order: 6;
    }
    .p2seca3 {
        position: absolute;
        z-index: 999;
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        border-bottom: 35px solid rgba(255, 255, 255, 0.90);
        bottom: auto;
        left: auto;
        position: absolute;
        z-index: 999;
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-right: 35px solid rgba(255, 255, 255, 0.90);
        top: 40%;
        right: 100%;
    }
    .genpage-service {
        margin-top: 70px !important;
        margin-bottom: 0px !important;
    }

    nav.navbar{
        position: relative;
        display: flex;
        justify-content: flex-end;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-btn{  
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }
    .header-nav{
        padding-bottom: 10px;
        padding-top: 32px;
        background-color: var(--mainGreenColor);
    }
    button.navbar-toggler{
        margin-top: 5px;
        margin-bottom: 20px;
        border: 0;
    }
    button.navbar-toggler:focus{
        outline: 0;
        border: 0;
    }
    .navbar-collapse{
        position: absolute;
        top: 69px;
        right: 5px;
        width: 50%;
        z-index: 999;
        background-color: var(--mainGreenColor);
        color: #fff;
        height: 100vh;
        border-radius: 5px;
    }
    .nav-item{
        display: block;
        padding-bottom: 12px;
        padding-top: 12px;
        padding-left: 20px;
        border-bottom: 1px solid #fff;
        margin-bottom: 0;   
        width: 100%; 
    }
    .nav-link,
    .nav-link.active{
        color: #fff !important;
    }
    .mobile-nav-btn .nav-btn{
        color: #fff !important;
    }
    .navbar-nav .nav-item:hover
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active,
    .nav-link:hover, .nav-link:focus {
        color: #fff !important;
    }
    .siteh_phone{
        display: none;
    }
    
    .header-top{
        padding: 8px 0;
    }
    .header-branding{
        top: 32px;
    }
    .header-outer{
        background-color: var(--mainGreenColor);
    }
    .header-nav .container,
    nav.navbar{
        height: 100%;
    }
    .mobile-nav-btn span{
        display: block;
    }
    .mobile-nav-btn .nav-btn{
        width: 100%;
    }
    .mobile-nav-btn{
        position: absolute;
        margin-right: 0;
        top: 20px;
        right: 70px;
        margin-bottom: 0;
        text-align: right;
    }
    .triangular-div{
        display: none;
    }
    .siteh_loc, 
    .siteh_mail{
        margin-right: 0;
    }
    .header-top .container{
        display: flex;
        justify-content: space-between;
        padding: 0 7px;
    }
    .hero-inner {
        padding: 50px 0px 110px 0px;
    }
    .header-branding img{
        margin-top: 0;
        margin-bottom: 0;
        width: 70%;
    }
    .triangular-div{
        display: none !important;
    }
    .navbar-toggler-icon{
        background-image: none;
    }
    .bar{
        height: 2px;
    }
    .navbar-toggler-icon:focus,
    .navbar-toggler:focus{
        outline: 0;
        border: 0;
    }
    .hs2-left{
        display: none;
    }
    .hs2-right{
        display: block;
        width: 100%;
    }
    .carousel-control-next {
        right: 5px;
        top: auto;
        bottom: 50px;
    }
    .carousel-control-prev {
        left: 5px;
        top: auto;
        bottom: 50px;
    }

}

@media (max-width: 850px){
    .header-nav .container{
        padding: 0;
    }
    .nav-link{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .nav-btn{
        font-size: 14px !important;
    }
    .nav-btn-wrapper span {
        display: block;
        font-size: 85%;
    }
    .nav-btn{
        display: inline-block;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .subsc-box-right{
        padding: 0;
    }
    .fconsdiv{
        margin-left: -100%;
        width: 200%;
        text-align: center;
    }
    .footer-form{
        margin-top: 50px;
    }
    .header2-left {
        width: 25%;
    }
    .header2-right {
        width: 75%;
    }
    .header2-logolink img{
        width: 100%;
    }
    div.header2-logo {
        padding: 25px 0;
    }
    .header2 .nav-item {
        padding: 0 10px;
    }
    .psec-list span {
        height: 200px;
    }

}

@media (max-width: 800px){
    .mobile-nav-btn{
        top: -12px;
    }
    ul.navbar-nav{
        display: block;
    }
    .nav-btn-wrapper{
        display: block;
        width: 100%;
        text-align: right;
        margin-top: 5px;
        border: 0;
    }
    ul.navbar-nav{
        margin-bottom: 0 !important;
    }
    .nav-btn-wrapper span{
        display: inline-block;
        margin-right: 20px;
    }
    ul li.nav-item:nth-last-child(2) {
        padding-right: 0;
    }
    nav.navbar{
        padding-bottom: 1px;
    }
    .header2 .header-nav{
        padding: 0;
    }
    .header2 nav.navbar{
        padding-top: 5px;
    }
    .contactpage .homecontact-sec {
        margin-top: 35px;
    }
    .contactpage .homecontact-right {
        margin-top: 50px !important;
    }
    .contactpage .client-feedback{
        margin-top: 70px;
    }
}

@media (max-width: 767px){
    
    #clientSlider {
        margin-top: -20px;
    }
    .carousel-indicators {
        bottom: -70px;
    }
    .tt-box{
        margin-bottom: 10px;
    }
    .tt-box:nth-child(1) {
        padding-left: 5px;
    }
    .home-about-sec h2{
        margin-bottom: 25px;
    }
    .hh-left{
        width: 75%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .home-about-sec p{
        text-align: right;
    }
    .psec-list .row{
        display: block;
    }
    .projects-sec{
        height: auto;
    }
    .psec-list .col{
        width: 70%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .services-sec {
        margin-top: 50px;
    }
    .sersec-left{
        text-align: center;
    }
    .sersec-right{
        text-align: center;
        justify-content: center;
    }
    .sersec-box{
        margin-bottom: 10px;
    }
    .blog-left{
        display: none;
    }
    .blog-right {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .blog-con-w {
        width: 100%;
    }
    .homecontact-left iframe{
        height: 300px;
    }
    .homecontact-right{
        margin-top: 20px;
    }
    .subsc-box-left{
        width: 100%;
        text-align: center;
    }
    .subsc-box-right{
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 20px;
    }
    .footer-branding {
        width: 100%;
        text-align: center;
    }
    .footer-copy {
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 35px;
    }
    .fconsdiv {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .footer-form {
        display: block;
        width: 100%;
        text-align: center;
    }
    .psec-list span{
        height: auto;
        padding: 36px 30px;
    }
    .ha-lpad {
        padding-left: 10px;
        padding-right: 32px;
    }

    .header2-left {
        width: 45%;
    }
    .header2-right {
        width: 55%;
    }
    .header2-top-arrow,
    .header-nav-space,
    .header2-arrow{
        display: none;
    }
    div.header2-logo,
    .header2 .header-nav{
        background-color: transparent;
    }
    .header2{
        position: relative;
        overflow: visible;
    }
    .header2 .header-top{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #c5b18a;
    }
    .header2-branding,
    .header2-logolink{
        margin-left: 0;
    }
    div.header2-logo{
        padding: 0;
    }
    .header2-branding{
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .header2 .header-nav{
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .header2 .navbar-collapse {
        position: absolute;
        top: 140px;
        right: -5px;
        width: 90%;
        z-index: 999;
        background-color: #e8d4a7;
        color: #fff;
        height: 100vh;
        border-radius: 5px;
    }
    .header2 .nav-link,
    .header2 .nav-link.active {
        padding: 10px 0;
    }
    .header2 .nav-item{
        border-bottom: 1px solid #564d39;
    }
    .heroSeciton2 .hero-back {
        background-position: 20%;
    }
    .heroSeciton2 .carousel-item li {
        display: inline-block;
        width: 40%;
    }
    .trailer-overview-sec,
    .other-trailer-sec {
        margin-top: 70px;
    }
    .trailer-overview-sec ul li {
        width: 100%;
    }
    .bumper-side-sec .blog-con-w {
        width: 100%;
        text-align: center !important;
    }
    .other-trailer-sec .hh-left{
        margin-top: 80px;
        margin-bottom: 0;
    }
    .edit-services-sec .sersecr-box{
        padding: 20px;
    }
    .p2seca1,
    .p2seca2,
    .p2seca3{
        position: absolute;
        z-index: 999;
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        border-bottom: 35px solid rgba(255, 255, 255, 0.90);
        bottom: 100%;
        top: auto;
        right: auto;
        left: 45%;
    }
    .projects2-sec .psec-list .col{
        width: 95%;
        margin-bottom: 0;
    }
    .otts1{
        margin-top: 0;
    }
    .otts1 .hh-right,
    .otts1 .hh-left{
        margin-top: 50px;
    }
    .otts1 .hh-right,
    .otts .hh-right{
        padding-left: 15px;
    }
    .projects2-sec{
        padding-bottom: 20px;
        padding-top: 60px;
    }
    .projects2-sec .psec-list .row{
        display: flex;
    }
    .projects2-sec .psec-list{
        width: 80%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .projects2-sec .psec-list .col:nth-child(1){
        order: 1;
    }
    .projects2-sec .psec-list .col:nth-child(2){
        order: 2;
    }
    .projects2-sec .psec-list .col:nth-child(3){
        order: 5;
    }
    .projects2-sec .psec-list .col:nth-child(4){
        order: 4;
    }
    .projects2-sec .psec-list .col:nth-child(5){
        order: 3;
    }
    .projects2-sec .psec-list .col:nth-child(6){
        order: 6;
    }
    .otts br{
        display: none;
    }

    .herogeneral h2{
        font-size: 34px;
    }
    .herogeneral p{
        font-size: 18px;
    }

    .hs1-wrapper,
    .hs1-left, 
    .hs1-right{
        width: 100%;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .hs1-inn{
        display: block;
        text-align: center;
    }
    .hs1-right{
        padding-left: 0;
    }
    .hs1-left{
        padding-right: 0;
    }
    .hs1-inn img {
        width: 75px;
        margin-bottom: 12px;
    }
    .hs1i-div {
        padding-left: 0;
    }
    .home-seciton3 .col-12:nth-child(1){
        margin-bottom: 30px;
        padding-right: 0;
    }
    .home-seciton3 .col-12:nth-child(2){
        padding-left: 0;
    }
    .testi-img-outer{
        margin-right: 0px;
    }
    .clients-sec .client-img {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        border: 3px solid #e0232f;
    }
    .hs2-left,
    .hs2-right{
        padding-top: 0;
        padding-bottom: 0;
    }
    .hs12r-inn{
        padding: 55px 30px 55px 30px;
    }
    .home-seciton3 {
        padding: 30px;
    }
    
}

@media (max-width: 586px){
    .projects2-sec .psec-list .row{
        display: block;
    }
    .projects2-sec .psec-list{
        width: 98%;
    }
    .psec-list .col{
        width: 95%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    #clientSlider .testimonial .flex-row{
        flex-wrap: wrap;
        justify-content: center;
    }
    .testi-img-outer{
        margin-bottom: 30px;
    }
    #clientSlider {
        margin-top: 0;
        margin-bottom: 70px;
    }
    .clients-sec h2{
        display: none;
    }
    .carousel-control-prev,
    .carousel-control-next{
        top: 50px;
    }
    .navbar-collapse{
        width: 70%;
        top: 75px;
    }
    .heroSeciton h1{
        font-size: 40px;
    }
    .blog-sec {
        margin-top: 0;
    }
}


@media (max-width: 550px){
    .header2-branding {
        margin-top: 57px;
    }
    .header2 .navbar-collapse {
        width: 100%;
    }
    .heroSeciton2 .hero-back{
        text-align: center;
    }
    .heroSeciton2 .carousel-item li {
        display: block;
        width: 100%;
    }
    .heroSeciton2 .carousel-indicators{
        left: 44%;
    }
    .fcf-1 {
        margin-right: 5px;
    }
    .siteh_lang{
        display: none;
    }

}

@media (max-width: 500px){
    .hh-left {
        width: 97%;
    }
    .fcf-1 {
        width: 15%;
        border-radius: 30px;
        margin-right: 5px;
    }
    .fcf-2 {
        width: 80%;
    }
    .bumper-side-sec .blog-right {
        padding: 20px;
    }
    .header-top .container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 460px){
    .header-branding {
        top: 50px;
    }
}

@media (max-width: 450px){
    .mobile-nav-btn{
        display: none;
    }
    button.navbar-toggler{
        margin-top: 0;
    }
    .header2-branding {
        margin-top: 50px;
    }
    .header2 .header-nav {
        margin-top: 60px;
    }
    .header2 .navbar-collapse{
        top: 90px;
    }
}

@media (max-width: 400px){
    .heroSeciton2 .carosuel-footer a:nth-child(1){
        margin-right: 0;
        margin-bottom: 10px;
    }
    #header2Top .container {
        display: flex;
        padding: 0 7px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header2-branding {
        margin-top: 58px;
    }
    .header2 .header-nav {
        margin-top: 65px;
    }
    .header2 .navbar-collapse {
        top: 70px;
    }
    .header2 .navbar-collapse {
        width: 95vw;
    }
    .carosuel-footer a{
        margin-bottom: 10px;
    }
}