/*-----------------------------------------------------------------------------------

    Template Name: Simple
    Author: UIdeck
    Author URI: uideck.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@700&display=swap');
@font-face {
    font-family: 'Friz Quadrata Com';
    src: url('/assets/fonts/FrizQuadrataCom-Bold.woff2') format('woff2'),
        url('/assets/fonts/FrizQuadrataCom-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5A5872;
}

@media (max-width: 992px) {
	.container {max-width: 100%;}
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;

}

i,
span,
a {
  display: inline-block;
  text-decoration: none;

}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1 {
  font-family: "Friz Quadrata Com", sans-serif;
  font-weight: bold;
  color: #009444;
}


h2, h3 {
	font-family: 'Bitter', serif;
	font-weight: 700;
	color: #105286;
}


h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #009444;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

@media (max-width: 991px) {
	h2 {
  font-size: 26px;
}	
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #5A5872;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
	min-height: 350px;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #105286;
}

.main-btn:hover {
  background-color: #009444;
  color: #fff;
}

.main-btn-2 {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #105286;
}

.main-btn-2:hover {
  background-color: #fff;
  color: #105286;
}

.main-btn-3 {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #105286;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #fff;
}

.main-btn-3:hover {
  background-color: #009444;
  color: #fff;
}

.main-btn-4 {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #009444;
}

.main-btn-4:hover {
  background-color: #105286;
  color: #fff;
}

.main-btn-5 {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #009444;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #fff;
}

.main-btn-5:hover {
  background-color: #105286;
  color: #fff;
}

/*==== Picture hover effect ====*/

.zoom {

  transition: transform .2s; /* Animation */

  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.15); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


/*===== All Section Title Style =====*/
.section_title .title {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .section_title .title {
    font-size: 26px;
  }
}

.section_title p {
  margin-top: 15px;
  font-size: 18px;
}

.section_title.section_title_2 .title,
.section_title.section_title_2 p {
  color: #fff;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #009444 #009444 #F9F9F9;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F9F9F9;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F9F9F9;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes ytp-spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-out 0s;
  background-color: white;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 20px;
}

.navbar {
  padding: 20px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 991px) {
.navbar {
  margin-top: 10px;
}
}
	
.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 220px;
}

@media (max-width: 991px) {
  .navbar-brand img {
    width: 150px;
  }
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #105286;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  position: relative;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 600;
  color: #105286;
  transition: all 0.3s ease-out 0s;
  padding: 20px 10px;
  position: relative;
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #105286;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #105286;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
    color: #009444;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover {
    color: #009444;
  }
}

.navbar-nav .nav-item a.active::before, .navbar-nav .nav-item a:hover::before {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #009444;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #105286;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #105286;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #105286;
}

.sticky .navbar-nav .nav-item a {
  color: #105286;
}

.sticky .navbar-nav .nav-item a::before {
  background-color: #009444;
}

.sticky .navbar-nav .nav-item a.active, .sticky .navbar-nav .nav-item a:hover {
  color: #009444;
}

.dropdown-menu {
	padding: 0 1rem;
	border: 0;
}

.navbar-nav .dropdown-menu > li > a:hover {
	background-color: #F9F9F9;
}

.brand-band-green {
	background-color: #009444;
	margin: 20px 0px 20px -12px;
	height: 15px;
}

.brand-band-blue {
	background-color: #105286;
	margin: 20px -12px 20px 0px;
	height: 15px;
}

.top-banner {
	background-color: #105286;
	padding: 10px 0px;}

.top-banner p, span {
	color: #fff;
	text-align: right;
}

.social-icons a h3 {
    transition: color 0.25s ease;
    color: #009444;
}

.social-icons a:hover h3 {
    color: #105286;
}


/*===== hero =====*/
.single_hero {
  height: 950px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (min-width: 1400px) {
  .single_hero {
    height: 950px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_hero {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .single_hero {
    height: 650px;
  }
}

.single_hero::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
  
.single_hero_2 {
  height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 1;
	background-color: #009444;
}


.single_hero_2::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .single_hero_2 {
    height: 350px;
  }
}

.single_hero_3 {
  height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 1;
	background-color: #105286;
}


.single_hero_3::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .single_hero_3 {
    height: 350px;
  }
}

.single_hero_map {
  height: 500px;
  position: relative;
  overflow: hidden;
  z-index: 1;
	background-color: #105286;
}


.single_hero_3::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .single_hero_map {
    height: 350px;
  }
}

.hero_content_box {
	position: absolute;
	top: 28%;
	left: 5%;
}

@media (max-width: 991px) {
	.hero_content_box {
		top: 30%;
		left: 0%;
	}
}

@media (max-width: 768px) {
	.hero_content_box {
		width: 75%;
	}
}

@media (max-width: 576px) {
	.hero_content_box {
		width: 50%;
	}
}

.hero_content {
  padding: 20px;
	background-color:  rgba(255, 255, 255, 0.8);
}

.hero_content .hero_title {
  font-family: "Friz Quadrata Com", sans-serif;
  font-weight: bold;
  color: #009444;
  font-size: 36px;
  line-height: 38px;
	text-align: left;
}

.hero_content .hero_subtitle {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #105286;
	font-size: 16px;
	text-align: left;
	margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_content .hero_title {
    font-size: 32px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_content .hero_title {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .hero_content .hero_title {
    font-size: 24px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_content .hero_title {
    font-size: 28px;
    line-height: 30px;
  }
}

.hero_content .hero_title span {
  display: contents;
  color: #009444;
}

.hero_content p {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .hero_content p {
    font-size: 16px;
  }
}

.hero_content .main-btn {
  margin-top: 25px;
}

.hero_content_2 {
    padding-top: 230px;
	position: relative;
	top: 75%;
	left: 0%;
	margin: 0 auto;
	text-align: left;
}

@media only screen and (max-width: 991px) {
  .hero_content_2  {
	padding-top: 220px; padding-left: 30px;
  }
}

.hero_content_2 .hero_title {
  font-family: "Friz Quadrata Com", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
	text-align: left;
	padding: 20px 20px 20px 0px;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_content_2 .hero_title {
    font-size: 32px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_content_2 .hero_title {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .hero_content_2 .hero_title {
    font-size: 24px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_content_2 .hero_title {
    font-size: 28px;
    line-height: 30px;
  }
}

/*===========================
      03A.PULL OUT css 
===========================*/

.pull-out {
	background-color: #009444;
}

.pull-out h2 {
	font-size: 32px;
	color: #fff;
}

@media (max-width: 767px) {
  .pull-out h2 {
    font-size: 22px;
  }
}

.pull-out p {
	color: #fff;
}

.picture {
	height: 350px;
    max-height: 350px;
}

.video {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 120px;
	padding-bottom: 130px;
	width: 100%;
	height: 100%;
	
}

@media (max-width: 991px) {
  .video {
    padding-right: 50px;
	  padding-left: 50px;
  }
}



/*===========================
      03.FEATURES css 
===========================*/
.single_features i {
  font-size: 60px;
  line-height: 60px;
  color: #009444;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single_features i {
    font-size: 40px;
    line-height: 45px;
  }
}

.single_features .features_title {
  color: #009444;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single_features .features_title {
    font-size: 24px;
  }
}

.single_features p {
  margin-top: 15px;
}

.single_features:hover i {
  color: #009444;
}

/*===========================
      04.ABOUT css 
===========================*/
.about_area {
  background-color: #F9F9F9;
  position: relative;
}

.about_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.about_white {
	background-color: white;
	padding: 100px;
	height: 100%;
    width: 100%;
}

.about_white img {
	max-width: 100%;
}

@media (max-width: 991px) {
  .about_white {
	background-color: white;
	padding: 50px;
	}
}

@media (max-width: 991px) {
	.about_area h3 {
		font-size: 24px;
	} 
}

.about_green {
	background-color: #009444;
	padding: 50px;
	height: 100%;
    width: 100%;
}

.about_green h3 {
	color: white;
}

.about_green_2 {
	background-color: #009444;
	padding: 100px;
	height: 100%;
    width: 100%;
}

.about_green_2 h3 {
	color: white;
}

.about_white_2 {
	background-color: #fff;
	padding: 50px;
	height: 100%;
    width: 100%;
}


.about_blue {
	background-color: #105286;
	padding: 50px;
  height: 100%;
    width: 100%;
	color: white;
}

.about_blue h3 {
	color: white;
}


.about_white img {
	max-width: 100%;
}

.green_tint {
  background-color: #cceada;
}

@media (max-width: 991px) {
  .about_white {
	background-color: white;
	padding: 50px;
	}
}

@media (max-width: 991px) {
	.about_area h3 {
		font-size: 24px;
	} 
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_image {
    width: 100%;
    height: 500px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .about_image {
    width: 100%;
    height: 400px;
    position: relative;
  }
}

.about_image .image_content {
  width: 185px;
  height: 185px;
  background-color: #009444;
  display: table;
  text-align: center;
  position: relative;
  left: -92px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_image .image_content {
    width: 135px;
    height: 135px;
    left: -78px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_image .image_content {
    left: 0;
  }
}

@media (max-width: 767px) {
  .about_image .image_content {
    left: 0;
    width: 135px;
    height: 135px;
  }
}

.about_image .image_content .experience {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_image .image_content .experience {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about_image .image_content .experience {
    font-size: 18px;
  }
}

.about_image .image_content .experience span {
  font-size: 44px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_image .image_content .experience span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .about_image .image_content .experience span {
    font-size: 36px;
  }
}

.about_content {
  padding-left: 100px;
	padding-right: 100px;
	background-color: #009444;
}

@media (max-width: 991px) {
  .about_content {
    padding-right: 50px;
	  padding-left: 50px;
  }
}

.about_content .main-btn {
  margin-top: 30px;
}

.about_content h1 {
	color: #fff;
}

.about.content ul {list-style-type: none; padding-left: 0;}

.about_content ul li {position: relative; padding-top: 8px; padding-bottom: 8px; padding-left: 1.5em; font-size: 17px; color: #fff;}

.about_content ul li:before {
	content: '• ';
	position: absolute;
	left: 0;
	color: #fff;
	font-weight: bold;
}


.about.content .ticks ul {list-style: none; padding-left: 0;}

.about_content .ticks ul li {position: relative; padding-top: 8px; padding-bottom: 8px; padding-left: 1.5em; font-size: 17px; color: #fff;}

.about_content .ticks ul li:before {
	content: '✓ ';
	position: absolute;
	left: 0;
	color: #fff;
	font-weight: bold;
}


.bullet-points ul li {
	list-style-type: disc;
	font-size: 18px;
	padding-bottom: 15px;
}



.background-tint {
  background-color: rgba(255,255,255,.8);
  background-blend-mode: multiply;
	padding: 25px;
}

.ilumitex-logo-text {
	font-family: "Friz Quadrata Com", sans-serif;
  font-weight: bold;
  color: #fff;
}

.ilumitex-logo-text-blue {
	font-family: "Friz Quadrata Com", sans-serif;
  font-weight: bold;
  color: #105286;
}

.lightgreen-area {
  margin-bottom: 25px;
  padding: 50px 50px;
  background-color: #e3eddf;
}

.lightblue-area {
  margin-bottom: 25px;
  padding: 50px 50px;
  background-color: #dadfed;
}

.white-area {
  margin-bottom: 25px;
  padding: 50px 50px;
  background-color: #fff;
}


/*===========================
      05.PORTFOLIO css 
===========================*/
.single_portfolio {
  position: relative;
  width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_portfolio {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .single_portfolio {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_portfolio {
    width: 50%;
  }
}

.single_portfolio img {
  width: 100%;
}

.single_portfolio::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 78, 78, 0.9);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.single_portfolio .portfolio_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.single_portfolio .portfolio_content .meta li {
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_portfolio .portfolio_content .meta li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
}

.single_portfolio .portfolio_content .meta li a:hover {
  background-color: #fff;
  color: #009444;
}

.single_portfolio .portfolio_content .meta li:first-child {
  transform: translateX(-100%);
}

.single_portfolio .portfolio_content .meta li:last-child {
  transform: translateX(100%);
}

.single_portfolio .portfolio_content .portfolio_title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
  transform: translateY(100%);
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_portfolio .portfolio_content .portfolio_title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .single_portfolio .portfolio_content .portfolio_title {
    font-size: 20px;
  }
}

.single_portfolio:hover::before {
  opacity: 1;
}

.single_portfolio:hover .portfolio_content .meta li {
  transform: translateX(0);
  transition-delay: 0.2s;
  opacity: 1;
}

.single_portfolio:hover .portfolio_content .portfolio_title {
  transform: translateX(0);
  transition-delay: 0.2s;
  opacity: 1;
}

/*===========================
      06.PRICING css 
===========================*/
.pricing_area {
  background-color: #F9F9F9;
}

.single_pricing {
  background-color: #fff;
  padding: 60px 50px;
}

@media (max-width: 767px) {
  .single_pricing {
    padding: 40px 30px;
  }
}

.single_pricing .pricing_title {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .single_pricing .pricing_title {
    font-size: 20px;
  }
}

.single_pricing .price {
  color: #009444;
  font-size: 44px;
  margin-top: 25px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .single_pricing .price {
    font-size: 38px;
  }
}

.single_pricing .pricing_list li {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}

.single_pricing .mian-btn {
  height: 45px;
  border: 1px solid #5A5872;
  line-height: 43px;
  text-align: center;
  padding: 0 25px;
  color: #009444;
  transition: all 0.3s ease-out 0s;
  margin-top: 30px;
}

.single_pricing .mian-btn:hover {
  background-color: rgba(90, 88, 114, 0.2);
}

.single_pricing.active {
  background-color: #009444;
}

.single_pricing.active .pricing_title {
  color: #fff;
}

.single_pricing.active .price {
  color: #fff;
}

.single_pricing.active .pricing_list li {
  color: #fff;
}

.single_pricing.active .mian-btn {
  background-color: #fff;
  border-color: #fff;
}

/*===========================
        07.TEAM css 
===========================*/
.single_team {
  position: relative;
}

.single_team img {
  width: 100%;
}

.single_team .team_content {
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: 0;
  width: 85%;
  padding: 25px;
  padding-right: 60px;
}

.single_team .team_content .team_name a {
  font-size: 20px;
  font-weight: 500;
  color: #2B2A3D;
  transition: all 0.3s ease-out 0s;
}

.single_team .team_content .team_name a:hover {
  color: #009444;
}

.single_team .team_content p {
  margin-top: 5px;
}

.single_team .team_content .social {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.single_team .team_content .social li {
  margin: 3px 0;
}

.single_team .team_content .social li a {
  color: #5A5872;
  font-size: 16px;
  transition: all 0.3s ease-out 0s;
}

.single_team .team_content .social li a:hover {
  color: #009444;
}

/*===========================
     08.TESTIMONIAL css 
===========================*/
.testimonial_area {
  position: relative;
}

.testimonial_area::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(43, 42, 61, 0.9);
}

.testimonial_active_wrapper {
  position: relative;
  padding-bottom: 60px;
}

.testimonial_active_wrapper .tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

.testimonial_active_wrapper .tns-nav button {
  margin: 0 5px;
  width: 18px;
  height: 5px;
  background-color: transparent;
  border-radius: 50px;
  font-size: 0;
  transition: all 0.3s ease-out 0s;
  border: 0;
}

.testimonial_active_wrapper .tns-nav button.tns-nav-active {
  background-color: #009444;
}

.single_testimonial img {
  display: inline-block;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .single_testimonial img {
    width: 120px;
  }
}

.single_testimonial .author_name {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
}

.single_testimonial span {
  font-size: 14px;
  color: #fff;
}

.single_testimonial p {
  color: #fff;
  margin-top: 15px;
}

/*===========================
    09.BLOG css 
===========================*/
.single_blog .blog_image img {
	max-height: 457px;
}

@media (max-width: 767px) {
  .single_blog .blog_image img {
    max-height: 516px;
  }
}
	
.single_blog .blog_content {
  margin-top: 25px;
}

.single_blog .blog_content .blog_title {
  font-size: 24px;
  font-weight: 600;
  color: #105286;
  transition: all 0.3s ease-out 0s;
	margin-bottom: 20px;
}

.single_blog .blog_content .blog_title a {
  font-size: 24px;
  font-weight: 600;
  color: #105286;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single_blog .blog_content .blog_title a {
    font-size: 20px;
  }
}
	
.single_blog .blog_content .blog_title a:hover {
  color: #009444;
}

.single_blog .blog_content p {
	font-size: 16px;
  margin-top: 15px;
}

.single_blog .blog_content .more {
  font-size: 16px;
  font-weight: 500;
  color: #5A5872;
  margin-top: 15px;
  transition: all 0.3s ease-out 0s;
}

.single_blog .blog_content .more:hover {
  color: #009444;
}

.single_blog.blog_2 .blog_content {
  margin-top: 0;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .single_blog.blog_2 .blog_content {
    padding-left: 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog.blog_2 .blog_content {
    padding-left: 20px;
    padding-top: 0;
  }
}

.single_blog.blog_2 .blog_content .blog_title a {
  font-size: 20px;
}

.single_blog.blog_2 .blog_content p {
  margin-top: 15px;
}

.single_blog .blog_content .blog_subtitle {
	font-family: "Friz Quadrata Com", sans-serif;
	font-weight: bold;
  font-size: 24px;
  color: #009444;
  transition: all 0.3s ease-out 0s;
	margin-top: 30px;
}

.carousel-indicators {
    position: static;
}

.carousel-indicators li {
    width: 200px;
    height: 100%;
    opacity: 0.8;
  }

.carousel-indicators img{
    max-height: 60px;
}

.carousel-item img {
	max-height: 364px;
}

.carousel-caption h4 {
	color: #ffffff !important;
}

@media (max-width: 767px) {

	.carousel-caption h4 {
	font-size: 16px;
	}
}

/*===========================
    09B.SWATCHEs css 
===========================*/

.swatches_area {
	background-color: #F9F9F9;
}


.swatches-title h2 {
	font-family: "Friz Quadrata Com", sans-serif;
	color: #009444;
	font-size: 32px;
}

.single_blog .blog_image img {
	max-height: 457px;
}

@media (max-width: 767px) {
  .single_blog .blog_image img {
    max-height: 516px;
  }
}
	
.single_blog .blog_content {
  margin-top: 25px;
}

.single_blog .blog_content .blog_title {
  font-size: 24px;
  font-weight: 600;
  color: #105286;
  transition: all 0.3s ease-out 0s;
	margin-bottom: 20px;
}

.single_blog .blog_content .blog_title a {
  font-size: 24px;
  font-weight: 600;
  color: #105286;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single_blog .blog_content .blog_title a {
    font-size: 20px;
  }
}
	
.single_blog .blog_content .blog_title a:hover {
  color: #009444;
}

.single_blog .blog_content p {
	font-size: 16px;
  margin-top: 15px;
}

.single_blog .blog_content .more {
  font-size: 16px;
  font-weight: 500;
  color: #5A5872;
  margin-top: 15px;
  transition: all 0.3s ease-out 0s;
}

.single_blog .blog_content .more:hover {
  color: #009444;
}

.single_blog.blog_2 .blog_content {
  margin-top: 0;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .single_blog.blog_2 .blog_content {
    padding-left: 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog.blog_2 .blog_content {
    padding-left: 20px;
    padding-top: 0;
  }
}

.single_blog.blog_2 .blog_content .blog_title a {
  font-size: 20px;
}

.single_blog.blog_2 .blog_content p {
  margin-top: 15px;
}

.single_blog .blog_content .blog_subtitle {
	font-family: "Friz Quadrata Com", sans-serif;
	font-weight: bold;
  font-size: 24px;
  color: #009444;
  transition: all 0.3s ease-out 0s;
	margin-top: 30px;
}


/*===========================
    10.CONTACT css 
===========================*/
.contact-section {
  position: relative;
  z-index: 3; }
  .contact-section.cta-bg {
    z-index: 3; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      }
    @media (max-width: 767px) {
      }
    .contact-section.cta-bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: rgba(0, 0, 0, 0.5); }
  .contact-section .contact-item-wrapper .contact-item {
    display: flex;
    border: 1px solid #F4EEFB;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .contact-section .contact-item-wrapper .contact-item:hover {
      -webkit-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
      -moz-box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
      box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45); }
      .contact-section .contact-item-wrapper .contact-item:hover .contact-icon {
        -webkit-box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
        -moz-box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
        box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45); }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .contact-section .contact-item-wrapper .contact-item {
        padding: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-section .contact-item-wrapper .contact-item {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .contact-section .contact-item-wrapper .contact-item {
        flex-direction: column; } }
    .contact-section .contact-item-wrapper .contact-item .contact-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #d29d57;
      color: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .contact-section .contact-item-wrapper .contact-item .contact-content {
      margin-left: 25px; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .contact-section .contact-item-wrapper .contact-item .contact-content {
          margin-left: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-section .contact-item-wrapper .contact-item .contact-content {
          margin-left: 0px;
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .contact-section .contact-item-wrapper .contact-item .contact-content {
          margin-left: 0px;
          margin-top: 20px; } }
      .contact-section .contact-item-wrapper .contact-item .contact-content h4 {
        font-size: 20px;
        color: #d29d57;
        margin-bottom: 10px; }

.comment-form-wrapper,
.contact-form-wrapper {
  background: #fff;
  margin-left: 0px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .comment-form-wrapper,
    .contact-form-wrapper {
      margin-left: 30px; } }
  .comment-form-wrapper .comment-form input,
  .comment-form-wrapper .comment-form textarea,
  .comment-form-wrapper .contact-form input,
  .comment-form-wrapper .contact-form textarea,
  .contact-form-wrapper .comment-form input,
  .contact-form-wrapper .comment-form textarea,
  .contact-form-wrapper .contact-form input,
  .contact-form-wrapper .contact-form textarea {
    padding: 18px 25px;
    border-radius: 30px;
    border: 1px solid #F4EEFB;
    margin-bottom: 25px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .comment-form-wrapper .comment-form input,
      .comment-form-wrapper .comment-form textarea,
      .comment-form-wrapper .contact-form input,
      .comment-form-wrapper .contact-form textarea,
      .contact-form-wrapper .comment-form input,
      .contact-form-wrapper .comment-form textarea,
      .contact-form-wrapper .contact-form input,
      .contact-form-wrapper .contact-form textarea {
        padding: 12px 25px; } }
    .comment-form-wrapper .comment-form input:focus,
    .comment-form-wrapper .comment-form textarea:focus,
    .comment-form-wrapper .contact-form input:focus,
    .comment-form-wrapper .contact-form textarea:focus,
    .contact-form-wrapper .comment-form input:focus,
    .contact-form-wrapper .comment-form textarea:focus,
    .contact-form-wrapper .contact-form input:focus,
    .contact-form-wrapper .contact-form textarea:focus {
      border-color: #d29d57; }
  .comment-form-wrapper .comment-form textarea,
  .comment-form-wrapper .contact-form textarea,
  .contact-form-wrapper .comment-form textarea,
  .contact-form-wrapper .contact-form textarea {
    border-radius: 18px; }
  .comment-form-wrapper .comment-form .theme-btn,
  .comment-form-wrapper .contact-form .theme-btn,
  .contact-form-wrapper .comment-form .theme-btn,
  .contact-form-wrapper .contact-form .theme-btn {
    font-weight: 500;
    padding: 18px 90px; }

    .contact-form textarea {
      background-color: #fafafa;
    }

    .contact-form input {
      background-color: #fafafa;
    }



/*===========================
    11.FOOTER css 
===========================*/
.footer_area {
  background-color: #105286;
  padding-top: 15px;
  padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

.footer_area_2 {
  background-color: #009444;
	  padding-top: 15px;
  padding-bottom: 30px;
}

.footer_area img {
	max-width: 80%;
}


.footer_menu p {
	color: white;
	font-size: 16px;
}

.footer_menu h3 {
	color: white;
	font-size: 22px;
}

.footer_menu ul li {
  padding-top: 5px;
}


.footer_menu ul li a {
  font-size: 16px;
  color: white;
  transition: all 0.3s ease-out 0s;
}

.footer_menu ul li a:hover {
  color: #009444;
}

.footer_area a:focus,
a:hover {
  text-decoration: none;
		color: #009444;

}

.footer_area a {
  display: inline-block;
  text-decoration: none;
		color: #fff;

}

.footer_area span
{
		color: #fff;

}

.credit {
  font-size: 16px;
  color: #fff;
  padding-top: 15px;
}

.credit a {
  color: #fff;
}

.footer_social ul li {
  display: inline-block;
}

.footer_social ul li + li {
  margin-left: 30px;
}

.footer_social ul li a {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-out 0s;
}

.footer_social ul li a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .footer_social ul li a {
    font-size: 20px;
  }
}

.white-text {
	color: #fff;
}

.blue-text {
	color: #105286;
}

.green-text {
  color: #009243;
}

.bigger {
	font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 20px;
}

.bigger-2 {
	font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 24px;
}

.bold {
	font-weight: 600;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #009444;
  text-align: center;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #009444;
}


.video {
  width: 100%;
  height: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .center-vertically {
    display: flex;
    align-items: center;
  }
}
