
*{padding:0; margin:0;}
a, 
a:active, 
a:focus, 
a:hover{
  outline:none;
  text-decoration:none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
}
p {
  margin: 0 0 15px;
}
p:last-child {
  margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
body {
  font-size: 16px;
  max-width: 100%;
  font-family: 'Poppins', sans-serif;
  background-image: url('assets/images/body-bg.jpg');
  background-position: center;
  background-size: 100% 100%;
  background-color: #39607F;
}
.container{
  max-width: 1170px;
}
/*
  Default Form
=================*/
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="submit"], 
input[type="search"], 
button[type="submit"],
textarea {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: none;
  padding: 12px 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  min-height: 45px;
  margin-bottom: 15px;
  outline: none;
}
input[type="submit"],
button[type="submit"]{
  cursor: pointer;
}

input:focus, 
textarea:focus {
  border: 1px solid #6FBC29;
}

textarea {
  min-height: 170px;
}

input::-moz-placeholder {
  color: #262626;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder {
  color: #262626;
}

input::-webkit-input-placeholder {
  color: #262626;
}


.tem-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23232d;
    background-color: #fff;
    padding: 10px;
    min-height: 90px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
}

.tem-btn:hover {
  color: #23232d;
}

.tem-btn img {
    margin-right: 10px;
}

.button-area .tem-btn {
  margin-top: 30px;
}


.slider-area {
  background: #426988;
  padding: 30px 20px;
  border-radius: 5px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.single-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 0 15px;
}

.single-logo img {
  max-height: 100px;
}


.title-2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.social-area a {
    height: 90px;
    width: 90px;
    background: #fff;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 5px;
    margin: 0 10px;
}

.social-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.author-box img {
    height: 190px;
    width: 190px;
    background: #000;
    border-radius: 50%;
}

.author-box {
    text-align: center;
    margin-top: 50px;
}

.bio {
    text-align: center;
    padding: 50px 0;
}


.popup-header {
    padding-top: 150px;
}

.certification-icon {
    padding: 15px 0;
}

.certifications-text {
    margin-bottom: 50px;
}

.certification-footer img {
    max-width: 100px;
}

.certification-footer {
    padding: 50px 0;
}

.certifications-text p span:last-child {
    margin-left: 30px;
}

.certifications-text p {
    font-size: 12px;
}


.owl-nav > div {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}

.owl-nav > div.owl-next {
    left: auto;
    right: 0;
}

  .modal-dialog {
    max-width: 600px;
  }

.social-items-wrapper {
  margin-top: 3rem;
}

.social-items-wrapper h2 {
  text-align: center;
}