
#loading { 
  background-color:rgb(255, 255, 255); 
  width: 100%; 
  height: 100%; 
  position: fixed; 
  z-index: 1; 
  margin-top: 0px; 
  top: 0px; 
  left: 0px; 
  right: 0px; 
  bottom: 0px; 
  overflow: hidden !important; 
  z-index: 999999; 
}
#loading-center { width: 100%; height: 100%; position: relative; }
#loading-center img{text-align:center; width:100px; left: 0; position: absolute; right: 0; top: 40%; transform: translateY(-40%); -webkit-transform: translateY(-40%); -o-transform: translateY(-40%); -ms-transform: translateY(-40%); -moz-transform: translateY(-40%); z-index: 99; margin: 0 auto; 
-webkit-animation: mover 5s infinite  alternate;
    animation: mover 5s infinite  alternate;}

@-webkit-keyframes mover {
    0% { transform:scale(0.5);}
    50% { transform:scale(1);}
    100% { transform:scale(1.5);}
}
@keyframes mover {
    0% { transform:scale(0.5);}
    50% { transform:scale(1);}
    100% { transform:scale(1.5);}
}
#loading-center span {
  color: #000;
  font-size:20px; 
  text-align:center; 
  width:100px; 
  left: 0; 
  position: 
  absolute; 
  right: 0; 
  top: 60%; 
  transform: translateY(-50%); 
  -webkit-transform: translateY(-50%); 
  -o-transform: translateY(-50%); 
  -ms-transform: translateY(-50%); 
  -moz-transform: translateY(-50%); 
  z-index: 99; 
  margin: 0 auto; 
}

/* Heading & Text */
h3{
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}
p { 
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size:13px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.headline {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 992px) {
  p { 
    font-size:16px;
    line-height: 26px;
  }
  .headline {
    font-size: 20px;
    font-weight: 600;
  }

}
.section-heading {
  text-align:center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
    border-bottom: 3px solid transparent;
}
.section-heading small {
  color:#666;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 20px;;
}
.section-heading h2{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:26px; 
  font-weight:400; 
  line-height:26px; 
  position:relative; 
  padding-bottom: 20px;
  margin-bottom:30px; 
  text-transform:uppercase; 
}
.section-heading h2:after{
  content:''; 
  background:#867e52; 
  width: 60px;
  height: 3px;
  position:absolute;  
  bottom:-20px; 
  left:50%; 
  margin-left:-30px;
}
@media (min-width:992px) {
  .section-heading small {
    font-size: 22px;
    line-height: 56px;
  } 
  .section-heading h2{
    font-size: 40px;
    font-weight: 700;
  }
}
/* Header */
#header.default { background: #ffffff; 
  z-index: 999; 
  padding: 0px; 
  margin: 0px; 
  position: relative; 
  width: 100%; 
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); 
  background:#FFF
}


.mega-menu .menu-logo { padding: 0px 0px; }
.mega-menu .menu-logo img { height: 40px; }
.mega-menu .menu-links > li > a {color:#000;  line-height: 26px; text-transform: uppercase; font-size: 14px; font-weight: 500; font-family: 'Poppins', sans-serif; }

.mega-menu .drop-down ul li a {line-height: 20px;}
.mega-menu .drop-down ul li a:before { content: ''; display: inline-block; position: relative; top: -2px; margin-right: 10px; width: 5px; height: 5px; background-color: #867E52; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }

.mega-menu .drop-down-multilevel.right-menu { right: 0px; }
.mega-menu .menu-links > li:last-child > a { padding-right: 0px; }
.mega-menu .menu-links > li .drop-down-multilevel a { font-size: 13px; font-weight: 500;  line-height: 30px;}
.mega-menu .drop-down a, .mega-menu .drop-down-tab-bar a { font-size: 13px; font-weight: 600; }
.mega-menu .menu-links > li.active .drop-down-multilevel a { color: #555555; }
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down a { color: #353535; }
.mega-menu .menu-links > li.active .drop-down li.active a { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down a:hover { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down li.active a i { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down a i:hover { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #2046f2; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #353535; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #2046f2; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #353535; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #2046f2; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i { color: #353535; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i { color: #2046f2; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #2046f2; }
.mega-menu .row { margin-left: 0px; margin-right: 0px; }
.mega-menu .col-md-12 { padding-left: 0px; padding-right: 0px; }
.mega-menu.desktopTopFixed .menu-logo { padding: 0px 0px; }
.mega-menu .menu-links > li .drop-down-multilevel a:before { content: ''; display: inline-block; position: relative; top: -2px; margin-right: 10px; width: 5px; height: 5px; background-color: #2046f2; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.mega-menu .menu-links > li .drop-down-multilevel li:hover .drop-down-multilevel li:hover a:before { background: #2046f2; }
.mega-menu .menu-links > li .drop-down-multilevel li:hover a:before { background: #2046f2; }
.mega-menu .menu-links > li a:hover { color: #001f8b; text-decoration: none; }


.mega-menu .menu-mobile-collapse-trigger:before, 
.mega-menu .menu-mobile-collapse-trigger:after, 
.mega-menu .menu-mobile-collapse-trigger span { background: #000; }
.mega-menu .menu-mobile-collapse-trigger { top: 18px; }
.mega-menu { min-height: 76px; }
.mega-menu .drop-down [class*="grid-col-"], 
.mega-menu .drop-down-tab-bar [class*="grid-col-"] { padding: 0px 10px; }
.mega-menu .drop-down ul, 
.mega-menu .drop-down ol, 
.mega-menu .drop-down dl, .mega-menu .drop-down-tab-bar ul, .mega-menu .drop-down-tab-bar ol, .mega-menu .drop-down-tab-bar dl { margin: 0px;  }


@media (min-width:992px) {
  
  .mega-menu .menu-logo { padding: 25px 0px; }
  .mega-menu .menu-logo img { height: 50px; }
  .mega-menu.desktopTopFixed .menu-logo { padding: 16px 0px; }
  .mega-menu.desktopTopFixed .menu-list-items { background: #ffffff; padding: 0px; border: 1px solid #e0e0e0; }  
  .mega-menu .menu-links  li  a {line-height: 100px; }
}



.mt-header {
  margin-top: 70px;
}
@media (min-width: 992px) {
  .mt-header {
    margin-top: 100px;
  }
}

/* = Footer
----------------------------------------*/
footer {
  width: 100%;
  margin:0px 0 0;
  padding: 30px 0 40px;
  clear: both;
  background: #867e52;
  background-position: bottom;
  border: 0px solid red;
  border-top: 0px solid #ccc;
}
footer .logo {
  height: 25px;
  display: block;
  margin: 0 auto 20px;
}
footer .f-partner {
  width: 40%;
  display: block;
  margin: 0 auto 30px;
}
footer h5 {
  color: #FFF;
  font-family: 'Poppins', serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
footer p {
  color: #f1f1f1;
  font-family: 'Poppins', serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  line-height: 22px;
}
footer .footer-nav  {
  margin: 0px 0 40px;
  padding: 0; 
}
footer .footer-nav ul {
  padding: 0;
}
footer .footer-nav li {
  color: #FFF;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-nav li a {
  display: block;
  font-family: 'Poppins', serif;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
}
footer .footer-nav li a:hover {
  text-decoration: none;
}
footer .footer-nav li a i {
  margin-right: 5px;
}
footer .social-icon {
  display: table;
  margin:0 auto 40px;
}
footer .social-icon a {
  height: 35px;
  float: left;
  margin: 10px 5px 0 0;
  display: table;
  cursor: pointer;
  color: #FFF;
  font-size:20px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #0c285f;
  /*! border-radius:100%; */ 
  transition: all 300ms ease-in-out;
}
footer .social-icon a i {
  color: #0c285f;
  font-size: 17px;
  line-height: 33px;
  width: 35px;
}
footer .social-icon a:hover {
  background: #0c285f ;
}
footer .social-icon a:hover i {
  color: #FFF;
}
footer .sub-form {
    margin: 20px 0 0
  }
footer .sub-form .row {
  margin-left: -5px;
  margin-right: -5px;
  border: 0px solid red;
}
footer .sub-form [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
  border: 0px solid red;
}

footer .sub-form .sub-input {
  width: 100%;
  height: 43px;
  color: #000;
  font-size: 12px;
  display: inline-block;
  padding:0 15px;
  background-color: #FFF;
  border: none;
  border-radius: 20px;
}
footer .sub-form .sub-btn {
  width: 43px;
  margin: 0px auto 0;
  padding: 0 15px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  line-height: 43px;
  background: #fff;
  border: none;
  border-radius: 100%;
  transition: all 400ms ease-in-out;
}
  footer .sub-form .sub-btn i {
    height: 43px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0;padding: 0;
  }
footer .sub-form .sub-btn:hover {
  background: #000;
}
footer .sub-form .sub-btn:hover i {
  color: #f2d03b;
}
footer .sub-form .subs-text {
  width: 100%;
  position: absolute;
  bottom: 15px;
  color: #FFF; 
  font-size: 14px;
  font-weight: 300;
  border: 1px solid red; 
}
footer .sub-form .subs-text {
  width: 95%;
  position: absolute;
  top:180px; 
  bottom: 15px;
  color: #FFF; 
  font-size: 14px;
  font-weight: 300;
  border: 0px solid red; 
}
footer .sub-form .subs-text input {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 99999;
}
footer .sub-form .subs-text label {
  width: 100%;
  float: left;
  padding: 0 15px 0 25px;
  line-height: 16px;
}
footer .nav-bottom {
  margin-top: 30px;
}
footer .nav-bottom ul {
  padding: 0;
  margin: 0;
}
footer .nav-bottom ul li {
  list-style-type: none;
  display: inline;
  padding:0 0px;
}
footer .nav-bottom ul li a {
  color: #d1d1d1;
  font-size: 12px;
}
footer .dnd {
  width: 100%;
  margin:40px 0 15px;
  padding:0 15px;
  color: #d1d1d1;
  text-align: center; 
  border: 0px solid red;
}

footer .dnd i {
  color: red;
  font-size: 12px;
  margin: 0 5px;
}
footer .success {
  padding:0.4em 1em;
  margin: 65px 0 0;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  background-color: #09bc8a;
  border: 1px solid #09bc8a;
  border-radius: 3px;
}

footer .error {
  padding:0.4em 1em;
  margin: 65px 0 0;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  background-color: #CC0000;
  border: 1px solid #CC0000;
  border-radius: 4px;
}
.bottom-bar {
  height: auto;
  background: #efdc45;
  border-top: 0px solid #e15416;
}
.bottom-bar .copyright {
  display: block;
  font-size: 12px;
  color: #777;
  line-height: 18px;
  text-align: center;
  padding: 15px 15px 5px;
  border:0px solid red;
}
.bottom-bar .dnd {
  display: block;
  color: #777;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 5px 0 15px;
  transition: all 300ms ease-in-out;
}
.bottom-bar dnd:hover {color: #EEE;}
@media (min-width:992px) {
  footer {
    height:auto;
    padding: 50px 0 30px;
  }
  footer .logo {
    height: 60px;
    margin: 0 0 20px;
  }
  footer .f-partner {
    width:50%;
    margin: 0;
  }
  footer h5 {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
  }
  footer p {
    text-align: left;
  }
  footer .footer-nav  {
    margin: 0px 0 40px;
  }
  footer .social-icon {
    margin:0 auto ;
  }
  footer .footer-nav li {
    padding: 0 0 0 15px;
  }
  footer .footer-nav li a { 
    text-align:left;
  }
  footer .sub-form .sub-input {
  }
  footer .sub-form .sub-btn {
  }
  footer .sub-form .subs-text {
  }
  footer .sub-form .subs-text input {

  }
  footer .sub-form .subs-text label {
  }
  footer .success {
    margin: 45px 0 0;
  } 
  footer .error {
    margin: 45px 0 0;
  }
  footer h5 {
    text-align:left;
  }
  footer p {
    text-align:left;
  }
  footer .social-icon {
    margin:0;
  }
  footer .dnd {

    margin:40px 0 0;
    padding:0;
  }
  .bottom-bar {
    height: 50px;
  }
  .bottom-bar .copyright {
    display: initial;
    line-height: 50px;
    text-align: left;
    padding: 0 15px;
  }
  .bottom-bar .dnd {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 50px;
    text-align: right;
    transition: all 300ms ease-in-out;
  }
}
.section-container {
  padding-top: 35px;
  padding-bottom: 35px; 
}
@media (min-width: 992px) {
  .section-container {
    padding-top: 70px;
    padding-bottom: 70px; 
  }
}

.btn-custom {
  position: relative;
  margin: 0px auto 0;
  padding: 0 30px;
  display: table;
  clear: both;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  background: #867e52;
  border-radius: 0px;
  transition: all 300ms ease-in;
}
.btn-custom:hover {
  color: #000;
  text-decoration: none;
  background: #efdc45;
}
.bg-gray {
    background: #f1f1f1;
}
#about {
  color: #444;
  position: relative;
  background: #F5F6FA;
  background:url(../../images/bg_about.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#about .contact-title small {
  color: #777;
}
#about .contact-title h2 {
  color: #0073B0;
}
#about .section-heading h2:after{background:#867e52;}
#about::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: .30;
    content: "";
}
#medical-equipment {
  color: #FFF;
  position: relative;
  background: #F5F6FA;
  background:url(../../images/bg-products.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#medical-equipment::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    content: "";
}



#services {
  color: #000;
  text-align: center;
  position: relative;
  background:url(../../images/bg_course.jpg) 50% 0 no-repeat fixed #2e3192;
  background-size: cover;
}
#services::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#f1f1f1; 
    /*background: linear-gradient(-45deg, #2e3192, #ee2f24);*/
    opacity: .90;
    content: "";
}


#toolkit {
  color: #FFF;
  position: relative;
  background: #F5F6FA;
  background:url(../../images/bg_toolkit.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#toolkit::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
    content: "";
}
#publications {
  color: #000;
  text-align: center;
  position: relative;
  background:url(../../images/bg_books.jpg) 50% 0 no-repeat fixed #2e3192;
  background-size: cover;
}
#publications::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#FFF; 
    /*background: linear-gradient(-45deg, #2e3192, #ee2f24);*/
    opacity: .90;
    content: "";
}
#books {
  color: #000;
  text-align: center;
  position: relative;
  background:url(../../images/bg_books.jpg) 50% 0 no-repeat fixed #2e3192;
  background-size: cover;
}
#books::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#FFF; 
    /*background: linear-gradient(-45deg, #2e3192, #ee2f24);*/
    opacity: .95;
    content: "";
}
#course {
  color: #000;
  text-align: center;
  position: relative;
  background:url(../../images/bg_course.jpg) 50% 0 no-repeat fixed #2e3192;
  background-size: cover;
}
#course::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#eee; 
    /*background: linear-gradient(-45deg, #2e3192, #ee2f24);*/
    opacity: .95;
    content: "";
}
#events {
  color: #fff;
  text-align: center;
  position: relative;
  background:url(../../images/bg_blog.jpg) 50% 0 no-repeat fixed #2e3192;
  background-size: cover;
}
#events::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#867e52; 
    background: linear-gradient(-45deg, #867e52, #efdc45);
    opacity: .95;
    content: "";
}
#testimonials {
  color: #444;
  position: relative;
  background:url(../../images/bg_ct.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#testimonials::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(#fff, #eee);
    opacity: .90;
    content: "";
}

#contact {
  color: #000;
  position: relative;
  background:url(../../images/bg_contact.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}/*
#contact::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0C285F;
    background: -webkit-linear-gradient(#fff, #fff);
    opacity: .95;
    content: "";
}*/
#contact .section-heading small {color: #777;}


/* Products */
.product {
  margin: 15px 0;
  background: #FFF;
  border:1px solid #f1f1f1; 
}
.product .pro-thumb {
    height:250px;
  padding: 15px;
  position:relative;
  overflow:hidden;
}
.product .pro-thumb img {
  width: 100%;
position: absolute;
left: 50%;
top: 50%;
transition: all 300ms ease-in-out;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.product figcaption {
  padding: 15px;
  background: #FFF;
  border-top: 5px solid #867e52;
}
.product figcaption h4 {
  color: #000;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  /*! text-align: center; */
  font-weight: 300;
}
.product .btn-pro {
  color: #867e52;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all 300ms ease-in-out;
}
.product .btn-pro i {
  font-size: 20px;
  vertical-align: text-top;
}
.product .btn-pro:hover {
  text-decoration: none;
  padding: 0 0 0 10px;
}

.service:hover {
  text-decoration: none;
}
.service img {
  height: 120px;
  display: block;
  margin: 15px auto 30px;
  background: #867e52;
  border-radius: 100%;
}
.service img:hover {
  background: #867e52;
}
.service h3 {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  text-align: center;
}
.service p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 300;
}
.content-404 {
  margin: 50px 0 0;
}
.content-404 .title-404 {
  color: #3C4146;
  font-family: 'PT Sans';
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.content-404 .note-404 {
  color: #3C4146;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 10px 0 0
}
@media (min-width:992px) {
  .content-404 {
    margin: 100px 0 0;
    min-height: 400px;
  }
  .content-404 .title-404 {
    font-size: 64px;
    line-height: 136px;
  }
  .content-404 .note-404 {
    font-size: 24px;
    line-height: 36px;
  }
}
.container-left {
  max-width: 565px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: auto;
}
.container-right {
  max-width: 565px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: 0;
}

.container-left {
  max-width: 565px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: auto;
}
.container-right {
  max-width: 565px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: 0;
}

/* About
-----------------------*/
.about-img {
  border: 5px solid #0073B0;
  padding: 15px;
}
.about-img img {
  width: 100%;
  border: none !important;;
}

.social-about {
  margin: 30px 0 30px ;
}
.social-about  a {
  margin: 0 5px;
} 
.social-about i {
  color: #0073B0;
  font-size: 14px;
  width: 44px;
  margin:10px 0px 0 0;
  line-height: 44px; 
  text-align: center;
  background: #ececec;
  border-radius: 44px;
  transition: all 300ms ease-in-out;
}
.social-about a i:hover {
  color: #FFF;
  background: #0073B0;
}
/* Solutions 
-----------------------*/
.explore {
  width:100%;
  float: left;
  margin: 10px 0;
  position:relative;
  overflow: hidden;
  text-align:center;display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  text-decoration: none !important;;
  border: 1px solid #e7e7e7;
}
.explore-350 {
  height: 350px;
}
.explore-550 {
  height: 550px;
}
.explore .entry__img {
  display: block;
  height: auto;
  width: 100%;
}
.explore:before{
   content:"";
   position:absolute;
   z-index:2;
   opacity:.40;
   top:0;
   left:0; 
   width:100%;
   height:100%;
   background:#000;
   -webkit-transition:all .45s ease;
   -moz-transition:all .45s ease;
   transition:all .45s ease
}
.explore:hover:before {
   opacity:1;
  background:rgba(0, 115, 176, .85);
}
.explore:hover .explore_content p, .explore:hover .explore_btn {
   opacity:1;
   -webkit-transform:translateY(0);
   -moz-transform:translateY(0);
   -ms-transform:translateY(0);
   -o-transform:translateY(0);
   transform:translateY(10)
}
.explore:hover .explore_btn:after {
   width:100%
}

.entry__img--link {
   display:table;
   width:100%;
   margin-bottom:20px
}

.explore_content {
  position:absolute;  
  z-index:25; 
  display:table;
  width:100%;  
  height: 100%;
  top: 0; 
  left: 0;
  vertical-align:middle;
  color:#fff; 
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
}
.content_center {
  width: 100%;
  display:table;
  vertical-align: middle;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.explore h3 {
  color: #FFF;
  margin:14px 0 15px;
  padding:0 10%;
  line-height:23px;
  line-height:1.4375rem;
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  font-weight:300;
  text-align: center;
  opacity:0;
  -webkit-transform:translateY(-50px);
  -moz-transform:translateY(-50px);
  -ms-transform:translateY(-50px);
  -o-transform:translateY(-50px);
  transform:translateY(-50px);
  -webkit-transition:all .45s ease;
  -moz-transition:all .45s ease;
  transition:all .45s ease
}
.explore:hover h3 {
  opacity:1;
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -ms-transform:translateY(0);
  -o-transform:translateY(0);
  transform:translateY(-0px)
}
.explore_content p {
  margin:14px 0 25px;  display: none;
  margin:0.875rem 0 1.5625rem;
  padding:0 15%;
  color: #f7f7f7;
  line-height:23px;
  line-height:1.4375rem;
  font-family: 'Muli', sans-serif;
  font-size:14px;
  font-weight:300;
  opacity:0;
  -webkit-transform:translateY(-30px);
  -moz-transform:translateY(-30px);
  -ms-transform:translateY(-30px);
  -o-transform:translateY(-30px);
  transform:translateY(-30px);
  -webkit-transition:all .45s ease;
  -moz-transition:all .45s ease;
  transition:all .45s ease
}
.explore_content .explore_title {
  color: #FFF;
  width: 70%;
  font-family: 'Poppins', serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 0 5px #000;
  padding: 5px 0;/*
  -webkit-transform:translateY(80px);
  -moz-transform:translateY(80px);
  -ms-transform:translateY(80px);
  -o-transform:translateY(80px);
  transform:translateY(100px);*/
  -webkit-transition:all .45s ease;
  -moz-transition:all .45s ease;
  transition:all .45s ease;
}
.explore_content .title-large {
    -webkit-transform:translateY(190px);
    -moz-transform:translateY(190px);
    -ms-transform:translateY(190px);
    -o-transform:translateY(190px);
    transform:translateY(190px);
}
.explore_content .title-small {
    -webkit-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -ms-transform:translateY(100px);
    -o-transform:translateY(100px);
    transform:translateY(100px);
}

.explore:hover .explore_title {
  color: #FFF;
  width: auto;
  font-size: 20px;
  text-align: center;
  text-shadow: none;
  -webkit-transform:translateY(-0px);
  -moz-transform:translateY(-0px);
  -ms-transform:translateY(-0px);
  -o-transform:translateY(-0px);
  transform:translateY(-0px);
  background: none; 
}

.explore_btn {
  position:relative;
  z-index:2;
  display:inline-block;
  font-size: 16px; 
  font-weight:500;
  color:#fff;
  text-transform:uppercase;
  opacity:0;
  -webkit-transform:translateY(20px);
  -moz-transform:translateY(20px);
  -ms-transform:translateY(20px);
  -o-transform:translateY(20px);
  transform:translateY(20px);
  -webkit-transition:all .45s ease;
  -moz-transition:all .45s ease;
  transition:all .45s ease
}
.explore_btn:after {
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  bottom:-0.25rem;
  width:0;
  height:3px;
  height:0.1875rem;
  background:#7CBA3D;
  -webkit-transition:all .8s ease;
  -moz-transition:all .8s ease;
  transition:all .8s ease
}
@media (min-width:768px) {
  .explore_content .explore_title {font-size: 26px; line-height:32px; text-align:left; padding-left:15px;:border:1px solid red;}
  .explore h3 {
    font-size: 14px;
    margin:14px 0 25px;
    padding:0 10%;
  }
  .explore_content p {font-size: 12px; text-align: center;}
  .explore_btn {font-size: 16px;}
}
/* = Courses
---------------------------------------------*/
.course {
  margin: 15px 0;
}
.course-thumb {
  height: 230px;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  border-bottom: 10px solid #0073B0;
}
.course img {
  width: 100%;
}

.course figcaption {
  padding:30px 0;
  text-align: left;
}
.course figcaption h3 {
  color: #000;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px !important;
  line-height: 22px;
  height: 42px;
  margin: 0 0 20px;
}
.course figcaption p {font-family: 'Roboto';
  color: #777;
  font-size: 14px;
  line-height: 20px;
}
.course figcaption .btn-course {
  color: #FFF;
  display: table;;
  font-size: 14px;
  line-height: 38px; 
  font-weight: 400;
  text-decoration: none;
  padding: 0 10px;
  background: #0073B0;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
}
.course figcaption .btn-course:hover {
  color:#FFF;
  background: #000;
}
@media (min-width:992px) {

}
/* = Blogs
---------------------------------------------*/
.blog {
  margin: 15px 0;
}
.blog img {
  width: 100%;
}
.blog figcaption .icon {
  width: 100%; 
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0px, 185px, 0px);
  z-index: 9999999;
  border: 0px solid red;
}
.blog figcaption .icon i {
  display: block;
  margin: auto;
  width: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #4f67af;
  border-radius: 2px;
}
.blog figcaption {
  padding:30px 15px ;
  text-align: left;
  background: #FFF;
}
.blog figcaption h3 {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 18px !important;
  height: 42px;
  margin: 0 0 10px;
}
.blog figcaption p {font-family: 'Roboto';
  color: #777;
  font-size: 14px;
  line-height: 20px;
}
.blog figcaption .btn-service {
  color: #867e52;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; 
}
.blog figcaption .btn-service i {
  font-size: 18px;
  vertical-align: text-bottom;
}
@media (min-width:992px) {

}
/* Book 
--------------------------*/
.book-img {
  width: 100%;
}

/* = Pages
---------------------------------- */
.page_title_wrapper {
  width: 100%;
  position: relative;
  background: url(../../images/banners/banner-1.jpg) center ;
  background-size: cover;
}
.page_title_wrapper::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .75;
    content: "";
}
.page_title_wrapper .container:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 50%;
  height: 34px;
  background-image:url(../../images/bottom-shadow.jpg);
  background-repeat: no-repeat;
  background-size: 100% 34px;
  background-position: 0% bottom;
}
.page_title {
  position: relative;
  display: block;
  margin: 0 0 0;
  padding: 20px 0;
  border: 0px solid red;
}
.page_title h1 {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) {
  .page_title_wrapper {
    margin:0 0 00px;
  }
  .page_title_wrapper .container:after {
    background-size: 658px 34px;
  }
  .page_title  {
    padding: 0;
  }
  .page_title h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 200px;
    text-align: left;
  }
}

/* = Contact 
----------------------------------------*/
#contact  h5 {
  font-family: 'Lato';
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  border: 0px solid red;
}
@media (min-width: 992px) {
  #contact  h5 {
    text-align: left;
  }
}
.contact-container {
  background: #FFF;
  box-shadow: 0 0 10px #ccc;
}
.bg-blue {
  color: #FFF;
  text-align: center;
  position: relative;
  background:url(../../images/bg-contact.jpg);
  background-size: cover;
}
.bg-blue::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#867e52; 
    opacity: .9;
    content: "";
}
.location-map {
  width: 100%;
  height: 400px;
  display: block;
  margin: 0;
  border: 1px solid #ccc;
}
.contact-tab {
  margin-bottom: 10px;
  border: 0px solid red;
}
.pt-4{padding-top: none !important;;}
.contact-tab i {
  width: 40px;
  display: block;
  position: relative;
  margin: 15px auto; 
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #F5F7F8;
  border: 0px solid #4f67af;
}
.contact-tab h5 {
  color: #fff;
  text-align: center;
}
.contact-tab p {
  color:#FFF;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin:0;
}
.contact-tab p a {
  color: #FFF;
  transition: all 300ms ease-in-out;
}
.contact-tab p a:hover {
  color: #FFF;
  text-decoration: none;
}

.contact-tab p b {
  margin: 0 10px 0 0; 
  font-weight: 400;
  display: inline-block;
  border: 0px solid red;
  text-align: left;
}
@media (min-width:992px) {
  .contact-tab {
    margin-bottom: 15px;
    border: 0px solid red;
  }
  .contact-tab div {display: table-cell; vertical-align:  top; border: 0px solid red; }
  .contact-tab i {
    width: 40px;
    float: left;
    margin:0 15px 0 0; 
    font-size: 18px;
    line-height: 40px;
  }
  .contact-tab p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
  }
}

.social {
  position: relative;
  display: table;
  margin:15px auto;
}

.social i a {
  margin: 0;
} 
.social i {
  color: #867e52;
  font-size: 16px;
  width: 30px;
  margin:10px 3px 0 0;
  line-height: 30px; 
  text-align: center;
  border-radius: 3px;
  border: 0px solid;
  transition: all 300ms ease-in-out;
}
@media (min-width:992px) {
  .social {
    margin:30px 0 0;
  }
  .social i {
    font-size: 20px;
    width: 36px;
    line-height: 36px; 
  }
}/*
.social .fa-facebook-f {background: #38529A;color:#FFF; border-color: #38529A;}
.social .fa-twitter {background: #4EA6E9;color:#FFF; border-color: #4EA6E9;}
.social .fa-linkedin-in {background: #0073B1;color:#FFF; border-color: #0073B1;}
.social .fa-instagram {background: #7D20AF;color:#FFF; border-color: #7D20AF;}*/

.social .fa-facebook-f:hover {color: #38529A; background: #FFF;}
.social .fa-twitter:hover {color: #4EA6E9; background: #FFF;}
.social .fa-linkedin-in:hover {color: #0073B1; background: #FFF;}
.social .fa-instagram:hover {color: #7D20AF; background: #FFF;}

.social i:hover {
  color: #fff;
  background: none;
}

.form-tagline {
  color: #444;
  line-height: 50px;
}
.form {margin-bottom: 0px; border: 0px solid red;}
.form .input {
  width: 100%;
  height: 50px;
  float: left;
  margin: 0 0 15px;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
  background: none;
  border:none;
  border-bottom: 1px solid #ccc;
}
.form .textarea {
  width: 100%; 
  position: relative;
  height: 120px;
  margin: 0 0 15px;
  padding: 20px;
  color: #000;
  font-family: 'PT Sans';
  font-size: 14px;
  background: none;
  border:none;
  border-bottom: 1px solid #ccc;
}
.input:focus, .textarea:focus {
  border: none;
  border-bottom:  1px solid #17467a;
}
.g-recaptcha {
  margin: 10px 0 0;
  transform:scale(0.65);
  -webkit-transform:scale(0.65);
  transform-origin:100px 0;
  -webkit-transform-origin:100px 0;
}
.form .submit {
  display: table;
  margin: 10px auto 0;
  padding: 0 25px;
  cursor: pointer;
  font-family: 'PT Sans';
  font-size: 14px;
  line-height: 44px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  background: #867e52;
  border-radius: 2px;
  border: 2px solid transparent;
  transition: all 300ms ease-in;
}
.form .submit:hover {
  color: #867e52;
  background: #FFF;
  border: 2px solid #867e52;
}
.section-message {
  width: 100%; 
  position: absolute;
  z-index: 99999999999999999999999999999999;
  margin:  150px 0 0;
  border: 0px solid red;
}
@media (min-width: 992px) {
  .g-recaptcha {
    transform:scale(0.70);
    -webkit-transform:scale(0.70);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
  .form .submit {
    float: right;
  }
}
/* Product Form */
.form-product {
  padding:10px;
  margin-bottom: 0px; 
  background:#867E52;
  border: 0px solid red;
}
.form-product label{
  color: #FFF;
  display: block;
  font-family: 'Poppins';
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.form-product .input {
  width: 100%;
  height: 40px;
  float: left;
  margin: 0 0 10px;
  padding: 0 20px;
  color: #000;
  font-size: 13px;
  background: #ffff;
  border-radius: 5px;
  border: 0px solid #ccc;
}
.form-product .textarea {
  width: 100%; 
  position: relative;
  height: 120px;
  margin: 0 0 15px;
  padding: 20px;
  color: #000;
  font-size: 13px;
  background: #FFF;
  border:none;
  border-radius: 5px;
}
.input:focus, .textarea:focus {
  border: none;
  border-bottom:  1px solid #17467a;
}
.g-recaptcha {
  margin: 10px 0 0;
  transform:scale(0.65);
  -webkit-transform:scale(0.65);
  transform-origin:100px 0;
  -webkit-transform-origin:100px 0;
}
.form-product .submit {
  display: table;
  margin: 10px auto;
  padding: 0 25px;
  cursor: pointer;
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 38px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background: #efdc45;
  border-radius: 2px;
  border: 2px solid transparent;
  transition: all 300ms ease-in;
}
.form-product .submit:hover {
  color: #867e52;
  background: #FFF;
  border: 2px solid #867e52;
}
.section-message {
  width: 100%; 
  position: absolute;
  z-index: 99999999999999999999999999999999;
  margin:  150px 0 0;
  border: 0px solid red;
}
.form-product .row [class*="col-"] {
  border:0px solid red;
  
}
 @media (min-width: 992px) {
  .g-recaptcha {
    transform:scale(0.70);
    -webkit-transform:scale(0.60);
    transform-origin:0 0;
    -webkit-transform-origin:5px -00px;
  }
  .form-product .submit {
    float: right;
  }
}

.thumbnail {
  width: 24.4%;
  height: 220px;
  margin:4px 0.3%;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.horizontal img {
  height: 100%;
  position: absolute;
    left: 50%;
    top: 50%;
    transition:all 300ms ease-in-out;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.vertical img {
  width:100%;
  position: absolute;
    left: 50%;
    top: 50%;
    transition:all 300ms ease-in-out;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}



.pd-thumbnail {
  height: 250px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
.pd-thumbnail img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}