/*
    Template Name    : SWAT
	Description		 : SWAT - Business & Corporate HTML Template
    Version          : 1.0
*/
/*
================================================
/* Table of Content
==================================================

1. Fonts - Raleway and Opensans
2. Common CSS
3. Loader CSS
4. Header Top area
5. Navigation
6. Slider Area
7. About Area
8. Counter
9. Service
10. Feature
11. Faq
12. Team 
13. Portfolio
14. Sectiion-part
15. Image-bg-section
16. Pricing
17. Blog
18. Client
19. Footer
20. Contact-US 

/*
================================================
1. Fonts - Raleway and Opensans
================================================
*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:400,500,600,700,800,900');*/
/*
================================================
2. Common CSS
================================================
*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Cairo';
  max-width: 100%;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cairo';
  margin-top: 0;
  text-transform: none;
  line-height: 23px;
}

/* cairo-regular - arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url('../font/cairo/cairo-v2-arabic-regular.eot');
  /* IE9 Compat Modes */
  src: local('Cairo'), local('Cairo-Regular'), url('../font/cairo/cairo-v2-arabic-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/cairo/cairo-v2-arabic-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../font/cairo/cairo-v2-arabic-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../font/cairo/cairo-v2-arabic-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../font/cairo/cairo-v2-arabic-regular.svg#Cairo') format('svg');
  /* Legacy iOS */
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 13px;
  color: #666;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  border: none;
  text-decoration: none;
}

a {
  color: #333;
  transition: all 0.3s ease 0s;
}

a:focus,
a:hover {
  color: #19562d;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body,
html {
  height: 100%
}

section {
  width: 100%;
  float: left;
  padding: 60px 0px 20px 0px;
}

.section-title {
  text-align: center;
  margin: 0 0 25px;
}

section h2 {
  text-align: center;
  position: relative;
  text-align: center;
  padding: 12px 10px 10px;
}

.section-title h2 {
  font-size: 35px;
  padding: 0 0 10px;
  position: relative;
}

/* --------------------------------------------- */
/* ----------->>> HELPER CLASSES  <<<----------- */
/* --------------------------------------------- */
/* |----------------[ Font Size ]--------------| */
.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-55 {
  font-size: 55px !important;
}

.font-60 {
  font-size: 60px !important;
}

.font-70 {
  font-size: 70px !important;
}

.font-80 {
  font-size: 80px !important;
}

.font-90 {
  font-size: 90px !important;
}

.font-100 {
  font-size: 100px !important;
}

.font-150 {
  font-size: 150px !important;
}

.tx-transform {
  text-transform: uppercase;
}

.font-w-1 {
  font-weight: 100;
}

.font-w-2 {
  font-weight: 200;
}

.font-w-6 {
  font-weight: 600;
}

.font-w-7 {
  font-weight: 700px;
}

.font-w-8 {
  font-weight: 800;
}

/* |------------[ Padding & Margin ]-----------| */
.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-36 {
  padding: 36px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-250 {
  padding-top: 250px !important;
}

.pt-300 {
  padding-top: 300px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 30px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-0 {
  margin-bottom: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mtb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mtb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mtb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mtb-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mtb-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mtb-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mtb-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/* |------------[ Padding & Margin End ]-----------| */
/* |------------[ Button ]-----------| */
a.btn {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #19562d;
  font-weight: bold;
  font-size: 12px;
  font-weight: 900;
  color: #19562d;
}

a.btn:hover {
  color: #FFFFFF;
  background: #19562d;
  border: 2px solid #19562d;
}

a.btn-two {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}

a.btn-two:hover {
  color: #19562d;
  background: #fff;
  border: 2px solid #fff;
}

a.btn-blg {
  color: #666;
}

a.btn-blg:hover {
  color: #19562d;
}

/* |------------[ Line Height ]-----------| */
.ln-h-23 {
  line-height: 23px;
}

.ln-h-30 {
  line-height: 30px;
}

.ln-h-40 {
  line-height: 40px;
}

.ln-h-50 {
  line-height: 50px;
}

.ln-h-60 {
  line-height: 60px;
}

.ln-h-70 {
  line-height: 70px;
}

/* |------------[ Letter Spacing ]-----------| */
.ltr-s-1 {
  letter-spacing: 1px;
}

.ltr-s-2 {
  letter-spacing: 2px;
}

.ltr-s-4 {
  letter-spacing: 4px;
}

.ltr-s-5 {
  letter-spacing: 5px;
}

/* |------------[ Letter Spacing End ]-----------| */
/* |------------[ Color ]-----------| */
.color {
  color: #19562d;
}

.color-g {
  color: #777;
}

.color-g-5 {
  color: #555;
}

.color-bg-g {
  background-color: #f8f8f8;
}

.color-w {
  color: #fff;
}

.Color-b {
  background-color: #19562d;
  color: #fff;
  padding: 2px 5px;
}

.color-bg-b {
  background-color: #19562d;
}

.color-bl-lt {
  background-color: #2c353f;
}

/* |------------[ Color End ]-----------| */
.text-up {
  text-transform: uppercase;
}

.txt-lft {
  text-align: left;
}

.txt-rgt {
  text-align: right;
}

.center {
  text-align: center;
}

.bx-shadow {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
}

.border {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

/*
================================================
3. Loader CSS
================================================
*/
#loader {
  background: url(../images/loader.gif) no-repeat center center #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
}

/*
================================================
4. header-top-area
================================================
*/
.header-top-area {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: .4s;
  transition: .4s
}

.logo a {
  font-family: 'Cairo';
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 660px) {
  div.logo a {
    font-size: 15px;
  }
}

.logo {
  padding-top: 16px;
  padding-left: 15px;
}

/*
================================================
5. Navigation
================================================
*/
.menu-bg {
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}

.menu-bg .logo {
  padding-top: 10px !important;
  padding-left: 15px;
  transition: all 0.3s ease 0s;
}

.navbar-default {
  background-color: inherit;
  border-color: inherit;
  padding-top: 4px;
}

@media only screen and (max-width: 770px) {
  div.navbar-default {
    padding-top: 0px;
  }
}

.navbar {
  border-radius: 0;
  min-height: auto;
  margin: 0;
  border: none;
  z-index: 9;
}

.navbar-collapse {
  float: right;
  margin: 0;
  padding: 0;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.navbar-nav>li {
  padding: 0;
}

.navbar-default .navbar-nav li a {
  font-family: 'Cairo';
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 30px 12px;
  transition: all 0.3s ease 0s;
}

.menu-bg .navbar-default .navbar-nav li a {
  padding: 20px 10px;
  transition: all 0.3s ease 0s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: inherit;
  color: #19562d;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #19562d;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

.navbar-default .nav .drop-down {
  position: absolute;
  left: 0;
  z-index: 8;
  width: 200px;
  top: 100%;
  opacity: 0;
  background: #fff;
  visibility: hidden;
  border-top: 3px solid;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
  -webkit-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
  padding: 5px 0;
}

.navbar-default .nav li:hover .drop-down {
  opacity: 1;
  visibility: visible;
}

.navbar-default .nav .drop-down li {
  margin: 0;
  display: block;
  padding: 12px 5px;
  border-bottom: 1px solid #f0f0f0
}

.navbar-default .nav .drop-down li a {
  color: #777;
  text-align: left;
  border-radius: 0px;
  background: transparent;
  text-transform: capitalize;
  padding: 10px 15px;
  font-weight: 400;
}

.navbar-default .nav .drop-down li a:before {
  display: none;
}

.navbar-default .nav .drop-down li:hover a {
  color: #19562d;
}

.navbar-default .nav .drop-down a i {
  margin-top: 5px;
  float: right;
  transform: translateX(0%);
}

.navbar-default .nav .drop-down li a {
  color: #444;
  text-align: left;
  border-radius: 0px;
  background: transparent;
  text-transform: capitalize;
  padding: 10px 15px;
  font-weight: 600;
}

.menu-bg .logo a,
.menu-bg .navbar-default .navbar-nav li a:hover {
  color: #19562d;
}

.menu-bg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
  box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
  background: #fff;
  border: none;
}

.menu-bg .navbar-nav li a {
  color: #666;
}

.mobile-nav {
  display: none;
}

/*
/*
================================================
6. Slider Start
================================================
*/
/* |------------[ Animated Headline Text ]-----------| */
.slider-sec {
  position: relative;
  background: url(../images/banner1.jpg);
  background-size: cover;
  z-index: 1;
}

.slider-sec h1 {
  color: #FFFFFF;
}

.slider-sec-text {
  padding: 170px 0px 160px 0px;
}

/* |------------[ Carousel ]-----------| */
.affix+.banner-wrapper {
  margin-top: 49px;
}

.welcome-hero-area,
.home-slider-area,
.home-slider-area div {
  height: 100%
}

.welcome-hero-area div.single-slide-item-table-cell,
.welcome-hero-area div.single-slide-item-table-cell div {
  height: auto;
}

.single-slide-item-table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle
}

.single-slide-item-table {
  display: table;
  width: 100%
}

a.slide-btn {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  padding: 12px 20px;
  width: 160px;
  transition: .5s;
  text-transform: uppercase;
}

a.slide-btn:hover {
  opacity: 0.6;
  border: none
}

.single-slide-item h2 span {
  color: #19562d;
}

.single-slide-item h1 {
  font-size: 70px;
  font-weight: 200;
}

.single-slide-item h2 {
  font-size: 60px;
  font-weight: 200;
}

@media only screen and (max-width: 1200px) {
  div.single-slide-item h1 {
    font-size: 60px;
    font-weight: 200;
  }
}

@media only screen and (max-width: 1200px) {
  div.single-slide-item h2 {
    font-size: 50px;
    font-weight: 200;
  }
}

@media only screen and (max-width: 1000px) {
  div.single-slide-item h1 {
    font-size: 50px;
    font-weight: 200;
  }
}

@media only screen and (max-width: 1000px) {
  div.single-slide-item h2 {
    font-size: 40px;
    font-weight: 200;
  }
}

@media only screen and (max-width: 800px) {
  div.single-slide-item h1 {
    font-size: 30px;
    font-weight: 200;
  }
}

@media only screen and (max-width: 800px) {
  div.single-slide-item h2 {
    font-size: 30px;
    font-weight: 200;
  }
}

.single-slide-item p {
  color: #fff;
  margin-bottom: 20px
}

.fixed-bg {
  background-attachment: fixed !important
}

.slide-1,
.text-slide {
  background: url(../images/sliders/05.jpg);
  background-size: cover
}

.slide-2 {
  background: url(../images/sliders/04.jpg);
  background-size: cover
}

.slide-3 {
  background: url(../images/sliders/02.jpg);
  background-size: cover
}

.slide-4,
.text-slide {
  background: url(../images/sliders/09.jpg);
  background-size: cover
}

.slide-5 {
  background: url(../images/sliders/06.jpg);
  background-size: cover
}

.slide-6 {
  background: url(../images/sliders/07.jpg);
  background-size: cover
}

.slide-7,
.text-slide {
  background: url(../images/sliders/10.jpg);
  background-size: cover
}

.slide-8 {
  background: url(../images/sliders/11.jpg);
  background-size: cover
}

.slide-9 {
  background: url(../images/sliders/12.jpg);
  background-size: cover
}

.slide-10,
.text-slide {
  background: url(../images/sliders/17.jpg);
  background-size: cover
}

.slide-11 {
  background: url(../images/sliders/18.jpg);
  background-size: cover
}

.slide-12 {
  background: url(../images/sliders/19.jpg);
  background-size: cover
}

.slide-13,
.text-slide {
  background: url(../images/sliders/14.jpg);
  background-size: cover
}

.slide-14 {
  background: url(../images/sliders/16.jpg);
  background-size: cover
}

.slide-15 {
  background: url(../images/sliders/12.jpg);
  background-size: cover
}

.single-slide-item {
  position: relative;
  z-index: 1
}

.single-slide-item:after {
  background: rgba(0, 0, 0, .5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

a.welcome-control:focus,
a.welcome-control:hover i {
  color: #777;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
  z-index: 2
}

.welcome-control {
  background: 0 0 !important;
  color: #fff;
  font-size: 55px;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  z-index: 20
}

.service-icon i,
.single-featured i {
  border-radius: 50%;
  text-align: center
}

.right.welcome-control {
  left: auto;
  right: -52px
}

.left.welcome-control {
  left: -52px
}

.home-slider-area:hover .right.welcome-control {
  right: 30px;
  transition: .25s;
  -webkit-transition: .25s;
  font-size: 55px;
}

.home-slider-area:hover .left.welcome-control {
  left: 30px;
  transition: .25s;
  -webkit-transition: .25s;
  font-size: 55px;
}

.featured-area {
  overflow: hidden
}

.single-featured {
  cursor: pointer
}

.single-featured h4 {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px
}

.single-featured i {
  background: #687074;
  color: #fff;
  display: block;
  font-size: 35px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 10px;
  width: 80px
}

.service-icon i,
a.about-btn,
a.get-start-btn,
ul.team-social>li,
ul.work li {
  display: inline-block
}

.single-featured:hover i {
  background: #33d685;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s
}

.home-slider-area .carousel-indicators {
  display: none;
}

/* |------------[ Particle Slider ]-----------| */
.particle-area {
  text-align: center;
  position: relative;
  background: url(../images/sliders/22.jpg);
  background-size: cover;
  z-index: 1;
  padding: 80px 0px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.banner-text {
  padding: 80px 0px;
}

/*
================================================
7. About-area Start
================================================
*/
/* |------------[ About Page-1 ]-----------| */
.about_slider-area {
  background-image: url(../images/blog_sidebar_area_img_03.jpg);
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  width: 100%;
  height: 316px;
  position: relative;
  z-index: 1;
 
}

.comingSoon {
  background-image: url(../images/photo_2018-09-03_21-51-57.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: auto;
  

  /* -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); */
}

/* .about_slider-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #393734;
  opacity: .2;
  content: "";
  z-index: -1
} */
/* |------------[ About Page-2 ]-----------| */
.about-tabs .tab-btns {
  position: relative;
  z-index: 1;
}

.about-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0px 15px;
  font-size: 20px;
  color: #999999;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  padding: 12px 0px 22px;
  text-transform: capitalize;
  transition: all 500ms ease;
  border-radius: 3px 3px 0px 0px;
}

.about-tabs .tab-btns .tab-btn:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 30px;
  height: 3px;
  opacity: 0;
  margin-left: -15px;
  background-color: #19562d;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.about-tabs .tab-btns .tab-btn.active-btn:before,
.about-tabs .tab-btns .tab-btn:hover::before {
  opacity: 1;
}

.about-tabs .tab-btns .tab-btn:hover,
.about-tabs .tab-btns .tab-btn.active-btn {
  color: #19562d;
}

.about-tabs .tabs-content {
  position: relative;
}

.about-tabs .tabs-content .tab {
  position: relative;
  padding: 20px 0px 0px;
  display: none;
}

.about-tabs .tabs-content .tab.active-tab {
  display: block;
}

.about-tabs .tabs-content .tab p {
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 20px;
}

.about-tabs .tabs-content .tab p:last-child {
  margin-bottom: 0px;
}

.about-tabs .tabs-content .tab h3,
.about-tabs .tabs-content .tab h4,
.about-tabs .tabs-content .tab h5,
.about-tabs .tabs-content .tab h6 {
  margin-bottom: 15px;
}

.about-tabs .tabs-content .tab h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
}

/* |------------[ About Page-4 ]-----------| */
.about_4-item i {
  border-radius: 50%;
  border: 2px solid #19562d;
  text-align: center;
}

.about_4-item:hover i {
  border: 2px solid #19562d;
  color: #FFFFFF;
  background: #19562d;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about_4-item:hover {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*
================================================
8. Counter
================================================
*/
.counters {
  background-color: #f7f7f7;
}

.counter {
  padding: 25px;
  text-align: center;
  position: relative;
  top: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.counter:hover {
  -webkit-transition: .3s;
  transition: .3s;
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
  top: -7px;
}

.counter span {
  color: #19562d;
  font-size: 40px;
}

.counter h6 {
  font-weight: 600;
}

/*
================================================
9. Services Area
================================================
*/
/* |------------[ Service-1 ]-----------| */
.services .item {
  padding: 30px;
  min-height: 150px;
  margin-bottom: 15px;
}

.services .section .item:hover {
  transform: scale(1.04);
  z-index: 2;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item:hover>h3 {
  color: #19562d;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services .item i {
  font-size: 45px;
  color: #19562d;
}

.services .item h3 {
  margin: 15px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.services .item p {
  font-size: 13px;
  color: #888;
}

/* |------------[ Service-2 ]-----------| */
.services .nav {
  position: relative;
  margin: auto;
  text-align: center;
  color: #777;
}

.services .nav li {
  position: relative;
  display: inline-block;
  padding: 20px;
  margin-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services .nav li i {
  position: relative;
  font-size: 24px;
  background-color: #f7f7f7;
  border: 1px solid #fff;
  line-height: 45px;
  margin-bottom: 10px;
  z-index: 1;
}

.services .nav li:hover {
  color: #19562d;
}

.services .nav li:last-child:after {
  display: none;
}

.services .content-services .item {
  position: relative;
  background-color: #FFF;
  display: none;
  overflow: hidden;
  border-radius: 8px;
}

.services .content-services .item .content-ser {
  position: relative;
  padding: 30px;
}

.services .content-services .item .content-ser button {
  margin: 0;
}

.services .content-services .item .part-img {
  position: relative;
  height: 100%;
  padding: 20px 10px;
}

.services .content-services .item .fet {
  position: relative;
}

.services .content-services .item .fet .icon span {
  font-size: 4rem;
  color: #FF214f;
}

.services .content-services .item .fet h6 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.services .content-services .active {
  display: block;
  color: inherit;
}

.services .active {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services .active h6 {
  color: #19562d;
}

.services .active i {
  color: #19562d !important;
  border: none !important;
  color: #fff;
}

.services .cont-2 {
  position: relative;
  padding: 5rem;
}

/* |------------[ Service-3 ]-----------| */
.services_3 .section_3 .item:hover {
  background: #19562d !important;
  color: #fff !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.services_3 .section_3 .item {
  border: 1px solid #e9e9e9;
  padding: 10px 10px 15px 15px;
  margin-bottom: 20px;
}

.services_3 .section_3 .item:hover p {
  color: #FFFFFF;
}

.services_3 .section_3 .item i {
  font-size: 45px;
}

.services_3 .section_3 .item h4 {
  margin: 15px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.services_3 .section_3 .item p {
  font-size: 14px;
  font-weight: 600;
  color: #888;
}

/*
================================================
10. Features-Area
================================================
*/
/* |------------[ Feature-1 ]-----------| */
section .feat {
  border-radius: 25px;
  transition: all 0.3s ease;
  background-color: #FFF;
  height: 330px;
  margin-bottom: 10%;
  padding: 0px;
  line-height: 0px;
}

.section .feat i {
  color: #19562d;
}

/*====================================*/
.section .protection .feat i {
  color: #8e4698;
}

.section .health .feat i {
  color: #22a7d4;
}

.section .environment .feat i {
  color: #29b44d;
}

.section .education .feat i {
  color: #f8a917;
}

.section .fun .feat i {
  color: #9c251f;
}

/*====================================*/
.section .feat.active {
  background: #19562d !important;
  color: #fff !important;
}

.section .feat.active i,
.section .feat.active h6 {
  color: #FFFFFF !important;
}

/* .section .feat:hover,
.section .feat:hover i {
  color: #fff;
  background: #19562d;
  cursor: pointer;
  transform: scale(1.04);
  z-index: 2;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} */
/*---------------------------------*/
.section .protection .feat:hover,
.section .protection .feat:hover i {
  box-shadow: 2px 2px 6px #8e4698;
  cursor: pointer;
  transform: scale(1.04);
  z-index: 2;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section .health .feat:hover,
.section .health .feat:hover {
  box-shadow: 2px 2px 6px #22a7d4;
  cursor: pointer;
  transform: scale(1.04);
  z-index: 2;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section .environment .feat:hover,
.section .environment .feat:hover {
  box-shadow: 2px 2px 6px #29b44d;
  cursor: pointer;
  transform: scale(1.04);
  z-index: 2;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section .education .feat:hover,
.section .education .feat:hover {
  box-shadow: 2px 2px 6px #f8a917;
  cursor: pointer;
  transform: scale(1.04);
  z-index: 2;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section .fun .feat:hover,
.section .fun .feat:hover {
  box-shadow: 2px 2px 6px #9c251f;
  cursor: pointer;
  transform: scale(1.04);
  z-index: 2;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section .feat-1 {
  background: #19562d;
}

.feat-sec:hover i {
  color: #8e4698;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* |------------[ Feature-2 ]-----------| */
.nav-tabs {
  border: 0;
}

.tab-content h1 {
  margin-top: 0;
}

.btn-feature.active {
  background: #19562d;
  color: #fff;
}

.btn-feature {
  background-color: #f2f2f2;
  font-size: 20px;
  box-shadow: none;
  border: 0;
  width: 100%;
  padding: 20px 35px;
  margin: 2px;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.btn-feature:hover,
.btn-feature:focus,
.btn-feature:active {
  border: 0;
  outline: none;
  background: #19562d;
  color: #fff;
  text-decoration: none;
}

/* |------------[ Feature-3 ]-----------| */
.features-section .single-item {
  position: relative;
  z-index: 1;
}

.features-section .single-item .icon-box i {
  position: relative;
  display: inline-block;
  background: #19562d;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  margin-top: -30px;
  top: -30px;
  transition: all 900ms ease;
}

.features-section .single-item .icon-box i:before {
  font-size: 24px;
  color: #fff;
  margin: 0px;
}

.features-section .single-item:before {
  position: absolute;
  content: '';
  background: #19562d;
  height: 3px;
  width: 0%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 900ms ease;
}

.features-section .single-item:hover:before {
  width: 100%;
  transition: all 900ms ease;
}

.features-section .single-item .single-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 70px;
  padding: 0px 35px 0px 35px;
  transition: all 900ms ease;
}

.features-section .single-item:hover .single-content {
  height: 100%;
  transition: all 900ms ease;
}

.features-section .single-item h5 {
  color: #fff;
}

.features-section .single-item:hover h5,
.features-section .single-item:hover p {
  display: block;
}

.features-section .single-item p {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  display: none;
}

.features-section .single-item:hover .icon-box i {
  top: -10px;
  transition: all 900ms ease;
  margin-bottom: 70px;
}

.features-section .single-item .icon-box {
  margin-bottom: -23px;
}

/*
================================================
11. Faq
================================================
*/
.faq-section {
  position: relative;
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  line-height: 30px;
  padding: 10px 70px 10px 10px;
  overflow: hidden;
  color: #222222;
  font-weight: 700;
  background-color: #a9da9147;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer {
  position: absolute;
  right: 20px;
  /* top: 20px; */
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #19562d;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
  background: #a9da91;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  background-color: #fff;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  font-size: 14px;
  padding: 13px 20px 25px;
  background-color: #fff;
}

.accordion-box .block .content p {
  margin-bottom: 20px;
  line-height: 23px;
  color: #777777;
  font-weight: 600;
  font-size: 14px;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0px;
}

/*
================================================
12. Team
================================================
*/
.team {
  background-color: #fff;
}

.team .single-team:hover .teamthumb .team-social a {
  left: 0;
}

.team .single-team .teamthumb {
  position: relative;
  overflow: hidden;
}

.team .single-team .teamthumb .team-social {
  position: absolute;
  width: 60px;
  top: 40px;
  text-align: center;
  left: 10px;
}

.team .single-team .teamthumb .team-social a {
  display: block;
  width: 70px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #666;
  margin-bottom: 5px;
  transition: .4s;
  position: relative;
  left: -100px;
}

.team .single-team .teamthumb .team-social a:nth-child(even) {
  transition-delay: .1s;
}

.team .single-team .team-title {
  padding: 10px 20px;
  padding-top: 20px;
  border-top: 0;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.team .single-team .teamthumb .team-social a:hover {
  background: #19562d;
  color: #fff;
}

.video-area {
  background-image: url(../images/CRS/video_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 90px;
  padding-top: 200px;
  text-align: center;
  width: 100%;
}

/*
================================================
13. Portfolio
================================================
*/
.portfolio {
  clear: both;
  float: left;
  width: 100%;
  padding: 70px 0 50px;
}

.work {
  margin-bottom: 30px;
}

.work a {
  display: block;
  overflow: hidden;
  position: relative;
}

.work-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  padding: 20px;
}

.work-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.work:hover .work-inner:after {
  opacity: 0.8;
}

.work-info {
  text-align: center;
  margin-top: 20%;
  top: -15px;
  position: relative;
}

.work-info h2:after {
  display: none;
}

.work-info p,
.work-info h2,
.work-info i {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.work-info h2 {
  font-size: 20px;
  color: #fff;
  top: -10px;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

.work-info p {
  font-size: 12px;
  top: 10px;
  font-weight: 700;
  -webkit-transition: all 0.6s;
}

.work-info i {
  font-size: 14px;
  top: 20px;
  font-weight: 700;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: #333;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.work:hover .work-info p,
.work:hover .work-info h2,
.work:hover .work-info i {
  opacity: 1;
  top: 0;
}

.portfolio-filter {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio-filter li.active,
.portfolio-filter li:hover {
  background: #19562d;
  border: 2px solid #19562d;
  color: #fff;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.portfolio-filter li {
  color: #19562d;
  display: inline-table;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
  border: 2px solid #19562d;
  margin: 0 5px 10px;
  cursor: pointer;
  position: relative;
}

/* 2 */
.portfolio-filter2 {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio-filter2 li.active,
.portfolio-filter2 li:hover {
  background: #19562d;
  border: 2px solid #19562d;
  color: #fff;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.portfolio-filter2 li {
  color: #19562d;
  display: inline-table;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
  border: 2px solid #19562d;
  margin: 0 5px 10px;
  cursor: pointer;
  position: relative;
}

.work-popup {
  max-width: 550px;
  background: #fff;
  position: relative !important;
  margin: 30px auto;
  left: 0 !important;
}

.work-info p {
  color: #19562d;
}

.work-popup img {
  width: 100%;
  height: 100%;
}

.work-popup-content {
  padding: 25px;
}

.work-popup-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.work-popup-content p {
  text-align: left;
  line-height: 23px;
}

.mfp-close-btn-in .mfp-close {
  position: absolute;
  background: #fff;
  font-size: 40px;
  width: 50px;
  height: 50px;
  opacity: 1;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}

/*
================================================
14. Section-part
================================================
*/
.section-part {
  background-color: #f8f8f8;
  padding: 40px 0px 0px 0px;
}

.section-part .sec:hover h5 {
  color: #19562d;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*
================================================
15. Image-bg
================================================
*/
.image-bg {
  background-image: url(../images/bannerbg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: auto;
}

.bottom-line {
  height: 4px;
  margin: 0 auto;
  width: 30px;
  margin-bottom: 50px;
  background: #fff !important;
  float: left;
}

/*
================================================
16. Pricing
================================================
*/
.pricing-item {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  border: solid 3px #ebebeb;
  margin: 0;
  padding: 0 0 30px 0;
  cursor: default;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-item:hover {
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
}

.pricing-item .pricing-title {
  margin: 0;
  padding: 15px 0;
}

.pricing-item .pricing-price {
  position: relative;
  background: #f4f4f4;
  padding: 40px 0 35px 0;
  margin: 0 0 40px 0;
  font-size: 30px;
  color: #3f3f3f;
  font-weight: 700;
}

.pricing-item.active .pricing-price {
  color: #fff;
  background-color: #19562d;
}

.pricing-item.pricing-column .pricing-price {
  background: #2f3434;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 40px 0 40px 10px;
}

.pricing-item.pricing-column .pricing-price:before {
  display: none;
}

.pricing-item .pricing-currency {
  vertical-align: super;
  font-size: 24px;
}

.pricing-item.pricing-column .pricing-currency {
  font-size: 24px;
}

.pricing-item .pricing-period {
  font-size: 14px;
  font-weight: 400;
}

.pricing-item.pricing-column .pricing-period {
  font-size: 24px;
  line-height: 24px;
}

.pricing-item .pricing-anim {
  display: inline-block;
  position: relative;
  font-size: 64px;
}

.pricing-item:hover .pricing-anim {
  -webkit-animation: moveUp 0.4s forwards;
  animation: moveUp 0.4s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing-item:hover .pricing-anim-2 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

@-webkit-keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.pricing-item .pricing-feature-list {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  background: #fff;
}

.pricing-item .pricing-feature-list li {
  border-bottom: solid 1px #ebebeb;
  padding: 10px 20px 15px 20px;
}

.pricing-item.pricing-column .pricing-feature-list li {
  padding: 15px 20px;
  margin: 0;
  border-bottom: solid 1px #e3e3e5;
  color: #333;
  font-size: 14px;
}

/*
================================================
17. Blog
================================================
*/
.blog .item-blog .img-blog a strong {
  font-size: 25px;
}

.blog .item-blog .img-blog a {
  position: absolute;
  top: 0;
  left: 17%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-color: #19562d;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  border-bottom-left-radius: 10px;
}

.blog .item-blog .content-blog {
  text-align: left;
  overflow: hidden;
}

.blog .item-blog .content-blog a {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.blog .item-blog .content-blog a h6 {
  margin: 0;
}

.blog .item-blog:hover h6 {
  color: #19562d;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* |------------[ Blog Area Section ]-----------| */
/*Blog-side-bar-tag*/
.blog_left_side_area {
  padding-right: 15px;
}

.blog_right_side_area {
  padding-left: 15px;
}

.date_position {
  position: absolute;
  top: 20px;
  left: 5px;
  color: #fff;
  font-size: 14px;
  background-color: #19562d;
  padding: 7px 19px;
  display: inline-block;
}

.blog_pic {
  position: relative;
}

.blog_left_single_content h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  padding-top: 33px;
  margin-bottom: 13px;
}

.blog_left_single_content p {
  font-weight: 600;
}

.blog_left_single_item {
  margin-bottom: 54px;
}

.blog_left_single_content .blog_author_area {
  padding: 10px 0px;
}

.blog_left_single_content .blog_author_area a {
  font-size: 17px;
  color: #777;
  margin-right: 25px;
  font-weight: 600;
}

.blog_left_single_content .blog_author_area a i {
  color: #19562d;
  padding-right: 10px;
}

.blog_left_side_area blockquote p {
  color: #fff;
  font-style: italic;
  font-size: 16px;
  margin: 10px;
}

/*Blog-right-side*/
.blog_right_widget {
  margin-bottom: 30px;
}

.blog_search {
  position: relative;
}

.blog_search input {
  width: 100%;
  padding: 20px 13px;
  outline: 0;
  color: #575757;
  border: 0px solid #ebebeb;
  position: relative;
  background: transparent;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  background-color: #f9f9f9;
  border: none;
}

.blog_search_btn {
  position: absolute;
  top: 0;
  right: -2px;
}

.blog_search_btn input {
  color: #fff;
  padding: 16px 10px;
  width: 44px;
  font-family: 'FontAwesome';
  font-weight: 100;
  background-color: #19562d;
  font-size: 19px;
}

/*categoris*/
.blog_widget_title {
  font-size: 22px;
  color: #333;
  font-weight: 800;
}

.blog_widget ul li a {
  font-size: 14px;
  color: #999;
  font-weight: 600;
}

.blog_widget ul li a:hover {
  color: #19562d;
}

.blog_widget ul li {
  background-color: #f9f9f9;
  margin-bottom: 5px;
  padding: 10px 20px;
}

.blog_widget ul li:last-child {
  margin-bottom: 0;
}

/*Latest-News*/
.popular-post {
  position: relative;
}

.popular-post .item {
  position: relative;
  font-size: 14px;
  margin-bottom: 13px;
  min-height: 50px;
  color: #cccccc;
  border-bottom: 1px solid #f1f1f1;
}

.popular-post .item:last-child {
  border-bottom: 0px;
}

.popular-post .item .post-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 90px;
  height: 90px;
}

.popular-post .item .post-thumb img {
  width: 100%;
  display: block;
}

.popular-post .item .post-thumb a {
  position: relative;
}

.popular-post .item .post-thumb a:after {
  position: absolute;
  content: "\f0c1";
  font-family: FontAwesome;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 80px;
  width: 100%;
  height: 100%;
  background: rgba(72, 199, 236, 0.9);
  color: #ffffff;
  opacity: 0;
  transition: .5s ease;
}

.popular-post .item .post-thumb:hover a:after {
  opacity: 1;
  transition: .5s ease;
}

.popular-post .item a:hover {
  color: #19562d;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.popular-post .item h4 {
  position: relative;
  top: 8px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 800;
  margin: 0px 0px 17px;
  line-height: 26px;
  color: #333;
}

.popular-post .item h4 a {
  color: #333;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.recent-posts.post-thumb .post .post-info {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  line-height: 1.6em;
  color: #9c9c9c;
}

.popular-post .item .post-info {
  color: #777;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
}

.inner-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 45px;
}

.inner-title h4 {
  position: relative;
  font-size: 22px;
  color: #333;
  font-weight: 800;
}

/*project*/
.blog_widget_tag li a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  font-size: 15px;
  line-height: 45px;
  padding: 0px 16px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.blog_widget_tag ul li {
  margin-bottom: 5px;
  display: inline-block;
}

.blog_widget_tag ul li a:hover {
  color: #fff;
}

.blog_widget_tag ul li:hover a {
  border-color: #19562d;
  background: #19562d;
  color: #fff;
}

/*archive*/
.blog_widget select {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  text-transform: capitalize;
  outline: 0;
  height: 45px;
  font-size: 14px;
  color: #999999;
  margin-bottom: 18px;
  background-color: #f9f9f9;
  padding: 0 10px;
  border: none;
}

.blog_widget select option {
  color: #999;
}

/*pagination*/
.blog_pagination .pagination {
  margin: 0;
  border-radius: 0;
  margin-top: 15px;
}

.blog_pagination .pagination>li:first-child>a {
  border-radius: 0;
  border-radius: 15px;
}

.blog_pagination .pagination>li:last-child>a {
  border-radius: 0;
  border-radius: 15px;
}

.blog_pagination .pagination li a {
  margin-right: 10px;
  border-radius: 15px;
  background-color: #f9f9f9;
  border: none;
}

.blog_pagination .pagination li.active a,
.blog_pagination .pagination li a:hover {
  background-color: #19562d;
  border: none;
  color: #fff
}

/*Comment- area*/
.blog_single_area .title {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  margin-bottom: 47px;
}

.blog_single_area .title:before {
  position: absolute;
  content: '';
  background: #48c7ec;
  height: 2px;
  width: 40px;
  left: 0px;
  bottom: -7px;
}

.blog_single_area .connent-area .comment-box {
  position: relative;
  padding: 0px 0px 14px 95px;
  margin-bottom: 55px;
  border-bottom: 1px solid #eee;
}

.blog_single_area .connent-area .comment-box .img-box {
  position: absolute;
  left: 0px;
  top: 6px;
}

.blog_single_area .connent-area .comment-box .comment-title {
  display: inline-block;
}

.blog_single_area .connent-area .comment-box .comment-inner {
  margin-left: 15px;
}

.blog_single_area .connent-area .comment-box .comment-time {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  line-height: 23px;
  margin-left: 10px;
}

.blog_single_area .connent-area .comment-box .button {
  position: relative;
  display: inline-block;
  float: right;
  top: -5px;
  right: 5px;
}

.blog_single_area .connent-area .comment-box .button a:hover {
  background-color: #19562d;
  border: 2px solid #19562d;
  color: #fff;
}

.blog_single_area .connent-area .comment-box .button a {
  color: #19562d;
  display: inline-block;
  line-height: 35px;
  width: 80px;
  text-align: center;
  border: 2px solid #eee;
  font-weight: 800;
  text-transform: uppercase;
}

.blog_single_area .connent-area .comment-box .button i:before {
  color: #666;
  margin-right: 6px;
  font-size: 12px;
}

.blog_single_area .connent-area .comment-box .text {
  margin-top: 10px;
}

.blog_single_area .connent-area .comment-box h5 {
  margin-bottom: 0px;
}

.blog_single_area .comment-form {
  position: relative;
}

.blog_single_area .comment-form input,
.blog_single_area .comment-form textarea {
  position: relative;
  width: 100%;
  height: 50px;
  background: #f6f8fa;
  margin-bottom: 30px;
  color: #222;
  padding: 15px 20px;
}

.blog_single_area .comment-form textarea {
  height: 150px;
  resize: none;
  margin-bottom: 21px;
}

/*latest blog*/
.latest_blog_section_area {
  background-color: #f9f9f9;
  padding: 90px 0px 65px;
  overflow: hidden;
}

.single_blog_item_area {
  margin-bottom: 30px;
}

.single_blog_h_active {
  margin-top: 30px;
}

.single_blog_item_area .meta {
  padding-top: 20px;
}

.single_blog_item_area .meta li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  line-height: 23px;
  font-weight: 800;
  color: #666;
}

.single_blog_item_area h3 {
  font-size: 18px;
  margin-top: 14px;
  text-transform: uppercase;
  font-weight: 800;
}

.single_blog_item_area p {
  font-weight: 600;
}

.single_blog_item_div h2 {
  color: #949494;
  font-size: 50px;
  font-weight: 700;
}

.single_blog_item_div h2 span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 17px;
  margin-bottom: 39px;
}

.single_blog_item_div h2 a {
  color: #008cb5;
}

.single_blog_h_active .owl-nav div {
  height: 35px;
  width: 35px;
  background-color: transparent;
  text-align: center;
  position: absolute;
  top: 60%;
  line-height: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -34%;
  font-size: 18px;
  color: #3a3a3a;
}

.single_blog_h_active .owl-nav div.owl-next {
  right: 0;
  left: -28%;
}

/*tag*/
.blog_tag a {
  background-color: #19562d;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.blog_tag {
  margin-top: 45px;
}

/*share*/
.share_blog_single_in_social h4 {
  margin: 0;
  color: #4d4d4d;
  font-size: 22px;
}

.share_blog_single_in_social h4 span {
  margin-right: 15px;
}

.share_blog_single_in_social h4 a {
  color: #999;
  font-size: 14px;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 5px;
}

.share_blog_single_in_social {
  margin-top: 38px;
}

/*form section*/
.consultency_comments_form {
  margin-top: 60px;
}

.comments_title {
  margin: 0px;
  color: #4d4d4d;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 33px;
}

.consultency_comments_form .form-control {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  border: 1px solid #ebebeb;
  height: 50px;
  font-size: 13px;
  color: #000;
  margin-bottom: 20px;
  background-color: transparent;
}

.consultency_comments_form textarea.form-control {
  height: 200px;
  resize: none;
}

.consultency_comments_form .form-group {
  margin-bottom: 5px;
}

/*
================================================
18. Client
================================================
*/
.client {
  text-align: center;
  position: relative;
  padding: 20px 0px 60px 0px;
  margin-top: 50px;
}

.client-logo a {
  opacity: 0.4;
  display: table;
  margin: 0 auto;
}

.client-logo a:hover {
  opacity: 1;
  transition: all 0.5s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}

/*--------------------------------------------------------------
19. Footer
--------------------------------------------------------------*/
.footer {
  background-color: #9dc382;
}

.footer .logo a {
  color: #FFF;
}

.sidebar-post li {
  list-style-type: none;
  margin-bottom: 10px;
}

.sidebar-post li a {
  color: #FFF;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}

/* .sidebar-post li a:hover {
  color:
} */
.sidebar-gallery {
  display: block;
}

.sidebar-gallery li {
  float: left;
  width: 29%;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
}

/* .footer-social li {
  display: inline-block; 
  }
  .footer-social li a {
    background: #555;
    padding: 10px 13px;
    color: #fff; 
	}
  .footer-social li:hover a {
    background: #19562d;
	 } */
ul.maintenancesocial li a span {
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  background: #999;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
ul.maintenancesocial li{
  display: inline-block;
}

@media only screen and (max-width: 770px) {
  ul.maintenancesocial li {
    display: inline-block;
  }
}

/* ul.maintenancesocial li a span:hover {
        background-color: #efefef;
        color: #eee; } */
ul.maintenancesocial li a span.instagram:hover {
  background-color: #e95950;
  color: #eee;
}

ul.maintenancesocial li a span.twitter:hover {
  background-color: #55acee;
  color: #eee;
}

ul.maintenancesocial li a span.youtube:hover {
  background-color: #ff0000;
  color: #eee;
}

ul.maintenancesocial li a span.facebook:hover {
  background-color: #3b5998;
  color: #eee;
}

ul.maintenancesocial li a span.telegram:hover {
  background-color: #65aadd;
  color: #eee;
}

/*
================================================
 20 Contact US
================================================
*/
.outer-box {
  width: 85%;
  margin: 0 auto;
}

.contact-us ul {
  padding: 0;
}

.contact-us li {
  color: #fff;
  margin-bottom: 25px;
  display: block;
}

.contact-us li .box a {
  color: #FFFFFF;
}

.contact-us li .box:hover {
  background-color: #333;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-us li .box {
  background: #19562d;
  padding: 40px 20px;
  text-align: center;
  border-radius: 25px;
  color: #fff;
  font-weight: 400;
  box-shadow: 2px 2px 6px #333;
}

.contact-us .fa {
  display: block;
  font-size: 30px;
  margin: 0 0 10px 0;
  color: #fff;
}

.form-box {
  padding: 35px 20px;
  box-shadow: 2px 2px 6px #19562de0;
  background: #fff;
  border-radius: 25px;
}

.contact-us input,
.contact-us textarea {
  background: none;
  border: 1px solid #dadada;
  box-shadow: none;
  height: 40px;
  color: #333;
}

.contact-us textarea {
  height: 150px;
}

/*-------------------------*/
/* ------------ myEdit ----------------*/
/*COLORS*/
.cmaincolor {
  color: #dae584 !important;
}

.csecondcolor {
  color: #95ce92 !important;
}

.cwhite {
  color: #fff !important;
}

.cblack {
  color: #000 !important;
}

.clight {
  color: #ccc !important;
}

.clightgrey {
  color: #999 !important;
}

.cgrey {
  color: #666 !important;
}

.cdark {
  color: #222 !important;
}

.cdarkgrey {
  color: #333 !important;
}

.ccealk {
  color: #c1bf94 !important;
}

.cblue {
  color: #13acd8 !important;
}

.cgreen {
  color: #00cc66 !important;
}

.cgreen2 {
  color: #93c359 !important;
}

.cgreen3 {
  color: #95ce92 !important;
}

.cgreen4 {
  color: #89B842 !important;
}

.cred {
  color: #cc6666 !important;
}

.corange {
  color: #ff9966 !important;
}

.cyellow {
  color: #ffffcc !important;
}

.c111 {
  color: #111 !important;
}

.c222 {
  color: #222 !important;
}

.c333 {
  color: #333 !important;
}

.c444 {
  color: #444 !important;
}

.c555 {
  color: #555 !important;
}

.c666 {
  color: #666 !important;
}

.c777 {
  color: #777 !important;
}

.c888 {
  color: #888 !important;
}

.c999 {
  color: #999 !important;
}

/*BG COLORS*/
.bgmaincolor {
  background: #dae584 !important;
}

.bgmaincolordarken {
  background: #19b395;
}

.bgmaincolorlighten {
  background: #1bc5a3;
}

.bgsecondcolor {
  background: #95ce92 !important;
}

.bgsecondcolordarken {
  background: #84c680;
}

.bgsecondcolorlighten {
  background: #a6d6a4;
}

.bgwhite {
  background: #fff !important;
}

.bgblack {
  background: #000 !important;
}

.bglightgrey {
  background: #999 !important;
}

.bggrey {
  background: #666 !important;
}

.bgdarkgrey {
  background: #333 !important;
}

.bgdark {
  background: #222 !important;
}

.bgdark2 {
  background: #263842 !important;
}

.bgcealk {
  background: #c1bf94 !important;
}

.lightbg {
  background: #f6f6f6 !important;
}

.bgsoftlight {
  background: #fcfcfc !important;
}

.bgxlight {
  background: #fcfcfc !important;
}

.bglight {
  background: #f6f6f6 !important;
}

.bglight2 {
  background: #eee !important;
}

.bglight3 {
  background: #ddd !important;
}

.bglight4 {
  background: #ccc !important;
}

.bglime {
  background: #c1d88a !important;
}

.bglightturquoise {
  background: #1fc4d3 !important;
}

.bgturquoise {
  background: #669999 !important;
}

.bgturquoise2 {
  background: #99cccc !important;
}

.bglightgreen {
  background: #76f099 !important;
}

.bggreen {
  background: #00cc66 !important;
}

.bggreen2 {
  background: #93c359 !important;
}

.bgblue {
  background: #13acd8 !important;
}

.bgblue2 {
  background: #0099cc !important;
}

.bgblue3 {
  background: #55c7f6 !important;
}

.bgdarkblue {
  background: #233e83 !important;
}

.bgdarkblue2 {
  background: #1c1c38 !important;
}

.bgred {
  background: #cc3333 !important;
}

.bgpurple {
  background: #704b8c !important;
}

.bgorange {
  background: #ff9933 !important;
}

.bgorange2 {
  background: #ff9966 !important;
}

.bgorange3 {
  background: #ff6633 !important;
}

.bgpalred {
  background: #f4efe9 !important;
}

.bgpalred2 {
  background: #e4dcd3 !important;
}

.bgpalblue {
  background: #f5f6f7 !important;
}

.bgpalgreen {
  background: #e0ead9 !important;
}

.bgpalgreen2 {
  background: #e8ebe5 !important;
}

.bg000 {
  background: #000 !important;
}

.bg111 {
  background: #111 !important;
}

.bg222 {
  /* background: #382036 !important;  */
  background-image: url('../images/slider-img/slider3.jpg');
}

.bg333 {
  background: #fff !important;
}

.bg444 {
  background: #444 !important;
}

.bg555 {
  background: #555 !important;
}

.bg666 {
  background: #666 !important;
}

.bg777 {
  background: #777 !important;
}

.bg888 {
  background: #888 !important;
}

.bg999 {
  background: #999 !important;
}

.bgtransparentblack {
  background: #333 !important;
  background: rgba(0, 0, 0, 0.3) !important;
}

/* ------------------------------------------ */
/* ======== My Edit ======== */
/*SPACE*/
.space10 {
  display: block;
  margin: 0;
  padding: 0;
  height: 10px;
}

.space15 {
  display: block;
  margin: 0;
  padding: 0;
  height: 15px;
}

.space20 {
  display: block;
  margin: 0;
  padding: 0;
  height: 20px;
}

.space30 {
  display: block;
  margin: 0;
  padding: 0;
  height: 30px;
}

.space40 {
  display: block;
  margin: 0;
  padding: 0;
  height: 40px;
}

.space50 {
  display: block;
  margin: 0;
  padding: 0;
  height: 50px;
}

.space60 {
  display: block;
  margin: 0;
  padding: 0;
  height: 60px;
}

.space70 {
  display: block;
  margin: 0;
  padding: 0;
  height: 70px;
}

.space80 {
  display: block;
  margin: 0;
  padding: 0;
  height: 80px;
}

.space90 {
  display: block;
  margin: 0;
  padding: 0;
  height: 90px;
}

.space100 {
  display: block;
  margin: 0;
  padding: 0;
  height: 100px;
}

.space110 {
  display: block;
  margin: 0;
  padding: 0;
  height: 110px;
}

.space120 {
  display: block;
  margin: 0;
  padding: 0;
  height: 120px;
}

.space130 {
  display: block;
  margin: 0;
  padding: 0;
  height: 130px;
}

.space140 {
  display: block;
  margin: 0;
  padding: 0;
  height: 140px;
}

.space150 {
  display: block;
  margin: 0;
  padding: 0;
  height: 150px;
}

.space160 {
  display: block;
  margin: 0;
  padding: 0;
  height: 160px;
}

.space170 {
  display: block;
  margin: 0;
  padding: 0;
  height: 170px;
}

.space180 {
  display: block;
  margin: 0;
  padding: 0;
  height: 180px;
}

.space190 {
  display: block;
  margin: 0;
  padding: 0;
  height: 190px;
}

.space200 {
  display: block;
  margin: 0;
  padding: 0;
  height: 200px;
}

.space250 {
  display: block;
  margin: 0;
  padding: 0;
  height: 250px;
}

.lineHeight {
  line-height: 1.6;
}

.section .feat ul {
  line-height: 1.6;
}

/* SEPARATORS */
.separator33 {
  width: 33%;
  height: 1px;
  background: #e2e2e2;
  margin: 50px auto;
}

.separator33.dark {
  width: 33%;
  height: 1px;
  background: #666;
  margin: 50px auto;
}

.separator33.dark2 {
  width: 33%;
  height: 1px;
  background: #333;
  margin: 50px auto;
}

.separator100 {
  width: 100%;
  height: 1px;
  background: #e2e2e2;
}

.separator100dark {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
}

.separator100.dark {
  width: 100%;
  height: 1px;
  background: #333;
}

.separatorsmall {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
}

.separatorsmallcealk {
  width: 25px;
  height: 3px;
  background: #c1bf94;
  margin: 0 auto;
}

.separator-10 {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 10px auto;
}

.separator-20 {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 20px auto;
}

.separator-30 {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 30px auto;
}

.separator-40 {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 40px auto;
}

.separator-50 {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 50px auto;
}

.separator-60 {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 60px auto;
}

.separator-70 {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 70px auto;
}

.separator-80 {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 80px auto;
}

.separator-90 {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 90px auto;
}

.separator-100 {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 100px auto;
}

.separator-right {
  border-right: 1px solid #efefef;
}

.separator-left {
  border-left: 1px solid #efefef;
}

.divider {
  width: 100%;
  height: 1px;
  background: #efefef;
}

.divider.dark {
  width: 100%;
  height: 1px;
  background: #222;
}

/*==== End ==== */
/* ==== Logo Color ==== */
.red {
  color: #9c251f;
}

.green {
  color: #29b44d;
}

.blue {
  color: #22a7d4;
}

.orange {
  color: #f8a917;
}

.purple {
  color: #8e4698;
}

/* ================ */
/*==== projects section ====*/
.work-popup {
  margin-top: 5%;
}

.project {
  min-width: 500px;
  min-height: 1000px;
  padding: 5%;
}

@media only screen and (max-width: 600px) {
  div.project {
    min-width: 250px;
  }
}

@media only screen and (max-width: 360px) {
  div.project {
    min-width: 150px;
  }
}

.project h2 {
  padding-top: 10%;
  padding-bottom: 2%
}

.project-body {
  line-height: 1.6;
  font-size: 16px;
}

.project-footer {
  line-height: 1.6;
}

.project-footer ul li {
  list-style-type: none;
  padding: 10px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cairo';
  margin-top: 0;
  text-transform: none;
  line-height: 45px;
}

section {
  width: 100%;
  float: left;
  padding: 60px 0px 0px 0px;
}

.brand a {
  font-family: 'Cairo';
  font-size: 25px;
  font-weight: 700;
  color: #19562d;
}

.brand-footer a {
  font-family: 'Cairo';
  font-size: 20px;
  font-weight: 700;
  color: #19562d;
}

/* ===================== */
.main-color {
  color: #19562d;
}

.bg-main {
  background-color: #19562d;
}

.footer ul {
  margin: 0px;
  padding: 0px;
  padding-left: 10%;
  font-size: 14px;
  font-weight: 100;
}

.footer ul li {
  list-style-type: none;
  border-bottom: 1.3px solid rgb(240, 236, 236);
  padding: 10px 0px;
}

/* ========================= */
/* ============================== */
/* Content */
.content-act-protection {
  background-color: white;
  padding: 10px;
  /* border-bottom: 2px solid #8e4698; */
}

.content-act-health {
  background-color: white;
  padding: 10px;
  /* border-bottom: 2px solid #22a7d4; */
}

.content-act-environment {
  background-color: white;
  padding: 10px;
  /* border-bottom: 2px solid #29b44d; */
}

.content-act-education {
  background-color: white;
  padding: 10px;
  /* border-bottom: 2px solid #f8a917; */
}

.content-act-fun {
  background-color: white;
  padding: 10px;
  /* border-bottom: 2px solid #9c251f; */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn-act {
  border: 2px solid #19562d;
  background-color: #FFF;
  color: #19562d;
  cursor: pointer;
  display: inline-block;
  /* padding: 14px 28px 13px 28px; */
  padding: 15px 15px 10px 15px;
  margin: 3px;
  line-height: 1;
  font-weight: 900;
  font-size: 12px;
}

.btn-act:hover {
  background-color: #19562d;
  ;
  color: #FFF;
  border: 3px solid #19562d;
}

/* End Style the buttons */
/* ====================== */
a.btn-protection {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #8e4698;
  font-weight: bold;
  font-size: 11px;
  color: #8e4698;
}

a.btn-protection:hover {
  color: #FFFFFF;
  background: #8e4698;
  border: 2px solid #8e4698;
}

a.btn-health {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #22a7d4;
  font-weight: bold;
  font-size: 11px;
  color: #22a7d4;
}

a.btn-health:hover {
  color: #FFFFFF;
  background: #22a7d4;
  border: 2px solid #22a7d4;
}

a.btn-environment {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #29b44d;
  font-weight: bold;
  font-size: 11px;
  color: #29b44d;
}

a.btn-environment:hover {
  color: #FFFFFF;
  background: #29b44d;
  border: 2px solid #29b44d;
}

a.btn-education {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #f8a917;
  font-weight: bold;
  font-size: 11px;
  color: #f8a917;
}

a.btn-education:hover {
  color: #FFFFFF;
  background: #f8a917;
  border: 2px solid #f8a917;
}

a.btn-fun {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #9c251f;
  font-weight: bold;
  font-size: 11px;
  color: #9c251f;
}

a.btn-fun:hover {
  color: #FFFFFF;
  background: #9c251f;
  border: 2px solid #9c251f;
}

/* ====================== */
.btn-act.active {
  background-color: #19562d;
  color: white;
}

.filter-act {
  margin-top: 5%;
}

/* ====================== */
/* =====Box Shadow=====  */
.environment-boxshadow {
  box-shadow: 2px 2px 6px #29b44d;
}

.health-boxshadow {
  box-shadow: 2px 2px 6px #22a7d4;
}

.protection-boxshadow {
  box-shadow: 2px 2px 6px #8e4698;
}

.education-boxshadow {
  box-shadow: 2px 2px 6px #f8a917;
}

.fun-boxshadow {
  box-shadow: 2px 2px 6px #9c251f
}

/* =====End Box Shadow=====  */
/*  */
.gb {
  background-color: #f7f7f7 !important
}

/* Scroll */
/* scrollbar */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #d4f4bd;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
  background: #d4f4bd;
}

::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: #666666;
}

::-webkit-scrollbar-track:active {
  background: #333333;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/* End Scroll */
/*  */
.pb60 {
  padding-bottom: 60px !important
}

/* ========== Slider Text =========== */
.font-vw-70 {
  font-size: 4vw;
}

.font-vw-60 {
  font-size: 4vw;
}

.stroke {
  -webkit-text-stroke: 1px #FFF;
}

.ff {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

/* ======= Back Top ========== */
/*BACK TO TOP 2*/
#back-top2 {
  position: fixed;
  top: 96%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 100000;
}

#back-top2 a {
  width: 45px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top2 a:hover {
  color: #333;
}

/* arrow icon (span tag) */
#back-top2 span {
  width: 45px;
  height: 45px;
  display: block;
  padding-top: 5px;
  border-radius: 50px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 25px;
  color: #FFF;
  border: 1px solid #19562d;
  background-color: #19562d;
  opacity: 0.3;
}

#back-top2 span i {
  color: #333;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#back-top2 a:hover span {
  background-color: #FFF;
  border: 2px solid #19562d;
  color: #19562d;
  font-weight: 800;
}

#back-top2 a:hover span i {
  color: #FFF;
}

/* ==== Goals section ==== */
.goals-sec li {
  font-size: 13px;
}

.goals-sec li:hover {
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: font-size .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

/* ======== ======== */
.grid-item {
  width: 30%;
  float: left;
  margin-bottom: 3%;
  margin: 10px;
  border: 1px solid #19562d;
  border-radius: 2%;
}

.grid-item:hover {
  float: left;
  width: 30%;
  margin: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (max-width: 1000px) {
  div.grid-item {
    float: left;
    width: 45%;
    margin-bottom: 20%;
    border-radius: 2%;
    margin: 10px;
    border: 1px solid #19562d;
  }
}

@media only screen and (max-width: 1000px) {
  div.grid-item:hover {
    float: left;
    width: 45%;
    margin-bottom: 20%;
    -webkit-transition: .03s;
    transition: .03s;
    box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media only screen and (max-width: 660px) {
  div.grid-item {
    float: left;
    width: 96%;
    margin-bottom: 20%;
    border-radius: 2%;
    margin: 10px;
    border: 1px solid #19562d;
  }
}

@media only screen and (max-width: 660px) {
  div.grid-item:hover {
    float: left;
    width: 96%;
    margin-bottom: 20%;
    -webkit-transition: .03s;
    transition: .03s;
    box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.about_3-area h1 {
  font-size: 30px;
  font-weight: 600;
}

.features h2 {
  font-size: 30px;
  font-weight: 800;
}

.project-title {
  text-align: center;
}

/* Modal */
/*Time for the CSS*/
.slider {
  width: 640px;
  /*Same as width of the large image*/
  position: relative;
  /*Instead of height we will use padding*/
  padding-top: 500px;
  /*That helps bring the labels down*/
  margin: 100px auto;
  /*Lets add a shadow*/
}

@media only screen and (max-width: 1000px) {
  div.slider {
    width: 300px;
    padding-top: 320px;
  }
}

@media only screen and (max-width: 660px) {
  div.slider {
    margin-right: 20%;
    padding-top: 320px;
  }
}

@media only screen and (max-width: 660px) {
  div.slider>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 5%;
    transition: all 0.5s;
  }
}

@media only screen and (max-width: 550px) {
  div.slider {
    margin-right: 18%;
  }
}

@media only screen and (max-width: 550px) {
  div.slider>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 4%;
    transition: all 0.5s;
  }
}

@media only screen and (max-width: 540px) {
  div.slider {
    margin-right: 16%;
  }
}

@media only screen and (max-width: 540px) {
  div.slider>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 3%;
    transition: all 0.5s;
  }
}

@media only screen and (max-width: 490px) {
  div.slider {
    margin-right: 12%;
  }
}

@media only screen and (max-width: 490px) {
  div.slider>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 1%;
    transition: all 0.5s;
  }
}

@media only screen and (max-width: 440px) {
  div.slider {
    margin-right: 8%;
  }
}

@media only screen and (max-width: 440px) {
  div.slider>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
  }
}

@media only screen and (max-width: 390px) {
  div.slider {
    margin-right: -20px
  }
}

@media only screen and (max-width: 390px) {
  div.slider>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 20px;
    transition: all 0.5s;
  }
}

.responsive {
  width: 100%;
  height: 100%;
}

/*Last thing remaining is to add transitions*/
.slider>img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}

.slider input[name='slide_switch'] {
  display: none;
}

.slider label {
  /*Lets add some spacing for the thumbnails*/
  margin: 18px 0 0 18px;
  border: 3px solid #999;
  float: left;
  cursor: pointer;
  transition: all 0.5s;
  /*Default style = low opacity*/
  opacity: 0.6;
}

.slider label img {
  display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
  border-color: #666;
  opacity: 1;
}

/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch']~img {
  opacity: 0;
  transform: scale(1.1);
}

/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
  opacity: 1;
  transform: scale(1);
}

/*Clicking on any thumbnail now should activate the image related to it*/
/*We are donw :*/
.section .feat ul {
  font-size: 14px;
}

@media only screen and (max-width: 660px) {
  div.section .feat ul {
    font-size: 12px;
  }
}

/* ========================================= */
.fixed-size-cl {
  height: 60px;
  width: 195px;
}

/* lazy load */
.b-lazy {
  opacity: 0;
  transform: scale(3);
  transition: all 500ms;
}

.b-loaded {
  opacity: 1;
  transform: scale(1);
}

/* contact info */
.contact-info {
  width: 100%;
}

.icon-info {
  color: #FFF;
  /* border: 1px solid #a9da9191; */
  border-radius: 50%;
  background-color: #9dc382;
  text-align: center;
  height: 100px;
  width: 100px;
  font-size: 50px;
  padding-top: 6%;
  cursor: pointer;
}

.title {
  font-weight: bold;
  color: #19562d;
}

.info-description {
  color: #19562d;
  font-size: 15px;
  font-weight: 800;
  padding: 0;
  margin: 0;
}

.info-description a {
  color: #19562d;
  font-size: 13px;
}

/* ------------------------------------------ */
/* Boards slider */
.boards-social {
  font-size: 20px;
  padding-top: 10px;
}

.team-content {
  padding: 10px 20px;
  padding-top: 20px;
  border-top: 0;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.aboutCRS {
  box-shadow: 2px 2px 6px #19562de0;
  border-radius: 25px;
}

/* Coming Soon */
.countdown {
  font-size: 100px;
  font-family: 'Cairo';
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  text-align: center;
}

.timestep {
  color: #FFF;
  font-weight: 800;
  font-size: 10px;
  padding-top: 50px
}

@media only screen and (max-width: 1000px) {
  div.countdown {
    font-size: 50px;
    font-family: 'Cairo';
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  div.timestep {
    color: #FFF;
    font-weight: 800;
    font-size: 10px;
  }
}

.comingSoon-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 120px; */
}
@media screen and (max-width: 767px) {
 .comingSoon-footer{
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  }

}
.cs-p{
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .cs-p{
    padding-top: 20px;
  }
 
 }