
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;
    display: inline-flex;
    align-items: center;
}
.fixedHeader .logo a{
    color: #000;
    position: relative;
}
.logo a img{
    height: 38px;
    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: #FFF;
    position: absolute;
    left: auto;
    right: 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: #000;
}
.mainMenu ul li.active a:after, .mainMenu ul li:hover a:after{
    width: 100%;
    opacity: 1;
    visibility: visible;
    left: 0;
    right: auto;
}
.headerBTN{
    width: 20%;
    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);
}


.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: 58px;
    line-height: 80px;
    font-weight: 800;
    letter-spacing: -2px;
    color: #FFF;
    margin: 0;
}
footer h2 span,
.fixedBanner h2 span{
    background: linear-gradient(134.69deg, #CFE4D9 8.87%, #FFFFFF 95.21%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.countingSection{
    position: relative;
    background: transparent;
    padding: 0 0;
}
.countArea{
    background: #fff;
    padding: 54px 0;
    position: relative;
    z-index: 10;
    margin-top: -135px;
    box-shadow: 0px 15px 67px #CFE4D9;
    
}
.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: #E5EFF3;
    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: .3;
}
.demoThumb a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    width: 162px;
    text-align: center;
    padding: 0 14px;
    height: 46px;
    line-height: 46px;
    background: var(--tw-primary-color);
    border: unset;
    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;
    z-index: 6;
}
.demoThumb a i{
    font-size: inherit;
}
.demoThumb a:before{
    background: #FFF;
}
.demoThumb a:after{
    background: #FFF;
}
.demoItem:hover .demoThumb a{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.demoThumb a:hover{
    color: var(--tw-primary-color);
}

.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: #E5EFF3;
    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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.infoBox:hover{
    box-shadow: 0px 15px 35px #CFE4D9;
}
.infoBox img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.innerPageSection{
    background: url(../images/1.png) no-repeat center center rgba(236, 245, 240, 1);
    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;
    box-shadow: 0 2px 8px 0 rgba(99,99,99, 0.2);
}
.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: 16px;
    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;
}
svg.clippy {
    position: absolute;
    top: -999px;
    left: -999px;
    width: 0;
    height: 0;
}
footer{
    position: relative;
    z-index: 1;
    padding: 120px 0;
    background: #000000;
    clip-path: url(#clip-ftbefore);
}
footer::after{
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    background: #000000;
}

.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;
    letter-spacing: -3px;
    color: #FFF;
    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%;
}