/**
* Template Name: Medilab - v2.1.1
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: BorisBlackBloxx;
  src: url(../fonts/BorisBlackBloxx.ttf);
}

body {
  font-family: "Sora", sans-serif;
  color: #444444;
  overflow-x: hidden;
}

a {
  color: #1977cc;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h5 {
  font-family: "BorisBlackBloxx", sans-serif;
}

h4,
h6 {
  font-family: 'Domine', serif;
}

p {
  margin-top: 15px;
  margin-bottom: 1rem;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #1977cc;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #1c84e3;
  color: #fff;
}

.datepicker-dropdown {
  padding: 20px !important;
}
/*dropdown*/
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    color: #f2f2f2;
    text-align: inherit;
    white-space: nowrap;
    background-color: #2b2b85;
    border-bottom: 1px solid #f2f2f2;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #f2f2f2;
    text-decoration: none;
    background-color: #05aae7;
}
.navbar {
    position: relative;
    margin-bottom: -90px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0 50px;
}
a.logo img {
    width: 300px;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #2b2b85;
  height: 80px;
  font-weight: 600;
  transition: all 0.5s;
}

.fixed-top {
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
}

.contact-info {
  float: right;
  padding: 0 58px;
}

#topbar.topbar-scrolled {
  top: -40px;
  display: none !important;
}

#topbar .contact-info a {
  line-height: 1;
  color: #ffffff;
  transition: 0.3s;
  font-size: 16pt;
  font-family: 'Domine', serif;
}

#topbar .contact-info a:hover {
  color: #ffffff;
}

#topbar .contact-info i {
  color: #ffffff;
  padding-right: 8px;
  margin-left: 20px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  top: 65px;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);*/
}

#header.header-scrolled {
  top: 0;
  display: none;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  margin-top: -97px;
  margin-left: -14em;
  border-bottom: 12px solid #aaaca9bd;
  border-radius: 27px;
  padding-bottom: 1px;
  background: #fff;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}


/*Navigation Menu*/

li.nav-item {
  display: block;
  position: relative;
  color: #2b2b85;
  font-weight: 700;
  transition: 0.3s;
  font-size: 24px;
  font-family: 'Domine', serif;
  padding: 5px 10px;
  margin-top:30px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(0 164 222);
}

.navbar-light .navbar-nav .nav-link {
  display: block;
  position: relative;
  color: #2b2b85;
  font-weight: 700;
  transition: 0.3s;
  font-size: 18px;
  font-family: 'Domine', serif;
  padding: 10px 20px;
}

a.logo {
  margin-top: -20px;
  margin-left: 50px;
  border-bottom: 12px solid #aaaca9bd;
  border-radius: 27px;
  padding-bottom: 1px;
  background: #fff;
  z-index: 999;
}

.head-bg {
  background: url(../img/header.png);
}
header.head-bg-main {
    padding: 0 58px;
}

/*Navigation Menu*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
img.slider {
    width: 100%;
}
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/banner-1.jpg);
  background-size: cover;
  margin-top: -80px;
}

#hero .container {
  position: relative;
}

#hero h1 {
  font-family: BorisBlackBloxx;
  margin: 0;
  font-size: 65px;
  font-weight: 600;
  text-transform: capitalize;
  color: #2b2b85;
  letter-spacing: 2px;
}

#hero p {
  color: #fff;
  font-weight: 600;
}

#hero h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Myriad Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  /* border-radius: 50px; */
  transition: 0.5s;
  color: #fff;
  background: #eba91f;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero {
    /*background-attachment: fixed;*/
  }
}

@media (max-width: 992px) {
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/



.whyus-section {
  padding: 80px 0;
}

.products-section {
  padding: 100px 0;
}

.weserve-section {
  padding: 50px 0;
}

.testimonial-section {
  padding: 80px 0;
}

.getintouch-section {
  padding: 80px 0;
}

.getintouch-section {
  padding: 80px 0;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us .content {
  padding: 30px;
  background: #1977cc;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1977cc;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #1977cc;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/

.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #1977cc;
}

.departments .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}


/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/

.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a+a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f7fd;
}

#footer .footer-top {
  padding: 40px 0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 23px;
  font-weight: bold;
  color: #2b2b85;
  padding-bottom: 12px;
  margin-top: 1em;
}
#footer .footer-top .item.social h4 {
 font-size: 23px;
    font-weight: bold;
    color: #2b2b85;
    padding-bottom: 12px;
    margin-top: 1em;
    font-family: BorisBlackBloxx;
}


#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 10px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1977cc;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}

.copyright {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  padding: 15px;
  color: #282828;
  border-top: 1px solid #05aae782;
}

.link-f li {
  list-style: none;
  font-size: 21px;
  padding-bottom: 7px;
}

.link-f,
.social-link-1 {
  padding-left: 0 !important;
}

.link-f a {
  color: #282828;
  font-weight: 600;
}

.social-link-1 li {
  list-style-type: none;
  display: inline-flex;
  padding: 10px;
  font-size: 35px;
  color: #282828;
}

.mx-auto {
  margin-right: auto!important;
  float: right !important;
}

.mr-auto {
  margin-right: -10em!important;
  float: right !important;
}


/*my css*/

.single {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.single p {
  font-weight: 600;
  font-size: 22px;
  color: #2b2b85;
}

.single .form-control {
  height: 50px;
  width: 300px;
  background: rgb(244 175 175 / 0%);
  border-color: #2b2b85;
  border-radius: 20px 0 0 20px;
}

.single .form-control:focus {
  box-shadow: none;
  border-color: #243c4f;
}

.single .btn {
  min-height: 50px;
  border-radius: 0 20px 20px 0;
  background: #2b2b85;
  color: #fff;
}

.top-btn {
  color: #28287f !important;
  padding: 10px 25px;
  margin-left: 0px;
  background: #ffffff;
  border-radius: 6px;
  margin-right: 0px;
}

.top-btn i {
  color: #2b2b85 !important;
  font-size: 25px;
  margin-right: 10px;
}

.top-btn a {
  color: #fff;
}

.d-lg-block {
  margin-left: 5em;
}

.btn-get-started-1 {
  font-family: "Myriad Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 10px;
  /* border-radius: 50px; */
  transition: 0.5s;
  color: #fff;
  background: #eba91f;
}

.about-style h2 {
  font-family: BorisBlackBloxx;
  font-size: 40pt;
  line-height: 40px;
  color: #ffffff;
  padding-bottom: 10px;
}

.about-style p {
  font-size: 20px;
  color: #ffffff;
  font-family: serif;
  font-weight: 400;
  line-height: 30px;
  width: 75%;
  text-align: center;
  margin: auto;
}

.about-img {
  vertical-align: middle;
  align-items: center;
  padding: 110px 40px;
}

#footer {
  background: #fff;
}

.footer-contact h6 {
  margin-top: 20px;
  color: white;
  font-size: 11pt;
}

.footer-contact h6 {
  margin-top: 20px;
  color: white;
  font-size: 11pt;
}

.address-d span {
  color: #eba91f;
  font-size: 11pt;
  font-weight: 600;
}

.address-d p {
  font-size: 21px;
  padding-left: 0px;
  color: #ffffff !important;
  display: inline-flex;
}

.address-d i {
  font-size: 16pt;
  color: #ffffff;
  display: inline-table;
  list-style-type: none;
  margin-right: 8px;
  padding: 7px 0px;
}

.address-d a {
  color: #ffffff !important;
  font-size: 20px;
}

.social-link ul {
  display: inline-flex;
  list-style-type: none;
  margin-left: -43px;
}

.social-link li {
  padding: 10px 16px;
  background: #ffffff;
  margin-left: 0px;
  display: inline-block;
}
/*.item.social {
    text-align: center
}*/
.item.social a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgb(61 61 143);
    margin: 0 8px;
    color: #000;
}
.social-link i {
  font-size: 25px;
  color: #9e9e9e;
}
.item.social h4 {
    font-size: 23px;
    font-weight: bold;
    color: #2b2b85;
    padding-bottom: 12px;
    margin-top: 1em;
}
.footer-b2 {
  margin-top: 58px;
}

.address-d h4 {
  color: #ffffff !important;
  font-size: 14pt !important;
  font-family: "Raleway", sans-serif;
}

.social-link h4 {
  color: #ffffff !important;
  font-size: 14pt !important;
  font-family: "Raleway", sans-serif;
}

.social-link p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

#hero .container-fluid {
  margin-left: 15em;
  margin-top: 10em;
}

.apid:before {
  content: '';
  height: 0;
  width: 69px;
  position: absolute;
  top: 1.8em;
  left: 5em;
  border-top: 3px solid #00a5e0 !important;
  transform: rotate( 0deg);
}

#hero span {
  margin-left: 78px;
}

.about-style {
  text-align: center;
}

.home-table-1 table tr td img {
  margin-left: -16px;
}

.img-fluid-1 {
  max-width: 100%;
  height: auto;
}

.side-bg img {
  position: absolute;
  top: -100px;
  left: 0px;
}

.side-bg-1 img {
  position: absolute;
  top: 25em;
  right: 0;
}

.side-bg-2 img {
  position: absolute;
  top: -8.5em;
  left: 0;
}

.why-us-b {
  padding: 0px 19em;
}

#banner-2 {
  padding: 40px 0px;
}

.social-link li:hover {
  padding: 10px 16px;
  background: #ff5353;
  margin-left: 5px;
}

.social-link i:hover {
  color: #fff;
}

.about-img img {
  padding-top: 9em;
}


/* Button */

.v-slide .delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #1c8314;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #40ba37;
}

.v-slide .delicious-btn.active,
.delicious-btn:hover,
.delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1c8314;
  border-color: #40ba37;
}

.carousel-indicators li {
  background-color: #eba91f !important;
}


/*Mobile View*/

@media only screen and (max-width: 600px) {
  #header .logo img {
    margin-top: -21px;
    margin-left: -11em;
    border-radius: 27px;
    padding-bottom: 1px;
    background: #fff;
    width: 150px;
  }
  .mobile-hero-content {
    background: #ffffff9c;
    box-shadow: 0px 0px 10px #0094c8b0;
    padding: 12px 1px;
    border-radius: 12px;
    width: 292px;
    height: 126px;
    margin-left: -4px;
    margin-top: 25px;
  }
  .mobile-hero-content h4 {
    font-size: 22px;
    font-family: 'Sora';
    font-weight: 600;
    color: #2b2b85;
    float: right;
    margin-right: 12px;
  }
  .mobile-hero-content h3 {
    font-size: 19px;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    color: #2b2b85;
    margin-bottom: 0;
    margin-top: 8px;
  }
  #hero h1 {
    font-size: 24px;
    line-height: 30px;
  }
  #hero .container-fluid {
    margin-left: 0;
    margin-top: 0;
  }
  .head-bg {
    background: url(../img/header.png);
  }
  .footer-links {
    width: 50%;
  }
  .address-d-m {
    padding-bottom: 35px;
  }
  #footer .footer-top .footer-contact {
    margin-bottom: 0px;
  }
}


/*mobile view end*/


.banner {
    background-image: linear-gradient( to bottom, #2b2b85, #fcfcfc38), url(../img/breadcrums-1.jpg);
    text-align: center;
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    margin-top: -80px;
}

.b-title h3 {
  font-size: 61px;
  color: #2b2b85;
  margin-left: 2.5em;
  text-align: left;
}

.b-title {
  position: relative;
  top: 10em;
}

.about-img-1 img {
  width: 600px;
  box-shadow: 0px 0px 15px #fff;
  background: white;
}

.h2-s {
  color: #eba91f;
  text-shadow: 2px 0px 1px rgb(235 169 31);
}

.about-style-1 h2 {
  font-family: "Raleway", sans-serif;
  font-size: 48pt;
  line-height: 62px;
  color: #023047;
  font-weight: 800;
  padding-bottom: 10px;
  text-shadow: 2px 0px 1px rgb(2 48 71);
}

.image-border-style:before {
  border-style: solid;
  border-width: 12px;
  border-image: linear-gradient(to bottom, #276a34 0%, #eba91f 100%);
  border-image-slice: 1;
  content: "";
  height: auto;
  position: absolute;
  bottom: 25px;
  left: 202px;
  top: 15px;
  width: 90%;
  z-index: -1;
  transform: translateX(-90px);
}



.key i {
  font-size: 3em;
  color: #2b6935;
  margin-bottom: 15px;
}

.key h4 {
  font-size: 22px;
  color: #023047;
  line-height: 30px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.key-main {
  margin-top: 5em;
}

#vm {
  background-image: linear-gradient(110deg, #3f702e00 45%, #276233eb 48%), url(../img/about-bg-1.jpg);
  background-position: right;
  background-repeat: no-repeat;
  color: #fff;
  padding: 110px 0px;
}

.vm-row {
  padding: 0px 183px;
}

.vm-row p {
  font-size: 14pt;
}

.vm-col {
  margin-left: 5em;
}

.vm-row h3 {
  font-family: "Raleway", sans-serif;
  font-size: 35pt;
  line-height: 62px;
  color: #ffffff;
  font-weight: 900;
  padding-bottom: 5px;
  text-shadow: 2px 0px 1px rgb(255 255 255);
}

.vm-c {
  float: right;
}

.core-v h2 {
  font-family: "Raleway", sans-serif;
  font-size: 35pt;
  line-height: 62px;
  color: #023047;
  font-weight: 900;
  padding-bottom: 1em;
  text-align: center;
  text-shadow: 2px 0px 1px rgb(2 48 71);
}

.core h5 {
  font-family: "Raleway", sans-serif;
  font-size: 15pt;
  line-height: 35px;
  font-weight: 800;
}

.core-v {
  padding-bottom: 30px;
}

#c2a {
  padding: 40px;
  background: #2b2b85;
  margin-bottom: 2em;
  margin-top: 4em;
  box-shadow: 0px 1px 16px #0daee97d;
}

.btn-get-started-2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 25px;
  transition: 0.5s;
  border-radius: 4px;
  color: white;
  background: linear-gradient(to top, #00aeee 30%, #00c1d8);
}

#c2a p {
  font-size: 15pt;
  text-transform: capitalize;
  font-weight: 600;
  color: white;
}

.btn-r {
  text-align: right;
}

.c2a {
  margin-top: 9px;
}

.contact h5 {
  font-size: 19pt;
  line-height: 55px;
  color: #2b2b85;
  font-weight: 800;
  padding-bottom: 0px;
  border-bottom-width: 10px;
}

.contact i {
  font-size: 30px;
  color: #276a34;
  margin-bottom: 15px;
}

.contact p {
  color: #282828;
    font-weight: 600;
}

.contact a {
  color: #000000 !important;
}
.key.contact h6 {
    color: #2b2b85;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}
.php-email-form button[type="submit"] {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 45px;
  margin-top: 10px;
  transition: 0.5s;
  border-radius: 10px;
  border: 0;
  color: #000;
  background: linear-gradient(to top, #00aeee 30%, #00c1d8);
}
button.btn.btn-danger.bg-1.m-auto.wow.fadeInLeft {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 45px;
    margin-top: 10px;
    transition: 0.5s;
    border-radius: 10px;
    border: 0;
    color: #000;
    background: linear-gradient(to top, #00aeee 30%, #00c1d8);
}
.cont-mf {
  padding: 55px 55px;
  margin-bottom: 6em;
  border-radius: 3px;
  box-shadow: 0px 0px 25px #80808038;
}

.key-f {
  padding: 45px 30px;
  margin-left: 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 25px #80808038;
  max-width: 360px;
}

.key-f h5 {
  font-family: "Raleway", sans-serif;
  margin-top: -8px;
  margin-bottom: 24px;
  font-weight: 600;
}

.address-d1 i {
  font-size: 25px;
  color: #eba91f;
  margin-bottom: 0;
}

.address-d1 a {
  color: #ffffff !important;
  font-weight: 600;
}

.address-d1 p {
  color: #000 !important;
}

.city {
  font-family: "Raleway", sans-serif;
  font-size: 20pt;
  line-height: 62px;
  color: #023047;
  font-weight: 800;
  padding-bottom: 0px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgb(2 48 71);
  border-bottom: 2px solid #eba91f;
  border-bottom-width: 10px;
}

.address-d1 span {
  color: #fff !important;
}

.city-block {
  padding: 27px 15px;
  border-radius: 3px;
  box-shadow: 0px 0px 25px #80808038;
  background: #276a34;
  height: 235px;
}

.branch {
  padding-top: 2em;
}

.state h2 {
  font-size: 42pt;
  line-height: 32px;
}

.other {
  margin-bottom: 6em;
}

.about-style-1 p {
  font-size: 18px;
  color: #023047;
}

.core {
  height: 260px;
}



.style-h5 {
  font-size: 19pt;
  line-height: 55px;
  color: #2b2b85;
  font-weight: 800;
  padding-bottom: 1px;
  border-bottom: 2px solid #12a2d4;
  border-bottom-width: 1px;
  margin-bottom: 1em;
}

.hero-content {
  background: #ffffff9c;
  box-shadow: 0px 0px 10px #0094c8b0;
  padding: 27px 20px;
  border-radius: 25px;
  width: 690px;
  height: 280px;
  position: absolute;
  top: -28em;
  left: -4em;
}

.hero-content h3 {
  font-size: 42px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  color: #2b2b85;
  text-align: left;
}

.hero-content h1 {
    font-family: BorisBlackBloxx;
    margin: 0;
    font-size: 65px;
    font-weight: 600;
    text-transform: capitalize;
    color: #2b2b85;
    letter-spacing: 2px;
}

.hero-content a {
  font-weight: 600;
  position: relative;
  float: right;
  right: -10.7em;
  top: 3.5em;
  background: white;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 23px;
  font-family: 'Sora';
  color: #2b2b85;
  box-shadow: 0px 0px 10px #009fd88f;
}

.hero-content h4 {
  font-size: 42px;
  font-family: 'Sora';
  font-weight: 600;
  color: #2b2b85;
  float: right;
  margin-right: 12px;
}

#s-1 {
    background-image: url(../img/banner-2.png);
    background-repeat: no-repeat;
    margin-bottom: -10.1em;
    height: 90vh;
    background-size: cover;
    background-position: center;
}

.intro {
  padding: 0em 10em;
}


.svg-bg-1 {
    position: absolute;
    margin-top: -2%;
    z-index: -999;
}
.intro {
  padding: 0em 10em;
  margin-bottom: 20px;
}

.wc-img {
  text-align: center;
  padding: 25px 100px;
}

.y-u h4 {
  font-family: BorisBlackBloxx;
  color: white;
  margin-top: 2em;
  font-size: 26px;
}

.products-style p {
  font-size: 20px;
  font-weight: 600;
  width: 66%;
  text-align: center;
  margin: auto;
}

.products-style span {
  color: #2b2b85;
  font-size: 20px;
  font-weight: 600;
}

.products-style h2 {
  font-family: BorisBlackBloxx;
  font-size: 40pt;
  line-height: 40px;
  color: #2b2b85;
  padding-bottom: 20px;
  margin-top: 25px;
}

.products-style {
  text-align: center;
}

.s-2a:before {
  content: "";
  background: url(../img/banner-3.jpg);
  top: 0;
  right: 0;
  position: absolute;
}


/* Prodcut carosal*/

.gtco-testimonials {
  position: relative;
  top: 0;
}

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  letter-spacing: 2px;
  background-color: black;
  padding: 10px 5px;
}

.gtco-testimonials .owl-stage-outer {
  padding: 85px 0;
}

.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}

.gtco-testimonials .card .card-img-top {
  max-width: 210px;
  /* border-radius: 50%; */
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  /*height: 300px;*/
}

.gtco-testimonials .card p {
  background: #2b2b85;
  padding: 7px 10px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 20px;
  width: 275px;
  margin: 0;
}

.gtco-testimonials .active {
  opacity: .5;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 400px;
  width: auto;
}

.gtco-testimonials .center .card {
  transition: all .5s;
  transform: scale(1.21);
}

.owl-nav i {
  font-size: 8em;
  color: #babad3;
}

.owl-prev {
  position: relative;
  top: -24em;
  left: -4em;
}

.owl-next {
  position: relative;
  left: 70em;
  top: -32em;
}

.owl-carousel .owl-nav.disabled {
  display: unset !important;
}


/*end carosal*/


/*testimonial*/

.gtco-testimonials1 {
  position: relative;
  left: 35px;
}

@media (max-width: 767px) {
  .gtco-testimonials1 {
    margin-top: 20px;
  }
}

.gtco-testimonials1 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  letter-spacing: 2px;
  background-color: black;
  padding: 10px 5px;
}

.gtco-testimonials1 .owl-stage-outer {
  padding: 60px 0;
}

.gtco-testimonials1 .owl-nav {
  display: none;
}

.gtco-testimonials1 .owl-dots {
  display: none;
}

.gtco-testimonials1 .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}

.gtco-testimonials1 .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 10px;
  padding: 0 10px;
  border-radius: 10px;
  border: 0;
  width: 520px;
  height: 315px;
}

.gtco-testimonials1 .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
  margin-top: -40px;
}

.gtco-testimonials1 .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}

.gtco-testimonials1 .card h5 span {
  font-size: 18px;
  color: #666666;
}

.gtco-testimonials1 .card p {
  font-size: 20px;
  color: #010101;
  font-family: serif;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 15px;
}

.gtco-testimonials1 .active {
  opacity: 1;
  transition: all 0.3s;
}

.gtco-testimonials1 .center {
  opacity: 1;
}

.gtco-testimonials1 .center h5 {
  font-size: 24px;
}

.gtco-testimonials1 .center h5 span {
  font-size: 20px;
}

.gtco-testimonials1 .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}


/*carosal end*/

.serve {
  margin-top: 9em;
}

.s-u h4 {
  font-family: BorisBlackBloxx;
  color: white;
  margin-top: 2em;
  font-size: 22px;
}

.testi-c h2 {
  font-family: BorisBlackBloxx;
  font-size: 40pt;
  line-height: 40px;
  color: #29318a;
  padding-top: 0px;
  padding-bottom: 20px;
}

.testi-c p {
  font-size: 20px;
  color: #010101;
  font-family: 'sans-serif;';
  font-weight: 500;
  line-height: 30px;
}

.client {
  margin-top: 6em;
}


/*brand carosal*/

.brands {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 90px;
}

.brands_slider_container {
  padding-left: 97px;
  padding-right: 97px;
}

.brands_slider {
  height: 100%;
  margin-top: 50px
}

.brands_item {
  height: 100%
}

.brands_item img {
  max-width: 100%
}

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer
}

.brands_nav i {
  color: #000000;
  font-size: 26px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
}

.brands_nav:hover i {
  color: #676767
}

.brands_prev {
  left: 65px;
  top: 8em;
}

.brands_next {
  right: 90px;
  top: 8em;
}


/*End brand carosal*/

#s-5 {
  background: #2b2b85;
}

.form-style {
  padding: 10px;
  position: relative;
  left: 0;
}

.conat h2 {
  font-family: BorisBlackBloxx;
  font-size: 40pt;
  line-height: 40px;
  color: #ffffff;
  padding-bottom: 1.5em;
  text-align: center;
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

contact-form .form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.contact-form button {
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    display: block;
    margin: auto;
    width: 200px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 15px;
    margin-top: 10px;
    transition: 0.5s;
    border-radius: 4px;
    border: 0;
    color: #fff;
    background: linear-gradient(to top, #00aeee 30%, #00c1d8);
}

.form-control {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea {
  overflow: auto;
  resize: vertical;
  height: 200px;
  margin-top: 1em;
}

.map img {
  border-radius: 6px;
  margin-left: 2em;
}

.address-d {
  float: right;
}

.testi-c {
  text-align: center;
}

.footer-logo {
  position: relative;
  left: 11.2em;
  bottom: 2em;
}


/*blog slider*/

.gtco-testimonials2 {
  position: relative;
}

@media (max-width: 767px) {
  .gtco-testimonials2 {
    margin-top: 20px;
  }
}

.gtco-testimonials2 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  letter-spacing: 2px;
  background-color: black;
  padding: 10px 5px;
}

.gtco-testimonials2 .owl-stage-outer {
  padding: 30px 0;
}

.gtco-testimonials2 .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials2 .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}

.gtco-testimonials2 .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 15px;
  padding: 0 0px;
  border-radius: 20px;
  border: 0;
}

.gtco-testimonials2 .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}

.gtco-testimonials2 .card h5 span {
  font-size: 18px;
  color: #666666;
}

.gtco-testimonials2 .card p {
  font-size: 11px;
  font-weight: 600;
  color: #555;
  padding-bottom: 15px;
  margin-top: -10px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}

.card-body1 span {
  position: relative;
  top: -2em;
  left: 7em;
  font-size: 16px;
  font-weight: 600;
}

.card-body1 h4 {
  text-align: left;
  margin-left: 15px;
  margin-top: 10px;
}


/*blog slider end*/

#s-6 {
  background-image: url(../img/banner-5.jpg);
  background-repeat: no-repeat;
}

.pro-btn {
  background: #2b2b85;
  padding: 20px 30px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 21px;
}

.pro-btn-m {
  text-align: center;
  margin-top: 6em;
}

.w-content h3 {
  text-align: center;
  font-family: BorisBlackBloxx;
  font-size: 40pt;
  line-height: 40px;
  color: #2b2b85;
  padding-bottom: 20px;
  margin-top: 25px;
}

.w-content p {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

#about {
    background-image: url(../img/banner-3.jpg);
    padding-top: 60px;
    padding-bottom: 30px;
}

.w-content-1 h3 {
  font-family: BorisBlackBloxx;
  font-size: 40pt;
  line-height: 40px;
  color: #2b2b85;
  padding-bottom: 20px;
  margin-top: 25px;
}

.w-content-1 p {
  font-size: 19px;
  font-weight: 600;
}

.y-us {
  padding-top: 5em;
}

.y-us-img img {
  width: 95%;
}

.blog-s .card {
  border: 2px solid #2b2b8500;
  box-shadow: 0px 12px 15px #00000038;
}

.blog-s .card-body1 {
  padding: 5px 10px 32px 10px;
}


.blog-s a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0px 0px 10px #dbdbdb9e;
    width: 145px;
    padding: 10px;
    background: #242471;
    display: block;
    text-align: center;
    margin: 25px auto;
}

.blog-r {
  margin-bottom: 6em;
}



/*products-page*/

section.products-bredcrumbs {
    background: #f0f8ff;
    padding: 0;
}


section.products-galley {
    background: #f0f8ff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.lightbox-galley {
  padding: 10px;
  border: 4px solid #ccc;
}

.lightbox-galley img {
  width: 100%;
  object-fit: contain;
}

.lightbox-title {
  background: #2b2b85;
  padding: 20px;
  color: #f2f2f2;
  text-align: center;
  height: 190px;
}

.lightbox-galley {
  padding: 4px;
  border: 4px solid #ccc;
  margin: 10px 0;
}

.lightbox-galley:hover {
  width: 100%;
  background: #07abe8;
  border: 1px solid #ccc;
  padding: 5px;
  transition: .7s ease;
}

.lightbox-title:hover {
  background: #07abe8;
  color: #f2f2f2;
  text-align: center;
}


/*footer*/

.footer-widget {
  position: relative;
  left: 11.2em;
  bottom: 0;
}

.footer-widget h4 {
  font-family: BorisBlackBloxx;
}


/*carousel*/

div#client-logos .owl-next {
  display: none;
}

div#client-logos .owl-prev {
 display: none;
}

.cover-wrapper {
  width: 83%;
  text-align: center;
  display: block;
  margin: auto;
}

i.fa.fa-angle-right.client-logos-fa {
  color: #252525;
}

i.fa.fa-angle-left.client-logos-fa {
  color: #252525;
}


/*blog*/

.blog-section {
  margin: 60px 0;
}

.customers-blog {
  position: relative;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
}

.blog-section-inner {
  margin: 50px 0;
}

.products.product-row {
  margin: 20px 0;
}


/*testimonial star rating*/

.rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  color: #ddd;
  /* Personal choice */
}

.rating input {
  display: none;
}

.rating {
  color: #ffc107;
  margin-top: 10px;
}


/*navigation*/


/*iframe location*/

.location-map iframe {
  border-radius: 5px;
  width: 100%;
}

/*Cleaning products*/

.bottom-wave {
    background-image: url(../img/wave-2.png);
    margin-top: -272px;
    height: 150px;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
}


/*testimonial*/


.sec-title {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}


.sec-title p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.testimonial-area {
  background: var(--white);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.testimonial-area .owl-carousel {
  overflow: hidden;
  padding: 0 20px;
  margin: 0px;
  padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
  padding: 0px;
}
.single-testimonial {
    box-shadow: 0 0 30px rgb(0 0 0 / 40%);
    text-align: center;
    border-radius: 35px;
    position: relative;
    z-index: 2;

}
.single-testimonial p {
  color: #252525;
  font-size: 15px;
  line-height: 24px;
  padding: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
   height: 200px;
}


.client-info {
  position: relative;
  z-index: 3;
}
.client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}
.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-bottom: 50px;
}
.client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.client-info span {
  display: inline-block;
  color: #252525;
  font-size: 12px;
}
.sec-title.white-title h2 {
    font-family: "BorisBlackBloxx", sans-serif;
    font-size: 40pt;
    line-height: 44px;
    padding-bottom: 10px;
    color: #2b2b85;
    text-align: center;
}
.owl-dots button {
  background: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}
.owl-dots {
  text-align: center;
  margin-top: 50px;
}
.owl-dots button.active {
  width: 30px;
}

/*contact us*/

section.contact-us-section {
    padding-top: 50px;
    padding-bottom: 50px;
}


/*blog section*/
.item.is-hero {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 10vh;
    padding: 50px 0;
}

.blog-text {
    margin-bottom: 30px;
}
.blog-img img {
    width: 100%;
}
.blog-img-fit img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog-text h4 {
    font-size: 23px;
    font-weight: bold;
    color: #2b2b85;
    font-family: BorisBlackBloxx;
}

a.btn-get-started-2.scrollto:hover {
    color: #2b2b85;
}

/*thank you*/
section.thankyou {
    background: #f0f8ff;
    padding-top: 150px;
    padding-bottom: 150px;
}

/*phonecall whatsapp*/
.watsapp {
    position: fixed;
    top: 82%;
    right: 10px;
    z-index: 100;
}
.phone-call {
    position: fixed;
    top: 72%;
    right: 10px;
    z-index: 100;
}
.phone-watsapp img {
    width: 60px;

}

#s-3 {
    background-image: url(../img/banner-4.png);
    height: 135vh;
    background-repeat: no-repeat;
    margin-top: -13.1em;
}

.products-galley-width {
    width: 90%;
    margin: auto;
}

/*brand logo*/

.client-inners {
    padding: 10px;
}

/*blog*/
.card.blog {
    background: linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgb(242 244 255) 35%, rgb(255 255 255) 100%);
    box-shadow: 0 13px 15px rgb(0 0 0 / 30%);
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
section#blog .card.blog {
    padding: 50px;
}
h4.blog-title {
    text-align: center;
    color: #29318a;
    font-weight: bold;
}
img.card-img-top.blog {
    height: 250px;
    object-fit: cover;
}
.card.text-center.blog {
    height: 650px;
}

.get-in-touch {
    width: 90%;
    margin: auto;
}