@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;400&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@300&family=Oswald:wght@200;300;400;500;600&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100&family=Roboto+Flex:opsz,wght@8..144,300&family=Roboto+Slab:wght@100;400;500&family=Yantramanav:wght@100;300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;400&family=Nunito:wght@300&family=Roboto+Flex:opsz,wght@8..144,300&family=Yantramanav:wght@100;300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;400&family=Nunito:wght@300&family=Roboto+Flex:opsz,wght@8..144,300&family=Roboto+Slab&family=Yantramanav:wght@100;300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;400&family=Nunito:wght@300&family=Oswald:wght@200;300;400;500;600&family=Roboto+Flex:opsz,wght@8..144,300&family=Roboto+Slab:wght@100;400;500&family=Yantramanav:wght@100;300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Jost:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'texgyreadventor';
    src: url('../fonts/texgyreadventor-regular.otf') format('opentype'),
        url('../fonts/texgyreadventor-bold.otf') format('opentype'),
        url('../fonts/texgyreadventor-bolditalic.otf') format('opentype'),
        url('../fonts/texgyreadventor-italic.otf') format('opentype');

    /* Add more source URLs if your font supports multiple formats */
}

::selection {
    text-shadow: none;
    color: #000;
    background: #FFF9CD;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    /* overflow-x: hidden; */
    font-family: 'texgyreadventor', sans-serif;
}
.loader {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 46%;
    left: 46%;
}

.contentloaded{
    display: block;
    z-index: 99999;
}
.contentloaded.loading{
    display: none;
}
.loader-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #073842;
}

.body.loading{
    overflow: hidden;
}

.loader:before,
.loader:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    inset: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}

.loader:after {
    box-shadow: 0 2px 0 #FFF9CD inset;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

body {

    background-size: cover;
    min-height: 600px;
    font-family: 'Jost';

    /* width: 100vw; */
    overflow-x: hidden;
    color: #686868;
    text-justify: distribute;
    margin: 0;
    padding: 0;

}


.header {
    display: flex;
    height: 101px;
    position: absolute;
    backdrop-filter: blur(50px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 10;
    width: 100vw;

}


.responsiveHam{
    display: none;
}
.navigationPanel {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    height: 100px !important;

}



.responsiveHam {
    position: absolute;
    display: none;
    right: 14%;
    top: 25%;
}

.nav-icon1,
.nav-icon2 {
    width: 30px;
    height: 10px;
    position: relative;
    margin: 19px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon1 span,
.nav-icon2 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.clr .nav-icon1 span, .clr
.nav-icon2 span{
    background: #000;
}
.nav-icon1 span:nth-child(1),
.nav-icon2 span:nth-child(1) {
    left: 0;
    width: 50%;
    top: 0px;
}

.nav-icon1 span:nth-child(2),
.nav-icon2 span:nth-child(2) {
    left: 0;
    top: 8px;
}

.nav-icon1 span:nth-child(3),
.nav-icon2 span:nth-child(3) {
    right: 0;
    width: 50%;
    top: 16px;
}

.nav-icon1.open span:nth-child(1),
.nav-icon2.open span:nth-child(1) {
    top: 0.5vh;
    width: 100%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-icon1.open span:nth-child(2),
.nav-icon2.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.nav-icon1.open span:nth-child(3),
.nav-icon2.open span:nth-child(3) {
    width: 100%;
    top: 0.5vh;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#navMain {

    list-style: none;
    margin: 0;
    /* padding-top: 1rem; */
    float: left;
    z-index: 9;
    position: absolute;
    /* width: 100vw; */
    text-align: center;
    display: flex;
    align-items: center;
    /* padding-left: 20px; */
    padding-top: 25px;
    right: 10%;

    /* justify-content: center; */
}

.sub {

    height: 50px !important;
    line-height: 50px !important;
    font-size: 10px !important;
    text-align: left;
    padding-left: 10px;
    border-top: 0.1px solid #fdd41a;
    display: flex;
    align-items: center;
    width: 240px !important;
    /* padding-bottom: 60px; */
}

.sub2 {
    height: 50px !important;
    font-size: 10px !important;
    width: 280px !important;
    padding-left: 20px;
    border-top: 0.1px solid #fdd41a;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    line-height: 50px !important;

}

.bordersub {
    border-top: 3px solid #fdd41a;
}

#navMain li {
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-direction: row;
    display: flex;
    position: relative;
    float: left;
    background: transparent;
    text-align: left;
    display: inline-block;
    align-items: center;
    text-decoration: none;
    color: #21201c;
    color: #000;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    font-size: 0.8rem;
    /* border: 0.5px solid #e1e1e1; */
    padding: 0 20px;
    font-weight: 500;
    /* transition: all ease-in-out 1s; */
}




#navMain li li ul {
    /* display: none; */
    float: left;
    align-items: center;
    /* transition: display ease-in-out 1s; */
    opacity: 1;
    transition: opacity 1s;
    z-index: 999;
}





/*--- Sublist Styles ---*/
#navMain ul {
    position: absolute;
    /* padding: 0px; */
    left: 0;

    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    /* transition: display ease-in-out 1s; */

}

#navMain ul li {
    background-color: transparent;
    width: 200px;

}

#navMain ul li:hover {
    background-color: rgba(255, 255, 255, 0.5);

    .hoverS:before {
        height: 120px;

    }
}

/*--- Hide Sub Sublists ---*/
#navMain li:hover ul ul {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    /* color: #332405; */
    /* transition: all ease-in-out; */

}

/*--- Sublevel UL's display and position on hover ---*/
#navMain li:hover ul {

    flex-direction: column;
    width: 230px;
    font-size: 10px;
    padding: 0;
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;

    .hoverS:before {
        height: 120px;

    }

}

/* 
.submenu {
    display: flex;
    transition: all ease-in-out 1s;
} */



#navMain li:hover .submenu {
    color: #000;

    .hoverS:before {
        height: 120px;

    }
}

#navMain a {
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: inherit;
    transition: color 0.4s, background-color 0.4s, opacity 0.4s;

}

.pageselected a {
    color: #21201c !important;
}

.pageselected .selected .hoverS {
    color: #fff !important;
}

.pageselected .selected .hoverS:hover {
    color: #fff !important;
}

.pageselected .pullDown a::before {
    background: #949494 !important;
}

#navMain a:hover {
    color: #000;

}

#navMain li li a:hover {
    border-bottom: none;
    /* background-color: #000; */
    color: #000;
}

#navMain li li:hover ul {
    /* font-size: 10px !important; */
    padding-left: 239px;
    padding-top: -52px;
    display: flex;
    /* height: 20px; */
    flex-direction: column;
    /* padding: 0; */
    padding-bottom: 10px;
    /* background-color: #000; */
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;

}



#l2 {
    /* height: 120px; */
    width: 200px;
    align-items: center;
    /* padding-top: 10px; */
    /* background-color: #000000; */
}



.logoImage a {
    border-bottom: none !important;
}

.blck {
    padding-left: 60px !important;
}

.logoImage {
    width: auto;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    ;


}

.logoImage img {
    width: 300px;
}

.customlink {
    text-decoration: none;
    color: #ffffff;
    padding-left: 5px;
}

.navbar-main {
    text-align: right;
    /* display: flex; */
    /* flex-direction: column; */
    /* width: 100%; */


}

.navbar-main li:hover {
    color: #fdd41a;
}


.navbar-main a {
    color: #000;
}

#menu {
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

li img {
    width: 150px;
    padding-top: 1rem;
}

#nav {
    height: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;


}

#nav li {
    display: inline-block;
    position: relative;
    float: left;

    align-items: center;
}

#nav li a {
    display: inline-block;
    width: 150px;
    line-height: 90px;
    padding: 0;
    text-decoration: none;
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 400;
}

#nav li li {
    float: left;
}

#nav li li a {
    display: block;
    font-size: 12px;

    opacity: 1;
    transition: opacity 1s;
}

#nav li:hover {
    color: #fdd41a;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid #21201c;
}

/*--- Sublist Styles ---*/
#nav ul {
    position: absolute;
    padding: 0px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
}

/*--- Hide Sub Sublists ---*/
#nav li:hover ul ul {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    color: #fdd41a;
}

/*--- Sublevel UL's display and position on hover ---*/
#nav li:hover ul {
    visibility: visible;
    opacity: 1;

    transition: opacity 1s;
}

/* had to make the position NOT based on hover, but permanent 
for the transition to work , thus moved it from POS_001 */
#nav li li ul {
    margin-left: 150px;
    margin-top: -65px;

}

#nav li li:hover ul {
    /* POS_001 */


    visibility: visible;
    opacity: 1;
    color: #fdd41a;
    transition: opacity 1s;
}

.navbar-mini {
    position: fixed;
    top: -100px;
    width: 100%;
    backdrop-filter: blur(50px);
    color: black;
    padding: 10px 20px;
    transition: top 0.3s;
    z-index: 101;
    justify-content: center;
    text-align: center;
    display: flex;
}

.navbar-mini.show {
    top: 0;
}



.navbar-mini.show {
    top: 0;
}


.navbar-mini ul {
    list-style-type: none;
    padding: 0;
}


.navbar-mini li {
    display: inline;
    margin-right: 1vw;
}


.navbar-mini a {
    color: #000;
    text-decoration: none;
}

.navbar-main a:hover,
.navbar-mini a:hover {
    border-bottom: 2px solid white;
    color: #fdd41a;
}

.menuMain-mini,
.menuMain {
    display: flex;
    /* width: 100vw; */

    justify-content: center;
    transition: transform 0.3s ease-in-out;

}


.l2 {
    width: 300px;
    object-fit: cover;
    height: 70px;
}

.menuContact {
    /* position: relative; */
    display: inline-block;
    backdrop-filter: blur(50px);
    padding-top: 5px;
    padding-left: 25px;
    /* right: 0; */
}



.menuMain li {
    float: left;
    color: #000;
    height: 70px;
    line-height: 70px;
    backdrop-filter: blur(5px);
    cursor: pointer;
    font-size: 17px;
    border: 0.5px solid #e1e1e1;

    font-weight: 700;
}

.menuMain-mini li {
    float: left;
    color: #000;
    height: 50px;
    line-height: 50px;
    backdrop-filter: blur(5px);
    cursor: pointer;
    font-size: 15px;
    font-family: Roboto;

    font-weight: 600;

}




.menuContact>li {
    float: left;

    width: fit-content;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 12px;
    padding: 0 10px;
}


.sub-menu {
    position: relative;
    height: 0px;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
    width: 200px;
    /* margin-top: -2px; */
    z-index: 1000;

}



.sub-menu-mini {
    position: relative;
    height: 0px;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
    width: 200px;
    margin-top: -2px;
    z-index: 1000;

}

.sub-menu li {

    position: relative;
    font-size: 14px;
    backdrop-filter: blur(5px);
    width: 200px;
    text-align: center;
    z-index: 1000;
    color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}



.sub-menu-mini li {

    position: relative;
    font-size: 14px;
    backdrop-filter: blur(5px);
    width: 200px;
    text-align: center;
    z-index: 1000;
    color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.sub-menu li:last-child {
    border-bottom: 0;
}

.sub-menu li:hover {
    color: #fdd41a;
    background-color: #686868;
}



#navMain>li:hover .sub-menu {
    height: 500px;
}




.menuMain-mini>li:hover .sub-menu-mini {
    height: 500px;

}

.dropdown:hover {
    color: #000000;
    background-color: #fdd41a;
}

.largebutton {
    display: flex;
    padding: 0 32px;
    width: 27vw !important;

}

.largebutton-mini {
    display: flex;
    padding: 0 40px;
    flex-direction: row;
    width: 400px;

}

.largebutton-mini img {
    width: 40px;
}

.largebutton-mini p {
    font-family: Roboto;

    font-size: small;
}


.smallbutton {
    width: 5vw !important;
}

.normalButton {
    /* width: 150px !important; */
    /* text-align: center; */
    padding-left: 30px;
}

.normalButton-mini {
    width: 100px;
}




/* slideshow css*/
.mySlides {
    display: none;
    /* width: 100vw; */
    box-sizing: border-box;
    height: 100vh;
    transition: all 1s ease-in-out;
    animation: fadeIn 1s;
    overflow: hidden;
}

.mySlidesP {
    display: none;
    /* width: 100vw; */
    box-sizing: border-box;
    height: 400px;
    transition: all 1s ease-in-out;
    animation: fadeIn 1s;
    overflow: hidden;
}

.mySlides,
.mySlidesP {
    display: none;
    transition: display 1s ease-in;
    /* Adjust the duration and timing function as needed */
}

@keyframes fadeIn {
    0% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

img {
    vertical-align: middle;
}

.mySlides img {
    width: 100vw;
    height: 100vh;
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.mySlidesP img {
    width: 400px;
    height: 400px;
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.slideshow-container {

    position: relative;
    height: 100vh;
    /* width: 100vw; */
}

.slideshow-containerP {

    position: relative;
    height: 400px;
    width: 400px;
    /* width: 100vw; */
}

.text {
    display: flex;

    flex-direction: column;
    font-weight: 700;
    color: #fff;
    /* text-transform: uppercase; */
    line-height: 1;
    margin: 8rem 3rem;
    /* padding-bottom: clamp(20px, 5vw, 50px); */
    letter-spacing: 1px;
    opacity: 1;

    transform: translateX(200px);
    animation: slideLeft 8s forwards;
    width: 614px;
    padding-left: 4rem;
    overflow: hidden;
    position: relative;
  
}

@keyframes slideLeft {

    0% {
        opacity: 0;
        /* Fade in by changing opacity */
        transform: translateX(200px);
        /* Slide in from left to right */
    }

    50% {
        opacity: 1;
        /* Fade in by changing opacity */
        transform: translateX(0);
        /* Slide in from left to right */
    }

    100% {
        opacity: 0.7;
        /* Fade in by changing opacity */
        transform: translateX(-100px);
        /* Slide in from left to right */
    }

    100% {
        opacity: 0;
        /* Fade in by changing opacity */
        transform: translateX(-200px);
        /* Slide in from left to right */
    }
}


/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 16px 25px;
    color: black;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    user-select: none;
    background-color: white;
    z-index: 10;
}

.prevP,
.nextP {
    cursor: pointer;
    position: relative;
    bottom: -20px;
    left: 0;
    width: auto;
    padding: 16px 25px;
    color: black;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    user-select: none;
    background-color: transparent;
    z-index: 10;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    background-color: #fdd41a;
    color: white;

}

.nextP {
    right: 0;


}

/* On hover, add a black background color with a little bit see-through */
.prev:hover+.next {
    background-color: white;
    color: #000;
}

.prev:hover {
    background-color: #fdd41a;
    color: white;
}

.prevP:hover {

    color: #203556;

}

.nextP:hover {

    color: #203556;
}




/* The dots/bullets/indicators */
.number {
    cursor: pointer;
    position: relative;
    bottom: 30px;

    padding: 20px 0px;
    opacity: .5;
    color: #fff;
    display: flex;
    letter-spacing: 2px;
    transition: all .3s ease;

}

.centerNavDOt {
    position: absolute;
    top: 45%;
    left: 90%;
}

.number.active:before {
    opacity: 1;
    width: 50px;
}

.number.active {
    opacity: 1;
}

.number::before {
    right: 30px;
    background: #fff;
    height: 1px;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
    border-radius: 3px;
    opacity: 0;
    position: absolute;
    content: '';
}


.mask1 {
    width: 75%;
    height: 100%;
    /* background-image: url("../static/assets/img/bg1.jpg"); */
    mask-size: contain;
    mask-position: left;
    mask-repeat: no-repeat;
    z-index: 0;
    -webkit-mask-box-image: url(https://themes.pixelwars.org/renovatio/demo-01/wp-content/plugins/bdthemes-prime-slider-lite/assets/images/side-round-mask.svg);
    mask: url(https://www.svgrepo.com/show/478998/facebook-like-2.svg);
    position: absolute;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* min-width: calc(100% - 350px); */
}


.mask2 {

    width: 100%;
    height: 100%;
    background-image: url("../static/assets/img/bg1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    filter: blur(8px) brightness(90%);
    z-index: -1;
    /* min-width: calc(100% + 50px); */



}

.maske {
    /* width: 100%; */
    position: absolute;
    min-width: calc(80% + 400px);
    width: 100vw;
    height: 100%;
    max-width: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-image: url("../static/assets/img/bg1.jpg");
    display: flex;
    background-color: #4f696b;
    align-items: center;
}

h4 {
    font-size: clamp(15px, 3vw, 32px);
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    line-height: 1.7;
    margin: 0;
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: inline-block;
}

.pullDown a:before {
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0px;
    top: -40px;
    content: '';
    background: #FFF;
    opacity: 1;
    transition: all 0.3s;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 56%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 15px), 0 0);
}

.selected a::before {
    position: absolute;
    width: 100%;
    height: 131px;
    left: 0px;
    top: -40px;
    content: '';
    background: #073842 !important;
    opacity: 1;
    transition: all 0.3s;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 56%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 15px), 0 0);
}

.selected a {
    color: #000;
}

.pageselected {
    background-color: #fff !important;
    position: relative;
}

.pageselected .hoverS:hover {
    color: #203556 !important;
}

.hoverS:hover::before {
    height: 130px;
}

.text h3 {
    font-size: clamp(15px, 3vw, 32px);
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.7;
    margin: 0;
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: inline-block;
}

.text h1 {
    font-size: 78px;
    padding-bottom: 16px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    letter-spacing: 1px;
}

.text p {
    color: #fff;
    /* font-size: clamp(14px, 2vw, 18px); */
    font-weight: 300;
}

.socialforHeader ul {
    position: absolute;
    top: 90%;
    padding-left: 7rem;
    display: flex;
    color: #fff;

}

.socialforHeader li {
    position: relative;
    padding-right: 1rem;
    cursor: pointer;
    font-size: 14px;
    line-height: 1px;
    word-spacing: 0px;
}

.socialforHeader li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    transition: all .7s ease;
    opacity: 0;
    transform: translate(0, -50%);
}


.socialforHeader li:hover::before {
    opacity: 1;
    transform: translate(50%, -50%);

}

.qodef-e-character,
.qodef-e-character2 {
    font-size: 116px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.04em;
    opacity: 0;
    color: #073842;;
    display: inline-block;
    transform: translateX(100px);
    /* Start from the right */
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* Apply transitions for opacity and transform */
}

.qodef-e-character.show,
.qodef-e-character2.show {
    opacity: 1;
    transform: translateX(0);
    /* Move to the original position (left) */
}

.introduction {
    height: 100vh;
    width: 100vw;
}

.typewriter-container,
#typewriter-container2 {
    width: 750px;
    margin: 6rem 0 6rem 0rem;
    margin-bottom: 20px;
    border-width: 0px 1px 0px 0px;
    border-color: #02010114;
}

.spacewr{
    margin-left: 6rem;
}

.size {
    width: 1050px !important;
}


.space {
    padding-left: 1rem;
}

#elementorlist {

    display: flex;
    padding: 4rem 0;
    justify-content: center;
    opacity: 0;
    flex-wrap: wrap;
    transform: translateY(100px);
    transition: opacity 2s ease, transform 2s ease;
    color: #203556;
}

#elementorlist.show {
    opacity: 1;
    transform: translateY(0);
}

.list1 {
    margin: 0rem 4rem;
}

.list1 i {
    padding-right: 10px;
}

.animateh2forindex {
    margin-left: 0 !important;
}
#animateh2forindex, #animateh2forindex2{
    margin-left: 0 !important;
}
#animateh2forindex,
#animateh2forindex2,
#animateh2forindex3,
#animateh2forindex4,
#animateh2forindex5 {

    opacity: 0;

    color: #073842;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Jost';
    transform: translateY(100px);
    transition: opacity 2s ease, transform 2s ease;
    margin-left: 6rem;
}

#animateh2forindex.show,
#animateh2forindex2.show,
#animateh2forindex3.show,
#animateh2forindex4.show,
#animateh2forindex5.show {
    opacity: 1;
    transform: translateY(0);
}

#animateh2forindex2,
#animateh2forindex3,
#animateh2forindex4,
#animateh2forindex5 {
    margin-bottom: 1rem;
}

svg {
    width: 12px;
    height: 12px;
}

.buttonservicemore {
    position: absolute;
    top: 57%;
    right: 15%;
    font-size: 20px;
    color: #203556;

}

.buttonservicemore span {

    transition: border-bottom-width 0.3s ease;

}

.buttonservicemore:hover {

    svg {
        transform: translateX(5px);
    }
}

.foranimation::after {
    content: '';
    position: absolute;

    bottom: 0;
    left: 0;
    width: 90%;
    height: 1px;
    opacity: 1;
    transform: translateX(0);
    background-color: #203556;
    transition: all .4s ease;
}


.foranimation:hover::after {
    opacity: 0;
    transform: translateX(-10px);

}



.services-container {
    position: relative;
    
}
.containernew{
    width: auto;
}
.centerform{
    display: flex;
    justify-content: center;
    align-items: center;
}
a {
    text-decoration: none;
    color: inherit;
}

.testimonialsCounter {
    position: relative;
    display: flex;
    padding: 3rem 0;
    flex-wrap: wrap;
    width: 100vw;
    align-items: center;
    justify-content: center;
}

.counter {
    padding: 1rem 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



.cntr {
    font-family: Roboto;
    font-size: 4rem;
    font-weight: 600;
    padding: 0 0.4rem;
    /* padding-left: 1rem; */
    padding-bottom: 1rem;
    color: #073842;
}

.slidingtextwithimage {
    
    margin-top: 60px;

    margin-bottom: 20px;
    padding: 012% 0% 012% 0%;
    position: relative;
    z-index: 2;
}
.divslide{
    position: relative;
    background-image: url('../assets/img/slidingtextimage.jpg');
    background-color: transparent;
    /* background-image: linear-gradient(180deg, #0422319C 33%, #0A415C00 100%);*/
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-attachment: fixed;
    background-size: cover;
}
.slidingoverlay{
    background-color: transparent;
    background-image: linear-gradient(180deg, #0422319C 33%, #0A415C00 100%);
    opacity: 0.72;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.qodef-m-text-item {
    font-family: 'Bebas Neue', sans-serif;
    top: 0;
    left: 0;
    /* font-size: 4rem; */
    padding-right: 8rem;
    -webkit-text-stroke-color: #E7F5FFE8;
    font-size: 150px;
    text-stroke: 1px #E7F5FFE8;
    -webkit-text-stroke: 1px #E7F5FFE8;
    font-weight: 500;
    color: transparent;
    text-transform: uppercase;
    font-size: 122px;
    font-weight: 500;
    position: relative;
}

.centered-div {


    /* background-color: #3498db; */
    transform-origin: center center;
    transform: scale(0);
    transition: transform 1s ease-in-out;
    margin: 10px;
    justify-content: center;
    /* align-items: center; */
    display: flex;
    flex-direction: column;
    width: 260px;
    flex: auto;

}

.scale-up {
    transform: scale(1);
}

.centered-div i {
    text-align: center;
    font-size: 68px;
    color: #203556;
}

.centered-div h3 {
    color: #203556;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2em;
    margin-top: 12px;
    font-family: 'Jost';
    letter-spacing: 1px;
}


.centered-div p {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 12px;
    letter-spacing: 1px;
    box-sizing: border-box;
    color: #4f696b;
}

.animatedivfromcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 6rem;
    flex-wrap: wrap;

}

.imagesliderproject {
    display: flex;
    /* overflow: clip; */
    margin: 4rem 0;

}

.imagesliderproject img {
    height: 300px;
    width: 650px;

}

/* .middle{
    transform: scale(1.2);
    width: 650px;
    z-index: 9;
    padding: 0 8rem;
} */

.leftImg {
    /* transform: translateX(-10%); */
    width: 25% !important;
    object-fit: cover;
}

.sliderP-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.sliderP {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: fit-content;
}


.sliderP img {
    margin-right: 0.5rem !important;
    width: 28vw;
    height: 35vh;
    /* Adjust the image width as needed */
    padding: 2rem;
}

.middle {
    width: 35vw !important;
    height: 45vh !important;
    margin: 0 !important;
}


.ProductsN {
    padding: 1rem 0;
    display: flex;
}

.buttons {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.progressbar {
    height: 2px;
    width: 500px;
    background-color: #949494;
    margin: 1rem 0;
}

.myBar {
    background-color: #203556;
    height: 2px;
}

.moreaboutUsbigdiv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;


}

.aboutimagescarousel_slide {
    opacity: 0;
    transform: translateX(100px);
    transition: all 3s ease;
}

.aboutimagescarousel_slide.show {
    opacity: 1;
    transform: translateX(0);
}

.sliderPImgmore {
    width: 400px;
    height: 400px;
}

.sliderPImgmore img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.paradiv p {
    width: 490px;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Jost';


}

.aboutparagraph {
    margin: 1rem 1.5rem;
    margin-right: 4rem;
}

.aboutnavigationlist {
    margin: 1rem;
}

.aboutnavigationlist li {
    text-decoration: underline;
    font-family: 'Jost';
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    margin: 0 1rem;

}

.namepercentageforbar {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}


.namepercentageforbar p {

    font-size: 12px;
    font-weight: 600;
}

.check {
    height: 100vh;
    width: 100vw;
}

.projectimageSLider {
    width: 100vw;
    height: 60vh;
    position: relative;
    display: none;
    opacity: 0;
    /* Initially set opacity to 0 for a fade-in effect */
    transition: display 0.5s ease-in, opacity 0.5s ease-in !important;
    animation: fadeIn 0.5s ease-in forwards;
}

.projectimageSLider.show {
    opacity: 1;
    display: block;
}

.blurImage {

    width: 100vw;
    height: 70vh;
    backdrop-filter: blur(50px);
    filter: blur(5px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    transition: display 0.5s ease-in, opacity 0.5s ease-in !important;
    display: inherit;
    opacity: inherit;
}

.mainImage {
    width: 80vw;
    height: 55vh;
    position: relative;
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 20vw;
    top: 15vh;
    transition: display 0.5s ease-in, opacity 0.5s ease-in !important;
    display: inherit;
    opacity: inherit;
}

.textButtons,
.textButtonsforproject {
    position: relative;
    font-family: 'Jost';
    left: 15%;
    z-index: 11;
    bottom: 100px;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    width: fit-content;
    letter-spacing: 1px;
}

.bdt-overlay-default {
    background-color: #00000031;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;

    height: 70vh;
}

.textButtonsforproject {
    bottom: 250px;
    transform: translateY(50%);

    animation: slideup 1s forwards;
}


.textButtonsforproject h1 {
    font-weight: 700;
    font-family: 'Jost';
    color: #fff;
   
}

@keyframes slideup {
    from {
        opacity: 0;
        /* Fade in by changing opacity */
        transform: translateY(20%);

        /* Slide in from left to right */
    }

    to {
        opacity: 1;
        /* Fade in by changing opacity */
        transform: translateY(0%);
        /* Slide in from left to right */
    }
}

.textButtons button,
.textButtonsforproject button {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 1rem 4rem;
    border-radius: 60px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 1s ease-in;
    position: relative;
    font-weight: 700;
    font-family: 'Jost';


}

.textButtons button:hover,
.textButtonsforproject button:hover {
    background-color: #073842;
    color: #ffffff;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    position: relative;

    height: 5px;
    width: 5px;
    margin: 20px 2px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    transition: background-color 0.6s ease;
    left: 90%;
    bottom: 350px;

    z-index: 10;
}

.dot::before {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .7s ease;
    opacity: 0;
    /* transform: translate(0, -50%); */
}

.dot.activeN::before {
    opacity: 1;


}

.dot:hover::before {
    opacity: 1;
}

.newprojectslide {
    width: 100vh;
    height: fit-content;
}

.arrowbutton {
    display: flex;
    margin-bottom: 1rem;
}

.arrowbutton button {
    padding: 1rem 1.5rem;
    margin-right: 1rem;

}

i {
    font-size: 1.5rem;
    transition: transform 0.2s ease-in;
}


.arrowbutton button:hover .fa-angle-right {
    transform: rotate(90deg)
}

.arrowbutton button:hover .fa-angle-left {
    transform: rotate(-90deg)
}


.lastestnews {
    width: 100vw;
    height: fit-content;
}

.home-demo .item {
    /* background-color: #000; */
    width: 350px;
    height: 250px;

}

.home-demo .item img{
    /* background-color: #000; */
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.home-demo {
    height: auto;

}

.owl-item.active {
    margin: .1rem !important;
    width: 380px !important;
}

h2 {
    /* font-size: rem; */
    color: #203556;
    /* text-align: center; */
    /* padding: 3rem 3rem; */
    /* margin: 2rem; */
    /* font-style: italic; */
    font-weight: 800;
    font-family: 'Jost';
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.owl-prev:hover,
.owl-next:hover {
    scale: 1.2;
    background: transparent !important;
}

.owl-prev {
    left: 2rem;
}

.owl-next {
    right: 2rem;
}



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 3rem !important;

}

.owl-stage-outer {
    margin: 2rem 7rem;
    overflow: hidden;
}

.carousel-item {
    margin-left: 10px;
}

.carousel-item:first-child {
    margin-left: 0;
}

.carousel-slider .item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 200px !important;
    object-fit: cover;
}

#owl-slider .owl-prev {
    width: 40px;
    height: 40px;
    background: url(../img/carousel-arrow-prev.png) no-repeat center center;
    border: 3px solid #ffffff;
    float: left;
    margin-left: 10px;
    position: relative;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 10;
}

#owl-slider .owl-next {
    width: 40px;
    height: 40px;
    background: url(../img/carousel-arrow-next.png) no-repeat center center;
    border: 3px solid #ffffff;
    float: right;
    margin-right: 13px;
    position: relative;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 10;
}

#owl-slider .owl-prev:hover,
#owl-slider .owl-next:hover {
    opacity: 0.7;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}


.contactusButton {
    background-attachment: fixed;
    background-image: url(../assets/img/contactArk.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;

}

.contactusButton h2 {
    font-size: 72px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Jost';
    color: white;
    z-index: 1;

}

.contactusButton p {
    font-size: 26px;
    margin-bottom: 1rem;
    font-weight: 800;
    font-family: 'Jost';
    color: white;
    z-index: 1;
}


.contactkabutton {
    font-size: 20px;
    padding: 1rem 2rem;
    background: transparent;
    border-radius: 20px;
    font-family: 'Jost';
    border: 1px solid white;
    cursor: pointer;
    z-index: 1;
    color: white;
    transform-origin: center;
    transition: background 0.5s, color 0.5s ease-in;

}

.contactkabutton:hover {
    background-color: #ffffff;
    color: #000;
    font-weight: 700;

    svg {
        scale: 1.2;

        polygon {
            color: #000;
            fill: #000
        }
    }
}

.contactkabutton svg {
    color: #fff;
    margin-left: 20px;
    transition: scale 0.5s ease-in;
    font-weight: 700;
}

.contactkabutton polygon {
    color: #fff;
    transition: color 0.5s ease-in;
}

.overlayforcontact {
    height: inherit;
    width: 100%;
    top: 0;
    position: absolute;
    background-color: #0000006E;
    opacity: 0.88;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s ease-in;

}

.officeLocation {
    width: 100vw;
    height: 50vh;
    background-color: #21201c;
    color: white;
    text-align: left;
    padding: 4rem 10rem;
    font-family: 'Jost';
    overflow: hidden;
}

.officeLocation h4 {
    color: white;
    font-weight: 700;
}

.contactnumber {
    padding: 1rem 0;
}

.footer {
    text-align: center;
    font-size: 12px;
    padding: 22px 0;
    letter-spacing: 5px;
    font-family: 'Jost';
    color: #353535;
    font-weight: 600;
    text-transform: uppercase;
}

.aboutnavigationlist,
.paradiv {
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 2s ease;
}

.aboutnavigationlist.show,
.paradiv.show {
    opacity: 1;
    transform: translateX(0);
}

.counteraboutdivline {
    transform: translateY(100px);
    opacity: 0;
    transition: transform 2s ease;
}

.counteraboutdivline.show {
    opacity: 1;
    transform: translateY(0);
}

.contactusimageMain {
    background-image: url(../assets/img/contactmain.jpg);
    overflow: hidden;

}

.aboutusmainimage {
    background-image: url(../assets/img/aboutmainpage.jpg);

}

.mainimagepage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 70vh;
    overflow: hidden;
}


.contactpage {
    width: 100vw;
    height: 70vh;
}

.contactpage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    padding: 2rem 0rem;
    width: 100vw;
}

.contactp h2 {
    color: #203556;
    font-size: 28px;
    line-height: 1.1em;
    font-weight: 600;
}

.detailscontact,
.contactmainform {

    display: flex;
    justify-content: center;
    align-items: center;

    /* Optional: Add border for better visibility */
    flex-direction: column;
}

.detailscontact {
    width: 50%;
}

.contactmainform {}

.contactp {
    width: 500px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.callus {
    color: #203556;
    font-weight: 600;
    font-size: 20px;
    padding-top: 20px;
    font-family: 'Jost';
}

.numberP {
    font-weight: 900 !important;
    font-size: 25px;
    font-family: 'Jost';
}

.socials {
    margin: 40px 0;
}

.formcontactUs {
    display: flex;
    justify-content: center;

    flex-direction: column;
}

.formcontactUs input,
.formcontactUs textarea {
    width: 400px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    margin: 12px 0;

}

input::placeholder,
textarea::placeholder {
    color: #cacaca;
    /* Change the color to your desired value */
}

input:focus,
textarea:focus {
    outline: 1px solid #203556;
    border-radius: 4px;

}

#formButtonContact {
    font-size: 16px;
    line-height: 40px;
    background-color: #203556;
    border-radius: 24px;
    width: 100px;
    color: #fff;
    font-weight: 700;
    font-family: 'Jost';
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    border: none;
    transition: all 1s ease;

}

#formButtonContact:hover {
    background-color: #fff;
    border: 1px solid #203556;
    color: #203556;
}

.socials i {
    font-size: 1rem;
    padding-right: 1rem;
    color: #061B506E;
    cursor: pointer;
}

.projects {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    padding: 4rem 3rem;

}

.project {
    width: 26%;
    margin: 1rem;
    text-align: left;
}

.project img {
    width: 100%;
}

.mainprojectPage {
    margin-top: 1rem;
    text-align: center
}

.mainprojectPage h2 {
    font-weight: 900;
    font-family: 'TeXGyreAdventor', sans-serif;
    color: #073842;
    font-size: 94px;
}

.projectname {
    font-size: 22px;
    font-weight: 700;
    font-family: 'texgyreadventor', sans-serif;
    color: #073842;
    padding-left: 20px;
    padding-top: 20px;
}

.projectname:hover {
    color: #000;
}

.projectType {
    color: #4f696b;
    opacity: .5;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Jost';
    padding-left: 20px;
}

.aboutusslidershow {
    display: flex;
    /* justify-content: center;
    align-items: center; */
    margin: 6rem;
}

.aboutparadetails {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6rem;
    color: #4f696b;
    font-family: 'Jost';
    line-height: 1.7;
    font-size: 15px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

#timelineabout {}

.timelineabout {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.aboutcontainer {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    justify-content: center;
}

#timelineabout img {
    margin-right: 1vw;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Adjust the image width as needed */
    padding: 10% 0 0;
}

.imageline {
    width: 25vw;
    height: 250px;
}

.abouttimeline {
    display: flex;
    margin: 1rem;
    flex-direction: column;
}

.aboutline {
    padding: 1rem 0;
}

.buttonsabout {
    position: absolute;
    width: 84%;
    height: 100%;
}

.prevAP {
    position: absolute;
    top: 45%;
    left: 0;
    cursor: pointer;
    z-index: 1;
    background: none;
    border: none;
}

.nextAP {
    position: absolute;
    top: 45%;
    right: 1%;
    cursor: pointer;
    z-index: 1;
    background: none;
    border: none;
}

.dotline {
    /* position: absolute; */
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    margin: 2rem 0;
    background-color: #20355675;
}

.dotholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #203556;
    position: absolute;
    position: absolute;
    color: #fff;
    font-size: 1em;
    width: 1em;
    height: 1em;

    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    left: 50%;
}

.aboutS {
    margin: 7rem;
}

.aboutline h2 {
    color: #203556;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    font-family: 'Jost';
}

.aboutline p {
    color: #4f696b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    font-family: 'Jost';
}

.divabout {
    display: flex;
    flex-wrap: wrap;

}

.para p {
    width: 570px;
    padding: 120px 80px 80px 80px;
}

.moreaboutpage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 6rem;
}

.moreaboutpage h1 {
    width: 700px;
    font-size: 32px;
    font-family: 'Jost';
    line-height: 1;
    color: #073842;
    font-weight: 500;
    padding-bottom: 2rem;


}


.imagecontainerdivabout {
    width: 570px;
    height: 570px;
}


.imagecontainerdivabout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.masonry {
    column-count: 3;
    /* Set the initial column count */
    column-gap: 20px;
    /* Adjust the gap between items */
    margin: 6rem;
    margin-top: 8rem;
}

.item {
    break-inside: avoid;
    /* Prevent items from breaking across columns */
    margin-bottom: 20px;
    /* Adjust the margin between items */

    width: 380px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;

}

.item:hover {

    .blogHeadingList {
        color: #111;

    }


}

.item img {
    width: inherit;
}

.blogHeadingList:hover {
    color: #111;

}


.blogHeadingList {
    color: #111;
    font-size: 22px;
    font-weight: 700;
    font-family: 'texgyreadventor', sans-serif;
    text-align: left;
    color: #073842;
    line-height: 1.4;
    padding: 1.8em 0 1.5em 1.5em;


}

.tag {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Jost';
    font-size: 11px;
    line-height: 1.4;
    color: #4f696b;
    border-radius: 16px;
    line-height: 1;
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    letter-spacing: 1px;
    background: none;

}

.date {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
    float: left;
    padding-left: 2.2em;
    margin-bottom: 2rem;
}

.date i {
    font-size: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.redirectButton {
    padding: 6px 0px 4px;
    /* border-bottom: 3px solid rgba(0, 0, 0, 0.07); */
    color: inherit;
    text-transform: uppercase;
    line-height: 1;
    padding: 7px 22px;
    /* margin: 0.6em 0; */
    /* display: inline-block; */
    font-size: 10px;
    letter-spacing: 1px;
    transition: all 0.15s ease-out;
    font-weight: 500;
    /* float: right; */
}

.redirectButton:hover {
    scale: 1.1;
}

.servicepage {
    height: 70vh !important;
    animation: zoomout 6s ease-in;
    scale: 1.5;
    overflow: hidden;
    display: none;
    transition: display 1s ease-in;
}


@keyframes zoomout {

    0% {
        scale: 1.5;
    }

    100% {
        scale: 1;
    }


}

.aservices {
    margin-top: 4rem;
}

.aservices h2 {
    font-size: 2rem !important;
    font-weight: 500;
}


.accordion {

    width: 100%;
    max-width: 560px;
    /* height: 430px;
    max-height: 62vh; */
    background: #FFF;
    margin: 0 1rem;
    padding: 2rem 1.5rem;
    /* border-radius: 0.5rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
    font-family: 'Jost';

}

.accordion h3 {
    font-family: 'Jost';
    font-size: 1.5rem;
    font-weight: 800;

}

.accordion h1 {
    text-transform: uppercase;
}

.accordion .accordion-content {

    font-family: 'Jost';

    margin: 3.5vh 0;
    /* border-radius: 5px; */
    /* border-color: #bbffaa; */
    overflow: hidden;
    /* text-align: justify;
      hyphens: auto; */


}

.accordion-content.is-open {
    padding-bottom: 1px;
}

.accordion-content header {
    display: flex;
    min-height: 7vh;
    padding: 0 15px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    transition: min-height 0.2s ease;
    transform-origin: top;
    font-family: 'Jost';

}

.accordion-content.is-open header {
    min-height: 35px;

}

.accordion-content-title {
    font-family: 'Jost';

    font-size: 1.2rem;
    padding-right: 10px;
    font-weight: 600;

}

.accordion-content-description {
    height: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 0 3vw;
    border-bottom: #000;
    font-family: Roboto;
    font-size: medium;
    letter-spacing: 1px;
    color: #686868;
    padding-top: 10px;
    text-justify: distribute;
    line-height: 1.5rem;
    border-bottom: 1px solid #ebebeb;
    transition: height 1s ease;

}

.forservices {
    display: flex;
}

.forservices li {
    width: 265px;
    color: #073842;
}

.differentsize {
    width: fit-content;
}

.spaceser {
    margin: 0 2rem;
}

.writetypesize {
    width: 50%;
    margin-right: 2rem;
}

.project .tag {
    position: relative;
    top: -25px;
    /* right: -29px; */
    z-index: 1;
    left: 68%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;

}

.project .tag:hover {
    background-color: #073842;
    color: #e1e1e1;
}

.contactusdiv {
    width: fit-content;
}

.zoomIn {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }
  
  .zoomOut {
    transform: scale(0.8);
    opacity: 0.5;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }