/*
@File: Semental Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Header CSS

** - Footer CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("css.css");
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
font-family: 'Times New Roman', sans-serif;
color: black;

  overflow-x: hidden;
}



.panel { display: none; }
.show { display: block; }
p {
  color: black;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
font-family: 'Times New Roman', sans-serif;
}

p:last-child {
  margin-bottom: 0;
}
.btn-3d {
  position: relative;
  display: inline-block;
  border: none;
  background-color: #008DDA;
  color: #fff;
  text-transform: uppercase;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.btn-3d:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  z-index: -1;
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-3d:hover {
  color: white !important;
  background: #35b1f5;
  transform: translateY(-3px);
  /* box-shadow: 0 4px 8px #adb; */
}

.btn-3d:hover:before {
  transform: translateY(3px);
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.3);
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  text-decoration: none;
  color: #141414;
}

a:hover, a:focus {
  outline: 0;
  color: #379a0d;
  text-decoration: none;
}
.bg-dark
{
	background:#253b8e !important;
}
.semental-nav .navbar .navbar-nav .nav-item a i:hover{
  transform: rotate(180deg);
}



.d-table {
  height: 100%;
  width: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-80 {
  padding-top:  0;
  padding-bottom: 30px;
}

/*btn btn-primary*/
.btn {
  font-weight: 600;
  
  padding: 14px 25px;
  font-size: 14px;
  border-radius: 15px;
  line-height: initial;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn-primary {
  background-color:#253b8e;
  color: #ffffff;
  position: relative;
 
    border-radius: 15px;
 
}

.btn-primary::before, .btn-primary::after {
  content: '';
 /* position: absolute;*/
  left: 0;
  top: 0;
  width: 52%;
  z-index: -1;
  height: 100%;
  background: #253b8e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  
}

.btn-primary::after {
  left: auto;
  right: 0;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #141414;
  color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #379a0d !important;
  color: #ffffff;
  border-color: #141414;
  
}

.btn-primary:hover, .btn-primary:focus {
  background-color:#253b8e;
  color: #ffffff;
  -webkit-box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.25);
		    border-radius: 15px;
}

.btn-primary:hover::before, .btn-primary:hover::after, .btn-primary:focus::before, .btn-primary:focus::after {
  width: 0;
}

/*owl-carousel-btn*/
.owl-theme .owl-nav {
  line-height: .01;
  margin-top: 30px;
}

.owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  background: #ffffff !important;
  color: #141414 !important;
  line-height: 40px !important;
  margin: 0 3px;
  outline: 0;
  font-size: 20px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 3px 0 #dbdbdb;
          box-shadow: 0 6px 3px 0 #dbdbdb;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #253b8e !important;
  color: #ffffff !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*section-title*/
.section-title {
  text-align: center;
  margin: 0 auto 0;
  max-width: 700px;
}

.section-title span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #379a0d;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-top: 20px;
font-family: 'Times New Roman', sans-serif;}

.section-desc {
  margin: 0 auto;
    color: rgb(254, 254, 254);
  font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
    .section-title h2 {
        font-size: 36px;
        font-weight: 700;
      font-family: 'Times New Roman', sans-serif;        margin-bottom: 0;
        margin-top: 0px;
        padding-top: 0;
      }
      .section-desc {
  margin: 0 auto;
    color: rgb(254, 254, 254);
  font-size: 12px;
}
  }

/*form-control*/
.form-group {
  margin-bottom: 18px;
}

label {
  color: #141414;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-control {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  color: #141414;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  outline: 0;
  background: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #e49320;
}

textarea.form-control {
  min-height: 120px;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
}

.preloader .loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.preloader .loader img {
  margin-top: -80px;
}

.preloader .loader h2 {
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
}

/*================================================
Navbar Area CSS
=================================================*/

  
.semental-mobile-nav.mean-container .mean-nav ul li a.active {
  color:#39a20d;
  margin-top:25px;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-brand {
  padding: 0px;
  margin: 0px !important;
  width: 86px !important;
}
.semental-nav {
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;

}

.semental-nav .navbar {
 padding: 0px;
  
}

.semental-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.semental-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.semental-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: 'Times New Roman', sans-serif;}


.semental-nav .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #141414;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px;
    margin-right: 16px;
    font-family: 'Times New Roman', sans-serif;
}

.semental-nav .navbar .navbar-nav .nav-item a:hover, .semental-nav .navbar .navbar-nav .nav-item a:focus, .semental-nav .navbar .navbar-nav .nav-item a.active {
  color: #253b8e;
}

.semental-nav .navbar .navbar-nav .nav-item a i {
  margin-left: -3px;
  font-size: 18px;
}


.semental-nav .navbar .navbar-nav .nav-item:hover a, .semental-nav .navbar .navbar-nav .nav-item:focus a, .semental-nav .navbar .navbar-nav .nav-item.active a {
  color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu{
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 43px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 15.4px;
  font-weight: 600;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  text-transform: capitalize;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
  position: relative;
  padding: 0;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 15.4px;
  font-weight: 600;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  text-transform: capitalize;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

@media (min-width: 769px){
  .semental-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: 100%;
  }
}
.icofont-simple-up{
display: none;
}

.semental-nav .navbar .navbar-nav .nav-item:hover .icofont-simple-up {
  display: inline;

}




/* Rotate the "icofont-simple-down" icon on hover */
/* a:hover .icofont-simple-down {
  transform: rotate(180deg);
  transition: transform 0.1s ease-in-out;
}


.icofont-simple-up {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.semental-nav .navbar .navbar-nav .nav-item a:hover .icofont-simple-down {
  display: none;
}

.semental-nav .navbar .navbar-nav .nav-item a:hover .icofont-simple-up {
  display: inline;
  opacity: 1;
} */













/*  */
.semental-nav .others-options {
  margin-left: 15px;
}

.semental-nav .others-options .btn-primary {
  background-color: #253b8e;
  color: #ffffff;
}

.semental-nav .others-options .btn-primary::before, .semental-nav .others-options .btn-primary::after {
  background: #379a0d;
}

.semental-nav .others-options .btn-primary:not(:disabled):not(.disabled).active, .semental-nav .others-options .btn-primary:not(:disabled):not(.disabled):active, .show > .semental-nav .others-options .btn-primary.dropdown-toggle {
  background-color:#253b8e;
  color: #ffffff;
  border-color: #141414;
}

.semental-nav .others-options .btn-primary:hover, .semental-nav .others-options .btn-primary:focus {
  background-color: #253b8e;
  color: #ffffff;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .30;
  z-index: -1;
}

.item-bg1 {
  background-image: url(../images/g3.jpg);
}

.main-banner-content {
  max-width: 700px;
}

.main-banner-content span {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}

.main-banner-content h1 {
  color: #ffffff;
  margin-bottom: 22px;
  margin-top: 20px;
  font-size: 52px;
  font-weight: 700;
}

.main-banner-content p {
  color: #ffffff;
  margin-bottom: 35px;
  font-size: 16px;
  max-width: 560px;
  line-height: 1.9;
}

.main-banner-content .btn-primary {
  background-color: #ffffff;
  color: #ffffff;
}

.main-banner-content .btn-primary:not(:disabled):not(.disabled).active, .main-banner-content .btn-primary:not(:disabled):not(.disabled):active, .show > .main-banner-content .btn-primary.dropdown-toggle {
  background-color: #ffffff;
  color: #e49320;
  border-color: #ffffff;
}

.main-banner-content .btn-primary:hover, .main-banner-content .btn-primary:focus {
  background-color: #ffffff;
  color: #e49320;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.1);
}

.slider-area {
  overflow: hidden;

}

.slider-area ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background: #000000;
  opacity: .55;
  z-index: 1;
  visibility: visible;
}

.slider-area .tp-caption.NotGeneric-Title {
  font-family: 'Times New Roman', sans-serif;  font-size: 60px !important;
  font-weight: 700 !important;
  line-height: initial !important;
  padding: 0 !important;
}

.slider-area .tp-caption.NotGeneric-SubTitle {
  font-family: 'Times New Roman', sans-serif;  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 1.9 !important;
  padding: 0 !important;
  text-align: center !important;
}

.slider-area .btn {
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 15px 30px !important;
  line-height: initial !important;
}

/*================================================
About Area CSS
=================================================*/

.who-we-are{
    background-color: #379a0d;
}
.about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 20px;
}

.about-image {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-top: 30px;
}

.about-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 90%;
  z-index: -1;
  background-image: url(../img/shape.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background:#379a0d;
}

.about-image img {
  border: 4px solid #eaeaea;
  width: 90%;
}

.about-content span {
  display: block;
  position: relative;
  color: #253b8e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/* .about-content span::before {
  width: 35px;
  height: 2px;
  background: #253b8e;
  content: '';
  position: absolute;
  left: -42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
} */

.about-content h2 {
  font-size:  32px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
font-family: 'Times New Roman', sans-serif;}

.about-content ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
}

.about-content ul li {
  margin-bottom: 12px;
  font-weight: 600;
}

.about-content ul li i {
  color: #e49320;
  margin-right: 2px;
}

.about-content ul li:last-child {
  margin-bottom: 0;
}

.horse-box1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.horse-box1 img {
  opacity: .07;
}

.about-inner-area {
  margin-top: 80px;
}

.single-about-inner {
  text-align: center;
}

.single-about-inner .image {
  position: relative;
}

.single-about-inner .image img {
  border-radius: 50%;
  border: 4px solid #eaeaea;
}

.single-about-inner .image .icon {
  width: 85px;
  height: 85px;
  border: 3px solid #ffffff;
  line-height: 79px;
  display: inline-block;
  background-color: #e49320;
  color: #ffffff;
  border-radius: 50%;
  font-size: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.single-about-inner .content {
  margin-top: 60px;
}

.single-about-inner .content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-about-inner .content p {
  margin-bottom: 20px;
}

.single-about-inner .content .btn-primary {
  border-radius: 30px;
  background-color: transparent;
  color: #e49320;
  border: 2px solid #e49320;
}

.single-about-inner .content .btn-primary::before, .single-about-inner .content .btn-primary::after {
  display: none;
}

.single-about-inner:hover .content .btn-primary, .single-about-inner:focus .content .btn-primary {
  -webkit-box-shadow: unset;
          box-shadow: unset;
 
  color: #ffffff;
 
  border-radius:30px;
}
/*================================================
Bank Area CSS
=================================================*/
.tgt-group{
    padding-top: 45px;
}


/*================================================
Courses Area CSS
=================================================*/

@media only screen and (max-width: 768px) {
  /* CSS rules for mobile devices */
  /* For example: */
  .carousel-container{
    margin-bottom: 0;
  }
}

.courses-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  overflow: hidden;
}

.courses-area .pagination-area {
  margin-bottom: 30px;
}

.courses-area.bg-image {
  /* background-image: url(../img/bg.jpg); */
  background-position: center center;
}

.courses-area::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28.8%;
  z-index: -1;
  background: #379a0d;
}
.stg-area {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
    overflow: hidden;
  }
.stg-area::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #379a0d;
  }
@media only screen and (max-width: 768px) {
  .courses-area::before {
    
    height: 32%;
    
  }
  .stg-area::before{
    .courses-area::before {
    
        height: 32%;
        
      }
  }
}

.courses-area.bg-color-none::before {
  display: none;
}

.courses-area.bg-color-none .single-courses {
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.courses-area.bg-color-none .courses-slides {
  margin-bottom: 0;
}

.single-courses {
  margin-bottom: 30px;
}

.single-courses .courses-image {
  overflow: hidden;
}

.single-courses .courses-image img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;

}

.single-courses .courses-content {
  background-color: #ffffff;
  padding: 30px;
}

.single-courses .courses-content h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 14px;
}

.single-courses .courses-content p {
  margin-bottom: 22px;
}

.single-courses .courses-content .read-more {
  display: inline-block;
  color: #141414;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
}

.single-courses .courses-content .read-more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #253b8e;
  z-index: -1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses .courses-content .read-more:hover, .single-courses .courses-content .read-more:focus {
  color: #ffffff;
}

.single-courses .courses-content .read-more:hover::before, .single-courses .courses-content .read-more:focus::before {
  width: 100%;
  border-radius: 0;
}
/*
.single-courses:hover .courses-image img, .single-courses:focus .courses-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}*/

.courses-slides {
  margin-bottom: 40px;
}

.courses-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.courses-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -40px;
  top: 45%;
  margin: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -40px;
}

.horse-box2 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  z-index: -1;
}

.horse-box2 img {
  opacity: .30;
}

/*================================================
Courses Details Area CSS
=================================================*/
.courses-details .article-header {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 30px;
}

.courses-details .article-header .entry-meta {
  padding: 0;
  margin: 0 0 18px;
  list-style-type: none;
}

.courses-details .article-header .entry-meta li {
  display: inline-block;
  color: #666666;
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}

.courses-details .article-header .entry-meta li i {
  color: #e49320;
  margin-right: 3px;
}

.courses-details .article-header .entry-meta li:last-child {
  margin-right: 0;
}

.courses-details .article-header .entry-meta li a {
  display: inline-block;
  color: #666666;
}

.courses-details .article-header .entry-meta li a:hover {
  color: #e49320;
}

.courses-details .article-header h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.courses-details .article-content {
  padding: 30px 30px 35px;
  border: 1px solid #eeeeee;
  border-top: none;
}

.courses-details .article-content .entry-meta {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.courses-details .article-content .entry-meta li {
  display: inline-block;
  color: #666666;
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}

.courses-details .article-content .entry-meta li i {
  color: #e49320;
  margin-right: 3px;
}

.courses-details .article-content .entry-meta li:last-child {
  margin-right: 0;
}

.courses-details .article-content .entry-meta li a {
  display: inline-block;
  color: #666666;
}

.courses-details .article-content .entry-meta li a:hover {
  color: #e49320;
}

.courses-details .article-content h3 {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 600;
}

.courses-details .article-content .what-you-will-learn {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.courses-details .article-content .what-you-will-learn li {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
}

.courses-details .article-content .what-you-will-learn li i {
  color: #e49320;
  font-size: 15px;
  margin-right: 2px;
}

.courses-details .article-content .what-you-will-learn li:last-child {
  margin-bottom: 0;
}

.courses-details .article-img img {
  width: 100%;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-area {
    margin: -18px;
  }

.funfacts-area.bg-color {
  background-color:#ffffff;
  padding-bottom: 20px;
  color: black;
  
}

.single-funfacts {
  margin-bottom: 30px;
  text-align: center;
}

.single-funfacts h2 {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
}

.single-funfacts h2 .odometer-formatting-mark {
  display: none;
}

.single-funfacts p {
  line-height: initial;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*================================================
Stallions Area CSS
=================================================*/
.stallions-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-stallions {
  position: relative;
  margin-bottom: 30px;
}

.single-stallions img {
  width: 100%;
}

.single-stallions .stallions-content {
  background-color: #ffffff;
  padding: 30px;
  max-width: 350px;
  margin-left: auto;
  -webkit-box-shadow: 0 6px 3px 0 #dbdbdb;
          box-shadow: 0 6px 3px 0 #dbdbdb;
  position: relative;
  z-index: 1;
  margin-top: -100px;
  margin-right: 4px;
}

.single-stallions .stallions-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-stallions .stallions-content p {
  margin-bottom: 15px;
}

.single-stallions .stallions-content .view-details {
  color: #e49320;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.single-stallions .stallions-content .view-details i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-stallions .stallions-content .view-details:hover, .single-stallions .stallions-content .view-details:focus {
  padding-right: 2px;
}

.single-stallions .stallions-content .view-details:hover i, .single-stallions .stallions-content .view-details:focus i {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.stallions-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.stallions-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 45%;
  margin: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.stallions-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}

.horse-box3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.horse-box3 img {
  opacity: .14;
}

.horse-box4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.horse-box4 img {
  opacity: .14;
}

/*================================================
Stallions Details Area CSS
=================================================*/
.tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tab .tabs li {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #e49320;
}

.tab .tabs li a {
  color: #666666;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.tab .tabs li a:hover, .tab .tabs li a:focus {
  background-color: #e49320;
  color: #ffffff;
}

.tab .tabs li.current a {
  background-color: #e49320;
  color: #ffffff;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.tab .tabs_item .horse-image img {
  width: 100%;
}

.tab .tabs_item .horse-details h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
}

.tab .tabs_item .horse-details .horse-info {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  overflow: hidden;
}

.tab .tabs_item .horse-details .horse-info li {
  float: left;
  width: 45%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}

.tab .tabs_item .horse-details .horse-pedigree {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  overflow: hidden;
}

.tab .tabs_item .horse-details .horse-pedigree li {
  float: left;
  width: 32%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}

.tab .tabs_item .horse-details span {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.tab .tabs_item .horse-details .horse-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.tab .tabs_item .horse-details .horse-features li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  color: #666666;
}

.tab .tabs_item .horse-details .horse-features li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  left: 0;
  background: #e49320;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tab .tabs_item .horse-details .horse-features li:last-child {
  margin-bottom: 0;
}

.tab .tabs_item .horse-details .btn {
  margin-top: 25px;
}

.tab .tabs_item .horse-details .race-record {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

.tab .tabs_item .horse-details .race-record li {
  margin-bottom: 10px;
  color: #666666;
}

.tab .tabs_item .horse-details .race-record li:last-child {
  margin-bottom: 0;
}

.tab .tabs_item .horse-video img {
  width: 100%;
}

.tab .tabs_item .horse-video a h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}

/*================================================
Video Area CSS
=================================================*/
.video-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/video-bg.jpg);
}

.video-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .75;
  z-index: -1;
}

.video-area.bg-image {
  background-image: url(../img/main-banner5.jpg);
}

.video-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.video-content .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #e49320;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.video-content .video-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.video-content .video-btn:hover, .video-content .video-btn:focus {
  color: #e49320;
  background-color: #ffffff;
}

.video-content h3 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 42px;
  font-weight: 700;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*================================================
Process Area CSS
=================================================*/
.process-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/process-bg.jpg);
}

.process-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .80;
  z-index: -1;
}

.process-area .section-title h2 {
  color: #ffffff;
}

.process-area .section-title p {
  color: #ffffff;
  opacity: .95;
}

.col-lg-4:last-child .single-process::before {
  display: none;
}

.single-process {
  position: relative;
  padding-top: 27px;
  padding-left: 96px;
  padding-bottom: 90px;
}

.single-process::before {
  background-image: url(../img/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.single-process h3 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.single-process .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #141414;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}

.single-process span {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  background-color: #e49320;
  color: #ffffff;
  border: 2px solid #ffffff;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}

.single-process:hover .icon, .single-process:focus .icon {
  background-color: #e49320;
  color: #ffffff;
}

/*================================================
Instructor Area CSS
=================================================*/
.instructor-area {
  padding-bottom: 40px;
}

.single-instructor {
  /*margin-bottom: 40px;*/
  text-align: center;
  position: relative;
}

.single-instructor .instructor-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  padding-top: 20px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 15px;
  margin-right: 15px;
}

.single-instructor .instructor-content h3 {
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 600;
}

.single-instructor .instructor-content span {
  display: block;
  text-transform: uppercase;
  color: #e49320;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 600;
}

.single-instructor .social {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.3) 80%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-instructor .social ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -50px;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 0;
  margin-bottom: 0;
}

.single-instructor .social ul li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}

.single-instructor .social ul li a {
  width: 38px;
  height: 38px;
  line-height: 36px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.single-instructor .social ul li a:hover, .single-instructor .social ul li a:focus {
  border-color: #e49320;
  background: #e49320;
}

.single-instructor:hover .social, .single-instructor:focus .social {
  opacity: 1;
  visibility: visible;
}

.single-instructor:hover .social ul, .single-instructor:focus .social ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-instructor:hover .instructor-content, .single-instructor:focus .instructor-content {
  bottom: 31%;
  background: transparent;
}

.single-instructor:hover .instructor-content h3, .single-instructor:focus .instructor-content h3 {
  color: #ffffff;
}

.instructor-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.instructor-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 45%;
  margin: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.instructor-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}

/*================================================
Upcoming Events Area CSS
=================================================*/
.upcoming-events-area {
  padding-bottom: 50px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bg2.jpg);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-events {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.single-events .events-image {
  overflow: hidden;
}

.single-events .events-image img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.single-events .events-content {
  background-color: #ffffff;
  padding: 30px 20px;
}

.single-events .events-content span {
  color: #e49320;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.single-events .events-content h3 {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;
}

.single-events .events-content h3 a {
  color: #141414;
}

.single-events .events-content p {
  margin-bottom: 25px;
  margin-top: 15px;
}

.single-events .events-content .read-more {
  display: inline-block;
  color: #141414;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
}

.single-events .events-content .read-more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e49320;
  z-index: -1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-events .events-content .read-more:hover, .single-events .events-content .read-more:focus {
  color: #ffffff;
}

.single-events .events-content .read-more:hover::before, .single-events .events-content .read-more:focus::before {
  width: 100%;
  border-radius: 0;
}

.single-events:hover .events-image img, .single-events:focus .events-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*================================================
Gallery Area CSS
=================================================*/
.photo-gallery-item {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.photo-gallery-item img {
  -webkit-transition: .9s;
  transition: .9s;
}

.photo-gallery-item .popup-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.photo-gallery-item i {
  position: absolute;
  top: 50%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  font-size: 25px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.photo-gallery-item:hover img, .photo-gallery-item:focus img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.photo-gallery-item:hover i, .photo-gallery-item:focus i {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.photo-gallery-item1 {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.photo-gallery-item1 img {
  -webkit-transition: .9s;
  transition: .9s;
}

.photo-gallery-item1 .popup-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.photo-gallery-item1 i {
  position: absolute;
  top: 50%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  font-size: 25px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.photo-gallery-item1:hover img, .photo-gallery-item:focus img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.photo-gallery-item1:hover i, .photo-gallery-item:focus i {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-attachment: fixed;
}

.single-pricing {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding-bottom: 30px;
}

.single-pricing .pricing-header {
  position: relative;
  z-index: 1;
  padding: 30px 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-pricing .pricing-header.bg1 {
  background-image: url(../img/main-banner2.jpg);
}

.single-pricing .pricing-header.bg2 {
  background-image: url(../img/main-banner3.jpg);
}

.single-pricing .pricing-header.bg3 {
  background-image: url(../img/main-banner4.jpg);
}

.single-pricing .pricing-header.bg4 {
  background-image: url(../img/about-img.jpg);
}

.single-pricing .pricing-header h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
}

.single-pricing .pricing-header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
  opacity: .65;
}

.single-pricing .price {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
}

.single-pricing .price sup {
  font-weight: normal;
}

.single-pricing .features-list {
  margin-bottom: 30px;
}

.single-pricing .features-list ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.single-pricing .features-list ul li {
  color: #888888;
  border-top: 1px dashed #eeeeee;
  padding: 10px 0;
  font-size: 14px;
  text-decoration: line-through;
}

.single-pricing .features-list ul li.active {
  color: #666666;
  text-decoration: none;
}

.single-pricing .features-list ul li:last-child {
  border-bottom: 1px dashed #eeeeee;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  padding-bottom: 20px;
}

.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  margin-bottom: 30px;
}

.single-blog-post .post-image {
  overflow: hidden;
  position: relative;
}

.single-blog-post .post-image a img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.single-blog-post .post-image .author {
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-blog-post .post-image .author a {
  background-color: #e49320;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 13px;
  font-size: 13px;
  font-weight: 600;
}

.single-blog-post .post-content {
  margin-top: 25px;
}

.single-blog-post .post-content span {
  display: block;
  color: #e49320;
  font-size: 14px;
  font-weight: 600;
}

.single-blog-post .post-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 10px;
}

.single-blog-post .post-content p {
  margin-bottom: 15px;
}

.single-blog-post .post-content .read-more {
  color: #253b8e;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.single-blog-post .post-content .read-more i {
  position: absolute;
  left: 50%;
  top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-blog-post .post-content .read-more:hover, .single-blog-post .post-content .read-more:focus {
  padding-right: 2px;
}

.single-blog-post .post-content .read-more:hover i, .single-blog-post .post-content .read-more:focus i {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.single-blog-post:hover .post-image a img, .single-blog-post:focus .post-image a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/main-banner7.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 65px;
  background-color: #379a0d;
}


.partner-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: #000000;*/
  opacity: .75;
  z-index: -1;
}

.partner-item {
  position: relative;
  text-align: center;
}

.partner-item a {
  overflow: hidden;
}

.partner-item a img {
  display: inline-block !important;
  width: unset !important;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: .9;
}

.partner-item a img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.partner-item:hover a img:last-child, .partner-item:focus a img:last-child {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.partner-item:hover a img:first-child, .partner-item:focus a img:first-child {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/*================================================
Products Area CSS
=================================================*/
.products-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bg2.jpg);
}

.products-area .pagination-area {
  margin-bottom: 30px;
}

.single-products {
  text-align: center;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border: 5px solid #ffffff;
}

.single-products .products-content {
  padding: 30px 15px;
}

.single-products .products-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.single-products .products-content span {
  display: block;
  margin-bottom: 20px;
  color: #e49320;
  font-size: 16px;
  font-weight: 600;
}

.single-products .products-content .add-to-cart-btn {
  display: inline-block;
  color: #141414;
  border: 1px solid #141414;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.single-products .sale-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff2d2d;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  z-index: 2;
}

.single-products .products-image {
  overflow: hidden;
  position: relative;
}

.single-products .products-image img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 100%;
}

.single-products .products-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: gray;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.single-products .products-image ul {
  padding: 0;
  z-index: 2;
  list-style-type: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-products .products-image ul li {
  display: inline-block;
}

.single-products .products-image ul li a {
  display: block;
  background: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.single-products .products-image ul li a:hover, .single-products .products-image ul li a:focus {
  background-color: #e49320;
  color: #ffffff;
}

.single-products .products-image ul li a:nth-child(1) {
  margin-left: -15px;
}

.single-products .products-image ul li a:nth-child(3) {
  margin-right: -15px;
}

.single-products:hover .products-content .add-to-cart-btn, .single-products:focus .products-content .add-to-cart-btn {
  background-color: #141414;
  color: #ffffff;
}

.single-products:hover .products-image img, .single-products:focus .products-image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-products:hover .products-image::before, .single-products:focus .products-image::before {
  opacity: .40;
  visibility: visible;
}

.single-products:hover .products-image ul, .single-products:focus .products-image ul {
  opacity: 1;
  visibility: visible;
}

.single-products:hover .products-image ul li a:nth-child(1), .single-products:focus .products-image ul li a:nth-child(1) {
  margin-left: 0;
}

.single-products:hover .products-image ul li a:nth-child(3), .single-products:focus .products-image ul li a:nth-child(3) {
  margin-right: 0;
}

.productsQuickView .modal-dialog {
  max-width: 900px;
}

.productsQuickView .modal-content {
  border: none;
  border-radius: 0;
}

.productsQuickView .modal-content  .close {
  position: absolute;
  right: 2%;
  display: inline-block;
  opacity: 1;
  top: 2%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productsQuickView .modal-content button.close span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productsQuickView .modal-content button.close:hover, .productsQuickView .modal-content button.close:focus {
  background-color: #e49320;
  color: #ffffff;
}

.productsQuickView .modal-content button.close:hover span, .productsQuickView .modal-content button.close:focus span {
  color: #ffffff;
}

.productsQuickView .modal-content .products-image {
  overflow: hidden;
}

.productsQuickView .modal-content .products-image img {
  width: 100%;
}

.productsQuickView .modal-content .products-content {
  padding-right: 20px;
}

.productsQuickView .modal-content .products-content p {
  margin-bottom: 20px;
}

.productsQuickView .modal-content .products-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.productsQuickView .modal-content .products-content .price {
  margin-bottom: 15px;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
}

.productsQuickView .modal-content .products-content .price span {
  text-decoration: line-through;
  font-weight: normal;
  color: #666666;
}

.productsQuickView .modal-content .products-content form .quantity {
  display: inline-block;
}

.productsQuickView .modal-content .products-content form .quantity input {
  border: 1px solid #eeeeee;
  background: #ffffff;
  height: 45px;
  padding: 15px;
  width: 75px;
  outline: 0;
  font-size: 20px;
}

.productsQuickView .modal-content .products-content form button {
  background: #e49320;
  color: #ffffff;
  border: none;
  height: 46px;
  padding: 0 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
  outline: 0;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productsQuickView .modal-content .products-content form button:hover, .productsQuickView .modal-content .products-content form button:focus {
  background-color: #141414;
  color: #ffffff;
}

.productsQuickView .modal-content .products-content .product-meta {
  margin-top: 15px;
}

.productsQuickView .modal-content .products-content .product-meta span {
  display: inline-block;
  color: #141414;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 600;
}

.productsQuickView .modal-content .products-content .product-meta span a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
}

.productsQuickView .modal-content .products-content .product-meta span a:hover, .productsQuickView .modal-content .products-content .product-meta span a:focus {
  color: #e49320;
}

.products-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.products-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 45%;
  margin: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details h3 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
}

.products-details .price {
  margin-bottom: 15px;
  font-weight: 600;
}

.products-details .price span {
  text-decoration: line-through;
  color: #666666;
  font-weight: normal;
}

.products-details .availability {
  margin-bottom: 20px;
  font-weight: 600;
}

.products-details .availability span {
  color: #e49320;
  font-weight: normal;
}

.products-details form .quantity {
  display: inline-block;
  padding-right: 10px;
}

.products-details form .quantity span {
  padding-right: 10px;
  font-weight: 600;
}

.products-details form .quantity input {
  border: 1px solid #eeeeee;
  background: #ffffff;
  height: 45px;
  padding: 15px;
  width: 75px;
  outline: 0;
  font-size: 16px;
}

.products-details form button {
  background: #e49320;
  color: #ffffff;
  border: none;
  height: 44px;
  text-transform: uppercase;
  padding: 0 20px;
  position: relative;
  top: -1px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 600;
}

.products-details form button:hover, .products-details form button:focus {
  background-color: #141414;
  color: #ffffff;
}

.products-details form .add-to-wishlist-btn {
  margin-left: 5px;
  background: transparent;
  color: #141414;
  border: 1px solid #eeeeee;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 45px;
  height: 44px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
}

.products-details form .add-to-wishlist-btn:hover, .products-details form .add-to-wishlist-btn:focus {
  background-color: #e49320;
  color: #ffffff;
  border-color: #e49320;
}

.products-details .custom-payment-options {
  margin-top: 20px;
}

.products-details .custom-payment-options span {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}

.products-details .products-share-social {
  margin-top: 25px;
}

.products-details .products-share-social span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}

.products-details .products-share-social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.products-details .products-share-social ul li {
  display: inline-block;
}

.products-details .products-share-social ul li a {
  width: 35px;
  text-align: center;
  line-height: 33px;
  height: 35px;
  border: 1px solid #e49320;
  border-radius: 50%;
  color: #e49320;
}

.products-details .products-share-social ul li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}

.products-details .products-share-social ul li a.facebook:hover {
  background: #4267b2;
  color: #ffffff;
}

.products-details .products-share-social ul li a.twitter {
  border-color: #38A1F3;
  color: #38A1F3;
}

.products-details .products-share-social ul li a.twitter:hover {
  background: #38A1F3;
  color: #ffffff;
}

.products-details .products-share-social ul li a.linkedin {
  border-color: #0077B5;
  color: #0077B5;
}

.products-details .products-share-social ul li a.linkedin:hover {
  background: #0077B5;
  color: #ffffff;
}

.products-details .products-share-social ul li a.instagram {
  border-color: #231F20;
  color: #231F20;
}

.products-details .products-share-social ul li a.instagram:hover {
  background: #231F20;
  color: #ffffff;
}

.products-details .products-share-social ul li a:hover {
  background: #e49320;
  color: #ffffff;
}

.products-details-tabs {
  margin-top: 40px;
  text-align: center;
}

.products-details-tabs #tabs {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}

.products-details-tabs #tabs li {
  display: inline-block;
  padding: 12px 50px 8px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #eaeaea;
  margin-left: -2px;
  margin-right: -2px;
  font-weight: 600;
  font-size: 14px;
}

.products-details-tabs #tabs li.active {
  background-color: #ffffff;
  position: relative;
}

.products-details-tabs #tabs li.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #e49320;
}

.products-details-tabs #tabs li.inactive {
  background-color: #eeeeee;
  padding: 12px 50px;
}

.products-details-tabs .content {
  display: none;
}

.products-details-tabs .content.show {
  display: block;
}

.products-details-tabs .content h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.products-details-tabs .content .additional-information {
  padding: 0;
  margin: 25px 0 0;
  list-style-type: none;
  text-align: left;
}

.products-details-tabs .content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #666666;
}

.products-details-tabs .content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.products-details-tabs .content .additional-information li span {
  display: inline-block;
  width: 45%;
}

.products-details-tabs .content .products-reviews {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

.products-details-tabs .content .products-reviews p {
  margin-bottom: 0;
}

.products-details-tabs .content .products-reviews h3 {
  font-weight: 600;
}

.products-details-tabs .content .products-reviews .review-form {
  margin-top: 20px;
}

.products-details-tabs .content .products-reviews .review-form p {
  margin-bottom: 0;
}

.products-details-tabs .content .products-reviews .review-form .form-control {
  background: transparent;
}

.products-details-tabs .content .products-reviews .star-source {
  width: 0;
  height: 0;
  margin-top: 5px;
  visibility: hidden;
}

.products-details-tabs .content .products-reviews .star-source svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}

.products-details-tabs .content .products-reviews .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 105px;
  margin-bottom: 10px;
}

.products-details-tabs .content .products-reviews .star-rating label {
  cursor: pointer;
}

.products-details-tabs .content .products-reviews .star-rating label .star {
  color: transparent;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.products-details-tabs .content .products-reviews .star-rating label:hover ~ label .star, .products-details-tabs .content .products-reviews .star-rating svg.star:hover, .products-details-tabs .content .products-reviews .star-rating input[name="star"]:focus ~ label .star, .products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked ~ label .star {
  color: #f2b01e;
}

.products-details-tabs .content .products-reviews .star-rating svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"] {
  display: inline-block;
  width: 0;
  opacity: 0;
  margin-left: -2px;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked + label {
  -webkit-animation: scaleup 1s;
          animation: scaleup 1s;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked + label .star {
  -webkit-animation: starred 0.5s;
          animation: starred 0.5s;
}

@-webkit-keyframes scaleup {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleup {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes starred {
  from {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}

@keyframes starred {
  from {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}

.products-image-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.products-image-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 20px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.products-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.products-image-slides.owl-theme:hover .owl-nav [class*=owl-], .products-image-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: 2px;
  opacity: 1;
  visibility: visible;
}

.products-image-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .products-image-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 2px;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  font-size: 16px;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}

.cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 600;
  display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #e49320;
}

.cart-table table tbody tr td.product-price span {
  font-weight: 600;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
}

.cart-table table tbody tr td.product-quantity .form-control {
  background: transparent;
  width: 80px;
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 600px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: 45px auto 0;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}

.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #141414;
  font-weight: 600;
  overflow: hidden;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  border-top: none;
}

.cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 25px 15px;
  margin-bottom: 35px;
  border-top: 3px solid #e49320;
}

.user-actions span {
  display: inline-block;
  font-weight: 600;
  color: #e49320;
}

.user-actions span i {
  color: #e49320;
  margin-right: 2px;
}

.user-actions span a {
  font-weight: 500;
  display: inline-block;
  color: #141414;
}

.user-actions span a:hover, .user-actions span a:focus {
  color: #e49320;
}

.checkout-area .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.billing-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}

.billing-details .form-group label {
  display: block;
  color: #666666;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .form-control {
  background: transparent;
}

.billing-details .form-group select {
  cursor: pointer;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-label {
  color: #666666;
}

.billing-details .form-check label {
  font-size: 14px;
  font-weight: 400;
}

.order-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}

.order-details .order-table table {
  margin-bottom: 0;
  text-align: left;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 15px .75rem;
  font-weight: 600;
  font-size: 15.5px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  border-color: #eaedff;
  font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #666666;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #e49320;
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #141414;
  font-weight: 600;
}

.order-details .payment-method {
  margin-top: 40px;
  border-top: 1px solid #eaedff;
  padding-top: 35px;
}

.order-details .payment-method p {
  font-size: 14px;
}

.order-details .payment-method p [type="radio"]:checked, .order-details .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-method p [type="radio"]:checked + label, .order-details .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #141414;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-method p [type="radio"]:checked + label::before, .order-details .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-method p [type="radio"]:checked + label::after, .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #e49320;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .btn.order-btn {
  display: block;
  margin-top: 25px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  padding-bottom: 50px;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-attachment: fixed;
}

.feedback-area.extra-pb {
  padding-bottom: 55px;
}

.single-feedback {
  text-align: center;
  margin-bottom: 30px;
}

.single-feedback img {
  display: inline-block !important;
  border-radius: 50%;
  border: 4px solid #253b8e;
  width: 90px !important;
  height: 90px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback p {
  font-size: 16px;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
font-family: 'Times New Roman', sans-serif;}

.single-feedback .client-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;

}

.single-feedback .client-info span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
}

.feedback-slides.owl-theme .owl-item.active.center .single-feedback img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.feedback-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.feedback-slides.owl-theme:hover .owl-nav [class*=owl-], .feedback-slides.owl-theme:focus .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -40px;
}

.feedback-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .feedback-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -40px;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
  background-color: #379a0d;
  margin-top: -168px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 24px;
}

.subscribe-content {
  
    padding-top: 22px;
    margin-left: 151px;
}
@media only screen and (max-width: 768px) {
    .subscribe-content {
      margin-left: 0; /* Remove margin-left on mobile */
    }
  }
.subscribe-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: -6px;
}

.subscribe-content form {
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: 15px;
}

.subscribe-content form .form-group {
  float: left;
  margin-bottom: 0;
  width: 29%;
  padding-right: 15px;
}

.subscribe-content form .form-group .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  background: transparent;
  outline: 0;
  color: #000000;
  padding-bottom: 10px;
  padding-top: 12px;
}

.subscribe-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #000000;
}

.subscribe-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #000000;
}

.subscribe-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #000000;
}

.subscribe-content form .form-group .input-newsletter::placeholder {
    color: #000000;
}

.subscribe-content form .validation-danger, .subscribe-content form .validation-success {
    color: #000000;
}

.subscribe-content form .btn {
  float: left;
  
}

.subscribe-content form .btn-primary {
  background-color: #0a91ff;
  color: #000000;
}



.subscribe-content form .btn-primary:not(:disabled):not(.disabled).active:focus, .subscribe-content form .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .subscribe-content form .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.subscribe-content form .btn-primary:not(:disabled):not(.disabled).active, .subscribe-content form .btn-primary:not(:disabled):not(.disabled):active, .show > .subscribe-content form .btn-primary.dropdown-toggle {
  background-color: #ffffff;
  color: #e49320;
  border-color: #141414;
}

.subscribe-content form .btn-primary:hover, .subscribe-content form .btn-primary:focus {
  background-color: #ffffff;
  color: #e49320;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
}

.horse-box5 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 225px;
}

.horse-box6 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
  /* background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; */
}

.page-title-area::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: .65;
  z-index: -1;
  background-color: rgb(67, 67, 67);
}

.page-title-area.bg1 {
  background-image: url(../images/g3.jpg);
  height: 200px;
}
.page-title-area.bg2 {
  background-image: url(../images/k12.jpg);
  height: 200px;
}
.page-title-area.bg3 {
  background-image: url(../images/k11.jpg);
  height: 200px;
}
.page-title-area.bg4 {
  background-image: url(../images/k13.jpg);
  height: 200px;
}
.page-title-area.bg5 {
  background-image: url(../images/k1.jpg);
  height: 200px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.page-title-area.bg6 {
  background-image: url(../img/Picture1.jpg);
  height: 200px;
  background-size: 100% 100%; 
}
.page-title-area.bg7 {
  background-image: url(../images/k3.jpg);
  height: 200px;
}
.page-title-area.bg8 {
  background-image: url(../images/k4.jpg);
  height: 200px;
}
.page-title-area.bg9 {
  background-image: url(../images/k5.jpg);
  height: 200px;
}
.page-title-area.bg10 {
    background-image: url(../images/sfg-lens.jpg);
    height: 200px;
  }



.page-title-content {
  text-align: center;
  /* margin-top:-40px!important; */
}

.page-title-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #20cd18;
font-family: 'Times New Roman', sans-serif;}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.page-title-content ul li {
  display: inline-block;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-left: 12px;
  margin-right: 12px;
}

.page-title-content ul li:last-child {
  margin-right: 0;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-content ul li:first-child::before {
  display: none;
}

.page-title-content ul li a {
  color: #ffffff;
}

.page-title-content ul li a:hover, .page-title-content ul li a:focus {
  color: #e49320;
}

.page-title-content ul li::before {
  font-family: 'Times New Roman', sans-serif;  content: "\eaa0";
  position: absolute;
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 40px;
  color: #141414;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #e49320;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*================================================
Sidebar Area CSS
=================================================*/
.widget-area {
  padding-left: 15px;
}

.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: #f8f8f8;
  height: 50px;
  padding: 6px 18px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #e49320;
}

.widget-area .widget_search form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background: #e49320;
  outline: 0;
  border: none;
  color: #ffffff;
  height: 50px;
  padding: 0 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-size: 15px;
}

.widget-area .widget_search form .search-submit:hover {
  background: #141414;
  color: #ffffff;
}

.widget-area .widget_semental_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_semental_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 20px;
}

.widget-area .widget_semental_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_semental_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog1.jpg);
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog3.jpg);
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog4.jpg);
}

.widget-area .widget_semental_posts_thumb .item .info {
  overflow: hidden;
}

.widget-area .widget_semental_posts_thumb .item .info time {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}

.widget-area .widget_semental_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
}

.widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 18px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #e49320;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 18px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #e49320;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.widget-area .widget_recent_comments ul li span {
  display: inline-block;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
}

.widget-area .widget_archive ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #e49320;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #e49320;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.widget-area .widget_categories ul li a {
  display: inline-block;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #e49320;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-area .tagcloud a {
  display: inline-block;
  font-weight: 600;
  font-size: 14px !important;
  padding: 7px 10px;
  border: 1px solid #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  background-color: #e49320;
  color: #ffffff;
  border-color: #e49320;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details .article-img img {
  width: 100%;
}

.blog-details .article-header {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 30px;
}

.blog-details .article-header .entry-meta {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.blog-details .article-header .entry-meta li {
  display: inline-block;
  color: #666666;
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}

.blog-details .article-header .entry-meta li i {
  color: #e49320;
  margin-right: 3px;
}

.blog-details .article-header .entry-meta li:last-child {
  margin-right: 0;
}

.blog-details .article-header .entry-meta li a {
  display: inline-block;
  color: #666666;
}

.blog-details .article-header .entry-meta li a:hover {
  color: #e49320;
}

.blog-details .article-header h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.blog-details .article-content {
  padding: 30px 30px 35px;
  border: 1px solid #eeeeee;
  border-top: none;
}

.blog-details .article-content .entry-meta {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}

.blog-details .article-content .entry-meta li {
  display: inline-block;
  color: #666666;
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}

.blog-details .article-content .entry-meta li i {
  color: #e49320;
  margin-right: 3px;
}

.blog-details .article-content .entry-meta li:last-child {
  margin-right: 0;
}

.blog-details .article-content .entry-meta li a {
  display: inline-block;
  color: #666666;
}

.blog-details .article-content .entry-meta li a:hover {
  color: #e49320;
}

.blog-details .article-content .category {
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
}

.blog-details .article-content .category li {
  display: inline-block;
  margin-right: 4px;
}

.blog-details .article-content .category li span {
  font-weight: 600;
}

.blog-details .article-content .category li a {
  border: 1px solid #e49320;
  border-radius: 5px;
  padding: 4px 15px;
  font-size: 13px;
  color: #e49320;
  position: relative;
  z-index: 1;
}

.blog-details .article-content .category li a::before {
  position: absolute;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e49320;
  z-index: -1;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details .article-content .category li a:hover, .blog-details .article-content .category li a:focus {
  color: #ffffff;
}

.blog-details .article-content .category li a:hover::before, .blog-details .article-content .category li a:focus::before {
  opacity: 1;
  visibility: visible;
}

.blog-details .article-content h3 {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 600;
}

blockquote {
  background-color: #fafafa;
  padding: 30px 30px 30px 70px !important;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  margin: 20px 0;
}

blockquote::before {
  font-family: 'Times New Roman', sans-serif;  content: "\efcd";
  position: absolute;
  left: 30px;
  top: 35px;
  color: #e49320;
  font-size: 25px;
  font-style: normal;
}

blockquote p {
  font-weight: 600;
}

blockquote cite {
  position: relative;
  padding-left: 17px;
  font-weight: 700;
}

blockquote cite::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e49320;
  left: 0;
  width: 10px;
  height: 2px;
}

.post-controls-buttons {
  overflow: hidden;
  padding: 30px;
  border: 1px solid #eeeeee;
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-controls-buttons div:first-child {
  float: left;
}

.post-controls-buttons div:last-child {
  float: right;
}

.post-controls-buttons div a {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 11px 20px;
  color: #141414;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.post-controls-buttons div a:hover, .post-controls-buttons div a:focus {
  border-color: #e49320;
  color: #ffffff;
  background-color: #e49320;
}

.comments-area .comments-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 25px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  margin-left: 65px;
  color: #141414;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #e49320;
  color: #e49320;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #379a0d;
}

.comments-area .comment-meta {
  margin-bottom: .8em;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  top: 5px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  color: #666666;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.comments-area .comment-metadata a {
  color: #666666;
}

.comments-area .comment-metadata a:hover {
  color: #379a0d;
}

.comments-area .comment-content p {
  font-size: 14px;
}

.comments-area .comment-respond {
  background: #fafafa;
  padding: 30px 25px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.comments-area .comment-respond .comment-reply-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
  display: inline-block;
}

.comments-area .comment-respond .comment-notes {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #141414;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  border-color: #e49320;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #e49320;
  border: none;
  color: #ffffff;
  padding: 10.5px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  background-color: #141414;
  color: #ffffff;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../img/coming-soon.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-area::before {
  z-index: -1;
  background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .85;
}

.coming-soon-area .social-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 30px;
}

.coming-soon-area .social-list li {
  display: inline-block;
}

.coming-soon-area .social-list li.list-heading {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.coming-soon-area .social-list li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #e49320;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 2px;
}

.coming-soon-area .social-list li a svg {
  width: 15px;
}

.coming-soon-area .social-list li a.facebook {
  background-color: #3b5998;
}

.coming-soon-area .social-list li a.twitter {
  background-color: #1da1f2;
}

.coming-soon-area .social-list li a.linkedin {
  background-color: #0077b5;
}

.coming-soon-area .social-list li a.instagram {
  background-color: #c13584;
}

.coming-soon-area .social-list li a:hover, .coming-soon-area .social-list li a:focus {
  background-color: #379a0d;
}

.coming-soon-content {
  text-align: center;
  max-width: 820px;
  margin: -80px auto 0;
}

.coming-soon-content h1 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 55px;
  font-weight: 700;
}

.coming-soon-content p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  max-width: 620px;
}

.coming-soon-content form {
  position: relative;
  margin: 35px auto 55px;
  max-width: 520px;
}

.coming-soon-content form .email-input {
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  padding: 15px 25px;
  font-size: 16px;
  outline: 0 !important;
  background: #F1F2F3;
}

.coming-soon-content form .submit-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 50px;
  background: #e49320;
  color: #ffffff;
  border: none;
  border-radius: 40px;
  width: 130px;
  outline: 0 !important;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 600;
}

.coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
  background-color: #141414;
}

.coming-soon-content #timer div {
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  color: #e49320;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  padding-top: 18px;
  font-size: 40px;
  font-weight: 700;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  color: #666666;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  background: #ffffff;
  border-radius: 10px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
  display: block;
  padding: 12px 45px 12px 15px;
  text-decoration: none;
  position: relative;
  background: #f5f9ff;
  color: #141414;
  font-size: 18px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-item .accordion-title:hover, .faq-accordion .accordion .accordion-item .accordion-title.active, .faq-accordion .accordion .accordion-item .accordion-title:focus {
  background: #379a0d;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\ef9a";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 15px 0 0;
  line-height: 1.9;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 45px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  border-radius: 4px;
  background: #ffffff;
  text-align: center;
}

.faq-contact h3 {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
}

.faq-contact form .btn {
  margin-top: 10px;
}

.faq-contact form .btn::before, .faq-contact form .btn::after {
  width: 55%;
}

.faq-contact form .btn:hover::before, .faq-contact form .btn:hover::after, .faq-contact form .btn:focus::before, .faq-contact form .btn:focus::after {
  width: 0;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin-top: -70px;
}

.error-content .notfound-404 {
  position: relative;
  height: 280px;
  z-index: -1;
  margin-bottom: 30px;
}

.error-content .notfound-404 h1 {
  font-size: 230px;
  font-weight: 900;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/oops-bg.jpg) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

.error-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 25px;
}

.error-content p {
  max-width: 550px;
  margin: 0 auto 25px;
}

/*================================================
Login Area CSS
=================================================*/
.login-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../img/coming-soon.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-area::before {
  z-index: -1;
  background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .8;
}

.login-form {
  background-color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: center;
  padding: 40px;
}

.login-form::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

.login-form h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.login-form h3 a {
  display: inline-block;
  color: #141414;
}

.login-form h3 a:hover, .login-form h3 a:focus {
  color: #e49320;
}

.login-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.login-form .row .col-lg-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.login-form .row a {
  background-color: #e49320;
  color: #ffffff;
  padding: 13px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.login-form .row a.facebook {
  background-color: #3C5A99;
}

.login-form .row a.twitter {
  background-color: #1da1f2;
}

.login-form .row a.google {
  background-color: #ea4335;
}

.login-form .row a:hover, .login-form .row a:focus {
  opacity: .8;
}

.login-form .login-or {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.login-form .login-or span {
  display: block;
  position: absolute;
  left: 50%;
  font-size: 18px;
  top: 12px;
  margin-left: -25px;
  background-color: #ffffff;
  color: #aaaaaa;
  width: 50px;
}

.login-form form .form-group {
  overflow: hidden;
  position: relative;
}

.login-form form .form-group label {
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 50px;
  line-height: 45px;
  border-right: 1px solid #e6dede;
}

.login-form form .form-group .form-control {
  padding-left: 55px;
}

.login-form form .form-group .remember-me {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  line-height: initial;
  color: #666666;
  text-align: left;
  width: 50%;
  margin-top: 5px;
  border-right: none;
}

.login-form form .form-group .remember-me input[type=checkbox] {
  position: relative;
  top: 1px;
}

.login-form form .form-group .forgot-password {
  float: right;
  width: 50%;
  color: #666666;
  text-align: right;
  margin-top: 3px;
}

.login-form form .form-group .forgot-password:hover, .login-form form .form-group .forgot-password:focus {
  color: #e49320;
}

.login-form form .btn {
  border-radius: 0;
  display: block;
  width: 100%;
  font-size: 15px;
  letter-spacing: .5px;
  margin-top: 20px;
}

/*================================================
Sign Up CSS
=================================================*/
.signup-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../img/coming-soon.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.signup-area::before {
  z-index: -1;
  background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .8;
}

.signup-form {
  background-color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: center;
  padding: 40px;
}

.signup-form::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

.signup-form h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.signup-form h3 a {
  display: inline-block;
  color: #141414;
}

.signup-form h3 a:hover, .signup-form h3 a:focus {
  color: #379a0d;
}

.signup-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.signup-form .row .col-lg-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.signup-form .row a {
  background-color: #e49320;
  color: #ffffff;
  padding: 13px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.signup-form .row a.facebook {
  background-color: #3C5A99;
}

.signup-form .row a.twitter {
  background-color: #1da1f2;
}

.signup-form .row a.google {
  background-color: #ea4335;
}

.signup-form .row a:hover, .signup-form .row a:focus {
  opacity: .8;
}

.signup-form .signup-or {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.signup-form .signup-or span {
  display: block;
  position: absolute;
  left: 50%;
  font-size: 18px;
  top: 12px;
  margin-left: -25px;
  background-color: #ffffff;
  color: #aaaaaa;
  width: 50px;
}

.signup-form form .form-group {
  overflow: hidden;
  position: relative;
}

.signup-form form .form-group label {
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 50px;
  line-height: 45px;
  border-right: 1px solid #e6dede;
}

.signup-form form .form-group .form-control {
  padding-left: 55px;
}

.signup-form form .form-group .remember-me {
  position: relative;
  float: left;
  height: 100%;
  line-height: initial;
  color: #666666;
  text-align: left;
  width: 100%;
  margin-top: 5px;
  border-right: none;
}

.signup-form form .form-group .remember-me input[type=checkbox] {
  position: relative;
  top: 1px;
}

.signup-form form .btn {
  border-radius: 0;
  display: block;
  width: 100%;
  font-size: 15px;
  letter-spacing: .5px;
  margin-top: 20px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info-box {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
  color: lightcyan;
}

.contact-info-box .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #f7fafd;
  border-radius: 50%;
  font-size: 30px;
  color: #e49320;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 12px;
}

.contact-info-box p {
  margin-bottom: 0;
  color: #666666;
}

.contact-info-box p a {
  color: #666666;
}

.contact-info-box p a:hover {
  color: #379a0d;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  color: #ffffff;
  background: #379a0d;
}

#map iframe {
  height: 500px;
  width: 100%;
  margin-bottom: -10px;
}

#contactForm .help-block ul {
  margin: 0;
}

#contactForm .help-block ul li {
  color: red;
}

#contactForm .btn {
  margin-top: 10px;
}

#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin: 20px 0 0;
}

.contact-area .section-title {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

.contact-area .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.contact-area .section-title h2 {
  margin-bottom: 12px;
}

.contact-sidebar .contact-item {
  position: relative;
  padding-left: 52px;
  margin-bottom: 30px;
}

.contact-sidebar .contact-item:last-child {
  margin-bottom: 0;
}

.contact-sidebar .contact-item .icon {
  font-size: 35px;
  color: #379b0d;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-sidebar .contact-item span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.contact-sidebar .contact-item p {
  margin-bottom: 0;
}

.contact-sidebar .contact-item p a {
  color: #666666;
}

.contact-sidebar .contact-item p a:hover {
  color: #379a0d;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #f7fafd;
  padding-top: 122px;
}

.single-footer-widget .logo {
  margin-bottom: 20px;
}

.single-footer-widget .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  background-color: lightcyan;
}

.single-footer-widget .social li {
  display: inline-block;
  
}

.single-footer-widget .social li a {
  color: #ffffff;
  background-color: #141414;
  font-size: 14px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
}

.single-footer-widget .social li a:hover, .single-footer-widget .social li a:focus {
  background-color: #e49320;
  color: #ffffff;
}

.single-footer-widget h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-footer-widget .services-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: black;
}

.single-footer-widget .services-list li {
  margin-bottom: 10px;
  color: black;

}

.single-footer-widget .services-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .services-list li a {
  position: relative;
  color: #000000;
}

.single-footer-widget .services-list li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e49320;
  width: 0;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .services-list li a:hover, .single-footer-widget .services-list li a:focus {
  color: #379a0d;
  padding-left: 10px;
}

.single-footer-widget .services-list li a:hover:before, .single-footer-widget .services-list li a:focus:before {
  width: 5px;
}

.single-footer-widget .contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .contact-info li {
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
}

.single-footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .contact-info li a {
  display: inline-block;
  color: #000000;
}

.single-footer-widget .contact-info li a:hover, .single-footer-widget .contact-info li a:focus {
  color: #379a0d;
}

.single-footer-widget .contact-info li span {
  font-weight: 600;
}

.single-footer-widget .working-hours {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .working-hours li {
  margin-bottom: 10px;
  color: #fff;
}

.single-footer-widget .working-hours li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .working-hours li span {
  font-weight: 600;
}

.copyright-area {
  background-color: #253b8e;
  padding-top: 20px;
  padding-bottom: 10px;
}

.copyright-area p {
  font-size: 14px;
  color: #f8f8f8;
}

.copyright-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.copyright-area ul li {
  display: inline-block;
  font-size: 14px;
  margin-left: 17px;
  position: relative;
}

.copyright-area ul li a {
  color: #f8f8f8;
}

.copyright-area ul li a:hover, .copyright-area ul li a:focus {
  color: #379a0d;
}

.copyright-area ul li::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 2px;
  background: #f8f8f8;
}

.copyright-area ul li:first-child {
  margin-left: 0;
}

.copyright-area ul li:first-child::before {
  display: none;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 25px;
  right: 15px;
  font-size: 25px;
  color: #ffffff;
  background-color: #253b8e;
  z-index: 4;
  display: none;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.go-top i {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 17px;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 8px;
}
.card-group .card{
  margin-left: 10px;
  box-shadow: 0 50px 40px 10px rgba(229, 233, 246, 0.4);
  border-radius: none;
  border: none;
  background-color: #f6f4f7;
}
.card-img-top1{
  margin-left: 110px;
  width: 100px;
  height: 100px;
  background-color: lightblue;
}
@media only screen and (max-width: 768px) {
  .card-body{
    padding: 0 !important;
  }
}


.innovations1 .card1{
  width: 100px;
  height: 100px;
  border-radius: 30px;
  box-shadow: 2px solid lightgray;
  margin-left: 100px;
}
/*# sourceMappingURL=style.css.map */

/*# tab-2 our serices  */

.section_our_solution .row {
    align-items: center;
  }
  
  .our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .our_solution_category .solution_cards_box {
    display: flex;
    justify-content: center;
  }
  .solution_cards_box .solution_card {
    flex: 0 75%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
      0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
  }
  
  .solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
  }
  
  .solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
  }
  
  .solution_cards_box .solution_card:hover .solu_title h3,
  .solution_cards_box .solution_card:hover .solu_description p {
    color: #000000;
  }
  
  .solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
  }
  
  .solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
  }
  
  
  
  .solution_card .solu_title h3 {
    color: #212121;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
    font-weight: 700;
  }
  .solution_card .solu_title h3:hover {
    color: #70ad47;
  }
  
  .solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(
      140deg,
      #42c3ca 0%,
      #42c3ca 50%,
      #42c3cac7 75%
    ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
  }
  
  .our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
  
  
  .hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
  }
  
  .solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
  }
  
  .solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
  }
  
  /*start media query*/
  @media screen and (min-width: 320px) {
    .sol_card_top_3 {
      position: relative;
      top: 0;
    }
  
    .our_solution_category {
      width: 100%;
      margin: 0 auto;
    }
  
    .our_solution_category .solution_cards_box {
      flex: auto;
    }
  }
  @media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
      flex: 1;
    }
  }
  @media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
      position: relative;
      top: -3rem;
    }
    .our_solution_category {
      width: 100%;
      margin: 0 auto;
    }
  }
  

  /*================================================
news Area CSS
=================================================*/

.news-card { /* Updated class name */
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    width: 150px; 
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-family: 'Times New Roman', sans-serif;

}

.news-card img { /* Updated class name */
    width: 100%;
    height: 200px; /* Adjust height as needed */
    object-fit: cover; /* Scales image to fill container */
}

.news-card-content { /* Updated class name */
    padding-top: 20px;
}

.news-card-content h5 { /* Updated class name */
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 5px;
}

.news-card-content p { /* Updated class name */
    margin-bottom: 15px;
}

.news-card-content-readMore  { /* Updated class name */
    text-decoration: none;
    color: #008dda;
    font-size: 14px;
    

}

.news-card-content a:hover { /* Updated class name */
    background-color: #ccc;
}

@media (max-width: 768px) {
    .news-card {
      width: calc(50% - 10px); /* Adjust spacing as needed */
      margin-bottom: 15px;
    }
  }
  
  @media (max-width: 480px) {
    .news-card {
      width: 100%; /* Make cards full width on very small screens */
    }
    .news-card-content h5 {
      font-size: 16px; /* Adjust heading size for smaller screens */
    }
  }
  @media (min-width: 768px) and (max-width: 992px) {
    .news-card img {
      height: 150px; /* Adjust height for tablets */
    }
  }  



/* about us timeline css */
body{
  background-color: #f7f7f7;
  margin-top:20px;
}

.main-timeline {
  position: relative
}

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #c6c6c6;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.main-timeline .timeline {
  margin-bottom: 40px;
  position: relative
}

.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both
}

.main-timeline .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
  background: #fff;
  border: 2px solid #232323;
  left: -3px
}

.main-timeline .icon:after {
  border: 2px solid #c6c6c6;
  left: 3px
}

.main-timeline .timeline:hover .icon:before {
  left: 3px
}

.main-timeline .timeline:hover .icon:after {
  left: -3px
}

.main-timeline .date-content {
  width: 50%;
  float: left;
  margin-top: 22px;
  position: relative
}

.main-timeline .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: #c6c6c6;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0
}

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
  background: #fff;
  border: 2px solid #232323;
  left: -6px
}

.main-timeline .date-outer:after {
  border: 2px solid #c6c6c6;
  left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
  left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
  left: -6px
}

.main-timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0
}

.main-timeline .month {
  font-size: 18px;
  font-weight: 700
}

.main-timeline .year {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #232323;
  line-height: 36px
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right
}

.main-timeline .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px 0
}

.main-timeline .description {
  margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
  float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right
}

@media only screen and (max-width: 991px) {
  .main-timeline .date-content {
      margin-top: 35px
  }
  .main-timeline .date-content:before {
      width: 22.5%
  }
  .main-timeline .timeline-content {
      padding: 10px 0 10px 30px
  }
  .main-timeline .title {
      font-size: 17px
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
      padding: 10px 30px 10px 0
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
      margin: 0;
      left: 7px
  }
  .main-timeline .timeline {
      margin-bottom: 20px
  }
  .main-timeline .timeline:last-child {
      margin-bottom: 0
  }
  .main-timeline .icon {
      margin: auto 0
  }
  .main-timeline .date-content {
      width: 95%;
      float: right;
      margin-top: 0
  }
  .main-timeline .date-content:before {
      display: none
  }
  .main-timeline .date-outer {
      width: 110px;
      height: 110px
  }
  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
      width: 110px;
      height: 110px
  }
  .main-timeline .date {
      top: 30%
  }
  .main-timeline .year {
      font-size: 24px
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
      width: 95%;
      text-align: center;
      padding: 10px 0
  }
  .main-timeline .title {
      margin-bottom: 10px
  }
}



/*Focus area css*/

.btn-Production{
  text-decoration: underline;
  position: relative;
  top: -326px;
  right: -229px;
  font-size: 14px;
  border: none;
  color: white;
  background: none;
  text-wrap: wrap;
  text-align: right;
}
.btn-Financial{
  text-decoration: underline;
  position: relative;
  top: -230px;
  right: -288px;
  font-size: 14px;
  border: none;
  color: white;
  background: none;
  text-wrap: wrap;
  text-align: center;
}
.btn-Institution{
  text-decoration: underline;
  position: relative;
  top: -233px;
  right: 62px;
  font-size: 14px;
  border: none;
  color: white;
  background: none;
  text-wrap: wrap;
  text-align: center;
}.btn-Market{
  text-decoration: underline;
  position: relative;
  top: -70px;
  right: 131px;
  font-size: 14px;
  border: none;
  color: white;
  background: none;
  text-wrap: wrap;
  width: 142px;
  text-align: center;
}.btn-Capacity{
  text-decoration: underline;
  position: relative;
  top: -71px;
  right: 110px;
  font-size: 14px;
  border: none;
  color: white;
  background: none;
  text-wrap: wrap;
  width: 142px;
  text-align: center;
}


/* Report page css */
.report-colm {
  margin-bottom: 70px;
}
.report-colm figure figcaption {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  min-height: 84px;
  transition: all .3s;
  padding-bottom: 15px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .5s ease;
  position: relative;
}
.report-colm figure:hover figcaption {
  transition: all .5s ease;
}
.report-colm figure> a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #ce0700;
}

.report-colm figure:before {
  position: absolute;
    content: '';
    bottom: 0;
    left: -3px;
    transition: all .5s ease;
    z-index: 0;
    right: 10px;
}
.report-colm figure:before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -30px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  z-index: 0;
}
.report-colm figure:hover:before {
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}

.report-colm figure {
  display: block;
  position: relative;
  margin-bottom: 0;
}

.report-colm figure .read-more {
    padding-top: 5px;
    border-top: 1px solid #20cd18;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}
.report-colm figure .read-more span {
  float: left;
  font-size: 15px;
}
.report-colm figure .read-more a {
  float: right;
  font-weight: 600;
  font-size: 15px;
  color: #008dda;
  padding-right: 13px;
  position: relative;
}
.lockIcon{
  position: relative;
  right: -179px;
  top: 3px;
  color: gray;
}

/* newsletter page css */

.releases-menu ul li a.active, .releases-menu ul li a:hover {
  color: #20cd18;
}
.releases-menu ul li a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  display: block;
}
.releases-menu ul {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

.releases-menu ul li {
  display: inline-block;
  padding: 5px 13px
}


/* impcat in stories page css */

.figcaption h4 {
  font-size: 1.375rem;
  line-height: 1.375rem;
}

.figure {
  color: black;
}

.impact-stories-container a {
  background: #fff;
  display: block;
  transition: all 0.5s ease-in-out;
}

.impact-stories-container a {
  border: 7px solid #fff;
  background: #fff;
  display: block;
}



.impact-stories-container a:hover {
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}

figcaption {
  padding: 10px;
  font-size: .9375rem;
  line-height: .9375rem;
  min-height: 10rem;
  color: #6c757d;
}









