/*----- Colors ----- */
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

nav li.active a span {
  color: #b3002c;
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free' !important;
}

.upper a,
.upper a:hover{ 

  text-decoration: none;
  color:white;
  float: right;
  padding: 10px !important;
  word-spacing: 5px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.fa {
  margin-left:20px;
}
header .upper{
  width:100%;
  height:45px !important;
  color: white;
  background-color: #b3002c;
}
.mid-img{
    position: relative;
    height: 400px;
    margin-top: 40px;
    background-image: url('../img/kenshin-img/img12.png');
    background-repeat:no-repeat;
    background-size:cover;
    

}

.mid1-img{
    position: relative;
    height: 380px;
    margin-top: 40px;
    background-image: url('../img/media.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    

}
.mid-sec{
    position:absolute;
    z-index: 1;
     width:45%;
     height: 450px;
     margin:-20px 0;
     background-color: #b3002c;
     transform-origin:bottom ;
     transform: skew(20deg,0deg);
}
.top-view h2{
    position: absolute;
    z-index: 3;
    padding-left: 100px;
}
.section-upper{
	position:sticky;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: .5em;
  padding-bottom: .5em;
  z-index: 999;
  background-color: #fff;
}

.section-upper .logo {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 180px;
  padding: 10px 15px;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
}

.section-upper .logo img {
  width: 150%;

}
.section-upper nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 25px 15px 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
}

.section-upper nav ul, header nav li {
  list-style: none;
}

.section-upper nav ul {
  padding: 0;
}

.section-upper nav li {
  display: inline-block;
  padding-right: 1.5em;
}

.section-upper nav li a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 17px;
  color: #454545;
  font-weight: 500;
}
.section-upper nav li a:hover,
.section-upper nav li a:active{
  color: #b3002c;
  padding-bottom: 5px;
  border-bottom: 1px solid #b3002c;
}

.section-upper nav li::after {
  content: '/';
  margin-left: 0.8em;
}

.section-upper nav li:last-child::after {
  content: '';
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.slider {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}

.slider .item {
  width: 100%;
  position: relative;
}

.slider .item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  display: none;
}

.slider .item .caption {
  position: absolute;
  bottom: 25%;
  right: 15%;
  z-index: 2;
  background-color: #fff;
  padding: 0px 30px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  -webkit-box-shadow: 6px 6px #b3002c;
          box-shadow: 6px 6px #b3002c;
}

.slider .item .caption h3 {
  font-size: 20px;
  color: #b3002c;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}

.owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  margin-left: 20px;
  padding: 20px !important;
  background: white !important;
  border-radius: 5px !important;
  font-size: 18px;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
  margin-right: 20px;
  padding: 20px !important;
  background: white !important;
  border-radius: 5px !important;
  font-size: 18px;
}

/*.right-one:before{*/
/*   content:" \f00c ";*/
/*   font-family:FontAwesome;*/
/*   padding-right:20px; */
/*   color:#fffeff;*/
/*   display:inline-block;*/
/*}*/

.intro {
  width: 100%;
  margin: 80px auto 30px;
}

.intro1 {
  width: 100%;
  margin: 0px  0px;
}
.intro .who {
  width: 60vw;
  height: 100%;
  padding: 30px 100px;
}

.intro1 .who1 {
  width: 600vw;
  height: 100%;
  padding: 10px 100px;
}

.intro .who h3 {
  color: #b3002c;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}

.intro .who1 h3 {
  color: #b3002c;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 120px;
}
.insider{
  width:100%;
  height:550px;
  background-color: #f5f5f5; 
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius:10px 10px 0 0;
  /*Webkit-scrollbar-width:none;*/
}
.insider::-webkit-scrollbar{
    width:none;
}
.insider img{
  max-width:100%;
  padding: 0;
  margin: 0;
}
.insider h1{

  position: sticky;
  padding: 5px 16px 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  background-color: #f5f5f5;
 
}
.insider p{
  padding: 0 20px;
  letter-spacing: 0;
  font-size: 15px;
  text-align:justify;
  line-height: 2;
  

}
.intro .who p {
  width: 80%;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.intro .who-img {
  width: 40vw;
  height: 100%;
  text-align: left;
}

.intro .who-img img {
  width: 55%;
  float: right;
  padding-right: 100px;
}
.container-fluid .row .col-md-4 h4{
   font-size: 30px;
   font-weight: 700;
   font-family: 'Montserrat', sans-serif;
   color:#444444;
   padding: 10px 20px; 
   display: inline-block; 
}
.contained h2{
  font-family:  'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 200;
  color:#878787;
 

}
.contained p{
  padding: 10px 20px;
  font-family:  'Montserrat', sans-serif; 
  font-weight: 600;
}
/* .services .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services .outer-box .box {
  background-color: #cd0032;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 25%;
          flex: 1 25%;
  overflow: hidden;
  position: relative;
}

.services .outer-box .box img {
  width: 100%;
  height: 100%;
}

.services .outer-box .box .head {
  position: absolute;
  top: 5%;
  left: 5%;
}

.services .outer-box .box .head h3, .services .outer-box .box .head p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.services .outer-box .box .head h3 {
  font-size: 35px;
  color: #fff;
}

.services .outer-box .box .head p {
  color: #fff;
} */

.why {
  width: 100%;
  position: relative;
  padding-top: 50px;
}
.why img{
  width:100%;
}
.contained {
  width:500px;
  height:80%;
  position: absolute;
  top: 30%;
  left: 20%;
  transform: translate(-30%,-20%);
  background-color: #f1f1f1;
  opacity: .9;

}

/* .why .head {
  color: #b3002c;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.why .head h3 {
  font-size: 30px;
  font-weight: 500;
}

.why .benefit-box {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.why .benefit-box .benefit {
  width: 35vw;
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 3px 3px 10px #b3b2b2;
          box-shadow: 3px 3px 10px #b3b2b2;
  border-radius: 5px;
  position: absolute;
  z-index: 3;
  top: 25%;
  right: 10%;
}

.why .benefit-box .benefit h3 {
  color: #b3002c;
}

.why .benefit-box .benefit-img {
  width: 45vw;
  -webkit-box-shadow: 3px 3px 10px #b3b2b2;
          box-shadow: 3px 3px 10px #b3b2b2;
  border-radius: 5px;
}

.why .benefit-box .benefit-img img {
  width: 100%;
  height: 100%;
}

.why .benefit-box1 {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.why .benefit-box1 .benefit {
  width: 35vw;
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 3px 3px 10px #b3b2b2;
          box-shadow: 3px 3px 10px #b3b2b2;
  border-radius: 5px;
  position: absolute;
  z-index: 3;
  top: 25%;
  left: 10%;
}

.why .benefit-box1 .benefit h3 {
  color: #b3002c;
}

.why .benefit-box1 .benefit-img {
  width: 45vw;
  margin-left: 35vw;
  -webkit-box-shadow: 3px 3px 10px #b3b2b2;
          box-shadow: 3px 3px 10px #b3b2b2;
  border-radius: 5px;
}

.why .benefit-box1 .benefit-img img {
  width: 100%;
  height: 100%;
} */

.find {
 
  width: 100%;
  margin:0;
  padding: 0;
  height: auto;
  position: relative;
}

.find img {
  width: 100%;
  position: relative;
}
.find .inside-form{
position:absolute;
top:55%;
left: 5%;;
height: 150px;
width:70%;
background-color:#f1f1f1;
border-radius: 5px;
}
.find .inside-form h1{
  padding: 50px 10px;
  font-size: 25px;
  color:#b3002c;
  font-family:  'Montserrat', sans-serif;
  font-size: 30px;
}

.find .find-box {
  position: absolute;
  background-color: #b3002c;
  top: 40%;
  left: 50%;
  padding: 20px 60px;
  text-align: center;
  -webkit-box-shadow: 0 4px #454545;
          box-shadow: 0 4px #454545;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

.find .find-box h3 {
  font-size: 22px;
  color: #fff;
}

.find .find-box p {
  color: #fff;
  width: 45%;
  background-color: #454545;
  padding: 15px;
  margin: 0 auto;
  font-weight: 600;
}
.container-bottom {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer {
  background-color: #f5f5f5;
  padding: 50px;
}

footer .company, footer .link, footer .connect {
  -webkit-box-flex: 1;
      -ms-flex: 1 33.33%;
          flex: 1 33.33%;
}

footer .company h3, footer .link h3, footer .connect h3 {
  color: #b3002c;
}

footer .company h3::after, footer .link h3::after, footer .connect h3::after {
  content: '';
}

footer .company img, footer .link img, footer .connect img {
  margin-top: 50px;
  width: 30%;
}

footer .company p, footer .link p, footer .connect p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 25px;
}

footer .company ul, footer .link ul, footer .connect ul {
  padding: 0;
}

footer .company ul, footer .company li, footer .link ul, footer .link li, footer .connect ul, footer .connect li {
  list-style: none;
}

footer .company li, footer .link li, footer .connect li {
  display: inline-block;
  font-size: 30px;
  text-align: left;
  margin-right: 20px;
  color: #b3002c;
}

.center-form{
  margin: 20px auto;
  width: 65% ;
  border: none ;
  box-shadow: 1px 2px 10px rgba(211, 211, 211, 0.37);
  padding: 20px;
  
}


.form-group{
  margin: 10px 0;
}

.form input{
  width: 100% ;
  border: none ;
  border: 1px solid lightgrey; 
  border-radius: 5px;
  padding: 6px 5px;
}

.form textarea{
  width: 100% ;
  border-radius: 5px;
  padding: 6px 5px;
}

.intro h1{
  font-size: 30px !important;
 
}

.intro p{
  width: 70%;
  font-size: 16px !important;
  
}


/*# sourceMappingURL=style.css.map */

@media only screen and (max-width:1440px) and (min-width:1100px)

{

  .intro h1{
    font-size: 30px;
  }

  .intro p{
    width: 70%;
  }
    
.intro .who-img img {
    width: 70%;
    float: right;
    padding: 30px;
    margin: 0 50px;
}

.caree .top-view h2 {
  font-size: 30px !important;
}

.top-view h2{
  font-size: 22px !important;
}
.company{
  padding-left: 50px !important;
}

.bg-learn{
  height: 365px !important;
}

.mid-img{
  height: 365px;
  background-position: right;
}


.mid-sec{
  height: 410px;
  width: 45%;
}
.intro p{
  font-size: 16px;
}


.insider h1{
  top: 200px;
}


}

@media only screen and (max-width: 1080px) and (min-width:720px)

{
  
  .mid-img{
    height: 320px;
    background-position:center;
  }

  .mid-sec{
    width: 55%;
    height: 370px;
  }

  .intro{
    margin: 35px auto 30px;
  }

  .top-view h2{
    padding-top: 130px !important;
    font-size: 20px !important;
  }
.mid-img {
    height: 320px;
    background-position: right;
}
  .intro h1{
     font-size: 28px !important; 
  }

  .intro .who p{
    width: 100% !important;
  }

  .intro .who{
    padding: 30px;
  }

  .intro .who-img{
    padding-top: 100px;
  }

  .intro .who-img img{
    width: 80%;
  }

  .abt-w p{
    padding: 5px 20px 0px 20px !important;
  }

  .company{
    padding-left: 20px !important;
  }

  .bg-learn{
    height: 260px;
  }

  .learn-block h3{
    padding-top: 50px !important;
  }

  .learn-block p{
    padding: 20px 25px !important;
  }

  .leader .row{
    justify-content: space-between;
  }

  .bg-learn{
    height: 260px;
  }

  .insider{
    height: 640px;
  }

  .leader .row .col-md-3{
    flex: 0 0 49%;
    max-width: 49%;
    margin: 20px auto;
  }

  .center-form{
    width: 85%;
    border: none !important;
    box-shadow: 1px 2px 10px rgba(211, 211, 211, 0.37) !important;
    
  }

}



.menu{
  display: none;
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 820px) {

    header .upper{
      display: flex;
      height: 45px ;
      justify-content: space-evenly;
    }

    .row p{
      margin-left: none; 
    }

    .upper a{
      padding: 10px;
    }

    .section-upper{
      align-items: center;
      justify-content: space-between;
    }

    .section-upper nav{
      display: none;
     
    }

    .section-upper .logo{
      z-index: 9999;
    }

    .section-upper nav.open{
      display: block;
      position: fixed;
      background-color: #fff;
      width: 100%;
      height: 100%;
      top: -5%;
      left: 0;
      z-index: 999;
      overflow: hidden;
      opacity: 1 !important;

    }
    .menu{
      display: block;
      font-size: 20px;
      padding-right: 20px;
      z-index: 9999;
    }

    nav.open ul{
      position: absolute;

      top: 45%;
      left: 50%;
      transform: translate(-50%, -45%);
    }

    nav.open ul li{
      display: block;
      text-align: center;
      padding: 15px 0;
      
    }

    nav.open ul li a{
      color: #444444;
      font-size: 18px;
    }

    nav.open ul li:after{
      content: '';
    }

    .menu{
      display: block;
      font-size: 20px;
      padding-right: 20px;
    }

    .mid-sec {
      position: relative; 
      z-index: 1;
      width: 100%;
      height: 180px;
      margin: 0px 0; 
      background-color: #b3002c;
      transform-origin: bottom;
       transform: skew(0deg,0deg);
  }

  .learn-block ul{
    padding: 0;
    margin: 0;
  }

  .mid-img {
    position: relative;
    height: 160px;
    margin-top: 0px;
    background-position:right;
  }

  .learn-block h1{
    display: block;
  }

  .h{
    height: 580px !important;
  }

  .intro .who {
    width: 100%;
    height: 100%;
    padding: 30px 10px;
}

.intro .who p{
  width: 100%;
}

.top-view h2{
  padding-top: 20px !important;
  padding-left: 20px !important;
  font-size: 18px !important;
}

.insider{
  margin: 30px auto;
  height: 515px;
}

.insider h1{
  top: 184px;
}

.top-view h2{
  padding-top: 30px !important;
  padding-left: 20px !important;
  font-size: 18px !important;
}



.intro .who-img{
  width: 100%;
  height: auto;
}

.intro .container{
  flex-wrap: wrap;
}

.intro .who-img img{
  float: none;
  padding: 30px;
  width: 100%;
}

.abt-w p{
  padding: 0 10px !important;
  font-size: 14px !important;
}

.leader .row{
  padding: 10px !important;
}

footer{
  padding: 20px;
}

.container-bottom{
  flex-wrap: wrap;
}

footer .company{
  padding-left: 5px !important;
}


footer .company, footer .link, footer .connect{
  flex: 1 45.5%;
  padding-top: 50px;
}

.bg-learn{
  height: 150px !important;
}

.learn-block h3{
  padding-top: 35px !important;
}

.learn-block p {
  padding: 10px 10px !important;
  font-size: 14.5px !important;
}

.caree h2.t-h2 {
  padding-top: 60px !important;
  padding-left: 20px !important;
  font-size: 18px !important;
}

.caree .mid-img{
  height: 130px !important;
  margin-top: 10px !important; 
}

.caree .mid-sec {
position: absolute !important;
z-index: 1;
height: 170px;
width: 45% !important;
margin: -20px 0;
background-color: #b3002c;
transform-origin: bottom;
transform: skew(20deg,0deg) !important;
}

.intro h1{
  padding: 50px 30px 20px 30px;
}

.intro{
  margin: 50px auto;
}

.intro p{
  padding: 0 30px;
  line-height: 1.5;
  font-size: 16px;
  width: 100%;
}

.center-form{
  width: 100% !important; 
  border: none !important;
  box-shadow: 1px 2px 10px rgba(211, 211, 211, 0.37) !important;
  
}
/* .form{
  margin: 50px auto !important;
}

.form input{
  border: none !important;
  border: 1px solid lightgrey !important;
}

.form textarea{
  width: 70% !important;
}

.form label{
  padding: 5px 20px !important;
}

.form input, .form textarea{
  margin: 5px 15px !important;
  width: 93.45% !important;
} */

  }








