
/*------------------------------------------------------------------
* Project:        Swasthye
* Author:         CN-InfoTech
* URL:            hthttps://themeforest.net/user/cn-infotech
* Created:        12/17/2019
-------------------------------------------------------------------

*/
/* ========================================= */
/*          Default CSS                      */
/* ========================================= */

@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Lato:900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Exo:800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:800&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

ol, ul {list-style: none; }

:focus {outline: 0; }

.clear {clear: both; line-height: 0; font-size: 0; }

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}
.clearfix:after .test {color: red; }

.clearfix {display: inline-block; }

* html .clearfix {height: 1%; }

.clearfix {display: block; }

header,
nav,
section,
article,
aside,
footer {
  display: block; }

* {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

/* Preloader */

.preloader {
  background-color: #F9B522;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #242C33;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* End Preloader */

h1,h2,h3,h4,h5,h6{
  font-weight: 800;
  color: #212121;
  font-family: 'Raleway', sans-serif;
  margin-top:0;
  line-height: 1.5;
  margin-bottom: 15px;
  text-transform: uppercase;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

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

@media(max-width: 735px){
  h2{font-size: 24px;}

  h3{font-size: 18px;}
}

@media(max-width: 360px){
  h2{font-size: 21px;}
}

hr {border: 0.5px solid #444444; }

p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  color: #666;
  font-family: 'Poppins', sans-serif;
}

ul {margin: 0; padding: 0;}

ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 24px;
  color: #666;
  position: relative;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}


ol {margin: 0; counter-reset: i; position: relative; }

ol li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 24px;
  color: #333;
  padding-left: 40px;
  position: relative;
}

a {color: #333;
transition: all ease-in-out 0.4s;}

a:hover,
a:focus{
  text-decoration: none!important;
  color: #7bc14f;
  transition: all 0.4s ease;
}

input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=tel],
input[type=date],
textarea,
select {
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius:0;
  padding: 10px 15px;
  width: 100%;
  color: #444444;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  height: 42px;
  box-shadow: none;
  margin-bottom: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #ffac00;
  transition: all 0.5s ease;
}

select {padding: 10px 20px; color: #999;}

textarea { resize: vertical; height: 120px;}

label {
    display: inline-block;
    color: #666;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
}

img {max-width: 100%; }

blockquote {
  font-size: 14px;
  font-weight: 300;
  background-color: #FAF8F8;
  margin-bottom: 15px;
  border-left: 4px solid #1db9a0;
  padding: 30px 70px 30px 70px;
  line-height: 24px;
  color: #444444;
  margin: 20px 0;
  font-style: italic;
  border-radius: 10px 0;
  position: relative;
}

blockquote:before {
  content: '\f10d';
  font-family: fontawesome;
  font-size: 45px;
  position: absolute;
  top: 26px;
  left: 20px;
  color: #666;
  opacity: 0.1;
}

blockquote span {position: relative; padding-left: 20px; }

blockquote span:before {
  content: '';
  width: 12px;
  height: 1px;
  background: #ffac00;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.fade:not(.show){opacity: 1!important; background: transparent;}

.modal-open .modal {
    background: #00000094;
    overflow: hidden;
    padding-right: 0 !important;
}

/* .modal-open .modal .modal-dialog {
    top: 8%;
    max-width:700px;
} */

.modal.fade .modal-dialog {
  max-width: 800px;
  top: 8%;
}



.box-shadow{box-shadow: 0px 0px 10px #cccccc91;}

.rounded-top-bottom{border-radius: 10px 0;}

strong{font-weight: 600;}

/*margin none*/

.mt-1, .my-1 {
  margin-top: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 2rem !important; }

.mt-5, .my-5 {
  margin-top: 2.5rem !important; }

.mt-6, .my-6 {
  margin-top: 3rem !important; }

.mt-7, .my-7 {
  margin-top: 3.5rem !important; }

.mt-8, .my-8 {
  margin-top: 4rem !important; }

.mt-9, .my-9 {
  margin-top: 4.5rem !important; }

.mt-10, .my-10 {
  margin-top: 5rem !important; }

.mt-80t {
  margin-top: -80px; }

.mb-1, .my-1 {
  margin-bottom: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 2rem !important; }

.mb-5, .my-5 {
  margin-bottom: 2.5rem !important; }

.mb-6, .my-6 {
  margin-bottom: 3rem !important; }

.mb-7, .my-7 {
  margin-bottom: 3.5rem !important; }

.mb-8, .my-8 {
  margin-bottom: 4rem !important; }

.mb-9, .my-9 {
  margin-bottom: 4.5rem !important; }

.mb-10, .my-10 {
  margin-bottom: 5rem !important; }

.pt-1, .py-1 {
  padding-top: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 2rem !important; }

.pt-5, .py-5 {
  padding-top: 2.5rem !important; }

.pt-6, .py-6 {
  padding-top: 3rem !important; }

.pt-7, .my-7 {
  padding-top: 3.5rem !important; }

.pt-8, .my-8 {
  padding-top: 4rem !important; }

.pt-9, .my-9 {
  padding-top: 4.5rem !important; }

.pt-10, .my-10 {
  padding-top: 5rem !important; }

.sec-pt {
  padding-top: 76px !important; }

.pb-1, .py-1 {
  padding-bottom: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 2rem !important; }

.pb-5, .py-5 {
  padding-bottom: 2.5rem !important; }

.pb-6, .py-6 {
  padding-bottom: 3rem !important; }

.pb-7, .my-7 {
  padding-bottom: 3.5rem !important; }

.pb-8, .my-8 {
  padding-bottom: 4rem !important; }

.pb-9, .my-9 {
  padding-bottom: 4.5rem !important; }

.pb-10, .my-10 {
  padding-bottom: 5rem !important; }

.pb-14, .my-14 {
  padding-bottom: 7rem !important; }

.pb-20, .my-20 {
  padding-bottom: 10rem !important; }

.top-0{top: 0!important;}

/*placeholder*/
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 15px;
}
input::-moz-placeholder { /* Firefox 19+ */
  font-size: 15px;
}
input:-ms-input-placeholder { /* IE 10+ */
  font-size: 15px;
}
input:-moz-placeholder { /* Firefox 18- */
  font-size: 15px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  padding: 12px;
}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
  border:1px solid #f1f1f1;
}

.table-bordered thead {
    background: #fbfbfb;
}

/*color*/
.white{color: #fff!important;}

.greenblue{color: #223a66 !important;}

.theme{background: #7bc24f !important;}

.green{color: #7bc24f !important;}

.bg-gray{background: #fbfbfb;}

section {
  padding: 4.85rem 0 5rem;
  position: relative;
}

section.icon-left:after{
  position: absolute;
  height: 400px;
  width: 80%;
  content: '';
  background: url('../images/bg-icon-1.png') no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: -20%;
  opacity: 0.7;
  animation:heartbeat 5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
section.icon-right:after{
  position: absolute;
  height: 300px;
  width: 0%;
  content: '';
  background: url('../images/bg-icon-2.png') no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  right: -20%;
  opacity: 0.4;
  animation:heartbeat 5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#00000040;
}
.color-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, #1DB9A0 0%, #4d94c4
    100%);
  opacity: 0.4;
  transition: all ease-in-out 0.5s;
}
/*heading title*/

.section-title {
    margin-bottom:2.5rem;
    position: relative;
    z-index: 1;
}
.section-title h2{
  position: relative;
  margin-bottom: 0;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.3;
}
.section-title h3{
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-title span{
  color: #7bc14f ;
}
.title-white h2,
.title-white h3,
.title-white p{
  color: #fff;
}
.inner-title h2{
  color: #1DB9A0;
}

@media(max-width: 811px){
  .section-title{text-align: center;}
  .section-title h2{font-size: 36px;}
}

@media(max-width: 639px){
  .section-title h2{font-size: 30px;}
}

@media(max-width: 567px){
  .section-title h2{font-size: 24px;}
}


/*pagination*/

.pagination__wrapper {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 17%, white 83%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 17%, white 83%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  height: 50px;
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
}
.pagination__wrapper:before, .pagination__wrapper:after {
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 60%;
  right: 0;
  margin: 0 auto;
}
.pagination__wrapper:before {
  top: -1px;
}
.pagination__wrapper:after {
  bottom: -1px;
}

@-webkit-keyframes hoverAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes hoverAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: block;
  float: left;
  padding: 5px;
}
.pagination li:first-child {
  border: none;
}
.pagination button,
.pagination span {
  background: none;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0;
}
.pagination button {
  outline: none;
  position: relative;
  -webkit-transition: all 170ms linear;
  transition: all 170ms linear;
}
.pagination button:before {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 170ms linear;
  transition: all 170ms linear;
  top: 50%;
  width: 0;
}
.pagination button:hover:not(.active) {
  color: black;
}
.pagination button:hover:not(.active):before {
  -webkit-animation: hoverAnimation 510ms linear forwards;
          animation: hoverAnimation 510ms linear forwards;
  height: 40px;
  width: 40px;
}
.pagination button.active {
  background: rgba(0, 0, 0, 0.1);
  color: black;
}
.pagination .prev,
.pagination .next {
  font-size: 14px;
}

@media(max-width: 567px){
  .pagination li{padding: 5px 0px;}
}

/*Buttons*/

a.btn, button.btn{
  background: linear-gradient(to right, #143e6c 50%, #7bc24f 50%);
  padding: 12px 25px 12px 25px;
  text-align: center;
  color: #fff;
  border-radius: 10px 0;
  position: relative;
  transition: all ease-in-out 0.3s;
  background-size: 200% 100%;
  background-position: right bottom;
  border: 0;
  font-size: 15px;
  text-transform: uppercase;
}
a.btn span{
  height: 38px;
  width: 38px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  border-radius: 10px;
  margin-right: 15px;
  color: #7bc14f;
  position: absolute;
  top: 3px;
  left: 4px;
}
a.btn:hover, button.btn:hover{
  background-position: left bottom;
  color: #fff!important;
}
a.btn-black{
  background: #2d4454;
}
a.btn-black:hover{
  background: #13232f;
}

a.text-btn {
    display: block;
    color: #1db9a0;
    transition: all ease-in-out 0.5s;
}

a.text-btn i{
  transition: all ease-in-out 0.5s;
}

a.text-btn:hover i {
    padding-left: 5px;
    transition: all ease-in-out 0.5s;
}

.rounded-top{border-top-left-radius: 10px!important;}

.rounded-bottom{border-bottom-right-radius: 10px!important;}

#preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #39b49a;
  z-index: 999999;
}
#status{
  position: fixed;
  content: '';
  display: block;
  top: 28%;
  left: 0;
  right: 0;
  width: 400px;
  height: 300px;
  margin: 0 auto;
  background: url(../images/loader.gif);
  background-size: cover;
  background-position: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999999999;
}

#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}
#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #7bc14f;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
#back-to-top a:after{
  position: absolute;
  content: '\f062';
  font-family: 'fontawesome';
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-weight: 500;
  transform: translate(-50%,-50%);
}
