
@font-face {
  font-family: 'EdwardianScriptITC';
  src: url('../font/EdwardianScriptITC.eot?#iefix') format('embedded-opentype'),  url('../font/EdwardianScriptITC.woff') format('woff'), url('../font/EdwardianScriptITC.ttf')  format('truetype'), url('../font/EdwardianScriptITC.svg#EdwardianScriptITC') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,body {

  height: 100%;
  width: 100%;

}

body {

  font-family: 'EB Garamond', serif;


}

@font-face {
  font-family: georgia;
  src: url(../font/georgia.tff);
}





#homeOverlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 9999;
}

.hideBody{
  overflow: hidden;
}
.hideBody figure img{
  height: 300px;
  max-width: 256px;
}
button{
  background-color: transparent;
  border: none;
  color:#f4ae42;
  font-family: georgia;
  font-weight: 700;
  font-size: 30px;

}




hr.light {
  border-color: #fff;
}

h2{
  color:#f4ae42;
  font-family: "EdwardianScriptITC";
  font-size: 50px;
}

.text-muted-not-imp{
  color: #6c757d;
}
a:hover, button:hover{ -webkit-transition: all 0.3s ease-in 0s; -moz-transition: all 0.3s ease-in 0s; -ms-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; }

a:hover,button:hover{-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}

h1,

h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
}

.bg-primary {
  background-color: #2A779F !important;
}


.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.text-highlight{
  color: #2A779F;
}

section {
  padding: 3rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}


#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #FFFFFF;
  /*font-family: 'Quicksand', sans-serif;*/
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-top:5px;

}
nav{
  width: 100%;
}
#mainNav .navbar-brand {
  font-weight: 700;

  color: #ffc107;
  font-family: 'Quicksand', sans-serif;
}
#mainNav .navbar-brand img{
  height: 30px;
  width: 40px;
}
#mainNav .navbar-brand p{
  font-size: 7px;
  font-weight: 400;
  margin-bottom:0px!important; ;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #2A779F;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 0.80rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffc107;


}

.navbar-nav{
  margin-bottom: 40px!important;
}
#mainNav.navbar-shrink .navbar-nav {
  margin-bottom: 0px!important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: gold;
  /* border-bottom: 1px solid #E3E300;
  */  /* padding-bottom: 5px;
  
  */

}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #f4ae42 ;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}
.nav-link{
  padding:0.05rem 1rem;
}
.log{
  display: none;
}
@media (max-width: 991px) {
  #mainNav .navbar-brand img{
    max-height: 50px;
    height: auto;
    width: auto;
  }
  #mainNav .navbar-brand {
    padding: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 5px;
  }
  .navbar-nav {
    margin-bottom: 0px!important;
  }
}
@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }

  .log{
    display: block;
  }
  #mainNav .navbar-brand {
    color: white;
  }

  #mainNav .navbar-brand img{
    height: 100%;
    width: 100%;
  }
  #mainNav .navbar-brand p{
    font-size: 25px;
    font-weight: 700;
  }
  .logo {

    color: #f4ae42;
  }
  .logo-row {
    display: table-row;
  }
  .logo-row .logo-thumb{
    display: table-cell;
    vertical-align: middle;
  }
  .logo .logo-quote {
    display: table-caption;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    caption-side: bottom;
    margin-bottom: 0px!important;
  }

  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #f4ae42;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {

  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #ffc107;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {

    color:#f4ae42;

  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #2A779F;
  }
  #mainNav.navbar-shrink .navbar-brand img{
    height: 60px;
    width: auto;
  }
  #mainNav.navbar-shrink .navbar-brand p{
    font-weight: 400;
    font-size: 12px;
  }

  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #2A779F;
  }

  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #E3E300;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #F4AE42;
  }


}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .1)), url( "../img/himal 1.jpg");
  /* background-image: url("../img/syambhunath.jpeg"); */
  background-position: center center;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
  font-weight:700;
}





@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 600px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
    font-weight:800;
  }

}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.3rem;
    font-weight:800;
  }
}

.area-padding-section1{
  margin: 60px 0;

}

.section1-content{
  padding:25px;
  padding-left: 0px;  
}

.well-left{
  padding-top:30px;
  padding-left:0px;
}

.img-wrapper-section2{
  width: 550px;

}

.img-wrapper-section2 .section2-img{
  margin-right: 20px;
  margin-bottom: 20px;
  outline: 3px solid rgb(227, 227, 0);
  outline-offset: -25px;
}
.img-wrapper{
  position: relative;
}

.border-20p{
  /* border-radius: 20px; */
  -webkit-box-shadow: 8px 8px 20px 0px rgba(47,118,158,0.3);
  -moz-box-shadow: 8px 8px 20px 0px rgba(47,118,158,0.3);
  box-shadow: 8px 8px 20px 0px rgba(47,118,158,0.3);
}


.img-wrapper:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;

}
.img-wrapper:before {
  z-index: -1;
  top: 2%;
  /* opacity: 0; */
  left: 2%;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(transparent, #2A779F); */
  content: '';
  border-radius: 20px;
  border-bottom: 3px solid #2A779F;
  border-right: 3px solid #2A779F;
}

.service-box {
  max-width: 400px;
}

.box{
  margin-bottom: 20px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 2px;
}

.portfolio-box-caption {
  position: absolute; 
  color:white;
  top:0%;
  /*padding:40% 1em 1em 1em;*/
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color:rgba(0,0,0,0.3);
}

.portfolio-box-caption:hover{
  background-color:rgba(0,0,0,0.4);
}
.portfolio-box-caption h4 {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 5px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 35px;
}

.portfolio-box {
  opacity: 1;

}

.portfolio-box:focus {
  outline: none;
}




footer hr{

}

.contact-us{
  position: absolute;
  top:3%;
  left: 5%;
  width: 400px;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 8px;
  opacity: 0.9;
}

.wrapper-align{
  padding-top: 15px;
  padding-bottom: 0px;
}





@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 32px;
  }
}

.text-primary {
  color: #2A779F !important;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', sans-serif;
  padding:10px 40px 10px 40px;
}

.btn-xl {
  padding: 1rem 2rem;
  background-color:#E5D8AC;
}

.btn-primary {
  background-color:#E3E300;
  border-color: #E3E300;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #E3E300 !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5) !important;
}


b{
  font-weight:700;
  font-size:1.5em;

}


.history-of .container{
  background-color:#FFFBEE;

}
.highlights h3{
  font-weight:600;
  font-size:20px;
}
.ask_question{
  background-color:#FFFBEE;
}
.ask_question p{
  font-weight: bold;margin-bottom: -1rem;
}
.ask_question h4{
  font-weight: 700; font-size: 50px;
}

.ask_question form input{
  width:50%!important;
  border:none;
  border-bottom:solid black 1px;
  background-color:#FFFBEE;

}

.highlights fa{
  display:inline-block;

}


.highlights ul li{
  list-style:none;
  padding-left:20px;
  padding-top:10px;
  position:relative;

}
.highlights ul li::before{
  font-weight:900;

  font-family: "Font Awesome 5 Free";
  content:'\f054';
  position:absolute;
  left:0;


}

.highlights p{
  padding-top:10px;
  text-align:justify;
}
.highlight{
  padding:0px;
  text-align:justify;

}

.highlights{
  background-color:#FFFBEE;
  padding-bottom:60px;
}





footer ul li{
  list-style:none;


}

.section1-content P{
  text-align:justify;

}
.section1-content .p-1{
  padding-top:20px;
}

.part1,.part2,.part3{
  background-color:#E4FDE9;
  padding:5px;
  margin:5px;

}

.part1 p,.part2 p,.part3 p{
  padding-left:8px;

}

.btn{
  background-color:#E5D8AC;
}



@media (min-width: 992px){
  #mainNav .navbar-nav > li.nav-item:not(:last-child)
  /*{*/
  /**/
  /**/
  /*border-right:solid white 2px;*/
  /**/
  /*}*/



}


footer  li{
  padding-top: 15px;
}
footer  li a{

  color:black;
}

footer  li a:hover{
  color:#FFC300;
}


footer .fas{
  color: #f4ae42;
}
h4{
  font-weight:800;
  padding-bottom:20px;
}
h2{
  font-weight: 800;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .well-left{
    padding-top:80px;
    padding-left:30px;
  }

}

@media (min-width: 768px) {

  h4{
    font-size:25px;
    font-weight: 800;
  }

}

.slider{
  background-color:#F4AE42 ;
}
@media (min-width: 320px){
  header.masthead {
    min-height: 500px;
  }
}

.our_team .owl-carousel .owl-item img {
  width: auto;
  /*height: 250px;*/
  display: inline-block;
}

figure {
  margin-bottom: 0px!important;
}

.partners{
  background-color: #F3F3F3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.partners .item img{
  max-height:150px;
}

.slider .item{
  background-color: #F4AE42;
}


.buttomFooter{
  background-color: rgba(0,0,0,0.8);
  color: #F4AE42;
  padding: 15px;
}

footer a p{

  color: #F4AE42 ;
  font-size: 22px;
  font-weight: 800;
}

footer ul li{

  list-style: none;
}
.buttomFooter a {
  color: #f2af21;
}

footer a:hover{
  text-decoration: none;
  color: #e0a800;
}

@media (max-width: 425px) {
  .footer_logo{
    text-align: center;
  }


}

.box .logo{
  margin-left: 95px;
  margin-top: 10px;
}
.partners .item{
  position:relative;
  border: solid 2px #f2e1e1;
  height: 150px;
  overflow-y: hidden;
  background: #fff;
}
.partners .item img{

  position: absolute;
  width:100% !important;
  top:50%;
  transform: translateY(-50%);

}