/*******************************/
/********* General CSS *********/
/*******************************/

*--------------------------------------------------
    21. Footer
---------------------------------------------------*/
.site-footer {
  background-color: #2a2a2a;
  padding: 20px 0px;
  margin-left: 50%;
}
.site-footer .copyright {
  color: #909090;
  margin: auto;
  margin-top: 30px;
  text-align: center;

}
.footer .footer-social {
    position: relative;
    margin-top: 10px;
}
.footer-info {
    text-align: center;
}

.footer .footer-social a {
    display: inline-block;
}

 .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color:#7f5922;
    transition: .3s;
    
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color:#7f5922 !important;
}

.site-footer .copyright p{
  text-align: center;
  color:#909090;
}

@media screen and (max-width: 768px) {
  .site-footer .pull-right {
    float: none !important;
  }
  .site-footer .copyright {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
  .site-footer .social-icon {
    display: block;
    width: 100%;
  }
  .talk-about-img  {
  top: 0px;
}


}


body {
  background: #fffefa;
  font-family: 'Verdana', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343148;
}

a {
  color: #7f5922;
  transition: .3s;
}

a:hover,
a:active,
a:focus {
  color: #a1783e;
  outline: none;
 

}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}

.container-fluid {
  max-width: 1366px;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #ffff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}

.back-to-top:hover {
  background: #7f5922;
}

.back-to-top:hover i {
  color: #ffff;
}

.back-to-top i {
  color: #343148;
  padding-top: 10px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
  position: relative;
  height: 35px;
  background: #343148;
}

.top-bar .top-bar-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top-bar .top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text i {
  font-size: 13px;
  color: #ffffff;
  margin-right: 5px;
}

.top-bar .text h2 {
  color: #eeeeee;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}

.top-bar .text p {
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 5px;
}

.top-bar .social {
  display: flex;
  height: 35px;
  font-size: 0;
  justify-content: flex-end;
}

.top-bar .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
  color: #092a49;
  background: #ffffff;
}

@media (min-width: 992px) {
  .top-bar {
    padding: 0 60px;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 8.666667%;
  }

  .service-text1 img {
    width: 4%;
  }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
  position: relative;
  transition: .5s;
  z-index: 999;
}

.navbar {
  position: relative;
  transition: .5s;
  z-index: 999;
}

.navbar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  line-height: 0px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: .5s;

}

.navbar .navbar-brand span {
  color: #343148;
  text-transform: lowercase;
  transition: .5s;
}

.navbar.nav-sticky .navbar-brand span {
  color: #ffffff;
}

.navbar .navbar-brand img,
.footer-logo img {
  max-width: 100%;
  max-height: 72px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 89px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,

.navbar-dark .navbar-nav .nav-link.active {
  padding: 18px 10px 8px 50px;
  color: #000;
  font-family: 'Verdana';
  font-size: 14px !important;
}

.navbar-dark .navbar-nav .nav-link:hover{
  color: #7f5922;
}
.nav {
  position: relative;
  bottom: 7px;
}

.btn-primary {
  color: #fff;
  background-color: #7f5922 !important;
  border-color: #7f5922 !important;
  border-radius: 7px;
}

.btn-primary:hover {
  color: #7f5922;
  background-color: #f7d7c7 !important;
  border-color: #f7d7c7 !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  background: rgba(256, 256, 256, .1);
  transition: none;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #7f5922;

}

.navbar-dark .navbar-toggler {
  color: rgb(13 12 12 / 95%);
  border-color: rgb(10 10 10);
}

.navbar-toggler {
  background-color: #7f5922;
  border: none;
}

.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .75rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}


.drop::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-menu {
  border: 0px !important;
}

#navbarCollapse > div > div:nth-child(1) > div > a.dropdown-item.heeana {
  border-bottom: 0;
}

.nav-item {
  position: relative;
}

.btn.button {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 40%;
}

.container-fluid.contact-header {
  padding: 0px !important;
  margin: 0px !important;
}


.dropdown-item:focus,
.dropdown-item .navbar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  color: #7f5922;
  background: #ffffff !important;
}

.dropdown-item:nth-child(1) {
  border-bottom: 1px solid #d6cbba;
}

.dropdown-item:nth-child(2) {
  border-bottom: 1px solid #d6cbba;
}

.dropdown-item:hover {
  color: #7f5922;
  text-decoration: none;
  background-color: #ffffff;

}

.col-lg-6.col-md-6.getin:before {
  content: "";
  position: absolute;
  background-color: #fdf3c4;
  width: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  /* right: 100%; */
}

@media (min-width: 992px) {
  .navbar {
    position: absolute;
    width: 100%;
    padding: 20px 60px;
    background: rgb(253 253 253) !important;
    z-index: 9;
  }

  .navbar.nav-sticky {
    padding: 10px 60px;
    background: #ffffff !important;
  }

  .navbar a.nav-link {
    padding: 8px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 15px;
    background: #343148 !important;
  }

  .navbar .navbar-brand span {
    color: #ffffff;
  }

  .navbar a.nav-link {
    padding: 5px;
  }

  .navbar .dropdown-menu {
    box-shadow: none;
  }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
  height: 650px;
  background: #ffff;
  overflow: hidden;
  background-image: url(../images/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero .container-fluid {
  padding: 0;
}

.hero .hero-image {
  position: relative;
  text-align: right;
}

.hero .hero-image img {
  max-width: 80%;
  max-height: 80%;
}

.hero-text {
  position: relative;
  align-items: flex-start;
  justify-content: center;
  font-family: 'Verdana', sans-serif;
  font-style: italic;
  flex-direction: column;
  color: #7f5921;
}

.hero-text p {
  color: #7f5922;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 32px;
  font-family: 'verdana';
  font-style: italic;
}


@media (max-width: 991.98px) {
  .hero .hero-text {
    padding: 0 15px;
  }

  .hero .hero-text h1 {
    font-size: 35px;
  }

  .hero .hero-text p {
    font-size: 16px;
  }

  .hero .hero-text .btn {
    padding: 12px 30px;
    letter-spacing: 1px;
  }

  .page-header-text-text {
    top: 58px;
  }
}

@media (max-width: 768.98px) {
  .hero {
    height: 100vh;
    ;
  }

  .hero .hero-text p {
    font-size: 14px;
  }

  .hero .hero-text .btn {
    padding: 10px 15px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  */ .navbar .navbar-brand img {

    max-width: 100%;
    max-height: 60px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 26px;
  }

  .Testimonial-header {
    height: 35vh;
  }

  .page-header-text-text {
    top: 58px;
  }


}

@media (max-width: 575.98px) {

  .navbar .navbar-brand img {

    max-width: 100%;
    max-height: 60px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 26px;}

}


/*******************************/
/******* Page Header CSS *******/
/*******************************/

.About-page-header {
  position: relative;
  height: 48vh;
  text-align: center;
  background-image: url(../images/bio.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px;

}

.About-page-header h2 {
  color: #7f5922;
  font-size: 70px;
  font-family: 'verdana';
}

.page-header {
  position: relative;
  height: 48vh;
  text-align: center;
  background-image: url(../images/services.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-text-text {
  top: 250px;
  left: 50%;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  font-family: 'Verdana', sans-serif;
  font-style: normal;
  flex-direction: column;
  color: #7f5921;
  text-align: center;

}

.page-header h2 {
  position: relative;
  color: #7f5922;
  font-size: 70px;
  bottom: 45px;
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #343148;
}

.page-header a:hover {
  color: #ffffff;
}

.page-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #343148;
}

.page-header a:last-child::after {
  display: none;
}

@media (max-width: 767.98px) {
  .page-header h2 {
    font-size: 35px;
  }

  .page-header a {
    font-size: 18px;
  }
 


}




/*******************************/
/******* Section Header ********/
/*******************************/
/*
#about-section{
position: relative;
margin: 0 auto;
margin-bottom: 45px;
background: #f9e6a3;
}
*/
.batch-center {
  background-color: #fdf3c4;
  border-radius: 14px;
  border: 1px solid #fdf3c4;
  padding: 10px 0px;

}

.batch-center img {
  width: 40%;
  margin-left: 15px;
}

.batch-center p {
  font-size: 14px !important;
  top: 7px;
  left: 4px;
  font-weight: bold;
}
.batch-center a {
  color: #7f5922;
   left: -106px;
    position: relative;
    padding: 10px 10px;
}
.batch-center a:hover{
  color: #a1783e;
}
.bach p {
    left: -106px;
    position: relative;
    right: 10px;
  padding-right: 0px !important;
    padding-left: 2px !important;
}

.section-header {
  position: relative;
  /*max-width: 600px;*/
  margin: 0 auto;
  margin-bottom: 45px;
}

.section-header p {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 10px;
  position: relative;
  font-size: 20px;
  color: #000000;
  font-family: 'verdana';

}
.section-header-contact p {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 0;
  position: relative;
  font-size: 20px;
  color: #000000;
  font-family: 'verdana';

}

.section-header p::before {
  top: 11px;
}

.section-header p::after {
  position: absolute;
  content: "";
  height: 2px;
  top: 11px;
  right: -30px;
  left: -30px;
  z-index: -1;
}

.section-header h2 {
  margin: 0;
  position: relative;
  font-size: 40px;
  font-family: 'verdana';
  text-align: center;
  color: #7f5921;
  margin-bottom: 38px;
}

.quote p {
 
  font-size: 20px !important;
  color: #7f5922;
 
  padding: 20px 0 0 0;
}

@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 30px;
  }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.about .section-header {
  margin-bottom: 30px;
  margin-left: 0;
}

.about .about-img {
  position: relative;
  height: 100%;
}

.about .about-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0px;
  padding-bottom: 10px;
}

.about .about-text p {
  font-size: 18px;
  font-family: 'verdana';
}

.abt-stress {
  font-size: 18px;
  font-family: 'verdana';
  color: #7f5921;
  font-style: italic;
}

.about .about-text a.btn {
  position: relative;
  margin-top: 15px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #F7CAC9;
  background: #343148;
  border-radius: 0;
  transition: .3s;
}

.about .about-text a.btn:hover {
  color: #343148;
  background: #F7CAC9;
}

@media (max-width: 767.98px) {
  .about .about-img {
    margin-bottom: 30px;
    height: auto;
  }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
  position: relative;
  width: 100%;
  padding: 80px 0 15px 0;
  overflow: hidden;
  background-color: #fff;
}

.service-text h1 {
  font-size: 40px;
  font-family: 'verdana';
  padding: 0px;
  margin: 0px;
  position: relative;
  color: #7f5922;
  top: 30px;
  right: -8px;
  line-height: 24px;
}
.service-text p{
  font-size: 16px;
}

.header h2 {
  font-size: 24px;
  color: #7f5922;
  padding-bottom: 20px;

}

.service-text1 p {
  margin-right: 9px;
  position: relative;
  bottom: 24px;
  left: 35px;
}

.service-text img {
  width: 3%;
}

.service-div-bg {
  background-color: #fff9f0;
  padding-top: 30px;
  padding-bottom: 30px;


}


.test-item {
  background-color: #ffff;
  padding: 30px;
  font-size: 16px !important;
  font-family: 'verdana';
  position: relative;
  height: 433px;
}

.test-item p {
  font-size: 16px !important;
  font-family: 'verdana';
  font-weight: 100;
  color: #000000;
  font-style: italic;
  margin: 0px !important;
}

.test-item p.person_name {
  font-size: 16px !important;
  font-family: 'verdana';
  font-weight: bold;
  padding-top: 30px !important;
  font-style: normal !important;
}

.test-item p.designation {
  font-size: 16px !important;
  font-family: 'verdana';
  font-weight: 100;
  color: #000000;
  font-style: normal !important;
}

.service .service-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 40px;
  border: 1px solid #7f5922;
  transition: .3s;
  background: #ffffff;
}
.service-item:hover{
   box-shadow: 0 0 11px rgba(196,178,117,1); 
}

.service-page {
  background: #ffffff;
  padding-top: 45px;

}

/*.service .service-item:hover,
.service .service-item.active {
background: #ffffff;
color: #ffffff;
}*/

.service .service-icon {
  position: relative;
  margin: 0 auto 25px auto;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f7d7c7;

}
.service-icon img {
    width: 72%;
}


.talk-icon img {
  width: 40%;
    top: 13px;
    position: relative;
}

.talk-text h1 {
    font-size: 40px;
    font-family: 'verdana';
    padding: 0px;
    margin: 0px;
    position: relative;
    color: #7f5922;
    top: -80px;
    /* right: 91px; */
    left: 120px;
    line-height: 24px;  
    text-align: left;
}

.nlp-text h3 {
  font-size: 20px;
  color: #7f5922;
  padding: 10px 10px;
}

p.nlp-text {
  font-size: 15px;
  color: #7f5922;
}

.service-nlp {
  padding-bottom: 54px;
}

.nlp {
  padding-bottom: 10px;
}

.nlp-text h1 {
  font-size: 36px;
  font-family: 'verdana';
  padding: 0px;
  margin: 0px;
  position: relative;
  color: #7f5922;
  top: 48px;
  right: 91px;
  left: -179px;
  line-height: 24px;
}

.service .service-icon i {
  position: relative;
  font-size: 50px;
  color: #343148;
  z-index: 3;
}

.talk-text p {
  padding: 10px 10px;
  font-size: 16px;
}

.service .service-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f7d7c7;
  border-radius: 50%;
  animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;

  border-radius: 50%;
  transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.service .service-item h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  transition: .3s;
  color: #7f5922 !important;
}

.service .service-item:hover h3,
.service .service-item.active h3 {
  color: #7f5922 !important;
}

.service .service-item p {
  margin: 0;
  font-size: 16px;
}

.btn-btn {
  color: #7f5922 ;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  
  transition: .3s;
  font-family: 'verdana';
}


/*******************************/
/********** Class CSS **********/
/*******************************/
.class {
  position: relative;
  padding: 45px 0 15px 0;
  background-image: url(../images/testimonials-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.class .class-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: .3s;
}

.class .class-wrap {
  position: relative;
  width: 100%;
}

.class .class-img {
  position: relative;
}

.class .class-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.class .class-text {
  position: relative;
  padding: 30px 30px 25px 30px;
  border-right: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  border-left: 1px solid rgba(0, 0, 0, .07);
}

.class .class-text h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.class .class-teacher {
  position: relative;
  height: 40px;
  margin-top: -50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 40px;
}

.class .class-teacher img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #F7CAC9;
}

.class .class-teacher h3 {
  width: calc(100% - 95px);
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
}

.class .class-teacher a {
  width: 40px;
  height: 40px;
  padding: 0 0 3px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 100;
  color: #343148;
  background: #F7CAC9;
  border-radius: 40px;
  transition: .3s;
}

.class .class-wrap:hover .class-teacher a {
  color: #F7CAC9;
  background: #343148;
}

.class .class-meta {
  position: relative;
  display: flex;
  align-items: center;
}

.class .class-meta p {
  margin: 0;
  font-size: 14px;
}

.class .class-meta p i {
  margin-right: 5px;
  color: #343148;
}

.class .class-meta p:first-child {
  margin-right: 10px;
}



/*******************************/
/********* Pricing CSS *********/
/*******************************/
.discount {
  position: relative;
  width: 100%;
  margin: 45px 0;
  padding: 90px 0;
  /*background: linear-gradient(rgba(247, 202, 201, .7), rgba(247, 202, 201, .7)), url(../img/discount-bg.png);
background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/Quotes-bg.jpg);
}

.discount .container {
  max-width: 750px;
  text-align: center;
}

.discount .section-header {
  margin-bottom: 10px;
}

.discount .section-header p {
  color: #7f5922 !important;
  background: transparent;
  font-size: 20px;
  font-family: 'verdana';
}


.discount .section-header h3 {
  color: #7f5922 !important;
  background: transparent;
  font-size: 34px;

  line-height: 50px;
  font-family: 'Satisfy';
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.Testimonial-header {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
  height: 48vh;
  background: #ffff;
  overflow: hidden;
  background-image: url(../images/testimonial.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Testimonials-text {
  padding-top: 20px;
  margin-bottom: 10px;
}

.Testimonials-text-text {
  top: 200px;
  left: 50%;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  font-family: 'Verdana', sans-serif;
  font-style: normal;
  flex-direction: column;
  color: #7f5921;
  text-align: center;

}

.Testimonials-text-text h2 {
  font-size: 70px;
  color: #7f5921;
}

.About-page-header-text-text {
  top: 200px;
  left: 50%;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  font-family: 'Verdana', sans-serif;
  font-style: normal;
  flex-direction: column;
  color: #7f5921;
  text-align: center;

}

.About-page-header-text-text h2 {
  font-size: 70px;
  color: #7f5921;
}

.hero-text p {
  color: #7f5922;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 32px;
  font-family: 'verdana';
  font-style: italic;
}

}

.Testimonials-text {
  font-size: 20px;
  font-family: 'verdana';
  font-style: italic;
}

.Testimonials-text p {
  font-size: 15px;
  font-family: 'verdana';
  font-style: italic;
  margin: 0px;
  padding: 0px;
}

.testimonial-txt {
  font-size: 15px;
  font-weight: 600;
  font-family: 'verdana';
  color: #000000;
  text-align: right;
  font-style: normal !important;


}

.Testimonials-text1 {
  padding-top: 20px;
  background: #fff9f0;
}

.Testimonials-text1 p{
 font-size: 15px;
 font-style: italic;
}

p.testimonial1-txt {
  font-size: 15px;
  font-family: 'verdana';
  text-align: right;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
  position: relative;
  padding: 45px 0 15px 0;
}

.portfolio #portfolio-filter {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-filter li {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 6px 12px;
  color: #343148;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  background: none;
  border: 1px solid #343148;
  transition: .3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
  background: #343148;
  color: #F7CAC9;
}

.portfolio .portfolio-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: .3s;
}

.portfolio .portfolio-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.portfolio img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.portfolio .portfolio-wrap:hover img {
  transform: rotate(5deg) scale(1.12);
}


/*******************************/
/********* Contact CSS *********/
/*******************************/


.contact {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.contact {
  padding-left: 50px;
}

.messages{
  margin-left: -70px;
}
.contact .container {
  max-width: 900px;
}

.contact .contact-item {
  text-align: center;
  margin-bottom: 30px;
  position: absolute;
  color: #7f5922 !important;
}

.contact-item .con_txt {
  position: relative;
  top: 12px;
  left: 66px;

}

.contact .contact-item i {
  width: 50px;
  height: 50px;
  padding: 12px 0;
  font-size: 25px;
  color: #7f5922 !important;
  margin-bottom: 15px;
  border: 1px solid #7f5922;
  border-radius: 50px;
}

.contact-item i {
  width: 50px;
  height: 50px;
  padding: 12px 0;
  font-size: 25px;
  color: #7f5922 !important;
  margin-bottom: 15px;
  position: absolute;
  border-radius: 50px;
}

.contact .contact-item h2 {
  font-size: 25px;
  font-weight: 700;
  color: #7f5922 !important;
}

.contact-item h2 {
  font-size: 25px;
  font-weight: 700;
  color: #7f5922 !important;
}

.contact-item p {
  color: #7f5922 !important;
  text-align: left;
}

.contact .contact-form {
  position: relative;
}

.contact {
  padding-left: 70px;
}

.contact .contact-form input {
  height: 45px;
  padding: 5px;
  border-radius: 9px;
  margin-bottom: 35px;
  background: #fff;
}

.contact .contact-form p {
  position: absolute;
  left: -80px;
  margin-top: 6px;
}

.contact .contact-form textarea {
  height: 150px;
  padding: 5px;
  border-radius: 9px;
  margin-bottom: 13px;
  background: #fff;
}

.contact .contact-form .btn {
  padding: 10px 30px;
  font-size: 14px;
  
  letter-spacing: 1px;
  color: #fffcf7;
  background: #7f5922;
  border-radius: 7px;
  transition: .3s;
}

.contact .contact-form .btn:hover {
  color: #7f5922;
  background-color: #f7d7c7;
}

.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  top: -26px;
  position: relative;
  left: 63px;
}

.contact-item {
  top: 100px;
}

.contact_details {
  margin-top: 25%;

}

.contact_details h2 p {
  color: #7f5922 !important
}

.contact-text {
  text-align: center;
  position: relative;
  top: 160px;
  left: 81px;
}



/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
  position: relative;
  padding: 45px 0;
}

.single .single-content {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.single .single-content img {
  margin-bottom: 20px;
  width: 100%;
}

.single .single-tags {
  margin: -5px -5px 41px -5px;
  font-size: 0;
}

.single .single-tags a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}

.single .single-tags a:hover {
  color: #F7CAC9;
  background: #343148;
}

.single .single-bio {
  margin-bottom: 45px;
  padding: 30px;
  background: #f3f6ff;
  display: flex;
}

.single .single-bio-img {
  width: 100%;
  max-width: 100px;
}

.single .single-bio-img img {
  width: 100%;
}

.single .single-bio-text {
  padding-left: 30px;
}

.single .single-bio-text h3 {
  font-size: 20px;
  font-weight: 700;
}

.single .single-bio-text p {
  margin: 0;
}

.single .single-related {
  margin-bottom: 45px;
}

.single .single-related h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .related-slider {
  position: relative;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.single .related-slider .post-item {
  margin: 0 15px;
}

.single .post-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.single .post-item .post-img {
  width: 100%;
  max-width: 80px;
}

.single .post-item .post-img img {
  width: 100%;
}

.single .post-item .post-text {
  padding-left: 15px;
}

.single .post-item .post-text a {
  font-size: 16px;
  font-weight: 400;
}

.single .post-item .post-meta {
  display: flex;
  margin-top: 8px;
}

.single .post-item .post-meta p {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.single .post-item .post-meta p a {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.single .related-slider .owl-nav {
  position: absolute;
  width: 90px;
  top: -55px;
  right: 15px;
  display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343148;
  background: #F7CAC9;
  font-size: 16px;
  transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
  color: #F7CAC9;
  background: #343148;
}

.single .single-comment {
  position: relative;
  margin-bottom: 45px;
}

.single .single-comment h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-list {
  list-style: none;
  padding: 0;
}

.single .comment-child {
  list-style: none;
}

.single .comment-body {
  display: flex;
  margin-bottom: 30px;
}

.single .comment-img {
  width: 60px;
}

.single .comment-img img {
  width: 100%;
}

.single .comment-text {
  padding-left: 15px;
  width: calc(100% - 60px);
}

.single .comment-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.single .comment-text span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.single .comment-text .btn {
  padding: 3px 10px;
  font-size: 14px;
  color: #343148;
  background: #dddddd;
  border-radius: 0;
}

.single .comment-text .btn:hover {
  background: #F7CAC9;
}

.single .comment-form {
  position: relative;
}

.single .comment-form h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-form form {
  padding: 30px;
  background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
  margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
  border-radius: 0;
}

.single .comment-form .btn {
  color: #F7CAC9;
  background: #343148;
}

.single .comment-form .btn:hover {
  color: #343148;
  background: #F7CAC9;
}

.getin {
  background-color: #fdf3c4;
padding-bottom: 20px;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
  position: relative;
  width: 100%;
}
.talk-about-img {
    top: 70px;
    position: relative;
}
.atlas-link a{
  font-size: 18px !important;
 }

@media only screen and (max-width: 320px) {
  .service-text1 p{
   position: relative;
    bottom: 24px;
    left: 35px;
    margin-right: 9px;
  }

  .img-fluid {
    max-width: 81%;
  }

  .contact .contact-form p{
    padding-left: 10px;
  }
  .hero {
    height: 320px;
    width: 100%;
  }

  .batch-center a{
    left: 0px;
  }
  .brd {
    margin-top: 10px;
  }

  .contact-item {
    top: 0px;
  }
.service-icon img {
    width: 76%;
}

  .Testimonials-text-text {
    top: 0px;
    left: 0px;
  }

  .contact_details {
    margin-top: 0px;
  }

  .contact {
    padding: 0px;
  }

  .contact-text {
    top: 12px;
  }

  .contact {
    padding-left: 50px;
  }

  .contact-item .con_txt {
    position: relative;
    top: 12px;
    left: 37px;
  }

  .Testimonial-header {
    height: 17vh;

  }

  .Testimonials-text-text h2 {
    font-size: 36px;
    color: #7f5921;
    font-style: normal;
    top: 27px;
    position: relative;
  }

  .About-page-header {
    height: 17vh;
  }

  .About-page-header-text-text h2 {
    font-size: 36px;
    color: #7f5921;
    font-style: normal;
    
    position: relative;
  }
  .navbar-dark .navbar-nav .nav-link{
        padding: 25px 10px 8px 21px;
  }
  .About-page-header-text-text {
    top: 28px;
       left: 0px;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    font-family: 'Verdana', sans-serif;
    font-style: normal;
    flex-direction: column;
    color: #7f5921;
    text-align: center;
}

  .page-header-text-text {
    top: 78px;
    left: 1px;
  }

  .service-text h1 {
        font-size: 21px;
    top: 14px;
    left: 0px;
    text-align: center;
    padding-bottom: 18px;
  }

  .img-fluid {
    max-width: 87% !important;
  }

  .service-text1 img {
    width: 8%;
  }
}



@media(max-width: 991.98px) {


  .navbar {
    padding: 15px;
    background: #ffffff !important;
  }

  .navbar .navbar-brand img,
  .footer-logo img {
    max-width: 100%;
    max-height: 72px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 30px;
  }
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #F7CAC9;
}

.sidebar .sidebar-widget .search-widget {
  position: relative;
}

.sidebar .search-widget input {
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 0;
}

.sidebar .search-widget input:focus {
  box-shadow: none;
}

.sidebar .search-widget .btn {
  position: absolute;
  top: 6px;
  right: 15px;
  height: 40px;
  padding: 0;
  font-size: 25px;
  color: #F7CAC9;
  background: none;
  border-radius: 0;
  border: none;
  transition: .3s;
}

.sidebar .search-widget .btn:hover {
  color: #343148;
}

.sidebar .sidebar-widget .recent-post {
  position: relative;
}

.sidebar .sidebar-widget .tab-post {
  position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
  color: #F7CAC9;
  background: #343148;
  border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
  color: #343148;
  background: #F7CAC9;
}

.sidebar .tab-post .tab-content {
  padding: 15px 0 0 0;
  background: transparent;
}

.sidebar .tab-post .tab-content .container {
  padding: 0;
}

.sidebar .sidebar-widget .category-widget {
  position: relative;
}

.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .category-widget ul li {
  margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .category-widget ul li a {
  display: inline-block;
  line-height: 23px;
}

.sidebar .category-widget ul li::before {
  position: absolute;
  content: '\f105';
  font-family: 'Verdana', sans-serif;
  ;
  font-weight: 900;
  color: #F7CAC9;
  left: 1px;
}

.sidebar .category-widget ul li span {
  display: inline-block;
  float: right;
}

.sidebar .sidebar-widget .tag-widget {
  position: relative;
  margin: -5px -5px;
}

.single .tag-widget a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}


.single .tag-widget a:hover {
  color: #F7CAC9;
  background: #343148;
}

.sidebar .image-widget {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sidebar .image-widget img {
  max-width: 100%;
  transition: .3s;
}

.sidebar .image-widget img:hover {
  transform: scale(1.1);
}




/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: relative;
  background: #ffff;
}

.footer .container-fluid {
  /*    padding: 90px 0 0 0;*/
  /*background:#ffff*/
  ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-div {
  display: flex;
  padding-top: 1%;
}

.footer-logo {
  width: 13%;
}

.footer-nav {
  width: 62%;
}

.footer-nav ul {
  display: flex;
  justify-content: space-between;
}

.footer-nav ul {
  padding-left: 0;
}

.footer-nav ul li {
  list-style: none;
  padding-top: 15px;
}

.footer-nav ul li a {
  color: #7f5922;
}

.footer .footer-info {
  position: relative;
  width: 100%;
  text-align: center;
}

.footer .footer-info .footer-logo {
  display: inline-block;
  color: #F7CAC9;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 45px;
}

.footer .footer-info .footer-logo span {
  color: #ffffff;
  text-transform: lowercase;
}

.footer .footer-info h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.footer .footer-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer .footer-menu p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 10px;
  border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
  border: none;
}

.footer .footer-social {
  position: relative;
  margin-top: 10px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  margin-right: 15px;
  font-size: 20px;
  color: #7f5922;
  transition: .3s;
}

.footer .footer-social a:last-child i {
  margin: 0;
}

.footer .footer-social a:hover i {
  color: #7f5922 !important;
}

.footer .copyright {
  /*margin-top: 60px;*/
  padding: 0 30px;
}

.footer .copyright .row {
      padding-bottom: 25px;
    float: left;
    text-align: left;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
  margin: 0;
  color: #909090;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #7f5922;
  font-weight: 600;
}

.footer .copyright p a:hover {
  color: #7f5922;
}

@media (max-width: 767.98px) {

  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}

@media(max-width: 786px) {
  .footer-logo {
    width: 20%;
  }

  .footer-nav {
    width: 71%;
  }
  .bach p {
    left: 10px;
     padding: 10px 10px !important;
}
  .batch-center img {
    width: 40%;
    margin-left: 65px;
}

  .img-fluid {
    max-width: 66%;
  }
 .service-icon img {
    width: 43%;
}
 .talk-icon {
    text-align: center;
}
}
@media screen and (max-width: 450px) and (min-width: 400px) {
  .contact-item {
    top: 0px;
    left: 50px;
  }

  .contact-text {
    text-align: center;
    position: relative;
    top: 25px;
    left: 81px;
  }

  .contact_details {
    margin-top: 6%;
  }

  .contact-item .con_txt {
    position: relative;
    top: 12px;
    left: 38px;
  }

  .Testimonial-header {
    height: 36vh;
  }

  .About-page-header {
    height: 36vh;
  }
}

@media screen and (max-width: 992px) and (min-width: 321px) {
  .Testimonial-header {
    height: 18vh;
  }
  .service-text1 p {
    position: relative;
    bottom: 24px;
    left: 35px;
    margin-right: 9px;
}
.talk-about-img  {
  top: 0px;
}


.bach p {
    text-align: justify;
    left: 0px;
    padding: 10px 10px !important;
}
.bach a {
    text-align: justify;
    left: 0px;
    padding: 10px 10px;
}

.batch-center img {
    width: 74%;
    margin-left: 45px;
}
  .service-text1 img {
    width: 4%;
  }

  .About-page-header {
    height: 53vh;
    margin-bottom: 20px;

  }
.about {
  position: relative;
  width: 100%;
  padding: 0px 0;
}
.about-img img {
  padding: 0px;
}


  .Testimonials-text-text {
    top: 0px;
    left: 0px;
  }

  .Testimonials-text-text h2 {
    font-size: 36px;
    color: #7f5921;
    font-style: normal;
    top: 27px;
    left: 2%;
    position: relative;
    text-align: center;
  }

  .About-page-header {
        height: 36vh;
  }
.About-page-header-text-text {
    top: 48px;
    left: 0px;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    font-family: 'Verdana', sans-serif;
    font-style: normal;
    flex-direction: column;
    color: #7f5921;
    text-align: center;
}
  .About-page-header-text-text h2 {
    font-size: 36px;
    color: #7f5921;
    font-style: normal;
    
  /* right: 50%;
    position: relative;
    text-align: center;*/
  }

  .page-header-text-text {
    font-size: 36px;
    color: #7f5921;
    font-style: normal;
    top: 36px;
    left: 0PX;
    position: relative;
    text-align: center;
  }

  .page-header-text-text h2 {
    font-size: 40px;
    top: 2px;
  }

  .img-fluid {
    max-width: 93% !important;
  }

  .service-text h1 {
     font-size: 30px;
    font-family: 'verdana';
    padding: 0px;
    margin: 0px;
    position: relative;
    color: #7f5922;
    top: 3px;
    left: 0px;
    text-align: center;
    line-height: 24px;
    padding: 10px 0px;
    line-height: 41px;
  }

 
  #talk-button{
    padding-top: 30px;
  }
  #below-bach-img{
    padding-top: 10px;
  }

  .section-header p {
    text-align: left;
  }

  .service-text1 img {
    width: 4%;
  }
  .contact-text {
    text-align: center;
    position: relative;
    top: 15px;
    left: 81px;
}
  .contact-item {
    top: 0px;
}
  .contact_details {
    margin-top: 10px;
}
  .contact-item .con_txt {
    position: relative;
    top: 12px;
    left: 40px;
}
.contact{
  padding-left: 5px;
}

}



@media(max-width: 786px) {
  .hero {
    height: 320px;
  }

  .discount {
    margin: 0px 0;
    padding: 30px 0;
  }
  .service-icon img {
    width: 100%;
}
  

  .img-fluid {
    max-width: 40%;
  }

  .footer .copyright {
    margin-top: 0;
  }

  .page-header {
    height: 120px;
  }

.About-page-header {
    height: 120px;
  }

  .service-icon {
    text-align: center;
  }

  .service-text {
    font-size: 17px;
    padding-bottom: 10px;

  }

 .footer-div {
    display: table;
    width: 100%;
    text-align: center;
  }

 

  .footer-logo {
    display: table;
    width: 100%;
    align-items: center;
    clear: both;
    padding-bottom: 15px;
  }



  .footer-logo a {
    display: block;
    text-align: center;
  }

 

  .footer-nav p {
    text-align: center;
  }

  .footer-logo img {
    position: relative;
    top: 0;
    left: 0;
  }
}

/*Thank you page*/

.thankyou-page ._header {
    background: #fee028;
    padding: 100px 30px;
    text-align: center;
    background: #ffffff ;
}
.thankyou-page ._header .logo {
    max-width: 200px;
    margin: 0 auto 50px;
}
.thankyou-page ._header .logo img {
    width: 100%;
}
.thankyou-page ._header h1 {
    font-size: 65px;
    font-weight: 800;
    color: #7f5922;
    margin: 0;
}
.thankyou-page ._body {
    margin: -70px 0 30px;
}
.thankyou-page ._body ._box {
    margin: auto;
    max-width: 80%;
    padding: 50px;
    background: #fdf3c4;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    text-align: center;
}
.thankyou-page ._body ._box h2 {
    font-size: 32px;
    font-weight: 600;
    color: #7f5922;
}
.thankyou-page ._footer {
    text-align: center;
    padding: 50px 30px;
}

.thankyou-page ._footer .btn {
    background: #7f5922;
    color: white;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 0.8px;
    padding: 20px 33px;
    text-transform: none;
    text-decoration: none;
}
.thankyou-page ._footer .btn:hover {
  color: #7f5922;
  background: #F7d7c7;
}
