@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --Playfair: "Playfair Display", serif;
    --Urbanist: "Urbanist", sans-serif;
    --common-transition: all 0.3s ease 0s;
    --white:#fff; 
    --black: #000;
    --green:#21493C; 
    --light-green:#B6D8A9;
    --deeb-gray: #3F3F3A;

}

/* ============ global adjustments ============ */
html { overflow-x: hidden;}
body { margin: 0; padding: 0; font-family: var(--Urbanist); font-size: clamp(16px, 1.8vw, 20px); line-height: 1.4; font-weight: 400; color: var(--black); background: var(--white); overflow-x: hidden; position: relative; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 25px; padding: 0; line-height: 1.2; font-family: var(--Playfair); font-weight: 700; }
h1{ font-size: clamp(45px, 7vw, 85px); }
h2{  font-size: clamp(30px, 6vw, 60px); }
h3{ font-size: clamp(24px, 2.6vw, 30px); }
h4{ font-size: 24px; }

/* 
h5{ font-size: 22px; }
 */
h6{ font-size: 18px; }
p{ margin: 0 0 25px; padding: 0; line-height: 1.5; }
img { max-width: 100%; }
a, img { border: 0; text-decoration: none; outline: none; }
a, a:link, a:visited, a:focus, a:hover { color: var(--black); outline: none; text-decoration: none; transition: var(--common-transition); }
a:hover{ color: var(--deep-blue); text-decoration: none; transition: var(--common-transition); }
.form-group { margin: 0 0 30px; }
textarea, select, .form-control { border-radius: 0; font-family: var(--Urbanist); font-weight: 400; font-size: 16px; outline: none; height: 48px; padding:10px 20px;  border: 0; }
textarea {padding: 20px 15px; }
input[type="submit"] { font-family: var(--Urbanist); font-weight: 700; font-size: 18px; transition: all 0.3s ease 0s; outline: none; }
.form-group label { margin: 0 0 5px; color: #000; }
textarea:focus, select:focus, .form-control:focus { outline: none; box-shadow: inherit;}
select { background-image: url(../images/down-arrow-white.svg); background-repeat: no-repeat; background-position: 97% center; }
input:focus, input:focus-visible { outline: none; box-shadow: none; }
.btn-check:focus+.btn, .btn:focus { box-shadow: inherit; }
input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; display: block; background: url(../images/calender-icon.svg) no-repeat; width: 17px; height: 17px; border-width: thin; cursor: pointer; }
input.btn { background-image: url(../images/right-icon.svg); background-repeat: no-repeat; background-position: 85%; }

/* --- for placeholder color --- */

input::-moz-placeholder , .form-control::-moz-placeholder { color: #AAAAAA; opacity: 1; }
input:-ms-input-placeholder, .form-control:-ms-input-placeholder { color: #AAAAAA; }
input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { color: #AAAAAA; }

/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft, .alignnone { float: left; margin: 0 15px 10px 0; }
.alignright { float: right; margin: 0 0 10px 15px; }
.aligncenter { margin: 10px auto; display: block; }
/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn{ font-family: var(--Urbanist); font-size: 18px; line-height: 1.2; font-weight: 700; color: var(--deeb-gray) !important;  background-color: var(--light-green); display: inline-block; border: 1px solid var(--light-green) !important; border-radius: 50px; padding: 18px 77px 18px 24px; transition: var(--common-transition); position: relative; }
.btn:after{ content: ''; position: absolute; right: 24px; top: 50%; z-index: 1; transform: translateY(-50%); width: 24px; height: 14px; background-image: url(../images/right-icon.svg); background-repeat: no-repeat; background-size: 100%; background-position: center; transition: var(--common-transition); }
.btn:hover{ background-color: transparent; }
.btn:hover:after{ right: 18px; }
/* --- Button Styles --- */

/* --- checkbox and radio button Styles --- */
.builder_radiobox ul li label { font-weight: normal; }
.builder_radiobox ul li input[type="radio"] { opacity: 0; }
.builder_radiobox ul li input[type="radio"]:empty ~ label { position: relative; float: left; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 0 0 0 22px; }
.builder_radiobox ul li input[type="radio"]:empty ~ label:before { position: absolute; display: block; top: 2px; bottom: 0; left: 0; content: ""; width: 16px; height: 16px; background: url(../images/radiobutton.png) left top no-repeat; }
.builder_radiobox ul li input[type="radio"]:checked ~ label:before { background: url(../images/radiobutton.png) left bottom no-repeat; }

/* --- checkbox and radio button Styles --- */
strong { font-weight: 700; }

/*..............common styles..............*/
.common-padding{ padding-top: 130px; padding-bottom: 130px; }
.common-small-padding{ padding-top: 70px; padding-bottom: 70px; }

/* ======= section-title ======= */

/*============ Container =============*/

@media only screen and (min-width: 1700px) {
  .container { max-width: 1624px; }
}

/* ============ header Start ============ */

.main-header{ width: 100%; background-color: transparent; position: absolute; top: 0; left: 0; right: 0; z-index: 106; }
/* .main-header .container-fluid{  } */
.mobile-menu{ display:none; transition:all 0.45s ease-in-out; }
.home .header-row{ padding: 20px 0; margin: 0 28px; } 
.header-row{ padding: 11.6px 0; margin: 0 28px;  } 


/* .animation-complete .main-header .main-menu ul li{ top: -50px; } */


.logo-area{ width: 150px; }
/* .logo-area .animate-logo{ position: fixed; top: 1vw; left: 1vw; z-index: 1; width: 5.1vw; } */
.logo-area .animate-logo { position: fixed; top: 50%; transform: translateY(-50%); left: 65.6vw; z-index: 1; width: 3.8vw; transition: all .8s ease-in-out; }

.logo-area .animate-logo a{ display: block; }
.logo-area .animate-logo img{ width: 100%; }
.home .logo-area { display: block; }
.home .inner-logo { display: none;}
.header-right-btn .language-btn .dropdown-menu{ display: block; }
.header-right-btn { transform: translateY(-200%); transition: var(--common-transition);  transition-property: transform; transition-duration: 1s; transition-timing-function: ease; }
.header-right-btn .language-btn select{ font-family: var(--Urbanist); font-size: 18px; font-weight: 700; color: var(--white); -webkit-appearance: none; background-position: 88% center; background-color: transparent; border: 1px solid var(--white); border-radius: 25px; height: 50px; padding: 10px 32px 10px 20px; cursor: pointer;}
.header-right-btn .language-btn select option{ background-color: var(--green); }



.main-menu ul li{ position: relative; margin: 0 40px; transform: translateY(-150%);   transition: var(--common-transition);  transition-property: transform; transition-duration: 1s; transition-timing-function: ease; }
.main-menu ul li:first-of-type{ margin-left: 0; }
.main-menu ul li:last-of-type{ margin-right: 0; }

.main-menu ul li a{ font-family: var(--Urbanist); font-size: clamp(16px, 1.8vw, 20px); line-height: 1.2; color: var(--white); font-weight: 700; text-transform: capitalize; display: inline-block; padding: 25px 0; transition: var(--common-transition); position: relative; }
/* .main-menu ul li a:hover, .main-menu ul li.current-menu-item a { color: var(--light-green); } */
.main-menu ul li > a:after { content: ""; position: absolute; left: 0; right: 0; bottom: 17px; width: 0; height: 1px; background: var(--bs-white); transition: var(--common-transition); opacity: 0; }
.main-menu ul li > a:hover:after , .main-menu ul li.current-menu-item > a:after{ width: 100%; opacity: 1; }


.main-menu .sub-menu{ position: absolute; z-index: 5; top: 70%; background: rgba(255,255,255,0.75); width: 300px; opacity: 0; visibility: hidden; transition: var(--common-transition); list-style: none; padding: 0; backdrop-filter: blur(10px);}
.main-menu .sub-menu li{ padding: 0; margin: 0; }
.main-menu .sub-menu li a{ display: block; width: 100%; text-transform: capitalize; border-bottom: 1px solid rgb(33 73 60 / 16%); padding: 15px 20px; color: var(--green); }
.main-menu .sub-menu li a:hover { background-color: var(--green); color: var(--bs-white); }
.main-menu .sub-menu li:last-of-type a{ border-bottom: 0; }
.main-menu ul li:hover .sub-menu{ opacity: 1; visibility: visible; margin-top: 10px; }
.main-menu .menu-item-has-children > a { padding-right: 20px; }
.main-menu .menu-item-has-children > a::before { position: absolute; right: 0; top: 36px; content: ''; display: inline-block; border-top: 5px solid var(--bs-white);border-left: 5px solid transparent; border-right: 5px solid transparent; transition: var(--common-transition); }
.main-menu ul li.menu-item-has-children:hover > a::before { transform: rotate(180deg); top: 36px; }
.main-menu .sub-menu li:last-of-type{ border-bottom: 0 !important; }
.main-menu ul li.menu-item-has-children:hover a:after { display: none; }
.logo-sticky .logo-area .animate-logo{ transform: scale(0.7); left: 29px; top: -0.7vw; transition:  all .8s ease-in-out; }

.menu-animation-start .main-header .main-menu ul li { transform: translateY(0%);}
.menu-animation-start .main-header .main-menu ul li:nth-child(1) {transition-delay: 100ms;}  
.menu-animation-start .main-header .main-menu ul li:nth-child(2) { transition-delay: 400ms;}
.menu-animation-start .main-header .main-menu ul li:nth-child(3) { transition-delay: 600ms;}  
.menu-animation-start .main-header .main-menu ul li:nth-child(4) { transition-delay: 800ms;}
.menu-animation-start .main-header .main-menu ul li:nth-child(5) {transition-delay: 1000ms;}
.menu-animation-start .main-header .main-menu ul li:nth-child(6) {transition-delay: 1200ms;}
.menu-animation-start .header-right-btn {transform: translateY(0%); transition-delay: 1500ms;}
/* .header-sticky .main-header{ position:fixed; top:0; width: 100%; background: rgba(46, 59, 78, 0.85); animation: slide-down 0.5s; transition: var(--common-transition); z-index:999; margin: 0; }

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
} */


/* ============= Header Mobile Responsive =============== */
.open { overflow-y: hidden; height: 100vh; }
.hamburger-menu{ display: none; }
.menu-icon-toggle { display: block; width: 30px; height: 30px; position: relative; z-index: 9; }
/* .home .menu-icon-toggle { top: 50px; position: absolute; right: 0; top: 20px; } */
.menu-icon-toggle span { display: block; width: 100%; height: 2px; position: absolute; top: 50%; background-color: #fff; transform: translate(0, -50%); transition: opacity 0.3s 0.3s; }
.home:not(.open) .menu-icon-toggle span { background-color: #fff; }
.menu-icon-toggle::before, .menu-icon-toggle::after { content: ""; display: block; width: 100%; height: 2px; position: absolute; background-color: #fff; transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s; }
.transparent-header .menu-icon-toggle span{ background: var(--green); }
.transparent-header .menu-icon-toggle::before, .transparent-header .menu-icon-toggle::after{ background: var(--green); }
.menu-icon-toggle::before { top: 6px; }
.menu-icon-toggle::after { bottom: 6px; }
.open .menu-icon-toggle span { opacity: 0; transition: opacity 0.3s; }
.open .transparent-header .menu-icon-toggle::before, .open .transparent-header .menu-icon-toggle::after { background-color: var(--light-green); }
.open .menu-icon-toggle::before { top: calc(50% - 1px); transform: rotate(45deg); }
.open .menu-icon-toggle::after { bottom: calc(50% - 1px); transform: rotate(-45deg); }
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after { transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s; }
.menu-background { visibility: hidden; width: 3000%; position: absolute; left: -1800%; background-color: #fff; transition: background-position 0.9s, transform 0.5s 0.5s, visibility 0.5s 1s; }
.open .menu-background { visibility: visible; transition: background-position 0.8s, transform 0.5s 0.5s; }
.menu-background.top { transform: rotate(-45deg) translateY(-150%); background: var(--green); background-size: 100% 200%; background-position: -100% 100%; }
.open .menu-background.top { transform: rotate(-45deg) translateY(-49%); background-position: 0 0; }
.menu-background.middle { transform: rotate(-45deg) translateY(50%) scaleY(0); background: var(--green); }
.open .menu-background.middle { transform: rotate(-45deg) translateY(50%) scaleY(1); }
.menu-background.bottom { transform: rotate(-45deg) translateY(250%); background: linear-gradient(to bottom, var(--green) 50%, #223e35 50%); background-size: 100% 200%; background-position: 0 -100%; display: none;  }
.open .menu-background.bottom { transform: rotate(-45deg) translateY(149%); background-position: 0 0; }




@media screen and (orientation:portrait) {
.menu-background { height: 100vh; }
 }
@media screen and (orientation:landscape) { 
.menu-background { height: 100vh; } 
}

.mobile-menu .main-menu li:nth-child(6) { transition-delay: 0.1s; }
.mobile-menu .main-menu li:nth-child(5) { transition-delay: 0.2s; }
.mobile-menu .main-menu li:nth-child(4) { transition-delay: 0.3s; }
.mobile-menu .main-menu li:nth-child(3) { transition-delay: 0.4s; }
.mobile-menu .main-menu li:nth-child(2) { transition-delay: 0.5s; }
.mobile-menu .main-menu li:nth-child(1) { transition-delay: 0.6s; }
.open .mobile-menu .main-menu li { opacity: 1; transform: translateX(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.open .mobile-menu .main-menu li:nth-child(1) { transition-delay: 1.1s; }
.open .mobile-menu .main-menu li:nth-child(2) { transition-delay: 1.2s; }
.open .mobile-menu .main-menu li:nth-child(3) { transition-delay: 1.3s; }
.open .mobile-menu .main-menu li:nth-child(4) { transition-delay: 1.4s; }
.open .mobile-menu .main-menu li:nth-child(5) { transition-delay: 1.5s; }
.open .mobile-menu .main-menu li:nth-child(6) { transition-delay: 1.6s; }

/* ============= Header Mobile Responsive End =============== */



/* ============ Inner Header ============ */
.logo-area { display: none; }
.inner-logo .green-logo { display: none; }
/* ============ header End ============ */
.home .home-main-wrapper{ height: 100dvh; }

main{ position:relative;}
/* ============ Banner Start ============ */
.banner{ height: 100dvh; width: 100vw; }
.banner-wrapper{ height: 100%; }
.banner-img { height: 100%; overflow: hidden; position: relative; }
.banner-img img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; }
.banner-img:after{ content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0,0,0,0.5) 5.78%, rgba(0, 0, 0, 0) 89.66%); }
.banner-wrapper .container.banner-content-container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; }
.banner-wrapper .banner-content { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.banner-wrapper .banner-content h1 { line-height: 0.9; font-weight: 400; display: flex; align-items: end; justify-content: center; margin-bottom: 0; }
.banner-content .logo-text{ display: inline-block; width: 56px; }
.banner-content .logo-text .text{ display: inline-block; opacity: 1; } 
/* .image-atelier { width: 24.5vw; margin: 0 auto; padding-bottom: 2.9vw; }
.image-atelier img{ width: 100%; } */
.image-teeranova-info{ width: 53.1vw; }
.image-teeranova-info img{ width: 100%; margin-top: 25px; }
.teeranova-o-word { position: absolute; right: 7.3vw; bottom: 0; z-index: 1; width: 3.4vw; opacity: 0; }

.teeranova-o-word img{ width: 100%; }

/* ============ Banner End ============ */

/* ============ About-sec Start ============ */
.about-sec{ background: rgb(240,255,234); background: radial-gradient(circle, rgba(240,255,234,1) 0%, rgba(255,255,255,1) 100%); padding: 130px 0 150px; }
.about-sec .white-oval-circle{ top: 12%; right: 10%; left: auto; }
.white-oval-circle { position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; }
.white-oval-circle svg { width: 100%;}
.about-title{ padding-bottom: 105px; }
.about-title h3{ font-family: var(--Urbanist); font-size: clamp(20px, 4vw, 50px); line-height: 1.2; font-weight: 800; color: #555555; text-transform: uppercase; margin-bottom: 0; }
.about-title h2{ font-size: clamp(28px, 6vw, 80px); color: var(--green);  }  
.about-title h2 a{ color: var(--green); }

.about-sec .about-image{ position: relative; padding-bottom: 110.5%; margin-right: 12%; }
.about-sec .about-image img{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; }
.about-sec .about-desc{ padding-right: 7%; }
.about-sec .about-desc h3{ max-width: 670px; line-height: 1.3; color: var(--green); margin-bottom: 70px; overflow: hidden; }
.about-sec .about-desc p{ color: var(--deeb-gray); font-weight: 600; margin-left: 20.6%; margin-bottom: 9.7%; }
.about-sec .about-desc a.btn{ margin-left: 8.7%; }
.about-sec .onion-icon{ position: absolute; right: 65px; bottom: 0; width: 300px; height: 240px; z-index: 5; }
.about-sec .onion-icon lottie-player { display: block; }
 
.word{ opacity: 0; transition: transform 0.8s; }

/* ============ About-sec End ============ */

/* ============ Service Start ============ */
.service-section{ background-color: var(--white); padding-bottom: 0 !important; }
.service-title{ padding: 0 10px 130px 4.5%; white-space: nowrap;}
.service-title h2{ font-size: clamp(38px, 7vw, 120px); line-height: 1; margin-bottom: 0;  }
.service-title h2 span{ display: inline-block; } 
.service-title h2 .origin-text{ color: #555555;  }
.service-title h2 .service-title-text{ color: var(--green); }

.service-wrapper{ height: 100dvh; background-size: cover; background-repeat: no-repeat; background-position: center; } 
.service-holder{ height: 100%; }
.service-holder:after{ content: ''; width: 50vw; height: 100%; background-color: var(--white); position: absolute; right: 0; top: 0; bottom: 0; }
.service-info{ height: 100%;  }
.service-info-main{ height: 100%; }
.service-info-col{ width: 530px; flex: 0 0 auto; }

.service-image-desc { width: 95%; left: 10%;  }

.service-info-image-main{ width: 50vw; height: 100%; display: flex; align-items: center; overflow: hidden; }
.service-info-image-main .service-info-col{ margin: 0 auto; }
.service-image-desc{ padding-left: 70px; }
.service-info .service-image{ position: relative; padding-bottom: 118%; }
.service-info .service-image img{ width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.service-image-desc h3{ font-family: var(--Urbanist); font-size: clamp(26px, 3vw, 36px); font-weight: 800; color: var(--light-green); text-transform: uppercase; margin-bottom: 30px; }
.service-image-desc h2{ color: var(--green); text-transform: capitalize; margin-bottom: 50px; }




/* ============ Service End ============ */

/* ============ Our-Blogs Start ============ */
.our-blogs-sec{ width: 100%; height: 100dvh; background-repeat: no-repeat; background-size: cover; position: relative; }

.our-blogs-sec .blog-bg{ position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; height: 100dvh; background-size: cover !important; background-position: top center; background-repeat: no-repeat !important;}
.our-blogs-sec .blog-bg:after{ content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0,0,0,0.5) 5.78%, rgba(0, 0, 0, 0) 89.66%);}
.our-blog-bg-one{ width: 100%; height: 100dvh; position: absolute; top: 0; left: 0; right: 0; z-index: 1; background-repeat: no-repeat; background-size: cover; /*  background-attachment: fixed;*/ background-position: center;  }
.our-blog-bg-one:after{ content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0,0,0,0.5) 5.78%, rgba(0, 0, 0, 0) 89.66%); }

.blog-item-wrap .section-title{ padding-bottom: 25px; }
.blog-item-wrap .section-title h2{ line-height: 1.2; color: var(--white); text-transform: capitalize; }
.overlay-div{ background: linear-gradient(360deg, #21493C 15.28%, #21493C 81.11%); position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; width: 50vw; height: 100%;  }

/* background: linear-gradient(360deg, #FAF0DC 15.28%, #FFFFFF 81.11%); */


.top-btn{ margin-bottom: -40px; }
.top-btn a{ position: relative; padding-right: 34px; }
.top-btn a:after{ content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background-image: url(../images/right-icon.svg); width: 24px; height: 14px; filter: brightness(0) invert(1); }
.blog-main .top-section{ position: relative; z-index: 2; }
.blog-main{ position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; z-index: 1;}
.blog-item{ background-color: var(--white); border: 0.5px solid #6C4E19; padding: 10px; }
.blog-item .image{ position: relative; padding-bottom: 49%; margin-bottom: 10px; }
.blog-item .image img, .blog-item .image video{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; }

.blog-item .img-desc .left-text{ padding-right: 50px; padding-bottom: 20px; position: relative; }
.blog-item .img-desc .left-text h3 { font-family: var(--Urbanist); font-weight: 400; color: var(--green); overflow: hidden; width: 100%; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; height: 102px; }
.blog-item .img-desc .right-text p{ font-family: var(--Urbanist); font-size: 18px; font-weight: 700; color: var(--deeb-gray); margin-bottom: 0; padding-top: 8px; }
.blog-item .img-desc .left-text .read-more{ font-family: var(--Playfair); font-size: 16px; line-height: 1.2; font-weight: 700; color: var(--deeb-gray);  text-decoration: underline; position: absolute; bottom: 0; left: 0; margin-bottom: 0; }
.blog-item .img-desc .left-text a:hover{ text-decoration: none; }
.pagination .active .page-link{ font-size: 40px; line-height: 1; font-weight: 700; }
.pagination .page-link{  font-size: 30px; font-weight: 400; color: var(--green); box-shadow: none; border: 0; background-color: transparent; }


/* ============ Footer Start ============ */
.main-footer { background-color: var(--green); padding-top: 5%; position: relative; z-index: 2; }
.ftr-top { border-top: 1px solid #566C65; border-bottom: 1px solid #566C65; padding-top: 34px; padding-bottom: 59px; }
.main-footer h2 { font-size: clamp(45px, 7vw, 170px); line-height: 1; color: var(--light-green); text-transform: capitalize; }
.main-footer .ftr-left ul.nav li a { font-size: clamp(20px, 2.7vw, 40px); color: var(--bs-white); font-weight: 600; display: flex; align-items: center; gap: 5px; margin-right: 50px; }
.main-footer .ftr-left ul.nav li:last-child a { margin-right: 0;}
.main-footer .ftr-contact { padding-left: 84px; padding-top: 50px; }
.ftr-contact .ftr-address ul li { color: var(--light-green); font-family: var(--Playfair);  font-size: clamp(22px, 2.2vw, 30px); margin-right: 65px; }
.ftr-contact .ftr-address ul li:last-child{ margin-right: 0; }
.ftr-contact .ftr-address ul li a {  color: var(--light-green);}
.ftr-contact .ftr-address p { color: var(--light-green); font-family: var(--Playfair); font-size: clamp(22px, 2.2vw, 30px); max-width: 560px; margin-top: 25px; margin-bottom: 62px; }
.ftr-contact .ftr-menu ul li { position: relative; padding-left: 20px;}
.ftr-contact .ftr-menu ul li:before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: url(../images/dots.svg) no-repeat center; background-size: 100%; width: 12px; height: 12px; }
.ftr-contact .ftr-menu ul li a { font-size: clamp(18px, 2vw, 24px); color: var(--bs-white); margin-right: 50px;  font-weight: 600;}
.ftr-contact .ftr-menu ul li a:hover, .ftr-contact .ftr-menu ul li.current-menu-item a{ color: var(--light-green);}
.ftr-contact .ftr-menu ul li:last-child a { margin-right: 0;}


.main-footer .ftr-btm { padding: 35px 0;}
.main-footer .ftr-btm p { margin: 0; color: #C1C1C1; font-weight: 300; }
.main-footer .ftr-btm ul.nav li { color: #C1C1C1; position: relative; }
.main-footer .ftr-btm ul.nav li:after { content: "|"; margin: 0 8px;}
.main-footer .ftr-btm ul.nav li a { color: #C1C1C1; font-weight: 300; }
.main-footer .ftr-btm ul.nav li a:hover{ color: var(--white); }
.main-footer .ftr-btm ul.nav li:last-child:after { display: none;}
.newsletter-btn h4{ text-transform: capitalize; color: var(--white); margin-bottom: 15px; }
.newsletter-btn .mc4wp-form-fields { position: relative; }
.newsletter-btn p{ margin-bottom: 0; }
.newsletter-btn .mc4wp-success p{ font-size: 14px; color: var(--light-green); margin-top: 7px; }

.newsletter-btn input[type="email"] { font-size: 16px; line-height: 1.2; height: 60px; border: 1px solid var(--white); background-color: transparent; outline: none; color: var(--white); box-shadow: none; padding: 10px 165px 10px 15px; width: 100%; border-radius: 0; }
.newsletter-btn input[type=submit]{ background-color: var(--white); color: var(--green); position: absolute; right: 0; top: 0; height: 100%; padding: 10px 30px; border-radius:0; outline: none; border: 0; }
.newsletter-btn .mc4wp-form-fields input::-moz-placeholder { color: var(--white); }
.newsletter-btn .mc4wp-form-fields input:-ms-input-placeholder{ color: var(--white); }
.newsletter-btn .mc4wp-form-fields input::-webkit-input-placeholder{ color: var(--white); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;  
    -webkit-text-fill-color: var(--grren); 
}
.newsletter-btn input:-webkit-autofill, .newsletter-btn input:-webkit-autofill:hover, .newsletter-btn input:-webkit-autofill:focus, .newsletter-btn input:-webkit-autofill:active { -webkit-text-fill-color: var(--white);  }
.mc4wp-alert.mc4wp-error p { color: #ff8585; font-size: 15px; margin-top: 15px; }

/* ============ Footer End ============ */

/* ========== common-page ========== */
.common-page h1{ font-family: var(--Urbanist); }


/* ============ Loader Start ============ */
/* .loading-animation{ height: 100vh !important; width: 100vw !important; } */
.display-loader .loader { display: flex; align-items: center; justify-content: center; z-index: 1000;}
.loader { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 999; width: 100vw; height: 100vh; background: #F2FFEE; }
.loader .loader-main{ height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; }
.loader .loader-wrap{ padding: 0 50px; }
.loader .loader-wrap .loader-img-info{ position: relative; overflow: hidden; }
.loader .loader-main .overlay{ width: 0; height: 99%; background-color: var(--green); position: absolute;/* inset: 0;*/ top: 1px; z-index: 1; }
.counter{ display: flex; justify-content: center; align-items: center; margin-top: 29px; margin-bottom: 29px; }
.counter h4{ font-family: var(--Urbanist); font-size: 18px; font-weight: 700; color: var(--deeb-gray); margin-right: 10px; margin-bottom: 0; }
.counter h3{ font-family: var(--Urbanist); font-size: 18px; font-weight: 700; color: var(--deeb-gray); margin-bottom: 0; }

/* ============ Loader End ============ */

/* ============ Inner-Page ============ */
.inner-logo{ width: 2.6vw; }
.inner-logo .white-logo{ width: 100%; }
.inner-logo .white-logo a{ display: block; }
.inner-logo .white-logo a img{ width: 100%; height: 100%; }
.blog-detaills-page .white-logo{ display: none; }
.blog-detaills-page .green-logo{ display: block; }




/* ============ Blog Page Start ============ */
.inner-banner .inner-banner-img { padding-bottom: 42%; overflow: hidden; }
.inner-banner .inner-banner-img:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: linear-gradient(180deg, rgb(0 0 0 / 73%) 5.78%, rgba(0, 0, 0, 0) 89.66%); }
.inner-banner .inner-banner-img img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.inner-banner .inner-banner-content { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); text-align: center; }
.inner-banner .inner-banner-content h1 { margin: 0; color: var(--bs-white);} 
.inner-wrapper { background: linear-gradient(360deg, #F0FFEA 15.28%, #FFFFFF 81.11%); } 
.content-graphics-1 { position: absolute; left: 0; top: 6%; transition: transform 10s cubic-bezier(0,1,.5,1); }
.content-graphics-2 { position: absolute; right: 0; bottom: 4%; transition: transform 10s cubic-bezier(0,1,.5,1); }
.blog-section .blog-item { height: 100%; position: relative; }
.blog-section .col-lg-4 { margin-bottom: 20px; }

/* ============ Blog Page End ============ */

/* ============ Blog Details Page start ============ */

.main-header.transparent-header { position: relative;}
.main-header.transparent-header .main-menu ul li a { color: var(--green); }
.main-header.transparent-header .main-menu ul li a:hover, .main-header.transparent-header .main-menu ul li.current-menu-item a{ color: var(--deeb-gray); }
/* .main-header.transparent-header .main-menu .menu-item-has-children > a::before { border-color: var(--green);} */
.main-header.transparent-header .main-menu .menu-item-has-children > a::before { border-top: 5px solid var(--green); }
.main-header.transparent-header .main-menu .sub-menu li a { color: var(--green);}
.main-header.transparent-header .main-menu .sub-menu li a:hover { color: var(--white); }
.main-header.transparent-header .header-row { border-bottom: 1px solid #21493C33; }
.transparent-header .header-right-btn .language-btn select{ border-color: var(--green); color: var(--green); }
.transparent-header select { background-image: url(../images/down-arrow-green.svg); }
.transparent-header .header-right-btn .language-btn select option{ color: var(--white); }


.blog-detaills-section { padding: 60px 0; }
.blog-detaills-section .content-graphics-1 { top: 30%; }
.blog-details-header { text-align: center; margin-bottom: 60px; }
.blog-details-header p { font-weight: bold; color: var(--green); margin: 0 0 30px; line-height: 1; }
.blog-details-header h1 { font-size: clamp(30px, 5vw, 80px); color: var(--green); }
.blog-details-header .date { color: var(--deeb-gray); font-size: clamp(24px, 2.6vw, 30px); font-weight: 700; margin-bottom: 50px; }
.blog-feature-img { height: 35vw; overflow: hidden; position: relative;}
.blog-feature-img img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.blog-detaills-section .blog-details-right { max-width: 1028px; }
.blog-detaills-section .blog-details-right h5 { font-family: var(--Urbanist); font-size: clamp(24px, 2.6vw, 30px);}
.blog-detaills-section .blog-details-right hr { border-top: 1px solid #CCCCCC; margin: 50px 0;}
.blog-detaills-section .blog-details-right p { font-size: 16px;}
.blog-detaills-section .blog-details-right p:last-child{ margin-bottom: 0; }
.blog-detaills-section .blog-details-right img { width: 100%; margin-bottom: 50px;}
.blog-details-left ul.nav li a { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--bs-black); border-radius: 50%; margin-left: 9px; }

/* ============ Blog Details Page End ============ */

/* ============ Contact Page Start ============ */
.contact-section .content-graphics-2 { bottom: 15%; }
.contact-section h2 { color: var(--green); }
.contact-section input.form-control, .contact-section select.form-control { height: 60px; border: 1px Solid var(--green); background-color: var(--bs-white); margin-bottom: 30px; color: var(--green); }
.contact-section input[type="date"].form-control{ position: relative; padding-left: 135px; display: flex; align-items: center; }
.contact-section input[type="date"].form-control:before{ content: attr(placeholder); position: absolute; top: 0; left: 20px; bottom: 0; display: flex; align-items: center;}
.contact-section .form-control.wpcf7-not-valid{ border-color: red !important; }
.contact-section .wpcf7-not-valid-tip{ display: none; }
.contact-section .wpcf7-response-output{ text-align: center; padding: 10px; }

.contact-section textarea.form-control { height: 120px; border: 1px Solid var(--green); background-color: var(--bs-white); margin-bottom: 30px; resize: none; color: #AAAAAA;}
.contact-inner-wrapper { max-width: 1300px; margin: 0 auto;}
.contact-inner-wrapper .btn { padding: 18px 120px 18px 24px; }
.map-area{ position: relative; z-index: 3; }
.contact-inner-wrapper input[type="checkbox"] { -webkit-appearance: none; border: 2px solid var(--green); width: 20px; height: 20px; border-radius: 5px; position: relative; }
.contact-inner-wrapper input[type="checkbox"]:after { content: ''; display: block; position: absolute; top: 2px; left: 6px; width: 5px; height: 10px; border: solid var(--green); border-width: 0 2px 2px 0; transform: rotate(45deg); opacity: 0; }
.contact-inner-wrapper input[type="checkbox"]:checked:after{ opacity: 1; }
.contact-inner-wrapper select{ background-image: url(../images/down-arrow-black.svg); }
.contact-inner-wrapper input[type="date"] {color: var(--green) !important;}
input::-webkit-date-and-time-value { color: var(--green) !important;}


/* ============ Contact Page End ============ */

/* ============ About Page Start ============ */
.about-bg-wrapper { background: radial-gradient(79.24% 52.4% at 38.89% 47.6%, #F0FFEA 0%, #FFFFFF 100%); }
.about-sec.inner-about-sec { background: transparent;}
.about-sec.inner-about-sec .about-desc { padding-right: 0; padding-left: 5%; max-width: 839px;}
.about-sec.inner-about-sec .about-desc h2 { text-transform: capitalize; color: var(--green); margin-bottom: 40px; font-size: clamp(30px, 5vw, 50px); }
.about-sec.inner-about-sec .about-desc p { margin-left: 0; margin-bottom: 30px; }
.about-sec.inner-about-sec .onion-icon { bottom: auto; top: 0; left: 33%; right: auto;}
.about-sec.inner-about-sec .container:after { top: -110px; }
.white-oval-circle.top-right { top: 10px; left: 20%; }
.white-oval-circle.top-left { top: -5%; left: 8%; right: auto;}
.our-value-sec { padding-bottom: 10%; }
.our-value-sec .content-graphics-1 { top: 18%; z-index: 1;}
.our-value-bg-img { position: absolute; left: 0; right: 0; top: 0; z-index: 1;}
.our-value-sec h3 { color: var(--green); line-height: 1.5; }
.about-team-sec { background: radial-gradient(79.24% 52.4% at 38.89% 47.6%, #F0FFEA 0%, #FFFFFF 100%); padding-top: 8%; }
.about-team-sec .white-oval-circle { top: 23%; z-index: 1; }
.our-value-sec .content-graphics-2 { top: 120%; bottom: auto; z-index: 2; }
.about-team-sec h2 { text-align: center; font-size: clamp(70px, 10vw, 210px); line-height: 1.1; -webkit-text-fill-color: transparent; -webkit-text-stroke: 2px #21493C33; text-transform: uppercase; }
.about-team-sec .team-slider { margin-top: -7%; }
.team-slider .slick-slide { padding: 0 30px; }
.about-team-sec .team-box .team-img { padding-bottom: 130%; position: relative; overflow: hidden; }
.about-team-sec .team-box .team-img img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover; object-position: top; }
.team-box .team-content { text-align: center; margin: 40px 0 0; }
.team-box .team-content h3 { margin-bottom: 10px; font-size: clamp(26px, 2vw, 36px); text-transform: capitalize; color: var(--green); }
.team-box .team-content p { margin: 0; font-size: clamp(18px, 1.5vw, 24px); }
.slick-prev:before , .slick-next:before { display: none;}
button.slick-prev.slick-arrow { background-image: url(../images/team-slider-prev-arrow.svg); background-size: 100%; background-repeat: no-repeat; width: 66px; height: 38px; z-index: 2;}
button.slick-next.slick-arrow { background-image: url(../images/team-slider-next-arrow.svg); background-size: 100%; background-repeat: no-repeat; width: 66px; height: 38px; z-index: 2; }
button.slick-arrow.slick-disabled { opacity: 0.25;}
/* ============ About Page End ============ */

/* ============ Service Page Start ============ */
.services-about-section .about-sec:last-child{ padding-bottom: 130px; }
.sub-title { text-transform: uppercase; font-weight: 800; font-family: var(--Urbanist); color: var(--light-green) !important; margin-bottom: 20px !important; }
.btn.btn-border{ background: transparent;}
.btn.btn-border:hover{ background: var(--light-green);}
.about-sec.inner-about-sec .row.flex-row-reverse .about-desc{ padding-left: 0; padding-right: 5%;}
.services-about-section .about-sec .about-desc a.btn{ margin-left: 0;}
.services-about-section .button-row ul{ list-style: none; padding: 0; margin: 0;}
.services-about-section .button-row ul li:not(:last-child){ margin-right: 20px;}

.services-sec .bg-image { width: 60%; height: 50%; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.services-sec .bg-image img{ width: 100%; height: 100%; object-fit: cover;}
.services-partnerships-section .content-graphics-2 { bottom: 0; }

.service-details-section .section-title { max-width: 1090px; margin: 0 auto; }
.service-details-section .section-title h3{ color: var(--green); margin-bottom: 0; }

.services-detail-desc ul { padding: 0; margin: 0; list-style: none; }
.services-detail-desc li{ font-family: var(--Urbanist); color: var(--deeb-gray); font-weight: 600; padding-left: 35px; position: relative;}
.services-detail-desc li:not(:last-child){ margin-bottom: 40px;}
.services-detail-desc li::before { content: ""; /*background: url(../images/tick.svg);*/ background-image: url(../images/logo-green.svg); background-repeat: no-repeat; background-position: center; background-size: 100% 100% !important; width: 25px; height: 25px; position: absolute; z-index: 1; top: 5px; left: 0; }

.services-detail-desc li strong{ color: var(--green); font-weight: 900;}
.services-detail-desc .button-wrap { margin-top: 10%; }

/* ============ Service Page End ============ */

/* ============ friends Page Start ============ */

.friends-section .about-team-sec{ padding-top: 100px; }
.friends-section .content-graphics-1, .friends-section  .content-graphics-2 { z-index: 1; }
.default-page { padding: 50px 0; }
a#back-to-top { display: flex; align-items: center; justify-content: center; background-color: var(--green); border: 2px solid #b6d8a96b; width: 50px; height: 50px; text-align: center; border-radius: 50%; position: fixed; bottom: 80px; right: 20px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; cursor: pointer; }
a#back-to-top svg { color: var(--white);}


.popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0 0 0 / 75%); display: flex; align-items: center; justify-content: center; z-index: 99999;}
.popup-content { width: 700px; height: 80dvh; max-width: 100%; position: relative; overflow: auto; text-align: center; background: #fff; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 20px; }
.close-button { background: none; border: none; font-size: 24px; position: absolute; top: 10px; right: 10px; cursor: pointer; }
.popup-content img { width: 200px; height: auto;}
.popup-inner-content { padding-top: 30px; }
.popup-content h2 { font-size: 35px; }
.popup-content p { font-size: 18px; }
.popup-content p:last-child{ margin-bottom: 0; }
.hidden { display: none; }

.popup-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgb(240 255 234);
}

.popup-content::-webkit-scrollbar
{
	width: 10px;
	background-color: rgb(240 255 234);
}

.popup-content::-webkit-scrollbar-thumb
{
	background-color: var(--light-green);
	
}




@media only screen and (min-width: 1400px){
    .friends-card-holder .row{ margin-right: -35px; margin-left: -35px;}
    .friends-card-holder .row>*{ padding-right: 35px; padding-left: 35px;}
}
.friends-card-holder { margin-top: -7%; }
.partner-box{ margin-bottom: 60px;}
.partner-box .partner-image{ padding-bottom: 130%; margin-bottom: 38px;}
.partner-box .partner-image img{ position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.partner-box .partner-logo { display: flex; align-items: center; justify-content: center; width: 125px; height: 125px; background: #fff; border-radius: 50%; position: absolute; z-index: 1; top: 20px; right: 20px; padding: 25px; }
.partner-box .partner-info h4{ font-family: var(--Urbanist); font-weight: 400; margin-bottom: 10px;}
.partner-box .partner-info h3{ color: var(--green); }
.partner-box .partner-info p{ max-width: 360px; margin: 0 auto 10px;}
.partner-box .partner-info a{ color: var(--green); font-weight: 900; }
.partner-box .partner-info a.btn:after { display: none;}
.partner-box .partner-info a.btn { padding:14px 24px;}

/* ============ friends Page End ============ */



/* ============ Responsive Start ============ */

@media only screen and (max-width: 1799px) { 
.about-sec.inner-about-sec .onion-icon { top: -7%; }
.services-about-section .white-oval-circle svg { width: 85%; }
.ftr-address ul{ display: block !important;  }
.ftr-address ul li{ margin-bottom: 7px; }

}


@media only screen and (max-width: 1599px) {    
.main-menu ul li{ margin: 0 25px; }
.main-menu ul li a{ padding: 13px 0; }
.main-menu ul li > a:after { bottom: 7px; }
.main-menu ul li.menu-item-has-children > a::before { top: 26px; }
.main-menu ul li.menu-item-has-children:hover > a::before { top: 25px; }
/* .logo-sticky .logo-area .animate-logo { left: 25px; top: -1.1vw; transform: scale(0.6); } */
.blog-item .img-desc .left-text { padding-right: 30px; }
.blog-item .img-desc .left-text h3{ font-size: clamp(24px, 1.8vw, 30px); height: 95px; }
.main-footer .ftr-contact { padding-left: 10px; padding-top: 30px; }

/* ========== Inner Page ========== */
.inner-logo { transform: scale(1.2); }
.partner-box .partner-logo { width: 85px; height: 85px; padding: 15px; }
.friends-card-holder { margin-top: -6%; }
}

@media only screen and (max-width: 1399px) { 
.common-padding { padding-top: 100px; padding-bottom: 100px; }
.header-row { padding: 15px 0;  }
.main-menu ul li { margin: 0 18px; }
.main-menu ul li a{ padding: 15px 0; }
.main-menu ul li > a:after { bottom: 12px;}
.image-teeranova-info img { margin-top: 17px; }
/* .logo-area .animate-logo{ left: 55.8%; }
.logo-sticky .logo-area .animate-logo { top: -1.3vw; }
.logo-area .animate-logo { top: 48.3vh; } */
.service-title { padding: 0 10px 90px 6%; }
.ftr-contact .ftr-menu ul li a { margin-right: 30px; }
.main-footer .ftr-btm { padding: 25px 0; }
.about-sec .onion-icon{ width: 250px; height: 205px;}

/* ========== Inner Page ========== */
.about-sec { padding-bottom: 140px; }
.friends-section .about-team-sec{ padding-top: 70px; }
.popup-content { height: 80dvh; }




}

@media only screen and (max-width: 1199px) {
/* .main-menu .menu-item-has-children > a::before{ top: 42%; } */
.logo-sticky .logo-area .animate-logo{ top: 0; }
.home .header-row { padding: 10px 0 !important; }
/* .logo-area .animate-logo { top: 48.7vh; } */
.about-sec { padding: 80px 0 140px; }
/* .logo-sticky .logo-area .animate-logo { top: -0.8vw; } */
.logo-area { width: 80px; }
.about-sec.inner-about-sec .onion-icon{ top: -18%;}
.service-info-col { width: 370px; }
.service-image-desc { padding-left: 50px; }
/* ========== Inner Page ========== */
.our-value-sec .content-graphics-1 { width: 100px; }
.our-value-sec .content-graphics-2 { width: 100px; }
.blog-details-left{ margin-bottom: 15px; }
.team-slider .slick-slide { padding: 0 15px; }
button.slick-next.slick-arrow { width: 54px; height: 31px; right: -15px; }
button.slick-prev.slick-arrow { width: 54px; height: 31px; left: -15px; }
.services-about-section .about-sec { padding: 80px 0 50px; }
.services-about-section .about-sec:last-child { padding-bottom: 100px; }

.content-graphics-3{ width: 210px; }
.blog-feature-img { height: 45vw; }


}

@media only screen and (max-width: 991px) {
.common-padding{ padding-top: 80px; padding-bottom: 80px; }

/* ======= Banner ======= */
.header-row { padding: 20px 0; margin: 0 28px; }
.image-teeranova-info img { margin-top: 10px; }
.logo-sticky .logo-area .animate-logo { left: 12px; top: 7.4px; transform: scale(0.9); }

/* .logo-area .animate-logo { top: 49.1vh; }  */
/* .logo-sticky .logo-area .animate-logo { top: -0.3vw; transform: scale(0.8); left: 35px; } */
.logo-area { width: 50px; }
.main-menu ul li { margin: 0 14px; }
/* .main-menu .menu-item-has-children > a::before{ top: 41%; } */
/* .header-right-btn { margin-left: 25px; } */

.top-btn a{ opacity: 0; }

.about-title { padding-bottom: 50px; }
.about-sec .about-image { padding-bottom: 77.5%; margin-bottom: 40px; margin-right: 0; }

.about-sec .about-desc h3 { margin-bottom: 20px; }
.about-sec .about-desc p { margin-left: 0; margin-bottom: 4.7%; }
.about-sec .about-desc a.btn { margin-left: 0; }
.about-sec { padding: 80px 0 90px; }
.service-title { padding: 0 10px 80px 4%; }

.about-sec .onion-icon{ width: 200px; height: 172px;}
.about-sec.inner-about-sec .onion-icon{ top: -8%;}

.home .service-section{ position: relative; z-index: 2;}
.home .our-blogs-sec{ z-index: 1; overflow: visible; height: 100dvh !important;}
.home .our-blogs-sec .overlay-div{ height: 100dvh;}

/* ========= Inner Page ========== */
.inner-logo { transform: scale(1.6); }
.inner-banner .inner-banner-img { padding-bottom: 50%; }
.inner-banner .inner-banner-content{ top: 53%; }
.services-sec .bg-image img { object-fit: contain; }
.services-about-section .about-sec { padding: 80px 0 20px; }
.services-about-section .about-sec:last-child { padding-bottom: 70px; }

.our-blogs-sec{ overflow: hidden; }
.blog-main {  transform: translateY(-15%); }
.home .blog-item{ border: 0; }

.blog-item-wrap{ padding-bottom: 50px; }
.our-blog-bg-one{ background-position: top center; }
.ftr-contact .ftr-menu ul li:before { width: 9px; height: 9px; }
.ftr-contact .ftr-menu ul li { padding-left: 14px; }
.about-sec.inner-about-sec .row.flex-row-reverse .about-desc { padding-right: 0; }
} 

@media only screen and (max-width: 767px) {
    
.common-padding { padding-top: 60px; padding-bottom: 60px; }
.btn { font-size: 16px; padding: 15px 55px 15px 20px; }
.btn:after{ width: 18px; }

/* ============= Header ============= */
.hamburger-menu{ display: block; }
.header-row{ position: relative; padding: 18px 0 !important; margin: 0 !important; }
.header-right-btn{ margin-left: 0; margin-right: 0; }
.header-right-btn .language-btn{ margin-right: 12px; }
.header-right-btn .header-button{ display: none; }
.logo-block a { width: 140px; }
.main-header .main-menu{ display:none; }
.inner-logo { width: 2.7vw; position: relative; z-index: 9; }
.mobile-menu { display: block; position: fixed; top: 80px; left: 0; z-index: 0; opacity: 0; visibility: hidden; width: 100%; height: 100%; }
.open .mobile-menu { opacity: 1; visibility: visible; z-index: 999; }
.open .logo-area .animate-logo { transform: scale(0.9); left: 12px; top: 1.2vw; }
.open .green-logo a img{ filter: brightness(0) invert(1); }
.mobile-mid-section{ position: relative; z-index: 101; display:flex; height:calc(100vh - 95px); overflow-y:auto; overflow-x: hidden; transition:all 0.45s ease-in-out;  }
.mobile-mid-section .main-menu{ padding: 0; }
.mobile-mid-section .main-menu ul{ display:block; visibility: visible; opacity: 1; }
.main-menu ul li { margin: 0; opacity: 0; transform: translateX(40px); border-bottom: 1px solid rgba(255,255,255,0.1); transition: var(--common-transition); }
.main-menu ul li a{ font-family:var(--Urbanist); font-size: 18px; font-weight:600; text-transform:capitalize; display:block; color:var(--white); padding:16px 0; }
.main-menu .menu-item-has-children > a::before{ display: none; } 
.mobile-mid-section .main-menu ul li .arrow { position: absolute; right: 10px; top: 14px; display: block; }
.mobile-mid-section .main-menu ul li .arrow svg{ color: var(--white); }
.mobile-mid-section .main-menu ul.sub-menu { width: 100%; position: static; display: none; background: none; box-shadow: none; margin-left: 10px !important; margin-top: 0; transition: none; } 
.main-menu ul li:hover .sub-menu { margin-top: 0;}
.main-menu .sub-menu li { border: 0; }
.main-menu .sub-menu li a{ border-bottom: 0; color: var(--bs-white);font-size: 16px;padding: 15px 0; }
.main-menu ul li > a:after { display: none;}
/* .logo-sticky .logo-area .animate-logo { transform: scale(0.9); top: 1.2vw; left: 12px; } */
.main-menu ul li.current-menu-item { border-bottom: 1px solid var(--white);}
.header-right-btn .language-btn select { font-size: 16px; height: 40px; padding: 5px 30px 5px 18px; }
.main-menu .menu-item-has-children > a { margin-right: 30px; }
.team-box .team-content p{ display: none; }
/* ============= Loader ============= */ 
.loader .loader-wrap { padding: 0 15px; }


/* ============= Header  end ============= */ 
.image-teeranova-info { width: 90vw; }
.logo-area .animate-logo { left: 76.9vw; width: 5.8vw; }
.teeranova-o-word { right: 12.3vw; width: 5.7vw; }
.home .header-row { padding: 15px 0 !important; }

.about-sec { padding: 50px 0 0; }
.service-title { padding: 0 10px 40px 4%; }
.about-sec .about-desc { padding-right: 0; }
.about-sec .onion-icon{ position: static; width: 100%; height: 152px; display: flex; justify-content: flex-end;}
.about-sec .onion-icon lottie-player{ width: 170px;}
.service-section.common-padding { padding-top: 20px; }
.main-footer .ftr-left ul.nav li a img { width: 18px; }
.ftr-contact .ftr-menu ul li a { margin-right: 20px; }
.main-footer .ftr-btm { padding: 15px 0; text-align: center; }
.main-footer .ftr-btm .nav{ justify-content: center !important; margin-top: 10px; }
.main-footer { padding-top: 50px; }
.ftr-top { padding-top: 20px; padding-bottom: 50px; }
.counter { margin-top: 25px; margin-bottom: 25px; }
.main-footer .ftr-contact { padding-left: 0;}





/* ========= Inner Page ========= */
.inner-banner .inner-banner-img:after { background: linear-gradient(180deg, rgb(0 0 0 / 73%) 5.78%, rgba(0, 0, 0, 0.5) 89.66%); }
.contact-section input.form-control, .contact-section select.form-control { height: 55px; margin-bottom: 20px; }
.contact-section textarea.form-control { height: 100px; }
.contact-inner-wrapper .btn { padding: 16px 80px 16px 20px; }
.content-graphics-1{ width: 80px; }
.content-graphics-2{ width: 80px; }
.blog-detaills-section .blog-details-right hr { margin: 30px 0; }
.about-sec.about-onion { padding-top: 120px; }
.about-team-sec .team-slider { margin-top: -9%; }
.about-team-sec .team-box .team-img { padding-bottom: 100%; }
.about-sec.inner-about-sec .about-desc h2 { margin-bottom: 20px; }
.about-sec.inner-about-sec .onion-icon { position: absolute; top: -4%; width: auto;}
.about-sec .about-desc h3 { font-size: 20px; margin-bottom: 10px !important; }
.about-sec.inner-about-sec .about-desc{ padding-left: 0; }
.about-sec.inner-about-sec { padding-bottom: 90px;}
.about-sec.about-onion { padding-bottom: 50px; }
.partner-box .partner-image { padding-bottom: 95%; }
.friends-card-holder { margin-top: -10%; }
.services-about-section .about-sec { padding: 60px 0 20px; }
.our-value-sec h3 { font-size: clamp(22px, 2.6vw, 30px); }
.our-value-sec { padding-bottom: 50px; }
.team-slider .slick-slide {padding: 0 35px;}
.our-value-sec .content-graphics-2 { top:110%; }
.our-value-sec .content-graphics-1 { top: 28%; }

/* ========== Service ========== */
.inner-banner .inner-banner-img { padding-bottom: 70%; }
.service-holder:after{ opacity: 0; }
.service-info-main { height: 100dvh; display: block !important; }
.service-info { height: 100%; display: block !important; }
.service-info-image-main { width: 100vw; height: 60dvh; margin: 0 auto; }
.service-info-image-main .service-info-col { max-width: 390px; width: 100%; }

.service-image-desc { padding-left: 0; max-width: 380px; margin: 0 auto; }
.service-desc-info { display: flex; align-items: center; height: 40dvh; width: 100vw; background: var(--white); }
.service-info .service-image { padding-bottom: 83%; }
.service-image-desc h2 { margin-bottom: 30px; }
.service-image-desc h3{ margin-bottom: 10px; }

.popup-content h2 { font-size: 27px; }
.popup-inner-content { padding-top: 0; }
.popup-content { width: 92%; }


 }

@media only screen and (max-width: 479px) {
    .container, .container-fluid { padding-left: 20px; padding-right: 20px; }

.btn { padding: 15px 50px 15px 16px; }
.btn:after { right: 18px; }
.header-row{ padding: 10px 0 10px 5px!important; }
.logo-sticky .logo-area .animate-logo { transform: scale(1); }
.open .logo-area .animate-logo { transform: scale(1); }
.menu-icon-toggle { width: 25px; }
.image-teeranova-info img { margin-top: 5px; }
.home .header-row { padding: 10px 0 !important; }
/* .home .menu-icon-toggle{ top: 10px; } */
.about-title { padding-bottom: 20px; }
.about-sec .about-image { padding-bottom: 100%; }
.service-info-image-main .service-info-col { max-width: 280px; }
.top-btn { margin-bottom: -32px; }
.blog-item .image { padding-bottom: 65%; }
.blog-item-wrap { padding-bottom: 80px; }
.blog-item .img-desc .left-text h3 { font-size: clamp(22px, 1.8vw, 30px); height: 76px; }

.main-footer { padding-top: 40px; }
.main-footer .ftr-left ul.nav li a img { width: 14px; }
.newsletter-btn { margin-top: 0 !important; }
.newsletter-btn .mc4wp-form-fields input[type="email"] { height: 50px; padding: 5px 10px; width: 100%; }
.newsletter-btn .mc4wp-form-fields input[type=submit] { position: static; padding: 10px 30px; width: 100%; margin-top: 10px; }
.ftr-contact .ftr-address p { margin-top: 15px; margin-bottom: 30px; }
.ftr-top { padding-bottom: 30px; }
.main-footer .ftr-btm p, .main-footer .ftr-btm ul.nav li a{ font-size: 14px; }



/* ========= Inner Page ========= */
.inner-logo { width: 3.1vw; }
.blog-feature-img{ height: 200px; }
.blog-feature-img img{ height: 100%; object-fit: cover; }
.blog-detaills-section .blog-details-right img { margin-bottom: 30px; }
.about-sec.about-onion { padding-top: 90px; }
.about-sec.inner-about-sec .onion-icon{ top: -7%;}
.about-team-sec .team-slider { margin-top: -12%; }
.services-about-section .button-row ul li:not(:last-child) { margin-right: 5px; }
.services-detail-desc li:not(:last-child) { margin-bottom: 20px; }
/* .about-sec .about-image { margin-right: 10px; margin-left: 10px; } */
.partner-box .partner-logo { width: 70px; height: 70px; padding: 15px; top: 10px; right: 10px; }
.friends-card-holder { margin-top: -13%; }
.team-box .team-content { margin: 20px 0 0; }
.map-area iframe { height: 380px; }
.about-sec.inner-about-sec .about-desc p { margin-bottom: 20px; }
.blog-details-header h1 { margin-bottom: 10px; }
.blog-details-header .date { margin-bottom: 30px; }
.friends-section .about-team-sec { padding-top: 50px;}
.about-team-sec .slick-prev, .about-team-sec .slick-next { top: 40%;}


/* ========= Modal ========= */

/* .ays_image_header .ays_popup_image_title h2 { padding-top: 45px !important; }
.ays_image_content .ays_content_box { padding: 0 15px 30px !important; } */
.ays_image_content .ays_content_box button.btn { padding: 10px 50px 10px 18px;}



}

