* {
    margin: 0px;
    box-sizing: border-box;
}

body {
    color: #626262;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Archivo';

}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    transition: all 0.4s ease-in-out;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    font-family: 'Archivo';

}

a {
    font-size: 16px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    line-height: 24px;
    color: #1e1e1e;
    font-family: 'Archivo';
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: 'Archivo';
}

li {
    font-size: 16px;
    line-height: 24px;
    color: #626262;
    font-family: 'Archivo';
}
label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Archivo';
}
input , textarea , .form-select{
        width: 100%;
    background: #ffffff;
    border-radius: 0;
    padding: 13px 20px;
    color: #2a2a2a;
    transition: 0.3s 
ease-in-out;
    border: none;
    border-bottom: 1px solid #aecfae;
}
input:focus ,textarea:focus {
    border: 1px solid #030b8540;
}
input::placeholder , textarea::placeholder {
    color: #565656;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: normal;
    color: #282828;
    font-family: 'Archivo';
}

p {
    margin: 0px;
}



.pt-50 {
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.pb-100 {
    padding-bottom: 100px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.justify-center {
    justify-content: center;
}

.mt-20 {
    margin-top: 20px;
}

.align-item-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.row {
    --bs-gutter-x: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
:root {
    --spacing: 1.5rem;
}
.row > * {
    padding-right: calc(var(--spacing) * 0.5) !important;
    padding-left: calc(var(--spacing) * 0.5) !important;
}

/* .col-md-4 {
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
} */

/* .col-md-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
} */
.col-md-12 {
    width: 100%;
    /* padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px; */
}

.site-width {
    max-width: 1250px;
    margin: 0px auto;
}

@media screen and (max-width:1518px) and (min-width:1368px) {
    .site-width {
        max-width: 1372px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1708px) and (min-width:1519px) {
    .site-width {
        max-width: 1552px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1920px) and (min-width:1709px) {
    .site-width {
        max-width: 1642px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:2500px) and (min-width:1921px) {
    .site-width {
        max-width: 1842px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .site-width {
        padding: 0px 40px;
        max-width: 1200px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1024px) and (min-width:888px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:888px) and (min-width:769px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:768px) {
    .site-width {
        padding: 0px 20px;
    }
}


/* CSS  */
/* .wrapper {
    position: fixed;
    left: 0px;
    right: 0px;
} */

.wrapper {
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
}

.headerBanner {
    background: #fff;
}

/* Header */
.page_topline {
    background: #1a1a1a;
}
.headerSection {
    position: relative;
    z-index: 3;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: 0.4s ease-in-out;
    width: 100%;
    margin: auto;
    background: #0d2101;
    border-bottom-left-radius: 0;
    padding: 0px 10px;
}
.headerSection::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0px;
    border-right-width: 125px;
    border-top: 125px solid #ffffff;
    top: 0px;
    left: 0px;
}
.headerSection.scroll-up::after {
    display: none;
}
.headerSection.scroll-down::after {
    display: none;
}
.headerSection.scroll-up {
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #ffffffc7;
    backdrop-filter: blur(7px);
}
.headerSection.scroll-down {
    position: fixed;
    z-index: 9;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #ffffffc7;
    backdrop-filter: blur(7px);
}
.mainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoSection {
    width: 200px;
    padding: 20px 0px;
}

.logoSection img {
    width: 100%;
    /* filter: grayscale(2) brightness(11) contrast(1) invert(0); */
}
.headerSection.scroll-up .logoSection img {
    filter: none;
}
.headerSection.scroll-down .logoSection img {
    filter: none;
}

.navSection {
    flex: auto;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.navWrapper ul {
    display: flex;
    align-items: center;
    gap: 36px;
}

.headerBtns ul {
    display: flex;
    align-items: center;
}

.navWrapper ul li>a {
    padding: 23px 0px;
    display: inline-block;
    position: relative;
    transition: 0.3s ease-in-out;
    color: #fff;
    font-size: 17px;
}
.headerSection.scroll-down .navWrapper ul li>a {
    color: #000;
}
.headerSection.scroll-up .navWrapper ul li>a {
    color: #000;
}
.navWrapper ul li a:hover, .navWrapper ul li a.active {
    transform: scale(0.9);
}

.navWrapper ul li a::after {
    content: '\f054';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    left: -15px;
    font-size: 13px;
    color: #ffc245;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

/* .navWrapper ul li a::before {
    content: '\f053';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    right: -14px;
    font-size: 12px;
    color: #ff6402;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
} */

.navWrapper ul li a:hover::after , .navWrapper ul li a.active::after  {
    visibility: visible;
    opacity: 1;
}

.navWrapper ul li a:hover::before , .navWrapper ul li a.active::before {
    visibility: visible;
    opacity: 1;
}

.navWrapper {
    display: flex;
    justify-content: center;
    flex: auto;
}


.navWrapper ul>li.hasSub {
    position: relative;
}

.headerSubNav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;

}

.navWrapper ul>li.hasSub:hover .headerSubNav {
    visibility: visible;
    opacity: 1;
    top: 77%;
    margin-top: 0px;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #7373732e;
}

.navWrapper ul.headerSubMenu {
    display: flex;
    flex-direction: column;
    padding: 4px 8px;
    background: #006c01;
    gap: 0px;
}

.navWrapper .headerSubMenu>li a {
    padding: 8px 12px;
    display: inline-block;
    width: 280px;
    border-bottom: 1px dashed #dddddd57;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
.headerSection.scroll-up .navWrapper .headerSubMenu>li a {
    color: #fff;
}
.headerSection.scroll-down .navWrapper .headerSubMenu>li a {
    color: #fff;
}
.navWrapper .headerSubMenu>li a:hover {
    transform: scale(1.01);
}
.headerSubMenu>li:last-child a {
    border-bottom: none;
}
.headerSubMenu>li:hover a {
    padding-left: 20px;
}

.headerRightMenu {
    display: flex;
}

.headerRightMenu li {
    margin: 0px 0px 0px 10px;
}

.page_social_icons {
    display: flex
;
    justify-content: flex-end;
    gap: 10px;
}
.topheadWrap {
    padding: 5px 0px;
}
a.social-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

a.social-icon span {
	opacity: .7;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

a.social-icon span:first-child {
	font-size: 24px;
	margin-top: 8px;
	font-weight: 700;
}

a.social-icon [class*=rt-icon]+span {
	font-size: 24px;
	margin-top: 8px;
	font-weight: 700;
}


a.social-icon.bg-icon+a.social-icon.bg-icon {
	margin-left: 7px;
}

a.social-icon.color-bg-icon+a.social-icon.color-bg-icon {
	margin-left: 10px;
}

a.social-icon.block-icon {
	width: 100%;
}

a.social-icon {
	color: #818181;
}
a.social-icon.fa-facebook-f {
    color: #0075ea;
}
a.social-icon.fa-x-twitter {
	color: #000;
}
a.social-icon.fa-linkedin-in {
    color: #0077B5;
}
a.social-icon i.fa-instagram {
	background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topHeadContact a {
    color: #fff;
    background-size: 17px;
    background-position: left center;
    padding-left: 26px;
    background-repeat: no-repeat;
    text-align: justify;
    line-height: 29px;
    display: inline-block;
    font-weight: 500;
}
a.topheadclbtn {
    background-image: url(../img/icons/call-icon.svg);
}
a.topheademlbtn {
    background-image: url(../img/icons/email.svg);
}
.heademail a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 26px;
    background: #ffc245;
    border-radius: 40px;
    transition: 0.1s ease-in-out;
    /* color: #fff; */
    color: #1a1a1a;
}

.heademail a:hover {
   transform: scale(1.02);
}
.heademail a:active {
    transform: scale(0.95);
}
.heademail a img {
    width: 20px;
    position: relative;
    top: -1px;
    filter: invert(1);
}
.hamburger  {
    display: none;
}
/* Banner */

.bannerSection {
    background: #0d2101;
    padding-top: 0;
    position: relative;
}
.bannershape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: -1px;
    z-index: 2;
    height: 100px;
 
}
.bannershape img {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    filter: invert(1);
    transform: scaleX(-2);
}
.bannerContent {
    display: flex;
    align-items: center;
    height: auto;
}

.bannerLeftContent {
    width: calc(100% - 42%);
    position: relative;
    z-index: 5;
    padding-left: 6%;
    padding-right: 6%;
}

.bannerSliderContent {
    position: relative;
    display: flex;
    align-items: center;
}
.bannerSliderContent::after {
    content: '';
    position: absolute;
    width: 79vh;
    height: 76vh;
    background: url(../img/texture/ser-img1.png);
    top: 0px;
    left: -6%;
    right: auto;
    bottom: 0;
    margin: auto;
    background-size: 16% auto;
    border-radius: 100%;
    opacity: 0.2;
}
.firstSection {
    position: relative;
}
.firstSection::after {
    content: '';
    background: url(../img/slider/header-bg2.png);
    background-size: contain;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 19%;
    height: 100%;
    background-repeat: no-repeat;
}
.firstSection::before {
    content: '';
    background: url(../img/slider/header-bg3.png);
    background-size: contain;
    right: 0px;
    top: auto;
    position: absolute;
    width: 24%;
    height: 100%;
    background-repeat: no-repeat;
    bottom: 0px;

}
.bannerRightContent {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
}

.bannerRightContent.bannerIllustration {
    position: relative;
    /* height: auto; */
    width: 42%;
    height: 80vh;
    margin: auto;
    padding: 0;
    margin-right: 0px;
}

.bannerRightContent::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0c0c0ce8, transparent);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.bannerRightContent.bannerIllustration::after {
    display: none;
}
.bannermoverone {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 42%;
    bottom: 10%;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
    z-index: 2;
}

.bnrcontentinfo {
    position: absolute;
    bottom: 70px;
    left: 0px;
    width: 53%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: #008001;
    border-left: 3px solid #0c1e01;
}
.bnrcontentinfo h5 , .bnrcontentinfo a {
    color: #fff;
}
.bnrcontentinfo h5 {
    font-weight: 600;
    
}
.bnrcontentinfo a {
    font-size: 13px;
}

@keyframes animation-7 {
    0% {

      transform:rotate(0) ;
    }

    100% {

      transform: rotate(-1000deg);
    }
}

.videocont {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
    /* z-index: 4; */
}

.hero-subheader__video {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.hero-subheader__video video {
    width: 100%;
}

.bannerPngImg {
    height: 100%;
    position: relative;

}
.bannerPngImg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00800173, transparent);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.bannerPngImg::after {
    content: '';
    position: absolute;
}

/* .owl-carousel.bannerCarousel .owl-item .bannerPngImg img {
    width: auto;
    float: right;
} */

.bannerPngImg img {
    /* height: 100%; */
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;

}
.bannerPngImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes upandDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.bannerCarousel {
    height: auto;
    position: relative;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 5px;
    top: 45%;
    width: 30px;
    height: 30px;
    background: #ede8f7;
    font-size: 20px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 5px;
    top: 45%;
    width: 30px;
    height: 30px;
    background: #ede8f7;
    font-size: 20px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next:hover {
    background: #2b0093;
    color: #fff;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #2b0093;
    color: #fff;
}

.bannerLeftContent h5 {
    font-size: 22px;
    color: #ffffff;
    line-height: 52px;
}

.bannerLeftContent h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 78px;
    color: #ffffff;
    margin: 0px 0px 20px;
}

.bannerLeftContent h2 span {
    color: #ffc245;
}

.bannerLeftContent p {
    color: #dddddd;
    margin-top: 10px;
    margin-bottom: 30px;
}

.bannerLeftContent a {
    background: linear-gradient(159deg, #ffc245, #edac27);
    padding: 11px 40px;
    display: inline-block;
    color: #008001;
    border-radius: 38px;
}

.bannerLeftContent a:hover {
    background: linear-gradient(148deg, #5ef75f, #f7a238);
}

.bannerLeftContent a i {
    font-size: 13px;
}
.myRecentWorks {
    background: #00000052;
    position: relative;
}

.titleSection {
    text-align: center;
}
.titleSection.left {
    text-align: left;
}
.titleSection h2 {
    font-weight: 600;
    font-size: 40px;
}

.titleSection p {
    padding: 0px 28%;
    margin-top: 7px;
    color: #626262;
}
.titleSection.left p {
    padding: 0px;
}
.portfolio {
    margin-top: 40px;
}

.tab-slider--nav {
    display: flex;
    justify-content: center;
}

.tabs {
    width: fit-content;
}

.tab-slider--tabs {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 6px;
    margin: 0;
    position: relative;
    border: 1px solid #dddddd70;
    border-radius: 40px;
}

.tab-slider--trigger {
    padding: 10px 30px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    border-radius: 30px;
}

.tab-slider--trigger.active {
    color: #fff;
    background: linear-gradient(45deg, #ff6402, #ab5800);
}

.tab-content {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.content {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    width: 100%;
}

.content.active {
    opacity: 1;
    transform: scale(1);
    position: relative;
}

.portfolioCard {
    width: 100%;
    background: #0f071559;
    padding: 26px 30px 0px 24px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    backdrop-filter: blur(9px);
}

.portImg {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.portImg img {
    width: 100%;
}

.portContent {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(45deg, #ff6402, #ab5800);
    left: 0px;
    right: 0px;
    width: 82%;
    margin: auto;
    border-radius: 20px;
    bottom: 0px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.portfolioCard:hover .portContent {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}
.portcontText {}

.portcontText h3 {
    font-size: 20px;
    font-weight: 600;
}

.portcontText p {
    color: #e1e1e1;
}

.portCTA a {
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 11px;
    font-size: 25px;
}


.ball {
    --delay: 0s;
    --size: 0.4;
    --speed: 20s;
    aspect-ratio: 1;
    width: calc(150% * var(--size));
    background: linear-gradient(259.53deg, #ff6402 6.53%, #8400f0 95.34%);
    filter: blur(10vw);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: loop var(--speed) infinite linear;
    animation-delay: var(--delay);
    transform-origin: 50% 50%;
    opacity: 0.1;
}

@keyframes loop {
    0% {
        transform: translate3D(0%, 51%, 0) rotate(0deg);
    }

    5% {
        transform: translate3D(8%, 31%, 0) rotate(18deg);
    }

    10% {
        transform: translate3D(22%, 13%, 0) rotate(36deg);
    }

    15% {
        transform: translate3D(40%, 2%, 0) rotate(54deg);
    }

    20% {
        transform: translate3D(46%, 21%, 0) rotate(72deg);
    }

    25% {
        transform: translate3D(50%, 47%, 0) rotate(90deg);
    }

    30% {
        transform: translate3D(53%, 80%, 0) rotate(108deg);
    }

    35% {
        transform: translate3D(59%, 98%, 0) rotate(125deg);
    }

    40% {
        transform: translate3D(84%, 89%, 0) rotate(144deg);
    }

    45% {
        transform: translate3D(92%, 68%, 0) rotate(162deg);
    }

    50% {
        transform: translate3D(99%, 47%, 0) rotate(180deg);
    }

    55% {
        transform: translate3D(97%, 21%, 0) rotate(198deg);
    }

    60% {
        transform: translate3D(80%, 7%, 0) rotate(216deg);
    }

    65% {
        transform: translate3D(68%, 25%, 0) rotate(234deg);
    }

    70% {
        transform: translate3D(59%, 41%, 0) rotate(251deg);
    }

    75% {
        transform: translate3D(50%, 63%, 0) rotate(270deg);
    }

    80% {
        transform: translate3D(38%, 78%, 0) rotate(288deg);
    }

    85% {
        transform: translate3D(21%, 92%, 0) rotate(306deg);
    }

    90% {
        transform: translate3D(3%, 79%, 0) rotate(324deg);
    }

    100% {
        transform: translate3D(0%, 51%, 0) rotate(360deg);
    }
}

.glow-container {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}



/* Cursor Style start  */
.custom-cursor {
    position: absolute;
    background-color: #a57737;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
    z-index: 10000;
    transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    border: 0px solid white;
    display: flex;
    align-items: center;
    justify-content: center;

}

.custom-cursor .ball {
    position: absolute;
    width: 0px;
    height: 0px;
    background: #a57737;
    border-radius: 100%;
    transition: all .3s ease;
}

.activeproject{
    height:10px;
    width:10px;
    transform: translate(-50%,-50%) rotate(45deg);
    border-radius: 160px 0;
    transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.custom-cursor.activeproject .ball {
    width: 10px;
    height: 10px;
}

.custom-cursor.activemenu {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background: #a577374f;
}
/* Cursor Style end  */



.serviceWrapper {
    margin-top: 40px;
}
.serviceCard {
    padding: 30px;
    display: flex
;
    align-items: center;

    justify-content: space-between;
    border-bottom: 1px solid #dddddd3d;
    transition: 0.5s ease-in-out;
}
.serviceCard:hover {
    background: linear-gradient(45deg, #ff6402, #ab5800);
}
.serTitle {
    width: 22%;
}
.serTitle h3 {
    font-weight: 600;
}
.serContent {
    width: 68%;
}
.serCTA {
    width: 10%;
    text-align: right;
}
.serCTA a {
    width: 40px;
    display: inline-block;
}
.serCTA a img {
    width: 100%;
    transition: 0.3s ease-in-out;
}
.serviceCard:hover .serCTA a img {
    transform: rotate(45deg);
}
.serviceWrapper button {
    border: none;
    width: 100%;
    text-align: inherit;
    cursor: pointer;
    background: transparent;
}


.contactUs {
    position: relative;
}

.contactForm {
    width: 100%;
    border-radius: 0;
    padding: 40px;
    background: #ffffffed;
    backdrop-filter: blur(6px);
    box-shadow: 0px 0px 18px #00000029;
    border-radius: 20px;
}
.contactForm h5 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    color: #6e6e6e;
    margin-bottom: 0;
}
.contactForm h3 {
    color: #282828;
    font-weight: 400;
    font-size: 40px;
}
.contactForm p {
    color: #919191;
    margin-top: 10px;
    margin-bottom: 10px;
}
.formcol {
    margin-bottom: 20px;
}


.contactForm .col-md-6, .contactForm .col-md-12 {
    padding: 10px 0px;
}
.formBtn {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 16px 29px !important;
    background-image:linear-gradient(45deg, #244074, #0849c3);
    border-radius: 40px;
    transition: 0.3s ease-in-out;
    color: #fff;
    border: none;
    margin-left: 0px;
    margin-top: 0px;
    cursor: pointer;
    justify-content: center;
}


.contactInfo {
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.contactInfoWrapper {
    width: fit-content;
    height: fit-content;
}
.ctinfoCard {
    position: relative;
    display: flex
;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}
.ctinfoCard .ctinfoImg {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #4b9c15;
    padding: 12px;
}
.ctinfoImg img {
    width: 100%;
}
.ctinfoText {

} 
.ctinfoText h4 {
    font-size: 14px;
    font-weight: 400;
    color: #919191;
}
.ctinfoText a {
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
    margin-top: 6px;
    line-height: normal;

}


.technoWrapper {
    margin-top: 40px;
}
.technoCard {
    position: relative;
}

.techImg {
    width: 64px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.wrapper .techImg img {
    width: 100%;
}
.techContext {
    text-align: center;
}
.techContext h4 {
    color: #282828;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
}
.footer-wrp-main {
    background-image: linear-gradient(180deg, #101c32a6, #101c3281), url(../img/footer-bg.jpg);
    background-size: 100%;
    position: relative;
    padding-top: 80px;
}
.footer-logo-wrp {
    margin-bottom: 0px;
}
.wrapper .footer-logo-wrp img {
    width: 30%;
    margin: auto;
    margin-top: 50px;
    filter: grayscale(1) brightness(5.5);
}
.footerTexture {
    position: absolute;
    width: 35%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 0px;
    filter: hue-rotate(26deg) saturate(0);
}

.footerTexture img {
    width: 100%;
}

.footerwrp {
    background: #0d2101;
    padding: 90px;
}

.footerTitle h5 {
    color: #ddd;
}
.footerTitle h2 {
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 50px;
}
.footerCardWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footerCard h4 {

}
.footerCard p {
    color: #c7c7c7;
    line-height: 28px;
}
.footerCard p a {
    color: #c7c7c7;
}
.footerCardWrap h1, .footerCardWrap h2, .footerCardWrap h3, .footerCardWrap h4, .footerCardWrap h5, .footerCardWrap h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.footerCardWrap .footerCard {
    margin-bottom: 30px;
    width: 50%;
    padding-right: 26px;
}

.footerMain {
    position: relative;
    padding: 0px 0px 80px;
}

.footerForm h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 49px;
}

.footerForm input, .footerForm textarea {
      width: 100%;
    padding: 14px 20px;
    border-radius: 0;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff26;
}
.footerForm input::placeholder, .footerForm textarea::placeholder {
    color: #ffffff7a;
}
.footerForm input:focus, .footerForm textarea:focus {
    background: transparent;
    box-shadow: none;
    border-color: #008001;
    color: #ddd
}

.footerbtn.button::after {
    border-top: 16px solid #0d2101;
}
#tsparticles {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}
#tsparticlestwo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}
.particle-network-animation {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 3; 
}
.somepolicyLink {
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.somepolicyLink li {
    color: #fff;
}

.somepolicyLink li a {
    color: #ddd;
    font-size: 13px;
}


#tsparticles canvas {
    position: unset !important;
}
#tsparticlestwo canvas{
    position: unset !important;
}
#nokey canvas{
    position: unset !important;
}

.ftr-link-bx a {
    display: block;
    color: #a9a9a9;
    margin: 5px 0px 10px;
    font-size: 15px;
}
.ftr-link-bx a i {
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: 0px;
}
ul.address-sec li i {
    color: #ff6402;
    font-size: 14px;
    margin-right: 8px;
}

ul.address-sec li a {
    display: flex;
    align-items: baseline;
}

.ftr-link-bx a.title-16 {
    font-size: 22px;
    font-weight: 500;
    color: #bfbfbf;
    margin-top: 0px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 9px;
}

.ftr-link-bx a.title-16::after {
    position: absolute;
    content: '';
    width: 92px;
    height: 2px;
    background: #ff6402;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.ftr-link-bx a.title-16::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #ff6402;
    bottom: -2px;
    left: 87px;
    border-radius: 100%;
    z-index: 2;
} 
.whyFeatures.main h6{
    font-size: 15px;
}
.footerContents {
    margin-top: 20px;
}

.footerContents p {
    margin-right: 5px;
    color: #fff;
    line-height: 28px;
}

.footer-links-wrp {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}

.footer-btm-wrp {
    background: #111;
    padding: 5px 0px;
}

.footer-btm-wrp p {
    color: #ffff;
    margin-bottom: 0px;
    font-size: 13px;
}

.footerContents ul {
    display: flex
    ;
        align-items: center;
        gap: 12px;
}

.footerContents ul {
    color: #fff;
}

.footerContents ul li {
    color: #fff;
}

.footerContents ul li:first-child {
    margin-right: 0px;
}

.footerContents ul li:nth-child(2) {
    margin-left: 0px;
}

.footerContents ul li a {
    display: inline-block;
    border: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    margin: 0px;
    color: #a72409;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footerContents ul li a i {
    font-size: 20px;
    line-height: 51px;
}
.footerContents ul li a i.fa-tiktok {
    color: #111;
}

.footerContents ul li a i.fa-facebook-f {
    color: #0075ea;
}

.footerContents ul li a i.fa-x-twitter {
    color: #000;
}

.footerContents ul li a i.fa-youtube {
    color: #f70000;
}

.footerContents ul li a i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footerContents ul li a i.fa-whatsapp {
    color:#25D366;
}
ul.footerSocial {
    margin-top: 20px;
}

ul.footerSocial i {
    line-height: 27px;
    color: #fff;
    font-size: 12px;
}

.footerpaymentLink {
    margin-top: 18px;
}

.footerpaymentLink img {
    width: 150px;
}

.footershape1 {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 110px;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
}

@keyframes upandDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}
.footershape1 img {
    width: 100%;
}
.footershape2 {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 190px;
    top: 40px;
    background: linear-gradient(110deg, #f05f02, transparent);
    border-radius: 100%;
}

.newsLetterInput {
    background-color: #0a0a0a26;
    padding: 10px;
    border-radius: 10px;
    display: flex
;
    align-items: center;
}
.newsLetterInput input {
    color: #ddd;
}

.newsLetterInput input {
    border: 1px solid #3e3e3e75;
    border-radius: 36px;
    padding: 10px 16px;
    width: 100%;
    background: #20202033;
}

.newsLetterInput button {
    padding: 8px 14px;
    border: none;
    border-radius: 33px;
    background: linear-gradient(45deg, #ff6402, #479711);
    color: #fff;
    position: absolute;
    right: 13px;
    font-size: 13px;
    width: 120px;
    height: 38px;
    display: flex
;
    justify-content: center;
    align-items: center;
    line-height: normal;
}
/* Preloader */
.ctn-preloader {
	align-items: center;
  cursor: none;
	display: flex;
  height: 100%;
  justify-content: center;
	position: fixed;
	left: 0;
  top: 0;
	width: 100%;
  z-index: 900;
}

.ctn-preloader .animation-preloader {
	position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgb(255 202 165 / 15%);
    border-top-color: #ff9e28;
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #fff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgb(200 200 200 / 20%);
	position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #0f0715;
  height: 100%;
	position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animaciÃ³n de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* AnimaciÃ³n del preloader */
@-webkit-keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

/* AnimaciÃ³n de las letras cargando del preloader */
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* TamaÃ±o de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner cargando */	
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media screen and (max-width: 500px) {
	/* Prelaoder */
	/* Spinner cargando */
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}
}



/* Go to Top */


.scrollToTop {
    background-color: #ffffff00;
    border: 1px solid #ffffff29;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.15s ease;
}

.scrollToTop:after {
    content: "";
    border: solid #878787;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
}

.scrollToTop.showBtn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#progress-bar {
    --scrollAmount: 0px;
}

#progress-bar svg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50px;
    max-height: 50px;
    transform: rotate(90deg);
}

#progress-bar svg path {
    stroke-width: 0.2em;
    stroke-dasharray: 154;
    stroke-dashoffset: calc(-154px + var(--scrollAmount));
    animation-fill-mode: forwards;
}



.button {
    position: relative;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(45deg, #008001, #005e01);
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: 400;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 17px;
    padding: 12px 36px;
    position: relative;
}
.button::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0px;
    border-right-width: 16px;
    border-top: 16px solid #ffffff;
    top: 0px;
    left: 0px;
}

.button.whatsBtncolor {
    background: linear-gradient(45deg, #3eaa21, #14b928);
}

.button.no-shadow {
    box-shadow: none;

}
.icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    transform: scale(1.01);
    border-color: #fff9;
}

.button:hover .icon {
    transform: translate(4px);
}

.button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

/* About us */
.abouttextMask  {
    background-image: url(../img/bg/about-mask-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
}
.abouttextMask h1  {
    padding: 0px;
    margin: 0;
    font-size: 200px;
    font-weight: 900;
    text-align: center;
    background-color: #FFF;
    mix-blend-mode: screen;
    padding-bottom: 70px;
    line-height: 172px;
}
.abouttextMask img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;  
      mix-blend-mode: darken;
}
.whyFeatures {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    gap: 11px;
}
.whyfeatCard {
    display: inline-flex
    ;
    align-items: center;
    gap: 10px;
    background: linear-gradient(45deg, #d0e0ff, transparent);
    padding: 0px;
    border-radius: 0px;
    width: 30%;
    border-left: 3px solid #1f4282;
    padding-left: 12px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.aboutus::before {
    content: "";
    position: absolute;
    top: 27%;
    left: 0;
    width: 510px;
    height: 510px;
    background-image: url(../img/texture/soft-3.png);
    transform: scaleX(1);
    opacity: 0.1;
    bottom: 0px;
    margin: auto;
    background-size: 20% auto;
    border-radius: 100%;
    overflow: hidden;
}
.whyfeatCard img {
    width: 36px;
}
.whyfeatCard h6 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 3px;
}
.aboutCt .titleSection h5 {
    font-size: 20px;
    font-weight: 400;
    color: #008001;
}
.aboutCt .titleSection h2 {
    font-size: 46px;
    line-height: normal;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 20px;
}
.aboutCt p, .aboutCt li {
    text-align: justify;
}
.wrapper .aboutcall img {   
    width: 28px;
    padding: 0px;
    padding: 0;
    border-radius: 0;
}
.aboutcall {
    display: inline-flex
    ;
        align-items: center;
        gap: 11px;
}
.normalList li {
    background-image: url(../img/icons/check.svg);
    background-size: 20px;
    background-position: left top 5px;
    padding-left: 32px;
    background-repeat: no-repeat;
    text-align: justify;
}
.normalList.halflist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.normalList.halflist li {
    width: 48%;
}
.pricingSec {
    margin-top: 50px;
}

.aboutcta {
    display: flex;
    align-items: center;

    margin-top: 30px;
    gap: 30px;
}
.aboutctWrap {
    position: relative;
    z-index: 3;
}
.aboutImgs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;   
    position: relative; 
}
.aboutImgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutImgs .aboutImg {
    width: 100%;
    height: auto;
}
/* .aboutImg.i {
    margin-top: -50px;
    animation: float1 2000ms linear 400ms infinite alternate both;
}
.aboutImg.ii {
    margin-bottom: mover1;
    animation: float2 2000ms linear 400ms infinite alternate both;
}


@keyframes float1 {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(10px);
    }
}
@keyframes float2 {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(30px);
    }
} */

.abouticon {
       position: absolute;
    bottom: 80px;
    right: 0px;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 200px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 10px #3232322b;
    border-radius: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abouticon img {
      width: 100px;
    object-fit: contain;
}

.textPath {
  position: absolute;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    animation: textRotation 20s linear infinite;
}
@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}

.textPath span {
    position: absolute;
    left: 50%;
    font-size: 13px;
    transform-origin: 0 91px;
    color: #111;
    font-weight: 600;
    right: 0px;
    bottom: 0px;
    top: 4%;
    margin: auto;
}


.whyFeatures.full .whyfeatCard{
    width: 100%;
    background: none;
    border: none;
}
.whyFeatures.full .whyfeatCard p {
    margin: 0px;
    color: #3e3e3e;
    text-align: left;
}
/* .whyFeatures.full .whyfeatCard h6 {
    color: #fff;
} */
.whyFeatures.full .whyfeatCard img {
    width: 66px;
    background: #fff;
    border-radius: 100%;
    padding: 18px;
    transition: 0.3s ease-in-out;
 }
 .whyFeatures.full .whyfeatCard:hover {
    background: #dce8ff;
 }
.formsecContent {
    margin-left: 30px;
}




.feature-row .image-column .inner-column {
    margin-right: -170px;
    position: relative;
    z-index: 5;
}
.feature-row .image-column .image {
    overflow: hidden;
}

figure.image {
    margin-bottom: 0;
}
.overlay-anim {
    position: relative;
}
.overlay-anim:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.overlay-anim:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400mslinear;
    transition: all 400mslinear;
}

.feature-row .content-column .inner-column {
    position: relative;
    background-color: #101010;
    padding: 50px 50px 50px 194px;
    margin-top: 70px;
    min-height: 357px;
}

.feature-row .content-column .inner-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 232px;
    width: 95px;
    height: 11px;
    background-color: var(--theme-color1);
}
.image {
    width: 100%;
}
.image img {
    width: 100%;
}
.featureSec  {
    background-color: #1b1b1b;
}
.featureSec.two {
    background: #101010;
}
.aboutCt.featureText .titleSection h2 {
    font-size: 30px;
}
.featureSec.two .feature-row .content-column .inner-column {
    background-color: #1b1b1b;
}
.col-reverse {
    flex-direction: row-reverse;
}
.col-reverse.feature-row .content-column .inner-column {
    position: relative;
    background-color: #101010;
    padding: 50px 194px 50px 50px;
    margin-top: 70px;
}
.col-reverse.feature-row .image-column .inner-column {
    margin-left: -170px;
    margin-right: auto;
}


.titleSection.new h5 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    color: #6e6e6e;
    margin-bottom: 6px;
}
.titleSection.light h5 {
    color: #ddd;
}

.titleSection.new h2 {
    position: relative;
    display: inline-block;
}
.titleSection.light h2  {
    color: #fff;
}
.titleSection.light p {
    color: #ddd;
}
.titleSection.new h2::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 100%;
    width: 37px;
    height: 15px;
    background-image: url(../img/before.png);
    bottom: 0px;
    margin: auto;
    margin-right: 15px;
}
.titleSection.new h2::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    width: 37px;
    height: 15px;
    background-image: url(../img/after.png);
    bottom: 0px;
    margin: auto;
    margin-left: 15px;
}

.sertopShape {
       direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: -1px;
    z-index: 2;
    height: 180px;
    background: #0d2101;
    transform: rotate(180deg) scaleX(-1);
}
.sertopShape img {
    content: '';
    position: absolute;
    width: 100%;
    height: 180px;
    filter: invert(1);
    transform: scaleX(2);
}

.projectsCardSec {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    background: #0d2101;
}

.projectRow {
    margin-top: 60px;
}



/* FilterSlider Start */
.before-after {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
    border: 1px solid #fff;
}
.before-after .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.before-after .img.front-img {
    z-index: 1;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

input.slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 7px;
    min-height: 50vh;
    cursor: pointer;
    background-color: white;
    border: 1px solid #c2c2c2;
    border-radius: 0;
}

.slider::-moz-range-thumb {
    -moz-appearance: none;
    width: 7px;
    min-height: 50vh;
    cursor: pointer;
    background-color: white;
    border: 1px solid #c2c2c2;
    border-radius: 0;
}

/* FilterSlider end */

.projectSlider .item {
    padding: 10px 10px 10px 10px;
}

.projectSlider.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background: #b9ffb9;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0;
    /* border: 1px solid #e9eaff; */
}
.projectSlider.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: #b9ffb9;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px;
    /* border: 1px solid #e9eaff; */
}
.projectSlider.owl-carousel .owl-nav button.owl-prev:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.projectSlider.owl-carousel .owl-nav button.owl-next:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.projectSlider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #008001;
}
.popDestiCard {
    width: 100%;
}
.popDestiCard {
    position: relative;
    margin-bottom: 0px;
}
.popDestiCard::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 40px;
    border-top: 40px solid #008001;
    top: 0px;
    left: 0px;
    transform: scale(-1) rotate(90deg);
    right: auto;
    bottom: auto;
    z-index: 2;
}
.popDestiImg {
    width: 100%;
    position: relative;
    /* height: 288px; */
    height:398px;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    border-radius: 0px;
    overflow: hidden;
    border:0px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* 
.popDestiImg::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000f5, transparent);
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 0.6;
    transition: 0.3s ease-in-out;
    display: none;
} */
.popDestiCard:hover .popDestiImg::after {
    opacity: 1;
}
.popDestiImg img {
    width: 100%;
    /* transition: 0.4s ease-in-out; */
}
/* .popDestiCard:hover .popDestiImg img {
    transform: scale(1.05);
} */
.popDestiContent {
    position: relative;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 10px;
    background: #f5f5ff;
    width: 90%;
    margin: auto;
    /* box-shadow: 0px 0px 10px #0000001a; */
    border-radius: 0;
    margin-top: -1px;
    border: 1px solid #e5e6ff;
    text-align: center;
}
.popDestiContent::after {
 content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 27px;
    border-top: 27px solid #0d2101;
    top: auto;
    left: auto;
    transform: scale(1) rotate(90deg);
    right: -1px;
    bottom: -1px;
}
.popDestiContent * {
    color: #fff;
}
.popDestiContent h4 {
    font-size: 22px;
    font-weight: 500;
    color: #008001;
}
.popDestiContent p {
    width:85%;
    font-size: 14px;
    line-height: 24px;
    color: #122;
}
.popDestiContent a {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: auto;
    bottom: 24px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 100%;
    transform: scale(0.2) translateY(20px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.popDestiCard:hover .popDestiContent a {
    transform: scale(1) translateY(0px);
    visibility: visible;
    opacity: 1;
}
.popDestiContent i {
    color: #003d76;
    line-height: 39px;
    font-size: 16px;
    transform: rotate(-36deg);
}







.clientSlider .item {
    padding: 40px;
}


.galleryWrap {
    position: relative;
    z-index: 3;
    margin-top: 40px;
    overflow: hidden;
}

.galleryImgWrap.row {
    gap: 24px 0px;
}

.galleryImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryImg a {
    display: block;
    position: relative;
    height: 230px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    border-radius: 0px;
    border: 0px;
    overflow: hidden;
}

.galleryImg {
    text-align: center;
}

.galViewer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000021;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}

.galleryImg a:hover .galViewer {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.galViewer i {
    font-size: 24px;
    color: #fff;
}
.gallerySlider .swiper-slide {
    padding: 15px 10px;
} 
.gallerySlider .swiper-button-next:after {
    display: none;
}
.gallerySlider .swiper-button-prev:after {
    display: none;
}
.gallerySlider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #e9ffe9;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0;
    border: 0px;
    color: #111;
}
.gallerySlider .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #e9ffe9;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0;
    border: 0px;
    color: #111;
}
.gallerySlider .swiper-button-prev:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gallerySlider .owl-nav button.owl-next:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gallerySlider .swiper-button-prev:hover , .gallerySlider .swiper-button-next:hover {
    background-color: #008001;
    color: #fff;
}

.vidCounterSec {
    width: 100%;
    background: #0d2101;

}
.vidCounterWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicevidSec {
    width: 75%;
    margin-top: -100px;
    position: relative;
    margin-right: 100px;
}
.servicevidSec::after {
  content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 80px;
    border-top: 80px solid #ffffff;
    top: 0px;
    left: auto;
    transform: scale(-1) rotate(180deg);
    right: 0px;
}
.servicevidSec video {
    width: 100%;
    height: auto;
}
.serCounter {
   width: calc(100% - 80%);
   
    background: #fff;
    position: relative;
    left: 8%;
    z-index: 2;
}
.serCoutCrd {
    padding: 52px 30px;
    text-align: center;
}
.serCoutCrd h2 {
    font-size: 50px;
    font-weight: 700;
    color: #008001;
}
.serCoutCrd h5 {
    color: #474747;
}
.serCounter .serCoutCrd:nth-child(2) {
    background: #004c01;
    position: relative;
}
.serCounter .serCoutCrd:nth-child(2) h2, .serCounter .serCoutCrd:nth-child(2) h5 {
    color: #fff;
}

.serCounter .serCoutCrd:nth-child(2)::after {
       content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 80px;
    border-top: 80px solid #0d2101;
    top: auto;
    left: 0px;
    transform: scale(-1) rotate(360deg);
    right: auto;
    bottom: 0px;
}
.serWrap {
        margin-top: 40px;
    padding-bottom: 150px;
}
.service-block {
    margin-bottom: 24px;
}

.service-block .inner-box {
    position: relative;
    text-align: center;
    border: none;
    padding: 20px 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: transparent;
    /* border-radius: 20px; */
    box-shadow: none;
    min-height: 320px;
}

.service-block .inner-box:hover {
    background-color: #004c01;    border-color: #ffffff;
}

.service-block .inner-box:hover .content-box .title {
    color: #fff;
}

.service-block .inner-box:hover .content-box .text {
    color: #fff;
}

.service-block .inner-box:hover .icon-box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.service-block .inner-box:hover .icon-box i {
    color: #fff;
}

.service-block .inner-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 95px;
    height: 10px;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 20px;
}

.service-block .inner-box .icon-box {
    margin-bottom: 11px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-block .inner-box .icon-box i {
    color: #ab8555;
    font-size: 58px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .content-box .title {
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 500;
    color: #f9f9f9;
}

.service-block .inner-box .content-box .text {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #ddd;
}

.service-block .inner-box img {
    width: 102px;
}

.serbottomShape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: -1px;
    z-index: 2;
    height: 180px;
}
.serbottomShape img {
    content: '';
    position: absolute;
    width: 100%;
    height: 180px;
    filter: invert(1);
    transform: scaleX(1.6);
}


.whychooseus .titleSection p {
    padding: 0px 18%;
}



.ourServiceSection {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-top: 70px;
}
.serviceSecCardWrap {
    margin-top: 40px;
    position: relative;
}

.bg-line {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 1240px;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: -1;
}
.bg-line div {
    width: 1px;
    height: 100%;
    background: rgba(39, 39, 47, 0.1);
}

.serviceCardWrapperMain .serviceCard {
    align-items: center;
    background: #ececec;
    bottom: 0;
    display: flex;
    justify-content: center;
    height: auto;
    padding: 50px;
    position: sticky;
    width: 100%;
    z-index: 8;
    flex-direction: column;
    /* position: relative; */
    border: 1px solid #ffffff;
    margin-bottom: 10px;
}
.serviceCardWrapperMain .serviceCard::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 80px;
    border-top: 80px solid #fff;
    top: auto;
    left: auto;
    transform: scale(1) rotate(90deg);
    right: 0px;
    bottom: 0px;
}
.serviceCardWrapperMain .serviceCard:nth-child(2) {
    z-index: 7;
}

.serviceCardWrapperMain .serviceCard:nth-child(3) {
    z-index: 6;
}
.serviceCardWrapperMain .serviceCard:nth-child(4) {
    z-index: 5;
}
.serviceCardWrapperMain .serviceCard:nth-child(5) {
    z-index: 4;
}
.serviceCardWrapperMain .serviceCard:nth-child(6) {
    z-index: 3;
}
.serviceCardWrapperMain .serviceCard:nth-child(7) {
    z-index: 2;
}
.serviceCardWrapperMain .serviceCard:nth-child(8) {
    z-index: 1;
}
.serviceCardWrapperMain .serviceCard .button {
    margin-top: 20px;
}
.serviceCardWrapperMain .serviceCard .button::after {
    border-top: 16px solid #ececec;
}



.sercontentWrap {
    display: flex;
    align-items: center;
}
.sercontentimg {
    width: 60%;
    position: relative;
}

.sercontentimg::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 80px;
    border-top: 80px solid #ececec;
    top: 0px;
    left: 0;
    transform: scale(-1) rotate(90deg);
    right: auto;
    bottom: auto;
}
.sercontentimg img {
    width: 100%;
    height: auto;
    
}
.servcontentText {
    width: calc(100% - 60%);
    padding-left: 40px;
}

.servcontentText .bignumtext {
    font-size: 100px;
    font-weight: 700;
    color: #008001;
    margin-bottom: 20px;
}
.servcontentText .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
}
.servcontentText h5 {
    font-size: 20px;
    font-weight: 500;
    color: #008001;
    margin-bottom: 13px;
}
.servcontentText p {
    text-align: justify;
    font-weight: 400;
    line-height: 28px;
}


#ourProjects {
  position: relative;
}
#ourProjects section {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
}
#ourProjects section .contentPr {
  padding: 15px;
  border: 15px solid white;
  height: 100%;
}
#ourProjects section .contentPr .number {
  padding-left: 15px;
  color: white;
  font-weight: bold;
  font-size: 5em;
}

.HroomListing {
    background: #ededed;
}
.HroomListing .roomlist {
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 1;
}
.HroomListing .roomlist:hover {
    transform: translateY(-5px);
}
.HroomListing .roomlist .img {
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;

}
.HroomListing .roomlist .img:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, #000000bd, #00000000);
    border-radius: 5px;
    transition: 0.4s ease-in-out;
    height: 60%;
    width: 100%;
    margin: auto;
    z-index: 2;
}
.HroomListing .roomlist:hover .img:before {
   height: 100%;
}
.HroomListing .roomlist .img img {
    width: 100%;
    transition: 0.4s ease-in-out;
}
.HroomListing .roomlist:hover .img img {
    transform: scale(1.1);
}

.rtextWrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    padding: 30px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.rlistTitle {
    width: 85%;
}
.rlistTitle h4 {
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    top: 80px;
    transition: 0.4s ease-in-out;
}
.HroomListing .roomlist:hover .rlistTitle h4 {
    top: 0px;
}
.rlistTitle p {
    color: #fff;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.HroomListing .roomlist:hover .rlistTitle p {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.rtextWrap a {
    color: #fff;
    width: 56px;
    height: 56px;
    background: linear-gradient(45deg, #ff6402, #479711);
    border-radius: 100%;
    display: inline-block;
    padding: 10px;
    position: relative;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.HroomListing .roomlist:hover .rtextWrap a {
    top: 0px;
    visibility: visible;
    opacity: 1;
}

.roomSer .rlistTitle h4 {  
    top: 0px;
    font-size: 18px;
}
.roomSer .rtextWrap {
    padding : 18px;
}
.roomSer .rlistTitle { 
    width: 100%;

}
.roomSer.HroomListing {
    background: #101010;
}


/* News */
.newWrap {
    margin-top: 40px;
}
.news-block-two {
    position: relative;
    margin-bottom: 30px;

}
.news-block-two .inner-box {
    position: relative;
}
.news-block-two .inner-box .image-box {
    position: relative;
}
.news-block-two .inner-box .image-box .image {
    overflow: hidden;
}
.overlay-anim:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.overlay-anim:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400mslinear;
    transition: all 400mslinear;
}
.news-block-two .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-block-two .inner-box .image-box .image img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-block-two .inner-box .image-box .date {
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 14px;
    height: 65px;
    width: 65px;
    background-color: #ff6402;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 14px;
    display: flex
;
    flex-direction: column;
}
.news-block-two .inner-box .content-box {
    position: relative;
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
    box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
    padding: 20px;
    margin: 0 14px;
    margin-top: -100px;
    background: #fff;
    min-height: 320px;
}
.news-block-two .inner-box .content-box .title {
    color: #282828;
    margin-bottom: 10px;
}
.news-block-two .inner-box .content-box p {
    margin-bottom: 15px;
}
.news-block-two .inner-box .content-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f8f5f0;
    margin-left: -34px;
    padding-left: 34px;
}
.news-block-two .inner-box .content-box .btn-box span {
    font-size: 12px;
    color: var(--text-color);
}



.testimoWraper {
    margin-top: 40px;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonial-slide .content-box .image-box {
    left: 0;
    position: absolute;
    top: 0;
}
.testimonial-slide .content-box {
    padding-left: 193px;
    position: relative;
}
.testimonial-slide .content-box .image-box {
    left: 0;
    position: absolute;
    top: 0;
}
.testimonial-slide .content-box .image-box .thumb {
    position: relative;
    z-index: 99;
}
.testimonial-slide .content-box .image-box .thumb::before {
    background-color: #ff6402;
    content: "";
    height: 200px;
    position: absolute;
    right: -10px;
    top: 10px;
    width: 110px;
}
.testimonial-slide .content-box .image-box .thumb img {
    position: relative;
}
.rating-list {
   
    display: flex
;
    margin-bottom: 16px;
}
.rating-list li {
    color: #ffffff;
    font-size: 16px;
    margin-right: 2px;
}
.testimonial-slide .info-box .text {
    color: #fff;
    margin-bottom: 26px;
}
.testimonial-slide .info-box .auther-info .title {
    color: #fff;
    margin-bottom: -6px;
}
.testimonial-slide .info-box .auther-info .designation {
    color: #fff;
}
/* Room */
.pricing-block-two .inner-box {
    position: relative;
}
.innershowroom .pricing-block-two .inner-box {
    margin-bottom: 60px;
}
.pricing-block-two .inner-box .content-column .inner-column {
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    margin-right: 0px;
    z-index: 2;
    margin-left: 0;
    /* margin-top: 34px; */
    box-shadow: 0px 0px 20px #60606033;
    border-radius: 20px;
}
.pricing-block-two .inner-box .content-column .inner-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 41px;
    width: 95px;
    height: 10px;
    border-radius: 30px;
    background-color: #ff6402;
}
.pricing-block-two .inner-box .content-column .inner-column .title {
    font-size: 18px;
    color: #282828;
    margin-bottom: 20px;
    font-weight: 500;
}
.pricing-block-two .inner-box .content-column .inner-column h4 {
    font-size: 26px;
    font-weight: 600;
    color: #244074;
    margin-bottom: 7px;
}
.pricing-block-two .inner-box .content-column .inner-column span {
    color: #ff6402;
}
.pricing-block-two .list-style-two {
    margin-top: 20px;
    margin-bottom: 30px;
}
.pricing-block-two .list-style-two li {
    margin-bottom: 10px;
}
.imgMail {
    width: 100%;
    margin: 10px 0px 30px 0px;
    border-radius: 10px;
    overflow: hidden;
}
.imgMail img {
    width: 100%;
}

.list-style-two li {
    font-size: 16px;
    color: #ff6402;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.list-style-two li .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #ff6402;
}
.pricing-block-two .inner-box .image-column .image-box {
    height: 100%;
}
.pricing-block-two .inner-box .image-column .image-box figure {
    height: 100%;
    position: relative;
}
.pricing-block-two .inner-box .image-column .image-box figure:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.roomsWrapper {
    margin-top: 40px;
}
.areaCard {
    display: inline-flex
    ;
        align-items: center;
        gap: 10px;
        background-color: #f4f8ff;
        padding: 0px;
        border-radius: 0px;
        width: 100%;
        border-left: 3px solid #1f4282;
        padding-left: 32px;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-image: url(../img/icons/check.svg);
        background-size: 20px;
        background-position: left 9px top 10px;
        background-repeat: no-repeat;
        margin-bottom: 10px;
}
.areaCard h4 {
    font-size: 17px;
}
.inrbnr {
    position: relative;
    min-height: 390px;
    background: linear-gradient(83deg, #fff4de59, #ffe1e1ab), url(../img/bgs/inner-bnr-bg.png);
    padding-top: 0px;
    background-size: 100%;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inrbnrimg {
    width: 100%;
    height: 390px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 1;
}

.inrbnrimg img {
    width: 40%;
    position: relative;
}
.inrbnrtext {
    text-align: center;
}
.inrbnrContent {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inrbnrtext h2 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
}

.inrbrnNav {
    display: flex;
    align-items: center;
    margin-top: 3px;
    justify-content: flex-start;
    justify-content: center;
}



.inrbrnNav li a i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.inrbrnNav li a {
    color: #fff;
}
.inrbrnNav li {
    position: relative;
    border-right: 1px solid #959595;
    padding: 0px 10px;
}

.inrbrnNav li:last-child {
    border: none;
}

.inrbrnNav li:last-child a {
    color: #fec245;
}

.mediaGalleryImgCard{
    margin-bottom: 20px;
    transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard .demo-gallery-poster{
    padding: 0px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin-bottom: 20px;
    border-radius: 10px;
    margin: 0px;
    max-height: 250px;
    display: flex;
    align-items: center;
}
.mediaGalleryImgCard img{
    width: 100%;
    border-radius: 10px;
}
.galleryTitle{
    text-align: center;
    margin-bottom: 20px;
}
.galleryTitle h5{
    font-size: 20px;
    font-weight: 800;
    color: #282828;
}
.demo-gallery-poster{
    position: relative;
    overflow: hidden;
}
.demo-gallery-poster::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00000012;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard:hover .demo-gallery-poster::after{
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
}
.demo-gallery-poster img{
    transition: 0.4s ease-in-out;
}
.mediaGalleryImgCard:hover {
    transform: translateY(-2px);
    cursor: zoom-in;
}
.mediaGalleryImgCard:hover .demo-gallery-poster{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.mediaGallerypage .gallerWrapperCard {
    display: flex
    ;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px 10px;
        margin-top: 10px;
}
.mediaGallerypage .gallerWrapperCard .gallerymainImg{
    width: 22%;
    min-height: 125px;
    margin-bottom: 0px;
    max-height: 125px;
    overflow: hidden;
}

.previewWrapper {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}
.previewWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}

.roomDescrip {
    margin-top: 30px;
}
.roomDescrip h1, .roomDescrip h2, .roomDescrip h3, .roomDescrip h4, .roomDescrip h5, .roomDescrip h6 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #4e9e17;
    margin-top: 20px;
}
.roomDescrip p, .roomDescrip li, .roomDescrip a {
    color: #a1a1a1;
    font-size: 15px;
}
.roomDescrip p {
    margin-bottom: 14px;
    text-align: justify;
}
.roomDescrip ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
}
.roomDescrip li {
    position: relative;
    width: 48%;
    padding: 10px;
    border: 1px solid #e5e5e50f;
    border-radius: 10px;
    background: #101010;
    margin-bottom: 10px;
}
.roomDescrip li::before {
    content: '';
    display: inline-block;
    background-image: url(../img/icons/point.svg);
    height: 14px;
    width: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.roomDetails {
    background: #1b1b1b;
}
.formonDetails.contactForm {
    padding: 20px;
    position: sticky;
    top: 85px;
}
.formonDetails.contactForm h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.formonDetails.contactForm label {
    font-size: 13px;
    margin-bottom: 8px;
}
.formonDetails.contactForm input {
    padding: 10px 16px;
    font-size: 13px;
}
.formonDetails.contactForm  textarea {
    padding: 10px 16px;
    font-size: 13px;
}
.roomDetails .formBtn {
    padding: 12px 20px !important;
    font-size: 13px;
    display: block;
    width: 100%;
}
.formonDetails.contactForm input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.servicebg {
    background: linear-gradient(#f8fffdfa, #fffffff0), url(../img/room-bg.jpg);
    background-size: 100%;
    background-position: center;
}
.servicebg.oncontact{
    background: linear-gradient(90deg, #d7d7d7d1, #ffffff), url(../img/room-bg.jpg);
    background-size: 100%;
    background-position: center;

}

.serviceMainWrap {
    background: #0d2101;
}

.facilities .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}
.facilities .item img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .5s cubic-bezier(.5, 1, .89, 1);
    transition: all .5s cubic-bezier(.5, 1, .89, 1);
    will-change: transform;
}
.facilities .item:hover img {
    transform: scale(1.07);
    -webkit-transition: all .7s cubic-bezier(.61, 1, .88, 1);
    transition: all .7s cubic-bezier(.61, 1, .88, 1);
}
.facilities .item .cont {
    position: absolute;
    bottom: 0px;
    padding: 30px;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.facilities .item .cont img {
    width:40px;
}
.facilities .item .cont h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.facilities .item .cont p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}
.facilities .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #000;
}
.bg2 {
    background-color: #1b1b1b;
}
.img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.img img {
    width: 100%;
}

.specialImg {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 10px;
    display: flex
;
    align-items: center;
}


.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 27px;
    bottom: 110px;
    background: #008001;
    width: 42px;
    height: 42px;
    padding: 8px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px #ec8b0033, 0 0 0 0 #ec8b0033, 0 0 0 5px #008001, 0 0 0 10px #008001;
        box-shadow: 0 4px 10px #008001, 0 0 0 0 #008001, 0 0 0 5px #008001, 0 0 0 10px #008001;
    }

    100% {
        -webkit-box-shadow: 0 4px 10px #008001, 0 0 0 5px #008001, 0 0 0 10px #008001, 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px #008001, 0 0 0 5px #008001, 0 0 0 10px #008001, 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px #008001, 0 0 0 0 #008001, 0 0 0 5px #008001, 0 0 0 10px #008001;
        box-shadow: 0 4px 10px #008001, 0 0 0 0 #008001, 0 0 0 5px #008001, 0 0 0 10px #008001;
    }

    100% {
        -webkit-box-shadow: 0 4px 10px #008001, 0 0 0 5px #008001, 0 0 0 10px #008001, 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px #008001, 0 0 0 5px #008001, 0 0 0 10px #008001, 0 0 0 20px rgba(236, 139, 0, 0);
    }
}
.oncontact .whyFeatures.full .whyfeatCard h6 {
    color: #111;
}
.oncontact .whyFeatures.full .whyfeatCard p {
    color: #3a3a3a;
}
.bannerTrace {
    position: absolute;
    width: 250px;
    height: auto;
    bottom: -20px;
    right: 10%;
    z-index: 2;
}
.bannerTrace img {
    width: 100%;

}
.bannerTrace img.bnrtrcover {
    position: relative;
    bottom: -10px;
    z-index: 1;
    transform-origin: bottom right;
    transform: rotateZ(125deg); /* default state */
    transition: transform 0s;   /* JS will handle smoothness */
    right: 9px;
    
}
.bannerTrace img.bnrtbox {
    position: relative;
    bottom: 0;
    z-index: 2;
}
.bannerTrace img.bnrtico {
    position: absolute;
    bottom: 0;
    left: -12px;
    z-index: 3;
    width: 70px;
    top: -160px;
    right: 0px;
    margin: auto;
} 



.headerBanner.inner .headerSection::after {
    display: none;
}


.teamCard {
    background: #fff;
    border-radius: 0;
    text-align: center;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    transition: 0.2s;
    overflow: hidden;
    position: relative;
    
}
.teamCard::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 80px;
    border-top:80px solid #ffffff;
    top: 0px;
    left: 0;
    transform: scale(-1) rotate(90deg);
    right: auto;
    bottom: auto;
    z-index: 2;
}
.teamCard::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(0deg, #111, transparent);
    z-index: 2;
}
.teamCard:hover {
    transform: scale(1.02);
}
.teamImg {
    width: 100%;
    height: 100%;
}
.teamImg img {
     width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.teamInfo {
   position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-bottom: 20px;
}
.teamName {
       font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #fff;
}
.teamDesignation {
    font-size: 1rem;
    color: #a7a7a7;
    margin-bottom: 0;
}

.teamSlider .item {
    padding: 12px;
}


.galleryInner .galleryImg {
    margin-bottom: 20px;
}

.clientCard {
    width: 100%;
}
.clientCard img {
    width: 100%;
}
.ourclinets.inner .clientCard {
    padding: 10%;
}

.mapSection {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}


.contactiWrap {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
.contactCard {
      padding: 22px;
    background: #f3f3f3;
    border-radius: 10px;
    margin-bottom: 11px;
    width: 24%;
    text-align: center;
}
.contactCard h5 {
    font-size: 20px;
    font-weight: 600;
}
.contactCard h5 i {
    color: #008001;
    margin-right: 8px;
}
.contactCard p {
    margin-top: 5px;
}

.mapform {
    /* background: linear-gradient(90deg, #111,#111), url(../img/bg/bg2.jpg); */
    background: #ececec;
    background-repeat: no-repeat;
    background-size: cover;
}

.servicesWrap .serviceCardWrapperMain {
    margin-top: 40px;
}
.servicesWrap .serviceCard {
    position: relative;
    padding: 25px;
    margin-bottom: 25px;
}
.servicesWrap .serviceCard .sercontentimg {
    width: 45%;
}
.servicesWrap .serviceCard .servcontentText {
    width: calc(100% - 45%);
}


.projectinner .projectsCardSec {
    background: transparent;
}
.projectinner .projectsCardSec .popDestiCard {
    margin-bottom: 60px;
}


.industryCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding: 12px;
    background: linear-gradient(159deg, transparent, transparent);
    transition: 0.3s ease-in-out;
}
.industryImg {
    width: 80px;
    padding: 10px;
}
.industryImg img {
    width: 100%;
}
.industryCard:hover .industryImg img {
    filter: invert(3) brightness(2);
}
.industryContent {
    width: 68%;
    display: flex;
    align-items: center;
}
.industryContent p {
    /* transition: 0.1s ease-in-out; */
        width: 60%;
}
.industryContent h2 {
    font-size: 20px;
    width: 50%;
    padding-right: 50px;
    /* transition: 0.1s ease-in-out; */
}
.indusBtn {
    width: 10%;
}
/* .indusBtn a {
    width: 49px;
    background: #fff;
    display: inline-block;
    height: 49px;
    text-align: center;
    line-height: 49px;
    border-radius: 100%;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}
.indusBtn i {
    transform: rotate(315deg);
} */
 .industryCard:hover .indusBtn a.button::after {
    border-top: 16px solid #d0b538;
 }
.industryCard:hover {
    background: linear-gradient(159deg, #007a01, #ffc245);
}
.industryCard:hover h2, .industryCard:hover p {
    color: #fff;
}
.careerWrapper .industryCard a.complink {
    display: inline-block;
    width: 40%;
}
.careerWrapper .industryCard p {
    width: 30%;
}
.careerWrapper .industryContent {
    width: 78%;
}
.careerWrapper .industryCard:hover h3 ,.careerWrapper .industryCard:hover a.complink {
    color: #fff;
    transition: 0.1s ease-in-out;
}

.applicationForm {
    background: #ececec;
}
.formWrapper .form {
    background: #fff;
    margin: auto;
    padding: 40px;
}

.formWrapper .form .form-group {
    margin-bottom: 12px;
}
.formWrapper .form label {
    margin-bottom: 3px;
}

.abouticon img.aboutcycletext {
    position: absolute;
    width: 85%;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    animation: 20s linear 0s infinite normal none running textRotation;
}

.sustainabilityCard.servicesWrap .serviceCard .servcontentText {
    width: 100%;
    padding: 20px;
}
.servicesWrap.sustainabilityCard .serviceCard { 
    min-height: 310px;
}
.sustainabilityCard .serviceCardWrapperMain {
    margin-top: 0px;
}
/* Responsive */

@media screen and (max-width:1370px) and (min-width:1201px) {
    .navWrapper ul {
        gap: 28px;
    }
    .headerSection::after {
        border-right-width: 45px;
        border-top: 45px solid #ffffff;
    }
    .bannerLeftContent h2 {
        line-height: 52px;
        font-size: 40px;
    }
    .bannerTrace {
        width: 120px;
        height: auto;
        bottom: -10px;
        right: 10%;
        z-index: 2;
    }
    .bannermoverone {
        width: 120px;
        height: 120px;
        position: absolute;
        left: 45%;
        bottom: 13%;
    }
    .bannerTrace img.bnrtico {
        top: -60px;
        width: 40px;
    }
    .logoSection {
        width: 140px;
        padding: 6px 0px;
    }
    .navWrapper ul li>a {
        font-size: 14px;
    }
    .heademail a {
        padding: 7px 21px;
        font-size: 13px;
    }
    .abouttextMask h1 {
        line-height: 102px;
        font-size: 110px;
    }
    .aboutCt .titleSection h2 {
        font-size: 36px;
    }
    .serCoutCrd {
        padding: 32px 30px;
        text-align: center;
    }
    .serviceMainWrap.pt-50 {
        padding-top: 0px;
    }
    .serWrap {
        margin-top: 0px;
    }
    .service-block .inner-box {
        min-height: 220px;
    }
    .service-block .inner-box img {
        width: 72px;
    }
    .service-block .inner-box .content-box .title {
        font-size: 20px;
    }
    .service-block .inner-box .content-box .text {
        font-size: 14px;
    }
    .servcontentText .title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .servcontentText h5 {
        margin-bottom: 9px;
        font-size: 15px;
    }
    .servcontentText p {
        line-height: 24px;
        font-size: 13px;
    }
    .servcontentText .bignumtext {
        font-size: 70px;
        font-weight: 700;
        color: #008001;
        margin-bottom: 10px;
    }
    .popDestiImg {
        height: 301px;
    }
    .footerCard p {
        font-size: 13px;
    }
    .footerTitle h2 {
        font-size: 33px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .footerTitle h5 {
        color: #ddd;
        font-size: 15px;
    }
    .footerForm h3 {
        font-size: 33px;
    }
    .serCounter .serCoutCrd:nth-child(2)::after {
        border-left-width: 40px;
        border-top: 40px solid #008001;
    }
}


@media screen and (max-width:1200px) and (min-width:1024px) {
    .bnrText h1 {
        font-size: 70px;
    }
    .titleSection p {
        padding: 0px 20%;
    }
    .contactForm {
        padding: 40px;
    }
}

@media screen and (max-width:1023px) and (min-width:769px) {
    .logoSection {
        width: 110px;
    }
    .bannerSection {
        height: 450px;
    }
    .bannerSlider {
        min-height: 450px;
    }
    .bannerBtn {
        padding: 8px 30px;
        font-size: 13px;
    }
    .bnrText h1 {
        font-size: 50px;
    }
    .bnrText h2 {
        font-size: 14px;
    }
    .bnrText p {
        font-size: 12px;
        line-height: 20px;
    }
    .titleSection p {
        padding: 0px 16%;
        font-size: 13px;
    }
    .contactForm {
        padding: 28px;
    }
    .portcontText h3 {
        font-size: 16px;
        font-weight: 600;
    }
    .portcontText p {
        color: #c4c4c4;
        font-size: 12px;
        line-height: normal;
    }
    .portContent {
        width: 92%;
        padding: 14px 15px;
    }
    .portCTA a {
        font-size: 17px;
    }
    p {
        font-size: 13px;
        line-height: normal;
    }
    .contactForm h3 {
        font-size: 20px;
    }
    .ctinfoText a {
        font-size: 14px;
    }
    .ctinfoCard .ctinfoImg {
        width: 40px;
        height: 40px;
        padding: 11px;
    }
    .ctinfoCard {
        margin-bottom: 16px;
    }
    .navWrapper ul {
        gap: 20px;
    }
    .navWrapper ul li a {
        font-size: 12px;
    }
    .aboutCt .titleSection h2 {
        font-size: 23px;
    }
    .aboutCt .titleSection h5 {
        font-size: 16px;
    }
    a {
        font-size: 13px;
    }
    .button {
        padding: 7px 16px;
    }
    .feature-row .image-column .inner-column {
        margin-right: 0px;
    }
    .feature-row .content-column .inner-column {
        margin-top: -20px;
        padding: 70px 50px 50px 50px;
    }
    .col-reverse.feature-row .image-column .inner-column {
        margin-left: 0px;
    }
    .col-reverse.feature-row .content-column .inner-column {
        margin-top: -20px;
    }
    .roomSer .rlistTitle h4 {
        font-size: 14px;
        margin: 0px;
    }
    .HroomListing .roomlist {
        margin: 0px;
    }
    .roomSer .rtextWrap {
        padding: 9px;
    }
    .listSlider {
        margin-top: 40px;
    }
    .rlistTitle h4 {
        top: 40px;
    }
    .techContext h4 {
        font-size: 14px;
    }
    .footerContents ul li a {
        width: 30px;
        height: 30px;
    }
    .footerContents ul li a i {
        font-size: 13px;
        line-height: 32px;
    }
    .ftr-link-bx a.title-16 {
        font-size: 14px;
    }
    .footer-btm-wrp p {
        font-size: 10px;
    }
    .footerContents ul {
        gap: 5px;
    }
    .heademail a {
        padding: 7px 14px;
        font-size: 12px;
    }
    .headerBtns ul li img {
        width: 16px;
    }
}
@media screen and (max-width: 768px) and (min-width:580px) {
    .bnrText h1 {
        font-size: 39px;
    }
    .bnrText h2 {
        font-size: 14px;
    }
    p {
        font-size: 12px;
        line-height: normal;
    }
    .bnrText p {
        font-size: 12px;
    }
    .bannerBtn {
        font-size: 12px;
        padding: 6px 15px;
        margin-top: 20px;
    }
    .bannerSection {
        height: 400px;
    }
    .bannerSlider {
        min-height: 400px;
    }   
    li {
        font-size: 12px;
    }
    .tab-slider--trigger {
        padding: 6px 23px;
    }
    .titleSection p {
        padding: 0px 16%;
    }
    .portfolio {
        margin-top: 30px;
    }
    .portfolioCard {
        padding: 26px 18px 0px 18px;
    }
    .portcontText h3 {
        font-size: 16px;
    }
    .portContent {
        padding: 14px;
    }
    .portCTA a {
        font-size: 15px;
    }
    .tab-content {
        margin-top: 30px;
    }
    .serviceWrapper {
        margin-top: 30px;
    }
    .serviceCard {
        padding: 10px;
    }
    .serTitle h3 {
        font-size: 14px;
    }
    .serCTA a {
        width: 28px;
    }
    .technoWrapper {
        margin-top: 30px;
    }
    .techImg {
        height: 70px;
    }
    .techImg img {
        width: 50%;
    }
    .techContext h4 {
        font-size: 12px;
    }
    .contactForm {
        padding: 20px;
    }
    .contactForm h3 {
        font-size: 16px;
    }
    label {
        font-size: 12px;
    }
    input, textarea {
        padding: 9px 17px;
    }
    .contactForm .col-md-6, .contactForm .col-md-12 {
        width: 100%;
    }
    .ctinfoText h4 {
        font-size: 10px;
    }
    .ctinfoText a {
        font-size: 12px;
        margin-top: 0px;
    }
    .ctinfoCard .ctinfoImg {
        padding: 11px;
        width: 40px;
        height: 40px;
    }
    .ctinfoCard {
        margin-bottom: 27px;
    }
    .formBtn {
        padding: 9px 22px !important;
    }
    .footerLogo {
        width: 150px;
    }
    .footerLinks ul {
        gap: 40px;
    }
    a {
        font-size: 12px;
    }
    
}



@media screen and (max-width:768px) {
    .pricing-block-two .inner-box .content-column .inner-column {
        padding: 20px;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .pricing-block-two .inner-box .row {
        flex-direction: column-reverse;
    }
    .pricing-block-two .list-style-two li {
        margin-bottom: 5px;
    }
    .whyfeatCard {
        width: 100%;
    }
    .whyfeatCard h6 {
        font-size: 15px;
    }
    .whyfeatCard img {
        width: 26px;
    }
    .wrapper .aboutcall img {
        width: 21px;
    }
    .SliderContents {
        bottom: 0px;
        top: 0px;
    }
    .logoSection {
        position: relative;
        z-index: 4;
    }
    .headerSection {
        padding: 13px 0px;
    }
    .navSection {
        position: fixed;
        top: 0px;
        width: 100%;
        left: 0px;
        background: #0d2101;
        display: none;
        min-height: 100vh;
        z-index: 3;
    }
    .navWrapper {
        display: inherit;
        width: 100%;
        margin-top: 60px;
    }
    .navWrapper ul {
        flex-direction: column;
        align-items: baseline;
        gap: 0;
    }
    .navWrapper ul li {
        width: 100%;
    }
    .navWrapper ul li a {
        padding: 7px 10px;
        width: 100%;
        display: block;
        border-bottom: 1px solid #d3d3d3;
    }
    .hamburger {
        position: relative;
        width: 1em;
        height: 1em;
        font-size: inherit;
        transition: all 0.3s ease;
        cursor: pointer;
        z-index: 4;
    }

    .hamburger.is-md {
        font-size: 1.5rem;
    }

    .hamburger-line {
        position: absolute;
        right: 0;
        width: 100%;
        height: 0.125em;
        border-radius: 0.125em;
        background: rgb(255 255 255);
        transition: inherit;
    }

    .hamburger-line:nth-child(1) {
        top: 0.125em;
    }

    .hamburger.is-active .hamburger-line:nth-child(1),
    .w-nav-button.w--open .hamburger-line:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotateZ(-135deg);
    }

    .hamburger-line:nth-child(2) {
        top: 0.438em;
    }

    .hamburger.is-active .hamburger-line:nth-child(2),
    .w-nav-button.w--open .hamburger-line:nth-child(2) {
        right: 50%;
        width: 0;
    }

    .hamburger-line:nth-child(3) {
        top: 0.75em;
        width: 0.625em;
    }

    .hamburger.is-active .hamburger-line:nth-child(3),
    .w-nav-button.w--open .hamburger-line:nth-child(3) {
        top: 50%;
        width: 100%;
        transform: translateY(-50%) rotateZ(135deg);
    }
    .headerBtns {
        margin-top: 10px;
    }
    .headerBtns ul {
        justify-content: center;
    }
    .feature-row .image-column .inner-column {
        margin-right: 0px;
    }
    .feature-row .content-column .inner-column {
        margin-top: -20px;
        padding: 70px 50px 50px 50px;
    }
    .col-reverse.feature-row .image-column .inner-column {
        margin-left: 0px;
    }
    .col-reverse.feature-row .content-column .inner-column {
        margin-top: -20px;
        padding: 50px;
    }
    .aboutctWrap .offset-1 {
        margin-left: 0px;
    }
    .aboutImg.i {
        margin-top: 0px;
    }
    .aboutImgs {
        margin-top: 0px;
        margin-bottom: 60px;
    }
    .aboutus.pb-80 {
        padding-bottom: 60px;
    }
    .aboutctWrap .row {
        flex-direction: column-reverse;
    }

    .roomSer .row .col-md-3 {
        width: 50%;
    }
    .technoWrapper .row .col-md-3 {
        width: 50%;
    }
    .contactInfo {
        margin-top: 40px;
    }
    .footer-logo-wrp img {
        width: 36%;
        margin: auto;
    }
    .ftr-link-bx {
        margin-top: 20px;
    }
    .previewWrapper {
        height: auto;
    }
    .mediaGallerypage .gallerWrapperCard .gallerymainImg {
        min-height: auto;
        margin-bottom: 0px;
        max-height: auto;
    }
    .roomDescrip li {
        width: 100%;
    }
    .page_topline {
        display: none;
    }
    .headerSection {
        width: 100%;
        top: 0px;
        position: relative;
        padding: 0px;
    }
    .hamburger {
        display: block;
    }
    .testimonial-slide .content-box {
        padding-left: 0;
        position: relative;
    }
    .testimonial-slide .content-box .image-box {
        position: relative;
    }
    .testimonial-column.offset-4 {
        width: 100%;
        margin: 0px;
    }
    .testimonial-slide .content-box .image-box {
        position: relative;
        width: 30%;
        margin: auto;
    }
    .rating-list {
        margin-bottom: 16px;
        justify-content: center;
        
    }
    .testimonial-slide .info-box .text {
        color: #fff;
        margin-bottom: 26px;
        text-align: center;
        font-size: 13px;
    }
    .auther-info {
        text-align: center;
    }
    .testimonial-slide {
        background: transparent;
    }
    .servicebg {
        background-size: cover;
    }
    .formsecContent .titleSection.left {
        text-align: left;
    }
    section {
        overflow: hidden;
    }
    .formsecContent {
        margin-left: 0px;
        margin-top: 30px;
    }
    .whyFeatures.full .whyfeatCard img {
        width: 56px;
        background: #fff;
        border-radius: 100%;
        padding: 9px;
    }
    .whyfeatCard {
        padding-left: 14px;
    }
    .whyFeatures.main h6 {
        font-size: 12px;
    }
    .titleSection.left {
        text-align: center;
    }
    .testimonial-slide .content-box .image-box .thumb::before {
        display: none;
    }
    .contactCard {
        width: 50%;
    }

    .navWrapper ul>li.hasSub:hover .headerSubNav {
        visibility: unset;
        opacity: unset;
        top: unset;
        margin-top:unset;
        transition: unset;
        border-radius: unset;
        overflow: unset;
        box-shadow: unset;
    }
    .headerSubNav {
        position: relative;
        visibility: visible;
        opacity: 1;
        display: none;
        width: 90%;
        margin: auto;
    }
    .industryContent h2 {
        width: 100%;
        font-size: 15px;
    }
    .careerWrapper .industryCard a.complink {
        width: 100%;
    }
    .careerWrapper .industryCard p {
        width: 100%;
        font-size: 12px;
        line-height: 16px;
    }
    .careerWrapper .industryContent {
        width: 100%;
        flex-wrap: wrap;
    }
   .indusBtn {
        width: 56%;
    }
}

@media screen and (max-width: 579px) and (min-width:200px) {
    .logoSection {
        width: 110px;
    }
    .aboutImgs .aboutImg {
        height: auto;
    }
    .bannerContent {
        margin-top: 60px;
    }   
    .bnrText h1 {
        font-size: 20px;
        -webkit-text-stroke: 0.5px #ff6402;
        margin-bottom: 14px;
    }
    .bnrText h2 {
        font-size: 13px;
    }
    
    p {
        font-size: 12px;
        line-height: 22px;
    }
    .aboutCt .titleSection h2 {
        font-size: 19px;
    }
    .aboutCt .titleSection h5 {
        font-size: 16px;
    }
    .button {
        font-size: 12px;
        padding: 5px 24px;
    }
    .aboutus.pb-80 {
        padding-bottom: 40px;
    }
    .aboutcall img {
        width: 38px;
        height: 38px;
        padding: 8px;
    }
    .feature-row .content-column .inner-column {
        margin-top: -20px;
        padding: 20px;
    }
    .aboutCt.featureText .titleSection h2 {
        font-size: 20px;
        margin-top: 31px;
        line-height: normal;
    }
    .col-reverse.feature-row .content-column .inner-column {
        padding: 20px;
    }
    .pb-80 {
        padding-bottom: 30px;
    }
    .pt-80 {
        padding-top: 30px;
    }
 
    .bnrText p {
        font-size: 11px;
        line-height: normal;
    }
    .bannerBtn {
        font-size: 12px;
        padding: 6px 15px;
        margin-top: 20px;
    }
    .bannerSection {
        height: auto;
    }
    .bannerSlider {
        min-height: 332px;
        width: 88%;
    }   
    li {
        font-size: 12px;
    }
    .tab-slider--trigger {
        padding: 6px 23px;
    }
    .titleSection p {
        padding: 0px 16%;
    }
    .portfolio {
        margin-top: 30px;
    }
    .portfolioCard {
        padding: 26px 18px 0px 18px;
    }
    .portcontText h3 {
        font-size: 16px;
    }
    .portContent {
        padding: 14px;
    }
    .portCTA a {
        font-size: 15px;
    }
    .tab-content {
        margin-top: 30px;
    }
    .serviceWrapper {
        margin-top: 30px;
    }
    .serviceCard {
        padding: 10px;
        position: relative;
    }
    .serTitle h3 {
        font-size: 12px;
    }
    .serCTA a {
        width: 28px;
    }
    .technoWrapper {
        margin-top: 0px;
    }
    .techImg {
        height: auto;
        padding: 21px 20px;
    }
    .techImg img {
        width: 27%;
    }
    .techContext h4 {
        font-size: 12px;
        margin-top: 0px;
    }
    .technoCard {
        margin-bottom: 0px;
    }
    .contactForm {
        padding: 20px;
    }
    .techImg {
        width: 76px;
    }
    .contactForm h3 {
        font-size: 19px;
    }
    label {
        font-size: 12px;
    }
    input, textarea {
        padding: 9px 13px;
        font-size: 12px;
    }
    .contactForm .col-md-6, .contactForm .col-md-12 {
        width: 100%;
    }
    .ctinfoText h4 {
        font-size: 10px;
    }
    .ctinfoText a {
        font-size: 12px;
        margin-top: 0px;
    }
    .ctinfoCard .ctinfoImg {
        padding: 11px;
        width: 40px;
        height: 40px;
    }
    .ctinfoCard {
        margin-bottom: 27px;
    }
    .formBtn {
        padding: 9px 22px !important;
    }
    .footerLogo {
        width: 150px;
    }
    .footerLinks ul {
        gap: 20px;
    }
    a {
        font-size: 12px;
    }
    .titleSection h2 {
        font-size: 20px;
    }
    .titleSection p {
        padding: 0px 10%;
    }
    .tab-slider--trigger {
        padding: 6px 9px;
        width: 49%;
        font-size: 11px;
        display: flex
;
        align-items: center;
        justify-content: center;
    }
    .tab-slider--tabs {
        flex-wrap: wrap;
        border-radius: 26px;
    }
    .col-md-6 {
        width: 100%;
    }
    .serTitle {
        width: 26%;
    }
    .serContent {
        width: 57%;
    }
    .serCTA {
        width: 10%;
        text-align: right;
        position: absolute;
        left: 8px;
        top: 8px;
    }
    .serContent p {
        font-size: 10px;
    }
    .col-md-2 {
        width: 50%;
    }
    .roomSer .row .col-md-3 {
        width: 100%;
    }
    .rtextWrap {
        padding: 15px;
    }
    .rlistTitle h4 {
        font-size: 15px;
    }
    .rlistTitle p {
        line-height: 16px;
    }
    .HroomListing .roomlist .img:before {
        background: linear-gradient(0deg, #00000093, #0000003f);  
        height: 100%;
    }
    .HroomListing .roomlist:hover .img:before {
        background: linear-gradient(0deg, #000000bd, #00000091);  
        height: 100%;
    }
    .rtextWrap a {
        width: 40px;
        height: 40px;
    }
    .feature-row .content-column .inner-column::before {
        display: none;
    }
    .inrbnr {
        padding-top: 30px;
        background-size: cover !important;
    }
    .inrbnrtext h2 {
        font-size: 22px;
    }
    .previewWrapper {
        height: auto;
    }
    .headerSection::after {
        border-right-width: 35px;
        border-top: 35px solid #ffffff;
    }
    .bannerLeftContent {
        width: 100%;
    }
    .bannerLeftContent h5 {
        font-size: 13px;
        color: #ffffff;
        line-height: normal;
        margin-bottom: 13px;
    }
    .bannerLeftContent h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .bannerLeftContent a {
        background: linear-gradient(159deg, #ffc245, #edac27);
        padding: 4px 20px;
        display: inline-block;
        color: #008001;
        border-radius: 38px;
    }
    .bannermoverone {
        width: 300px;
        height: 300px;
        position: absolute;
        left: 0;
        top: -10%;
        bottom: auto;
        margin: auto;
        opacity: 0.1;
        right: 0;
    }
    .bannerRightContent.bannerIllustration {
        position: relative;
        /* height: auto; */
        width: 100%;
        height: 80vh;
        margin: auto;
        padding: 0;
        margin-right: 0px;
        /* position: absolute; */
        margin-left: -100%;
    }
    .wrapper {
        padding: 4px;
    }
    .call-buton .cc-calto-action-ripple {
        width: 32px;
        height: 32px;
        padding: 5px;
    }
    .abouttextMask h1 {
        line-height: normal;
        font-size: 27px;
        padding-bottom: 10px;
    }
    .normalList.halflist li {
        width: 100%;
    }
    .aboutcta {
        justify-content: center;
    }
    .facilities.pt-100 {
        padding-top: 0px;
    }
    .servicevidSec {
        width: 100%;
        margin-top: 0;
        position: relative;
        margin-right: 0;
    }
    .serCounter {
        width: 100%;
        left: 0;
    }
    .serCoutCrd {
        padding: 20px;
    }
    .serCoutCrd h2 {
        font-size: 30px;
    }
    .vidCounterWrap {
        flex-wrap: wrap;
    }
    .serCounter .serCoutCrd:nth-child(2)::after {
        display: none;
    }
    .serviceMainWrap.pt-50 {
        padding-top: 0px;
    }
    .service-block .inner-box .content-box .title {
        font-size: 16px;
    }
    .service-block .inner-box .content-box .text {
        font-size: 13px;
    }
    .service-block .inner-box {
        min-height: auto;
    }
    .serbottomShape img {
        height: 90px;
    }
    .serbottomShape {
        height: 91px;
    }
    .serWrap {
        margin-top: 0px;
        padding-bottom: 50px;
    }
    .ourServiceSection {
        padding-top: 40px;
    }
    .serviceCardWrapperMain .serviceCard {
        padding: 24px;
        position: relative;
        margin-bottom: 20px;
    }
    .serviceCardWrapperMain .serviceCard::after {
        border-left-width: 40px;
        border-top: 40px solid #fff;
    }
    .whychooseus .titleSection p {
        padding: 0px;
    }
    .sertopShape {
        display: none;
    }
    .projectRow {
        margin-top: 10px;
    }
    .sercontentimg {
        width: 100%;
    }
    .popDestiImg {
        height: 138px;
    }
    .popDestiCard::after {
        border-left-width: 20px;
        border-top: 20px solid #008001;
    }
    .popDestiContent h4 {
        font-size: 13px;
    }
    .projectsCardSec {
        padding-top: 50px;
    }
    .clientSlider .item {
        padding: 20px;
    }
    .galleryWrap {
        margin-top: 0px;
    }
    .servcontentText {
        width: 100%;
        padding: 0px;
    }
    .sercontentWrap {
        flex-direction: column;
    }
    .sercontentimg::after {
        border-left-width: 40px;
        border-top: 40px solid #ececec;
    }
    .servcontentText .bignumtext {
        font-size: 50px;
    }
    .servcontentText .title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .servcontentText h5 {
        margin-bottom: 13px;
        font-size: 12px;
    }
    .servcontentText p {
        line-height: 22px;
    }
    .footerwrp {
        padding: 20px;
    }
    .footerTitle h5 {
        font-size: 13px;
    }
    .footerTitle h2 {
        font-size: 36px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .footerCardWrap .footerCard {
        width: 100%;
        margin-bottom: 14px;
    }
    .footerCard p {
        color: #c7c7c7;
        line-height: 22px;
    }
    .footerCardWrap h1, .footerCardWrap h2, .footerCardWrap h3, .footerCardWrap h4, .footerCardWrap h5, .footerCardWrap h6 {
        font-size: 13px;
    }
    .footerForm h3 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 28px;
        margin-top: 30px;
    }
    .footerForm input, .footerForm textarea {
        width: 100%;
        padding: 8px 11px;
        border-radius: 0;
        border: none;
        background: transparent;
        color: #fff;
        font-size: 14px;
        margin-bottom: 11px;
        border-bottom: 1px solid #ffffff26;
    }
    .footer-btm-wrp p {
        font-size: 11px;
    }
    .bannerTrace {
        position: absolute;
        width: 120px;
        height: auto;
        bottom: 12px;
        right: 21%;
        z-index: 2;
    }
    .bannerTrace img.bnrtico {
        position: absolute;
        bottom: 0;
        left: -6px;
        z-index: 3;
        width: 40px;
        top: -62px;
        right: 0px;
        margin: auto;
    }
    .contactCard {
        width: 100%;
    }
}




