/* custom css*/
@font-face {
  font-family: 'source_sans_probold';
  src:url('../fonts/SourceSansPro-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'source_sans_prosemibold';
  src:url('../fonts/SourceSansPro-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'source_sans_prolight';
  src:url('../fonts/SourceSansPro-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  

}
@font-face {
  font-family: 'source_sans_proregular';
  src:url('../fonts/SourceSansPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
html {
  height: 100%;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
}
body {
  font-family: 'source_sans_proregular' !important;
  background: #fff;
  color: #403f3f;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  cursor: default;
}
* {
  margin: 0;
  padding: 0;
}
li {
  cursor: default;
}
a {
  color: #4990e2;
}
.btn-primary {
  color: #fff;
  background-color: #ffffff;
  border-color: #007bff;
  border-radius: 2px;
}
.btn-primary:hover {
  color: #fff;
  background-color:  #007bff;
  border-color: #007bff;                
}
a:hover, a:active, a:focus, .btn-primary:hover a, .btn-primary:focus a, .btn-primary:active a {
  color: #0062cc;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #4990e2;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
.back-to-top:focus {
  background: linear-gradient(to right, #2a4397 , #27a8e1);
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: linear-gradient(to right, #2a4397 , #27a8e1);
  color: #fff;
}
/*----------------------------header section----------------*/
#header #logo  img {
  width: 90%;
}
#header #logo {
  float: left;
  height: auto;
  width: 200px;
}
#header .header {
  padding: 20px 0;
  height: 85px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  width: 89%;
  margin: 0px auto;
}
#header.header-fixed {
  padding: 50px 0;
  height: 85px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  width: 100%;
  margin: 0px auto;
  background: #4990e2;
}
#header.header-fixed .header {
  padding: 20px 0;
  width: 89%;
}
/*-----------------------------header section end----------------------*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#home {
  width: 100%;
  max-height: 599px;
  min-height: 300px;
  background: url(../img/header_bg.png) top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 0px;
}
#home h2 {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
}
.app-btn:hover img {
  color: #fff;
  transform: scale(1.1);
  transition: all ease 1s;
}
.iphone {
  margin-top: 120px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 16px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  outline: none;
}
.nav-menu > li {
  margin-left: 10px;
  display: grid;
  justify-content: center;
}
.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 81%;
  height: 1.5px;
  bottom: -6px;
  left: 3px;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}
.nav-menu ul li {
  background: #fff;
}
.nav-menu ul li:first-child {
  border-top: 0;
}
.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}
.nav-menu ul li a:hover {
  background: #2dc997;
  color: #fff;
}
.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #fff;
  margin-top: 20px;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 100px;
  bottom: 0;
  z-index: 998;
  left: -100%;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
  text-align: center;
}
#mobile-nav img {
  margin-bottom : 40px;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  padding: 20px 22px 20px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #2dc997;
}
#mobile-nav ul .menu-item-active {
  color: #2dc997;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: #07124ad9;
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-weight: bold;
  font-size: 35px;
  color: #494949;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}
/* Sections Header
--------------------------------*/

/* Contact Section
--------------------------------*/
#contact-us {
  padding: 40px;
}

#contact-us .section-header {
    width: 60%;
    margin: 0 auto;
}
#contact-us .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}
#contact-us .contact-block {
  border: none;
  padding: 0px;
  box-shadow: none;
  position: relative;
  background: #fff;
}
#contact-us .contact-block strong {
  margin-bottom: 30px;
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
#contact-us .info .email p {
  padding-top: 5px;
}
#contact-us .form #sendmessage {
  color: #2dc997;
  border: 1px solid #2dc997;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact-us .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.error {
  border: 1px solid red !important;
  color: red;
}
#contact-us .form #sendmessage.show, #contact-us .form #errormessage.show, #contact-us .form .show {
  display: block;
}
#contact-us .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact-us .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    min-height: 120px;
    resize: none;
}
#contact-us .form  .form-group {
  display: inline-block;
}
#contact-us .form .form-control {
  border-radius: 2px;
  padding: 18px;
  box-shadow: -1px -1px 10px 1px #f3f3f3;
  font-size: 15px;
} 
#contact-us .form-control:focus {
    box-shadow:none;
}
#contact-us .form label {
  text-align: left;
  float: left;
  font-size: 15px;
  color: #000;
}
button[type="submit"] {
  background: #4990e2;
  border-radius: 4px;
  padding: 11px;
  color: #fff;
  transition: 0.4s;
  width: 150px;
  border: 1px solid #4990e2;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}
button[type="submit"] a {
  color: #fff;
}
button[type="submit"]:hover {
  background: transparent;
  border: 1px solid #4990e2;
  outline: none;
  color:  #4990e2;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .footer-info img {
    width: auto ;
}
#footer .footer-info p {
  font-size: 14px;
  margin-top: 15px;
  width:65%;
}
#footer {
  background: #083e6c;
  padding: 30px 0 0;
  color: #fff;
  font-size: 14px;
  clear: both;
}
#footer .copyright {
  text-align: center;
}
.footer-links ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
.footer-links ul li a:hover {
  color: #27a8e1a1;
}
.footer-links  ul {
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    list-style: none;
    line-height: 25px;
}
.Social-links ul li:hover {
  background: #27a7e0;
}
.Social-links ul li a:hover {
  color: #fff;
}
.footer-links h4 {
  font-size: 16px;
  margin: 0 0 10px 0;
  font-family: 'source_sans_prosemibold';
}
.Social-links ul li {
  display: inline-block;
  margin-right: 10px;
  background: #1c4f7a;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  margin-top: 10px;
}
.Social-links ul li a img {
    width: 25px;
}
.copyright {
  text-align: center;
  background: #04355e;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}

/* screenshotss css */
.swiper-container {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#screenshots p, #contact-us .title{
  color: #288bcc;
  font-size: 17px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px
}
#screenshots .section-title , #contact-us .section-title {
  margin-bottom: 40px;
  font-size: 25px;
  color: #000;
}
.swiper-pagination-bullet {
  width: 15px;
  border: 1px solid #2975bc;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #f8f9fa;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color:#2975bc;
  border: 1px solid #2975bc;
}
.page-head {
  margin-top: 148px;
  margin-bottom: 34px;
  text-align: center;
}
.faq #home h2 {
  margin-bottom: 0;
}
.page-head h2 {
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'source_sans_probold';
}
.faq #accordion button.btn.btn-link.collapsed i {
  transform: rotate(180deg);
}
.faq #accordion .btn-link {
  font-weight: bold;
  color: #000000;
  background-color: transparent;
  font-size: 20px;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
.faq #accordion i {
  float: right;
  font-size: 30px;
  color: #858585;
}
.faq #accordion .card-header:first-child {
  border-radius: 0;
}
.faq #accordion .card-header {
  padding: 15px;
  margin-bottom: 0;
  background-color: #f8f8f8;
  border: none;
}
.faq #accordion .card {
  border-radius: 0;
  border: none;
  margin-bottom: 15px;
}
.Social-links ul li a i {
  font-size: 20px;
}
.faq #accordion .card-body {
  background: #f8f8f8;
  padding: 0px 28px 24px;
  font-size: 21px;
  margin-top: 0px;
  font-family: 'source_sans_prolight';
}
.faq .page-body {
  padding: 0px 80px 64px;
}
video:-webkit-full-page-media{
  width: 100%;
}
::-webkit-input-placeholder { 
  color: #989b9c;
  font-weight: 200;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #989b9c;
  font-weight: 200;
}
#contact-us .form ::placeholder {
  color: #989b9c;
  font-weight: 200;
}
.download-app h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0px 38px;
}
.call-setup  {
  padding: 65px 0px;
}
.screenshots-block {
  padding: 0px 0px 40px;
}
.call-setup small a.text-primary:hover {
  color: #9ad00a !important;
}
.call-setup h2 {
  color: #000;
  margin-bottom: 35px;
}
.call-setup h2 bold {
  font-family: 'source_sans_prosemibold';
}
.call-setup .btn-primary {
  background: transparent;
  border-radius: 100px;
  width: 200px;
  padding: 12px;
  font-size: 20px;
  font-family: 'source_sans_prosemibold';
  border: 1.4px solid #969494;
}
.call-setup .btn-primary:hover, .call-setup .btn-primary:focus, .call-setup .btn-primary.active {
  background-color: #3fa8ea !important;
  border-color: #3fa8ea !important;
  outline: none;
  box-shadow: none !important;;
}
.call-setup .btn-primary:hover a, .call-setup .btn-primary:focus a, .call-setup .btn-primary.active a {
  color: #fff;
}
.call-setup .btn-primary a {
  color: #969494;
}
.call-setup .btn-primary:nth-child(3) {
  margin: 0px 30px;
}
.call-setup p {
  width: 60%;
  margin: 35px auto 20px;
}
.call-setup p b {
  font-weight: 100;
  font-family: 'source_sans_prosemibold';
}
.call-setup  small .text-primary {
  color: #27aae1 !important;
}
.call-setup  .btn-primary .img-active, .call-setup .btn-primary:hover .icon  {
  display: none;
}
.call-setup  .btn-primary:hover .img-active, .call-setup  .btn-primary:hover .img-active {
  display: inline-block;
}
.call-setup  button[type="submit"]  {
  margin-top: 32px;
  position: relative;
  padding: 22px 0px 48px;
}
.call-setup .text-underline {
  display: block;
  margin: 23px;
}
.call-setup .text-underline a {
  text-decoration: underline;
}
.screenshots-block .heading-block h3 {
  border: 1px solid #d6d6d6;
  border-radius: 50px;
  padding: 15px 0px;
  width: 43%;
  margin: 0px auto;
  font-size: 30px;
  color: #000;
}
.screenshots-block .heading-block .line-2 {
  position: absolute;
  border: 0.5px solid #d6d6d6;
  width: 15%;
  top: 50%;
  right: 14%;
}
.screenshots-block .heading-block  .line-1 {
  position: absolute;
  border: 0.5px solid #d6d6d6;
  width: 15%;
  top: 50%;
  left: 14%;
}
.screenshots-block  ul {
  padding: 65px 210px 0px;
  list-style-type: none;
}
.screenshots-block  ul li h4 {
  font-size: 25px;
  color: #2e2e2e;
}
.screenshots-block  ul li img {
  position: relative;
  left: -15px;
  top: 1px;
}
.screenshots-block  ul li {
  margin-bottom: 60px;
}
.screenshots-block ul li:nth-child(5) img {
  left: 0px;
}
.call-setup button[type="submit"]:hover  a::before  {
  content: '';
  background-image: url(../img/down-arrow-green.png);
  height: 24px;
  width: 24px;
  position: absolute;
  left: 28px;
  background-repeat: no-repeat;
}
.call-setup button[type="submit"] a::before {
  content: '';
  background-image: url(../img/down-arrow.png);
  height: 24px;
  width: 24px;
  position: absolute;
  left: 28px;
  background-repeat: no-repeat;
}
.call-setup button[type="submit"] a span {
  position: absolute;
  width: 100%;
  left: 17px;
}
 /*----Desktop App End---*/
 /*-----------------Home-page css start-----------------*/
.banner-heading h6, .banner-heading h2 {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.banner-heading h6 b {
  font-family: 'source_sans_prosemibold';
}
.banner-heading h6, .banner-heading h2  {
  font-family: 'source_sans_prolight';
}
.banner-heading {
  padding: 250px 97px;
}
.banner-heading h2 b {
  font-family: 'source_sans_probold';
}

.banner1-block .heading {
  font-size: 35px;
  color: #288bcc;
  font-family: 'source_sans_probold';
  margin-bottom: 45px;
}
.banner1-block .small-heading {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  font-family: 'source_sans_proregular'
}
.banner1-block {
  padding: 52px 52px 5px;
}
#footer .footer-block {
  width: 89%;
  margin: 0px auto;
  padding-bottom: 22px;
}
.banner1-block .icon {
  background: #4990e2;
  border-top-left-radius: 3px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-top: 5px;
  height: 40px;
}
.banner1-block .icon img {
  height: 20px;
  width: 39px;
}
.banner1-block .pull-left img {
  margin-top: -45px;
}
.banner1-block .box h5 {
  color: #000;
  font-size: 18px;
  font-family: 'source_sans_prosemibold';
  margin: 0px;
  letter-spacing: 0.2px;
}
.banner1-block .box p {
  letter-spacing: 0.2px;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-align: left;
}
.banner1-block .box {
  display: flex;
  align-items: unset;
  justify-content: start;
  margin-bottom: 25px;
}
.banner1-block button a, .banner1-block button i {
  font-size: 14px;
  vertical-align: middle;
}
.banner1-block button i {
  margin-left: 2px;
  vertical-align: middle;
  font-size: 12px;
}
.banner1-block button a {
  vertical-align: middle;
  color: #4990e2;
  font-size: 16px;
  font-family: 'source_sans_proregular';
}
.banner2-block .rec {
  background-repeat: no-repeat;
  height: 10.03cm;
  background-size: 100%;
  float: right;
  position: relative;
  width: 100%;
}
.banner2-block .rec-1 {
  background-image: url(../img/whatwedo_img.png);
  background-repeat: no-repeat;
}
.banner2-block  .rec-2 {
  background-image: url(../img/membership_img.png);
  background-repeat: no-repeat;
}
.banner2-block .box {
  bottom: 0px;
  left: 22px;
  padding: 15px;
}
.banner1-block .box .btn {
  background: transparent;
  border: none;
  padding: 0px;
  margin: 0px;
}

.clear {
  clear: both;
}
.banner2-block h2 {
  color: #fff;
  font-family: 'source_sans_probold';
  font-size: 32px;
  margin-bottom: 3px;
}
.banner2-block p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.banner2-block {
  padding: 55px 99px;
  clear: both;
}
.card-icon {
  height: 45px;
  width: 45px;
  margin-bottom: 13px;
}
.download-app {
  background-image: url(../img/map_img.png);
  padding: 60px 0px;
  width: auto;
  background-color: #4990e2;
  width: auto;
  background-size: contain;
  margin: 30px 0px 0px;
  width: 100%;
  background-size: cover;
  position: relative;
  color: #fff;
  font-family: 'source_sans_probold';
  font-family: 'source_sans_prosemibold';
  text-align: center;
}
.download-app .small-heading {
  font-family: 'source_sans_proregular';
  font-size: 15px;
}
.download-app p {
  font-family: 'source_sans_proregular';
  width: 60%;
  text-align: center;
  margin: 0px auto;
}
.download-app .app-btn img {
  margin: 24px 6px 0px;
}
.swiper-container .swiper-slide .image {
  height: 575px;
    width: auto;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right {
  box-shadow: none !important;
  background-image: none !important;
}
.swiper-slide.swiper-slide-active {
 zoom: 1;
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  margin-bottom: 80px;
}
/*-----------------Home-page css end-----------------*/

/*----other linked pages css---*/
.policy #header, .terms #header, .faq #header, .about-us #header {
  padding: 50px 0;
  height: 85px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  width: 100%;
  margin: 0px auto;
  background: #4990e2;
}
.policy .page-body .sub-heading, .terms .page-body .sub-heading {
  color: #000;
  font-family: 'source_sans_prosemibold';
  font-size: 27px;
  margin-bottom: 6px;
}
.policy .page-body p , .terms .page-body p {
  font-size: 18px;
  color: #444444;
}
.policy .page-body, .terms .page-body {
  padding: 2px 80px 44px;
}
.about-us .shri-paramhansa-img {
  float: right;
  padding-left: 30px;
  width: 40%;
  object-fit: cover;
  margin-bottom: 2px;
  margin-top: 9px;
}
.about-us .padding-div {
  padding-top: 23px;
}
.about-us .padding-div ol li {
  font-size: 21px;
  font-family: 'source_sans_prolight';
  color: #000;
}
.about-us .padding-div h5 {
  margin-bottom: 15px;
}
.about-us .padding-div h3 {
  font-size: 27px;
  color: #000;
  margin: 20px 0px 8px;
}
.about-us .page-body a {
  color: #4990e2;
  text-decoration: underline;
  font-weight: 200;
}
/* .about-us .about-permahans {
  margin-top: 60px;
} */
.about-us .page-body .about-Paramahansa p {
  color: #000;
  font-size: 21px;
  margin-bottom: 0px !important;
  font-family: 'source_sans_proregular';
  font-style: italic;
}
.about-us .about-Paramahansa small {
  color: #000;
  font-family: 'source_sans_probold';
  font-size: 15px;
}
.about-us .page-body {
   padding: 0px 75px 50px;
}
.about-us .page-body a:hover {
  color: #28a745;
}
.about-us .page-body .img-block img {
  width: 100%;
  margin-top: 8px;
  height: 415px;
  object-fit: cover;
}
.about-us .page-body .img-block {
  padding-left: 0px;
}
.about-us .page-body p {
  margin-bottom: 10px;
  font-size: 21px;
  font-family: 'source_sans_prolight';
  color: #000;
}
/*--------------------Other linked pages css end---------------------*/

#error-page .error-item {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}
#error-page .error-item img {
  margin: 0 auto;
}
#error-page .error-item h3 {
  color: #000;
  font-size: 40px;
  font-family: source_sans_prosemibold;
  margin: 30px 0 0;
}
#error-page .error-item small {
  color: #000;
  font-size: 18px;
}
#error-page .error-item a {
  background: #77ab3f;
  width: 135px;
  margin: 30px auto 0;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #77ab3f;
}
.main-body .main-heading {
  font-size: 25px;
  font-family: 'source_sans_prosemibold';
}
.main-body .sub-heading {
  font-size: 17px;
}
.main-body ul li {
  font-size: 16px;
  font-family: 'source_sans_prosemibold';
  list-style-position: inside;
}
.main-body p {
  font-size: 18px;
  line-height: 34px;
}
.main-body .page-title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'source_sans_probold';
}
.page-title::after {
  left: 45%;
  content: '';
  background: #99d10c;
  position: absolute;
  width: 104px;
  height: 5px;
  bottom: 0px;
  right: auto;
}

/*-------------Loader------------*/

#loader{
  position:fixed;
  width: 100%;
  height: 100vh;
  background: #61c1eb url('/front/theme/img/loader.gif') no-repeat center center;     
  z-index: 999999;
}