
  section.our-facts1 {
   
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 76px 0px 0px 0px;
  }
  .meeting-item1 {
    border-radius: 20px;
    padding: 40px;
    background-color: #fff;
    margin-left: 45px;
  }
  .student-img{
    width: 100px !important;
  height: 100px;
  display: inline !important;
  padding: 5px;
  border-radius: 50%;
  }
  span{
    padding-left: 18px;
  }

  @media (min-width: 40em) {
    .section1 {
      display: grid;
      grid-template-rows: repeat(3, auto);
      grid-template-columns: 4fr 4fr 5fr;
      grid-template-areas: '. . title' 'img img content' 'img img .';
      max-width: 1000px;
      margin-right: auto;
      margin-left: auto;
    }
    .section1::after {
      content: '';
      grid-column: 2/-1;
      grid-row: 1/3;
      position: relative;
      z-index: -1;
      background: #fff;
      box-shadow: 0 0.2em 1em rgba(61,48,41,0.2);
    }
    .section1 h1 {
      grid-area: title;
      padding-top: var(--box-y-padding);
      padding-left: var(--box-x-padding);
    }
    .section1 .content {
      grid-area: content;
      padding-bottom: var(--box-y-padding);
      padding-left: var(--box-x-padding);
      padding-right: var(--box-x-padding);
    }
    .section1 .img {
      grid-area: img;
    }
  }

  .section1 h1 {
    font-size: 4em;
    margin: 0 0 1rem;
    font-family: serif;
    position: relative;
  }
  .section1 h1::after {
    content: '';
    position: absolute;
    width: 6rem;
    background-color: #ccc;
    height: 2px;
    top: 0;
    left: 0;
  }
  @media (min-width: 40em) {
    .section1 h1::after {
      left: var(--box-x-padding);
      top: var(--box-y-padding);
    }
  }
  .section1 .content {
    color: #4d4d4d;
    margin-bottom: var(--box-y-padding);
  }
  @media (min-width: 40em) {
    .section1 .content {
      margin-bottom: 0;
    }
  }
  .section1 p {
    margin-top: 0;
    margin-bottom: var(--box-y-padding);
    line-height: 1.5;
  }
  .section1 .content a {
    text-decoration: none;
    border: 1px solid #b3b3b3;
    border-radius: 1em;
    padding: 1em 2em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: inherit;
    display: inline-block;
    background-color: #fff;
  }
  .section1 .img {
    position: relative;
  }
  .section1 .img a {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .section1 img {
    max-width: 100%;
    vertical-align: middle;
    box-shadow: 0 0.2em 1.2em rgba(61,48,41,0.1);
  }
  .section1 .attribution {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ea4c89;
    color: #fff;
    padding: 0.5em 1em;
  }
  .whats-float {
    position: fixed;
    transform: translate(108px,0px);
    top: 75%;
    right: 0;
    width: 150px;
    overflow: hidden;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
  }
  .whats-float a span {
    color: #55cd6c;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
  }
  small {
    font-size: 80%;
    font-weight: 400;
  }
  .whats-float:hover {
    color: #FFFFFF;
    transform: translate(0px,0px);
  }
  .whats-float img{
    width: 33px;
  }

  .vertical-tab a:hover,
  .vertical-tab a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Karla', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 25%;
    min-width: 25%;
    border: none;
    vertical-align: top;
    line-height: 40px;
}
.vertical-tab .nav-tabs li{ float: none; }
.vertical-tab .nav-tabs li a{
    color: #111;
    background: transparent;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 7px 8px;
    margin: 0 1px 7px 0;
    border-radius: 0;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0.2s;
    cursor: pointer;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li a.active .active a,
.vertical-tab .nav-tabs a.active li.active a:hover{
    color: #681d18;
    background: transparent;
    border: none;
}
.actives {
    color: #eb8449 !important;
    
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    background-color: #eb8449 ;
    height: 5px;
    width: 50%;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease 0.2s;
}
.vertical-tab .nav-tabs li a:after{
    background-color: #681d18;
    width: 0;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before{
    width: 100%;
    opacity: 0;
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li.active a:hover:after{
    width: 50%;
}

@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
    }
    .vertical-tab .nav-tabs li a{
        padding: 10px 10px 9px;
        margin: 0 0 12px;
    }
    
}

.line1{
 margin-bottom:-2px;
  border-right: 2px solid #681d18;
  padding-right: 10px;
  margin-right: -11px;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
      background-size: cover;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px !important;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
/* ------testimonial  close-------*/

.our-team{
  border-top: 1px solid #fff;
  background: #f2eeee;
  border-radius: 5px;
  margin-top: 72px;
}
.our-team .pic{
  width: 40%;
  border: 3px solid #fff;
  border-radius: 60px 0;
  margin: -72px auto 0 !important;
  overflow: hidden;
  transition: all 0.20s ease 0s;
}
.our-team:hover .pic{
  border-radius: 50%;
  border-color: #6e9ecf;
}
.our-team .pic img{
  width: 100%;
  height: auto;
}
.our-team .team-content{
  text-align: center;
  position: relative;
  overflow: hidden;
}
.our-team .team-title{
  font-size: 24px;
  color: #333;
  margin: 20px 0 0;
  text-transform: uppercase;
}
.our-team .post{
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 15px;
}
.our-team .description{
  font-size: 16px;
  font-weight: 300;
  color: #333;
  padding: 0 35px;
  line-height: 22px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 990px) {
  .our-team { margin-top: 80px; }
} 
.cid-sV8voJvft5 .wrapper {
  padding: 8px 12px 30px;
}
/*.cid-sV8voJvft5 .parallax {*/
/*  background-image: url(../images/Home-About-Image.webp);*/
/*  height: 400px;*/
/*  background-size: cover;*/
/*  background-attachment: fixed;*/
/*  display: flex;*/
/*  position: relative;*/
/*}*/
.cid-sV8voJvft5 .text {
  padding: 0;
  background: #d3f1f5e3;
  border-radius: 28px;
}
.cid-sV8voJvft5 {
  overflow: visible !important;
  padding-top: 47px;
  padding-bottom: 1px;
  background-color: #ffffff;
  
}
.text-end {
  text-align: right !important;
}
.cid-sV8voJvft5 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
  
  
@media (min-width: 992px) {
  .cid-sV8voJvft5 .row {
    margin-bottom: -390px;
  }
  .cid-sV8voJvft5 .parallax {
    height: 640px;
  }
  .cid-sV8voJvft5 .text {
    width: 777px;
    /*transform: translate(-35.3%, -75%);*/
  }
 
 
}

@media (min-width: 1400px) {
  .cid-sV8voJvft5 .text {
    /*transform: translate(-45%, -165%);*/
  }
}

#footer {
  background: #fff !important;
  color:#000;
}
#footer h5{
padding-left: 10px;
  border-left: 3px solid #f6b44c;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color:#ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
padding: 3px 0;
}
#footer ul.social li a i {
  margin-right: 5px;
font-size:25px;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.social li:hover a i {
font-size:30px;
margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
color:#ffffff;
}
#footer ul.social li a:hover{
color:#eeeeee;
}
#footer ul.quick-links li{
padding: 3px 0;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.quick-links li:hover{
padding: 3px 0;
margin-left:5px;
font-weight:700;
}
#footer ul.quick-links li a i{
margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
  font-weight: 700;
  color: #e6910a;
}

@media (max-width:767px){
#footer h5 {
  padding-left: 0;
  border-left: transparent;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
}
.serviceBox{
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.serviceBox:before{
  content: '';
  background: linear-gradient(#f5f5f5,transparent);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(50% 20%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}
.serviceBox .service-icon{
  color: #fff;
  background: linear-gradient(to bottom,#B6301E, #F77C36);
  font-size: 40px;
  line-height: 109px;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  box-shadow: inset 0 15px 15px rgba(0,0,0,0.4);
  clip-path: polygon(50% 20%, 100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}
.serviceBox .title{
  color: #B6301E;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.serviceBox .description{
  color: #9f9f9f;
  font-size: 15px;
  line-height: 23px;
}
.serviceBox.green .service-icon{ background: linear-gradient(#438F51,#93D16D); }
.serviceBox.green .title{ color: #438F51; }
.serviceBox.blue .service-icon{ background: linear-gradient(#3983A5,#4EDCE3); }
.serviceBox.blue .title{ color: #3983A5; }
.serviceBox.purple .service-icon{ background: linear-gradient(#9835C4,#E244E9); }
.serviceBox.purple .title{ color: #9835C4; }
@media only screen and (max-width: 990px){
  .serviceBox{ margin: 0 0 30px; }
}

.serviceBox1{
  padding: 50px 35px;
  background: #fff;
  border: 1px solid #eee;
  border-bottom-color: #681d18;
  text-align: center;
  position: relative;
  transition: all 0.5s ease 0s;
}
.serviceBox1:hover{ border: 1px solid #681d18; }
.serviceBox1:before,
.serviceBox1:after{
  content: "";
  width: 70%;
  height: 5px;
  background: #681d18;
  opacity: 0;
  position: absolute;
  top: -3px;
  left: 35%;
  transform: translateX(-50%);
  transition: all 0.5s ease 0s;
}
.serviceBox1:hover:before,
.serviceBox1:hover:after{
  opacity: 1;
  left: 50%;
}
.serviceBox1:after{
  top: auto;
  bottom: -3px;
}
.serviceBox1 .service-icon{
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  background: #681d18;
  margin: 0 auto 20px;
  font-size: 36px;
  color: #fff;
}
.serviceBox1 .title{
  font-size: 1.2rem;
  font-weight: bold;
  color: #252525;
  margin: 0 0 10px 0;
  transition: all 0.5s ease 0s;
}
.serviceBox1:hover .title{ opacity: 0; }
.serviceBox1 .description{
  font-size: 14px;
  color: #7a7a7a;
  line-height: 25px;
  margin: 0;
  transition: all 0.5s ease 0s;
}
.serviceBox1:hover .description{
  margin-top: -20px;
  padding-bottom: 20px;
}
@media only screen and (max-width:990px){
  .serviceBox1{ margin-bottom: 30px; }
}


.serviceBox2{
  padding: 35px 20px 35px 90px;
  position: relative;
}
.serviceBox2:before{
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale3d(1.08, 1.08, 1.08);
  transition: all 0.33s ease 0s;
}
.serviceBox2:hover:before{
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.serviceBox2 .service-icon{
  width: 50px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #ff5157;
  text-align: center;
  border: 2px solid #16706e;
  position: absolute;
  top: 55px;
  left: 20px;
  transition: all 0.3s ease 0s;
}
.serviceBox2:hover .service-icon{ transform: translateY(20px); }
.serviceBox2 .service-icon:before,
.serviceBox2 .service-icon:after{
  content: "";
  height: 2px;
  background: #16706e;
  position: absolute;
  top: -20px;
  left: 10px;
  right: 10px;
  transition: all 0.3s ease 0s;
}
.serviceBox2 .service-icon:after{
  top: auto;
  bottom: -20px;
  left: 10px;
  right: 10px;
}
.serviceBox2:hover .service-icon:before{
  top: -25px;
  transform: rotate(90deg);
}
.serviceBox2:hover .service-icon:after{
  transform: rotate(-90deg);
  bottom: -25px;
}
.serviceBox2 .title{
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #474747;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  position: relative;
}
.serviceBox2 .description{
  font-size: 13px;
  color: #807d7d;
  line-height: 27px;
  letter-spacing: 1px;
  margin: 0;
}
@media only screen and (max-width:990px){
  .serviceBox2{ margin-bottom: 30px; }
}
@media only screen and (max-width:767px){
  .serviceBox2:before{ transform: scale3d(1, 1, 1); }
  .serviceBox2 .service-icon{ top: 30px; }
}
@media only screen and (max-width:480px){
  .serviceBox2 .service-icon{ top: 40px; }
}

.cid-sgRvNcGr2o {
  padding-top: 90px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #ffffff;
}
.cid-sgRvNcGr2o .content-wrap {
  background-color: #ebd2b4;
}
.cid-sgRvNcGr2o .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #ffffff;
}

.cid-sgRvNcGr2o .img-wrap {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-sgRvNcGr2o .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (min-width: 992px) {
  .cid-sgRvNcGr2o .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1330px) {
  .cid-sgRvNcGr2o .container {
    max-width: 1330px !important;
  }
}
@media (min-width: 1250px) {
  .container {
    max-width: 1248px !important;
  }
}

.btn1{
  color: #000;
  background: #fff;
  font-family:'Archivo', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 15px;
  margin-right: 18px;
  border-radius: 0;
  border: none;
  border-right: 1px solid #000;
  position: relative;
  z-index: 1;
  transition: color 0.2s ease-in-out 0.25s;
}
.btn1:hover{
  color: #fff;
  transition: color 0.2s ease-in-out 0.25s;
}
.btn1:after{
  content: "";
  background-color: #000;
  width: 1px;
  height: 100%;
  transform: rotate(-90deg);
  transform-origin: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.3s ease-in-out, transform 0.2s ease-in-out 0.3s;
}
.btn1:hover:after{
  width: 100%;
  transform: rotate(0deg);
  z-index: -1;
  transition: transform 0.2s ease-in-out, width 0.3s ease-in-out 0.2s;
}
@media only screen and (max-width: 767px){
  .btn1{ margin-bottom: 30px; }
}
.aboutspan{
  padding: 0px !important;
  font-size: 19px;  
  color:#681d18;
}
p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
  text-align: justify;
  font-family: 'Poppins', sans-seri;
}
.serviceBox1:hover .service-icon{
    background: #eb8449 !important;
}

.single-blog {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 35px;
  border-radius: 20px;
}
.single-blog::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: linear-gradient(-180deg, transparent, #000000cf 200%);
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.single-blog .blog-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  z-index: 9;
  background: #00000059;
}
.single-blog .blog-body h4 {
  border-bottom: 1px solid #ffffff4f;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
}
.linka {
  color: #fff important;
  font-size: 20px;
  font-weight: 600;
}
.linka:hover {
  color: #000 important;

}

.single-blog .blog-img img {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.block {
  width: 141px;
  padding: 3px;
  background-color: #ecc50e;
}
.single-blog:hover .blog-img img {
  transform: scale(1.3);
}
.single-widget.footer-about {
  padding-right: 30px;
}
.footer-top .single-widget {
  margin-top: 30px;
}
.logo-and-wordmark {
  align-items: center;
  display: flex;
  justify-content: left;
  
}
.inline {
  color: #fff;
  padding: 2px;
}
.inline-img {
  width: 30px;
}
.footerlogo {
  width: 90px;
  overflow: hidden;
  padding-top: 0px;
}
.blog-post-comment-form .form-group label {
  font-weight: 500;
}
.blog-post-comment-form .form-group {
  position: relative;
  display: block;
  margin: 0 0 25px;
}
.blog-post-comment-form label {
  display: inline-block;
  margin-bottom: .5rem;
}
.blog-post-comment-form .form-group input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  font-weight: 400;
  border-radius: 0px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}
.blog-post-comment-form .form-group input:hover, .blog-post-comment-form .form-group textarea:hover {
  border-color: #991312;
}
.blog-post-comment-form .form-group input:hover, .blog-post-comment-form .form-group input:focus, .blog-post-comment-form .form-group textarea:hover {
  outline: none;
}
input[type="radio"] {
  width: unset !important;
  height: unset !important;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
    padding-left: 0px;
}
.blog-post-comment-form .form-group select {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  border-radius: 0px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  -webkit-appearance: listbox !important;
}
.theme-btn:hover {
  border-color: #991312;
  color: #991312;
  background: transparent;
}
.theme-btn {
  padding: 13px 20px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0;
  background: #991312;
  position: relative;
  z-index: 111;
  color: #fff;
  text-transform: capitalize;
  border-radius: 12px;
  border: 1px solid transparent;
  display: inline-block;
  cursor: pointer;
}

.blog-post-comment-form .form-group textarea {
  padding: 10px;
    padding-left: 10px;
  width: 100%;
  padding-left: 10px;
  resize: none;
  box-shadow: none;
  border-radius: 0px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
    border-top-color: rgb(245, 245, 245);
    border-right-color: rgb(245, 245, 245);
    border-bottom-color: rgb(245, 245, 245);
    border-left-color: rgb(245, 245, 245);
}
.blog-post-comment-form .form-group input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  font-weight: 400;
  border-radius: 0px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}
.about-img.img2 {
  max-width: 230px;
  height: 230px;
  position: absolute;
  top: 95px;
  right: 0;
  animation: shake1 5s infinite linear;
  z-index: 5;
}
.about-img {
  background-size: cover;
}
.about-img {
  max-width: 385px;
  height: 385px;
  border-radius: 20px;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  position: relative;
   animation: shake1 5s infinite linear;
  z-index: 0;
}
.about-img.img3 {
 width: 310px;
  height: 310px;
  position: absolute;
  top: 70%;
  left: 68%;
  animation: shake1 8s linear infinite;
  z-index: 2;
  border-radius: 50%;
}
@keyframes shake1 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px); /* Adjust the floating height as needed */
    }
    100% {
        transform: translateX(0);
    }
}
 .image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgb(185, 175, 175); /* Change overlay color here 
    opacity: 1; /* Initially invisible */
    transition: opacity 0.3s ease; /* Add transition effect for smoother visibility */
  }
  .image-container {
    position: relative;
    display: inline-block;
  }
  
  .mbv{
      display:none;
  }
  .ssv{
        display:block;
  }
  @media (max-width: 780px) {
      .mbv{
      display:block;
  }
  .ssv{
        display:none;
  }
  }
  
  @media (max-width: 780px) {
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 50px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    margin-top: -98px;
  }
}

.parent-login{
    background: #681d18;
    color: #fff !important;
    padding-left: 12px;
    padding-right: 14px;
    border-radius: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    height: 31px !important;
    line-height: 32px !important;
}

.background-header .main-nav .nav li .parent-login  {
    color: #fff !important;
}