
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 25px;
    color: #5e5e5e;
	font-weight: 400;
}
/*****************Home page banner section***************************/
.home-banner-section {
  position: relative;
  /*height: 100vh;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(8, 19, 92, 0.9)), to(rgba(8, 19, 92, 0.9))), url(../images/slider-bg.jpg);
  background-image: -webkit-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
  background-image: -moz-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
  background-image: -o-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
  background-image: linear-gradient(to right, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);*/
background-image: -webkit-gradient(linear, left top, right top, from(rgba(29, 149, 139, 0.9)), to(rgba(89, 155, 103, 0.9))), url("../images/home-banner.jpg");
  background-image: -webkit-linear-gradient(left, rgba(29, 149, 139, 0.9), rgba(89, 155, 103, 0.9)), url(../images/home-banner.jpg);
  background-image: -moz-linear-gradient(left, rgba(29, 149, 139, 0.9), rgba(89, 155, 103, 0.9)), url(../images/home-banner.jpg);
  background-image: -o-linear-gradient(left, rgba(29, 149, 139, 0.9), rgba(89, 155, 103, 0.9)), url(../images/home-banner.jpg);
  background-image: linear-gradient(to right, rgba(89, 155, 103, 0.9), rgba(29, 149, 139, 0.9)), url(../images/home-banner.jpg);
  background-size: cover;
z-index: 11;
    /* height: 954px; */
    /* top: -170px;*/
	
}

/*.banner-section::after{
	    position: absolute;
    content: '';
    background-image: url("../images/white-shape.png");
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
    z-index: 1;
}*/

.sub_page .home-banner-section {
  height: auto;
}
.banner-img {
  position: absolute;
  top: 15%;
  right: 5%;
  max-width: 500px;
}
.banner-img img {
  border-radius: 65% 35% 42% 58% / 55% 48% 52% 45%;
  -webkit-animation: wrap 5s infinite alternate !important;
  animation: wrap 5s infinite alternate !important;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.home-banner-section .slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 15px;
	font-size: 45px;
	text-align: left;
	    line-height: 1.4em;
}
.home-banner-section .slider_section .detail-box h3{
	text-align: left;
	
}

.home-banner-section .slider_section .detail-box h1 span {
  color: #08135c;
}
.home-banner-section .slider_section .detail-box p{
    color: #ffffff;
    text-align: left;
	    line-height: 1.8em;
	font-size: 20px;
	margin-top: 10px;
}
.home-banner-section .slider_section{
	padding-bottom: 180px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

/*::selection {
  background: #f1556a;
  color: #fff;
}

::-moz-selection {
  background: #f1556a;
  color: #fff;
}*/

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f4813f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #f1556a;
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f4813f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #f1556a;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f4813f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #f1556a;
}


.center-heading {
  margin-bottom: 70px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.center-heading h2 em {
  font-style: normal;
  color: #f4813f;
}

.center-heading p {
  font-size: 16px;
  color: #888;
  text-align: center;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fba70b!important;
}

.background-header .nav li a.active {
  color: #fba70b!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #191a20;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.header-area .main-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 15%;
  margin-right: 0px;
  background-color: #fff;
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a {
  color: #fba70b;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #7a7a7a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #7a7a7a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fba70b;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fba70b!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #fba70b;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .logo {
    text-align: center;
    float: none!important;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 0px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fba70b!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  width: 100%;
  /*height: 100vh;
  min-height: 793px;*/
/*  background-image: url(../images/banner-bg.png);*/
  background-repeat: no-repeat;
  background-position: right top;
	padding: 50px 0 0px;
}

.welcome-area .header-text .left-text {
  position: relative;
 /* align-self: center;*/
	margin-top: 70px;
  /*transform: perspective(1px) translateY(-30%) !important;*/
}

.header-text h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  margin-bottom: 30px;
  color: #191a20;
	text-transform: uppercase;
}

.header-text h1 em {
  font-style: normal;
  color: #f4813f;
	    background: -webkit-linear-gradient(#249bd5, #97c452);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 25px;
  position: relative;
}
.apply-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #213092;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  /*border: 1px solid #213092;*/
  outline: none;
	background-image: linear-gradient(to bottom, #1f9e91, #33a48b, #47aa83, #5caf7a, #71b471);
}

.apply-btn:hover {
 background-image: linear-gradient(to bottom, #46a685, #53b27b, #69bc6d, #85c55b, #a6cc46);
  color: #213092;
}

.apply-btn:hover {
  color: #ffffff;
}

@media (max-width: 1420px) {
  .welcome-area .header-text {
    width: 100%;
  }
	 .faq .header-text {
    width: 100%;
  }
}

@media (max-width: 1320px) {
  .welcome-area .header-text .left-text {
    margin-top:20px;
  }
  .welcome-area .header-text {
    width: 100%;
/*    margin-left: 5%;*/
  }
	 .faq .header-text .left-text {
    margin-top:20px;
  }
  .faq .header-text {
    width: 100%;
/*    margin-left: 5%;*/
  }
}

@media (max-width: 1140px) {
  .welcome-area {
    height: auto;
  }
  .welcome-area .header-text {       
    width: 100%;
  }
  .welcome-area .header-text .left-text {
    transform: none !important;
  }
	 .faq {
    height: auto;
  }
  .faq .header-text {       
    width: 100%;
  }
  .faq .header-text .left-text {
    transform: none !important;
  }
}
@media (max-width: 810px) {
  .welcome-area {
    background-size: contain;
  }

  .welcome-area .header-text {
    margin-left: 0;
  }
	.faq {
    background-size: contain;
  }

  .faq .header-text {
    margin-left: 0;
  }
    
  .container-fluid .col-md-12 {
    margin-right: 0px;
    padding-right: 0px;
  }
	.home-banner-section .slider_section .detail-box h1{
		font-size: 1.4em;
	}
	.home-banner-section .slider_section .detail-box h3{
		font-size: 1.2em;
	}
	.home-banner-section .slider_section .detail-box p{
		font-size: 14px;
		margin-top: 10px;
	}
	
	.welcome-area{
		padding: 0px 0 20px;
	}
	.faq{
		padding: 0px 0 20px;
	}
	.header-text h1{
		font-size: 28px;
		 margin-bottom: 2px;
		
	}
	.header-text h4{
		font-size: 18px;
		 margin-bottom: 2px;
		
	}
	.welcome-area .header-text p{
		    font-size: 14px;
	}
	.faq .header-text p{
		    font-size: 14px;
	}
	p{
		font-size: 14px;
	}
	#promotion .right-text h4{
		font-size: 18px !important;
	}
	#promotion {
    padding: 10px 0px !important;
}
	#about{
		padding: 10px 0px !important;
	}
	.service-area .single-cat h5{
	
    font-size: 16px !important;
}
	.service-area .single-cat h4{
	
    font-size: 20px !important;
}
	.how-it-works .header-text h1{
	color: #ffffff;
		font-size: 28px;
		 margin-bottom: 2px;
	 line-height: 70px;
}
	.slide-top{
		margin-top: 25px;
	}
	    .welcome-area .header-text .left-text {
        margin-top: -20px;
    }
	  .faq .header-text .left-text {
        margin-top: -20px;
    }
	.header-text h1{
		    line-height: 35px;
	}
	#promotion .right-text h4{
		margin-bottom: 7px !important;
	}
		.inner-banner-img {
    padding: 100px 0px 100px !important;
}
.inner-banner h1 {
    font-size: 1.5em;
}
	.categories-area .single-cat .cat-icon span{
		float: none !important;
	}

}

@media (max-width: 760px) {
	.slider_section .banner-img img{
		width: 50%;
		text-align: center;
		margin: 0 auto;
		left: 15%;
        position: relative;
	}
	.home-banner-section .slider_section{
		padding-bottom: 415px;
	}
	.circle{
		    margin-bottom: 0px !important;
	}
	.service-area .single-cat{
		margin-bottom: 4%;
	}
}
@media (max-width: 500px) {
	.slider_section .banner-img img{
		width: 80%;
		text-align: center;
		margin: 0 auto;
		left: 15%;
        position: relative;
	}
}
/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 100px 0px;
  position: relative;
  z-index: 9;
}
#about .header-text h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 70px;
  margin-bottom: 30px;
  color: #191a20;
	text-align: center;
}

#about .header-text h1 em {
  font-style: normal;
  color: #f4813f;
}

/*--------------
Features section start
--------------*/
.features {
	
	padding: 40px 0 20px 0;
	display: flex;
	background-image: url("../images/team-bg.jpg");
	background-size: cover;
}

.update-box {
	/*padding:30px 5px;*/
	/*border:3px solid #fff;*/
	    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
	position: relative;
	background-color: #ffffff;
}
.update-box::before {
  position: absolute;
  content: '';
  background-image: url("../images/price.png");
  background-position: center center;
  background-size: cover;
  width: 145px;
  height: 100px;
  bottom: 0;
  left: 0;
}
.update-box p{
	color: #000000;
	    font-weight: 400;
    font-size: 17px;
    color: #333333;
    line-height: 30px;
    letter-spacing: 0.25px;
    margin-bottom: 25px;
    position: relative;
}
.cleat-tag{
	clear: both;
}
.update-img {
	padding: 0px !important;
	height: 220px;
}
.update-img img {
	height: 220px;
}
.update-box .icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	
	text-align: center;
	border-radius: 100%;
	margin: 0 auto;
}
.feature-img img{
	border-radius: 15px;
	margin-top: 20px;
	clear: both;
}

.update-box i {
	color:#1f2845;
	font-size: 3.0em;
	line-height: 80px;
}

.update-box h3 {
	color:#000000 !important;
	font-weight: 600;
	    font-size: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
}
@media (max-width: 992px) {
  .features-item {
    margin-bottom: 45px;
  }
}

.features-item {
  border-radius: 5px;
  padding: 60px 30px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding: 35px 14px;
}

.features-item h2 {
  z-index: 9;
  position: absolute;
  top: 15px;
  left: 45px;
  font-size: 100px;
  font-weight: 600;
  color: #fdefe9;
}

.features-item img {
  z-index: 10;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
}

.features-item h4 {
  margin-top: 0px;
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.features-item .main-button {
  margin-top: 35px;
  display: inline-block;
}


/*
---------------------------------------------
promotion
---------------------------------------------
*/

.left-image-decor {
  background-image: url(../images/left-bg-decor.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: block;
  height: 110%;
  margin-top: -200px;
}

#promotion {
     /* padding: 40px 0 20px 0;*/
	background: #fbfffb;
 /* position: relative;
  z-index: 1;*/
	background-image: url(../images/how.jpg);
	background-size: cover;
}
#promotion .how-it-works{
	position: relative;
    width: 100%;
    display: block;
    padding: 40px 0 20px 0;
	
}
#promotion .how-it-works:before {
    position: absolute;
    content: '';
    /* backdrop-filter: blur(8px); */
    background-color: rgb(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*#promotion::before {
  position: absolute;
  content: '';
  background-image: url("../images/job.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .02;
  z-index: -1;
}*/

#promotion .left-image {
  align-self: center;
}

#promotion .right-text ul {
  padding: 0;
  margin: 0;
}

#promotion .right-text ul li {
  display: inline-block;
  margin-bottom: 5px;
}

#promotion .right-text ul li:last-child {
  margin-bottom: 0px;
}

/*#promotion .right-text img {
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 40px;
}*/

#promotion .right-text h4 {
  font-size: 22px;
  color: #b8f1b8;
  margin-bottom: 15px;
  margin-top: 3px;
	font-weight: 600;
}
#promotion .right-text p {
 
  color: #ffffff;

}
.how-it-works .header-text h1{
	color: #ffffff;
}

/**************************HOW IT WORKS WAVE EFFECT*****************************************/
/**********wave*************/
.icon-style {
	
/*background: #ca2758;
background: -moz-radial-gradient(center, ellipse cover, #ca2758 0%, #a41440 50%, #7d0028 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ca2758), color-stop(50%, #a41440), color-stop(100%, #7d0028));
background: -webkit-radial-gradient(center, ellipse cover, #ca2758 0%, #a41440 50%, #7d0028 100%);
background: -o-radial-gradient(center, ellipse cover, #ca2758 0%, #a41440 50%, #7d0028 100%);
background: -ms-radial-gradient(center, ellipse cover, #ca2758 0%, #a41440 50%, #7d0028 100%);
background: radial-gradient(ellipse at center, #ca2758 0%, #a41440 50%, #7d0028 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2758', endColorstr='#7d0028', GradientType=1 );*/
	background: linear-gradient(to right, #f1622e   0%, #f58e37   100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2758', endColorstr='#780026', GradientType=0 );
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.37);
    color: #fff;
    width:100px;
    height:100px;
    border: 2px solid #fbc59c;
    text-align: center;
    line-height:80px;
	border-radius: 100%;
	font-size: 33px;
}
.icon-style:hover {
	background: #284094  !important;
}
.icon-style i {
    color: #fff;
	font-size: 33px;
	padding-top: 18px;
	
}
.icon-bg {
  position: relative;
  background-color: rgba($color: $primary-color, $alpha: .2);
  display: inline-block;
  height: 90px !important;
  width: 90px !important;
  border-radius: 120px 135px 110px 90px;

  &::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 5px;
    background: rgba($color: $primary-color, $alpha: .05);
    border: 2px solid $primary-color;
    border-radius: 130px 120px 160px 130px;
  }

  .icon {
    line-height: 100px;
  }
}

.water-wave {
  position: relative;
  animation-name: water-wave;
  animation-duration: 3s !important;
  animation-iteration-count: infinite !important;
  animation-timing-function: linear !important;
	    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;


  &::before {
    animation-name: water-wave;
    animation-duration: 3s !important;
    animation-iteration-count: infinite !important;
    animation-timing-function: linear !important;
  }
}
.water-wave img{
	width: 50px;
	height: 50px;
	line-height: 2em;
}

@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    &::before {
      border-radius: 130px 120px 160px 130px;
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    &::before {
      border-radius: 100px 147px 140px 120px;
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    &::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    &::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    &::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
}

/*--------------
HOME PAGE CATEGORIES SECTION
--------------*/
.service-area {
	
	padding: 40px 0 20px 0;
	background-image: url("../images/categories-bg.jpg");

	background-size: contain;
	display: flex;
}
.service-area .single-cat .cat-cap h5 > a{
	line-height: 1.2em !important;   
	color: #438742 !important;
}
.service-area .single-cat .cat-cap h5 > a:hover{
	
	color: #ffffff !important;
}
.service-area .single-cat{
    min-height: 285px;
    margin-top: 4%;
    margin-bottom: 10%;
    padding: 10px 10px 10px 10px;
}
.service-two__shape-three {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center bottom;
}
.service-area .single-cat {
  background: #f6fff9;
  border-radius: 30px;
 /* padding: 85px 22px;*/
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
	    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
	    border-bottom: 7px solid #247fc0;
	
	
}
.service-area .single-cat h5{
	margin-top: 10px;
	color: #444343;
    font-size: 18px;
}
.service-area .single-cat::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #dcf4ff;
  transition: .6s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 30px;
	color: #000000;
	
}
.service-area .single-cat .cat-icon span {
  margin-bottom: 5px;
  width: 130px;
  height: 130px;
  /*background: #67a6da;*/
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 40px;
  color: #000;
	/*background-image: linear-gradient(to bottom, #283c92, #1755a7, #006cb9, #0384c8, #249bd5);*/
	border: 2px dashed #67a6da;
	
}
.service-area .single-cat .cat-icon span img{
	    width: 100px;
    height: 100px;
    /* line-height: 130px; */
    text-align: center;
    padding: 10px 10px;
    margin-top: 10px;
}
.service-area .single-cat .cat-cap h5 > a {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
 /* font-family: "Muli", sans-serif;*/
}
.service-area .single-cat .cat-cap p {
  margin-bottom: 36px;
  color: #57667e;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.service-area .single-cat.active::before {
  height: 100%;
}
.service-area .single-cat.active .cat-icon span {
  color: #09cc7f;
  background: #155602;
}
.service-area .single-cat.active .cat-cap h5 {
  color: #fff;
}

.service-area .single-cat.active .cat-cap p {
  color: #fff;
}


.service-area .single-cat.active .cat-cap a {
  color: #fff;
}

.service-area .single-cat:hover::before {
  height: 100%;
}


.service-area .single-cat:hover .cat-icon span {
  color: #09cc7f;
  background: #20477c;
}

.service-area .single-cat:hover .cat-cap h5 {
  color: #333333;
}


.service-area .single-cat:hover .cat-cap p {
  color: #fff;
}


.service-area .single-cat:hover .cat-cap a {
  color: #fff;
}
/*--------------
CATEGORIES PAGE CSS
--------------*/
.categories-area {
	
	padding: 40px 0 20px 0;
	/*background-image: url("../images/categories-bg.jpg");*/

	background-size: contain;
	display: flex;
}
.categories-area .single-cat .cat-cap h4{
	color: #284496;
}
.categories-area .single-cat .cat-cap h5 > a{
	line-height: 1.2em !important;   
	color: #438742 !important;
}
.categories-area .single-cat .cat-cap h5 > a:hover{
	
	color: #ffffff !important;
}
.categories-area .single-cat{
    min-height: 280px;
    margin-top: 4%;
    margin-bottom: 3%;
    padding: 20px 20px 20px 20px;
}
.categories-two__shape-three {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center bottom;
}
.categories-area .single-cat {
  background: #f6fff9;
  border-radius: 30px;
 /* padding: 85px 22px;*/
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
	    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
	    border-bottom: 7px solid #247fc0;
	
	
}
.categories-area .single-cat h5{
	margin-top: 10px;
	color: #444343;
    font-size: 18px;
}
.categories-area .single-cat::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #dcf4ff;
  transition: .6s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 30px;
	color: #000000;
	
}
.categories-area .single-cat .cat-icon span {
  margin-bottom: 5px;
  width: 130px;
  height: 130px;
  /*background: #67a6da;*/
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 40px;
  color: #000;
	/*background-image: linear-gradient(to bottom, #283c92, #1755a7, #006cb9, #0384c8, #249bd5);*/
	border: 2px dashed #67a6da;
	float: right;
	
}
.categories-area .single-cat .cat-icon span img{
	    width: 100px;
    height: 100px;
    /* line-height: 130px; */
    text-align: center;
    padding: 10px 10px;
    margin-top: 10px;
}
.service-area .single-cat .cat-cap h5 > a {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
 /* font-family: "Muli", sans-serif;*/
}
.categories-area .single-cat .cat-cap p {
  margin-bottom: 16px;
  color: #333333;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.categories-area .single-cat .cat-cap h6{
	font-size: 18px;
}
.categories-area .single-cat.active::before {
  height: 100%;
}
.categories-area .single-cat.active .cat-icon span {
  color: #09cc7f;
  background: #155602;
}
.categories-area .single-cat.active .cat-cap h5 {
  color: #fff;
}

.categories-area .single-cat.active .cat-cap p {
  color: #fff;
}


.categories-area .single-cat.active .cat-cap a {
  color: #fff;
}

.categories-area .single-cat:hover::before {
  height: 100%;
}


.categories-area .single-cat:hover .cat-icon span {
  color: #09cc7f;
  background: #20477c;
}

.categories-area .single-cat:hover .cat-cap h5 {
  color: #333333;
}


.categories-area .single-cat:hover .cat-cap p {
  color: #383838;
}


.categories-area .single-cat:hover .cat-cap a {
  color: #383838;
}
.back-to-top {
    position: fixed;
    
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 1000;
}
.back-to-top {
  background: #0600ad;
  color: #fff;
}


.back-to-top:focus {
  background: #ffd8cb;
  color: #fff;
}

.back-to-top:hover {
  background: #6b67f0;
  color: #fff;
}
.mt-22{
	margin-top: 22px;
}
/*
--------------------------------------------
testimonials
--------------------------------------------
*/
.right-image-decor {
  background-image: url(../images/right-bg-decor.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#testimonials {
  padding-top: 100px;
  position: relative;
  z-index: 9;
}

#testimonials .item {
  position: relative;
}

#testimonials .item .testimonial-content {
  background: rgb(244,129,63);
  background: linear-gradient(145deg, rgba(244,129,63,1) 0%, rgba(241,85,106,1) 100%);
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
}

#testimonials .item .testimonial-content ul li {
  display: inline-block;
  margin: 0px 1px;
}

#testimonials .item .testimonial-content ul li i {
  color: #fff;
  font-size: 13px;
}

#testimonials .item .testimonial-content h4 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
}

#testimonials .item .testimonial-content p {
  color: #fff;
  font-style: italic;
  font-weight: 200;
  margin: 20px 0px 15px 0px;
}

#testimonials .item .testimonial-content span {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}

#testimonials .author img {
  max-width: 120px;
  margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 45%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -210px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244,129,63);
  background: linear-gradient(145deg, rgba(244,129,63,1) 0%, rgba(241,85,106,1) 100%);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  z-index: 9;
  top: 30%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244,129,63);
  background: linear-gradient(145deg, rgba(244,129,63,1) 0%, rgba(241,85,106,1) 100%);
  position: absolute;
}


/****************FAQ********************/

.faq{
	padding: 40px 0 20px 0;
}
.faq-box {
       border-bottom: 2px dashed #63ad79;
    margin: 25px 0 0;
    padding: 0px;
}
.faq {
  width: 100%;
  /*height: 100vh;
  min-height: 793px;*/
/*  background-image: url(../images/banner-bg.png);*/
  background-repeat: no-repeat;
  background-position: right top;
	padding: 50px 0 0px;
}

.faq .header-text .left-text {
  position: relative;
 /* align-self: center;*/
	margin-top: 15px;
  /*transform: perspective(1px) translateY(-30%) !important;*/
}

.faq .header-text p {
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 25px;
  position: relative;
}

.faq-img img{
	margin-top: 10%;
}
/*===========Inner Banner Style Start============*/
.inner-banner {
	background-position: center;
    background-size: cover;
}
.inner-banner-img {
    position: relative;
    width: 100%;
    display: block;
    padding: 205px 0px 205px;
}
.inner-banner-img:before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgba(89, 155, 103, 0.6), rgba(29, 149, 139, 0.6));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner-banner h1 {
	position: relative;
    color: #ffffff !important;
    font-size: 3.0em;
    text-align: center;
	text-transform: uppercase;
}

.faq-banner{
	background: url("../images/faq-bannner.png") no-repeat;
	background-position: center;
    background-size: cover;

}
.contact-banner{
	background: url("../images/contact-banner.png") no-repeat;
	background-position: center;
    background-size: cover;

}
.categories-banner{
	background: url("../images/categories-banner.png") no-repeat;
	background-position: center;
    background-size: cover;

}
.categories-banner{
	background: url("../images/categories-banner.png") no-repeat;
	background-position: center;
    background-size: cover;

}
/* 
--------------------------------------------
CONTACT PAGE
--------------------------------------------- 
*/


.contact-box {
    background-color: #ffffff !important;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, .41) !important;
    border-radius: 10px !important;
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.contact-box .icon-box {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 25px;
    width: 50px;
}
.contact-box .icon-box {
    /* margin: 0 auto 15px auto; */
    width: 60px;
}
@media screen and (max-width: 1060px) {
  .owl-carousel .owl-nav {
    display: none!important;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

@media (max-width: 992px) {
  footer {
    padding-top: 0px!important;
    margin-top: 0px!important;
  }
  .contact-form {
    margin-bottom: 45px;
  }
  footer .right-content {
    text-align: center;
  }
  footer .footer-content {
    padding: 60px 0px!important;
  }
}

/*footer {
  margin-top: 100px;
  padding-top: 120px;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
}

footer .footer-content {
  padding: 120px 0px;
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
  
}

footer .right-content {
  align-self: center;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 13px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder { 
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { 
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.footer-content .right-content {
  color: #fff;
}

.footer-content .right-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-content .right-content h2 em {
  font-style: normal;
  color: #fba70b;
}

.footer-content .right-content p {
  color: #FFF;
}

.footer-content .right-content a {
  color: #FFF;
}

.footer-content .right-content a:hover {
  color: #FC3;
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social li:first-child {
  margin-left: 0px;
}

footer .social li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #fba70b;
  border-color: #fba70b;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding: 60px 0px;
  border-top: 1px solid rgba(250,250,250,0.3);
  text-align: center;
}

footer .sub-footer a {
	color: #FFF;
}

footer .sub-footer a:hover {
	color: #FC3;
}

footer .sub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}*/

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #f4813f 0%, #f1556a 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Animation CSS Start */
@-webkit-keyframes line {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes line {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes wrap {
  0% {
    border-radius: 65% 35% 42% 58% / 55% 48% 52% 45%;
  }
  100% {
    border-radius: 55% 45% 52% 48% / 51% 60% 40% 49%;
  }
}

@keyframes wrap {
  0% {
    border-radius: 65% 35% 42% 58% / 55% 48% 52% 45%;
  }
  100% {
    border-radius: 55% 45% 52% 48% / 51% 60% 40% 49%;
  }
}

@-webkit-keyframes translateY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes translateY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}



/*****************Ripple effect******************/
/*animation*/

.circle{
  position: absolute;
  border-radius: 50%;
  background:#d1f7e1;
  animation: ripple 15s infinite;
  box-shadow: 0px 0px 1px 0px #ce830e;
	    margin-bottom: 197px;
}

.small{
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.medium{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.large{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xlarge{
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.xxlarge{
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.4;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.7);
  }
  
  50%{
    transform: scale(0.9);
  }
  
  100%{
    transform: scale(0.7);
  }
}
/*--------------
Animation
--------------*/

.slide-top {
  -webkit-animation: slide-top 2s linear infinite alternate both;
  animation: slide-top 2s linear infinite alternate both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.slide-down {
  -webkit-animation: slide-down 1s linear infinite alternate both;
  animation: slide-down 1s linear infinite alternate both;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

.slide-down-2 {
  -webkit-animation: slide-down 3s linear infinite alternate both;
  animation: slide-down 3s linear infinite alternate both;
}

@-webkit-keyframes slide-down-2 {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
}

@keyframes slide-down-2 {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
}

@-webkit-keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}



@media (max-width:1024px){
	.small{
  width: 100px;
  height: 100px;
  left: -100px;
  bottom: -100px;
}

.medium{
  width: 200px;
  height: 200px;
  left: -200px;
  bottom: -200px;
}

.large{
  width: 400px;
  height: 400px;
  left: -300px;
  bottom: -300px;
}

.xlarge{
  width: 600px;
  height: 600px;
  left: -400px;
  bottom: -400px;
}

.xxlarge{
  width: 800px;
  height: 800px;
  left: -500px;
  bottom: -500px;
}

}

