
header{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    padding: 22px 65px;
}
.headerContainer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo{
    position: relative;
    line-height: .8;
    width: 20%;
}
.logo a{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #FFF;
    line-height: 70px;
}
.fixedHeader .logo a{
    color: #000;
    position: relative;
}
.logo a img{
    height: 46px;
    width: auto;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.logo a img.sticky{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.fixedHeader .logo a img{
    opacity: 0;
}
.fixedHeader .logo a img.sticky{
    opacity: 1;
}
.mainMenu{
    display: flex;
    justify-content: center;
    width: 60%;
}
.mainMenu ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.mainMenu ul li{
    list-style: none;
    margin: 0 30px;
}
.mainMenu ul li a{
    color: #FFF;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .8;
    position: relative;
    display: block;
    padding: 6px 0 6px;
}
.fixedHeader .mainMenu ul li a{
    color: #000;
}
.mainMenu ul li a:after{
    content: '';
    width: 0%;
    height: 1.5px;
    background: var(--tw-primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: visible;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.fixedHeader .mainMenu ul li a:after{
    background: var(--tw-primary-color);
}
.mainMenu ul li a:hover,
.mainMenu ul li.active a{
    color: var(--tw-primary-color);
}
.mainMenu ul li.active a:after, .mainMenu ul li:hover a:after{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.headerBTN{
    width: 20%;
    min-width: 200px;
    display: flex;
    justify-content: flex-end;
}
.mobileBtns{
    display: none;
}

.fixedHeader {
    position: fixed;
    width: 100%;
    height: auto;
    background: #FFF;
    z-index: 999;
    box-shadow: 0 40px 44px 0 rgba(0, 0, 0, .06), 0 40px 44px 0 rgba(0, 0, 0, .06);
    padding: 15px 65px;
}

.fixedBanner{
    position: relative;
    z-index: 1;
    border-radius: 0 0;
    background: url(../images/1.jpg) no-repeat center center / cover #000;
    height: 90vh;
}
.fixedBanner:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background: url(../images/shape7.svg) no-repeat center bottom transparent;
    background-size: cover;
    left: 0;
    bottom: 0px;
    z-index: 9;
    opacity: 1;
}
.vmiddle{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}
.fixedBanner .container{
    position: relative;
    z-index: 2;
}
.fixedBanner:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 0;
    background: rgba(0, 0, 0, .65);
}
.fixedBanner h2{
    font-size: 60px;
    line-height: 83px;
    font-weight: 800;
    color: #FFF;
    margin: 0;
}
.fixedBanner h2 span{
    color: var(--tw-primary-color);
}
.fixedHeader .landBtn::before{
    background: var(--dark-color-2);
}
.fixedHeader .landBtn:hover{
    color: #FFF;
    background: var(--dark-color-2);
}
.fixedHeader .landBtn:hover i{
    background: var(--tw-primary-color);
    color: #FFF;
}

.countingSection{
    position: relative;
    background: transparent;
    padding: 0 0;
}
.countArea{
    padding: 54px 0;
    background: rgba(255,255,255,1);
    position: relative;
    z-index: 10;
    margin-top: -135px;
    background-image: url('../images/counter-area.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 30px 44px 0 rgba(0, 0, 0, .06), 0 30px 44px 0 rgba(0, 0, 0, .06);
}
.countArea::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(242, 247, 249, .9);
    z-index: -1;
    top: 0;
    left: 0;
}
.singleCount{
    text-align: center;
    padding: 10px 0 10px;
}
.singleCount.hasBorder{
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.singleCount h2{
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin: 5px 0 16px;
    color: var(--tw-primary-color);
}
.singleCount p{
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin: 0;
}


.demoSection{
    padding-bottom: 80px;
}
.demoItem{
    position: relative;
    margin: 0 0 40px;
}
.demoThumb{
    position: relative;
    padding: 20px 20px 0;
    background: var(--tw-primary-color);
    border-radius: 0 0 0 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.demoThumb img{
    max-width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.demoItem:hover .demoThumb{
    box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .15);
}
.demoItem:hover .demoThumb img{
    opacity: .4;
}
.demoThumb a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 13px;
    min-width: inherit;
    width: 130px;
    text-align: center;
    padding: 0;
    height: 45px;
    line-height: 47px;
    background: var(--dark-color-2);
    color: #FFF;
    opacity: 0;
    visibility: hidden;

    transform: translateY(40px);
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}
.demoThumb a i{
    margin-left: 10px;
    color: var(--dark-color-2);
    width: 22px;
    height: 22px;
    font-size: 13px;
    line-height: 23px;
    background: #FFF;
}
.demoThumb a:before{
    background: #FFF;
}
.demoThumb a:hover i{
    background: var(--dark-color-2);
    color: var(--tw-primary-color);
}
.demoThumb a:hover{
    color: var(--tw-primary-color);
}
.demoItem:hover .demoThumb a{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.demoDetails h2{
    font-size: 18px;
    margin: 0;
    font-weight: 800;
    line-height: .8;
    letter-spacing: -.45px;
}
.demoDetails{
    margin: 24px 0 0;
}
.demoThumb label {
    box-shadow: 0 6px 18px rgb(0 0 0 / 15%);
    line-height: 38px;
    height: 35px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: red;
    position: absolute;
    width: 180px;
    padding: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    left: -60px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

.featuresSection{
    background: #f2f7f9;
    margin-top: 64px;
    padding-bottom: 90px;
}
.featuresSection:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 65px;
    background: url(../images/shape2.svg) no-repeat center top;
    background-size: cover;
    left: 0;
    top: -64px;
    z-index: -1;
}
.featuresSection:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 33px;
    background: url(../images/shape3.svg) no-repeat center bottom;
    background-size: cover;
    left: 0;
    bottom: -32px;
    z-index: 2;
}
.infoBox{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 35px 24px;
    background: #FFF;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 3px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 30px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.infoBox:hover{
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, .15);
}
.infoBox img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.innerPageSection{
    background: url(../images/1.png) no-repeat center center rgba(69, 117, 0, .12);
    z-index: 1;
    padding-bottom: 0;
}
.innerPageSection:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 33px;
    background: url(../images/shape4.svg) no-repeat center bottom;
    background-size: cover;
    left: 0;
    bottom: -32px;
    z-index: 5;
    opacity: .1;
}
.imgDiv{
    position: relative;
}
.imgDiv img{
    max-width: 100%;
    height: auto;
}

.featuredSection{
    padding-bottom: 60px;
}
.noMarginRow{
    margin-left: 0;
    margin-right: 0;
}
.fsItems {
    position: relative;
    margin: 30px 0;
}
.active.center .fsItems{
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}
.fsItems img{
    width: 100%;
    height: auto;
}
.featuredSectionSlider.owl-carousel .owl-nav{
    display: flex;
    justify-content: center;
    line-height: 40px;
    width: 100%;
    padding: 30px 0 0;
}
.featuredSectionSlider.owl-carousel .owl-nav .owl-next, .featuredSectionSlider.owl-carousel .owl-nav .owl-prev{
    width: 45px;
    height: 45px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    border-radius: 50%;
    font-size: 22px;
    margin: 0 5px;
    line-height: 45px;
}
.featuredSectionSlider.owl-carousel .owl-nav .owl-next:hover, .featuredSectionSlider.owl-carousel .owl-nav .owl-prev:hover{
    border-color: var(--tw-primary-color);
    color: var(--tw-primary-color);
}


.feature4{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    background: #FFF;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 3px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 30px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.feature4:hover{
    box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, .15);
}
.feature4 h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}
.feature4 i{
    color: var(--tw-primary-color);
    font-size: 40px;
    line-height: 40px;
    margin-right: 25px;
}
.innerPageSection{
    padding-bottom: 80px;
}
.comonSection.styledSection{
    background: url(../images/3.jpg) no-repeat center center;
    z-index: 1;
    padding-bottom: 0;
    background-attachment: fixed;
    padding-bottom: 120px;
}
.styledSection .sectionTitle {
    color:  #FFF;
}
.featuredSectionSlider.owl-carousel .owl-nav .owl-next, .featuredSectionSlider.owl-carousel .owl-nav .owl-prev{
    border-color: #FFF;
    color: #FFF;
}
.comonSection.styledSection::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.4);
    height: 100%;
    z-index: -1;
}

footer{
    position: relative;
    z-index: 1;
    padding: 120px 0;
    background: #f2f7f9;
}
footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 65px;
    background: url(../images/shape9.svg) no-repeat center top;
    background-size: cover;
    left: 0;
    top: -64px;
    z-index: -1;
}
.vmiddle{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}
footer .container{
    position: relative;
    z-index: 2;
}
footer h2 {
    font-size: 60px;
    line-height: 83px;
    font-weight: 800;
    color: var(--heading-color);
    margin: 0 0 38px;
}
#backtotop {
    position: fixed;
    right: 25px;
    bottom: -25px;
    width: 40px;
    height: 40px;
    background: var(--tw-primary-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border-radius: 50%;
}