/*========== @font-face  code ============*/

@font-face {
 font-family: "BeonRegular";
 src: url("Beon-Regular.otf");
 }
 
@font-face {
  font-family: QueensidesLight;
  src: url(QueensidesLight-ZVj3l.ttf);
}

.h2 {font-family: 'Marck Script';}

.h1{font-family: "BeonRegular";
src: url("Beon-Regular.otf");}

body,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
}
body {

overflow-x: hidden;
max-width: 100%;
font-size: 20px;
/*  margin-left:0px; */
}

img {
  max-width: 100%;
  height: auto;
  border: none;

}
h1 {
  font-family: 'Mi Tica';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
}

h2 {
  color: #ea9513;
  font-size: 20px;
  font-weight: 700;
}

h3{

  color: #ea9513;
  font-size: 50px;
  text-shadow: 2px 2px #000000;
  font-weight: 700;
}

p{
  font-size: 14px;
  line-height: 1.6em;
  margin: 0;
}
a:hover { text-decoration: none; }


/*============= FADE ANIMATIONS   ===========   */

.fade-out{

animation: fadeOut 10s;
animation-fill-mode: forwards;

}

@keyframes fadeIn {
from{

opacity :0;
}

to{
opacity:1;
}
}


@keyframes fadeOut {
from{

opacity: 1;

}

to{
opacity: 0;

}
}


/*=============  HEADER AREA WITH FRONT PAGE PIC  ==================  */

.header-content h1 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 2px 2px #000;
  font-family: 'BeonRegular';
}
.header-content h4 {
  font-family: 'QueensidesLight';
  color: #fff;
  font-size: 25px;
  text-shadow: 2px 2px #333;

}

#header-area .row{

  width: 100vw;
  height: 13rem;
  margin-left: 0px;
  margin-right: 0px;
}

#header-area .row2{

  background-color: #cab7b7;
/**  border-radius: 10%; */
  width: 100vw;
  height: 8vh;
  position: absolute;
  left: 0;
}

#header-area h1, h4{

  position: relative;
  top: -30px;
}

/*=============  END OF Header  ==================   */

/* ====== BORDERLINE SECTION ======== */

#section1{

height: 200px;

}

/*=============  NAV BAR AREA  ==================   */


.navbar-inverse {
    background-color: #383E4C;
    border-color: #383E4C;
    display:flex;
    height:92px;
}

/*.navbar-nav>li {
    display: inline-block;
    padding: 10px;
} */

.nav__list>li {
  list-style-type: none;
  display: flex;
  position: relative;
  float:left;
  padding: 10px;
  font-family: "BeonRegular"
}

.nav__list>li>a {                                    /*  navbar-inverse .navbar-nav  */
    display:flex;
    background: #383E4C none repeat scroll 0 0;
    border: 1px solid #646d7c;

    color: #fff ;
    font-size: 20px;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.nav__burger,
.nav__close {
  color: white;
}

.nav__data {
  height: 30vh;
  width: 30vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__toggle {

  position: relative;
  width: 32px ;         /*32px; */
  height: 32px;          /*32px; */
}

.nav__burger,
.nav__close {
  position: absolute;
  width: max-content;
  height: max-content;
  inset: 0;                   /* look up could depend on a library or variable */
  margin: auto;
  font-size: 1.25rem;
  cursor: pointer;
  transition: opacity .1s, transform .4s;
}

.nav__close {
  opacity: 0;
}

/* Show menu */
.show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}
.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}


/*  font-size: 20px;    padding: 15px 25px;   */

 .navbar-inverse .navbar-nav>li>a {
    background: #383E4C none repeat scroll 0 0;
    border: 1px solid #646d7c;
    color: #fff ;
    
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
} 


.navbar-inverse .navbar-nav > li > a.current,
.navbar-inverse .navbar-nav > li > a:hover {
        background: #49505F;
}



/*=============  END OF NAV BAR AREA  ==================   */


/*======= sub-container style =====*/


.sub-container{
    
    height: 30rem;
}



/*=========== START OF missionstat  AREA : INC  Services, Contact, and Testomornial ==============*/

/*=========== Start Services Area CSS ==============*/


/*---- Start Feature CSS --------*/


.green-text { color: #178A27; }
.blue-text { color: #1686C1; }
.gray-text { color: #1686C1; }
.green-btn { background: #11457f; }
.green-btn:hover { background: #449D44; }
.blue-btn { background: #907c03; }
.blue-btn:hover { background: #31B0D5; }
.red-btn { background: #b4b7ac; }
.red-btn:hover { background: #C9302C; }
.feature-content {
    background: #F2F2F2;
    padding-bottom: 40px;
}
.feature-content-title {
    padding: 0 20px;
    text-align: center;

}

.feature-content-description {
    padding: 0 20px 35px;
    text-align: justify;
    color: #333333;
    margin-top: 15px;
}
.feature-content-link {
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.feature-content-link:hover, .feature-content-link:link, .feature-content-link:visited  {
  color: white;
  text-decoration: none;
}


/* End Feature CSS */

/*div#service-area-main {              /*  LOOKS DELETED */ /*
    float: left;
    width: 100%;
  margin-top:-200px;
} */
.our-service{
  margin:65px 0px 85px;
}

.service  h1 {
  color: #ea9513;
  text-transform: capitalize;
  text-shadow: 2px 2px #000000;
  margin-bottom: 20px;
}
.service > p {
    color: #ea9513;
    text-shadow: 2px 2px #000000;
    font-size: 23px;
}
/* End Services CSS */

/* Start Testimornial CSS */
#testimornial-area{
  margin: 60px 0;
}
h2 {
    color: #666666;
}
.testimornial-content {
  background-color: #f2f2f2;
  height: 500px;
  max-width: 260px;
}


.testimornial-content  p {
    padding: 10px 20px;

}
.content-link {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    color: #666;
    display: inline-block;
    font-size: 15px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.content-link:hover,
.content-link:focus {
    background: #E6E6E6 none repeat scroll 0 0;
}

/* End Testimornial CSS */


.contact-content h1 {
    color: #ea9513;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 30px;
  text-shadow: 2px 2px #000000;
}

.contact-content  {

font-size: 60px;


}

.contact-content p {
    background: rgba(242, 242, 242, 0.4) none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px 15px;
}
.contact-form-left { padding-left: 0; }
.contact-form-right { padding-right: 0; }
input {
    margin-bottom: 15px;
}
.form-control {
  border: none;
  background: rgba(242, 242, 242, 0.4);
}
#comment.form-control {

}
.form-group button {
  background: #262628 none repeat scroll 0 0;
  color: #fff;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 18px;
  border-radius:10px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* End Contact CSS */


/* Start Footer CSS */
.footer-content  h1 {
    color: #666;
    font-size: 32px;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: 15px;
}
.footer-content  p {
    color: #999;
    font-style: italic;
    margin-bottom: 30px;
}
.copy {
    color: #666;
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 10px;
}




/* 1st Row Shirts and T-shirts section 2 **Previously about section */

.about-section {
    height: 100%;
    padding-top: 70px;

}

.about-section > div{
    position: relative;
    left: 0%;

}

.contact-section {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
}
.form-control {
  color: #000;
}
.contact-section .container {
  max-width: 1100px;    /* changed from 750 */
}

/*https://css-tricks.com/snippets/css/style-placeholder-text/*/
.form-control::-webkit-input-placeholder {
   color: black;
}
.form-control:-moz-placeholder { /* Firefox 18- */
   color: black;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: black;
}
.form-control:-ms-input-placeholder {
   color: black;
}


/*==========SCROLL TO TOP ===========*/

#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}
/* End Scroll To top */


/*==========TECH PORTION ===========*/

.feature-content .price_ped{

font-size: 20px;
font-family: sans-serif;
background-color: white;
float: right;

}


/*==========FOOTER 2 AREA ===========*/


#bar1{

  background-color: white;
  position: relative;

  height: 30px;
}


#bar2{


  position: relative;
  background-color: #bcbcbc;   /*#383E4C */
  Height: 230px;
  list-style-type:none;
}

#bar2 ul{

  list-style-type:none;
  position: relative;
  text-align: left;
  top: -4rem;
}

.footer-content img{

  right: 4rem;
  position:absolute;
  top: -9rem;
}

#bar3{


  position: relative;
  Height: 90px;
  background-color: #383E4C;
}


/*================== @MEDIA QUERIES FOR ALL   ==================*/


@media screen and (max-width: 1118px) {


  #testlogo{

    display: none;

  }

  .nav__menu {
    position: absolute;
    background-color:#383E4;
    height:70vh;
    width:50vw;
    left: 0;
    top: 2.5rem;  /*  width: 30%;    height: 100%;  */
    pointer-events: none;
    opacity: 0;
    transition: top .4s, opacity .3s;
  }

  .nav__menu::-webkit-scrollbar {
    width: 0;
  }
  .nav__list {
    background-color:#383E4;
    padding-top: 1rem;
  }

.nav__link {
  color: white;
 /* background-color: ; */
 /* font-weight: );  */
  padding: 1.25rem 1.5rem;
  display: flex;
}

.nav__link:hover {
  background-color: grey;
}


/* Show menu */
.show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);

}
.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
  position: absolute;
  z-index: 999;

}

.ri-menu-line{

position:absolute;
display:flex;
font-size: 30px;
top: -11rem;
left:0rem;
z-index: 999;
}


.ri-close-line{

position:absolute;
display:flex;
font-size: 30px;
top: -11rem;
left:0rem;
z-index: 999;

}
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content > p#blofr {
    padding: 18px;
  }

  .contact-content p {
    font-size: 15px;
  }
}

/*    Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content p {
    margin-bottom: 21px;
    padding: 27px;
  }
  .blog-content span { margin-left: 0; }
  .service > p { font-size: 18px; }
  .contact-content p {
    font-size: 18px;
    padding: 15px 0;
  }
  
}
 
 /*
  .navbar-nav > li {
    padding: 6px;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
  } 
  
  */


/*@media only screen and (max-width: 1024px) {
  header,
  section#services-area,
  section#contact-area {
    background-attachment: scroll;
  }
} */

/*@media only screen and (max-width: 767px) {

  header { */
  /*  height: 70vh; */ /*
    padding: 0 15px;  
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
} */


/*    Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-content h1 {
    font-size: 70px;
  }
}

/*------- Carosel Media ------*/


@media screen and (min-width: 1090px) {

.nav__toggle {
    display: none;
  }

.nav__data{

    display:none;
  }

} 


/*@media only screen and (max-width: 520px) {
  .col-xxs-12 {
    width: 100%;
  }
} */