@charset "UTF-8";

@font-face {
  font-family: 'Tahu';
  src: url('../font/Tahu.ttf') format('truetype');
}


@font-face {
  font-family: 'TimesRoman';
  src: url('../font/times.ttf') format('truetype');
}


/*===== Pre CSS =====*/
body{ font-size: 16px; font-weight: 500;font-family: "Lato", sans-serif;line-height: 1.5; color:#000000}
p,a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: "Lato", sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: "Lato", sans-serif; }
a[href^=tel],a[href^=mailto] { text-decoration:inherit; color: inherit; }
[class*="col-"] { margin-bottom: 30px;}
p,a {font-size: 16px; font-weight: 400;line-height: 30px;font-family: "Lato", sans-serif;}
img{height: 100%; width: 100%; object-fit: cover;}
.ms-flex { display: flex; align-items: center; justify-content: center;}
.bg-default,::after,::before{background-size: cover;background-position: center; background-repeat: no-repeat;}
a:hover{text-decoration: none;}
ol{font-weight: 400;font-size: 16px;}
/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #2c2c2c; border: #fff solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #2f9fd1; color: #000; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #000; }
.modal-body img{ width: 100%; }

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }

/* Dropdown Menu */
.navbar .navbar-nav li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 25px; background: transparent; top: 20px; margin-left: 0; width: 235px; overflow-x: hidden; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar .navbar-nav li .serv_dropdown_menu ul{ width: 100%; }
.navbar .navbar-nav li .serv_dropdown_menu ul li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a{ display: block; padding: 10px 15px; text-align: left; font-size: 14px; font-weight: 400; text-decoration: none; background: #03016f; color: #fff; border-top: #fff solid 1px; border-radius: 3px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a:hover{ padding-left: 20px; color: #000; border-top: #fff solid 1px; background: #F3E723; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a .fa{ float: right; margin-left: 5px; }

/* My Own Custom Dropdown Animation */
.navbar .navbar-nav li:hover .serv_dropdown_menu{ display: block; -webkit-animation: slide-up .5s ease-out; -moz-animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; -moz-transform: translateY(15%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}
@keyframes myrotation {
  0% { transform: translateY(0px)}
  50% {transform: translateY(-20px)}
  10% {transform: translateY(0px)}
}
@keyframes myrotation2 {
  0% {transform: translateX(20px)}
  50% {transform: translateX(0px)}
  100% {transform: translateX(20px)}
}
@keyframes rotationfood {
  0%{ transform: rotate(0deg); }
  50%{ transform: rotate(15deg); }      
  100%{ transform: rotate(0deg); }      
 }



/*===== Mobile Menu =====*/
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9999999999; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: flex; align-items: center; justify-content: space-between; width: 100%; background: #191919; padding: 10px ;}
.menu_icon{ width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; position:absolute; right: 10px; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #000000; padding: 15px; margin-bottom: 15px; border-radius: 5px;  height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #191919; text-align: center; box-sizing: border-box; z-index: 999999; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #FF9000 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #FF9000; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #FF9000; border-radius: 5px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 14px; border-radius: 5px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);     }
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; top: 0; left: 0; z-index: 99; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 2; cursor: pointer; width: 40px; height: 40px; border-radius: 5px; background: #2c2c2c; color: #fff; border: #fff solid 1px; font-size: 16px; text-align: center; padding: 12px 5px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.share_icon .fa:hover{ transform: rotate(360deg); background: #2f9fd1; border-color: #2f9fd1; color: #000; }
.social_icon ul{ display: block; text-align: center; }
.social_icon ul li{ list-style: none; display: inline-block; }
.social_icon ul li .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 1; width: 40px; height: 40px; border-radius: 5px; border: none; background: #6f729a; color: #fff; font-size: 16px; text-align: center; padding: 13px 0px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.social_icon ul li .fa:hover{ transform: rotate(360deg); }
.social_icon.active ul li:nth-child(1) .fa{ bottom: 50px; background: #3b5998; color: #fff; }
/*.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; background: #59adec; color: #fff; }*/
/*.social_icon.active ul li:nth-child(3) .fa{ bottom: 50px; background: #f23ece; color: #fff; }*/




/*===== Common Section====  */
.section-topic{margin-bottom: 60px;}
.section-heading{font-family: "Tahu",serif; color: #FF9000; } 
.btn-filled{transition: .4s ease; color: #fff; border-radius: 4px; border: 2px solid #fff; padding: 14px 30px; background: #FF9000;box-shadow: 0px 7px 14px 0px #0000001A, 0px 26px 26px 0px #00000017, 0px 59px 36px 0px #0000000D, 0px 105px 42px 0px #00000003, 0px 164px 46px 0px #00000000; }
.btn-unfill{transition: .4s ease; border-radius: 4px; border: 2px solid #FF9000; padding: 14px 30px; background: #fff; box-shadow: 0px 7px 14px 0px #0000001A, 0px 26px 26px 0px #00000017, 0px 59px 36px 0px #0000000D, 0px 105px 42px 0px #00000003, 0px 164px 46px 0px #00000000;}
.btn-filled:hover, .btn-unfill:hover{background: #000; border: 2px solid #FF9000; color: #fff;}
.img-unset{height: unset!important;}
.welcome .logo::before, .event .logo::before {position:absolute;content:'';background:url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/spark.gif');right: 125px;width: 25%;top: -95px;background-size: contain;height: 220%;opacity: 0.65;z-index: 3;rotate: 90deg;filter: brightness(0) saturate(100%) invert(31%) sepia(51%) saturate(7213%) hue-rotate(221deg) brightness(92%) contrast(88%);}


p span a{color: #EE5821; font-size: 12px; font-weight: 700; font-family: "TimesRoman",serif; text-decoration: none; margin-left: 5px;}

.card{border: 0;}
/*===== Header Section =====*/
header{background: #000;padding: 17px 0;position: relative; z-index: 2;}
.logo{position:relative;}
.logo::before{position:absolute;content:'';background:url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/spark.gif');right: 125px;width: 25%;top: -65px;background-size: contain;height: 220%;opacity: 0.65;z-index: 3;rotate: 90deg;filter: brightness(0) saturate(100%) invert(31%) sepia(51%) saturate(7213%) hue-rotate(221deg) brightness(92%) contrast(88%);}


.nav-wrap{position: relative;z-index: 9999;}
.navbar {font-family: unset; border: none; background: transparent; background-color: transparent !important; padding:0; }
.navbar { margin-top: 0; margin-bottom:0; min-height: 0;}
.navbar .navbar-nav{display: flex; align-items: center; justify-content: flex-end; margin: 0;padding: 0; width: 100%;}
.navbar .navbar-nav > li{display: inline-block;list-style: none;float: none;margin: 0;padding: 0;}
.navbar .navbar-nav > li > a{padding: 10px 15px; font-weight: 600; color: rgb(255, 255, 255);text-decoration: none; font-size: 18px; line-height: 28px;text-transform: capitalize;  }
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{color: #FF9000;background: transparent;text-decoration: none;}
.navbar .navbar-nav .nav-link { color: rgb(255, 255, 255); font-weight: 400;}
.navbar .navbar-collapse li:first-child {margin-left: 10px;}
.navbar .navbar-nav > li > a:hover::before,
.navbar .navbar-nav > li > a:hover::before,
.navbar .navbar-nav > li > a:focus::before,
.navbar .navbar-nav > .active > a::before,
.navbar .navbar-nav > .active > a:hover::before,
.navbar .navbar-nav > .active > a:focus::before,
.navbar .navbar-nav > .open > a:hover::before,
.navbar .navbar-nav > .open > a:focus::before,
.navbar .navbar-nav > .open > a::before{ left: 25px; width: calc(100% - 50px); }
.navbar .navbar-nav a{font-size: 16px;font-family: "Lato", sans-serif; }
.navbar .navbar-nav > li > a.btn-filled{margin-left: 50px; padding: 14px 30px;}

/*===== Banner Section =====*/
.banner{ color: #fff; background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/banner-overlay.webp');padding: 235px 0 260px;background-repeat: no-repeat;background-size: cover; background-position: center;  position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; }
.banner-content h1{font-size: 110px;line-height: 130px;text-align: center; font-weight: 400; font-family: "Tahu",serif; color: #FF9000;  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px; }
.banner-overlays{position: absolute; z-index: -1;}
.banner-img2{left: 0;top: 0; animation: rotationfood 25s linear infinite;}
.banner-img3{right:0;top: 0px; animation: myrotation2 4s ease-in-out infinite;}
.banner-img4{left:0;bottom:8px; animation: rotationfood 25s linear infinite;}
.banner-img5{right:0;bottom:0px; animation: myrotation2 4s ease-in-out infinite;}

/*===== Welcome Sections =====*/
.welcome{padding: 100px 0; background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/welcome.webp'); background-size: cover; background-repeat: no-repeat; position: relative;  }
.welcome-overlay{position: absolute; right: 0;bottom: 50px; animation: rotationfood 25s linear infinite; }
.welcome .pad-right{padding-right: 90px;}
.welcome-card{border-radius: 0 50px 0 50px; border-top: 10px solid #FF9000;   background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/welcome-overlay.webp'); background-position: center; background-size: cover; background-repeat: no-repeat; padding:60px 50px 210px; }
.welcome .section-heading{font-weight: 400;font-size: 60px;line-height: 70px; margin: 40px 0 25px;}
.welcome-desc{padding-right: 80px;}
.welcome-desc p{font-size: 18px; font-weight: 500; line-height: 30px;}

/*===== Blog Sections =====*/
.blog{background:url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/blog-bg.webp'); background-size: cover; background-repeat: no-repeat; padding: 80px 0;}
.blog-card{border-radius: 30px; background: #fff; box-shadow: 0px 24px 53px 0px #0000001A, 0px 96px 96px 0px #00000017, 0px 217px 130px 0px #0000000D, 0px 386px 154px 0px #00000003, 0px 603px 169px 0px #00000000;  }
.blog-imgs{background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/blog-overlay.webp'); background-size: cover; background-repeat: no-repeat; padding: 24px 30px 12px;}
.blog-imgs .col-4{margin-top: 60px; animation: rotationfood 20s linear infinite;}
.blog-card .card-body{padding: 20px 46px 46px 30px;}
.blog-card .card-body h4{font-weight: 700;font-size: 24px;line-height: 30px;font-family: "TimesRoman",serif;margin-bottom: 25px;position: relative;}
.blog-card .card-body h4::after{position: absolute; content:''; height: 3px;width: 75%;background: #F8A813; left: 0;bottom: -10px; }
.blog-card .card-body p{font-weight: 400;font-size: 12px;line-height: 22px;font-family: "TimesRoman",serif; text-align: justify; }
.blog h2{font-size: 84px; line-height: 89px; font-weight: 400; font-family: "Allura", cursive; color: #FF0000;margin-bottom: 30px;}


/*===== mission ==== */
.mission{ padding: 70px 0 180px; background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/mission-bg.webp');background-size: cover; background-repeat: no-repeat;}
.mission-card{position: relative; border-radius: 10px; padding: 40px 35px 60px; background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/mission-overlay.webp'); background-size: cover; background-repeat: no-repeat; }
.mission-card .section-heading{font-size: 80px;line-height: 76px; font-weight: 400; margin-bottom: 16px;}
.mission-card p{font-size: 18px; font-weight: 400; line-height: 30px;}
.mission-card .momo{width:250px; position: absolute; right: -200px;bottom: -127px;}
.mission-card span a{font-size: 18px;}

/*===== Popular items =====*/
.popular-items{padding: 70px 0; background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/popular-bg.webp');background-size: cover; background-repeat: no-repeat; }
.popular-items .card{ text-align: center;  border-radius: 10px;  background: #00000080; color: #fff; padding: 40px 75px 50px; }
.popular-items .card .section-heading{font-size: 80px;line-height: 90px; font-weight: 400; margin-bottom: 13px;}
.popular-items .card p{position: relative; display: flex; justify-content: center; font-size: 17px; line-height: 27px;font-weight: 400; margin-bottom: 70px;}
.popular-items .card p::after{position: absolute; content: ''; bottom: -14px;  height: 2px; background: #F8A813; width: 40%; }
.popular-items .item-slider .item{padding:0 26px; display: flex; flex-direction: column; align-items: center; }
.popular-items .item-slider .item .item-title h4{font-weight: 800; font-size: 24px;line-height: 34px; margin-top: 25px;}
.popular-items .section-link .btn-filled{padding: 14px 45px; margin-top: 65px;}

/*===== Location =====*/
.location{padding: 85px 0 60px;}
.location .card{ position: relative; text-align: center; padding: 55px 235px; background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/location-overlay.webp'); background-size: cover; background-repeat: no-repeat;box-shadow: 0px -22px 49px 0px #0000001A,0px -90px 90px 0px #00000017,0px -202px 121px 0px #0000000D,0px -358px 143px 0px #00000003,0px -560px 157px 0px #00000000; border-radius: 10px;  }
.frame1{position: absolute; left: 0;top: 0; }
.frame2{position: absolute; right: 0;top: 0; }
.location .card .section-heading{font-weight: 400; font-size: 100px; line-height: 120px;}
.location .card>p{font-weight: 400; font-size: 17px; line-height: 27px; color:#3D3D3D; position: relative; display: flex; flex-direction: column; align-items: center; margin-bottom: 60px;}
.location .card>p::after{position: absolute; content: ''; bottom: -14px;  height: 2px; background: #F8A813; width: 40%; }
.location-info h5{font-weight: 600; font-size: 20px;line-height: 30px; margin-bottom: 20px;}
.location .card .btn-filled{box-shadow: 0px 4px 2px 0px #0000005C; margin-bottom: 35px; }
.location .operating-hours h5{font-weight: 700;font-size: 20px;line-height: 30px;}
.location .operating-hours p{font-weight: 600;font-size: 18px;line-height: 28px; margin-top: 12px;}

/*======= Catering and Events ======*/
.event{padding: 60px 0 70px; background:url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/event-bg.webp'); background-size: cover; background-repeat: no-repeat; }
.event .card{padding: 50px 50px 60px 35px; border-radius: 10px; box-shadow: -2px 0px 4px 0px #95959540,0px 4px 4px 0px #C1C1C140,0px 4px 4px 0px #00000040;  }
.event .card .section-heading{font-size: 60px;line-height: 70px;margin: 25px 0 18px; font-weight: 400;}
.event .card p {position: relative; font-size: 18px;line-height:32px;margin-bottom: 65px; font-weight: 400;}
.event .card p::after{position: absolute; content: ''; bottom: -15px; left: 0;  height: 2px; background: #F8A813; width: 80%; }
.event-img{position: relative;z-index: 2;}
.event-img>img{filter: drop-shadow(0 10px 21px rgba(0 0 0/ 20%));}
.event1>img{filter: drop-shadow(0 6px 12px rgba(0 0 0/ 20%));}
.event2>img{filter: drop-shadow(0 8px 18px rgba(0 0 0/ 20%));}
.event1{position: absolute; bottom: -98px; right: 60px; }
.event2{position: absolute; bottom: -125px; left:-100px; z-index: -1;}
.event3{position: absolute; top: -1px;left: -100px;z-index: -1;}

/*===== Footer Section =====*/
.footer-top{background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/social-bg.webp'); background-size: cover; background-repeat: no-repeat; padding: 235px 0;}
.footer-top .text-box{background: #FF9000; border-radius: 4px; text-align: center;padding: 12px 0; margin-bottom: 50px; }
.footer-top .text-box .section-heading{font-size: 66px;line-height: 76px;font-weight: 400;color: #fff;}

.footer-bottom{background: #FF9000; padding: 45px 0 55px;}
.footer-bottom .quick-links li a{color: #fff; text-decoration: none; font-size: 20px; line-height: 30px; font-weight: 600;}
.footer-bottom .quick-links li.active a{color:#191919}
/*===== copyright Section =====*/
.copyright{ padding: 15px 0; border-top: #C3C3C3 solid 1px; background: #FF9000;}
.copyright p{ color: #ffffff; font-size: 16px; text-align: center; }
.copyright p a{ color: #ffffff; text-decoration: none; font-weight: 600; font-family: "Lato",serif; }







/*===== Content Pages =====*/

.content-block [class*="col-"] {margin-bottom: 0px;}
.breadcrumb{background: #00396f; padding: 5px 20px; border-radius: 0; margin-bottom: 10px;text-align: center;color: #fff;font-family: "Lato", sans-serif;font-weight: 500;font-size: 25px;margin-top: 150px;}
.breadcrumb a{ color: #fff; font-family: "Lato", sans-serif; font-weight: 400; font-size: 20px; }
.content-banner h4{ text-align: center; color: #b00d23; font-size: 18px; text-transform: uppercase; }
.content-banner ul{ display: block; text-align: center; }
.content-banner ul li{ display: inline-block; float: none; width: 50px; height: 4px; border-radius: 15px; background: #fff; }
.content-banner ul li:nth-child(2){ position: relative; top: -3px; width: 10px; height: 10px; border-radius: 50%; }

.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #000000; }
.content { width: 100%; padding: 100px 0 ;background: url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/gallery-bg.webp');background-size: cover; background-repeat: no-repeat; background-position: bottom; }
.content h2{ font-size: 32px; font-weight: 600; color: #FF9000;  margin-bottom: 10px; }
.content h3{ font-size: 28px; color: #FF9000; font-family: "Lato", sans-serif; margin: 20px 0 10px; }
.content h3 .about-span-break{ font-size: 28px; color: #FF9000; font-family: "Lato", sans-serif; }
.content h4{ font-size: 24px; color:#FF9000; font-family: "Lato", sans-serif; margin-bottom: 10px; }
.content .ms-inner-content h5{ font-size: 20px; font-weight: 600; color: #FF9000; font-family: "Lato", sans-serif; margin-bottom: 5px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; font-family: "Lato", sans-serif; color: #000000; }


/*===== Contact Form Section =====*/
.formstyle{padding-left: 60px;height: 50px;border-color: #ddd;border-radius: 0;background-color: #fff; color: #000;}
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #2c2c2c; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{background: #00396f;}
.googlemap{ height: 500px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea{ min-width: 100%; height: auto; }
.form_section .fa{display: flex;justify-content: center;align-items: center; height: 50px;width: 50px;text-align: center;color: #000;background-color: #ddd;font-size: 18px;}

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.freeestimatestyle{padding: 12px 0px 12px 60px;border-radius: 0;border: #666 solid 1px;}
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #000000; background: #FF9000; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{position: absolute;top: 25px;height: calc(100% - 25px);width: 50px;background: #666;text-align: center;padding-top: 15px;color: #fff;font-size: 18px;}


/*===== Page =====*/
.contact-page-location-map{ display: block; margin-top: 30px; }
.about-span-break{ display: block; }
.br-none br{display: none;}

.founding-member-card{margin-bottom:20px;}
.founding-member-card-thumbnail img {
    height: 100%;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: top;}
/*========== Responsive ==========*/

@media(max-width:1399px)  {
  .welcome br,.commitment br{display: none;}

}

@media (max-width: 1199px){

.header-bottom.home {padding-top: 30px;}
  .navbar .navbar-nav > li > a{ padding: 15px 8px; }
  .navbar .navbar-nav > li > a:hover::before,
  .navbar .navbar-nav > li > a:hover::before,
  .navbar .navbar-nav > li > a:focus::before,
  .navbar .navbar-nav > .active > a::before,
  .navbar .navbar-nav > .active > a:hover::before,
  .navbar .navbar-nav > .active > a:focus::before,
  .navbar .navbar-nav > .open > a:hover::before,
  .navbar .navbar-nav > .open > a:focus::before,
  .navbar .navbar-nav > .open > a::before{ left: 15px; width: calc(100% - 30px); }
  .banner-content-box h2{ font-size: 70px; line-height: 100px; }
  .section-heading h2 span{ display: inline; }
  .testimonials .section-heading,
  .testimonials .section-body{ padding: 0; padding-left: 130px; }
  .welcome .section-thumbnail img{ margin-top: 300px; margin-left: -30px; width: 100%; height: auto; }
 
}
@media (max-width: 991px){
  .header-bottom.home {padding-top: 85px;}
  .header-bottom .container{ width: 100%; }
  .header-top ul{ text-align: center; }
  .banner-content-box h2{ font-size: 48px; line-height: 70px; }
  .banner-content-box a{ font-size: 24px; }
  .section-heading h4{ margin-bottom: 15px; }
  .section-heading h2{ font-size: 36px; line-height: 48px; }
  .section-heading p{ width: 100%; padding: 0; }
  .welcome::after,
  .welcome::before{ left: calc(50% + 100px); }
  .logo-list{ display: block; margin-top: 30px; }
  .logo-list img:first-child{ margin-bottom: 15px; margin-right: 15px; }
  .services .container{ width: 100%; }
  .footer-content h4{ margin-top: 30px; }

}
@media (max-width: 767px){

  /*===== Header-section==== */
  .header{padding-top: 65px;padding-bottom: 0; background: #0f141a!important;}
  .header .logo{margin-right: 0;}
  p{font-size: 14px;}
  .section-topic{margin-bottom: 30px;}
  .header-bottom.home, .header-bottom { background:#000000;}
  .banner{ margin-top: 0; padding: 120px 0 50px;}
  .banner-content h1, .banner-content h1 span {font-size: 40px;line-height: unset;}
  .banner-content p {font-size: 18px;}
  .banner br, .work-line{display: none;}
  
  
    /*===== Go To Top =====*/
    #back-top{ right: 10px; bottom: 10px; }
    #back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }
  
    /*===== Left Social Icon =====*/
    .share_icon .fa{ left: 9px; bottom: 9px; width: 42px; height: 42px; font-size: 20px; padding: 10px 2px 0 0; }
    .social_icon ul li .fa{ left: 10px; bottom: 10px; width: 40px; height: 40px; font-size: 20px; text-align: center; padding: 10px 0px 0 0; }
    .social_icon.active ul li:nth-child(3) .fa{ bottom: 130px; }
    .social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; }
    .social_icon.active ul li:nth-child(1) .fa{ bottom: 50px; }
  
    /*===== Body Section =====*/
    .logo-col{position: relative;}
        br,.home-free-estimate::before{display: none;}
        .content br{display:block;}
        .logo::before{position:absolute;content:'';background:url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/spark.gif');right: 155px;width: 25%;top: -114px;background-size: contain;height: 220%;opacity: 0.65;z-index: 3;rotate: 90deg;filter: brightness(0) saturate(100%) invert(31%) sepia(51%) saturate(7213%) hue-rotate(221deg) brightness(92%) contrast(88%);}
        .welcome .logo::before, .event .logo::before {position:absolute;content:'';background:url('https://jasperusa.sfo3.cdn.digitaloceanspaces.com/SparkIndianNepaliCuisine/spark.gif');right: 100px;width: 25%;top: -80px;background-size: contain;height: 220%;opacity: 0.65;z-index: 3;rotate: 90deg;filter: brightness(0) saturate(100%) invert(31%) sepia(51%) saturate(7213%) hue-rotate(221deg) brightness(92%) contrast(88%);}


        .banner-overlays{width: 20%;}

        .welcome{ padding:100px 0; }
        .welcome .pad-right,.welcome-desc{padding-right: 0;}
        .welcome-card{padding: 60px 25px 310px;}
        .responsive{flex-direction: column-reverse;}
  
        .blog-card .card-body p,p span a{font-size: 16px;}

        .mission-card .momo{position: unset;}

        .popular-items .card,.location .card,.event .card{padding-inline: 25px;}

        .frame1,.frame2{width: 40%;}

        .event1{right: -22px;}

        .footer-top{padding: 70px 0;}
        .social-icons, .quick-links{gap: 30px; flex-wrap: wrap; }

    /*===== Slider Section =====*/
    #owl-demo .owl-pagination{ width: 100%; top: 95%; }
    #owl-demo2 .owl-buttons .owl-prev{ left: -15px; }
    #owl-demo2 .owl-buttons .owl-next{ right: -15px; }
  
    /*===== Page Section =====*/
    .content-banner{ padding: 30px 0 20px; }
  /*  .content-block{ margin-top: 80px}*/
    .breadcrumb{ font-size: 16px; }
    .content-banner ul li{ height: 2px; }
    .content-banner ul li:nth-child(2){ top: -2px; width: 6px; height: 6px; }
    .content h2{ font-size: 40px; }
    .content h3{ font-size: 24px; }
    .content h4{ font-size: 16px; }
    .sectiontitleunderline{ width: 100px; margin-bottom: 15px; }
    .content p,
    .content ul li{ font-size: 14px; line-height: 26px; }
    .content ul li span{ font-size: 14px; line-height: 26px; }
    .reviewsform{ margin-bottom: 30px; }
    .reviewsblock h4{ font-size: 18px; }
    .reviewsblock{ padding: 14px 0 3px; }
    .btn-reviewsformstyle{ font-size: 14px; }
    .testimonials-page h4{ font-size: 14px; }
    .testimonials-page p{ padding: 0; }
    .formstyle{ padding-left: 50px; height: 40px; }
    .form_section .fa{ width: 40px; }
    .btn-formstyle{ display: block; margin: 0 auto; width: 100px; font-size: 14px; margin-bottom: 15px; }
    .quoet-address{ margin-top: 15px; }
    .quoet-address ul{ margin-bottom: 15px; }
    .quoet-address ul li{ margin-bottom: 15px; font-size: 14px; }
    .quoet-address ul li span{ font-size: 16px; }
    .free-estimate-form .freeblock{ margin-bottom: 0; }
  
    .btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }
  
    .testimonials-page .panel-body p{ font-size: 14px; line-height: 30px; }
    .founding-member-card-thumbnail{margin-top:1.5rem;}
  }
  
  
  
  