@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comforter&display=swap');

body{font-family: 'Poppins', sans-serif; font-size: 14px; background: #fff;}


/* html, body{} */



  
/*  @font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?5pv74y');
  src:  url('../fonts/icomoon.eot?5pv74y#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5pv74y') format('truetype'),
    url('../fonts/icomoon.woff?5pv74y') format('woff'),
    url('../fonts/icomoon.svg?5pv74y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?r4srq3');
  src:  url('../fonts/icomoon.eot?r4srq3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?r4srq3') format('truetype'),
    url('../fonts/icomoon.woff?r4srq3') format('woff'),
    url('../fonts/icomoon.svg?r4srq3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-envelope:before {
  content: "\e916";
}
.icon-mail:before {
  content: "\e915";
}
.icon-menu:before {
  content: "\e914";
}
.icon-location:before {
  content: "\e913";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-arw:before {
  content: "\e912";
}
.icon-lngarw:before {
  content: "\e911";
}
.icon-busket:before {
  content: "\e900";
}
.icon-fb:before {
  content: "\e901";
}
.icon-insta:before {
  content: "\e902";
}
.icon-plane:before {
  content: "\e903";
}
.icon-yutb:before {
  content: "\e904";
}
.icon-rtarw:before {
  content: "\e905";
}
.icon-rlarw:before {
  content: "\e906";
}
.icon-longarw:before {
  content: "\e907";
}
.icon-arow60:before {
  content: "\e908";
}
.icon-clndr:before {
  content: "\e909";
}
.icon-admin:before {
  content: "\e90a";
}
.icon-arwup:before {
  content: "\e90b";
}
.icon-bag:before {
  content: "\e90c";
}
.icon-sxtysx:before {
  content: "\e90d";
}
.icon-nintyn:before {
  content: "\e90e";
}
.icon-call:before {
  content: "\e90f";
}
.icon-user:before {
  content: "\e910";
}









@-webkit-keyframes stickySlideDown {
from {
transform:translateY(-100%);
}
to {
transform:translateY(0);
}
}
@keyframes stickySlideDown {
from {
transform:translateY(-100%);
}
to {
transform:translateY(0);
}
}
:focus{outline: none !important;}
button:focus{outline: none !important}

img{max-width: 100%}
a{text-decoration: none;}

.wrapper {
	max-width: 1950px;
	position: relative;
	margin: 0 auto;
	height: 100%;
  overflow: hidden;
}
.carrun{
  position: absolute;
  max-width: 184px;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.carrun::before {
	width: 2px;
	background: #CDCDCD;
	content: '';
	height: 100%;
	position: absolute;
	left: 32%;
}
.carpic{width: 100%;text-align: center;}
.carpic img{
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    animation: topToBottom 3s linear infinite;
    margin-bottom: 400px;
  }

  @keyframes topToBottom {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(100%);
    }
  }

.headercontainer{
  position: absolute;
  width: 100%;
	z-index: 9;
}
.tophead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
  border-bottom: 1px solid #4d4d4d;
}
.headercontainer .logoouter{ max-width: 271px; width: 100%; padding: 0px 0;position: relative;}
.headercontainer .logoouter .logo{float: left; width: 100%;position: absolute;top: -60px;}
.headercontainer .logoouter .logo img{max-width: 100%; max-height: 100%;}
.headercontainer .topmailbx{float: left; width: 100%; padding-bottom: 20px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center;}
.headercontainer .topmailbx a{color: #1E1E1E; font-size: 15px; font-weight: 300; letter-spacing: 1px; text-decoration: none;}
.headercontainer .topmailbx a + a{margin-left: 35px;}
.headercontainer .topmailbx a i{display: inline-block; vertical-align: middle; margin-right: 5px;}
.headercontainer .topmailbx a span{display: inline-block; vertical-align: middle;}
.headercontainer .navigation{width: auto;}
.headercontainer .navigation .navigationbox{float: left;}
.headercontainer .navigation .sf-menu-outer{float: left; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center;}
.headercontainer .navigationouter{float: left; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center; position: relative;}

.headercontainer .navigation .sf-menu{float: left; margin: 0px; padding: 0px;}
.headercontainer .navigation .sf-menu > li{float: none; display: inline-block; margin: 0px 20px;}
.headercontainer .navigation .sf-menu > li a{padding: 0 2px; position: relative; font-family: "Tenor Sans", sans-serif; color: #fff; text-transform: capitalize; display: block; font-size: 18px; font-weight: 400; text-decoration: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}


.headercontainer .navigation .sf-menu > li.current-menu-item a{color: #fff;}
.headercontainer .navigation .sf-menu > li.current-menu-item a:after{opacity: 1;content: '';background: #4fcf0a;width: 26px;height: 26px;border-radius: 100%;left: 0;position: absolute;z-index: -1;}
.headercontainer .navigation .sf-menu > li a:hover{color: #B4CC00;}

.headercontainer .loginbtx {margin-right: 10px;}
.headercontainer .loginbtx a {
	padding: 12px 15px 12px 10px;
	border: none;
	border-radius: 10px;
	font-size: 16px;
  	font-weight: 600;
	background: #B87332;
	color: #fff;
	position: relative;
	font-family: "Raleway", sans-serif;
	text-decoration: none;
  
}

.headercontainer .loginbtx a span{margin-right: 4px;}
.headercontainer .loginbtx a:hover{color: #000;}
.headercontainer .loginbtx a i{color: #fff;}
.headercontainer .loginbtx a em{font-style: normal;}
.headercontainer .loginbtx span{color: #fff; padding: 0px 6px;}

.headcl{
	color: #175300;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
	position: relative;
}
.headcl em{font-style: normal;}

.headcl small {
	width: 15px;
	background: #4fcf0a;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	height: 15px;
	border-radius: 100%;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.headcl i {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #4a4a4a;
	/* padding: 4px; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}

.headcl i span{
	width: 100%;height: 100%;border-radius: 100%;color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hedrght{display: flex; align-items: center;gap: 10px;}


/* dropdown menu css start */
.headercontainer .navigation ul li ul li{width: 100%;}
.headercontainer .navigation ul li ul li a{width: 100%; font-size: 13px;}
.sf-menu, .sf-menu{ margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { position: absolute; top: 100%; left: 0px; z-index: 999; padding: 0px; margin: 0px; }
.sf-menu > li {float: left;}
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; }
/* DEMO SKIN */
.sf-menu{float: left;}
.sf-menu li ul li a{background: 0 0; color: #B87331; text-align: left; padding: 12px 15px;}
.sf-menu li ul li + li{border-top: 1px solid #eaeaea;}
.sf-menu li ul li a:hover{background: #000; color: #ffffff; }
.sf-menu a{text-decoration: none; zoom: 1; }
.sf-menu a{color: #13a; }
.sf-menu li{-webkit-transition: background .2s; transition: background .2s; }
.sf-menu li:hover, .sf-menu li.sfHover {-webkit-transition: none; transition: none; }
.headercontainer .navigation .sf-menu>li>a:hover{color: #B87332; background: 0 0;}
.headercontainer .navigation .sf-menu>li:hover a{background: transparent; color: #4fcf0a;}
.headercontainer .navigation .sf-menu>li ul li:hover a{background: none !important; color: #303030;}
.headercontainer .navigation .sf-menu>li:hover ul li a{color: #000000;}
.headercontainer .navigation .sf-menu>li ul li a{background: none !important; color: #ffffff; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
.headercontainer .navigation .sf-menu>li ul li a:hover{background: #3498db !important; color: #ffffff;}
.headercontainer .navigation .sf-menu>li ul li.active a{background: #3498db !important; color: #ffffff;}
.headercontainer .navigation .sf-menu>li ul li a{background: none; font-size: 16px; text-transform: capitalize;}
.sf-arrows .sf-with-ul { padding-right: 30px !important; }
/*.sf-arrows .sf-with-ul:after { content: '\f107'; position: absolute; font-family: 'FontAwesome'; right: 20px; height: 0; width: 0; }
.sf-arrows > li > .sf-with-ul { padding-right: 30px !important; }
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { }
.sf-arrows ul .sf-with-ul:after { content: '\f105'; }
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { }

*/


/* Dropdown Nav */
.headercontainer .navigation .sf-menu > li{position: relative;}
/*.headercontainer .navigation ul li.parent > a:after{right: 1px;}*/
.headercontainer .navigation ul li.parent > a:hover:after{color: #ffd1e2;}
.headercontainer .navigation .sf-menu>li:hover a:after{color: #ffd1e2;}
.headercontainer .navigation .sf-menu > li ul{background: #fff; -webkit-border-radius: 0px; border-radius: 0px;}
.headercontainer .navigation .sf-menu > li ul li{list-style: none;}
.headercontainer .navigation .sf-menu > li ul li a{color: #000; padding: 10px;}
.headercontainer .navigation .sf-menu>li:hover ul li a{color: #000;}
.headercontainer .navigation .sf-menu > li ul li + li{border-color: #ccc;}
.headercontainer .navigation .sf-menu>li ul li a:hover{background: #000 !important; color: #fff;}

.headercontainer .navigation ul li.parent > a::after {
	font-family: 'icomoon';
	content: "\e90d";
	pointer-events: none;
	position: static;
	right: 0;
	bottom: -15px;
	color: #fff;
	margin-top: -6px;
	line-height: 100%;
	font-size: 8px;
	left: 0;
	margin-left: 5px;
	text-align: center;
}
.headercontainer.sticky .tophead{
	padding: 20px 0; border: none;
}

.topLeft {
	width: 145px;
	height: 100%;
/*	background: #F3FFFF;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index:9;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.topeml {
	transform: rotate(-90deg);
	margin-top: 253px;
}

.topeml a{
font-family: "Taviraj", serif;
font-size: 35px;
font-weight: 500;
line-height: 20px;
letter-spacing: -0.02em;
color: #fff;
position: relative;
}

.topeml a::after {
	opacity: 1;
	content: '';
	background: #4fcf0a;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	left: -10px;
	position: absolute;
	z-index: -1;
	transform: translateY(-50%);
	top: 50%;
}
.followus ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding-bottom: 50px;
}
.followus {
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
}
.followus small {
	transform: rotate(-90deg);
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
}
.followus small::after {
	width: 48px;
	height: 1px;
	background: #ccc;
	content: '';
	display: inline-block;
}

.followus ul li{
	margin: 2px 0;
}
.followus ul li a{
	font-size: 24px;
	color: #fff;
}




.banner-sec {
	background: #000;
	position: relative;
	width: 100%;
	height: 948px;
	background-size: cover;
	overflow: hidden;
	padding-top: 130px;
	
}

.bnrshp{
	position: absolute;
	right: 0;
	top: 0;
}

.baner-caption {
	position: relative;
	padding: 60px 100px 0 30px;
}
.baner-caption h2{
	font-family: "Taviraj", serif;
	font-size: 80px;
	font-weight: 500;
	line-height: 85px;
	letter-spacing: -0.02em;
	text-align: left;
  color: #fff;
  margin-bottom:12px;
}
.greenbx {
	font-family: "Tenor Sans", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.05em;
	text-align: center;
	color: #fff;
	padding: 12px 10px 15px;
	background: #4fcf0a;
	max-width: 212px;
	position: absolute;
	right: 0;
	top: 0;
}
.greenbx span {
	font-family: "Comforter", cursive;
	font-size: 24px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 20px;
}
.greenbx span::before{
	content: '-';
	margin-right: 5px;
}
.greenbx span::after{
	content: '-';
	margin-left: 5px;
}
.baner-caption p{
font-family: "Tenor Sans", sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.02em;
color: #fff;
}
.banerslide-prt{
	padding-top: 50px;
}
.rundlogo {
	position: absolute;
	right: 7%;
	bottom: 9%;
	 animation-name: spin;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.btomarw{
	padding-left: 50%;
	padding-top: 22px;
	position: relative;
}
.btomarw img{
	width: auto !important;
}

.baner-btn{
	text-align: right;
	padding: 20px 0;
}

.baner-btn a {
	font-family: "Tenor Sans", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	position: relative;
	padding-right: 10px;
	display: inline-flex;
}
.baner-btn a::after {
	content: '';
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	background: #4fcf0a;
	border-radius: 100%;
	z-index: -1;
	top: -9px;
}
.baner-btn a span {
	margin: 0 3px 0 15px;
}
.baner-btn a img{
	width: auto !important;
	filter: brightness(0) invert(1);
}


.banerslide-prt .owl-nav {
	position: absolute;
	left: 35%;
	bottom: 25%;
}
.banerslide-prt .owl-nav button {
	width: 44px;
	height: 44px;
	border-radius: 100% !important;
	border: 1px solid #fff !important;
}
.banerslide-prt .owl-nav button span{display: none;}
.banerslide-prt .owl-nav .owl-prev {
	background: url(../images/left.png) no-repeat !important;
	background-position: center center !important;
}
.banerslide-prt .owl-nav .owl-next {
	background: url(../images/right.png) no-repeat !important;
	background-position: center center !important;
}





.service-sec{
	padding: 50px 0;
}

.servc-heding{
	text-align: center;
	padding: 50px 0;
}
.servc-heding span{
	text-align: center;
	display: inline-block;
	background: #4fcf0a;
	padding: 12px 50px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.servc-heding h2{
	font-family: "Taviraj", serif;
	font-size: 70px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #051C0A;
}
.srvcbx{
	margin: 10px 0;
}
.srvc-pic{
	position: relative;
}
.srvc-pic > img{
	width: 100%;
}
.srvc-pic span{
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	background: #4fcf0a;
	padding: 10px;
}
.srvc-detl {
	padding: 15px 0;
}
.srvc-detl h5{
font-family: "Taviraj", serif;
font-size: 40px;
font-weight: 400;
line-height: 40px;
letter-spacing: -0.01em;
color: #051C0A;
}

.srvc-detl p, .woocommerce-privacy-policy-text p, .entry-content p{
font-family: "Tenor Sans", sans-serif;
font-size: 19px;
font-weight: 400;
line-height: 30px;
color: #001313;
}

.srvc-detl a{
font-family: "Tenor Sans", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.02em;
color: #4fcf0a;
}



.our-award-sec{
	background: #EBFFEF;
	padding: 100px 0;
}


.award-heding{

}

.award-heding span ,.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit ,.woocommerce-button.button.woocommerce-form-login__submit{
	text-align: center;
	display: inline-block;
	background-color: #4fcf0a !important;
	padding: 12px 50px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
}
.award-heding h2{
	font-family: "Taviraj", serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #051C0A;
}

/*.award-heding p{
font-family: "Tenor Sans", sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.02em;
color: #000000;
}
*/
.viwalbtn a{
font-family: "Tenor Sans", sans-serif;
font-size: 28px;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.02em;
color: #051C0A;
display: inline-block;
margin-top: 25px;
position: relative;
}

.viwalbtn a::after {
	content: '';
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	background: #4fcf0a;
	border-radius: 100%;
	top: -9px;
}
.viwalbtn a span {
	margin: 0 12px 0 15px;
	z-index: 1;
	position: relative;
}


.award-info{
	display: flex;
	gap: 30px;
}
.awrdpic{
	max-width: 500px;
	width: 100%;
}

.awrd-object{
    margin:8px 0;
    display:block;
}

.awrd-object span{
font-family: "Tenor Sans", sans-serif;
font-size: 18px;
font-weight: 400;
letter-spacing: -0.02em;
text-align: left;
color: #4fcf0a;
}
.awrd-object h5{
font-family: "Taviraj", serif;
font-size: 32px;
font-weight: 400;
letter-spacing: -0.02em;
text-align: left;
color: #051C0A;
}

.awrd-object p{
font-family: "Tenor Sans", sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.02em;
text-align: left;

}




.creative-airticle-sec{
	background: #0A0A0A;
}
.creative-airticle-sec .container-fluid{
	padding: 0;
}
.creative-airticle-sec .container-fluid .row{
	margin: 0;
}
.creative-airticle-sec .container-fluid .row > div{
	padding: 0;
}
.karnapic{
	padding-right: 80px;
}

.airtcle-data{
	padding: 80px 200px 70px 50px;
	position: relative;
}
.airtcle-heding{
	margin-bottom: 30PX;
}
.airtcle-heding span{
	text-align: center;
	display: inline-block;
	background: #4fcf0a;
	padding: 12px 50px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
}
.airtcle-heding h2{
	font-family: "Taviraj", serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #fff;
	max-width: 540px;
}

.airtcle-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 40px 0;
	border-bottom: 1px solid #2e2e2e;
}
.airtcle-list:last-child{
	border: none;
}

.airtcle-detail ul{
	padding: 0;
	list-style: none;
}
.airtcle-detail ul li{
	display: inline-block;
	font-family: "Tenor Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: -0.02em;
	color: #fff;
	margin-right: 20px;
}
.airtcle-detail ul li span{
	margin-right: 5px;
}

.airtcle-detail h5{
font-family: "Taviraj", serif;
font-size: 32px;
font-weight: 400;
line-height: 38px;
text-align: left;
color: #fff;
}
.vertical-viwlink {
	display: inline-block;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	white-space: nowrap;
	color: #ffffff;
	padding: 10px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	position: absolute;
	right: -128px;
	top: 68%;
}
.vertical-viwlink::after {
	content: '';
	position: absolute;
	background: #4fcf0a;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}


.vertical-viwlink img {
	width: auto !important;
	filter: brightness(0) invert(1);
}


.brand-sec{
	overflow: hidden;
}

.brand-logo{
	height: 150px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #e9e9e9;
	width: 100%;
}

.brand-logo img{
	width: auto !important;
}



.fetured{
	padding: 60px 0;
}

.fetured-heding{
text-align: center;
margin-bottom: 30px;
}

.fetured-heding span{
	text-align: center;
	display: inline-block;
	background: #4fcf0a;
	padding: 12px 50px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
}
.fetured-heding h2{
	font-family: "Taviraj", serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #000;
}


.product-pic{
	width: 100%;
	text-align: center;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.product-pic img{
	width: auto !important;
	max-width: 100%;
	height:auto !important;
}

.futurd-product{
	padding: 10px 5px;

}



.product-bx{
	padding: 15px;
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 10px;
	border-left:0;
}
.product-bx::before{
	content: '';
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	top: -5px;
  left: -15px;
}
.product-bx::after{
	content: '';
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	bottom:-5px;
	left: -15px;
}

.prjct-text h4{
	font-family: "Taviraj", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
	color: #051C0A;
	margin-bottom:10px;
}
.prjct-text p{
	font-family: "Tenor Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	color: #001313;
	margin-bottom:10px;
}
.prjct-text strong{
font-family: "Taviraj", serif;
font-size: 24px;
font-weight: 500;
line-height: 30px;
color: #051C0A;
}
.prjct-text strong del{}
.prdct-detals{
	display: flex;
	gap: 10px;
	align-items: center;
}
.prdct-detals a{
	width: 60px;
	height: 60px;
	flex: 0 0 60px;
	background: #d5f6dc;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #051C0A;
	font-size: 24px;
}
.prdct-detals a:hover{
	background: #4fcf0a;
	color: #fff;
}

.futurd-product .owl-nav {
	width: 110%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
	right: -5%;
}

.futurd-product .owl-nav button {
	width: 44px;
	height: 44px;
	background: #fff !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 30px !important;
	color: #333 !important;
	border-radius: 100% !important;
	border: 1px solid #ccc !important;
}
.futurd-product .owl-nav .owl-prev {
	float: left;
}
.futurd-product .owl-nav .owl-next {
	float: right;
}

.viwall-link{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.viwall-link a {
	font-family: "Tenor Sans", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #051C0A;
	position: relative;
	padding-right: 12px;
}
.viwall-link a::after {
	content: '';
	width: 40px;
	height: 40px;
	background: #4fcf0a;
	border-radius: 100%;
	position: absolute;
	right: 0;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
}




.gurung-coment{
	background: #F7DC9D;
	padding: 50px 0;
}

.comment-inner{
	display: flex;
	align-items: center;
	gap: 80px;
	padding-top: 40px;
}
.comment-inner p{
font-family: "Taviraj", serif;
font-size: 35px;
font-weight: 500;
line-height: 52px;
text-align: left;
color: #051C0A;
}
.comment-inner h6 {
	font-family: "Tenor Sans", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 52px;
	text-align: left;
	color: #051C0A;
	display: flex;
	align-items: center;
}
.comment-inner h6::before{
	content: '';
	width: 36px;
	height: 1px;
	background: #051C0A;
	display: inline-flex;
	margin-right: 5px;
}
.gurungpic {
	flex: 0 0 400px;
	position: relative;
}
.gurungpic img{
	width: 400px;
	height: 400px;
	border-radius: 100%;
	object-fit: cover;
}

.gurungpic span {
	width: 100px;
	height: 100px;
	background: #4fcf0a;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
	border-radius: 0 25px 0 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -27px;
}





.newspaper-sec{
	background: #0A0A0A;
	padding: 60px 0 400px;
}

.nwspaper-heding{
	margin-bottom:110px;
}

.nwspaper-heding span{
	text-align: center;
	display: inline-block;
	background: #4fcf0a;
	padding: 12px 50px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
}
.nwspaper-heding h2{
	font-family: "Taviraj", serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #fff;
}

.nwspaper-heding p{
font-family: "Tenor Sans", sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.02em;
text-align: left;
color: #fff;
max-width: 650px;
}

.paperpic img{
	width: 100%;
}

.paper-info{
	transition: all 0.5s ease; 
}
.paper-dtls{
	padding:20px 15px;
	text-align: center;
	visibility: hidden;
	background: #353535;
	display:block;
}
.paper-dtls h6{
font-family: "Taviraj", serif;
font-size: 24px;
font-weight: 500;
line-height: 30px;
color: #FFFFFF;
}

.paper-dtls p{
font-family: "Tenor Sans", sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 26px;
text-align: center;
color: #fff;
margin-bottom: 0;
}

.paper-info:hover{
	transform: translateY(-100px);
}
.paper-info:hover .paper-dtls{
	visibility: visible;
}





.feturd-video {
	margin: -300px 0 50px;
	position: relative;
	padding-bottom: 20px;
}
.feturd-video::before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.feturvdo-heding{
	text-align: center;
	padding-bottom: 50px;
}
.feturvdo-heding span {
	text-align: center;
	display: inline-block;
	background: #4fcf0a;
	padding: 12px 50px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
}
.feturvdo-heding h2 {
	font-family: "Taviraj", serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #fff;
}

.bigvido{
	margin-bottom: 20px;
}



.outer { margin:0 auto; max-width:1200px;}
#big .item { background: #404040; padding: 0 0px; margin:0; color: #FFF; text-align: center;width:100%; }
#thumbs .item { background: #404040; height:88px; padding: 0px; margin:2px; color: #FFF; 
    text-align: center; cursor: pointer; overflow: hidden; margin: 0 10px;
}
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
#thumbs .owl-stage{margin:0 auto;}
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; display: none;}
#big.owl-theme .owl-next { right: 10px; display:none; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    /* background: #333; */
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #000;
    top: 50%;
    transform: translateY(-58%);
    display:none;
}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev:hover {
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #000;
    display:none;
}
.outer .owl-theme .owl-dots{
  display: none;
}
#thumbs .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#thumbs {
	margin-top: 20px;
	padding: 0 30px;
	max-width: 636px;
	margin: 0 auto;
}
#thumbs.owl-theme .owl-next{
    position: absolute;
    left: -10px;
}
#thumbs.owl-theme .owl-prev{
    position: absolute;
    right: -10px;
}
.dtlspic {
  height: 480px;
  background: #fff;
  border: 1px solid #e3e3e3;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: zoom-in;
}
.dtlspic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}

#thumbs .current img{
	border: 2px solid #4fcf0a;
}

.yutubtn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yutubtn img {
	width: auto !important;
	height: auto !important;
	position: static !important;
	max-width: 100px;
}





.our-blog-sec{
	padding: 60px 0;
}

.blog-outer-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 60px;
}


.explore-heding{

}

.explore-heding span {
	text-align: center;
	display: inline-block;
	background: #4fcf0a;
	padding: 12px 50px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
}
.explore-heding h2 {
	font-family: "Taviraj", serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #000;
}

.blog-outer-header a {
	font-family: "Tenor Sans", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #051C0A;
	position: relative;
	padding-right: 12px;
}
.blog-outer-header a::after {
	content: '';
	width: 40px;
	height: 40px;
	background: #4fcf0a;
	border-radius: 100%;
	position: absolute;
	right: 0;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
}
.blog-object{
	padding: 30px 0;
	position: relative;
}
.blog-object h5{
	font-family: "Taviraj", serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 47px;
	color: #051C0A;
	padding-right: 50px;
}
.blog-object p{
	font-family: "Tenor Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #001313;
}

.blog-object a {
	width: 60px;
	height: 60px;
	border: 1px solid #ccc;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	top: 25px;
	right: 0;
}
.blog-object a:hover{
	background: #4fcf0a;
	border: 1px solid #4fcf0a;
}
.blog-object a:hover img{
	filter: brightness(0) invert(1);
}



.philosophy-outer{
padding: 50px 0;
}


.philosophy-inner{
	background: #0A0A0A;
	padding: 60px 100px;
}

.philosophy-inner h2{
font-family: "Taviraj", serif;
font-size: 70px;
font-weight: 500;
line-height: 70px;
letter-spacing: -0.02em;
text-align: left;
color: #fff;
}
.philopsy-content{
	padding:30px 200px 30px 0;
	position: relative;
}
.philopsy-content p{
font-family: "Taviraj", serif;
font-size: 35px;
font-weight: 500;
line-height: 52px;
color: #fff;
}

.philopsy-content h6{
font-family: "Tenor Sans", sans-serif;
font-size: 28px;
font-weight: 400;
line-height: 52px;
color: #fff;
}

.morephilosphy a {
	font-family: "Tenor Sans", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #fff;
	position: relative;
	padding-right: 12px;
}
.morephilosphy a i{
	position: relative;
	z-index: 1;
}
.morephilosphy a::after {
	content: '';
	width: 40px;
	height: 40px;
	background: #4fcf0a;
	border-radius: 100%;
	position: absolute;
	right: 0;
/*	z-index: -1;*/
	top: 50%;
	transform: translateY(-50%);
}

.morephilosphy  a span {
	margin: 0 3px 0 15px;
	position: relative;
	z-index: 1;
}
.morephilosphy a img {
	width: auto !important;
	filter: brightness(0) invert(1);
}


.phisophy-slide .owl-nav{display: none !important;}
.phisophy-slide .owl-dots{display: flex !important; align-items: center; right: 0; position: absolute;
bottom: 8px; padding: 0 12px;counter-reset: section;}
.phisophy-slide .owl-dots button span{display: none !important;}
.phisophy-slide .owl-dots button::before{counter-increment: section; content: "0" counter(section); color: #CCC;
font-size: 16px;font-style: normal;font-weight: 500;line-height: 30px;letter-spacing: -0.64px; transition: all 0.3s ease-in-out;}
.phisophy-slide .owl-dots button{margin-right: 0; position: relative;background:none !important;}
.phisophy-slide .owl-dots button:last-child{margin: 0;}
.phisophy-slide .owl-dots button.active::before{color: #fff; font-size: 18px; position: static; top: -38px;}
.phisophy-slide .owl-dots button::after {
	position: relative;
	bottom: 5px;
	transition: all 0.3s ease-in-out;
	content: "";
	background: #fff;
	display: inline-flex;
	margin: 0 5px;
}
.phisophy-slide .owl-dots button.active::after{height: 1px;width: 80px;}


.gurung-coment .owl-nav{display: none !important;}
.gurung-coment .owl-dots{display: flex !important; align-items: center; right: 0; position: absolute;
bottom: 8px; padding: 0 12px;counter-reset: section;}
.gurung-coment .owl-dots button span{display: none !important;}
.gurung-coment .owl-dots button::before{counter-increment: section; content: "0" counter(section); color: #666;
font-size: 16px;font-style: normal;font-weight: 500;line-height: 30px;letter-spacing: -0.64px; transition: all 0.3s ease-in-out;}
.gurung-coment .owl-dots button{margin-right: 0; position: relative;background: none !important;}
.gurung-coment .owl-dots button:last-child{margin: 0;}
.gurung-coment .owl-dots button.active::before{color: #000; font-size: 18px; position: static; top: -38px;}
.gurung-coment .owl-dots button::after {
	position: relative;
	bottom: 5px;
	transition: all 0.3s ease-in-out;
	content: "";
	background: #000;
	display: inline-flex;
	margin: 0 5px;
}
.gurung-coment .owl-dots button.active::after{height: 1px;width: 80px;}



.key-ovement-sec{
	padding: 50px 0;
}

.keydetals{
padding-right: 50px;
}

.keydetals span {
	text-align: center;
	display: inline-block;
	background: #4fcf0a;
	padding: 12px 50px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
}
.keydetals h2 {
	font-family: "Taviraj", serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #000;
	margin-bottom: 20px;
}

.keydetals p{
font-family: "Tenor Sans", sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.02em;
text-align: left;

}


.key-twopic {
	text-align: right;
	display: inline-flex;
	gap: 30px;
	align-items: flex-start;
}

.key-twopic img:last-child{
	margin-top: 50px;
}







.memori-event{
	padding: 50px 0;
}

.memori-heding{
	text-align: center;
	padding-bottom: 100px;
}

.memori-heding span {
	text-align: center;
	display: inline-block;
	background: #4fcf0a;
	padding: 12px 50px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
}
.memori-heding h2 {
	font-family: "Taviraj", serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #000;
}


.evnt-bx{
	width: 100%;
	position: relative;
	transition: all 0.5s ease;
}
.evnt-media{
	width: 100%;
	position: relative;
}
.evnt-media::after {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 46, 46, 0) 64.75%, #002E2E 100%);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.evnt-objct {
	position: absolute;
	bottom: 0;
	padding: 15px;
	z-index: 1;
}


.evnt-objct h6{
font-family: "Taviraj", serif;
font-size: 24px;
font-weight: 500;
line-height: 30px;
color: #fff;
}
.evnt-objct p{
font-family: "Tenor Sans", sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 26px;
color: #fff;
display: none;
transition: all 0.5s ease;
}

.evnt-bx:hover{
	transform: translateY(-80px);
}
.evnt-bx:hover .evnt-objct p{
	display: block;
	transition: all 0.5s ease;
}





.karna-about{
	padding: 50px 0;
	overflow: hidden;
}


.abutpic{
	position: relative;
}

.abutlogo {
	position: absolute;
	right: 11px;
	bottom: -205px;
	animation-name: spin;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.abut-call {
	font-family: Taviraj;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.03em;
	text-align: left;
	margin-top: 50px;
}


.about-object{

}

.about-object span {
	text-align: center;
	display: inline-block;
	background: #4fcf0a;
	padding: 12px 50px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.about-object h2 {
	font-family: "Taviraj", serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #000;
}
.about-object{
font-family: "Tenor Sans", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 29px;
letter-spacing: -0.02em;
text-align: left;
color: #373734;
}

.about-object a {
	font-family: "Tenor Sans", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #051C0A;
	position: relative;
	padding-right: 12px;
	margin-top: 15px;
	display: inline-block;
}
.about-object a::after {
	content: '';
	width: 40px;
	height: 40px;
	background: #4fcf0a;
	border-radius: 100%;
	position: absolute;
	right: 0;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
}
.abutobjctpic{
	margin-top: 65px;
}

.abut-call span {
	width: 70px;
	height: 70px;
	background: #000;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: left;
	color: #fff;
}

.abutcalling {
	overflow: hidden;
	padding-left: 15px;
}





.footer-sec{
	background: #0A0A0A;
	padding: 50px 0 0;
	position: relative;
}


.contact-fotr{
	padding: 50px 50px 0 50px;
}

.footer-link ul{
padding: 0;
counter-reset: section;
}
.footer-link ul li {
	padding: 0;
	padding: 10PX 0;
	border-bottom: 1PX solid #292929;
	list-style: none;
	font-family: "Tenor Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #646464;
	
}
.footer-link ul li::before {
  counter-increment: section;
  content: counter(section);
  font-weight: bold;
  margin-right: 8px;
}

.footer-link ul li.single-digit::before {
  content: "0" counter(section);
}

.footer-link ul li a{
color: #646464;
}

.footer-link ul li:hover{color: #fff;}


.contact-fotr h2{
font-family: "Taviraj", serif;
font-size: 180px;
font-weight: 400;
line-height: 155px;
letter-spacing: -0.02em;
color: #fff;
margin-bottom: 50px;
}


.fotr-adrss h6{
font-family: "Taviraj", serif;
font-size: 28px;
font-weight: 500;
line-height: 20px;
letter-spacing: -0.02em;
color: #fff;
margin-bottom: 20px;
}
.fotr-adrss a{
font-family: "Tenor Sans", sans-serif;
font-size: 24px;
font-weight: 400;
letter-spacing: -0.02em;
color: #fff;
display: inline-block;
margin-bottom: 12px;
}
.fotr-adrss p{
font-family: "Tenor Sans", sans-serif;
font-size: 24px;
font-weight: 400;
letter-spacing: -0.02em;
color: #fff;
}

.follow-link{

}

.follow-link h6{
font-family: "Taviraj", serif;
font-size: 28px;
font-weight: 500;
line-height: 20px;
letter-spacing: -0.02em;
color: #fff;
margin-bottom: 20px;
}
.follow-link ul{
	padding: 0;
	list-style: none;
}
.follow-link ul li{
	display: inline-block;
	width: 49%;
	padding: 5px 0;
}
.follow-link ul li a{
	font-family: "Tenor Sans", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: -0.02em;
	color: #fff;
}


.copy-right-sec {
	padding: 30px 0;
	border-top: 1px solid #292929;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.mycpy{
	font-family: "Taviraj", serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	position: relative;
	z-index: 1;
}
.mycpy::after {
	opacity: 1;
	content: '';
	background: #4fcf0a;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	left: 0;
	position: absolute;
	z-index: -1;
}
.alright{
font-family: "Tenor Sans", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 38px;
text-align: left;
color: #4B6852;
}
.alright a{
	color: #fff;
	text-decoration: none;
}











.timeline-details{
	padding: 200px 0 250px;
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 20px 0;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #4CAF50;
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 190px;
    text-align: center;
    margin: 0 10px;
}

.timeline-item .timeline-bullet {
    width: 20px;
    height: 20px;
    background: #4CAF50;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.timeline-item .timeline-date {
    position: absolute;
    top: calc(50% + 12px);
    background: #ffffff;
    color: #051C0A;
    font-family: "Taviraj", serif;
    padding: 5px 10px;
    border-radius: 10px;
    z-index: 2;
    font-size: 30px;
}

.timeline-item.top .timeline-date {
    top: calc(50% - 67px);
}

.timeline-item.top .timeline-content {
    transform: translateY(-120px);
}

.timeline-item.bottom .timeline-content {
    transform: translateY(115px);
}

.timeline-item .timeline-content {
    background: #ffffff;
    border-radius: 50px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.timeline-item img {
    max-width: 100%;
    border-radius: 50px;
}

.timeline-item p {
    margin: 10px 0 0;
    font-size:14px;
}


.timeline-item.top .showtimeinfo {
	position: absolute;
	top: 0;
	transform: translateY(-250px);
	width: 300px;
	opacity: 0;
	transition: all 0.5s ease;
	background: #fff;
	padding: 5px;
	border-radius: 50px;
}


.timeline-item:hover .showtimeinfo {
	opacity: 1 !important;
}


.timeline-item.bottom .showtimeinfo {
	position: absolute;
	top: 0;
	transform: translateY(250px);
	width: 300px;
	opacity: 0;
	transition: all 0.5s ease;
}










.meet-fmly-sec{
	background: #0A0A0A;
	padding: 50px 0;
	position: relative;
}
.othsmenbr{
	position: absolute;
	right:30px;
	bottom: 100px;
	border-radius: 64.5px 64.5px 64.5px 0px;
	max-width: 128px;
	overflow: hidden;
}

.shapeicon {
	position: absolute;
	right: 14%;
	bottom: 10%;
	max-width: 65px;
}


.ownrmembr{
position: absolute;
left: 0;
top: 20%;
width: 130px;
height: 130px;
overflow: hidden;
border-radius: 100%;
}
.ownrmembr img{
	width: 100%;height: 100%;object-fit: cover;
}


.fmly-heading{
	display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 30px;
}
.headig-txt{
	width:72%;
	border-bottom: 1px solid #333;
}
.headig-txt span {
	text-align: center;
	display: inline-block;
	background: #4fcf0a;
	padding: 12px 50px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 30px;
}
.headig-txt h2 {
	font-family: "Taviraj", serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	color: both;
}
.headig-txt h2::after {
	content: '';
	height: 1px;
	width: 100%;
	background: #4fcf0a;
	position: absolute;
	bottom: -20px;
	left: 0;
}

.heding-pic {
	border-radius: 0 0 100px 100px;
	position: relative;
	top: 50px;
}
.heding-pic img {
	border-radius: 0 0 100px 100px;
}
.hedingicon {
	position: relative;
	top: 82px;
}

.family-abut{
	padding: 50px 0;
}

.fmlypicbx{
	max-width: 280px;
	width: 100%;
	float: left;
}
.fmlypicbx img{
	width: 100%;
}

.family-descrip{
	overflow: hidden;
	padding: 0 220px 0 40px;
}

.family-descrip strong{
font-family: "Tenor Sans", sans-serif;
font-size: 26px;
font-weight: 400;
line-height: 40px;
letter-spacing: -0.02em;
color: #fff;
margin-bottom:10px;
}
.family-descrip p{
font-family: "Tenor Sans", sans-serif;
font-family: Tenor Sans;
font-size: 18px;
font-weight: 400;
line-height: 32px;
text-align: left;
color: #fff;
margin-bottom:10px;
}



.upscroll {
	display: inline-block;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	white-space: nowrap;
	color: #ffffff;
	padding: 10px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	position: absolute;
	right: -128px;
	top: 68%;
}
.upscroll:hover{
	color: #ccc;
}
.upscroll::after {
	content: '';
	position: absolute;
	background: #4fcf0a;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.upscroll img {
	width: auto !important;
	filter: brightness(0) invert(1);
}

.inerbaner {
	background: #000;
	padding: 160px 0 50px;
	position:relative;
	overflow:hidden;
}
.inerbaner .bnrshp {
	width: 100%;
	height: 100%;
}
.iner-hedr h2{
	font-family: "Taviraj", serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
	margin-bottom:10px;
}
/*.breadcrumb{*/
/*    justify-content: center;*/
/*}*/
/*.breadcrumb li{*/
/*    color:#fff;*/
/*    font-size:15px;*/
/*}*/
/*.breadcrumb li::after{*/
/*    content:'|';*/
/*    color:#fff;*/
/*    margin:0 10px;*/
/*}*/
/*.breadcrumb li:last-child::after{*/
/*    display:none;*/
/*}*/
/*.breadcrumb li a{*/
/*    color:#4fcf0a;*/
/*}*/






/* Ensure the container has proper padding and margins */

/* Style for product images */
.woocommerce div.product div.images img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Style for product summary */
.woocommerce div.product div.summary {
    padding-left: 30px;
}

/* Customize the product title */
.woocommerce div.product .product_title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Customize the price display */
.woocommerce div.product p.price {
    font-size: 1.5em;
    color: #0073aa;
    margin-bottom: 20px;
}

/* Style for the add to cart button */
.woocommerce div.product form.cart .button {
	background-color: #4a4a4a;
	color: #fff;
	padding: 18px 24px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 18px;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #4fcf0a;
}

/* Style for product meta */
.woocommerce div.product .product_meta {
    margin-top: 20px;
    font-size: 0.9em;
    color: #555;
}

/* Style for product tabs */
.woocommerce div.product .woocommerce-tabs ul.wc-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
    margin-right: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
    font-size: 1.2em;
    color: #0073aa;
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active a {
    border-bottom: 2px solid #0073aa;
    color: #333;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #f9f9f9;
}






.related.products {
    margin-top: 50px;
}

.related.products h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
}

.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-bx {
    border: 1px solid #eee;
    padding: 15px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.product-bx:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-pic img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.prjct-text {
    font-size: 18px;
    margin-bottom: 10px;
}

.prdct-detals .price {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.prdct-detals .button {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.prdct-detals .button:hover {
    background-color: #000;
}





.inner-banner{
	padding-bottom: 50px;
	height: auto !important;
}



.srvcmidle-body{
	padding: 60px 0;
}
.middle-bdy-oject{
	padding: 0  0 0;
}
.middle-bdy-oject h3{
font-family: "Taviraj", serif;
font-size: 70px;
font-weight: 500;
line-height: 70px;
letter-spacing: -0.02em;
color: #051C0A;
margin-bottom:15px;
}
.middle-bdy-oject p{
	font-family: "Tenor Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #000;
	margin-bottom:15px;
}
.srvcmidlbdy-pic{
	padding-left: 20px;
}
.srvcmidlbdy-pic img{
	max-width: 100%;
}




.service-business{
	width: 100%;
  margin-top: 30px;
  position: relative;
}

.service-business::before {
	content: '';
	background: #051C0A;
	background-size: cover;
	position: absolute;
	width: 100%;
	left: 0;
	top: 280px;
	bottom: 0;
	z-index: -1;
}

.srvcbusins-inner{
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.buisness-met{
	text-align: center;
	margin-bottom: 30px;
}
.buisness-met img{
	max-width: 100%;
}

.buisnesbdy-content {
	text-align: center;
	max-width: 1084px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
.buisnesbdy-content h3{
font-family: "Taviraj", serif;
font-size: 70px;
font-weight: 500;
line-height: 70px;
letter-spacing: -0.02em;
text-align: center;
color: #fff;
margin-bottom: 30px;
}

.buisnesbdy-content p{
font-family: "Tenor Sans", sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.02em;
text-align: center;
color: #fff;
}

.hpyclient{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0;
}

.hapyiner{
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.static-icon{
	background: #2BD350;
	width: 88px;
	height: 88px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 88px;
}


.hpycstomer strong {
	font-family: "Taviraj", serif;
	font-size: 90px;
	font-weight: 600;
	color: #fff;
	display: block;
	line-height: 90px;
}

.hpycstomer small{
font-family: "Tenor Sans", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 18px;
letter-spacing: -0.03em;
color: #fff;
}


.servc-botom-bdy{
	padding: 60px 0;
}

.srvc-btom-objct h3{
	font-family: "Taviraj", serif;
	font-size: 70px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.02em;
	color: #051C0A;
}

.srvc-btom-objct p{
	font-family: "Tenor Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #000000;
	margin-top:15px;
}


.inner-banner .baner-caption {
	padding: 0px 50px 0 30px;
}

.breadcrumbcontainer{padding:0 15px;}
.breadcrumb{background: 0 0; padding: 20px 0px 18px 0px; margin-bottom: 0px; -webkit-border-radius: 0px; border-radius: 0px;display: flex;align-items: center;}
.breadcrumb li{color: #fff; font-size: 15px; font-weight: 400;}
.breadcrumb>li+li:before{display: inline-block; padding: 0 10px; color: #fff; vertical-align: middle; font-size: 9px; content: "\e912";font-family: 'icomoon' !important;}
.breadcrumb li a{color: #fff; text-decoration: none; -webkit-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
.breadcrumb li a:hover{color: #0B9444;}
.breadcrumb li.active{color: #0B9444;}
.breadcrumbcontainer .breadlt{ width: 100%; border-bottom: 1px solid #C6C6C6;}
.breadcrumbcontainer .breadrt{display: table-cell; vertical-align: middle; white-space: nowrap;}
.breadcrumbcontainer .breadrt .form-switch.form-check-reverse{padding-right: 70px;}
.breadcrumbcontainer .breadrt .form-switch .form-check-label{font-size: 15px; font-weight: 500; color: #39378A; padding-top: 5px;}
.breadcrumbcontainer .breadrt .form-switch .form-check-input{width: 60px; height: 26px; margin-right: -70px; margin-top: 3px; border-color: #C9C6E1; background-color: #C9C6E1; -webkit-box-shadow: 10px 11px 30px #E0DEFA; box-shadow: 10px 11px 30px #E0DEFA;}
.breadcrumbcontainer .breadrt .form-switch .form-check-input:checked[type=checkbox]{background-color: #39378A; border-color: #39378A;}


.wp-block-woocommerce-cart-order-summary-block{
    border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
}

.wc-block-cart__submit-button {
	background: #000;
	color: #fff;
	border-radius: 5px;
	margin-top: 10px !important;
}


.comnpge{
    padding:60px 0;
}
.comnpge p{
    font-size:16px;
    margin:15px 0;
}



/*=========================================
            12. BLOG SECTION CSS
============================================*/
.single-blog-card{
    margin-bottom: 25px;
}
.single-blog-card img{
    border-bottom: 3px solid #4fcf0a;
    position: relative;
    display: block;
    top: 0;
}
.meta-date{
    position: absolute;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #ef402e;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    bottom: -22px;
}
.meta-date strong{
    display: block;
    line-height: 4px;
    margin-top: 16px;
}
.single-blog-card span.category {
    z-index: 2;
    top: 10px;
    right: 10px;
}
.single-blog-card .card-body{
    padding: 1.75rem;
}

.meta-list {
    opacity: 0.8;
    font-size: 95%;
}

.meta-list li.list-inline-item:not(:last-child) {
    margin-right: 0.7rem;
}
.single-blog-card a{
    font-size: 16px;
    font-weight: 600;
    color: #444242;
    font-family: 'Montserrat', sans-serif;
}
.single-blog-card a, .single-blog-card a:hover {
    text-decoration: none;
}
.single-blog-card a:hover{
    color: #ef402e;
}
a.detail-link {
    display: inline-block;
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}


a.detail-link span {
    font-size: 12px;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #ef402e;
}


a.detail-link:hover {
    color: #ef402e;
}
a.detail-link:hover span{
    transform: translateX(3px);
    margin-left: 8px;
}


.meta-date {
	position: absolute;
	left: 20px;
	width: 55px;
	height: 55px;
	background: #4fcf0a;
	border-radius: 2px;
	text-align: center;
	color: #000;
	bottom: -22px;
}
.meta-date strong {
	display: block;
	line-height: 4px;
	margin-top: 16px;
}

a.detail-link {
	display: inline-block;
	text-decoration: none;
	color: #495057;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	margin-top:15px;
}
a.detail-link:hover {
	color: #fdc800;
}
.single-blog-card {
	margin-bottom: 25px;
}
.ptb-100 {
	padding: 60px 0;
}

.our-blog-section .card-body p{
    font-size: 14px;
}
.blog-img{
    height:350px;
}
.blog-img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: top;
}
.blogdtlpic {
	height: auto !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none!important;}








/*=======================================================================
Contact Page Area
=========================================================================*/
.contact-us-page1-area {
  padding: 90px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us-page1-area {
    padding: 80px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-page1-area {
    padding: 70px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-us-page1-area {
    padding: 60px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contact-us-page1-area {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .contact-us-page1-area {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-info1 {
    margin-bottom: 30px;
  }
}
.contact-us-info1 h2 {
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
}
.contact-us-info1 ul {
  margin-top: 11px;
  border: 1px solid #BDBDBD;
}
.contact-us-info1 ul > li {
  padding: 15px 0 8px 30px;
  position: relative;
  border-bottom: 1px solid #BDBDBD;
}
@media only screen and (max-width: 1199px) {
  .contact-us-info1 ul > li {
    padding: 13px 0 6px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li {
    padding: 15px 0 6px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-info1 ul > li {
    padding: 13px 0 4px 30px;
  }
}
.contact-us-info1 ul > li:last-child {
  border-bottom: 0;
}
.contact-us-info1 ul > li i {
  color: #002147;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 40px;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li i {
    top: 20px;
  }
}
.contact-us-info1 ul > li h3 {
  text-transform: capitalize;
  color: #111111;
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-us-info1 ul > li .contact-social {
  margin-bottom: 10px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .contact-us-info1 ul > li .contact-social {
    margin-bottom: 20px;
  }
}
.contact-us-info1 ul > li .contact-social li {
  display: inline;
  margin-right: 15px;
  padding: 0;
  border: none;
}
@media only screen and (max-width: 1199px) {
  .contact-us-info1 ul > li .contact-social li {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-us-info1 ul > li .contact-social li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li .contact-social li {
    margin-right: 2px;
  }
}
.contact-us-info1 ul > li .contact-social li a {
  background: transparent;
  border: 1px solid #002147;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li .contact-social li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }
}
.contact-us-info1 ul > li .contact-social li a i {
  font-size: 20px;
  position: inherit;
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li .contact-social li a i {
    font-size: 16px;
  }
}
.contact-us-info1 ul > li .contact-social li:hover a {
  border: 1px solid #002147;
  background: #002147;
}
.contact-us-info1 ul > li .contact-social li:hover a i {
  color: #ffffff;
}
.contact-form1 .form-group {
  margin-bottom: 25px;
}
.contact-form1 .form-group .form-control {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 1px solid #BDBDBD;
}
.contact-form1 .form-group input {
  height: 45px;
}
.contact-form1 .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.contact-form1 .form-response .alert-success {
  background-color: transparent;
  color: #00082E;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .contact-form1 .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-form1 .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.google-map-area {
  margin-top: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .google-map-area {
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .google-map-area {
    margin-top: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .google-map-area {
    margin-top: 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .google-map-area {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .google-map-area {
    margin-top: 50px;
  }
}
.contact-us-page2-area {
  padding: 88px 0 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us-page2-area {
    padding: 78px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-page2-area {
    padding: 68px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-us-page2-area {
    padding: 58px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contact-us-page2-area {
    padding: 48px 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .contact-us-page2-area {
    padding: 38px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-info2 {
    margin-bottom: 30px;
  }
}
.contact-us-info2 ul {
  margin-top: 10px;
  list-style:none;
  padding:0;
}
.contact-us-info2 ul li {
  position: relative;
  padding: 25px 0 25px 70px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  color: #002147;
  margin-bottom: 30px;
}
.contact-us-info2 ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .contact-us-info2 ul li {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-info2 ul li {
    padding: 25px 0 25px 40px;
  }
}
.contact-us-info2 ul li i {
  position: absolute;
  left: 23px;
  top: 22px;
  z-index: 1;
  color: #4fcf0a;
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-info2 ul li i {
    left: 6px;
    top: 24px;
  }
}
.contact-form2 .form-group {
  margin-bottom: 25px;
}
.contact-form2 input {
  border-radius: 0;
  background: #f1f1f1;
  box-shadow: none;
  border: none !important;
   width:100%;
}
.contact-form2 input {
  height: 45px;
  color: #002147;
}
.contact-form2  textarea {
  height: 178px;
   background: #f1f1f1;
  box-shadow: none;
  border: none !important;
   width:100%;
}
.contact-form2 .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.contact-form2 .form-response .alert-success {
  background-color: transparent;
  color: #00082E;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
.wpcf7-submit {
  color: #FFFFFF !important;
  padding: 15px 0 !important;
  background: #4fcf0a !important;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 700 !important;
  display: inline-block;
  border: none;
  width: 162px !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: auto !important;
}
.wpcf7-submit:hover{
    background:#000 !important;
}
.contact-form2 p label{
    width:100%;
}
@media only screen and (max-width: 479px) {
  .contact-form2 .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-form2 .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}


.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}



.productlisting{
    padding:50px 0;
}
.productlisting .product-bx{
    margin-bottom:20px;
}



.woocommerce{
    max-width:100% !important;
}
.woocommerce-cart-form__cart-item .product-thumbnail{
    max-width:32px;
}
.woocommerce-cart-form thead{
    background: #000;
  color: #fff;
}

.woocommerce-cart-form .coupon{
    display:none;
}
.woocommerce .quantity .qty {
	width: auto;
	text-align: center;
	border: 1px solid #ccc;
	height: 40px;
}

.cart_totals  h2{
    font-size: 30px;
  margin-bottom: 12px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	max-width: 400px;
}

.checkout-button {
	background: #000 !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	border-radius: 5px !important;
}
.checkout-button:hover{
    background: #4fcf0a !important;
}
.woocommerce table.shop_table th {
	border-color: #ccc;
}
.woocommerce table.shop_table td {
	border-color: #ccc;
}

.cart-subtotal td{
    font-weight:500;
}
.entry-header{
   padding-bottom: 30px !important; 
}
.entry-header .entry-title {
	font-size: 50px !important;
	
}

.woocommerce-billing-fields__field-wrapper input{
    border:1px solid #ccc !important;
    height:50px;
}
.woocommerce-billing-fields__field-wrapper select{
    border:1px solid #ccc !important;
    height:50px;
}
.woocommerce form .form-row textarea{
    border:1px solid #ccc !important;
    padding:10px;
}

.select2-container .select2-selection--single {
	height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px !important; 
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
}

.woocommerce-product-gallery__image {
	width: 100%;
	height: 400px;
	position: relative;
	text-align: center;
	border: 1px solid #ccc;
	margin: 10px;
}
.woocommerce-product-gallery__image a{
    display:inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	height:auto;
	display: inline-block;
}
.woocommerce div.product form.cart div.quantity {
	float: none !important;
}

.woocommerce-breadcrumb{
    display:none;
}
.woocommerce-checkout-review-order .product-name{
    font-size:15px;
}
.woocommerce-checkout-review-order .product-total{
    font-size:15px;
}
.woocommerce-checkout-review-order .cart-subtotal {
	text-align: left;
	font-size:15px;
}
.woocommerce-checkout-review-order .order-total{
    font-size:15px;
    text-align:left;
}
.woocommerce-checkout-review-order .product-name img {
	max-width: 40px !important;
}

.woocommerce-checkout-review-order-table th{
    text-align:left;
}

.woocommerce-cart-form__contents  .product-thumbnail{
   display:none; 
}

.woocommerce-cart-form__cart-item .product-name img {
	max-width: 40px !important;
	width: auto !important;
	max-height: 100% !important;
}

.woocommerce-cart-form__contents .actions button{
    color:#fff !important;
}

.woocommerce-order-overview {
	padding: 0;
	margin-top: 20px !important;
}
.woocommerce-order .container{padding:0;}
.woocommerce ul.order_details li strong {
	margin-top: 5px;
}

.entry-header.alignwide{
    margin-bottom:40px !important;
    display: none;
}

.woocommerce .woocommerce-customer-details address{
    padding:15px !important;
    margin-top:15px;
}

tfoot th{
    text-align:left !important;
}
tfoot td{
    text-align:left !important;
}

/*.page .entry-title {*/
/*display: none;*/
/*}*/




.shop-page-list {
	margin: 40px 0 !important;
}
.woocommerce-products-header{
    margin-bottom:30px;
}
.shop-page-list .woocommerce-products-header h1{
    font-size:40px;
    font-weight:500;
}
.productlist-sidebar{
    padding:15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.productlist-sidebar .product-search-form{
    display:flex;
    margin-bottom:15px;
}
.productlist-sidebar .product-search-form input {
	border: 1px solid #ccc;
	font-size: 14px;
	height: 50px;
	width: 100%;
	border-radius: 5px;
}
.productlist-sidebar .product-search-form button {
	padding: 0 10px;
	font-size: 16px;
	background: #000 !important;
	border-radius: 5px;
	color: #fff !important;
}


.productlist-sidebar .product-category {
	display: block;
	width: 100% !important;
	margin: 8px 0 !important;
}
.productlist-sidebar .product-category img {
	display: none !important;
}

.shop-page-list .woocommerce-ordering select{
    border: 1px solid #ccc;
  font-size: 15px;
  border-radius: 5px;
}


.charity-sec{
    padding:50px 0;
}



.single-couses {
	display: block;
	overflow: hidden;
}
.couses-image{
    height:220px;
    width:100%;
}
.couses-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	/*object-position: top;*/
}
.single-couses-image-text {
	transition: all 0.3s ease 0s;
}
.couses-text {
	background: #f1f1f1 none repeat scroll 0 0;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px 25px;
}
.couses-text h3 {
	color: #1b1b1b;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:15px;
}
.couses-text.text-center > p {
	color: #333;
	font-size: 13px;
	margin-bottom: 12px;
}
.couses-text.text-center > h6 {
	color: #333;
	font-size: 18px;
	margin-bottom: 0;
}
.couses-button {
	width: 100%;
	margin-top: 15px;
}
.btn-md {
	background: #4fcf0a;
	color: #fff;
	font-family: raleway;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 25px;
	text-transform: uppercase;
	display: inline-block;
}
.btn-md:hover {
	background: #000;
	color: #fff;
}

.philosphy-details-pge{
    padding:50px 0;
}
.philosphy-detls-inner{
    padding:20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.phisphydtls-pic{
    margin-bottom:15px;
}
.phisphydtls-pic img{
    width:100%;
}
.philosphy-detls-inner h3 {
	font-family: "Taviraj", serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #051C0A;
}
.philosphy-detls-inner p {
	font-family: "Tenor Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-bottom:15px;
}



.woocommerce-account .headercontainer {background: #000; position: relative;padding:0;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {border: 1px solid gray !important;    border-radius: 6px !important;}
.woocommerce-account .entry-content{margin-top: -100px;}

.woocommerce-form-login__submit:hover{background: #000 !important;}
.woocommerce-account .woocommerce-LostPassword a:hover{color: #4fcf0a !important;}

.logged-in .entry-content
 {
    margin-top: 50px;
}
.woocommerce-MyAccount-navigation ul{list-style-type: none;background: #4fcf0a;}

.woocommerce-MyAccount-navigation ul li{padding:10px 0;}



.woocommerce-MyAccount-navigation {
  background: #4fcf0a ;
  padding: 20px;
  border-radius: 12px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #000;
  color: #fff;
}

.woocommerce-MyAccount-content {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.logged-in .woocommerce{padding:0 5%;}
.logged-in .woocommerce-button.button {color: #FFFFFF !important;
    padding: 10px 20px !important;
    background: #4fcf0a !important;}
.logged-in .woocommerce-info .button {color: #FFFFFF !important;
    padding: 10px 20px !important;
    background: #4fcf0a !important;}
.woocommerce-info {
    border-top-color: var(--global--color-primary) !important;}
.woocommerce-info::before {
    color: var(--global--color-primary) !important;}
.logged-in a:hover{color:#4fcf0a !important;}



/* Container styling for address section */
.woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

/* Individual address block */
.woocommerce-Address {
  background: #ffffff;
  padding: 25px;
  width: 100%;
  max-width: 450px;
  flex: 1;
  transition: transform 0.3s ease;
}



/* Title styling (Billing / Shipping address) */
.woocommerce-Address h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111827;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

/* Address text */
.woocommerce-Address address {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Edit/Add link */
.woocommerce-Address a {
  float: right;
  font-size: 14px;
  
  text-decoration: none;
}

.woocommerce-Address a:hover {
  text-decoration: underline;
}
.edit-account fieldset {padding:0;}
.woocommerce-cart .wc-proceed-to-checkout a:hover{color:#000 !important;}
.woocommerce-cart .actions button{color: #FFFFFF !important;
    padding:15px 10px;
    background: #4fcf0a !important;}
.woocommerce-lost-password .container.mt-3{}
.woocommerce-account .woocommerce-privacy-policy-text p{padding-bottom:20px;}
.woocommerce form .form-row input.input-text ,.register #reg_email{height:46px !important;}
@media (min-width: 1920px){
.container{max-width: 1560px; width: auto;}


}

@media (max-width: 1800px) {

.headercontainer .navigation .sf-menu > li{margin: 0px 15px;}
.headercontainer .navigation .sf-menu > li a {
	font-size: 16px;
}
.headercontainer .logoouter {
	max-width: 230px;
}


}

@media (max-width: 1700px) {
  .headercontainer .loginbtx a {
	font-size: 14px;
}
.headcl {
	font-size: 15px;
}

  .nearestcap {
	max-width: 664px;
}
.nearestcap p {
	font-size: 28px;
}

.contact-fotr h2 {
	font-size: 145px;
	line-height: 145px;
}

.evnt-objct p {
	font-size: 16px;
}
.evnt-objct h6 {
	font-size: 21px;
}
.hedingicon {
	max-width: 80px;
}
.footer-link ul li {
	font-size: 24px;
}

.key-twopic img{
	width: 100%;
}
.blog-object h5 {
	font-size: 35px;
}
.blog-object p {
	font-size: 16px;
}

.abutlogo {
	right: 0;
	bottom: -174px;
	max-width: 197px;
}
.abut-call {
	font-size: 26px;
}
.blog-object h5 {
	font-size: 36px;
}
.topLeft {
	width: 96px;
}
.topeml a {
	font-size: 24px;
}
.topeml {
	margin-top: 178px;
}
.baner-caption h2 {
	font-size: 65px;
	line-height: 76px;
}
.greenbx {
	font-size: 20px;
	max-width: 190px;
}
.srvc-detl p, .woocommerce-privacy-policy-text p, .entry-content p {
	font-size: 16px;
	line-height: 26px;
}
.srvc-detl h5 {
	font-size: 33px;
}

.award-heding h2 {
	font-size: 54px;
	line-height: 62px;
}
.awrd-object h5 {
	font-size: 30px;
}
.awrd-object p {
	font-size: 15px;
	line-height: 27px;
}
.airtcle-detail h5 {
	font-size: 28px;
}
.airtcle-data {
	padding: 80px 200px 70px 0;
	position: relative;
}



}
@media (max-width: 1599px) {

.topLeft {
	width: 75px;
}

.headercontainer .tophead{
	max-width: 96%;
}
.headercontainer .row{
	justify-content: flex-end;
}
.banerslide-prt {
	padding-top: 50px;
	padding-left: 40px;
}

.futurd-product {
	padding: 10px 20px;
}



}
@media (max-width: 1499px) {
 

.headercontainer .navigation .sf-menu > li {
	margin: 0px 10px;
}

.baner-caption {
	position: relative;
	padding: 60px 40px 0 30px;
}


}
@media (max-width: 1399px) {

.headercontainer .navigation .sf-menu > li{margin: 0px 10px;}
.headercontainer .navigation .sf-menu > li a {
	font-size: 15px;
}
.headercontainer .logoouter .logo {
	top: -45px;
}
.headercontainer .logoouter {
	max-width: 160px;
}
.headercontainer {
	padding: 15px 0px;
}


.baner-caption h2 {
	font-size: 55px;
	line-height: 65px;
}
.baner-caption p {
	font-size: 15px;
	line-height: 28px;
}
.greenbx {
	font-size: 20px;
	line-height: 29px;
	max-width: 190px;
}
.btomarw {
	padding-left: 36%;
}
.baner-btn a {
	font-size: 23px;
	line-height: 20px;
}

.servc-heding h2 {
	font-size: 60px;
	line-height: 65px;
}
.srvc-detl h5 {
	font-size: 30px;
}
.srvc-detl p, .woocommerce-privacy-policy-text p, .entry-content p {
	font-size: 15px;
	line-height: 25px;
}
.award-heding h2 {
	font-size: 46px;
	line-height: 57px;
}
.award-heding span{
	padding: 12px 30px;
	font-size: 20px;
}
.awrd-object h5 {
	font-size: 26px;
}
.awrd-object p {
	font-size: 16px;
	line-height: 27px;
}
.airtcle-data {
	padding: 80px 200px 70px 0;
}
.airtcle-heding h2 {
	font-size: 60px;
}
.airtcle-heding span {
	padding: 12px 30px;
	font-size: 20px;
}
.airtcle-detail h5 {
	font-size: 22px;
	line-height: 34px;
}
.comment-inner p {
	font-size: 28px;
	line-height: 42px;
}
.comment-inner h6 {
	font-size: 24px;
}
.gurung-coment .owl-dots button.active::after {
	width: 57px;
}
.nwspaper-heding h2 {
	font-size: 55px;
	line-height: 65px;
}
.paper-dtls h6 {
	font-size: 20px;
}
.paper-dtls p {
	font-size: 15px;
}
.blog-object h5 {
	font-size: 32px;
	line-height: 40px;
}
.blog-object p {
	font-size: 15px;
	line-height: 30px;
}
.philopsy-content p {
	font-size: 28px;
	line-height: 42px;
}
.morephilosphy a {
	font-size: 24px;
}
.philopsy-content h6 {
	font-size: 24px;
}
.keydetals h2 {
	font-size: 55px;
	line-height: 65px;
}
.key-twopic img{
	width: 100%;
}
.timeline-item .timeline-date {
	font-size: 24px;
}
.timeline-item.top .timeline-date {
	top: calc(50% - 55px);
}

.timeline-item.top .timeline-content {
	transform: translateY(-100px);
}
.timeline-item.bottom .timeline-content {
	transform: translateY(100px);
}
.abutlogo {
	right: 0;
	bottom: -114px;
	max-width: 157px;
}
.abut-call {
	font-size: 25px;
}
.contact-fotr h2 {
	font-size: 150px;
	line-height: 140px;
}
.fotr-adrss h6 {
	font-size: 24px;
}
.fotr-adrss a {
	font-size: 20px;
}
.fotr-adrss p {
	font-size: 20px;
}
.follow-link h6 {
	font-size: 24px;
}
.follow-link ul li a {
	font-size: 20px;
	line-height: 40px;
}
.mycpy {
	font-size: 24px;
}


.footer-link ul li {
	font-size: 20px;
}

.brand-logo {
	height: 118px;
	padding: 15px;
}


}
@media (max-width: 1300px) {

  .headercontainer .navigation .sf-menu > li {
    margin: 0px 12px;
  }
  .headercontainer .loginbtx a {
    padding: 12px 15px 12px 13px;
  }
  .headercontainer .logoouter {
    max-width: 150px;
  }
.headercontainer .loginbtx a span {
	margin-right: 6px;
}
.headercontainer .navigation .sf-menu > li a {
	font-size: 14px;
}
}
@media (max-width: 1240px) {

.headercontainer .navigation .sf-menu > li {
	margin: 0px 6px;
}
.headercontainer .navigation .sf-menu > li a {
	font-size: 13px;
}

.headercontainer .tophead {
	max-width: 95%;
}
.baner-caption h2 {
	font-size: 45px;
	line-height: 63px;
}


.baner-caption {
	padding: 40px 50px 0 20px;
}

.headig-txt h2 {
	font-size: 50px;
	line-height: 60px;
}
.headig-txt span {
	padding: 12px 36px;
	font-size: 20px;
}
.ownrmembr {
	left: 10px;
	top: 12%;
	width: 100px;
	height: 100px;
}
.family-descrip strong {
	font-size: 22px;
	line-height: 34px;
	display: block;
	margin-bottom: 10px;
}
.family-descrip p {
	font-size: 16px;
	line-height: 28px;
}
.othsmenbr {
	max-width: 90px;
}
.timeline-item.top .showtimeinfo {
	width: 222px;
}
.timeline-item p {
	margin: 10px 0 0;
	font-size: 13px;
}
.timeline-item p {
	font-size: 15px;
}
.btomarw {
	padding-left: 31%;
}
.rundlogo {
	max-width: 130px;
}
.banner-sec {
	height: 866px;
}
.servc-heding span {
	padding: 12px 35px;
	font-size: 20px;
	margin-bottom: 15px;
}
.srvc-detl h5 {
	font-size: 25px;
}
.srvc-detl p, .woocommerce-privacy-policy-text p, .entry-content p {
	font-size: 14px;
	line-height: 23px;
}

}


@media (max-width: 1199px) {

	.baner-caption h2 {
	font-size: 45px;
	line-height: 56px;
}

.greenbx {
	font-size: 15px;
	line-height: 26px;
	max-width: 160px;
}


.servc-heding {
	text-align: center;
	padding: 0px 0 30px;
}
.servc-heding h2 {
	font-size: 48px;
	line-height: 58px;
}
.award-heding h2 {
	font-size: 40px;
	line-height: 50px;
}
.awrd-object h5 {
	font-size: 22px;
}
.viwalbtn a {
	font-size: 20px;
}
.airtcle-heding h2 {
	font-size: 45px;
	line-height: 55px;
}
.airtcle-heding span {
	padding: 12px 30px;
	font-size: 17px;
}
.airtcle-data {
	padding: 80px 100px 70px 0;
}
.karnapic {
	padding-right: 38px;
}
.vertical-viwlink {
	font-size: 22px;
}
.fetured-heding h2 {
	font-size: 55px;
	line-height: 65px;
}
.prjct-text p {
	font-size: 16px;
	font-weight: 400
	line-height: 24px;
}
.prjct-text h4 {
	font-size: 20px;
}
.comment-inner p {
	font-size: 24px;
	line-height: 35px;
}
.gurungpic {
	flex: 0 0 320px;
	position: relative;
}
.gurungpic img {
	width: 320px;
	height: 320px;
}
.nwspaper-heding h2 {
	font-size: 45px;
	line-height: 55px;
}
.nwspaper-heding span {
	padding: 10px 30px;
	font-size: 22px;
}
.nwspaper-heding p {
	font-size: 17px;
}
.paper-dtls h6 {
	font-size: 18px;
}
.paper-dtls p {
	font-size: 14px;
}
.feturvdo-heding h2 {
	font-size: 55px;
	line-height: 64px;
}
.newspaper-sec {
	padding: 60px 0 315px;
}


.contact-fotr h2 {
	font-size: 110px;
	line-height: 114px;
}
.memori-heding {
	text-align: center;
	padding-bottom: 50px;
}
.memori-heding h2 {
	font-size: 55px;
	line-height: 65px;
}
.about-object h2 {
	font-size: 55px;
	line-height: 65px;
}
.about-object {
	font-size: 16px;
	line-height: 26px;
}
.about-object a {
	font-size: 22px;
}
.abutlogo {
	max-width: 140px;
}

.fotr-adrss p {
	font-size: 17px;
}
.fotr-adrss a {
	font-size: 18px;
}
.follow-link ul li a {
	font-size: 18px;
	line-height: 35px;
}
.mycpy {
	font-size: 20px;
}
.alright {
	font-size: 16px;
}
.timeline-item .timeline-date {
	font-size: 20px;
}
.keydetals h2 {
	font-size: 45px;
	line-height: 55px;
}
.philopsy-content p {
	font-size: 25px;
	line-height: 40px;
}
.morephilosphy a {
	font-size: 20px;
}
.philosophy-inner {
	padding: 60px 60px;
}
.blog-object h5 {
	font-size: 26px;
	line-height: 38px;
}
.blog-object p {
	font-size: 14px;
	line-height: 28px;
}
.explore-heding h2 {
	font-size: 52px;
	line-height: 62px;
}
.explore-heding span {
	padding: 12px 30px;
	font-size: 20px;
	margin-bottom: 15px;
}
.blog-outer-header a {
	font-size: 23px;
}

.our-award-sec {
	background: #EBFFEF;
	padding: 60px 0;
}


}


@media (max-width: 1140px) {

  .headercontainer .navigation .sf-menu > li {
    margin: 0px 8px;
  }
}

@media (max-width: 1100px) {
.headercontainer .navigation .sf-menu > li {
	margin: 0px 6px;
}
	.baner-caption h2 {
	font-size: 38px;
	line-height: 48px;
}
.baner-caption p {
	font-size: 14px;
	line-height: 27px;
}
.topLeft {
	width: 66px;
}

.middle-bdy-oject h3 {
	font-size: 55px;
	line-height: 65px;
}
.middle-bdy-oject p {
	font-size: 16px;
	line-height: 28px;
}
.buisnesbdy-content h3 {
	font-size: 55px;
	line-height: 65px;
}
.buisnesbdy-content p {
	font-size: 16px;
}
.srvc-btom-objct h3 {
	font-size: 55px;
	line-height: 65px;
}
.srvc-btom-objct p {
	font-size: 16px;
	line-height: 28px;
}

}


@media (min-width: 992px) {

.NavBar{display: none;}
.headercontainer .navigation .navuser{display: none;}
.headercontainer.sticky{position: fixed; top: 0 !important; z-index: 99; left: 0; padding: 10px 0px; width: 100%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); -webkit-animation: stickySlideDown .65s cubic-bezier(.23,1,.32,1) both; animation: stickySlideDown .65s cubic-bezier(.23,1,.32,1) both;background: #000;}
.headercontainer.sticky .topmailbx{display: none;}
.headercontainer.sticky .logoouter .logo{top:-40px;}
.headercontainer.sticky .navigationouter{border: none; margin: 0px; padding: 0px;}
.headercontainer.sticky .navigationouter:after{display: none;}
/*.headercontainer.sticky .navigation .sf-menu > li > a:after{bottom: -14px;}*/
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul{top: 100%; display: block; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; z-index: 9;}
.sf-menu ul {background: #fff; min-width: 240px; width: 240px; display: none; -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08); box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08); -webkit-border-radius: 3px; border-radius: 3px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; margin: 0px; padding: 0px 0px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
}
@media (max-width: 991px) {
.headercontainer{padding: 10px 0px;}
.headercontainer.sticky{background: #000; position: fixed; top: 0 !important; z-index: 99; left: 0; padding: 0 0px; width: 100%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);}
.headercontainer .headtop .logobx{float: left;}
.headercontainer .logoouter .logo img{max-width: 70px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}

.headercontainer .navigation .NavBar{float: right; font-size: 26px; text-decoration: none; color: #fff;}

.headercontainer .logoouter .logo {
	top: -32px;
}

.headercontainer .tophead {
	max-width: 100%;
}
.headercontainer.sticky .tophead {
	padding: 10px 12px;
}

.headercontainer .topmailbx{display: none;}
.headercontainer .navigation .navigationbox{position: fixed; top: 0; padding: 0; height: 100%; left: 0; margin-left: -380px; background: #fff; border: none; padding-top: 0px; max-height: 100%; overflow: auto; margin-right: 0; transition: all 0.3s; width: 380px; z-index: 99999;}
.layout-expanded2 .headercontainer .navigation .navigationbox{margin-left: 0px;}
.layout-expanded2{overflow: hidden;}
.layoutovarlay2{position: fixed; z-index: 1000; top: 0; right: 0; height: 100% !important; left: 0; display: none; background: #181C21; opacity: .5; cursor: pointer;}
.layout-expanded2 .layoutovarlay2{display: block;}
.headercontainer .navigation .navuser{float: left; width: 100%; padding: 0 20px 20px 20px; text-align: center; position: relative; background: #fff; margin-bottom: 0px;}
.headercontainer .navigation .navuser .userimg{position: relative;  height: 90px; background: #fff; display: inline-block; text-align: center; -webkit-border-radius: 50%; border-radius: 50%;}
.headercontainer .navigation .navuser .userimg img{position: relative; left: 0px; top: 0px; bottom: 0px; right: 0px; text-align: center; vertical-align: middle; margin: auto; width: auto; max-width: 100%; max-height: 100%; padding: 0px;}
.headercontainer .navigation .navuser h3{color: #003e32; text-align: center; margin: 10px 0px 4px 0px; font-size: 19px; padding: 0px; text-transform: capitalize;}
.headercontainer .navigation .navuser p{color: #fff; text-align: center; margin: 0px 0px 8px 0px; font-size: 13px; padding: 0px; font-weight: 400;}
.headercontainer .navigation .sf-menu{padding-top: 10px;}
.headercontainer .navigation .sf-menu > li{float: left; width: 100%; margin: 0px; padding: 0px;}
.headercontainer .navigation .sf-menu > li + li{border-top: 1px solid #084e40;}
.headercontainer .navigation .sf-menu > li a{color: #000; float: left; width: 100%; text-align: left; padding: 14px 30px; margin: 0px;}
.headercontainer .navigation .sf-menu > li > a:after{display: none;}
.headercontainer .navigation .sf-menu > li.active a{color: #B3CB00;}
.headercontainer .navigationouter{padding: 0px; border: none;}
.headercontainer .loginbtx{margin: 0px; padding: 0px 0px 0px 0px; }

.headercontainer .navigationouter:after{display: none;}
.headercontainer .navigation .sf-menu{width: 100%;}

.headercontainer .logoouter .logo img {
	max-width: 80px;
}
.headercontainer .navigation ul .slidedown {
	position: absolute;
	right: 5px;
	top: 8px;
	z-index: 10;
	font-size: 22px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.headercontainer .navigation ul li ul {
	display: none;
	position: static;
}
.headercontainer .navigation ul .slidedown::after {
	content: "+";
}
.headercontainer .loginbtx a em{
	display: none;
}
.headercontainer .loginbtx a span {
	margin-right: 0;
}
.headercontainer .loginbtx a {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.headcl em {
	display: none;
}

.hedrght {
	position: static;
	right: 60px;
	gap: 10px;
}
.tophead {
	padding: 10px 15px;
	border-bottom: none;
}




.banner-sec {
	height: auto;
}


.greenbx {
	font-size: 14px;
	line-height: normal;
	max-width: 144px;
}

.baner-caption h2 {
	font-size: 35px;
	line-height: 45px;
}
.baner-caption p {
	font-size: 14px;
	line-height: 25px;
}
.btomarw {
	padding-left: 35%;
}
.btomarw img{max-width: 50%}
.baner-btn a {
	font-size: 24px;
}
.banerslide-prt .owl-nav {
	left: 26%;
	bottom: 25%;
}
.rundlogo {
	max-width: 120px;
}
.banerslide-prt {
	padding: 0 0 15px;
}



.servc-heding {
	padding: 0px 0;
}
.servc-heding h2 {
	font-size: 40px;
	line-height: 50px;
}
.servc-heding span {
	padding: 12px 30px;
	font-size: 20px;
}
.srvc-detl h5 {
	font-size: 30px;
}
.srvc-detl p, .woocommerce-privacy-policy-text p, .entry-content p {
	font-size: 16px;
	line-height: 27px;
}


.award-heding span {
	padding: 12px 36px;
	font-size: 20px;
}
.award-heding h2 {
	font-size: 40px;
	line-height: 52px;
}

.viwalbtn{
	margin-bottom: 20px;
}
.viwalbtn a {
	font-size: 22px;
}
.awrd-object h5 {
	font-size: 25px;
}
.awrd-object p {
	font-size: 15px;
	line-height: 25px;
}


.karnapic {
	padding-right: 0;
}
.karnapic img{
	width: 100%;
}


.airtcle-heding span {
	padding: 12px 30px;
	font-size: 20px;
}
.airtcle-heding h2 {
	font-size: 40px;
	line-height: 52px;
}
.airtcle-detail h5 {
	font-size: 25px;
	line-height: 35px;
}
.aitcle-pic{
	max-width: 192px;
}
.articlbtn a img{
	max-width: 50px;
}
.vertical-viwlink {
	font-size: 22px;
}



.fetured-heding h2 {
	font-size: 40px;
	line-height: 52px;
}
.fetured-heding span {
	padding: 12px 30px;
	font-size: 20px;
}
.prjct-text h4 {
	font-size: 20px;
}
.prjct-text p {
	font-size: 14px;
	line-height: 22px;
}
.prjct-text strong {
	font-size: 20px;
}
.viwall-link a {
	font-size: 22px;
}


.comment-inner {
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.comment-inner p {
	font-size: 25px;
	line-height: 35px;
}
.comment-inner h6 {
	font-size: 22px;
	line-height: 32px;
}
.gurung-coment .owl-dots {
	bottom: 0px;
}

.nwspaper-heding h2 {
	font-size: 40px;
	line-height: 52px;
}

.nwspaper-heding p {
	font-size: 18px;
}
.nwspaper-heding span {
	padding: 12px 30px;
	font-size: 20px;
}
.paper-dtls h6 {
	font-size: 20px;
}
.paper-dtls p {
	font-size: 15px;
}

.feturvdo-heding h2 {
	font-size: 40px;
	line-height: 50px;
}
.feturvdo-heding span {
	padding: 12px 30px;
	font-size: 20px;
}



.explore-heding h2 {
	font-size: 40px;
	line-height: 52px;
}
.explore-heding span {
	padding: 12px 30px;
	font-size: 20px;
}
.blog-outer-header a {
	font-size: 22px;
}

.blog-object h5 {
	font-size: 32px;
	line-height: 44px;
}
.blog-object p {
	font-size: 15px;
	line-height: 26px;
}


.philosophy-inner {
	background: #0A0A0A;
	padding: 40px 30px;
}
.philosophy-inner h2 {
	font-size: 40px;
	line-height: 50px;
}
.philopsy-content {
	padding: 30px 0 30px 0;
	position: relative;
}
.philopsy-content p {
	font-size: 24px;
	line-height: 35px;
}
.philopsy-content h6 {
	font-size: 22px;
	line-height: normal;
}
.morephilosphy a {
	font-size: 24px;
}
.keydetals span {
	padding: 12px 30px;
	font-size: 20px;
}
.keydetals h2 {
	font-size: 40px;
	line-height: 50px;
}


.timeline-item .timeline-date {
	font-size: 20px;
}
.timeline-item.top .timeline-content {
	transform: translateY(-77px);
}
.timeline-item .timeline-date {
	font-size: 18px;
}
.timeline-item.top .timeline-date {
	top: calc(50% - 50px);
}
.timeline-item.bottom .timeline-content {
	transform: translateY(77px);
}
.timeline-item.top .showtimeinfo {
	transform: translateY(-200px);
}
.timeline-item.bottom .showtimeinfo {
	transform: translateY(140px);
}
.timeline-details {
	padding: 140px 0 190px;
}

.headig-txt span {
	padding: 12px 30px;
	font-size: 20px;
}
.headig-txt h2 {
	font-size: 40px;
	line-height: 50px;
}
.family-descrip {
	overflow: hidden;
	padding: 0 0 0 40px;
}
.family-descrip strong {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
	display: block;
}
.family-descrip p {
	font-size: 15px;
	line-height: 29px;
}
.othsmenbr {
	max-width: 75px;
}
.shapeicon {
	max-width: 36px;
}
.fmlypicbx {
	max-width: 166px;
}


.memori-heding span {
	padding: 12px 30px;
	font-size: 22px;
}
.memori-heding h2 {
	font-size: 40px;
	line-height: 50px;
}
.evnt-objct h6 {
	font-size: 20px;
}
.evnt-objct p {
	font-size: 15px;
	line-height: 25px;
}

.abut-call {
	font-size: 25px;
	line-height: 30px;
}
.abutlogo {
	bottom: -126px;
	max-width: 170px;
}
.about-object {
	padding-top: 30px;
}
.about-object span {
	padding: 12px 30px;
	font-size: 20px;
}
.about-object h2 {
	font-size: 40px;
	line-height: 50px;
}
.about-object {
	font-size: 16px;
	line-height: 29px;
}
.about-object a {
	font-size: 20px;
}

.footer-link ul LI a {
	font-size: 20px;
}


.contact-fotr {
	padding: 50px 0 0 0;
}

.contact-fotr h2 {
	font-size: 110px;
	line-height: 120px;
}
.fotr-adrss h6 {
	font-size: 24px;
}
.fotr-adrss a {
	font-size: 20px;
}
.fotr-adrss p {
	font-size: 20px;
}
.follow-link h6 {
	font-size: 24px;
	margin-top: 10px;
}
.follow-link ul li a {
	font-size: 18px;
	line-height: 38px;
}

.mycpy {
	font-size: 20px;
}
.alright {
	font-size: 16px;
}

.ownrmembr {
	left: 16px;
	width: 100px;
	height: 100px;
}
.hedingicon {
	max-width: 64px;
}
.airtcle-data {
	padding: 80px 100px 70px 15px;
}

.middle-bdy-oject h3 {
	font-size: 40px;
	line-height: 50px;
}
.middle-bdy-oject p {
	font-size: 15px;
	line-height: 25px;
}
.buisnesbdy-content h3{
    font-size: 40px;
	line-height: 50px;
}
.buisnesbdy-content p{
    font-size: 15px;
	line-height: 25px;
}
.hpyclient {
	flex-wrap: wrap;
	gap: 30px;
}
.srvc-btom-objct h3 {
	font-size: 40px;
	line-height: 50px;
}
.srvc-btom-objct p {
	font-size: 15px;
	line-height: 25px;
}
.inner-banner .baner-caption {
	padding: 15px 0;
}

}


@media (max-width: 810px){

.topLeft {
	width: 42px;
}


}
@media (max-width: 767px){
  .headercontainer .navigation .sf-menu > li ul {
    width: 100%;
  }

  .baner-caption {
	padding: 26px 180px 0 0;
}
.greenbx {
	top: 26px;
}

.baner-caption h2 {
	font-size: 25px;
	line-height: 40px;
}
.banerslide-prt .owl-nav {
	position: static;
}

.awrd-object h5 {
	font-size: 22px;
}

.airtcle-heding h2 {
	font-size: 30px;
	line-height: 40px;
}
.airtcle-heding span {
	padding: 12px 25px;
	font-size: 18px;
}
.airtcle-detail h5 {
	font-size: 18px;
	line-height: 35px;
}
.airtcle-data {
	padding: 80px 90px 70px 50px;
}
.aitcle-pic {
	max-width: 140px;
}

.key-twopic img {
	width: 100%;
}
.vertical-viwlink {
	font-size: 20px;
}
.comment-inner p {
	font-size: 20px;
	line-height: 30px;
}
.comment-inner h6 {
	font-size: 20px;
	line-height: 32px;
}
.nwspaper-heding h2 {
	font-size: 30px;
	line-height: 40px;
}
.nwspaper-heding span {
	padding: 12px 25px;
	font-size: 18px;
}
.nwspaper-heding p {
	font-size: 15px;
}


#thumbs .item {
	height: 56px;
}

.explore-heding h2 {
	font-size: 30px;
	line-height: 40px;
}
.explore-heding span {
	padding: 12px 20px;
	font-size: 18px;
}
.blog-outer-header a {
	font-size: 18px;
}
.blog-outer-header a span img{
	max-width: 46px;
}
.blog-outer-header a::after {
	width: 35px;
	height: 35px;
	top: 55%;
}

.blog-object h5 {
	font-size: 22px;
	line-height: 34px;
}
.philosophy-inner h2 {
	font-size: 30px;
	line-height: 40px;
}
.philopsy-content p {
	font-size: 17px;
	line-height: 31px;
}
.philopsy-content h6 {
	font-size: 19px;
	line-height: normal;
}
.morephilosphy a {
	font-size: 18px;
}
.morephilosphy a img {
	max-width: 56px;
}
.morephilosphy a::after {
	width: 35px;
	height: 35px;
}

.keydetals h2 {
	font-size: 30px;
	line-height: 40px;
}
.keydetals span {
	padding: 12px 20px;
	font-size: 18px;
}



.timeline{er;
	margin: 0 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.timeline-item {
	width: 100%;
	margin: 15px 0;
}
.timeline-item .timeline-content {
	transform: inherit !important;
}
 
 .timeline-item .timeline-date {
	position: static;
}

.timeline-item.bottom .showtimeinfo {
	z-index: 999;
	background: #fff;
	padding: 12px;
	opacity: inherit !important;
	display: none;
}
.timeline-item:hover .showtimeinfo {
	display: block;
	opacity: inherit !important;
}
.timeline-item .showtimeinfo {
	transform: inherit !important;
	z-index: 9;
	bottom: 100%;
	top: inherit !important;
}
.timeline-item .timeline-bullet {
	position: static;
}

.timeline::before {
	height: 100%;
	width: 4px;
	margin: 0 auto;
}
.timeline-details {
	padding: 50px 0 60px;
}

.headig-txt h2 {
	font-size: 30px;
	line-height: 40px;
}
.headig-txt span {
	padding: 12px 24px;
	font-size: 18px;
}
.family-descrip {
	overflow: hidden;
	padding: 0 0 0 20px;
}
.family-descrip strong {
	font-size: 18px;
}

.fmlypicbx {
	max-width: 134px;
}
.family-descrip p {
	font-size: 14px;
	line-height: 26px;
}
.evnt-objct h6 {
	font-size: 18px;
	line-height: normal;
}
.evnt-objct p {
	font-size: 14px;
	line-height: 20px;
}
.contact-fotr h2 {
	font-size: 80px;
	line-height: 90px;
	margin-bottom: 30px;
}
.fotr-adrss h6 {
	font-size: 22px;
}
.fotr-adrss a {
	font-size: 18px;
}
.fotr-adrss p {
	font-size: 18px;
}
.abutlogo {
	bottom: -88px;
	max-width: 140px;
	right: 0;
}
.abut-call {
	font-size: 20px;
	line-height: 30px;
}
.abut-call span {
	width: 50px;
	height: 50px;
}
.ownrmembr {
	left: 16px;
	width: 80px;
	height: 80px;
	top: 14%;
}


.baner-btn a {
	font-size: 20px;
}
.baner-btn a::after {
	right: 6px;
	width: 30px;
	height: 30px;
	z-index: -1;
	top: -8px;
}
.baner-btn a span img {
	max-width: 46px;
}

.hpyclient {
	justify-content: left;
}
.static-icon {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
}
.static-icon img{
    max-width:32px;
}
.srvcmidlbdy-pic {
	padding-left: 0;
}
.service-business::before {
	top: 80px;
}
.buisnesbdy-content h3 {
	font-size: 30px;
	line-height: 40px;
}
.buisnesbdy-content p {
	font-size: 14px;
}
.hpycstomer strong {
	font-size: 40px;
	line-height: 50px;
}
.hpycstomer small {
	font-size: 16px;
}
.srvc-btom-objct h3 {
	font-size: 30px;
	line-height: 40px;
}
.srvcbtompic{
    margin-bottom:15px;
}
.srvc-btom-objct p {
	font-size: 15px;
	line-height: 25px;
}
.srvcmidle-body {
	padding: 30px 0;
}
.middle-bdy-oject h3 {
	font-size: 30px;
	line-height: 40px;
}

.paper-dtls {
	visibility: visible;
}
.paper-info{
    margin-bottom:15px;
}


}


@media (max-width: 620px){

.topLeft {
	display: none;
}



@media (max-width: 575px){
.headercontainer .logoouter{-ms-flex: 0 0 100px; flex: 0 0 100px; max-width: 100px;}
.headercontainer .loginbtx a{font-size: 12px;}
.headercontainer .navigation .navigationbox{margin-left: -100%; width: calc(100% - 50px);}
.layout-expanded2 .headercontainer .navigation .navigationbox{margin-left: 0px;}

.banner-sec {
	padding-top: 96px;
}
.airtcle-data {
	padding: 30px 70px 70px 15px;
}

.othsmenbr {
	max-width: 56px;
	bottom: 20px;
}

.copy-right-sec {
	display: block;
	text-align: left;
}
.alright {
	text-align: left;
}
.upscroll {
    top: auto;
    bottom: 2%;
}
.explore-heding span {
	font-size: 17px;
	margin-bottom: 10px;
}
.airtcle-list {
	gap: 15px;
	padding: 20px 0;
}
.airtcle-detail ul li {
	font-size: 13px;
	margin-right: 12px;
}
.articlbtn a img {
	max-width: 38px;
}
.airtcle-detail h5 {
	font-size: 16px;
	line-height: 33px;
}

.awrd-object h5 {
	font-size: 20px;
}
.awrd-object p {
	font-size: 14px;
}
.award-info {
	gap: 20px;
}
.awrdpic {
	max-width: 130px;
}
.award-heding h2 {
	font-size: 30px;
	line-height: 40px;
}
.award-heding span {
	padding: 12px 25px;
	font-size: 18px;
	margin-bottom: 12px;
}
.our-award-sec {
	padding: 50px 0;
}
.srvc-detl h5 {
	font-size: 25px;
}
.srvc-detl p, .woocommerce-privacy-policy-text p, .entry-content p {
	font-size: 15px;
	line-height: 26px;
}
.servc-heding h2 {
	font-size: 30px;
	line-height: 40px;
}
.servc-heding span {
	padding: 12px 20px;
	font-size: 18px;
}
.fetured-heding h2 {
	font-size: 30px;
	line-height: 40px;
}
.fetured-heding span {
	padding: 12px 25px;
	font-size: 18px;
	margin-bottom: 15px;
}

.feturvdo-heding h2 {
	font-size: 30px;
	line-height: 40px;
}

.dtlspic {
	height: 300px;
}

.blog-outer-header {
	flex-wrap: wrap;
}
.key-ovement-sec {
	padding: 20px 0;
}

.family-abut {
	padding: 0 ;
	flex-wrap: wrap;
}

.family-descrip {
	width: 100%;
	padding: 0;
}

.fmlypicbx {
	max-width: 100%;
	margin-bottom: 20px;
}
.memori-heding h2 {
	font-size: 30px;
	line-height: 40px;
}
.memori-heding span {
	padding: 12px 24px;
	font-size: 18px;
	margin-bottom: 12px;
}
.memori-heding {
	text-align: center;
	padding-bottom: 50px;
}

.gurungpic img {
	width: 250px !important;
	height: 250px;
	margin: 0 auto;
}
.gurung-coment .owl-dots {
	bottom: -40px;
}

.explore-heding h2 {
	margin-bottom: 12px;
}


.phisophy-slide .owl-dots button.active::after {
	height: 1px;
	width: 45px;
}
.phisophy-slide .owl-dots {
	bottom: 18px;
	padding: 0 0;
}
.morephilosphy a img {
	max-width: 45px;
}
.philosophy-inner {
	background: #0A0A0A;
	padding: 30px 15px;
}

.key-twopic {
    gap: 15px;
}
.key-twopic img {
    width: 48%;
}
.btomarw {
    padding-left: 18%;
}
.award-heding p{
    font-size:15px;
}


}

@media (max-width: 440px){
 
.locatn-storpic {
	max-width: 75px;
}
.baner-object .row > div:last-child {
	max-width: 161px;
	bottom: 27px;
	right: -10px;
}

.airtcle-list {
	flex-wrap: wrap;
}
.aitcle-pic {
	max-width: 100%;
}
.airtcle-data {
	padding: 30px 58px 70px 15px;
}
.feturvdo-heding span {
	padding: 12px 25px;
	font-size: 18px;
}
.dtlspic {
	height: 220px;
}
#thumbs {
	margin-top: 20px;
	padding: 0 0;
}
#thumbs .item {
	height: 44px;
	margin: 0 5px;
}
.contact-fotr h2 {
	font-size: 60px;
	line-height: 70px;
}
.fmly-heading {
	flex-wrap: wrap;
}
.hedingicon {
	display: none;
}
.ownrmembr {
	right: 16px;
	width: 80px;
	height: 80px;
	top: 11px;
	left: auto;
}
.heding-pic {
	margin: 0 auto 12px;
	top: inherit;
}
.our-blog-sec {
	padding: 0 0;
}

.award-info {
	gap: 20px;
	flex-wrap: wrap;
}
.awrdpic {
	max-width: 100%;
}

.greenbx {
	top: 26px;
	position: static;
}
.baner-caption {
	padding: 26px 0 0 0;
}
.rundlogo {
	bottom: 15%;
}
.gurungpic span {
	width: 80px;
	height: 80px;
	font-size: 26px;
}
.comment-inner p {
	font-size: 18px;
	line-height: 28px;
}

}












