@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

body {

  font-family: 'Open Sans', sans-serif;

  font-size: 14px;

  color: #0c0b10;

  background-color: #fff;

}

#home .home, #about .about, #solution .solution, #service .service, #training .training, #gallery .gallery, #career .career, #contact .contact{  color: #86a373 !important; }



.btn-danger{ border: 1px solid #dadce0; background: #fff !important; color: #000 !important; border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; -ms-border-radius: 0px !important; -o-border-radius: 0px !important; }
.btn-danger:hover{ border: 1px solid #86a373 !important;}
h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'Playfair Display', serif;
  font-weight: 500;

}



h6 {

  font-size: 14px;

}



a {

  text-decoration: none !important;
  display: inline-block !important;
  outline: none !important;

}



p {


  font-size: 16px;
  font-weight: 400;
  line-height: 28px;

}

header {
  width: 100%;
  height: auto;
  background: #fff;
}

.bg-light {
  background: #fff !important;
}

.navbar-brand {
  width: 77px;
  height: auto;
}

.navbar-brand img {
  width: 100%;
  height: auto;
}
.navbar {
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 12px;
  color: #61637b !important;
 
  padding:10px 20px;

}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #407da0;
}
.navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px !important;
}
.navbar .navbar-toggler {
  padding: 0px;
  border: none;
}
.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.navbar .navbar-toggler .navbar-toggle-icon {
  color: #fff;
}
.navbar .navbar-toggler .navbar-toggle-icon:focus {
  outline: none;
}
.navbar .navbar-brand .logo-light {
  display: block;
}
.navbar .navbar-brand .logo-dark {
  display: none;
}
.navbar .nav-btn {
  color: #407da0;
  border: 1px solid #ebebeb;
  background-color: #fff !important;
}
.nav-sticky {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 11, 16, 0.05);
  box-shadow: 0px 2px 4px 0px rgba(12, 11, 16, 0.05);
}
.nav-sticky .navbar-nav .nav-item .nav-link {
  color: #61637b;
}
.nav-sticky .navbar-nav .nav-item .nav-link:hover,
.nav-sticky .navbar-nav .nav-item .nav-link:active,
.nav-sticky .navbar-nav .nav-item .nav-link:focus,
.nav-sticky .navbar-nav .nav-item .nav-link.active {
  color: #407da0;
}
.nav-sticky .navbar-brand .logo-light {
  display: none;
}
.nav-sticky .navbar-brand .logo-dark {
  display: block;
}
.nav-sticky .nav-btn {
  color: #fff !important;
  border: 1px solid #407da0;
  background-color: #407da0 !important;
}
.nav-sticky .navbar-toggler {
  padding: 0px;
}
.nav-sticky .navbar-toggler .navbar-toggle-icon {
  color: #0c0b10;
}
.navbar-light {
  padding: 12px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  color: #000000;
}
.navbar-light .navbar-toggler {
  padding: 0px;
}
.navbar-light .navbar-toggler .navbar-toggle-icon {
  color: #0c0b10;
}
.navbar-light .navbar-brand .logo-light {
  display: none;
}
.navbar-light .navbar-brand .logo-dark {
  display: inline-block;
}
.logo-dark-mode {
  display: none;
}

header .top1 {
  padding: 6px 0;
  background: #86a373;
}



header .top1 a{
  font-weight: 600;
  color: #fff !important;
  font-size: 12px;
 
}


header .top1 .login_sign_up {
  float: left;
  margin: 4px 15px 0 0;
}

header .top1 .login_sign_up span {
  color: #555;
  padding: 0 10px;
}

header .top1 .login_sign_up a {
  font: 600 13px 'Open Sans', sans-serif;
  color: #888;
  text-decoration: none;
  display: inline-block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
}

header .top1 .login_sign_up a:hover {
  color: #fff;
}

header .top1 .social_con {
  float: right;
}

header .top1  .social_con a {
  border: 2px solid #333;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  width: 27px;
  height: 27px;
  padding: 2px 3px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
}

header .top1 .social_con a:hover {
  color: #fff;
  background: #000000;
  border: 2px solid #4b4b4b;
}

/*top1 ends*/
/*top2*/

.white {
  color: white;
}

.ml15 {
  margin-left: 15px;
}


.left a {
  cursor: pointer;
}

#back-top {
  position: fixed;
  bottom: 12px;
  right: 10px;
  z-index: 3;
  display: block;
}

.vid {
  background: #a90505;
  padding: 60px 0px;
}

.dropdown-menu {

  padding: 10px !important;
  border-radius: 0px 0px 4px 4px !important;
  border: 0px !important;

}

.dropdown-item {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 12px;
  color: #61637b !important;
  border: 1px solid #f1f1f1 !important;
  margin-top: 2px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;

  z-index: 1;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}



/*******************************************welcon*********************/
.welcomeBg {
  width: 100%;
  min-height: 400px;
  background: #f1f1f1;
  padding-bottom: 60px;
}

.welcomeBg a {
  margin-top: 15px;
}

.aboutText {
  padding: 50px;
}

.titleText {
  width: 100%;
  text-align: center;
  padding: 60px 40px;
}

.titleText h1 {
  font-size: 33px;
}

.titleText2 {
  width: 100%;
  text-align: center;
  padding: 30px 40px;
}

.titleText2 h1 {
  font-size: 33px;
}

.titleText3 {
  width: 100%;
  text-align: center;
  padding: 60px 40px;
}

.titleText3 h1 {
  font-size: 33px;
  color: #fff;
}

/***********************************************/
.whoBg {
  width: 100%;
  min-height: 400px;
  background: #000000;
  color: #fff;
  text-align: center;
}

.focusBg {
  width: 100%;
  height: auto;
  background: #f0faf9;
  padding: 40px 0px 80px;
}

.focusBg .item {
  background: #fff;
  min-height: 473px;
}

.focusBg .focusText {
  padding: 20px;
  min-height: 224px;
}

.focusBg .focusText:hover {
  background: #f1f1f1;
  transition: 0.5s;
}

.focusBg .focusText h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}

.focusBg .focusText p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
  margin-top: 15px;
}

.orgBg {
  list-style: none;
  padding-top: 30px 0px;
}

.orgBg li {
  line-height: 35px;
  border-bottom: 1px solid #f1f1f1;
  padding: 8px 10px;
}

.traningBg {
  width: 100%;
  min-height: 400px;
  padding: 42px 0px 100px;
  background: #e2f5fc;
}

.traningBox {
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: left;
  background: #fff;
  border: 1px solid #f1f1f1;
}

.traningBox img {
  width: 100%;
  height: auto;
  margin: auto;
  border: 1px solid #e3e3e3;
}

.traningBox {
  color: #000;
}

.traningBox h3 {
  font-size: 22px;
  margin-top: 10px;
  color: #f15230;
}

.traningBox ul {
  margin: 0px;
  padding: 0px;
}

.traningBox ul li {
  list-style: none;
  float: none;
  font-size: 16px;
  line-height: 22px
}

.traningBox ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
}



.bookBg {
  width: 100%;
  background: #efeae1;
  padding: 40px 0px 60px;
}

.bookText {
  padding: 30px;
  min-height: 200px;
  background: #fdf8f1;
}

.bookText {
  width: 100%;
  height: auto;
}

.bookText li {
  display: inline-block;
  width: 49%;
  height: auto;
  list-style: none;
  float: left;
  background-color: #f15230;
  color: #fff;
  padding: 10px;
  margin: 5px;
  font-size: 18px;
  font-weight: 600;
}

.gallery_con {
  background: #eee url(../images/gallery_bg.jpg) no-repeat;
  background-attachment: fixed;
  padding: 30px 0 60px 0;
}

.inside_gc {
  background: #7629f3;
  padding: 50px 0 60px;
  margin: 60px 0 0 0;
}

.photo_gallery_con {
  padding: 30px;

  background: #eee;
  margin-bottom: 60px;
}

ul.photo_gallery_con li {
  width: 25%;
  float: left;
  list-style: none;
  margin: 1.2% 0;
}

ul.photo_gallery_con li p {
  text-align: center;
  font-weight: 400;
  padding: 5px 10px;
}

ul.photo_gallery_con li .inner_con {
  width: 90%;
  margin: auto;
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 5px 10px;
}

/*photo gallery clasess ends*/
/*footer classes*/


.aboutBg {
  width: 100%;
  min-height: 200px;
  background-color: #f15230;
  background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");

}

.aboutUsBg {
  width: 100%;
  min-height: 400px;
  background: #f1f1f1;
  padding-bottom: 60px;
  padding-top: 60px;
}

.aboutText h3 {
  color: #f15230;
}

.aboutText ul {
  margin: 0px;
  padding: 0px;
}

.discuse li {
  list-style: none;
  border-left: 2px solid #f15230;
  padding: 10px;
  margin-top: 5px;
  background: #fac7bc;
}





.carousel-control.left {
  background: none !important;
}

.carousel-control.right {
  background: none !important;
}


/*************** footer*********************/

.footer {

  background-color: #0c0b10;

  padding: 80px 0 40px 0;

}



.footer .footer_mdi {

  font-size: 16px;

  height: 36px;

  width: 36px;

  line-height: 36px;

  border-radius: 50%;

  text-align: center;

  display: inline-block;

  margin: 20px 2px;

}



.footer .footer_mdi.facebook {

  background-color: #4e71a8;

  color: #fff;

}



.footer .footer_mdi.twitter {

  background-color: #0dcaf0;

  color: #fff;

}



.footer .footer_mdi.google {

  background-color: #f15230;

  color: #fff;

}



.footer .footer_mdi.apple {

  background-color: #231f20;

  color: #fff;

}



.footer .footer_mdi.dribbble {

  background-color: #fff;

  color: #0c0b10;

}



.footer-alt {

  background-color: #fafafa;

}


/***********************************about Bnner********************************/
.aboutBgBody{ background: #f1f1f1 !important;}
.abouBannerBg{
  width: 100%;
  height:300px;
  background-color: #000000;
  background: url(../images/aboutBg.png) no-repeat center top;
}
.titleTextAbout{ color: #fff;}

.border-1{ border: 1px solid #fff; padding: 30px; background: #fff;}
ul .ultext { list-style: none !important; padding: 20px;}
ol .ultext { list-style: none !important; padding: 20px;}
.ultext li{ padding:15px; border-bottom: 1px solid #f1f1f1; margin-top: 5px;}

.ultext li{ padding: 5px 10px; list-style: none; position: relative;}
.oltext li{ padding:15px; border-bottom: 1px solid #f1f1f1; list-style: none; position: relative;}
.ultext li i {
  font-size: 12px;
  height: 50px;
  position: absolute;
  width: 50px;
  top: 5px;
  left:-10px;
  color: #86a373;}

  .oltext li i {
    font-size: 14px;
    height: 50px;
    position: absolute;
    width: 50px;
    top: 15px;
    left:-10px;
    color: #86a373;}


.serviceBgBox{ background: #fff; padding: 20px !important; text-align: center;}
.serviceBgBox:hover{box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;}
.serviceBgBox .focusText1 h3{ font-family: 'Playfair Display', serif;
  font-weight: 500; color: #000 !important; font-size: 18px; margin-top: 15px;}

  .serviceBgBox .focusText1 p{ font-size: 13px; color: #000;}


  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
.addBg{
  position: relative;
  width: 100%;
  padding-left: 20px;

}

.addBg i {
  font-size: 22px;
  height: 50px;
  position: absolute;
  width: 50px;
  top: 5px;
  left:-10px;
  color: #86a373;
}
.addBg > p{ font-weight: 600;}

  .fa-globe:before {
    content: "\f0ac";
}
/***********************************media Bnner********************************/

@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 767px) {
  .bookText ul{ margin: 0px !important; padding: 0px !important;}
  .bookText li {

    width: 100%;
    height: auto;
    list-style: none;
    float: none;
    
}
}
@media only screen and (max-width: 991px) {
  
}