

@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400&display=swap');
 


body {
  padding: 0;
  margin: 0;
  color: #002e5b;
  font-family: 'Khand', sans-serif;
  font-size: 15px;
}

a {
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  text-decoration: none;
  font-weight:600;
	font-family: 'Khand', sans-serif;
}

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

p {
  color: #666666;
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 15px;
}

p:last-child {
  margin-bottom: 0;
}

button, input {
  outline: 0 !important;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.bg-black-color {
  background-color: #002e5b;
}

.bg-f8f8f8 {
  background-color: #f8f8f8;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #2c5226;
  font-family: 'Archivo', sans-serif;
}

.bg-fafafa {
  background-color: #fafafa;
}

img {
  max-width: 100%;
}

img-2 {
    max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 700px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.section-title .sub-title {
  color: #db2017;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.section-title h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 600;
  font-family: 'Archivo', sans-serif;
	color: #1d3114;
}

.section-title p {
  max-width: 610px;
  font-size: 15px;
  margin-left: auto;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: auto;
	font-family: 'Poppins', sans-serif;
}

/*default-btn*/
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #f5b215;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Khand', sans-serif;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover, .default-btn:focus {
  color: #ffffff;
}

.default-btn:hover span, .default-btn:focus span {
  width: 225%;
  height: 562.5px;
}

.optional-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #002e5b;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Archivo', sans-serif;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.optional-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #db2017;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.optional-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  border: 1px solid #002e5b;
  z-index: -1;
}

.optional-btn:hover, .optional-btn:focus {
  color: #ffffff;
}

.optional-btn:hover span, .optional-btn:focus span {
  width: 225%;
  height: 562.5px;
}

/*form-control*/
.form-control {
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  text-transform: uppercase;
  color: #002e5b;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  padding-left: 15px;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-ms-input-placeholder {
  color: #999999;
}

.form-control::placeholder {
  color: #999999;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: #002e5b;
  top: 0;
  left: 0;
}

.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-43%);
          transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

.preloader .box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-animation: animate .5s linear infinite;
          animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
          animation: shadow .5s linear infinite;
}

@-webkit-keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

/*================================================
Navbar Area CSS
=================================================*/
.header-area {
 
  width: 100%;
    position: absolute;
    left: 0;
    z-index: 1001;
}

.header-area::before {
  
 	width: 100%;
    position: absolute;
    left: 0;
    z-index: 1001;
}

.top-header {
  padding-top: 10px;
  padding-bottom: 15px;
}

.top-header .top-header-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.top-header .top-header-nav li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  color: #ffffff;
  padding-left: 12px;
}

.top-header .top-header-nav li a {
  display: block;
  color: #ffffff;
}

.top-header .top-header-nav li a:hover {
  color: #db2017;
}

.top-header .top-header-nav li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #0000;
  border-radius: 50%;
}

.top-header .top-header-right-side {
	background-color: #f7a600;
	padding: 1em 1.2em;
	min-height: 50px;
	border-radius: 10px;
}

.top-header .top-header-right-side ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.top-header .top-header-right-side ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 52px;
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
}

.top-header .top-header-right-side ul li .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 10%;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-header-logo img {
    width: 250px;

}
.top-header .top-header-right-side ul li span {
  	display: block;
    color: #fff;
	background-color: #fff;
}

.top-header .top-header-right-side ul li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.top-header .top-header-right-side ul li a.default-btn {
  background-color: #db2017;
  color: #ffffff;
  top: 4px;
  font-size: 15px;
}

.top-header .top-header-right-side ul li a.default-btn span {
  background: #000;
}

.top-header .top-header-right-side ul li a.default-btn:hover {
  color: #002e5b;
}

.top-header .top-header-right-side ul li:hover .icon {
  color: #fff;
}

.top-header .top-header-right-side ul li:last-child {
  padding-left: 0;
  margin-right: 0;
}

.top-header .top-header-logo a {
  display: inline-block;
}

.daynday-responsive-nav {
  display: none;
}

.daynday-nav {
	width: 100%;
  
}

.daynday-nav .navbar {
  transition: 0.5s;
  padding-right: 20px;
  padding-top: 0;
  padding-left: 15px;
  padding-bottom: 0;
}

.daynday-nav .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.daynday-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.daynday-nav .navbar .navbar-nav {
  font-family: 'Khand', sans-serif;
  margin-left: auto;
}

.daynday-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.daynday-nav .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 13px;
  margin-right: 13px;
  font-family: 'Khand', sans-serif;
}

.daynday-nav .navbar .navbar-nav .nav-item a:hover, .daynday-nav .navbar .navbar-nav .nav-item a:focus, .daynday-nav .navbar .navbar-nav .nav-item a.active {
  color: #fff;
}

.daynday-nav .navbar .navbar-nav .nav-item a i {
  font-size: 11px;
}

.daynday-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.daynday-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.daynday-nav .navbar .navbar-nav .nav-item:hover a, .daynday-nav .navbar .navbar-nav .nav-item.active a {
  color: #fbab00;
}

.daynday-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: 80px;
  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;
  margin-top: 20px;
  border-top: 2px solid #db2017;
  padding: 0;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: uppercase;
  padding: 13px 20px 11px;
  margin: 0;
  position: relative;
  color: #002e5b;
  background-color: transparent;
  border-bottom: 1px dashed #000;
  font-size: 14px;
  font-weight: 600;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.daynday-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}

.daynday-nav .navbar .others-option {
  margin-left: 25px;
}

.daynday-nav .navbar .others-option .option-item {
  color: #002e5b;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.daynday-nav .navbar .others-option .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #002e5b;
  font-size: 20px;
  font-weight: 600;
}

.daynday-nav .navbar .others-option .option-item .search-btn:hover {
  color: #db2017;
}

.daynday-nav .navbar .others-option .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  color: #002e5b;
  font-size: 18px;
}

.daynday-nav .navbar .others-option .option-item .close-btn.active {
  display: block;
}

.daynday-nav .navbar .others-option .option-item .close-btn:hover {
  color: #db2017;
}

.daynday-nav .navbar .others-option .burger-menu {
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  color: #2c5226;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.daynday-nav .navbar .others-option .burger-menu:hover {
  color: #db2017;
}

.navbar-area {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #f7a600 !important;
	border: solid #fff;
	border-width: 0 0 5px 0;
}

.navbar-area.is-sticky .daynday-nav .navbar {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-left: 0;
  padding-right: 0;
}

.header-style-two::before {
  background-color: #ffffff;
}

.header-style-two .top-header .top-header-nav li {
  color: #002e5b;
}

.header-style-two .top-header .top-header-nav li a {
  color: #002e5b;
}

.header-style-two .top-header .top-header-nav li a:hover {
  color: #db2017;
}

.header-style-two .top-header .top-header-right-side ul li {
  color: #666666;
}

.header-style-two .top-header .top-header-right-side ul li a {
  color: #002e5b;
}

.header-style-two .top-header .top-header-right-side ul li a:hover {
  color: #db2017;
}

.header-style-two .top-header .top-header-right-side ul li a.default-btn {
  color: #ffffff;
}

.header-style-two .top-header .top-header-right-side ul li a.default-btn span {
  background: #002e5b;
}

.header-style-two .top-header .top-header-right-side ul li a.default-btn:hover {
  color: #ffffff;
}

.header-style-two .top-header .top-header-right-side ul li:hover .icon {
  background-color: #002e5b;
  color: #ffffff;
}

.header-style-two .daynday-nav .navbar {
  background-color: #002e5b;
  -webkit-box-shadow: -10px 10px rgba(0, 46, 91, 0.5);
          box-shadow: -10px 10px rgba(0, 46, 91, 0.5);
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item a:hover, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item a:focus, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item a.active {
  color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item:hover a, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item.active a {
  color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #002e5b;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-two .daynday-nav .navbar .others-option .option-item {
  color: #ffffff;
}

.header-style-two .daynday-nav .navbar .others-option .option-item .search-btn {
  color: #ffffff;
}

.header-style-two .daynday-nav .navbar .others-option .option-item .search-btn:hover {
  color: #db2017;
}

.header-style-two .daynday-nav .navbar .others-option .option-item .close-btn {
  color: #ffffff;
}

.header-style-two .daynday-nav .navbar .others-option .option-item .close-btn:hover {
  color: #db2017;
}

.header-style-two .daynday-nav .navbar .others-option .burger-menu {
  color: #ffffff;
}

.header-style-two .daynday-nav .navbar .others-option .burger-menu:hover {
  color: #db2017;
}

.header-style-two .navbar-area.is-sticky {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.3);
  background-color: #002e5b !important;
}

.header-style-three .daynday-nav .navbar-brand {
  display: none;
}

.header-style-three .daynday-nav .navbar .navbar-nav {
  margin-left: 0;
}

.header-style-three .daynday-nav .navbar .others-option {
  margin-left: auto;
}

.header-style-four::before {
  background-color: #ffffff;
}

.header-style-four .top-header .top-header-nav li {
  color: #002e5b;
}

.header-style-four .top-header .top-header-nav li a {
  color: #002e5b;
}

.header-style-four .top-header .top-header-nav li a:hover {
  color: #db2017;
}

.header-style-four .top-header .top-header-right-side ul li {
  color: #666666;
}

.header-style-four .top-header .top-header-right-side ul li a {
  color: #002e5b;
}

.header-style-four .top-header .top-header-right-side ul li a:hover {
  color: #db2017;
}

.header-style-four .top-header .top-header-right-side ul li a.default-btn {
  color: #ffffff;
}

.header-style-four .top-header .top-header-right-side ul li a.default-btn span {
  background: #002e5b;
}

.header-style-four .top-header .top-header-right-side ul li a.default-btn:hover {
  color: #ffffff;
}

.header-style-four .top-header .top-header-right-side ul li:hover .icon {
  background-color: #002e5b;
  color: #ffffff;
}

.header-style-four .daynday-nav .navbar-brand {
  display: none;
}

.header-style-four .daynday-nav .navbar {
  background-color: #002e5b;
  -webkit-box-shadow: -10px 10px rgba(0, 46, 91, 0.5);
          box-shadow: -10px 10px rgba(0, 46, 91, 0.5);
}

.header-style-four .daynday-nav .navbar .navbar-nav {
  margin-left: 0;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item a:hover, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item a:focus, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item a.active {
  color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item:hover a, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item.active a {
  color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #002e5b;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #002e5b;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #db2017;
}

.header-style-four .daynday-nav .navbar .others-option {
  margin-left: auto;
}

.header-style-four .daynday-nav .navbar .others-option .option-item {
  color: #ffffff;
}

.header-style-four .daynday-nav .navbar .others-option .option-item .search-btn {
  color: #ffffff;
}

.header-style-four .daynday-nav .navbar .others-option .option-item .search-btn:hover {
  color: #db2017;
}

.header-style-four .daynday-nav .navbar .others-option .option-item .close-btn {
  color: #ffffff;
}

.header-style-four .daynday-nav .navbar .others-option .option-item .close-btn:hover {
  color: #db2017;
}

.header-style-four .daynday-nav .navbar .others-option .burger-menu {
  color: #ffffff;
}

.header-style-four .daynday-nav .navbar .others-option .burger-menu:hover {
  color: #db2017;
}

.header-style-four .navbar-area.is-sticky {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.3);
  background-color: #002e5b !important;
}

.popular-destination	{
	background: url("../img/what-we-do-img.jpg") fixed;
	padding: 5em 0;
}

.popular-destination-content {
	 padding: 2em 0;
}

.popular-destination-content h1 {
	 color: #fff;
	  text-transform: uppercase;
	  font-size: 18px;
	  font-weight: 300;
	line-height: 40px;
		font-family: 'Roboto', sans-serif;
}

.popular-destination-content span {
	 color: #fff;
	  text-transform: uppercase;
	  font-size: 45px;
	  font-weight: 600;
		font-family: 'Khand', sans-serif;
	margin-bottom: 1em;
}

.popular-destination-content p {
	  color: #fff;
	  text-transform: capitalize;
	  font-size: 14px;
	  font-weight: 300;
	  font-family: 'M PLUS 1p', sans-serif;
	  line-height: 22px;
}


.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 330px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -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);
  margin-top: 31px;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #002e5b;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #db2017;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #db2017;
}

.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 30%;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar-modal .sidebar-modal-inner .close-btn {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #002e5b;
  cursor: pointer;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  line-height: 34px;
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
  background-color: red;
  border-color: red;
  color: #ffffff;
}

.sidebar-modal .sidebar-about-area {
  margin-bottom: 0px;
}

.sidebar-modal .sidebar-about-area .title h2 {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}


.sidebar-modal .sidebar-about-area .title p {
  font-size: 14px;
}

.sidebar-modal .sidebar-instagram-feed {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-instagram-feed h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.sidebar-modal .sidebar-instagram-feed ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}

.sidebar-modal .sidebar-instagram-feed ul li {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.sidebar-modal .sidebar-instagram-feed ul li a {
  display: block;
  position: relative;
}

.sidebar-modal .sidebar-instagram-feed ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
  opacity: .50;
  visibility: visible;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info {
  text-align: center;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #2c5226;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:hover {
  color: #333;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:not(:first-child) {
  color: #333;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #333;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 span {
  display: block;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 1px;
  padding-left: 0;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
  display: block;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li a i {
  font-size: 14px;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #db2017;
  background-color: #db2017;
}

.sidebar-modal::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

.sidebar-modal.active::before {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .daynday-responsive-nav {
    display: block;
  }
  .daynday-responsive-nav .daynday-responsive-menu {
    position: relative;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav {
    margin-top: 62px;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #db2017;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option {
    position: absolute;
    right: 55px;
    top: 13px;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item {
    color: #002e5b;
    display: inline-block;
    position: relative;
    line-height: 1;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #002e5b;
    font-size: 20px;
    font-weight: 600;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn:hover {
    color: #db2017;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 20px;
    color: #002e5b;
    font-size: 18px;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn.active {
    display: block;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn:hover {
    color: #db2017;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .burger-menu {
    display: none;
  }
  .daynday-responsive-nav .daynday-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 306px;
  }
  .daynday-responsive-nav .mean-container a.meanmenu-reveal {
    color: #2c5226;
  }
  .daynday-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #fff;
  }
  .daynday-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 1;
  }
  .navbar-area {
  }
  .daynday-nav {
    display: none;
  }
  .search-overlay.search-popup {
    width: 270px;
    right: -68px;
  }
  .search-overlay.search-popup .search-form .search-input {
    width: 94%;
  }
  .header-style-two .navbar-area {
    background-color: #002e5b;
  }
  .header-style-two .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item {
    color: #ffffff;
  }
  .header-style-two .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn {
    color: #ffffff;
  }
  .header-style-two .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn:hover {
    color: #db2017;
  }
  .header-style-two .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn {
    color: #ffffff;
  }
  .header-style-two .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn:hover {
    color: #db2017;
  }
  .header-style-two .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .burger-menu {
    color: #ffffff;
  }
  .header-style-two .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .burger-menu:hover {
    color: #db2017;
  }
  .header-style-two .daynday-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .header-style-two .daynday-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
  .header-style-four .navbar-area {
    background-color: #002e5b;
  }
  .header-style-four .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item {
    color: #ffffff;
  }
  .header-style-four .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn {
    color: #ffffff;
  }
  .header-style-four .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn:hover {
    color: #db2017;
  }
  .header-style-four .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn {
    color: #ffffff;
  }
  .header-style-four .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn:hover {
    color: #db2017;
  }
  .header-style-four .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .burger-menu {
    color: #ffffff;
  }
  .header-style-four .daynday-responsive-nav .daynday-responsive-menu.mean-container .mean-nav .others-option .burger-menu:hover {
    color: #db2017;
  }
  .header-style-four .daynday-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .header-style-four .daynday-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  height: 970px;
  position: relative;
  z-index: 2;
  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%;
  z-index: -1;
  background: transparent url(../img/banner-shape.png) center center no-repeat;
  background-size: cover;
}

.main-banner::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 360px;
  z-index: 1;
  background-image: url(../img/banner-white-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-bg1 {
  background-image: url(../img/main-banner-image/1.jpg);
}

.item-bg2 {
  background-image: url(../img/main-banner-image/2.jpg);
}

.item-bg3 {
  background-image: url(../img/main-banner-image/3.jpg);
}

.item-bg4 {
  background-image: url(../img/main-banner-image/4.jpg);
}

.item-bg5 {
  background-image: url(../img/main-banner-image/5.jpg);
}

.item-bg6 {
  background-image: url(../img/main-banner-image/6.jpg);
}

.item-bg7 {
  background-image: url(../img/main-banner-image/7.jpg);
}

.banner-section {
  height: 700px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: transparent url(../img/banner-shape.png) center center no-repeat;
  background-size: cover;
}

.banner-section .main-banner-content {
  margin-top: 150px;
}

.main-banner-content {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  max-width: 785px;
}

.main-banner-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  margin-bottom: 13px;
  font-size: 16px;
}

.main-banner-content h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 900;
}

.main-banner-content .btn-box {
  margin-top: 32px;
}

.main-banner-content .btn-box .default-btn {
  margin-right: 10px;
  background-color: #ffffff;
  color: #002e5b;
}

.main-banner-content .btn-box .default-btn:hover, .main-banner-content .btn-box .default-btn:focus {
  color: #ffffff;
}

.main-banner-content .btn-box .optional-btn {
  color: #ffffff;
}

.main-banner-content .btn-box .optional-btn::before {
  border-color: #ffffff;
}

.main-banner-content p {
  color: #ffffff;
  max-width: 485px;
  margin-bottom: 0;
  margin-top: 13px;
}

.main-banner-content.text-center {
  margin-left: auto;
  margin-right: auto;
}

.main-banner-content.text-center p {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.main-banner-content.text-center .btn-box .default-btn, .main-banner-content.text-center .btn-box .optional-btn {
  margin-left: 5px;
  margin-right: 5px;
}

.banner-content {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  max-width: 1000px;
}

.banner-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  margin-bottom: 17px;
  border-left: 3px solid #db2017;
  padding-left: 10px;
  font-size: 16px;
}

.banner-content h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  font-family: 'Khand', sans-serif;
}

.banner-content span {
  color: #fbab00;
	text-transform: capitalize;
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  font-family: 'Khand', sans-serif;
}

.banner-content p {
  color: #333;
  font-weight: 300;
	text-transform: capitalize;
  font-size: 30px;
  font-family: 'Khand', sans-serif;
}

.banner-content .btn-box {
  margin-top: 40px;
  position: relative;
}

.banner-content .btn-box .default-btn {
  margin-right: 25px;
  background-color: #ffffff;
  color: #002e5b;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 35px;
  padding-left: 35px;
}

.banner-content .btn-box .default-btn:hover, .banner-content .btn-box .default-btn:focus {
  color: #ffffff;
}

.banner-content .btn-box .video-btn {
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: 2px;
  font-weight: 600;
  font-size: 16px;
}

.banner-content .btn-box .video-btn span {
  display: inline-block;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-content .btn-box .video-btn span::after, .banner-content .btn-box .video-btn span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-content .btn-box .video-btn span::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.banner-content .btn-box .video-btn span::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.banner-content .btn-box .video-btn:hover span {
  background-color: #ffffff;
  color: #002e5b;
}

.banner-content p {
  color: #ffffff; 
  margin-bottom: 0; 
  background-color: #fb8500;
	width: 30%;
	padding: 0 0.3em ;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 0.5em;
}

.main-banner-section {
  height: 969px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner-section .main-banner-content {
  margin-top: 130px;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 50px;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  background-color: transparent !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  padding: 0 0 0 0 !important;
  opacity: .50;
  color: #ffffff;
  font-size: 30px;
  overflow: hidden;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
  padding: 0 25px 0 0 !important;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-prev::before {
  content: 'Prev';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-prev::after {
  content: 'Prev';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  font-size: 14px;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
  -webkit-transform: translateY(-190%);
          transform: translateY(-190%);
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-prev:hover::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 50px;
  padding: 0 0 0 25px !important;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next::before {
  content: 'Next';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next::after {
  content: 'Next';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  font-size: 14px;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
  -webkit-transform: translateY(-190%);
          transform: translateY(-190%);
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next:hover::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
}

.home-slides-two.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 50px;
  top: 58%;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
  background-color: transparent !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  padding: 0 0 0 0 !important;
  opacity: .50;
  color: #ffffff;
  font-size: 30px;
  overflow: hidden;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-prev {
  padding: 0 25px 0 0 !important;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-prev::before {
  content: 'Prev';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-prev::after {
  content: 'Prev';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  font-size: 14px;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-prev:hover::before {
  -webkit-transform: translateY(-190%);
          transform: translateY(-190%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-prev:hover::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 50px;
  padding: 0 0 0 25px !important;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next::before {
  content: 'Next';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next::after {
  content: 'Next';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  font-size: 14px;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next:hover::before {
  -webkit-transform: translateY(-190%);
          transform: translateY(-190%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next:hover::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
}

.shape1 {
  position: absolute;
  left: 35px;
  top: 26%;
  z-index: -1;
  -webkit-animation: moveLeftBounce 10s linear infinite;
          animation: moveLeftBounce 10s linear infinite;
  opacity: .50;
}

.shape2 {
  position: absolute;
  right: 200px;
  top: 30%;
  z-index: -1;
  -webkit-animation: moveBounce 10s linear infinite;
          animation: moveBounce 10s linear infinite;
  opacity: .50;
}

.shape3 {
  position: absolute;
  left: 100px;
  bottom: 135px;
  z-index: -1;
  -webkit-animation: moveBounce 10s linear infinite;
          animation: moveBounce 10s linear infinite;
  opacity: .50;
}

.shape4 {
  position: absolute;
  right: 74px;
  bottom: 75px;
  z-index: -1;
  -webkit-animation: moveLeftBounce 10s linear infinite;
          animation: moveLeftBounce 10s linear infinite;
  opacity: .50;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  	position: relative;
  	z-index: 1;
	margin: 5em 0;
}

.about-title {
  border-right: 1px solid #dedcde;
  padding-right: 50px;
}

.about-title span {
  color: #db2017;
  font-size: 25px;
  margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.about-title h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
	font-family: 'Roboto', sans-serif;
}

.about-text {
  padding-left: 40px;
}

.about-text p {
  font-size: 17px;
}

.about-text .read-more-btn {
  margin-top: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: #db2017;
  font-size: 15px;
  font-weight: 700;
}

.about-text .read-more-btn i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

.about-text .read-more-btn:hover i {
  margin-left: 3px;
}

.about-boxes-area {
  margin-top: 30px;
}

.single-about-box {
  margin-top: 30px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-about-box .icon {
  width: 90px;
  height: 100px;
  line-height: 100px;
  border-radius: 5px;
  background-color: #f8f8f8;
  color: #db2017;
  font-size: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.single-about-box h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 900;
}

.single-about-box h3 a {
  display: inline-block;
}

.single-about-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.single-about-box:hover .icon {
  background-color: #db2017;
  color: #ffffff;
}

.about-image {
  position: relative;
}

.about-image2 {
  position: relative;
}

.about-image img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 10px 0 0;
}

.about-content {
}

.about-content span {
  display: block;
  color: #f7a600;
  margin-bottom: 10px;
  font-size: 40px;
  text-align:left;
  font-weight: 600;
  font-family: 'Khand', sans-serif;
	text-transform: uppercase;
	line-height: 40px;
	width: 90%;
}

.about-content h2 {
  text-transform: uppercase;
  text-align:left;
  font-weight:500;
  font-size:30px;
  color:#545454;
  font-family: 'Khand', sans-serif;
	line-height: 30px;
}

.about-content p {
  display: block;
  color: #333;
  margin-bottom: 10px;
  font-size: 15px;
  text-align:justify;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 22px;
	font-weight: 300;
 
}

.about-content .default-btn {
  margin-top: 10px;
}

.about-inner-area {
  margin-top: 30px;
}

.about-text-box {
  background-color: #ffffff;
  padding: 30px;
  margin-top: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  box-shadow: 1px -1px 12px 6px #ddd;
}

.about-text-box h3 {
  margin-bottom: 17px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 900;
}

.about-text-box h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background-color: #4ddf47;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-text-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14.5px;
}

.about-text-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3aaa35;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border-radius: 5px;
}

.about-text-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.about-text-box:hover h3 {
  color: #ffffff;
  border-color: #ffffff;
}

.about-text-box:hover p {
  color: #ffffff;
}

.about-text-box:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.about-img {
  position: relative;
  z-index: 1;
  padding-right: 8px;
  padding-left: 50px;
}

.about-img .text {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #db2017;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 250px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.4);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.4);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.about-img .text span {
  display: inline-block;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.about-img .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Services Area CSS
=================================================*/


.single-services-box .icon {
  font-size: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-top: -15px;
  margin-bottom: 12px;
}

.single-services-box .icon .icon-bg img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto !important;
  display: inline-block !important;
  z-index: -1;
}

.single-services-box h3 { 
  position: relative;
  padding-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
	font-family: 'Khand', sans-serif;
	color: #fff;
	margin-top: 0.5em;
}

.single-services-box h3 a {
  display: inline-block;
}

.single-services-box h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #e1dfe1;
  height: 1px;
  width: 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .read-more-btn {
  display: inline-block;
  margin-top: 10px;
  color: #002e5b;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.single-services-box .read-more-btn:hover {
  letter-spacing: .5px;
}

.single-services-box .box-shape img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block !important;
}

.single-services-box .box-shape img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.single-services-box:hover {
  background-color: #040404;
}

.single-services-box:hover .icon {
  color: #508139;
}

.single-services-box:hover h3 {
  color: #ffffff;
}

.single-services-box:hover h3 a {
  color: #ffffff;
}

.single-services-box:hover p {
  color: #ffffff;
}

.single-services-box:hover .read-more-btn {
  color: #db2017;
}

.single-services-box:hover .box-shape img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.single-services-box:hover .box-shape img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.services-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: #272b62;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

.services-slides.owl-theme .owl-nav [class*=owl-] .flaticon-left-chevron {
  position: relative;
  left: -2px;
}

.services-slides.owl-theme .owl-nav [class*=owl-] .flaticon-right-chevron {
  position: relative;
  left: 2px;
}

.services-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #f5b215;
}

.services-slides.owl-theme .owl-dots {
  line-height: .01;
  margin-top: 5px;
  margin-bottom: 30px;
}

.services-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 0 3px;
  background-color: #afaaaf;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}

.services-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2c5226;
}

.services-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #508139;
  width: 25px;
}

.services-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.services-boxes-area {
  margin-bottom: -180px;
  position: relative;
}

.single-box {
  top: -180px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.single-box .image img {
  width: 100%;
}

.single-box .content {
  border-radius: 38% 38% 0 0;
  padding: 110px 30px 35px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: -125px;
}

.single-box .content h3 {
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 900;
}

.single-box .content h3 a {
  display: inline-block;
}

.single-box .content p {
  margin-top: 0;
  margin-bottom: 0;
}

.single-box .content .shape {
  position: absolute;
  left: 0;
  top: -75px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.single-box .content .shape img {
  width: 100%;
}

.single-box .content .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: 0 auto;
}

.services-box {
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
}

.services-box .image {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.services-box .image img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-box .content {
  padding: 30px;
  border-radius: 0 0 5px 5px;
}

.services-box .content h3 {
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.services-box .content h3 a {
  display: inline-block;
}

.services-box .content .read-more-btn {
  display: inline-block;
  margin-top: 5px;
  color: #002e5b;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
}

.services-box .content .read-more-btn:hover {
  letter-spacing: .5px;
}

.services-box .content .read-more-btn i {
  font-size: 12px;
}

.services-box:hover {
  border-radius: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.services-box:hover .image {
  border-radius: 0;
}

.services-box:hover .image img {
  border-radius: 0;
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}

.services-box:hover .content {
  border-radius: 0;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.partner-title {
  text-align: center;
}

.partner-title h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 900;
}

.single-partner-item {
  text-align: center;
}

.single-partner-item a {
  display: block;
}

.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-area .container-fluid {
  padding: 0;
}

.why-choose-us-area .container-fluid .row {
  margin: 0;
}

.why-choose-us-area .container-fluid .row .col-lg-5, .why-choose-us-area .container-fluid .row .col-lg-7 {
  padding: 0;
}

.why-choose-us-content {
  background-color: #335423;

}

.why-choose-us-content .content {
  max-width: 705px;
  overflow: hidden;
  padding-left: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: 'Ubuntu', sans-serif;
}

.why-choose-us-content .content .title {
  margin-bottom: 10px;
}

.why-choose-us-content .content .title .sub-title {
  color: #db2017;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.why-choose-us-content .content .title h2 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}

.why-choose-us-content .content .title	span {
	color: #7aba5b;
	font-size: 25px;
	font-weight: 500;
}

.why-choose-us-content .content .title p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}

.why-choose-us-content .content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-top: 0;
}

.why-choose-us-content .content .features-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  color: #e5e5e5;
  position: relative;
  padding-left: 82px;
  padding-right: 15px;
  padding-top: 30px;
}

.why-choose-us-content .content .features-list li .icon {
  position: absolute;
  left: 15px;
  top: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  color: #ffffff;
  background-color: #1f3514;
  text-align: center;
  font-size: 28px;
}

.why-choose-us-content .content .features-list li span {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}

.why-choose-us-content .content .features-list li:hover .icon {
  background-color: #ffffff;
  color: #5d9442;
}

.why-choose-us-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose-us-image.bg1 {
  background-image: url(../img/why-choose-img1.jpg);
}

.why-choose-us-image.bg2 {
  background-image: url(../img/why-choose-img2.jpg);
}

.why-choose-us-image.bg3 {
  background-image: url(../img/why-choose-img3.jpg);
}

.why-choose-us-image.bg4 {
  background-image: url(../img/why-choose-img4.jpg);
}

.why-choose-us-image img {
  width: auto !important;
  display: none !important;
}

.why-choose-us-slides {
  height: 100%;
}

.why-choose-us-slides .owl-stage-outer {
  width: 100%;
  height: 100%;
}

.why-choose-us-slides .owl-stage-outer .owl-stage {
  height: 100%;
}

.why-choose-us-slides .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.why-choose-us-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.why-choose-us-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 35px;
}

.why-choose-us-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 25px;
}

.why-choose-us-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #db2017;
  background-color: transparent;
}

.why-choose-us-slides.owl-theme .owl-dots {
  line-height: .01;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
}

.why-choose-us-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 0 3px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}

.why-choose-us-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #db2017;
}

.why-choose-us-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #db2017;
  width: 25px;
}

.why-choose-us-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
CTR Area CSS
=================================================*/
.ctr-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #db2017;
  padding-top: 150px;
  padding-bottom: 150px;
}

.ctr-area .shape {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.ctr-content {
  border-radius: 5px;
  padding: 50px;
  position: relative;
  z-index: 2;
  max-width: 590px;
  background-color: #002e5b;
}

.ctr-content h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 42px;
  font-weight: 900;
}

.ctr-content p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 5px;
}

.ctr-content .default-btn {
  margin-top: 15px;
  background-color: #db2017;
}

.ctr-content .default-btn span {
  background-color: #ffffff;
}

.ctr-content .default-btn:hover, .ctr-content .default-btn:focus {
  color: #db2017;
}

.ctr-image {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  text-align: center;
  padding-bottom: 40px;
}

.single-pricing-box .pricing-header {
  background-color: #002e5b;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-pricing-box .pricing-header.bg1 {
  background-image: url(../img/achievements-img1.jpg);
}

.single-pricing-box .pricing-header.bg2 {
  background-image: url(../img/achievements-img2.jpg);
}

.single-pricing-box .pricing-header.bg3 {
  background-image: url(../img/achievements-img3.jpg);
}

.single-pricing-box .pricing-header::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #002e5b;
  opacity: .65;
}

.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
}

.single-pricing-box .pricing-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 145px;
  width: 100%;
  background-image: url(../img/pricing-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-pricing-box .price {
  color: #002e5b;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 900;
}

.single-pricing-box .price sub {
  text-transform: lowercase;
  bottom: 2px;
  font-weight: 400;
  font-size: 16px;
}

.single-pricing-box .book-now-btn {
  margin-top: 20px;
}

.single-pricing-box .book-now-btn .default-btn {
  background-color: transparent;
  color: #db2017;
  border: 1px solid #db2017;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.single-pricing-box .book-now-btn .default-btn span {
  background-color: #db2017;
}

.single-pricing-box .book-now-btn .default-btn:hover {
  color: #ffffff;
}

.single-pricing-box .pricing-features-list {
  margin-bottom: 0;
  margin-top: 25px;
  list-style-type: none;
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
}

.single-pricing-box .pricing-features-list li {
  color: #002e5b;
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 400;
}

.single-pricing-box .pricing-features-list li i {
  color: #db2017;
  margin-right: 4px;
}

.single-pricing-box .pricing-features-list li i.flaticon-cross-out {
  font-size: 13px;
  color: red;
}

.single-pricing-box .pricing-features-list li.none-active {
  opacity: .76;
}

.single-pricing-box .pricing-features-list li.none-active i {
  color: #002e5b;
}

.single-pricing-box .pricing-features-list li:last-child {
  margin-bottom: 0;
}

/*================================================
Quote Area CSS
=================================================*/
.quote-area {
  background-image: url(../img/white-bg-line.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
}

.quote-content {
  padding-right: 15px;
  text-align: center;
}

.quote-content h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 900;
}

.quote-content p {
  font-size: 15.5px;
  margin-top: 8px;
  margin-bottom: 0;
}

.quote-content .image {
  margin-top: 35px;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.quote-list-tab {
  margin-left: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 30px;
  border-radius: 5px;
}

.quote-list-tab .tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-family: "Roboto", sans-serif;
}

.quote-list-tab .tabs li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
}

.quote-list-tab .tabs li a {
  display: block;
  padding: 10px 20.6px;
  background-color: transparent;
  color: #848484;
}

.quote-list-tab .tabs li a:hover {
  color: #002e5b;
  background-color: #f9f9f9;
}

.quote-list-tab .tabs li.current a {
  color: #002e5b;
  background-color: #f9f9f9;
}

.quote-list-tab .tabs_item {
  background-color: #f9f9f9;
  padding: 25px;
}

.quote-list-tab .tabs_item p {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
}

.quote-list-tab .tabs_item form .form-group {
  margin-bottom: 15px;
}

.quote-list-tab .tabs_item form .form-control {
  border: none;
  background-color: #ffffff;
}

.quote-list-tab .tabs_item form .default-btn {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.quote-list-tab .tabs_item form .nice-select {
  background-color: #ffffff;
  color: #002e5b;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  height: 50px;
  line-height: 53px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.quote-list-tab .tabs_item form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  height: 260px;
  overflow-y: scroll;
  padding-top: 10px;
  padding-bottom: 10px;
}

.quote-list-tab .tabs_item form .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}

.quote-list-tab .tabs_item form .nice-select .list .option:hover {
  background-color: #db2017 !important;
  color: #ffffff;
}

.quote-list-tab .tabs_item form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.quote-list-tab .tabs_item form .nice-select:after {
  right: 15px;
  border-color: #002e5b;
  width: 10px;
  height: 10px;
}

.quote-boxes-area {
  position: relative;
  z-index: 3;
  margin-top: -91px;
}

.quote-boxes-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  text-align: center;
  max-width: 800px;
  padding: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.quote-boxes-content h2 {
  margin-bottom: 0;
  background-color: #db2017;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  padding: 30px 30px 25px;
  font-size: 30px;
  font-weight: 900;
  margin-top: -50px;
  margin-right: -50px;
  margin-left: -50px;
  margin-bottom: 50px;
}

.quote-boxes-content form {
  position: relative;
  z-index: 1;
}

.quote-boxes-content form .form-group {
  margin-bottom: 0;
}

.quote-boxes-content form .row {
  margin-left: -4px;
  margin-right: -4px;
}

.quote-boxes-content form .row .col-lg-4, .quote-boxes-content form .row .col-lg-5, .quote-boxes-content form .row .col-lg-3, .quote-boxes-content form .row .col-lg-7, .quote-boxes-content form .row .col-lg-12 {
  padding-left: 4px;
  padding-right: 4px;
}

.quote-boxes-content form .nice-select {
  background-color: #ffffff;
  color: #002e5b;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.quote-boxes-content form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  height: 260px;
  overflow-y: scroll;
  padding-top: 10px;
  padding-bottom: 10px;
}

.quote-boxes-content form .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}

.quote-boxes-content form .nice-select .list .option:hover {
  background-color: #db2017 !important;
  color: #ffffff;
}

.quote-boxes-content form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.quote-boxes-content form .nice-select:after {
  right: 15px;
  border-color: #002e5b;
  width: 10px;
  height: 10px;
}

.quote-boxes-content form .form-control {
  height: 55px;
  border: none;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  background-color: #ffffff;
}

.quote-boxes-content form .default-btn {
  margin-top: 25px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(0, 46, 91, 0.2);
          box-shadow: 0 5px 28.5px 1.5px rgba(0, 46, 91, 0.2);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 45px;
  padding-right: 45px;
}

.quote-boxes-content .image {
  position: absolute;
  left: -180px;
  bottom: -30px;
}

/*================================================
Find Agent Area CSS
=================================================*/
.find-agent-area {
  background-image: url(../img/agent-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.find-agent-content {
  padding-right: 20px;
}

.find-agent-content .col-lg-12:last-child .box {
  margin-bottom: 0;
}

.find-agent-content .box {
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px 20px 20px 115px;
}

.find-agent-content .box .icon {
  background-color: #002e5b;
  color: #ffffff;
  font-size: 45px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 95px;
  height: 128px;
  text-align: center;
}

.find-agent-content .box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.find-agent-content .box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
}

.find-agent-contact-info {
  padding-left: 20px;
}

.find-agent-contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.find-agent-contact-info ul li {
  position: relative;
  padding-left: 100px;
  color: #666666;
  z-index: 1;
  margin-top: 35px;
  margin-bottom: 35px;
}

.find-agent-contact-info ul li .icon {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-color: #d9e5f1;
  border-radius: 50%;
  line-height: 85px;
  text-align: center;
  font-size: 35px;
  color: #ffffff;
}

.find-agent-contact-info ul li .icon::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  background-color: #002e5b;
  margin: 5px;
  content: '';
}

.find-agent-contact-info ul li span {
  color: #002e5b;
  display: block;
  font-size: 16px;
  margin-bottom: 1px;
}

.find-agent-contact-info ul li a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 25px;
}

.find-agent-contact-info ul li:last-child {
  margin-bottom: 0;
}

.find-agent-contact-info ul li:last-child::before {
  height: 100%;
}

.find-agent-contact-info ul li:first-child {
  margin-top: 0;
}

.find-agent-contact-info ul li:nth-child(2) {
  padding-left: 0;
}

.find-agent-contact-info ul li::before {
  width: 1px;
  height: 280%;
  background-color: #e8e8e8;
  content: '';
  z-index: -1;
  position: absolute;
  left: 40px;
  top: 0;
}

.find-agent-contact-info ul li cite {
  background-color: #edf6ff;
  padding: 3px 8px;
  position: relative;
  left: 25px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-slides {
  position: relative;
}

.feedback-slides .client-feedback {
  position: relative;
}

.feedback-slides .client-feedback .single-feedback {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
  padding-top: 75px;
}

.feedback-slides .client-feedback .single-feedback p {
  position: relative;
  max-width: 790px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: normal;
  font-style: italic;
}

.feedback-slides .client-feedback .single-feedback::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "\f107";
  top: 0;
  color: #db2017;
  display: inline-block;
  margin-top: -27px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-family: Flaticon;
  font-style: normal;
}

.feedback-slides .client-thumbnails {
  position: relative;
  max-width: 450px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.feedback-slides .client-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
}

.feedback-slides .client-thumbnails .item .img-fill img {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  border: 3px solid #db2017;
  border-radius: 50%;
  width: 85px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.feedback-slides .client-thumbnails .item .title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 20px -100px 0;
  text-align: center;
}

.feedback-slides .client-thumbnails .item .title h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.feedback-slides .client-thumbnails .item .title span {
  display: block;
  color: #db2017;
  font-size: 14px;
  margin-top: 5px;
}

.feedback-slides .client-thumbnails .item.slick-center .title {
  opacity: 1;
  visibility: visible;
}

.feedback-slides .client-thumbnails .item.slick-center .img-fill img {
  border-color: #002e5b;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.feedback-slides .next-arrow, .feedback-slides .prev-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #bcbcbc;
  z-index: 1;
  border-radius: 50%;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  font-size: 25px;
  visibility: hidden;
}

.feedback-slides .next-arrow:hover, .feedback-slides .prev-arrow:hover {
  color: #db2017;
}

.feedback-slides .next-arrow {
  right: -20px;
}

.feedback-slides .prev-arrow {
  left: -20px;
}

.feedback-slides:hover .next-arrow, .feedback-slides:hover .prev-arrow {
  opacity: 1;
  visibility: visible;
}

.feedback-slides .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single-feedback-item {
  position: relative;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 8px;
}

.single-feedback-item .feedback-desc {
  background-color: #002e5b;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-top: 35px;
}

.single-feedback-item .feedback-desc p {
  margin-bottom: 0;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
}

.single-feedback-item .feedback-desc p::before {
  content: '"';
  position: relative;
  display: inline-block;
  left: 0;
  color: #ffffff;
}

.single-feedback-item .feedback-desc p::after {
  content: '"';
  position: relative;
  display: inline-block;
  right: 0;
  color: #ffffff;
}

.single-feedback-item .feedback-desc::before {
  content: '';
  position: absolute;
  left: 35px;
  bottom: -12px;
  width: 25px;
  height: 25px;
  z-index: -1;
  background-color: #002e5b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.single-feedback-item::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "\f107";
  position: absolute;
  left: 0;
  top: -25px;
  left: -25px;
  color: #ffffff;
  background-color: #db2017;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  font-family: Flaticon;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
}

.single-feedback-item .client-info {
  position: relative;
  margin-top: 35px;
}

.single-feedback-item .client-info img {
  width: 60px !important;
  height: 60px !important;
  display: inline-block !important;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-item .client-info h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.single-feedback-item .client-info span {
  display: block;
  color: #db2017;
  font-size: 14px;
  margin-top: 5px;
}

/*================================================
Our Mission Area CSS
=================================================*/
.our-mission-area {
  background-color: #002e5b;
}

.mission-image {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mission-image.bg-1 {
  background-image: url(../img/mission-img1.jpg);
}

.mission-image.bg-2 {
  background-image: url(../img/mission-img2.jpg);
}

.mission-image img {
  display: none;
}

.mission-text {
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
}

.mission-text .icon {
  color: #db2017;
  font-size: 60px;
  margin-bottom: 12px;
  margin-top: -18px;
}

.mission-text h3 {
  color: #ffffff;
  margin-bottom: 17px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.mission-text h3::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  margin: 0 auto;
  bottom: 0;
  background-color: #db2017;
  height: 1px;
}

.mission-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.mission-text .default-btn {
  margin-top: 22px;
  background-color: #db2017;
}

.mission-text .default-btn span {
  background-color: #ffffff;
}

.mission-text .default-btn:hover, .mission-text .default-btn:focus {
  color: #db2017;
}

.mission-text .shape {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

/*================================================
Team Area CSS
=================================================*/
.single-team-box {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
}

.single-team-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.single-team-box .image img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social {
  margin-bottom: 0;
  z-index: 1;
  list-style-type: none;
  position: absolute;
  left: 50%;
  bottom: -100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  background-color: #002e5b;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.single-team-box .image .social li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.single-team-box .image .social li a {
  display: inline-block;
  color: #ffffff;
}

.single-team-box .image .social li a:hover {
  color: #db2017;
}

.single-team-box .content {
  padding: 25px;
}

.single-team-box .content h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.single-team-box .content span {
  display: block;
  margin-top: 6px;
  color: #db2017;
  font-size: 15px;
  font-weight: 300;
}

.single-team-box:hover .image img {
  -webkit-transform: scale(1.2) rotate(4deg);
          transform: scale(1.2) rotate(4deg);
}

.single-team-box:hover .image .social {
  bottom: 15px;
}

.team-slides.owl-theme .owl-item .single-team-box {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin-bottom: 40px;
}

.team-slides.owl-theme .owl-item.active.center .single-team-box {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
}

.team-slides.owl-theme .owl-item.active.center .single-team-box .social {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  bottom: 15px;
}

.team-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box {
    padding: 5px;
    text-align: center;
        margin-bottom: 25px;
}

.single-products {
    text-align: center;
    padding: 9px;
    margin-bottom: 25px;
}

a.default-btn.offerbtn {
    padding: 7px 16px;
    background: #db2017;
    font-size: 11px;
}
a.default-btn.offerbtn .download {
    padding: 7px 16px;
    background: #db2017;
    font-size: 11px;
}
a.default-btn.offerbtn.download {
    background: #2e2d7e;
}
.single-products h3 {
    margin-top: 15px;
}
.team-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #bcbcbc;
  font-size: 25px;
}

.team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -30px;
}

.team-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #db2017;
  background-color: transparent;
}

.team-slides.owl-theme .owl-dots {
  line-height: .01;
  margin-top: -5px;
  margin-bottom: 30px;
}

.team-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 0 3px;
  background-color: #002e5b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}

.team-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #db2017;
}

.team-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #db2017;
  width: 25px;
}

.team-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Events Area CSS
=================================================*/
.single-events-box {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
}

.single-events-box .events-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
}

.single-events-box .events-box .events-image {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  border-radius: 5px 0 0 5px;
}

.single-events-box .events-box .events-image .image {
  height: 100%;
  width: 100%;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-events-box .events-box .events-image .image img {
  display: none;
}

.single-events-box .events-box .events-image .image.bg1 {
  background-image: url(../img/events-image/1.jpg);
}

.single-events-box .events-box .events-image .image.bg2 {
  background-image: url(../img/events-image/2.jpg);
}

.single-events-box .events-box .events-image .image.bg3 {
  background-image: url(../img/events-image/3.jpg);
}

.single-events-box .events-box .events-image .image.bg4 {
  background-image: url(../img/events-image/4.jpg);
}

.single-events-box .events-box .events-content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.single-events-box .events-box .events-content .content {
  padding: 30px;
}

.single-events-box .events-box .events-content .content h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.single-events-box .events-box .events-content .content h3 a {
  display: inline-block;
}

.single-events-box .events-box .events-content .content .location {
  display: block;
  color: #666666;
  margin-top: 15px;
}

.single-events-box .events-box .events-content .content .location i {
  color: #db2017;
  margin-right: 2px;
}

.single-events-box .events-box .events-content .content .join-now-btn {
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 3px;
}

.single-events-box .events-box .events-content .content .join-now-btn::before {
  width: 100%;
  height: 1px;
  background: #db2017;
  content: '';
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  bottom: 0;
}

.single-events-box .events-box .events-content .content .join-now-btn:hover::before {
  width: 0;
}

.single-events-box .events-box .events-date {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  border-radius: 0 5px 5px 0;
}

.single-events-box .events-box .events-date .date {
  width: 100%;
  height: 100%;
  background-color: #db2017;
  text-align: center;
  color: #ffffff;
  position: relative;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  font-size: 23px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.single-events-box .events-box .events-date .date span {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.single-events-box .events-box .events-date .date span::before {
  content: '';
  position: absolute;
  right: 5px;
  top: 4px;
  background: #ffffff;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.single-events-box .events-box .events-date .date h3 {
  color: #ffffff;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
}

.single-events-box .events-box .events-date .date p {
  color: #ffffff;
  line-height: initial;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.single-events-box .events-box .events-date .date i {
  display: inline-block;
  font-size: 110px;
  color: #ffffff;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .10;
}

/*================================================
Events Details Area CSS
=================================================*/
.events-details-header {
  margin-bottom: 25px;
}

.events-details-header .back-all-events {
  display: inline-block;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 14px;
}

.events-details-header .back-all-events:hover {
  color: #db2017;
}

.events-details-header h3 {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 900;
}

.events-details-header .events-info-meta {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.events-details-header .events-info-meta li {
  display: inline-block;
  margin-right: 10px;
  color: #666666;
}

.events-details-header .events-info-meta li i {
  color: #db2017;
  margin-right: 1px;
}

.events-details .events-details-image {
  margin-bottom: 20px;
}

.events-details .events-details-image img {
  border-radius: 5px;
  width: 100%;
}

.events-details .events-info-links {
  margin-top: 25px;
}

.events-details .events-info-links a {
  display: inline-block;
  background-color: #db2017;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px 6px;
  margin-right: 5px;
}

/*================================================
Achievements Area CSS
=================================================*/
.achievements-area {
  position: relative;
  z-index: 1;
}

.achievements-area .container-fluid {
  padding: 0;
}

.achievements-area .container-fluid .row {
  margin: 0;
}

.achievements-area .container-fluid .row .col-lg-6 {
  padding: 0;
}

.achievements-area .container-fluid .row .row {
  margin-left: -15px;
  margin-right: -15px;
}

.achievements-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #002e5b;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.achievements-content .title {
  margin-bottom: 30px;
}

.achievements-content .title .sub-title {
  color: #db2017;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.achievements-content .title h2 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 900;
}

.achievements-content .title p {
  color: #ffffff;
  font-size: 16px;
  max-width: 655px;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.achievements-content .bg-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.single-funfact {
  text-align: center;
  margin-top: 30px;
}

.single-funfact i {
  color: #db2017;
  font-size: 50px;
  display: inline-block;
  margin-top: -11px;
  margin-bottom: 0;
}

.single-funfact h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 900;
}

.single-funfact h3 .sign-icon {
  font-size: 40px;
  position: relative;
  top: 4px;
}

.single-funfact p {
  line-height: initial;
  color: #ffffff;
  font-size: 17px;
  margin-top: 3px;
  margin-bottom: 0;
}

.single-achievements-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-achievements-image.bg1 {
  background-image: url(../img/achievements-img1.jpg);
}

.single-achievements-image.bg2 {
  background-image: url(../img/achievements-img2.jpg);
}

.single-achievements-image.bg3 {
  background-image: url(../img/achievements-img3.jpg);
}

.single-achievements-image img {
  width: auto !important;
  display: none !important;
}

.achievements-image-slides {
  height: 100%;
}

.achievements-image-slides .owl-stage-outer {
  width: 100%;
  height: 100%;
}

.achievements-image-slides .owl-stage-outer .owl-stage {
  height: 100%;
}

.achievements-image-slides .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.achievements-image-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.achievements-image-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 35px;
}

.achievements-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 25px;
}

.achievements-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #db2017;
  background-color: transparent;
}

.achievements-image-slides.owl-theme .owl-dots {
  line-height: .01;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
}

.achievements-image-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 0 3px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}

.achievements-image-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #db2017;
}

.achievements-image-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #db2017;
  width: 25px;
}

.achievements-image-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.divider {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 5vw;
  max-width: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background-color: #002e5b;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 2;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  border-radius: 5px;
}

.single-blog-post .post-image {
  position: relative;
  overflow: hidden;
}

.single-blog-post .post-image a {
  display: block;
}

.single-blog-post .post-image a img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0 5px 0 0;
  padding: 10px 25px 0;
  z-index: 1;
  font-size: 14px;
  font-weight: 300;
}

.single-blog-post .post-image .date i {
  color: #db2017;
  margin-right: 2px;
}

.single-blog-post .post-content {
  padding: 25px;
}

.single-blog-post .post-content h3 {
  margin-bottom: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.single-blog-post .post-content p {
  margin-bottom: 0;
}

.single-blog-post .post-content .default-btn {
  margin-top: 20px;
}

.single-blog-post:hover .post-image a img {
  -webkit-transform: scale(1.3) rotate(4deg);
          transform: scale(1.3) rotate(4deg);
}

.blog-notes {
  margin-top: 10px;
  text-align: center;
}

.blog-notes p {
  line-height: initial;
}

.blog-notes p a {
  display: inline-block;
  color: #db2017;
}

.blog-notes p a:hover {
  color: #002e5b;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-image img {
  border-radius: 5px;
  width: 100%;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #002e5b;
  margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #666666;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #db2017;
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #db2017;
  margin-right: 3px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #db2017;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 25px;
  font-weight: 700;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #666666;
}

.blog-details-desc .article-content .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: #faf5f5;
  color: #db2017;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.blog-details-desc .article-content .features-list li:hover i {
  background-color: #db2017;
  color: #ffffff;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #666666;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #002e5b;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #db2017;
}

.blog-details-desc .article-footer .article-share {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #db2017;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
  font-size: 14px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: #db2017;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}

.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 25px;
  font-weight: 700;
}

.comments-area .comments-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #db2017;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.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: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: #002e5b;
  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 #ded9d9;
  color: #002e5b;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #db2017;
  border-color: #db2017;
}

.comments-area .comment-body p {
  font-size: 14px;
}

.comments-area .comment-author {
  font-size: 17px;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #666666;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #666666;
}

.comments-area .comment-metadata a:hover {
  color: #db2017;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  position: relative;
  font-size: 25px;
  font-weight: 700;
}

.comments-area .comment-respond .comment-reply-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #db2017;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  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;
  font-weight: 600;
  color: #002e5b;
  margin-bottom: 5px;
}

.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: #db2017;
}

.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: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #db2017;
  border: none;
  color: #ffffff;
  padding: 12px 35px 10px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #002e5b;
}

/*================================================
Case Study Area CSS
=================================================*/
.single-case-study-box {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}

.single-case-study-box .case-study-image {
  visibility: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


.single-case-study-box .case-study-img-hover {
  -webkit-transition: .5s;
  transition: .5s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  top: 0;
  left: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.single-case-study-box .case-study-info {
  z-index: 2;
  background-color: #ffffff;
  padding: 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.single-case-study-box .case-study-info .category {
  display: block;
  color: #db2017;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.single-case-study-box .case-study-info .title {
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
}

.single-case-study-box .case-study-info .title a {
  display: inline-block;
  color: #002e5b;
}

.single-case-study-box:hover {
  -webkit-box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.single-case-study-box:hover .case-study-img-hover {
  height: 100%;
  opacity: 0.2;
}

.single-case-study-box:hover .case-study-info {
  background-color: transparent;
  position: relative;
}

/*================================================
Case Study Details Area CSS
=================================================*/
.case-study-details-image {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.case-study-details-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case-study-details-image a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 30px;
  background-color: #db2017;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
}

.case-study-details-image a:hover {
  background-color: #002e5b;
  color: #ffffff;
}

.case-study-details-image:hover a {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.case-study-details-image:hover img {
  -webkit-transform: scale(1.3) rotate(4deg);
          transform: scale(1.3) rotate(4deg);
}

.case-study-details-desc {
  margin-top: 5px;
}

.case-study-details-desc h3 {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 900;
}

.case-study-details-desc .features-text {
  margin-top: 25px;
  margin-bottom: 25px;
}

.case-study-details-desc .features-text h4 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.case-study-details-desc .features-text h4 i {
  font-size: 16px;
  margin-right: 4px;
  color: #db2017;
}

.case-study-details-desc .case-study-details-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 35px;
}

.case-study-details-desc .case-study-details-info .single-info-box {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.case-study-details-desc .case-study-details-info .single-info-box h4 {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
}

.case-study-details-desc .case-study-details-info .single-info-box span {
  display: block;
  color: #666666;
  font-size: 15px;
}

.case-study-details-desc .case-study-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.case-study-details-desc .case-study-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 8px;
}

.case-study-details-desc .case-study-details-info .single-info-box .social li a {
  color: #666666;
  display: inline-block;
}

.case-study-details-desc .case-study-details-info .single-info-box .social li a:hover {
  color: #db2017;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {

  position: relative;
  z-index: 1;
  background-position: center center;
 background: #2e2d7e;
  
}


.page-title-content {
     text-align: center;
    padding: 70px;
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 900;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}

.page-title-content ul li {
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-title-content ul li a {
  display: inline-block;
  color: #ffffff;
}

.page-title-content ul li::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #db2017;
}

.page-title-content ul li:last-child::before {
  display: none;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 15px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 2px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  color: #002e5b;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #db2017;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.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: uppercase;
  position: relative;
  font-weight: 900;
  font-size: 19px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #db2017;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  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: #db2017;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #db2017;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form button:hover {
  background-color: #002e5b;
  color: #ffffff;
}

.widget-area .widget_daynday_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_daynday_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_daynday_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_daynday_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_daynday_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_daynday_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog-image/7.jpg);
}

.widget-area .widget_daynday_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog-image/8.jpg);
}

.widget-area .widget_daynday_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog-image/9.jpg);
}

.widget-area .widget_daynday_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_daynday_posts_thumb .item .info time {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-area .widget_daynday_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
}

.widget-area .widget_daynday_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #002e5b;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #db2017;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #002e5b;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #db2017;
}

.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-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #db2017;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #002e5b;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #db2017;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #002e5b;
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #db2017;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #002e5b;
}

.widget-area .widget_archive ul li a:hover {
  color: #db2017;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 14px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #db2017;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #002e5b;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #db2017;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #002e5b;
  padding-left: 14px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #db2017;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #002e5b;
}

.widget-area .widget_meta ul li a:hover {
  color: #db2017;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #002e5b;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #db2017;
  border-color: #db2017;
}

.widget-area .widget_events_details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_events_details ul li {
  border-bottom: 1px solid #eeeeee;
  color: #666666;
  padding-bottom: 10px;
  padding-top: 10px;
}

.widget-area .widget_events_details ul li:first-child {
  padding-top: 0;
}

.widget-area .widget_events_details ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget-area .widget_events_details ul li span {
  display: inline-block;
  color: #002e5b;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.widget-area .widget_events_details ul li a {
  display: inline-block;
  color: #666666;
}

.widget-area .widget_events_details ul li a:hover {
  color: #db2017;
}

/*================================================
daynday Details Area CSS
=================================================*/
.daynday-details-header .content h3 {
  margin-bottom: 18px;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 700;
}

.daynday-details-header .image img {
  border-radius: 5px;
}

.daynday-details-desc {
  margin-top: 30px;
}

.daynday-details-desc h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 30px;
  font-weight: 700;
}

.daynday-details-desc .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 25px;
  margin-top: 20px;
}

.daynday-details-desc .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.daynday-details-desc .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.daynday-details-desc .wp-block-gallery.columns-3 li figure img {
  border-radius: 5px;
}

.daynday-details-desc .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.daynday-details-desc .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #666666;
}

.daynday-details-desc .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: #faf5f5;
  color: #db2017;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.daynday-details-desc .features-list li:hover i {
  background-color: #db2017;
  color: #ffffff;
}

.daynday-details-desc .features-list li:last-child {
  margin-bottom: 0;
}

.daynday-details-desc blockquote, .daynday-details-desc .blockquote {
  text-align: left;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #002e5b;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 25px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #efefef;
  content: "\f10e";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #db2017;
  margin-top: 20px;
  margin-bottom: 20px;
}

.daynday-post-navigation {
  overflow: hidden;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  float: left;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  min-height: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
  width: 100px;
  height: 100px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #db2017;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 700;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: #002e5b;
}

.prev-link-wrapper .prev-title {
  max-width: 210px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #666666;
  text-transform: capitalize;
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
}

.next-link-wrapper {
  float: right;
  text-align: right;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  min-height: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
  width: 100px;
  height: 100px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #db2017;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 700;
}

.next-link-wrapper .next-link-info-wrapper {
  color: #002e5b;
}

.next-link-wrapper .next-title {
  max-width: 210px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: #666666;
  text-transform: capitalize;
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-image {
  width: 100%;
  height: 100%;
  background-image: url(../img/faq-img1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-image img {
  display: none;
}

.faq-accordion {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

.faq-accordion .sub-title {
  display: block;
  margin-bottom: 10px;
  color: #db2017;
  font-size: 18px;
}

.faq-accordion h2 {
  margin-bottom: 0;
  line-height: 1.3;
  text-transform: uppercase;
  max-width: 610px;
  font-size: 42px;
  font-weight: 900;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  -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);
  background: #ffffff;
  margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 51px;
  color: #002e5b;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #cfe4ed;
  color: #db2017;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-accordion .accordion .accordion-title.active i {
  background-color: #db2017;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 15px;
  border-top: 1px solid #eeeeee;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-contact-area {
  position: relative;
  z-index: 1;
}

.faq-contact-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.faq-contact-form form {
  text-align: center;
}

.faq-contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
}

.faq-contact-form form .form-group {
  text-align: left;
  margin-bottom: 20px;
}

.faq-contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.faq-contact-form form .row .col-lg-12, .faq-contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}

.faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.faq-contact-form form .default-btn {
  font-size: 16px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
}

.faq-contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.faq-contact-form form .help-block ul li {
  color: red;
}

.faq-contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: center !important;
}

.faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
}

.bg-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  text-align: center;
  margin: 0 auto;
  opacity: .4;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 900;
  margin-top: 45px;
  margin-bottom: 15px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 25px;
}

/*================================================
Join Area CSS
=================================================*/
.join-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.join-area::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
  background-color: #db2017;
}

.join-content {
  position: relative;
  background-color: #db2017;
  max-width: 580px;
  top: 45px;
}

.join-content h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 42px;
  font-weight: 900;
}

.join-content p {
  color: #ffffff;
  opacity: 0.95;
}

.join-content .default-btn {
  margin-top: 10px;
}

.join-content .default-btn span {
  background-color: #ffffff;
}

.join-content .default-btn:hover, .join-content .default-btn:focus {
  color: #002e5b;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area {
  position: relative;
  z-index: 1;
}

.contact-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 60px;
}

.contact-form form .form-group {
  text-align: left;
  margin-bottom: 20px;
}

.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.contact-form form .row .col-lg-12, .contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}

.contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.contact-form form .default-btn {
  font-size: 16px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
}

.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: left !important;
}

.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

#map iframe {
  width: 100%;
  height: 430px;
  border-radius: 5px;
}

.contact-info {
  text-align: center;
  margin-top: 100px;
}

.contact-info .contact-info-content h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}

.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #db2017;
}

.contact-info .contact-info-content h2 a:hover {
  color: #002e5b;
}

.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #002e5b;
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #db2017;
}

.contact-info .contact-info-content h2 span {
  display: block;
  color: #666666;
  margin-top: 5px;
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: 500;
}

.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
  width: 38px;
  height: 38px;
  line-height: 35px;
  border: 1px solid #dadada;
  border-radius: 50%;
  display: inline-block;
  color: #aba5a5;
  text-align: center;
}

.contact-info .contact-info-content .social li a i {
  font-size: 14px;
}

.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #db2017;
  background-color: #db2017;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #0c4776;
}

.subscribe-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
}

.subscribe-content p {
  color: #ffffff;
  opacity: 0.9;
  margin-top: 10px;
  margin-bottom: 0;
}

.subscribe-form {
  padding-left: 30px;
}

.subscribe-form form {
  position: relative;
}

.subscribe-form form .input-newsletter {
  display: block;
  width: 100%;
  color: #002e5b;
  height: 65px;
  border-radius: 5px;
  border: none;
  padding-left: 15px;
  outline: 0;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.subscribe-form form .input-newsletter::-webkit-input-placeholder {
  color: #99afc3;
}

.subscribe-form form .input-newsletter:-ms-input-placeholder {
  color: #99afc3;
}

.subscribe-form form .input-newsletter::-ms-input-placeholder {
  color: #99afc3;
}

.subscribe-form form .input-newsletter::placeholder {
  color: #99afc3;
}

.subscribe-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #db2017;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.subscribe-form form button:hover {
  color: #ffffff;
  background-color: #000000;
}

.subscribe-form #validator-newsletter {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -32px;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #000;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.footer-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
 background: #000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  margin-bottom: 30px;
  color: #ffffff;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #fb8500;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
	font-family: 'Khand', sans-serif;
}

.single-footer-widget h3::before {
  bottom: -1px;
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #fff;
  content: '';
  position: absolute;
}

.single-footer-widget .logo a {
  display: inline-block;
}

.single-footer-widget .logo p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 15px;
  line-height:21px;
	font-size: 13px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	
}

.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-footer-widget .social li {
  display: inline-block;
  margin-right: 3px;
}

.single-footer-widget .social li a {
  display: inline-block;
  color: #ffffff;
  width: 38px;
  font-size: 17px;
  height: 38px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
}

.single-footer-widget .social li a i.flaticon-facebook {
  display: inline-block;
  padding-left: 4px;
}

.single-footer-widget .social li a i.flaticon-twitter {
  display: inline-block;
  position: relative;
  top: 2px;
}

.single-footer-widget .social li a:hover {
  background-color: #ffd800;
  color: #272b62;
}

.single-footer-widget .social li:last-child {
  margin-right: 0;
}

.single-footer-widget .footer-quick-links {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: -12px;
}

.single-footer-widget .footer-quick-links li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
}

.single-footer-widget .footer-quick-links li a {
  display: inline-block;
  color: #ebe7e7;
  text-transform: uppercase;
  font-size: 13px;
	font-family: 'M PLUS 1p', sans-serif;
}

.single-footer-widget .footer-quick-links li a:hover {
  color: #ffd800;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li {
  color: #ebe7e7;
  font-size: 15px;
  margin-bottom: 12px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
}

.single-footer-widget .footer-contact-info li span {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}

.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #ffffff;
  position: relative;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
}

.single-footer-widget .footer-contact-info li a::before {
  width: 100%;
  height: 1px;
  background-color: #272b62;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .footer-contact-info li a:hover {
  color: #ffd800;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li:last-child a::before {
  opacity: 1;
  visibility: visible;
}

.copyright-area {
  margin-top: 40px;
  border-top: 1px solid #0c4776;
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright-area p {
  color: #ebe7e7;
  font-size: 15px;
	font-family: 'M PLUS 1p', sans-serif;
}

.copyright-area p a {
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
}

.copyright-area p a:hover {
  color: #ffd800;
}

.copyright-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.copyright-area ul li {
  display: inline-block;
  color: #ebe7e7;
  font-size: 15px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.copyright-area ul li a {
  display: inline-block;
  color: #ebe7e7;
}

.copyright-area ul li a:hover {
  color: #db2017;
}

.copyright-area ul li::before {
  content: '';
  position: absolute;
  top: 5px;
  right: -13px;
  width: 1px;
  height: 14px;
  background-color: #ffffff;
}

.copyright-area ul li:last-child {
  margin-right: 0;
}

.copyright-area ul li:last-child::before {
  display: none;
}

.copyright-area ul li:first-child {
  margin-left: 0;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background-color: #002e5b;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #db2017;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 30px;
}
.item > a {
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden;
}
.item > a:hover .image {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.item > a:hover .description {
  will-change: transform;
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.item > a:hover .description h4 {
  will-change: transform;
}
.item > a .description {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.item > a .description figure {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: bold;
}
.item > a .description figure i {
  margin-right: 5px;
}
.item > a .description figure span {
  margin-right: 10px;
}
.item > a .description h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 5px;
}
.item > a .description h4 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.item > a .image {
  -moz-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  position: absolute;
  width: 100%;
  height: 100%;
}
.item > a .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.item.featured .label {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.item.featured .additional-info {
  background-color: #4611a7;
  color: #fff;
  position: relative;
}
.item.featured .additional-info:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.item.featured .additional-info .rating-passive {
  position: relative;
  z-index: 1;
}
.item.featured .additional-info .rating-passive .stars figure {
  color: #fff;
}
.item.featured .additional-info .controls-more {
  z-index: 1;
}
.item.featured .additional-info .controls-more:after {
  color: #fff;
}
.item.item-row {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fafafa;
  z-index: 2;
}
.item.item-row:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.item.item-row:active:after, .item.item-row:focus:after, .item.item-row:hover:after, .item.item-row:active:hover:after, .item.item-row:active:focus:after, .item.item-row:focus:hover:after {
  background-color: rgba(0, 0, 0, 0.03);
}
.item.item-row:hover {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.item.item-row > a {
  height: 150px;
  width: 100%;
  display: table;
  padding-left: 180px;
}
.item.item-row > a:hover .image {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.item.item-row > a:hover .description {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.item.item-row > a .label {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  display: inline-block;
  margin: 8px 0;
  padding: 4px 8px;
}
.item.item-row > a .image {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.item.item-row > a .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background-color: transparent;
}
.item.item-row > a .image figure {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  bottom: 5px;
}
.item.item-row > a .description {
  position: relative;
  bottom: inherit;
  left: inherit;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.item.item-row > a .description h4, .item.item-row > a .description h3 {
  text-shadow: none;
  will-change: unset;
}
.item.item-row > a .description h4 {
  color: rgba(0, 0, 0, 0.5);
}
.item.item-row > a .description h3 {
  color: #4611a7;
  font-size: 18px;
  margin-bottom: 4px;
}
.item.item-row > a .map {
  height: 100%;
  width: 100px;
  display: table-cell;
  background-color: rgba(0, 0, 0, 0.1);
}
.item.item-row .additional-info {
  padding: 0;
  background-color: transparent;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 150px;
  padding-right: 40px;
  top: -2px;
}
.item.item-row .additional-info .reviews {
  color: #000;
}
.item.item-row .controls-more {
  z-index: 1;
}
.item .price {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-weight: 900;
  color: #1f1f1f;
  position: absolute;
  right: -6px;
  top: 30px;
  z-index: 1;
  padding: 5px;
  font-size: 14px;
}
.item .price:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #ababab transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
}
.item .circle {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #fff;
  text-align: center;
}
.item .circle i {
  font-size: 12px;
  color: #4611a7;
  line-height: 28px;
}
.item .circle.featured {
  background-color: #4611a7;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 43px;
}
.item .circle.sale {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 20px;
}
.item .additional-info {
  background-color: #fafafa;
  padding: 15px 20px;
  position: relative;
}
.go-top:hover, .go-top:focus {
  color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.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: 50%;
}
/*# sourceMappingURL=style.css.map */


/* card slider style */

figure.snip1321 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.snip1321 img {
  max-width: 100%;
  vertical-align: top;
	border-radius: 5px;
}
figure.snip1321 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
figure.snip1321 h2,
figure.snip1321 h4 {
  margin: 0;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
figure.snip1321 h2 {
  font-weight: 700;
	font-size: 25px;
	letter-spacing: 0;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
figure.snip1321 h4 {
  font-weight: 400;
  text-transform: uppercase;
}

 figure.snip1321 p{
	font-family: 'Ubuntu', sans-serif;
	 color: #333;
	 line-height: 20px;
	 padding: 1em 2em;
	 font-size: 14px;
	 
}

figure.snip1321 i {
  font-size: 25px;
}
figure.snip1321:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
figure.snip1321 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}

.service-section	{
	padding: 0em 0 2em 0;
}

.service-section	h1 {
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
	color: #272b62;
	font-size: 30px;
}

.service-section p {
    display: block;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
}

.services-box	{
	padding: 2em;
	margin: 1em 0;
}

.services-area	{
	padding: 0em 0;
}

.abt_bottom-se		{
	padding: 0em 0;
}

.abt_bottom-se	h2 {
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	color: #272b62;
	font-size: 35px;
}

.abt_bottom-se p {
    display: block;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
}

.vision_mision	{
	padding: 5em 0;
}

.vision	{
	background-color: #272b62;
	padding: 2em;
}


.vision h1{
	font-family: 'Archivo', sans-serif;
    font-weight: 500;
    color: #f5b215;
    font-size: 25px;
}

.vision p{
	    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
}

.mision	{
	background-color: #f5b215;
	padding: 2em;
}


.mision h1{
	font-family: 'Archivo', sans-serif;
    font-weight: 500;
    color: #0a1f4b;
    font-size: 25px;
}

.mision p{
	    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
}



.contactpage	{
	padding: 5em;
	width: 100%;
}

.contactpage h2	{
	font-size: 40px;
	color:#3aaa35;
	line-height:25px;
	text-transform:uppercase;
	font-weight:600;
}

.contactpage h3	{
	font-size: 25px;
	color:#0f7099;
	line-height:25px;
	text-transform:capitalize;
	font-weight:600;
}

.contactpage h4	{
	font-size: 18px;
	color:#333;
	line-height:25px;
	text-transform:capitalize;
	font-weight:500;
	
}

.contactpage span	{
	font-size: 20px;
	color:#fff;
	line-height:40px;
	text-transform:uppercase;
	font-weight:300;
}

.contactpage p	{
	font-size: 14px;
	color:#2d2d2d;
	line-height:20px;
	font-weight: 300;

}

.contactpage	{
	padding: 5em;
	width: 100%;
}

.contactpage h2	{
	font-size: 40px;
	color:#3aaa35;
	line-height:25px;
	text-transform:uppercase;
	font-weight:600;
}

.contactpage h3	{
	font-size: 25px;
	color:#0f7099;
	line-height:25px;
	text-transform:capitalize;
	font-weight:600;
	margin-top: 1em;
}

.contactpage h4	{
	font-size: 18px;
	color:#333;
	line-height:25px;
	text-transform:capitalize;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	
}

.contactpage span	{
	font-size: 20px;
	color:#fff;
	line-height:40px;
	text-transform:uppercase;
	font-weight:300;
}

.contactpage p	{
	font-size: 14px;
	color:#2d2d2d;
	line-height:20px;
	font-weight: 300;
}



.user-form-1	{
		background:none;
		border:solid #cccccc;
	border-width: 1px;
		min-height:35px;
		width:100%;
		padding: 1em;
		color:#5A5A5A;
}

.checkbox-form-1	{
		background:none;
		min-height:0px;
		color:#333;
		font-weight: 400;
	text-align: left;
	
}

.user-form-button	{
		background:#1c5991;
		border:solid 1px #19356e;
		min-height:35px;
		width:100%;
		color:#fff;
		padding:15px 10px;
		margin:7px 0;
}

.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  margin: 10px;
  max-width: 330px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}


.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E7282B;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
  margin-bottom: 0.5em;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1543 h3 {
  font-family: 'Archivo', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  text-transform: uppercase;
	color: #fff;
}

.snip1543 p {
  font-size: 14px;
	line-height: 17px;
	color: #fff;
	font-weight: 400;
}

.snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543:hover:before,
.snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


.what-we-serve-section	{
	padding: 5em 0; 
	font-family: 'Archivo', sans-serif;
}

.what-we-serve-section span {
  display: block;
  color: #f7a600;
  margin-bottom: 0px;
  font-size: 40px;
  text-align:left;
  font-weight:600;
      font-family: 'Khand', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.what-we-serve-section h2 {
  text-transform: capitalize;
  text-align:left;
  font-weight:300;
  font-size:16px;
  color:#000;
  font-family: 'Khand', sans-serif;
  line-height: 23px;
}

.what-we-serve-section p {
  display: block;
  color: #333;
  margin-bottom: 10px;
  font-size: 15px; 
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 20px; 
	text-align: center;
	font-weight: 300;
 
}

.our-services-section	{
	padding: 0em 0 5em 0;
}


.our-services-section span {
  display: block;
  color: #f5b215;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight:400;
  font-family: 'Archivo', sans-serif;
}

.our-services-section h2 {
  text-transform: capitalize;
  font-weight:600;
  font-size:40px;
  color:#272b62;
  font-family: 'Archivo', sans-serif;
	line-height: 50px;
}

.our-services-section p {
  display: block;
  color: #333;
  margin-bottom: 2em;
  font-size: 15px;
	font-family: 'Poppins', sans-serif;
	line-height: 20px;
}

.our-services-section_container	{
	padding: 2em 0;
}

.our-services-section h3 {
  text-transform: capitalize;
  font-weight:500;
  font-size:30px;
  color:#272b62;
  font-family: 'Manrope', sans-serif;
	line-height: 50px;
}

.service_box_section	{
	background-color: #f7f7f7;
	padding: 1.4em 2em;
	min-height: 170px;
	min-width: 100%;
	margin: 0.5em 0;
}

.service_box_section h3 {
  text-transform: capitalize;
  font-weight:500;
  font-size:50px;
  color:#272b62;
  font-family: 'Manrope', sans-serif;
	line-height: 50px;
}

.service_box_section p {
  display: block;
  color: #333;
  margin-bottom: 2em;
  font-size: 15px;
  font-family: 'Manrope', sans-serif;
	line-height: 20px;
}


.visa-service-section	{
	padding: 0em 0 5em 0;
}


.visa-service-section span {
  display: block;
  color: #f5b215;
  font-size: 18px;
  font-weight:500;
  font-family: 'Archivo', sans-serif;
}

.visa-service-section h1 {
  text-transform: capitalize;
  font-weight:600;
  font-size:30px;
  color:#272b62;
  font-family: 'Archivo', sans-serif;
	line-height: 50px;
	padding-top: 0.5em;
}

.visa-service-section p {
  display: block;
  color: #333;
  margin-bottom: 2em;
  font-size: 15px;
	font-family: 'Poppins', sans-serif;
	line-height: 20px;
}





 .np {
            padding: 0px;
        }
        
        .featuredPropBox {}
        
        .featuredPropBox ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            list-style: outside none none;
            padding: 0;
        }
        
        .featuredPropBox ul li {
            background-color: #eeeeee;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            display: block;
            height: 250px;
            margin: 5px;
            width: 32%;
            position: relative;
            transition: all 0.3s;
            cursor: pointer;
        }
        
        .featuredPropBox ul li:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(22, 22, 22, 0.6);
            transition: all 0.3s;
        }
        
        .featuredPropBox ul li:nth-child(1) {
            background-image: url('../img/services/card1.jpg');
        }
        
        .featuredPropBox ul li:nth-child(2) {
            background-image: url('../img/services/card2.jpg');
        }
        
        .featuredPropBox ul li:nth-child(3) {
            background-image: url('../img/services/card3.jpg');
        }

 .featuredPropBox ul li:nth-child(4) {
            background-image: url('../img/services/card4.jpg');
        }

 .featuredPropBox ul li:nth-child(5) {
            background-image: url('../img/services/card5.jpg');
        }

        .featuredPropBox ul li:nth-child(6) {
            background-image: url('../img/services/commercial.jpg');
        }
        
        .featuredPropBox ul li:nth-child(2) {
            background-image: url('../img/services/card2.jpg');
        }

        
        .featuredPropBox ul li .fplogo {
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 50%;
            z-index: 1;
            transition: all 0.3s;
        }
        
        .featuredPropBox ul li .fplogo img {
            width: 100%;
        }

.featuredPropBox ul li .fplogo h1{
            font-size: 22px;
	font-weight: 800;
	color: #fff;
        }
        
        .featuredPropBox ul li .fptext {
            display: none;
            font-size: 16px;
            left: 50%;
            position: absolute;
            text-align: center;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease 0s;
            width: 65%;
            z-index: 1;
        }
        
        .featuredPropBox ul li .fptext p {
            color: #fff;
            margin: 0px;
        }
        
        .featuredPropBox ul li:hover {
            box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2) inset;
        }
        
        .featuredPropBox ul li:hover:after {
            background-color: rgba(22, 22, 22, 0.3);
        }
        
        .featuredPropBox ul li:hover .fplogo {
            display: none;
        }
        
        .featuredPropBox ul li:hover .fptext {
            display: block;
        }


.banner-other-page	{ 
	margin-bottom: 5em;
	
}

.banner-other-page-about	{
	background-image: url("../img/pages_banner/about-banner.jpg");
	min-height: 500px;
	padding-top: 15em;
}

.banner-other-page-services	{
	background-image: url("../img/pages_banner/service-banner.jpg");
	min-height: 500px;
	padding-top: 15em;
}

.banner-other-page-licensing	{
	background-image: url("../img/pages_banner/licensing-banner.jpg");
	min-height: 500px;
	padding-top: 15em;
}

.banner-other-page-visa	{
	background-image: url("../img/pages_banner/visa-banner.jpg");
	min-height: 500px;
	padding-top: 15em;
}

.banner-other-page-contact	{
	background-image: url("../img/pages_banner/contact-banner.jpg");
	min-height: 500px;
	padding-top: 15em;
}


.banner-other-page	h1{
	color: #fff;
    margin-bottom: 0px;
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    font-family: 'Khand', sans-serif;
    text-transform: capitalize;
    line-height: 40px; 
}

.banner-other-page	span{
	color: #fb8500;
    margin-bottom: 0px;
    font-size: 30px; 
    font-weight: 600;
    font-family: 'Khand', sans-serif;
    text-transform: capitalize;
    line-height: 45px;
	text-align: right;
	text-transform: uppercase; 
}

.careers	{
	padding: 5em 0;
}

.careers h1{
	color: #0068b4;
    margin-bottom: 0px;
    font-size:25px;
    text-align: left;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    line-height: 60px;
}

.careers p{
	color: #333; 
    font-size: 16px; 
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    line-height: 20px;
	text-align: left;
	text-transform: capitalize;
}
 
.cards-container {
  position: relative;
  margin-top: 30px;
	font-family: 'Khand', sans-serif;
}
.cards-container h2 {
  font-size: 30px;
  text-align: center;
  color: #333;
  margin-bottom: 50px;
	font-family: 'Khand', sans-serif;
}
.card-body{
  text-align: center;
  margin: 30px;
}
.cards-container .owl-stage-outer {
  padding: 30px 0;
}
.cards-container .owl-nav {
  display: none;
}
.cards-container .owl-dots {
  text-align: center;
}
.cards-container .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #fb8500;
  margin: 0 5px;
}
.cards-container .owl-dots .active {
  box-shadow: none;
}
.cards-container .owl-dots .active span {
  background: #fff;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.cards-container .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.cards-container .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #fff;
  width: 100px;
  height: 100px;
}
.cards-container .card h5 {
  color: #000;
  font-size: 24px;
  line-height:26px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Khand', sans-serif;
}
.cards-container .card h5 span {
  font-size: 18px;
  color: #666;
	font-family: 'Khand', sans-serif;
}
.cards-container .card p {
  font-size: 14px;
  color: #555;
  padding-bottom: 15px;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 18px;
	font-weight: 300;
}
.cards-container .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.cards-container .center {
  opacity: 1;
}
.cards-container .center h5 {
  font-size: 24px; 
}
.cards-container .center h5 span {
  font-size: 20px;
}
.cards-container .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
@media (max-width: 767px) {
  .cards-container {
    margin-top: 20px;
 }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}

.business-guide	{
	padding: 3em;
	
}

.business-guide-box	{
	padding: 3em;
	background-color: #f7a600; 
}

.business-guide-box2	{
	padding: 3em;
	background-color: #000; 
}

.business-guide h1 {
  text-transform: uppercase;
  text-align:left;
  font-weight:500;
  font-size:30px;
  color:#fff;
  font-family: 'Khand', sans-serif;
	line-height: 30px;
}

.business-guide p {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  text-align:justify;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 22px;
	font-weight: 300; 
	margin-right: 1em;
}

.grow-business	{
	padding: 0 0 5em 0;
}

.grow-business h1 {
  text-transform: uppercase; 
  font-weight:600;
  font-size:40px;
  color:#000;
  font-family: 'Khand', sans-serif;
	line-height: 30px;
	margin: 0.5em 0;
}

.grow-business p {
  display: block;
  color: #333333;
  margin-bottom: 10px;
  font-size: 15px;
  text-align:justify;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 25px;
	font-weight: 300; 
	margin-right: 1em;
}


.types-of-companies	{
	padding: 5em 0; 
	font-family: 'Archivo', sans-serif;
	background-color: #fb8500;
}

.types-of-companies  span {
  display: block;
  color: #fff;
  margin-bottom: 0px;
  font-size: 40px;
  text-align:left;
  font-weight:600;
      font-family: 'Khand', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.types-of-companies  h2 {
  text-transform: capitalize;
  text-align:left;
  font-weight:300;
  font-size:16px;
  color:#fff;
  font-family: 'Khand', sans-serif;
  line-height: 23px;
}

.types-of-companies p {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px; 
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 20px; 
	text-align: center;
	font-weight: 300;
 
}

.our-team{
            text-align: center;
            position: relative;
        }
        .our-team:before{
            content: "";
            position: absolute;
            border: 4px solid #F6511D;
            bottom: -7px;
            top: -7px;
            left: -7px;
            right: -7px;
            opacity: 0;
            transform: scale(1.03);
            z-index: -1;
            transition:0.6s ease 0s;
        }
        .our-team:hover:before{
            opacity: 1;
            transform: scale(1);
        }
        .our-team .team-img{
            position: relative;
        }
        .our-team .team-img:before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,0.6);
            width: 100%;
            height: 100%;
            opacity: 0;
            transition:0.6s ease 0s;
        }
        .our-team:hover .team-img:before{
            opacity: 1;
        }
        .our-team .team-img img{
            width: 100%;
            height: auto;
        }
        .our-team .team-content{
            padding: 30px 0 20px;
            position: relative;
            top: 0;
            transition:0.6s ease 0s;
        }
        .our-team:hover .team-content{
            top: -50%;
        }
        .our-team .team-content .name{
            color: #fff;
            font-size: 25px;
            font-weight: 600;
            letter-spacing: 1px;
            display: block;
            margin-bottom: 7px;
            text-transform: uppercase;
            transition:0.6s ease 0s;
			font-family: 'Khand', sans-serif;
        }
        .our-team:hover .team-content .name{
            color: #fff;
        }
        .our-team .team-content .post{
            color: #fff;
            font-size: 17px;
            font-weight: 500;
            display: block;
            text-transform: capitalize;
            transition:0.6s ease 0s;
        }
        .our-team:hover .team-content .post{
            color:#FFB619;
        }
        .our-team .social{
            bottom: 0;
            font-size: 0;
            left: 0;
            margin: 0 0 30px;
            opacity: 0;
            padding: 0;
            position: absolute;
            right: 0;
            text-align: center;
            transform: scale(0);
            transition:0.6s ease 0s;
        }
        .our-team:hover .social{
            opacity: 1;
            transform: scale(1);
        }
        .our-team .social li{
            display: inline-block;
        }
        .our-team .social li a{
            display:block;
            color: #333;
            font-size: 18px;
            padding:0 15px;
            position: relative;
            transition:0.3s ease 0s;
        }
        .our-team .social li a:hover{
            color:#F6511D;
        }
        .our-team .social li a:after{
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 1px;
            background-color: #333;
        }
        .our-team .social li:last-child a:after{
            display: none;
        }

        @media screen and (max-width:990px){
            .our-team{
                margin-bottom: 30px !important;
            }
        }

.license-sec	{
	padding: 2em 0;
}


.content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 0 30px;
}

.wrapper {
  width: 33.3%;
  height: 100%;
  padding: 10px;
}

.name {
  position: relative;
  font-size: 16px;
  display: inline-block;
  
  &:after {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 3px;
    background-color: #fbd500;
    bottom: -4px;
    left: 0;
  }
}

.box {
  position: relative;
  max-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow:
  0 1.4px 1.7px rgba(0, 0, 0, 0.017),
  0 3.3px 4px rgba(0, 0, 0, 0.024),
  0 6.3px 7.5px rgba(0, 0, 0, 0.03),
  0 11.2px 13.4px rgba(0, 0, 0, 0.036),
  0 20.9px 25.1px rgba(0, 0, 0, 0.043),
  0 50px 60px rgba(0, 0, 0, 0.06);
  
  .hide { opacity: 0; }
  
  .frame {
    position: absolute;
    border: 1px solid #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  h2, p {
    position: absolute;
    color: #fff;
    z-index: 2;
    width: 100%;
    transition: opacity 0.2s, transform 0.3s;
  }
  
  h2 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
  
  p {
    bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  &:hover {
    transition: all .3s ease-in-out;
  }
  
  &:hover:before {
    transition: all .3s ease-in-out;
  }
  
  img {
    position:relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s ease-in-out;
    
    &:hover {
      transition: all .3s ease-in-out;
    }
    
    &:after {
      content: '';
      position: absolute;
      background-color: rgba(0,0,0,.6);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
    }
    
    &:hover {
      transition: all .3s ease-in-out;
    }
  }
}

.zoom-in{
  h2 {
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    margin: 0;
  }
  
  p {
    text-align: center;
    top: calc(50% + 40px);
    transition: all .3s ease;
    transform: scale(1.8);
    opacity: 0;
  }
  
  &:hover {
   img {
    transform: scale(1.1);
    filter: grayscale(100%);
   } 
    
    p {
      transform: scale(1);
      transition: all .3s ease;
      opacity: 1;
    }
  }
}

.w-content {
  .frame {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-color: transparent;
  }
  
  h2 {
    margin-top: 0;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    letter-spacing: 1px;
  }
  
  p { transform: translate3d(0, -10px, 0); }
  
  &:hover {
    .frame {
      border-color: #fff;
      transition: color .3s ease-in-out, all .3s ease-in-out;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
    }
    
    opacity: .8;
  }
}

.postcard {
  h2 {
    top: 50%;
    text-align: left;
    transform: translate3d(50px, 20px, 0);
  }
  
  p {
    transform: translate3d(40px, 60px, 0);
    font-size: 24px;
    letter-spacing: 1px; 
  }
  
  &:hover {
    h2 { transform: translate3d(20px, 20px, 0); }
    p { opacity: 1; }
    
    img {
      filter: opacity(0.7);
      transform: translate3d(-30px, 0, 0);
    }
  }
}

.blury-card {  
  .frame {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    opacity: 0;
    transition: all .3s ease-in-out
  }
  
  h2 , p {
    text-align: center;
    top: 50%;
    transform: translatey(-50%);
    margin: 0;
    z-index: 3;
  }
  
  p { 
    transform: translatey(30px);
    letter-spacing: 3px;
  }
  
  span {
    font-size: 24px;
  }
  
  &:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #008E6B;
    z-index: 1;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
  }
  
  img {  z-index: 2; }
  
  &:hover {
    .frame {
      width: calc(100% - 120px);
      height: calc(100% - 120px);
      opacity: 1;
    }
    
    img { opacity: .7; }
    
    &:before {
      opacity: 1;
      transition: all .3s ease-in-out;
    }
  }
}

.vintage {
  h2 { 
    top: 50%;
    transform: translate3d(0, 60px, 0);
    text-align: center; 
  }
  
  p { 
    opacity: 0;
    bottom: 0;
    transform: translate3d(0, -10px, 0);
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
  }
  
  &:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    z-index: 2;
    bottom: -100%;
    left: 0;
  }
  
  &:hover:before {
    bottom: 0;
  }
  
  &:hover {
    h2 {
      bottom: 40px;
      transform: translate3d(0, 20px, 0);
    }
    
    p {
      opacity: 1;
      transform: translate3d(0, -30px, 0);
    }
  }
}

.zoom-out {
  .frame {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  
  h2 { 
    font-size: 20px; 
    font-weight: 300; 
    margin-left: 10px;
    letter-spacing: 1px;
  }
  span { font-size: 24px; font-weight: 500; }
  
  p {
    max-width: 120px;
    text-align: right;
    margin: 10px;
    right: 0;
  }
  
  img { transform: scale(1.1); }
  &:hover img { 
    transform: scale(1);
    filter: contrast(70%);
  }
}

@media screen and (max-width: 880px) {
  .wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 520px) {
  .wrapper {
    width: 100%;
  }
}

.faq-section-area	{
	padding: 5em 0;
}

.faq-section-title  h1 {
  text-transform: capitalize;
  text-align:center;
  font-weight:600;
  font-size:35px;
  color:#000;
  font-family: 'Khand', sans-serif;
  line-height: 35px;
	margin-bottom:1.2em;
}

 

.faq-container {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 3px;
  patting-top: 3px;
	font-family: 'Khand', sans-serif;
}

.faq-answer {
  font-size: 13px;
	line-height: 17px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  text-align: justify;
  padding-left: 25px;
  padding-right: 25px;
	padding-top: 15px; 
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;  
}

 

.faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
}

.icon-container i {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.icon-container i.active {
  transform: rotate(90deg);
}

.quick-call	{ 
	background-color: #fb8500;
	padding: 5em 0;
}

.quick-call  h1 {
  text-transform: capitalize;
  text-align:center;
  font-weight:600;
  font-size:45px;
  color:#fff;
  font-family: 'Khand', sans-serif;
  line-height: 35px; 
	padding-bottom: 0.2em;
}

.quick-call  span {
  text-transform: capitalize;
  text-align:center;
  font-weight:600;
  font-size:35px;
  color:#fff;
  font-family: 'Khand', sans-serif;
  line-height: 35px; 
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

   

.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 5rem;
	bottom: 36rem;
	background: #fb8500;
	width: 4rem;
	height: 4rem;
	padding: 1.3rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 1.8rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}

.service-page-section	{
	padding: 3em 0;
}

.licensing-section	{
	padding: 2em 0;
	background-color: #f6f6f6;
	margin: 5em 0;
	border-radius: 10px;
}
