/********** Template CSS **********/
:root {
    --primary: #47cbff;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    
}



/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
  height: 75px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: var(--dark);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar .navbar-nav {
      border-top: 1px solid #0b15ac;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}


/*** Header ***/
.owl-carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
      position: relative;
      min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .header-carousel .owl-carousel-item p {
      font-size: 16px !important;
  }
}

.header-carousel .owl-dots {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 5px 0;
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(255, 255, 255, .9);
  border-radius: 45px;
  transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
  width: 60px;
  height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
  border-radius: 45px;
  transition: .5s;
}


.page-header {
  background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}
/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Facts ***/
@media (min-width: 991.98px) {
  .factsz {
      position: relative;
      margin-top: -40px;
      z-index: 1;
  }
}
.call-to-action {
  padding: 70px 0px;
  text-align: center;
}
.call-to-action h2 {
  color: #fff;
}
.call-to-action p {
  color: #fff;
}
.call-to-action .btn-main, .call-to-action .btn-transparent, .call-to-action .btn-small {
  padding: 15px 35px;
  font-size: 12px;
  margin-top: 30px;
}

  footer {
    background: #01252d;
    padding: 30px 0;
    color: #fff;
  }
  
  footer p {
    color: #fff;
    margin-bottom: 0;
  }
  
  footer a {
    color: #fff;
    font-weight: bold;
  }
  
  footer a:hover {
    color: #fff;
  }
  
  .overly {
    position: relative;
  }
  .overly:before {
    content: "";
    background: rgba(0, 0, 0, 0.51);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /*# sourceMappingURL=home.css.map */
  
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}
.service-container {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container .icon {
  margin-top: 5%;
  font-size: 38px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container .number-icon .icon-2 {
  height: 70px;
  width: 70px;
  line-height: 80px;
  border-radius: 64% 36% 55% 45% / 76% 72% 28% 24% !important;
  border-color: #f89d36 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container .number-icon .icon-2 i {
  font-size: 30px;
}

.service-container .number-icon .number {
  position: absolute;
  top: 0;
  right: 70px;
  left: 0;
  height: 35px;
  width: 35px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container .number-icon .number span {
  line-height: 30px;
}

.service-container .content .number {
  font-size: 40px;
  color: #dee2e6;
}

.service-container .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container.hover-bg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-container.hover-bg .smooth-icon {
  position: absolute;
  bottom: -40px;
  right: -20px;
  font-size: 60px;
  color: #f8f9fa;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.service-container.hover-bg:hover {
  background-color: #f89d36;
}

.service-container.hover-bg:hover .content .title {
  color: #ffffff !important;
}

.service-container.hover-bg:hover .content .serv-pera {
  color: #fafafb !important;
}

.service-container.hover-bg:hover .smooth-icon {
  font-size: 100px;
  opacity: 0.2;
  bottom: -20px;
  right: 10px;
}

.service-container:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
          box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
}

.service-container:hover .icon {
  color: #f89d36;
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

.service-container:hover .number-icon .icon-2 {
  background-color: #f89d36;
  border-radius: 50% !important;
}

.service-container:hover .number-icon .icon-2 i {
  color: #ffffff !important;
}

.service-container:hover .number-icon .number {
  color: #ffffff;
  background: #f89d36 !important;
  border-color: #ffffff !important;
}

.service-container:hover .content .title {
  color: #f89d36;
}

.service-container a:hover,
.service-container a .title:hover {
  color: #f89d36 !important;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.service-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-wrapper .icon {
  width: 60px;
  height: 60px;
  line-height: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-wrapper .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}

.service-wrapper .big-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-wrapper:hover {
  -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
          box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  background: #ffffff;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  border-color: transparent !important;
}

.service-wrapper:hover .icon {
  background: #0062ff !important;
  color: #ffffff !important;
}

.service-wrapper:hover .big-icon {
  z-index: -1;
  opacity: 0.1;
  font-size: 160px;
}

.text-custom {
    color: #0062ff !important;
}

.uim-svg {
    display: inline-block;
    height: 1em;
    vertical-align: -0.125em;
    font-size: inherit;
    fill: var(--uim-color, currentColor);
}



/*********************************
6. Boxes
*********************************/

.boxes
{
	width: 100%;
	background: transparent;
	z-index: 10;
	padding-bottom: 35px;
}
.box_col
{
	margin-top: -59px;
}
.box
{
	width: 100%;
	height: 287px;
	background:#002F6C;
	padding-left: 42px;
	padding-top: 29px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.box:hover
{
	box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
}
.box_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}

.box_icon img
{
	max-width: 100%;
}
.box_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 23px;
}
.box
{
	width: 100%;
	height: 287px;
	background: #002F6C;
	padding-left: 42px;
	padding-top: 29px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.box:not(:last-child)
{
	margin-bottom: 34px;
}

.box:hover
{
	box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
}
.box_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}
.working_hours
{
	padding-top: 29px;
	padding-right: 60px;
}
.working_hours_list
{
	margin-top: 40px;
}
.working_hours_list ul li
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.working_hours_list ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.box_icon
{
	width: 37px;
	height: 37px;
}
.box_icon img
{
	max-width: 100%;
}
.box_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 23px;
}
.box_phone
{
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 20px;
}
.box_appointments
{
	padding-right: 30px;
}
.box_emergency
{
	padding-right: 30px;
}
.box_emergency_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 18px;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 2px dotted rgb(53, 148, 236);
}

.contact .info-item h3 {
  font-size: 20px;
  color: rgb(53, 148, 236);
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  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: rgb(53, 148, 236);
  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 rgb(53, 148, 236);
  border-top-color: #fff;
  -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:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgb(53, 148, 236);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* General button style (reset) */
.button {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* Button 1 */
.button-1 {
  border: 3px solid #fff;
  color: #fff;
}
/* Button 1a */
.button-1a:hover,
.button-1a:active {
  color: #0e83cd;
  background: #fff;
}
/* Button 1b */
.button-1b:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
}
.button-1b:hover,
.button-1b:active {
  color: #0e83cd;
}
.button-1b:hover:after,
.button-1b:active:after {
  height: 100%;
}
/* Button 1c */
.button-1c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.button-1c:hover,
.button-1c:active {
  color: #0e83cd;
}
.button-1c:hover:after,
.button-1c:active:after {
  width: 100%;
}
/* Button 1d */
.button-1d {
  overflow: hidden;
}
.button-1d:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.button-1d:hover,
.button-1d:active {
  color: #0e83cd;
}
.button-1d:hover:after {
  width: 104%;
  opacity: 1;
}
.button-1d:active:after {
  width: 101%;
  opacity: 1;
}
/* Button 1e */
.button-1e {
  overflow: hidden;
}
.button-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.button-1e:hover,
.button-1e:active {
  color: #0e83cd;
}
.button-1e:hover:after {
  height: 335%;
  opacity: 1;
}
.button-1e:active:after {
  height: 400%;
  opacity: 1;
}
/* Button 1f */
.button-1f {
  overflow: hidden;
}
.button-1f:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.button-1f:hover,
.button-1f:active {
  color: #0e83cd;
}
.button-1f:hover:after {
  height: 104%;
  opacity: 1;
}
.button-1f:active:after {
  height: 130%;
  opacity: 1;
}
/* Button 2 */
.button-2 {
  background: #cb4e4e;
  color: #fff;
  -webkit-box-shadow: 0 4px #ab3c3c;
  -moz-box-shadow: 0 4px #ab3c3c;
  box-shadow: 0 4px #ab3c3c;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* Button 2a */
.button-2a {
  border-radius: 0 0 5px 5px;
}
.button-2a:hover {
  box-shadow: 0 0 #ab3c3c;
  top: 2px;
}
.button-2a:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2b */
.button-2b {
  border-radius: 0 0 5px 5px;
}
.button-2b:hover {
  box-shadow: 0 6px #ab3c3c;
  top: -2px;
}
.button-2b:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2c */
.button-2c {
  border-radius: 5px;
}
.button-2c:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.button-2c:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2d */
.button-2d {
  border-radius: 5px;
}
.button-2d:hover {
  box-shadow: 0 6px #ab3c3c;
  top: -2px;
}
.button-2d:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2e */
.button-2e {
  border-radius: 5px;
  box-shadow: -4px 0 #ab3c3c;
}
.button-2e:hover {
  box-shadow: -4px 0 #ab3c3c;
  left: -2px;
}
.button-2e:active {
  box-shadow: 0 0 #ab3c3c;
  left: -6px;
}
/* Button 2f */
.button-2f {
  border-radius: 5px;
  box-shadow: 4px 0 #ab3c3c;
}
.button-2f:hover {
  box-shadow: 4px 0 #ab3c3c;
  left: 2px;
}
.button-2f:active {
  box-shadow: 0 0 #ab3c3c;
  left: 6px;
}
/* Button 2g */
.button-2g {
  border-radius: 40px;
}
.button-2g:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.button-2g:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2h */
.button-2h {
  border-radius: 20px;
}
.button-2h:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.button-2h:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2i */
.button-2i {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 0;
}
.button-2i:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}
.button-2i:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 2j */
.button-2j {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 0;
}
.button-2j:hover {
  box-shadow: 0 6px #ab3c3c;
  top: -2px;
}
.button-2j:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}
/* Button 3 */
.button-3 {
  background: #147fd6;
  color: #fff;
}
.button-3:hover {
  background: #147fd6;
}
.button-3:active {
  background: #147fd6;
  top: 2px;
}
.button-3>.fa {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 140%;
  width: 60px;
}
.button-3>.fa:before {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* Button 3a */
.button-3a {
  padding: 25px 60px 25px 120px;
}
.button-3a>.fa {
  background: rgba(0, 0, 0, 0.05);
}
/* Button 3b */
.button-3b {
  padding: 25px 60px 25px 120px;
  border-radius: 10px;
}
.button-3b>.fa {
  border-right: 2px solid rgba(255, 255, 255, 0.75);
}
/* Button 3c */
.button-3c {
  padding: 80px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 3px#147fd6;
}
.button-3c>.fa:before {
  position: static;
}
.button-3c:active {
  box-shadow: 0 3px #147fd6;
}
.button-3c>.fa {
  height: 60px;
  width: 100%;
  line-height: 60px;
  background: #fff;
  color: #147fd6;
  border-radius: 10px 10px 0 0;
}
.button-3c:active:before {
  color: #147fd6;
}
/* Button 3d */
.button-3d {
  padding: 25px 60px 25px 120px;
  border-radius: 10px;
}
.button-3d>.fa {
  background: #fff;
  color: #147fd6;
  z-index: 2;
  border-radius: 10px 0 0 10px;
}
.button-3d:after {
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 1;
  left: 55px;
  top: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-3d:active:before {
  color: #147fd6;
}
.button-3d:active {
  top: 0;
}
.button-3d:active:after {
  left: 60px;
}
/* Button 3e */
.button-3e {
  padding: 25px 120px 25px 60px;
  overflow: hidden;
}
.button-3e>.fa {
  left: auto;
  right: 10px;
  z-index: 2;
}
.button-3e:after {
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}
.button-3e:hover:after {
  width: 35%;
}
/* Button 4 */
.button-4 {
  border-radius: 50px;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
}
.button-4:active {
  border-color: #902866;
  color: #902866;
}
.button-4:hover {
  background: #AB327A;
}
.button-4>.fa {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button-4:active>.fa {
  color: #902866;
}
/* Button 4a */
.button-4a>.fa {
  left: 130%;
  top: 0;
}
.button-4a:hover>.fa {
  left: 80%;
}
/* Button 4b */
.button-4b>.fa {
  left: -50%;
  top: 0;
}
.button-4b:hover>.fa {
  left: 10%;
}
/* Button 4c */
.button-4c>.fa {
  left: 70%;
  opacity: 0;
  top: 0;
}
.button-4c:hover>.fa {
  left: 80%;
  opacity: 1;
}
/* Button 4d */
.button-4d>.fa {
  left: 30%;
  opacity: 0;
  top: 0;
}
.button-4d:hover>.fa {
  left: 10%;
  opacity: 1;
}
/* Button 5 */
.button-5 {
  background: #165F8E;
  color: #fff;
  min-height: 70px;
  min-width: 260px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.button-5:active {
  background: #1871A9;
  top: 2px;
}
.button-5 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.button-5>.fa {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 2.5;
  font-size: 180%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button-5:active>.fa {
  color: #53AFE8;
}
/* Button 5a */
.button-5a:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}
.button-5a>.fa {
  left: 0;
  top: -100%;
}
.button-5a:hover>.fa {
  top: 0;
}
/* Button 5b */
.button-5b:hover span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.button-5b>.fa {
  left: -100%;
  top: 0;
}
.button-5b:hover>.fa {
  left: 0;
}

/* Special trash effect */
.trash-effect {
  position: relative;
  max-width: 320px;
  margin: 60px auto 0;
}
.trash-effect .icon-file {
  font-size: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(90px) translateY(20px) scale(1);
  -moz-transform: translateX(90px) translateY(20px) scale(1);
  -ms-transform: translateX(90px) translateY(20px) scale(1);
  transform: translateX(90px) translateY(20px) scale(1);
}
.trash-effect .icon-file:nth-child(2) {
  -webkit-transform: translateX(140px) translateY(-10px) scale(1);
  -moz-transform: translateX(140px) translateY(-10px) scale(1);
  -ms-transform: translateX(140px) translateY(-10px) scale(1);
  transform: translateX(140px) translateY(-10px) scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.trash-effect .icon-file:nth-child(3) {
  -webkit-transform: translateX(140px) translateY(50px) scale(1);
  -moz-transform: translateX(140px) translateY(50px) scale(1);
  -ms-transform: translateX(140px) translateY(50px) scale(1);
  transform: translateX(140px) translateY(50px) scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.trash-effect.trash-effect-active .icon-file {
  -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
  -moz-transform: translateX(-100px) translateY(-10px) scale(0);
  -ms-transform: translateX(-100px) translateY(-10px) scale(0);
  transform: translateX(-100px) translateY(-10px) scale(0);
}
@-webkit-keyframes openTrash {
  50% {
      -webkit-transform: rotate(-35deg);
  }
  100% {
      -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes openTrash {
  50% {
      -moz-transform: rotate(-35deg);
  }
  100% {
      -moz-transform: rotate(0deg);
  }
}
@keyframes openTrash {
  50% {
      transform: rotate(-35deg);
  }
  100% {
      transform: rotate(0deg);
  }
}



/*=================================================================
  About us section
==================================================================*/
.about {
    background: #fff;
  }
  .about h2 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
  }
  @media (max-width: 992px) {
    .about h2 {
      font-size: 25px;
    }
  }
  .about h4 {
    font-size: 14px;
    color: #f0326b;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .about p {
    line-height: 1.6;
    margin-top: 20px;
  }
  .about .content {
    padding: 50px 0;
  }
  @media (max-width: 992px) {
    .about .content {
      padding: 5px 0;
    }
  }
  
  
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.aboutx h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 30px 0;
}

@media (min-width: 991px) {
  .aboutx h2 {
    max-width: 65%;
    margin: 0 0 80px 0;
  }
}

.aboutx .our-story {
  padding: 40px;
  background-color: #f5f6f7;
}

@media (min-width: 991px) {
  .aboutx .our-story {
    padding-right: 35%;
  }
}

.aboutx .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}

.aboutx .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.aboutx .our-story p:last-child {
  margin-bottom: 0;
}

.aboutx ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.aboutx ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.aboutx ul i {
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-primary);
}

.aboutx .watch-video i {
  font-size: 32px;
  transition: 0.3s;
  color: var(--color-primary);
}

.aboutx .watch-video a {
  font-weight: 600;
  color: var(--color-secondary);
  margin-left: 8px;
  transition: 0.3s;
}

.aboutx .watch-video:hover a {
  color: var(--color-primary);
}

.aboutx .aboutx-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .aboutx .aboutx-img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .aboutx .our-story h4 {
    text-transform: lowercase;
    font-size: 18px;
    color: #838893;
  }
}


@media only screen and (max-width: 768px) {
  .aboutx .aboutx-img h2 {
    font-size: 12px;
    background-color:red
  }
}

/*** Facts ***/
.fact-item .fact-icon {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 120px;
  transition: .5s;
}

.fact-item:hover .fact-icon {
  background: var(--dark);
}

.fact-item .fact-icon i {
  color: var(--primary);
  transition: .5;
}

.fact-item:hover .fact-icon i {
  color: #FFFFFF;
}

/*** Team ***/
.team-items {
  margin: -.75rem;
}

.team-item {
  padding: .75rem;
}

.team-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #FFFFFF;
  transition: .5s;
  z-index: -1;
}

.team-item:hover::after {
  height: 100%;
  background: var(--primary);
}

.team-item .team-social {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
}

.team-item .team-social .btn {
  display: inline-flex;
  margin: 0 2px;
  color: var(--primary);
  background: var(--light);
}

.team-item .team-social .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}



/*=================================================================
  Latest Posts
==================================================================*/
.post-item {
    background: #fff;
    margin-bottom: 40px;
  }
  .post-item .post-thumb {
    margin-right: 10px;
  }
  .post-item .post-thumb img {
    height: auto;
  }
  .post-item .post-title {
    margin-top: 20px;
  }
  .post-item .post-title h3 {
    font-size: 23px;
  }
  .post-item .post-title h3 a {
    color: #000;
  }
  .post-item .post-meta {
    font-size: 14px;
    color: #888;
  }
  .post-item .post-meta a {
    color: #000;
    margin: 3px 0;
  }
  .post-item .post-content p {
    color: #757575;
    margin: 10px 0;
  }
  .post-item .btn-main, .post-item .btn-main-sm {
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 20px;
    margin: 15px 0;
  }
  

/*============================================
    END Call to Action
*=============================================*/


            
/*** Footer ***/
.footer {
  color: white;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffff;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffff;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid #ffff;
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}


a {
  color: #0f60da;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

.link-more {
  font-weight: 700;
}
.link-more i {
  font-weight: 700;
  top: 2px;
  margin-left: 5px;
  position: relative;
  font-size: 16px;
}
.link-more.color {
  color: #fc6a2a;
}


img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled,
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.solid-bg {
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dark-bg {
  background: #252525;
  color: #fff;
}
.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.media-left,
.media > .pull-left {
  padding-right: 20px;
}




/* Button */
.btn.focus, .btn:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus {
  outline: 0 solid;
}

.btn.btn-primary,
.btn-dark,
.btn-border,
.btn-white {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 25px;
  line-height: 1.33;
  border-radius: 3px;
  border: 0;
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}

.btn-white.btn-primary {
  background: #fff;
  color: #0a0a0a;
}

.btn.btn-primary {
  background: #147fd6;
  border: 2px solid transparent;
}
.btn.btn-dark {
  background: #242724;
  border: 2px solid transparent;
}
.btn.btn-white {
  background: #fff;
  border: 2px solid transparent;
}
.btn.btn-white:hover {
  background-color: #242427;
  color: #fff;
}

.btn-border {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #079426;
  color: #fff;
}

.btn-border:hover {
  background: #07641b;
  border: 2px solid transparent;
  color: #fff;
}

.general-btn {
  clear: both;
  margin-top: 60px;
}

.intro-content .btn-border {
  margin-right: 15px;
}

/* box button */

.btn-box {
    background: #1e2227;
    color: #fff;
    padding: 15px;
}

.btn-box:hover {
    background: #000;
    color: #fff;
}




/* Services
======================================*/

/* Service All */

.ts-services {
    padding: 80px 0;
}

.ts-service-content .service-title{
   margin-bottom: 10px;
}

/* Single Service */

.single-service-img img{
   width: 100%;
   height: auto;
   margin-bottom: 30px;
}

.service-blocknumber .block-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #da0f32;
    color: #FFFFFF;
    border-radius: 100px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}

.service-content-area .service-text {
    margin-left: 50px;
}

.service-content-area h3{
   margin-bottom: 5px;
}


.news-post .post-body{
   background: none;
}


/* ts-service-box */

.ts-service-row-box .ts-service-box {
    background:  #fff;
    border: 1px solid #eaeaea;
}

.ts-service-row-box .ts-service-content {
    padding:  20px;
    text-align:  center;
}

.no-padding .ts-service-pattern {
  padding: 100px 0;
}

.ts-service-pattern {
  position: relative;
  z-index: 2;
}
.ts-service-pattern:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/pattern/pattern_arrow.png") no-repeat top left;
}
.ts-service-pattern:after {
  background: url("../images/pattern/pattern_box.png") no-repeat bottom right;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .ts-service-pattern:before, .ts-service-pattern:after {
    display: none;
  }
}

.ts-service-content {
  position: relative;
}
.ts-service-content p {
  margin-bottom: 0;
}
.ts-service-content p .link-more {
  margin-top: 10px;
  display: block;
}

.ts-service-icon i {
  font-size: 70px;
  position: absolute;
  right: 0;
  color: #f2f2f2;
  z-index: -1;
}

.service-title {
  margin-top: 25px;
}

/* Service Single */
.sidebar .download-btn {
  border: 1px solid #eaeaea;
  padding: 20px 30px;
  font-size: 22px;
  margin: 0;
}

.how-to-apply h3 {
  font-size: 24px;
  color: #fff;
}
.how-to-apply p {
  color: #fff;
}

.widget.box-primary {
  padding: 30px;
}

.box-primary .btn {
  font-size: 16px;
  font-weight: 600;
}

.service-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-menu li a {
  display: block;
  background: #f7f9fd;
  padding: 15px 20px;
  margin-bottom: 8px;
  color: #626c84;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-menu li a:hover {
  background: #0f2dda;
  color: #fff !important;
}
.service-menu li a:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 10px;
  font-weight: normal;
}
.service-menu li:last-child a {
  margin-bottom: 0;
}

/*Service area */

.ts-service-wrapper {
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
}

.justify-content-self-center {
    padding-right: 100px;
}

.ts-service-area {
   position: relative;
}


/* News Single
================================================== */
.post-single {
  position: relative;
}
.post-single .post-body {
  border: 1px solid #f1f1f1;
  background: none;
  padding: 40px;
}
.post-single .post-meta-date {
  position: absolute;
  top: 30px;
  left: 35px;
  display: block;
  text-align: center;
}
.post-single .post-author .avatar {
  width: 30px;
  height: 30px;
}
.post-single .post-author a {
  display: inline-block;
  margin-left: 6px;
}
.post-single .post-author:after {
  border: 0;
}
.post-single .entry-header .entry-title {
  font-size: 36px;
}
.post-single .entry-content p {
  margin-bottom: 30px;
}
.post-single .entry-content h3 {
  margin: 30px 0;
}
.post-single .post-footer {
  border-top: 1px solid #f1f1f1;
  margin: 40px 0 0;
  padding-top: 40px;
}

.tags-area {
  margin: 20px 0;
}

.post-tags strong {
  margin-right: 5px;
}
.post-tags a {
  border: 1px solid #f1f1f1;
  color: #626c84;
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px;
  margin-left: 3px;
  border-radius: 25px;
}
.post-tags a:hover {
  background: #da0f32;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons > li {
  display: inline-block;
}
.post-social-icons a {
  margin-left: 10px;
  font-size: 16px;
  color: #252a37;
  text-align: center;
}
.post-social-icons a:hover {
  color: #da0f32;
}

/* Post navigation */
.post-navigation span:hover,
.post-navigation h3:hover {
  color: #da0f32;
}
.post-navigation .post-previous,
.post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.post-navigation i {
  margin: 0 5px;
  color: #da0f32;
}
.post-navigation span {
  font-size: 14px;
  color: #626c84;
  margin-bottom: 10px;
}
.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}
.post-navigation .post-next {
  text-align: right;
  float: left;
  border-right: 0 none;
  padding: 0 0 0 40px;
}
.post-navigation h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 8px 0 0;
}

/* Author box */
.author-box {
  padding: 40px;
  margin: 40px 0;
}

.author-img img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 100%;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
.author-info h3 span {
  font-size: 12px;
  color: #999;
  border-left: 1px solid #AFAFAF;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}
.author-info p {
  padding-left: 130px;
}

.author-url a {
  font-size: 14px;
  color: #626c84;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-reply {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}
.comments-list .comment-reply i {
  margin-right: 5px;
}
.comments-list .comment-reply:hover {
  color: #da0f32;
}

.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list .comment-body {
  margin-left: 110px;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  color: #252a37;
}
.comments-list .comment-date {
  color: #252a37;
  font-size: 14px;
  display: block;
  margin-top: -5px;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

.comments-form {
  margin-bottom: 0;
}
.comments-form .title-normal {
  margin-bottom: 20px;
}
.comments-form .btn.btn-primary {
  margin-top: 20px;
}

/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 24px;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  border-left: 3px solid #da0f32;
}
.sidebar .widget {
  margin-bottom: 40px;
  border: 1px solid #f1f1f1;
  padding: 40px;
}
.sidebar .widget.widget-ad {
  padding: 0;
  border: none;
}

/* Widget common */
.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}
.widget.box.red {
  background: #ec483b;
  color: #fff;
}
.widget.box.red .widget-title {
  color: #fff;
}
.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a:hover {
  color: #da0f32;
}
.sidebar .widget ul li i {
  margin-right: 5px;
  font-weight: 500;
}
.sidebar .btn {
  font-weight: 800;
  margin-top: 15px;
}

/* Widget search */
.widget.widget-search {
  background: none;
  position: relative;
  padding: 0;
}

.input-group-btn {
  background: #da0f32;
  color: #fff;
}

.widget-search .form-control {
  border: 0 !important;
  font-style: italic;
  background-color: none;
}
.widget-search .form-control:focus {
  border: 0 !important;
  font-style: italic;
  background-color: none;
}
.widget-search i {
  color: #fff;
  background: #da0f32;
  font-size: 18px;
  position: relative;
  top: 0;
  padding: 15px;
}

/* Sidebar nav */
.widget-nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-nav-tabs li {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dashed #EAEAEA;
  margin-bottom: 20px;
}
.widget-nav-tabs li a {
  font-size: 16px;
  color: #626c84;
  font-family: 'Fira Sans', sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget-nav-tabs li span {
  float: right;
}
.widget-nav-tabs li:after {
  display: block;
  content: "";
  clear: both;
}
.widget-nav-tabs li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}


/*** Facts ***/
.fact-item .fact-icon {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 120px;
  transition: .5s;
}

.fact-item:hover .fact-icon {
  background: rgba(236, 234, 234, 0.904);
}

.fact-item .fact-icon i {
  color: var(--primary);
  transition: .5;
}

.fact-item:hover .fact-icon i {
  color: #FFFFFF;
}


/*** About ***/
@media (min-width: 992px) {
  .container.about {
      max-width: 100% !important;
  }

  .about-text  {
      padding-right: calc(((100% - 960px) / 2) + .75rem);
  }
}

@media (min-width: 1200px) {
  .about-text  {
      padding-right: calc(((100% - 1140px) / 2) + .75rem);
  }
}

@media (min-width: 1400px) {
  .about-text  {
      padding-right: calc(((100% - 1320px) / 2) + .75rem);
  }
}
/*** Feature ***/
@media (min-width: 992px) {
  .container.feature {
      max-width: 100% !important;
  }

  .feature-text  {
      padding-left: calc(((100% - 960px) / 2) + .75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text  {
      padding-left: calc(((100% - 1140px) / 2) + .75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text  {
      padding-left: calc(((100% - 1320px) / 2) + .75rem);
  }
}
.page-header {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}



/*** Footer ***/
.footer {
  color: #B0B9AE;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #B0B9AE;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  color: #B0B9AE;
}

.copyright {
  background: #111111;
}

.copyright a:hover {
  color: var(--primary) !important;
}




/*** Carousel ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, .7);
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
      font-size: 14px;
      font-weight: 500 !important;
  }

  .carousel-caption h1 {
      font-size: 30px;
      font-weight: 600 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}



/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.background-container {
  background-image: url(https://www.se-coastalgroup.org.uk/wp-content/gallery/images/diggers-sunk-seasalter.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 100px!important;
  padding-top: 100px!important;
  text-align: center!important;
}
.background-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23,27,38,.92)), to(rgba(39,45,62,.92)));
  background-image: linear-gradient(to top, rgba(23,27,38,.92) 0%, rgba(39,45,62,.92) 100%);
}
.background-cover {
  z-index: 2;
  position: relative;
  color: #fff;
}
.line-heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.line-heading-left {
  text-align: right!important;
  margin: 0;
  padding: 0;
}
.line-heading-left h2 {
  color: #fff;
  font-size: 2.625rem;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  line-height: 1.1;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.line-heading-left h4 {
  font-size: 1.75rem;
  font-weight: 300;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #05B0E3;
  line-height: 1.1;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.line-heading p {
  margin-left: 38px;
  margin-top: 0;
  border-left: 3px solid #05B0E3;
  padding: 12px 0 12px 30px;
  line-height: 24px;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 1rem;
 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #bfbfbf;
  text-align: left;
  margin-bottom: 0;
}



/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Button ***/
.btn {
  transition: .5s;
  font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
  color: var(--light);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}



/*** Header ***/
.owl-carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
      position: relative;
      min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .header-carousel .owl-carousel-item p {
      font-size: 16px !important;
  }
}

.header-carousel .owl-dots {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 5px 0;
  background: var(--dark);
  transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
  width: 60px;
  height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
  transition: .5s;
  opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}

.project {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.project h6 {
  font-weight: 400;
}

.project h6::before {
  content: "";
  height: 2px;
  width: 30px;
  display: inline-block;
  background: var(--brand);
  vertical-align: middle;
  margin-right: 10px;
}


.project .overlay {
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
  position: absolute;
  left: 10%;
  bottom: 10%
}

.project h2,
.project h6 {
  color: #fff;
}



.insight--list-content {
  background-color: #e1e6e5;
  padding: 40px
}

@media screen and (min-width: 64em) {
  .insight--list-content {
      width:60%;
      margin-top: -170px;
      z-index: 3;
      position: relative;
      min-height: 265px
  }
}

.insight--list-content .cta--link {
  font-size: 1.7rem
}

.insight--list-content p {
  margin-bottom: 0;
  margin-top: 3rem
}

.insight--list {
  margin-top: 2rem;
  margin-bottom: 30px
}

@media screen and (min-width: 64em) {
  .insight--list {
      margin-bottom:105px
  }
}

.insight--list:after {
  content: "";
  display: table;
  clear: both
}

@media screen and (min-width: 64em) {
  .insight--list:nth-child(even) .insight--list-content {
      float:right
  }
}

@media screen and (min-width: 64em) {
  .insight--list:nth-child(odd) .insight__image picture,.insight--list:nth-child(odd) .insight__image source,.insight--list:nth-child(odd) .insight__image img {
      margin-left:20%
  }
}

@media screen and (min-width: 64em) {
  .insight--list:last-child {
      margin-bottom:50px
  }
}

.insight--list .insight__image picture,.insight--list .insight__image source,.insight--list .insight__image img {
  display: block;
  width: 100%;
  height: auto
}

@media screen and (min-width: 64em) {
  .insight--list .insight__image picture,.insight--list .insight__image source,.insight--list .insight__image img {
      width:80%
  }
}

.insight--list .insight__teaser {
  font-size: 1.7rem;
  color: #50575c;
  line-height: 27px
}

.insight--list .node-title {
  color: #50575c;
  font-family: "MarkW05-Bold";
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 20px
}

@media screen and (min-width: 64em) {
  .insight--list .node-title {
      font-size:2.2rem;
      line-height: 28px
  }
}

.insight--list .node-title a {
  color: #50575c
}

.insight--list .node-title a:hover {
  color: #00973a
}

.insight--video .node-title {
  font-family: "MarkW05-Regular",sans-serif;
  line-height: 1.2em
}

.insight--video .insight__teaser {
  margin-bottom: 1em
}

@media screen and (max-width: 39.9375em) {
  .insight--video .node-title {
      font-size:2.4rem
  }
}

.insight--video-nav .insight__image {
  position: relative;
  margin-bottom: 2rem
}

.insight--video-nav .insight__image:after {
  content: "î¤";
  text-align: center;
  font-family: "icomoon";
  font-size: 70px;
  line-height: 70px;
  height: 70px;
  width: 70px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  opacity: .7
}

.insight--video-nav .insight__image picture,.insight--video-nav .insight__image source,.insight--video-nav .insight__image img {
  display: block;
  width: 100%;
  height: auto
}

.insight--video-nav .insight__industry {
  color: #000100
}

.insight--video-nav .node-title {
  line-height: 1.2em
}
#projects {
  margin-top: -60px;
}

.single-project img {
  border-radius: 10px;
}

.project-content {
  text-align: center;
  padding: 40px 20px;
  position: relative;
}
.project-content .btn {
  padding: 0.7rem 1.7rem;
  border-radius: 25px;
}
.project-content p {
  margin-top: 20px;
}
.project-content h4 {
  text-transform: capitalize;
}

.project-content-block {
  padding: 70px 40px;
  margin-left: -120px;
  background: #F4F7FC;
  position: absolute;
  bottom: -70px;
  border: 15px solid #fff;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}
.project-content-block h4 {
  color: #21c87a;
}
.project-content-block p {
  margin-top: 25px;
}


/* ==============================
  SINGEL PROJECTS
=============================*/
.project-details-info {
  margin: 40px 0px;
}

.info-block-2 {
  float: left;
  margin-right: 65px;
  margin-bottom: 40px;
}

.project-info ul {
  margin-top: 40px;
}
.project-info ul li {
  margin-bottom: 30px;
  padding-right: 20px;
}

.project-lg-images img {
  width: 100%;
}
.section-heading {
  margin-bottom: 30px;
}
.project-content-block {
  text-align: center;
  margin-left: 0px;
  padding: 70px 20px;
  position: relative;
  bottom: 0px;
  margin-top: 40px;
}
.project-content-block h4 {
  font-size: 14px;
}
img {
  vertical-align: middle;
  border-style: none;
}

.img-thumbnail {
  padding: 0.25rem;
  border: 1px solid #dee2e6;
  background-color: #fff;
}



/* waves */
.ocean {
  height: 80px; /* change the height of the waves here */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23003F7C'/%3E%3C/svg%3E");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
}

.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
  opacity: 0.5;
}

.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s -1s linear infinite;
  opacity: 0.5;
}

@keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
}

.bak {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.aboutx h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 30px 0;
}

@media (min-width: 991px) {
  .aboutx h2 {
    max-width: 65%;
    margin: 0 0 80px 0;
  }
}

.aboutx .our-story {
  padding: 40px;
  background-color: #f5f6f7;
}

@media (min-width: 991px) {
  .aboutx .our-story {
    padding-right: 35%;
  }
}

.aboutx .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}

.aboutx .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.aboutx .our-story p:last-child {
  margin-bottom: 0;
}

.aboutx ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.aboutx ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.aboutx ul i {
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-primary);
}

.aboutx .watch-video i {
  font-size: 32px;
  transition: 0.3s;
  color: var(--color-primary);
}

.aboutx .watch-video a {
  font-weight: 600;
  color: var(--color-secondary);
  margin-left: 8px;
  transition: 0.3s;
}

.aboutx .watch-video:hover a {
  color: var(--color-primary);
}

.aboutx .aboutx-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .aboutx .aboutx-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*** Service ***/
.service-item .service-text {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .06);
  transition: .5s;
  z-index: 2;
}

.service-item:hover .service-text {
  top: -1.5rem;
}

.service-item .service-text h5 {
  transition: .5s;
}

.service-item:hover .service-text h5 {
  color: var(--primary);
}

.service-item .service-btn {
  position: absolute;
  width: 80%;
  height: 3rem;
  left: 10%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  transition: .5s;
  z-index: 1;
}

.service-item:hover .service-btn {
  bottom: -1.5rem;
}



/*** Section Title ***/
.section-title {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--primary);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  bottom: -13px;
  left: calc(25% - 13px);
  background: var(--dark);
  border: 10px solid #FFFFFF;
  border-radius: 28px;
}

.section-title.text-center::before {
  left: 25%;
}

.section-title.text-center::after {
  left: calc(50% - 13px);
}


/*** Products ***/
.product {
  background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1)), url(../img/product-bg.png) left bottom no-repeat;
  background-size: auto;
}

.product-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
  margin: 0 10px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .15);
  font-size: 25px;
  transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
  background: #FFFFFF;
  color: var(--primary);
}

/*** Project ***/
.project-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  padding-top: 60px;
  transition: .5s;
}

.project-item:hover .project-overlay {
  opacity: 1;
  padding-top: 0;
}

.project-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
  margin-left: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .15);
  font-size: 25px;
  transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .project-carousel .owl-nav {
      top: -70px;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
  }

  .project-carousel .owl-nav .owl-prev,
  .project-carousel .owl-nav .owl-next {
      margin: 0 7px;
      width: 45px;
      height: 45px;
      font-size: 20px;
  }
}


/*** Project ***/
.project-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  padding-top: 60px;
  transition: .5s;
}

.project-item:hover .project-overlay {
  opacity: 1;
  padding-top: 0;
}

.project-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
  margin-left: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .15);
  font-size: 25px;
  transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .project-carousel .owl-nav {
      top: -70px;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
  }

  .project-carousel .owl-nav .owl-prev,
  .project-carousel .owl-nav .owl-next {
      margin: 0 7px;
      width: 45px;
      height: 45px;
      font-size: 20px;
  }
}



/*** Testimonial ***/
.testimonial-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
  transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
  background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
  color: #FFFFFF !important;
}

.testimonial-item img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 100px;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-left: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .15);
  font-size: 25px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .testimonial-carousel .owl-nav {
      top: -70px;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
  }

  .testimonial-carousel .owl-nav .owl-prev,
  .testimonial-carousel .owl-nav .owl-next {
      margin: 0 7px;
      width: 45px;
      height: 45px;
      font-size: 20px;
  }
}




