* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
}
body{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
}
a {
    cursor: pointer;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6{
    font-size: 16px;
}

.main-section h2{
	text-transform: uppercase;
	font-size: 28px;
	line-height: normal;
	color: #2E2B25;
	font-weight: 500;
}
.main-section p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #2E2B25;
}
.main-section p:last-child{
	margin:0px;
}
.main-section li{
	font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: 400;
    color: #2E2B25;
}

.main-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.wrapper {
    margin: 0 auto;
    max-width: 1025px;
    height: 100%;
}
.left-right-space {
    padding-right: 60px;
    padding-left: 60px;
}
.slider-section, .slick-list.draggable, .slick-track{
    height: 100%;
}
.slick-slide>div{
	position: relative;
}
.slick-slide div {
    height: 100%;
}
.image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-block-1 {
    height: 100%;
}
.banner-wrapper {
    position: relative;
    height: 100%;
}
.logo-block {
    position: absolute;
    top: 0;
    height: auto !important;
    padding: 100px 40px;
    width: 100%;
}
.logo-block img {
    width: 100%;
    max-width: 250px;
}

.slider-section > .slick-list {
    padding-right: 30px;
}

.slider-section .slick-arrow:before{
	display:none;
}
.slider-section .slick-arrow{
	z-index: 1;
    width: 45px !important;
    height:auto !important;
    color: #fff !important;
    font-size: 100px;
    -webkit-text-stroke:1px #0000004f;
    text-shadow: 0px 0px 10px #00000025;
}
.slider-section .slick-arrow img{
    width: 100%;
}
.slider-section .slick-prev {
    left: -40px;
}
.slider-section .slick-next {
    right: -30px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}

.custom-right-arrow {
    line-height: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    width: 45px !important;
    height: auto !important;
    color: #fff !important;
    font-size: 100px;
    -webkit-text-stroke: 1px #0000004f;
    text-shadow: 0px 0px 10px #00000025;
    right: -35px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
.slider-section .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
.compnay-profile {
    position: absolute;
    bottom: 0px;
    padding: 30px;
    text-align: center;
    height: auto !important;
    width: 100%;
}
.compnay-profile h2 {
    color: #ddd;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.left-right-block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    background: #C2C6C9;
}
.block-col-left {
    padding: 50px;
    height: auto !important;
    width: 60%;
}
.block-col-right {
    width: 40%;
}
.block-col-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.block-col-left h2 {
    margin-bottom: 20px;
}
.block-col-left ul {
    margin-top: -10px;
}
.side-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-icon img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.grid-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.grid-block-col {
    position: relative;
    width: 100%;
}
.image-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}
.image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.grid-btn-block {
    position: absolute;
    top: 0;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
}
.grid-btn-block .open-btn {
	cursor: pointer;
    width: 100%;
    border: 0px;
    padding: 11px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif !important;
     box-shadow: 0px 0px 10px 0px #ffffff4f;
}
.grid-btn-block .open-bt:hover {
    background: #000;
    color: #fff;
}
.image-wrapper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #C2C6C9;
    padding: 60px 40px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.4s;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}
.image-wrapper-overlay.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.image-wrapper-overlay div{
	height: auto !important;
}
.content {
    width: 100%;
    margin-bottom: 25px;
}
.content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.content p {
    font-size: 15px;
    line-height: 20px;
}
.content p a {
    display: block;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
button.close-btn {
    background: #fff;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 0px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
button.close-btn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.image-slider{
	margin-bottom:0px;
}
.image-slider .slick-slide{
	opacity: 1;
}
.image-slider .slick-arrow {
    z-index: 1;
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #fff !important;
    font-size: 21px !important;
    border-radius: 100px;
}
.image-slider .slick-prev {
    left: 10px !important;
}
.image-slider .slick-next {
    right: 10px !important;
}
.block-col-left-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 20px;
}
.left-row-col_lft {
    width: 50%;
    height: auto !important;
    padding-bottom: 30px;
}
.left-row-col_rgt {
    width: 50%;
}
.left-row-col_rgt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide-block-4 .block-col-left {
    height: 100% !important;
    padding: 0px !important;
}
.slide-block-4 .left-right-block {
    row-gap: 20px;
    column-gap: 20px;
    background: #fff;
}
.slide-block-4 .block-col-left h2 {
    text-transform: capitalize;
    font-size: 22px;
}
.left-row-col_lft p {
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 14px;
}
.image-slider .slick-dots {
    bottom: 25px !important;
    width: auto;
    background: #00000073;
    padding: 14px 20px;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: max-content;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.image-slider .slick-dots li{
	width: auto;
	height: auto;
	margin:0px;
	opacity: 1;
}
.image-slider .slick-dots li button:before{
	display: none;
}
.image-slider .slick-dots li button {
    background: transparent;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    border: 1px solid #fff;
}
.image-slider .slick-dots li.slick-active button{
    background: #fff;
    opacity: 1;
}
.share-block {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 3;
}
.share-btn button {
    width: 50px;
    height: 50px;
    background: transparent;
    cursor: pointer;
    border: 0px;
}
.share-btn button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.single-slide-tab {
    display: none;
}
.single-slide-tab.active {
    display: block;
}


/*********** Media Css *******************/

@media(min-width:1200px){
    .main-section {
        padding: 90px 30px;
    }
    .slide-block-4 .block-col-left .left-row-col_lft {
        padding: 0px 20px;
    }
}

@media(min-width:1441px){
    .wrapper {
        max-width: 1429px;
    }
    .logo-block img {
        max-width: 400px;
    }
    .logo-block {
        padding: 100px 80px;
    }
}

@media(max-width:1440px){
    .slider-section .slick-prev {
        left: -20px;
    }
    .slider-section .slick-next{
    	 right: -20px;
    }
}

@media(max-width:1199px){
    .slider-section .slick-next {
        right: 10px;
    }
    .slider-section .slick-prev {
        left: 10px;
    }
    .single-slide-tabs {
        right: 12px;
     }
    .main-section {
        padding: 0px 0px;
    }
    .logo-block {
        padding: 40px 40px;
    }
    .side-icon{
        display: none;
    }
    .left-right-space {
        padding-right: 0px;
        padding-left: 0px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 17px;
    }
    h6{
        font-size: 15px;
    }
}

@media(max-width:767px){
    .logo-block {
        padding: 30px 30px;
    }
    .logo-block img {
        max-width: 200px;
    }
    .slider-section > .slick-list {
        padding-right: 0;
    }
    .slider-section .slick-arrow, .single-slide-tabs {
        width: auto !important;
        height: auto !important;
        font-size: 65px;
    }
    .single-slide-tabs {
        right: 9px;
     }

    .slider-section .slick-prev {
        left: 8px;
    }
    .slider-section .slick-next {
        right: 8px;
    }
    .compnay-profile h2 {
        font-size: 20px;
    }
    .compnay-profile h2 {
        font-size: 18px !important;
        letter-spacing: 2px;
    }
    .left-right-block {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .block-col-left {
        padding: 50px;
        width: 100%;
        overflow: auto;
    }
    .block-col-left::-webkit-scrollbar,
    .grid-block::-webkit-scrollbar,
    .block-col-left-row::-webkit-scrollbar {
        width: 0px;
    }
    .block-col-right {
        width: 100%;
        max-height: 250px;
    }
    .main-section h2 {
        font-size: 22px;
    }
    .main-section p {
        font-size: 14px;
        line-height: 20x;
        margin-bottom: 5px;
    }
    .main-section li{
        font-size: 14px;
    }
    .block-col-left h2 {
        margin-bottom: 15px;
    }
    .block-col-left ul {
        margin-top: 0px;
    }
    .grid-block {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 15px;
        row-gap: 15px;
        overflow: auto;
    }
    .grid-block-col {
        max-height: 225px;
        position: initial;
    }
    .grid-btn-block .open-btn {
        width: 190px;
        padding: 14px 10px;
    }
    .slide-block-4 .left-right-block {
        padding: 45px 50px;
    }
    .slide-block-4 .block-col-right {
        height: 300px !important;
        max-height: initial !important;
    }
    .block-col-left-row {
        overflow: auto;
        flex-direction: column;
        row-gap: 15px;
        column-gap: 15px;
    }
    .left-row-col_lft {
        width: 100%;
        padding-bottom: 0px;
    }
    .left-row-col_rgt {
        width: 100%;
    }
    .image-slider .slick-arrow{
        width: 25px !important;
        height: 25px !important;
    }
    .slider-section .slick-slide>div>div {
        vertical-align: text-top;
    }
    .slide-block-4 .block-col-left h2 {
        text-transform: capitalize;
        font-size: 18px;
    }
    .share-block {
        bottom: 20px;
        right: 20px;
    }
    .share-btn button {
        width: 34px;
        height: 34px;
    }
    .image-slider .slick-dots {
        bottom: 15px !important;
        padding: 12px 15px;
    }
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
}


@media screen and (max-width: 600px) {
    .main-section {
        height: 93vh;
        position: relative;
    } 
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
    h6{
        font-size: 14px;
    }
} 

@supports (-webkit-touch-callout: none) {
    @media(max-width:600px){
        body{
            overflow: hidden;
             height: 89vh !important;
        }
        .main-section{
            height: 100%;
        }
    }
}








