/*Dependencies*/
@import url("fonts/fonts.css");
/*Basics*/
:root {
    --mainFFPoppins: 'Poppins', sans-serif;
    --mainFFRubik: 'Rubik';
    --mainFFAlga: 'Alga';
    --mainColorBrown: #786339;
    --mainColorYellow: #d6c083;
}
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: var(--mainFFAlga);
    color: #000000;
    font-size: 13px;
}
body{
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1;
}
.container-fluid{
    padding: 0;
    /* max-width: 1600px; */
}
.container{
    width: 100%;
    max-width: 1110px;
    padding: 0;
}
a{
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
}
.transition-effect {
    transition: all 0.5s ease;
}

/*Header*/
.header-outer{
    padding: 14px 0 12px 0;
}
.header-left{
    float: left;
}
.header-right{
    float: right;
}
.header-right .hcol{
    display: inline-block;
    padding: 15px 25px 9px 25px;
    border-left: 1px dashed var(--mainColorBrown);
}
.header-right .hcol:nth-child(1){
    border: 0;
}
.header-right .hcol:nth-child(4){
    padding: 16px 0 11px 0;
    border: 0;
    vertical-align: top;
}
.header-btn{
    background-color: var(--mainColorBrown);
    color: #ffffff;
    line-height: 1;
    font-family: var(--mainFFPoppins);
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 26px;
    text-align: center;
}
.header-btn:hover{
    background-color: #000000;
}
.hcol-left{
    float: left;
}
.hcol-right{
    float: right;
    padding-left: 10px;
    padding-top: 3px;
}
.hcol-left img{
    width: 40px;
    border-radius: 100%;
    border: 1px solid var(--mainColorBrown);
    padding: 23%;
}
.hcol-right p{
    font-family: var(--mainFFPoppins);    
    line-height: 1;
}
.hcol-right p:nth-child(1){
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 1px;
}
.hcol-right p:nth-child(2){
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
}

/*Nav Bar*/
nav.navbar{
    background-color: var(--mainColorYellow);
    padding: 16px 0;
}
.navbar-nav .nav-link,
.navbar-nav .dropdown-item{
    font-family: var(--mainFFPoppins);
    font-size: 15px;
    font-weight: 400;
    color: #332a10;
    line-height: 1;
    padding: 0 10px !important;
}
.navbar-nav .dropdown-item{
    padding: 10px !important;
}
.navbar-nav .nav-link.navhome{
    padding-left: 0 !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show{
    color: #2e250b;
    font-weight: 500;
}
.navbar-nav .nav-link:hover{
    color: #000;
}
.dropdown-toggle::after {
    vertical-align: 0;
    margin: 0;
    content: "";
    border: none;
}
.dropdown-toggle svg{
    fill: #332a10;
    width: 10px;
    margin-top: -4px;
    display: inline-block;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover{
    background-color: var(--mainColorYellow);
    color: #2e250b;
    font-weight: 500;
}
.navbar-nav .dropdown-menu{
    padding: 0;
    border-radius: 0;
    border: 0;
    top: calc(100% + 7px);
    box-shadow: 0px 0px 4px #bbb5b5;
}
.header-socials a img{
    width: 15px;
    margin-top: 7px;
}
.header-socials a{
    background-color: var(--mainColorBrown);
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 3px;
}
.header-socials a:hover{
    background-color: #000000;
}
.responsive-socials{
    display: none;
    position: absolute;
    top: 12px;
    right: 5px;
}

/*Hero Section*/
.herosection{
    position: relative;
    margin-bottom: 30px;
}
.carousel-item{
    padding: 100px 0 120px 0;
}
.carousel-info{
    max-width: 37%;
}
.carousel-info h1{
    font-family: var(--mainFFAlga);
    font-size: 60px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.13;
    margin-bottom: 10px;
}
.carousel-info p{
    font-family: var(--mainFFRubik);
    font-size: 16px;
    font-weight: 300;
    color: #c9c9c9;
    line-height: 1.5;
    margin-bottom: 30px;
}
.carousel-info a{
    font-family: var(--mainFFPoppins);
    font-size: 16px;
    font-weight: 600;
    color: #140600;
    line-height: 1;
    text-transform: uppercase;
    background-color: #ffffff;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-info a:hover{
    background-color: #000000;
    color: #ffffff;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color: #4e3f34;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-position: 50%;
    background-size: 45% 45%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" style="fill:%23ffffff" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"></path></svg>');
}
.carousel-control-prev-icon{
    transform: rotate(90deg);
}
.carousel-control-next-icon{
    transform: rotate(-90deg);
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover{
    background-color: #000000;
}
.carousel-control-prev,
.carousel-control-next{
    opacity: 0.95;
}
.herosection-next{
    height: 55px;
    width: 55px;
    border: 5px solid #fff;
    border-radius: 100%;
    background-color: var(--mainColorBrown);
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 13px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 27px);
    cursor: pointer;
}
.herosection-next:hover{
    background-color: #000000;
}
.herosection-next img{
    transform: rotate(90deg);
}


/*Over view Section*/
.overview-section{
    margin-top: 80px;
    margin-bottom: 50px;
    overflow: hidden;
}
.overview-head{
    color: #000000;
    font-family: var(--mainFFAlga);
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}
.ohw85{
    width: 85%;
}
.overview-copy{
    color: #696969;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--mainFFPoppins);
    letter-spacing: 0.010em;
    line-height: 1.6;
    margin-bottom: 31px;
}
.overview-link{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--mainFFPoppins);
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--mainColorBrown);
    padding: 20px 35px;

}
.overview-link:hover{
    background-color: #000000;
}
.overview-section .col:nth-child(1){
    padding-left: 27px;
}
.overview-section .col:nth-child(2),
.overview-section .col:nth-child(3){
    padding-left: 35px;
}
.overview-section .col:nth-child(3) p{
    margin-top: 15px;
    width: 80%;
}
.os-img-holder{
    background-color: var(--mainColorYellow);
    display: inline-block;
    margin-left: -17px;
    margin-top: 17px;
    height: 100%;
    position: relative;
}
.os-img-holder img{
    margin-left: 17px;
    margin-top: -17px;
}
.divspacer{
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    right: 0;
    bottom: 0;
}
.overview-wrapper{
    position: relative;
}
.ovrs-top,
.ovrs-bottom{
    position: relative;
    border-width: 15px;
    border-color: #f7f4ed;
    border-style: solid;
    border-bottom: 0;
    display: block;
    width: 78%;
    height: 60px;
    margin-left: 10%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.overstopside{
    position: absolute;
    right: -15px;
    width: 15px;
    background-color: #fff;
    bottom: 0;
    height: 22px;
}
.ovrs-bottom{
    border-bottom: 15px solid #f7f4ed;
    border-top: 0;
    margin-top: 17px;
}

/*Barns Types Section*/
.barnstypes-section{
    overflow: hidden;
}
.barnstypes-section h2{
    font-family: var(--mainFFAlga);
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
}
.barnts-p{
    color: #686868;
    font-size: 15px;
    font-family: var(--mainFFPoppins);
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.barnstypes-row{
    margin-top: 30px;
    margin-bottom: 65px;
}
.barnts-bottom{
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: -30px;
    background-color: #ffffff;
}
.barnts-bottom h3{
    font-size: 24px;
    font-family: var(--mainFFAlga);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
}
.barnts-bottom p{
    color: #696969;
    line-height: 1.5;
    font-size: 14px;
    font-family: var(--mainFFPoppins);
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}
.barnts-bottom a{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--mainFFPoppins);
    font-weight: 500;
    background-color: var(--mainColorBrown);
    padding: 16px 5px;
    width: 135px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.barnts-bottom a:hover{
    background-color: #000000;
}
.barbtsbimg{
    width: 80px;
    height: 80px;
    border: 5px solid #ffffff;
    border-radius: 100%;
    background-color: #ffffff;
    background-image: url(../images/graphics/shed-color.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
    box-shadow: 5px 5px 14px rgba(94, 75, 38, 0.7);
}
.barnstypes-col{
    transition: all 0.35s ease-in-out;
    padding: 0 15px;
}
.barnstypes-col:nth-child(1){
    padding-left: 10px;
}
.barnstypes-col:nth-child(3){
    padding-right: 10px;
}
.barnstypes-col:hover .barbtsbimg{
    background-image: url(../images/graphics/shed-white.png);
    background-color: var(--mainColorYellow);
    box-shadow: none;
}
.barnstypes-col:hover .barnts-bottom{
    box-shadow: 0px 3px 20px rgba(94, 75, 38, 0.12);
}

/*Member Section*/
.member-section{
    background-image: url(../images/graphics/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 630px;
}
.membersec-top{
    padding-top: 60px;
    width: 90%;
    margin: 0 auto;
}
.membersec-top h2{
    color: #fefefd;
    line-height: 1;
    font-size: 44px;
    font-family: var(--mainFFAlga);
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
}
.membersec-top ul{
    list-style: none;
    padding: 0;
}
.membersec-top ul li{
    color: #fefefd;
    line-height: 1;
    font-size: 15px;
    font-weight: 300;
    font-family: var(--mainFFPoppins);
    text-align: center;
    margin-bottom: 30px;
}
.membersec-top ul li:before{
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" style="fill:%23ffffff" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"></path></svg>');
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    background-color: var(--mainColorYellow);
    border-radius: 100%;
    background-size: 55%;
    background-position: center;
    vertical-align: bottom;
}
.membersec-bottom{
    background-color: #ffffff;
    padding: 45px 10px 60px 10px;
    margin-top: 40px;
    box-shadow: 0px 3px 20px rgba(94, 75, 38, 0.10);
}
.membersec-bottom h2{
    font-family: var(--mainFFAlga);
    font-size: 36px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.membersec-bottom p{
    color: #696969;
    font-size: 14px;
    font-weight: 300;
    font-family: var(--mainFFPoppins);
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.msb-width{
    width: 85%;
    margin: 0 auto;
}
.membersec-bottom form{
    margin-top: 35px;
}
.membersec-bottom form label{
    font-size: 14px;
    font-weight: 500;
    font-family: var(--mainFFPoppins);
    line-height: 1;
    margin-bottom: 6px;
}
.membersec-bottom form .form-control::placeholder,
.membersec-bottom form .form-control{
    color: #63615c;
    font-size: 15px;
    font-family: var(--mainFFPoppins);
    font-weight: 300;
    line-height: 1;
}
.membersec-bottom form .form-control{
    height: 55px;
    padding: 0 17px;
    line-height: 55px;
    background-color: #f4f3f1;
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}
.membersec-bottom form textarea.form-control{
    height: auto;
    padding-top: 17px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.membersec-bottom form button{
    width: 220px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    text-transform: uppercase;
    background-color: var(--mainColorBrown);
    color: #fefefd;
    font-size: 15px;
    font-family: var(--mainFFPoppins);
    font-weight: 500;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease-in-out;
}
.membersec-bottom form button:hover{
    color: #ffffff;
    background-color: #000000;
}
.form-side-by-side{
    display: flex;
}
.form-side-by-side .form-group:nth-child(1){
    margin-right: 5px;
}
.form-side-by-side .form-group:nth-child(2){
    margin-left: 5px;
}

/*Home About us Section*/
.homeabout-section{
    margin-top: 385px;
    margin-bottom: 50px;
}
.homeabout-section h2{
    font-size: 44px;
    line-height: 1;
    font-family: var(--mainFFAlga);
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.homeabout-section p{
    color: #696969;
    font-size: 15px;
    font-weight: 300;
    font-family: var(--mainFFPoppins);
    text-align: center;
    width: 75%;
    margin: 0 auto;
    letter-spacing: 0.01em;
    line-height: 1.6;
}

/*Footer*/
.footer-section{
    
}
.footer-top{
    padding: 65px 0;
    background-color: #3d2d0e;
}
.footer-socials{
    margin-top: 40px;
}
.footer-socials a {
    background-color: var(--mainColorYellow);
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 3px;
}
.footer-socials a img {
    width: 15px;
    margin-top: 7px;
}
.footer-socials a:hover{
    background-color: #ffffff;
}
.footer-top h3{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--mainFFAlga);
    line-height: 1;
    letter-spacing: 0.024em;
    margin-bottom: 30px;
}
.footer-top ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-top ul li{
    margin-bottom: 13px;
}
.footer-top ul li a{
    display: flex;
    align-items: flex-start;
    color: #b7b1a6;
    line-height: 1.5;
    font-size: 15px;
    font-family: var(--mainFFPoppins);
    font-weight: 200;
}
.footer-top ul li span{
    color: #b7b1a6;
    line-height: 1.5;
    font-size: 15px;
    font-family: var(--mainFFPoppins);
    font-weight: 200;
}
.footer-top ul li a:hover,
.footer-top ul li a span:hover{
    color: #ffffff;
}
.footer-top .col:nth-child(1){
    padding-right: 0;
}
.footer-top .col:nth-child(2){
    padding-left: 0;
}
.footer-top .col:nth-child(3){
    text-align: right;
    padding-right: 0;
}
.footer-top .col:nth-child(4){
    text-align: right;
}
.footer-contact{
    text-align: left;
    display: inline-block;
}
.footer-links{
    text-align: left;
    display: inline-block;
}
.footer-contact img{
    width: 15px;
    height: auto;
    margin-top: 5px;
    margin-right: 10px;
}
.footer-bottom{
    height: 80px;
    width: 100%;
    background-color: #342509;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a0948e;
    font-size: 14px;
    font-family: var(--mainFFPoppins);
    font-weight: 200;
    line-height: 1.2;

}

/*****Details Page*****/
/*Hero Section - Details Page*/
.herosecitonlanding{
    background-color: #220f01;
    position: relative;
    overflow: hidden;
}
.hero-landing-img{
    background-image: url(../images/graphics/hero-landing.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50% 100%;
}
.hero-landing-copy{
    padding-top: 100px ;
    padding-bottom: 100px;
}
.hero-landing-copy h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    font-family: var(--mainFFAlga);
    margin-bottom: 15px;
}
.hero-landing-copy p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--mainFFPoppins);
}

/*Details Section - Details Page*/
.details-section{
    margin-top: 50px;
    margin-bottom: 65px;
}
.dets-outer{
    max-width: 80%;
    margin: 0 auto;
}
.dets-outer-2{
    margin-bottom: 30px;
}
.dets-outer h2{
    font-size: 44px;
    font-family: var(--mainFFAlga);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}
.dets-outer p{
    color: #696969;
    font-size: 15px;
    font-family: var(--mainFFPoppins);
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}
.dets-outer-2 p{
    margin-bottom: 0;
}
.dets-outer a{
    background-color: var(--mainColorBrown);
    line-height: 55px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-family: var(--mainFFPoppins);
    font-weight: 600;
    text-align: center;
    width: 260px;
    height: 55px;
    margin: 0 auto;
    display: block;
}
.dets-outer a:hover,
.dets-outer-2 a:hover{
    background-color: #000000;
}
.dets-outer-2 a{
    line-height: 1;
    width: 200px;
    margin-top: 30px;
}
.dets-outer-3{
    max-width: 100%;
}
.dets-outer-3 p{
    margin-bottom: 10px;
}
.slide-holder img{
    width: 100%;
    height: 100%;
}
.slick-slider {
    width: 100%;
    background-color: transparent;
    height: 350px;
}
.slick-slider .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
}
.slick-slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
    margin: 10px;
    background-color: white;
    transition: all 0.3s ease;
    height: auto;
    text-align: center;
}
.slick-current + .slick-active  {
    transform: scale(1.2);
    padding: 0 20px;
}
.slick-prev,
.slick-next{
    background-color: var(--mainColorBrown) !important;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    top: 42% !important;
}
.slick-next {
    right: -60px !important;
}
.slick-prev {
    left: -60px !important;
}
.slick-next:before,
.slick-prev:before{
    content: "" !important;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50%;
    height: 50%;
    background-size: contain;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" style="fill:%23ffffff" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"></path></svg>');
}
.slick-next:before{
    transform: rotate(-90deg);
}
.slick-prev:before{
    transform: rotate(90deg);
}


/*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;
    font-family: var(--mainFFPoppins);
}
.contactus ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contactus ul li{
    margin-bottom: 10px;
    color: #646464;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    font-family: var(--mainFFPoppins);
}
.contactus ul li svg{
    color: var(--mainColorBrown);
    display: inline-block;
    padding-right: 12px;
    fill: var(--mainColorBrown);
    margin-bottom: 3px;
}
.contactus ul li a{
    font-family: var(--mainFFPoppins);
    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(--mainColorBrown);
    width: 45px;
    height: 45px;
}
form .form-btn{
    font-family: var(--mainFFPoppins);
    display: inline-block;
    margin-left: 10px;
    background-color: var(--mainColorBrown);
    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;
    font-family: var(--mainFFPoppins);
}
.contactus form textarea{
    padding: 12px 24px 12px 45px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    font-family: var(--mainFFPoppins);
}
.contactus b{
    font-family: var(--mainFFPoppins);
}
.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: 1500px){
    .hero-landing-img{
        background-size: 55% 100%;
    }
}

@media (max-width: 1400px){
    .carousel-control-prev{
        left: 10px;
        width: auto;
    }
    .carousel-control-next{
        right: 10px;
        width: auto;
    }
}

@media (max-width: 1250px){
    .hero-landing-img {
        background-size: 58% 100%;
    }
    .slick-next {
        right: -15px !important;
        z-index: 999;
        opacity: 0.5;
    }
    .slick-prev {
        left: -15px !important;
        z-index: 999;
        opacity: 0.5;
    }
    .slick-next:hover,
    .slick-prev:hover{
        opacity: 1;
    }
    .carousel-info{
        margin-left: 10%;
    }
}

@media (max-width: 1150px){
    .container{
        padding: 0 5px;
    }
    .hero-landing-img {
        background-size: 65% 100%;
    }
    .hero-landing-copy {
        margin-top: 80px;
        margin-bottom: 80px;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 20px 20px;
    }
    .navbar-nav .nav-link,
    .navbar-nav .dropdown-item{
        padding: 0 5px !important;
    }
    .header-right .hcol{
        padding: 15px 10px 9px 10px;
    }
    .slick-next {
        right: 0px !important;
    }
    .slick-prev {
        left: 0 !important;
    }
    .footer-top .col:nth-child(3),
    .footer-top .col:nth-child(4){
        text-align: left;
    }
    .footer-top .col:nth-child(1){
        width: 20%;
    }
    .footer-top .col:nth-child(3){
        width: 30%;
    }
    .footer-top{
        overflow: hidden;
    }
    .carousel-item{
        background-position: center;
    }
}

@media (max-width: 1050px){
    .slick-slider{
        height: 315px;
    }
    .carousel-info {
        max-width: 60%;
        background-color: rgba(0, 0, 0, 0.55);
        padding: 20px;
    }
    .carousel-item {
        padding: 80px 0 100px 0;
    }
}

@media (max-width: 992px){    
    .header-socials{
        display: none !important;
    }
    .responsive-socials{
        display: inline-block !important;
        position: absolute;
        top: 12px;
        right: 5px;
    }
    .responsive-socials .header-socials{
        display: inline-block !important;
    }
    .navbar-collapse.show .nav-item{
        padding: 10px;
    }
    .navbar-collapse.show .nav-link:hover {
        color: #000;
        font-weight: 500;
    }
    .navbar-collapse.show .dropdown-menu{
        background: none;
        border: 0;
        box-shadow: none;
        margin-top: 10px;
        margin-left: 10px;
    }
    .navbar-collapse.show .dropdown-item{
        margin: 10px 0;
    }
    .hero-landing-img {
        background-size: 100% 100%;
    }
    .hero-landing-copy{
        background-color: rgba(0, 0, 0, 0.85);
        margin-left: 10px;
    }
    .dets-outer {
        max-width: 90%;
        margin: 0 auto;
    }
    .slick-slider {
        height: 285px;
    }
    .member-section{
        height: 100%;
        padding-bottom: 6px;
    }
    .homeabout-section {
        margin-top: 50px;
    }
    .barnts-p{
        width: 80%;
    }
    .barnstypes-col{
        padding: 0 5px;
    }
    .overview-section .col:nth-child(3){
        width: 100%;
        margin-top: 50px;
        padding-left: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .overview-section .col:nth-child(3) img{
        order: 2;
    }
    .overview-section .col:nth-child(3) p{
        order: 1;
        width: 50%;
        font-size: 20px;
    }
    .overview-section .col:nth-child(1){
        width: 40%;
    }
    .overview-section .col:nth-child(2){
        width: 60%;
    }
    .ohw85 {
        width: 95%;
    }
    .ovrs-top,
    .ovrs-bottom{
        width: 85%;
        margin-left: 5%;
    }
    .carousel-info {
        max-width: 90%;
        padding: 50px;
        margin: 0 auto;
        text-align: center;
    }
    .carousel-item {
        padding: 60px 0 80px 0;
    }
    .carousel-info a{
        margin: 0 auto;
        display: block;
        line-height: 60px;
    }
    .carousel-info p{
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 25px;
    }
}

@media (max-width: 950px){
    .hcol-left img {
        width: 20px;
        border-radius: 100%;
        border: 0;
        padding: 0%;
        margin-top: 10px;
    }
    .hcol-right{
        padding-left: 5px;
    }
    .header-right .hcol {
        padding: 15px 5px 10px 5px;
        border: 0;
    }
    .header-right .hcol:nth-child(4){
        padding: 16px 0 11px 4px;
    }
    .header-outer {
        padding: 5px 0 5px 0;
    }
    .membersec-top{
        width: 95%;
    }
    .membersec-top ul li{
        line-height: 1.35;
    }
    .membersec-bottom p{
        width: 100%;
    }
}

@media (max-width: 900px){
    .slick-slider {
        height: 265px;
    }
}

@media (max-width: 850px){
    .header-outer{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }
    .header-left {
        float: none;
        display: block;
        text-align: center;
        order: 2;
        width: 100%;
    }
    .header-right {
        float: none;
        display: flex;
        justify-content: space-evenly;
        order: 1;
        width: 100%;
    }
    .header-right .hcol{
        text-align: left;
        padding-top: 5px;
    }
    .hcol-right p:nth-child(1){
        display: none;
    }
    .hcol-left img{
        margin-top: 0;
    }
    .header-btn{
        display: none;
    }
    header.container{
        padding: 0;
    }
    .slick-slider {
        height: 250px;
    }
}

@media (max-width: 800px){
    .slick-slider {
        height: 330px;
    }
    .slick-current + .slick-active  {
        transform: scale(1);
        padding: 0 20px;
    }
    .footer-top .row{
        justify-content: center;
    }
    .footer-top .col{
        width: 40% !important;
        margin-bottom: 20px !important;
    }
    .footer-top .col:nth-child(1){
        order: 1;
    }
    .footer-top .col:nth-child(2){
        order: 3;
    }
    .footer-top .col:nth-child(3){
        order: 2;
    }
    .footer-top .col:nth-child(4){
        order: 4;
    }
}

@media (max-width: 767px){
    .barnstypes-col {
        margin-bottom: 25px;
        padding: 0 10px !important;
    }
    .barnstypes-row{
        display: flex;
        justify-content: center;
    }
    .os-img-holder img{
        height: 100%;
    }
    .divspacer{
        display: none;
    }
    .overview-head{
        font-size: 30px;
    }
    .overview-link{
        font-size: 14px;
        padding: 15px 20px;
    }
    .overview-section .col:nth-child(3) p {
        order: 1;
        width: 100%;
        font-size: 18px;
        text-align: right;
        padding-right: 15px;
    }
    .carousel-item {
        padding: 60px 0 60px 0;
    }

}

@media (max-width: 750px){
    .slick-slider {
        height: 300px;
    }
}

@media (max-width: 700px){
    .slick-slider {
        height: 275px;
    }
}

@media (max-width: 650px){
    .slick-slider {
        height: 250px;
    }
}

@media (max-width: 600px){
    .slick-slider {
        height: auto;
    }
    .slick-prev, .slick-next{
        top: 50% !important;
    }
    .overview-section .col:nth-child(1),
    .overview-section .col:nth-child(2),
    .overview-section .col:nth-child(3){
        width: 100%;
        display: block;
    }
    .overview-section .row{
        display: block;
    }
    .os-img-holder{
        background-color: transparent;
        margin: 0;
    }
    .os-img-holder img{
        margin: 0;
        height: auto;
    }
    .overview-section .col:nth-child(1){
        text-align: center;
        margin-bottom: 20px;
    }
    .ovrs-top, .ovrs-bottom {
        width: 100%;
        margin-left: 0%;
    }
    .overstopside,
    .ovrs-bottom{
        display: none;
    }
    .ovrs-top{
        margin-bottom: -80px;
    }
    .overview-section .col:nth-child(2){
        text-align: center;
        padding-left: 15px;
    }
    .overview-section .col:nth-child(3){
        text-align: center;
    }
    .overview-section .col:nth-child(3) p {
        width: 95%;
        font-size: 18px;
        text-align: center;
        padding-right: 0;
        margin: 0 auto;
        margin-top: 15px;
    }
}

@media (max-width: 576px){
    .header-outer{
        padding: 10px 0;
    }
    .header-right .hcol:nth-child(3){
        display: none;
    }
    .footer-top .row{
        display: block;
    }
    .footer-top .col{
        width: 100% !important;
        margin-bottom: 20px !important;
        text-align: center;
    }
    .footer-top ul li a{
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-contact,
    .footer-links{
        width: 100%;
        text-align: center;
    }
    .dets-outer{
        max-width: 95%;
    }
    .form-side-by-side .col-sm-6{
        width: 100%;
    }
    .form-side-by-side {
        display: block;
    }
    .homeabout-section p{
        width: 95%;
    }
    .carousel-info h1{
        font-size: 40px;
    }
    .carousel-info{
        max-width: 100%;
    }
    .carousel-info a{
        height: 50px;
        line-height: 50px;
    }
    .footer-top{
        padding-bottom: 0;
    }
}

@media (max-width: 400px){
    .header-right{
        display: none;
    }
    .header-outer{
        background-color: var(--mainColorBrown);
    }
}