.dropbtn {
  background-color: transparent;
  color: #000;
  font-size: 14px;
  border: none;
}

.dropdown {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.dropdown li > a.active {
  border-color: #3078a5;
  color: rgb(248, 81, 2) !important;
}

.dropdown li:hover {
  border-color: #3078a5;
  color: rgb(248, 81, 2) !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #d1d1d1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 15px !important;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
}
p {
  margin: 7 0 15 10px;
  color: #323232 !important;
}
.ac-title {
  padding-left: 9px !important;
}
.ac-title p {
  padding: 0 5px 0 0px !important;
}
#featured-articles {
  padding: 33px 0 !important;
}
.h4text {
  margin-bottom: 4px !important;
  color: #000;
  float: left;
  padding: 2px 0px 0px 7px;
  width: 99%;
  text-align: center;
  height: 70px;
  font-size: 24px !important;
}
.h4text:after {
  bottom: -10px;
  content: "";
  display: block;
  height: 10px;
  position: relative;
  width: 100px;
  align-items: center;
  border-bottom: 3px solid #1d4c99;
  /* align-items: baseline; */
  text-align: center;
  left: 45%;
}
section {
  background-color: #fff !important;
}
.slider-single p {
  color: #fff !important;
}
.testimonial-quote p {
}
#latest-courses2 {
  margin-top: 0px;
}
.testimonial-area {
  height: 230px !important; 
  background: #f1f1f1 !important;
}
.headerTextJournal {
  background-color: #fff;
  font-size: 23px;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 20px;
}
.course-content-area {
  background-color: rgb(235, 235, 235) !important;
}
.mainImageHeader {
  width: 98%;
  float: left;
  background-color: #fff;
  background-image: url(https://auctoresonline.org/beta/frontend-assets/img/auctores-logo_New.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 14px;
}
.captionLogo {
  margin-top: -27px !important;
  margin-left: 75px !important;
  font-weight: 600 !important;
  color: #d30594 !important;
  font-family: "Times New Roman", Times, serif !important;
}
.nameLogo {
  margin-top: -8px !important;
  margin-left: 45px !important;
  font-size: 37px !important;
  font-family: "Times New Roman", Times, serif !important;
  color: #003194 !important;
}
.body-wrapper {
  padding-left: 2%;
  width: 98%;
  background-color: #e3dbae;
}
.body-wrapper .slider-single {
  height: 430px;
}
.socialmediafb {
  background-color: #3b5998;
  height: 24px;
  border-radius: 7px;
  width: 30%;
}
.socialmediatwitter {
  background-color: #55acee;
  height: 24px;
  border-radius: 7px;
  width: 30%;
}
.socialmedialinkedin {
  background-color: #358fc3;
  height: 24px;
  border-radius: 7px;
  width: 30%;
}
.d-none {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .body-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .body-wrapper .slider-single {
    height: 270px;
  }
}
