body {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Function Regular";
  src: url("fonts/Function Regular.ttf") format("truetype");
}

@font-face {
  font-family: Damion;
  src: url("../fonts/Damion-Regular.ttf") format("truetype");
}

/*****************************topbar***************************************/
.btnform button {
  display: flex;
  margin: 0 auto;
}
.footer-text .social-icon {
  justify-content: center;
}
.main-testi .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -30px;
}

.transbk img {
  /* height:350px !important; */
  /* height: 400px !important; */
  width: 100%;
}
.transbk h4 {
  font-size: 22px;
}
.transbk h5 {
  font-size: 16px;
}
.gallerypage p {
  padding: 10px;
}
#gallerygrid {
  background-color: #fff;
  padding: 0;
  position: relative;
  box-shadow: 0 0 6px 1px rgb(234 234 234);
  border-radius: 8px;
}
.imagebk {
  position: relative;
}
.imagebk img {
  display: block;
  width: 100%;
  height: auto;
}
.imagebk #overlay1,
.imagebk #overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #e76169;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

/*.imagebk:hover .overlay {
  bottom: 0;
  height: 100%;
}
*/

#text1,
#text2 {
  color: white;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -53%);
  -ms-transform: translate(0%, -53%);
  transform: translate(0%, -53%);
  text-align: center;
  padding: 15px;
}

.bioinfo {
  background-color: #fff;
  padding: 20px;
}
.main-awards {
  background: linear-gradient(to bottom, #eba3a7ba 0%, #dc868bba 100%);
  position: relative;
}
.main-awards .badge-text {
  color: #fff;
}
#about1 {
  padding-bottom: 100px;
  padding-top: 100px;
  /* background: linear-gradient(to bottom, #e6454eba 0%, #e6454eba 100%);
    
    background-color: #f5ebe6; */
}
.main-awards:before {
  margin: 0px;
  margin: 0px;
  padding: 0px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../images/statistics-bg1.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.policy {
  /* background-image: url(../images/bgimg.jpg);*/
  position: relative;

  z-index: 1;
  padding: 120px;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
  /*height: 350px;*/
}
.policy:before {
  background-color: #f5ebe6;
  content: "";
  height: 100%;
  left: 0;

  position: absolute;
  top: 0;
  width: 100%;
}
.policynvision {
  margin: -100px 0 0;
  position: relative;
  z-index: 5;
}
.policy-right {
  background: #eb767d;
  text-align: center;
  color: #fff;
  padding: 20px;
  box-shadow: 1px 1px 10px #0000003b;
  transition: 0.5s;
}
.policy_icon .fa {
  font-size: 50px;
}
.policy_text h5 {
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0;
  padding: 0;
  font-family: Philosopher, sans-serif;
}
.policy-right p {
  color: #fff;
}
.policy-left {
  background: #fff;
  text-align: center;
  color: #eb767d;
  padding: 20px;
  box-shadow: 1px 1px 10px #0000003b;
  transition: 0.5s;
}

.policy-right:hover {
  background: #fff;
  color: #eb767d;
  margin: -10px 0 0;
}
.policy-right:hover p {
  color: #eb767d;
}
.policy-left:hover {
  background: #fff;
  color: #eb767d;
  margin: -10px 0 0;
}
#bio1 {
  /*background-color: #f5ebe6;*/
  padding-bottom: 100px;
}
.main-awards .divider-traingle {
  border: 1px solid #fff;
}
.main-awards .divider-traingle:after,
.main-awards .divider-traingle:before {
  background-color: #fff;
}
.block1 ul {
  margin-bottom: 0px;
}
.block1,
.block2,
.block3 {
  border-bottom: 1px solid #e6454eba;
  padding-bottom: 20px;
}
#bio {
  padding: 25px;
  background-color: #eb767dc9;
}
.inner-header a {
  color: #e6454eba;
}
.inner-header {
  background: #1b2138 url(../images/bgimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 50px 0;
}
.inner-header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;

  top: 0;
  left: 0;
}
.inneraward:hover {
  transition: all 0.3s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.awardtxt h4,
.contact-info-s3 h4 {
  font-family: Philosopher, sans-serif;
}
.mobview {
  display: none;
}
.awardtxt {
  padding: 20px 20px 0px 0px;
}
.inneraward {
  background-color: #fff;
  box-shadow: 5px 5px #79302b;
  margin-bottom: 30px;
}
#bio h3 {
  color: #e6454eba;
  font-family: Philosopher, sans-serif;
}
#bio ul {
  line-height: 42px;
}
#bio li i {
  color: #e6454eba;
}
#bio li {
  list-style-type: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #676768;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 25px;
  padding: 0;
  margin: 0;
}
.awardtxt p {
  font-size: 15px;
}
.ed_img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2f4858;
  opacity: 0.6;
}
.inner_text {
  text-align: center;
}
.inner_text span {
  color: #fff;
}
.inner_text h2 {
  color: #fff;
  font-family: Philosopher, sans-serif;

  text-align: center;
  font-weight: 600;
  font-size: 45px;
}
#header .navbar {
  margin-top: 0px;
  background-color: transparent;
}
#header {
  background-color: #f5ebe6;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5ebe6;
  /* change if the mask should have another color then white */
  z-index: +9999;
  /* makes sure it stays on top */
}

#status {
  width: 900px;
  height: 500px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  /*margin: -100px 0 0 -100px;*/
  /* is width and height divided by two */
}
#top-bar {
  background: linear-gradient(to right, #00a79d, #4280c2);
  color: #fff;
  font-size: 13px;
  position: relative;
  z-index: 1;
  padding: 10px 0px;
  text-decoration: none;
}
#top-bar a {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.4px;
  color: #fff;
  text-decoration: none;
}
.top-bar-content a:not(:last-child)::after {
  content: "";
  border: 1px solid #e2e2e2;
  border-width: 1px 1px 0 0;
  position: absolute;
  right: -3px;
  top: 0;
  height: 100%;
}
#top-bar .top-bar-socials {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 25%;
}
#top-bar .top-bar-content {
  display: table-cell;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  width: 75%;
}
#top-bar .top-bar-inner-wrap {
  display: table;
  overflow: hidden;
  width: 100%;
}
/**********************************navs*********************************/
.hero__author--inner3--wrapper:before {
  border: 3px solid #c27b7f;
  border-radius: 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__author--inner3 img {
  border-radius: 100%;
  padding: 8px;
  height: auto;
  max-width: 100%;
}
.hero__author--inner3--wrapper {
  position: relative;
  z-index: 2;
}

.hero__author--inner3:after,
.hero__author--inner3:before {
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 120px;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 120px;
  z-index: 1;
}
.hero__author--inner3 {
  display: inline-block;
  position: relative;
}
.circle {
  border: 5px solid #fcb0b4;
  border-radius: 50%;

  opacity: 0.3;
  overflow: hidden;
  position: absolute;
}
.x1 {
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 25s;
  top: 150px;
  height: 35px;
  width: 35px;
}
.x2 {
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 30s;
  top: 200px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  height: 40px;
  width: 40px;
}
.x3 {
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 35s;
  top: 300px;
  height: 50px;
  width: 50px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.x4 {
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 40s;
  bottom: 310px;
  height: 30px;
  width: 30px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.x5 {
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 55s;
  bottom: 300px;
  height: 55px;
  width: 55px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.hero__author--inner3:before {
  position: absolute;
  background-color: #c27b7f;
  left: 50%;
  top: -50px;
  -webkit-animation: updown 10s ease infinite;
  animation: updown 10s ease infinite;

  z-index: 1;
}

.hero__author--inner3:after {
  -webkit-animation: updown 10s ease infinite;
  animation: updown 10s ease infinite;
  position: absolute;

  background-color: #876585;
  bottom: -50px;
  left: 30%;
}

@keyframes updown {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes run {
  0% {
    left: 0;
  }
  48% {
    -webkit-transform: rotateY(0deg);
  }
  50% {
    left: calc(100% - 100px);
    -webkit-transform: rotateY(180deg);
  }
  98% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    left: 0;
    -webkit-transform: rotateY(0deg);
  }
}
.new-nav ul li a:hover:before {
  width: 100%;
}
.new-nav ul #pricingsec a:hover:before {
  display: none;
}
.navbar {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  transition: 0.4s;
  border: 0;
  left: 0;
  margin-top: 30px;

  top: 0;
  transition: all 0.3s;
  transition: all 0.4s ease-in-out;
  z-index: 100;
}
#pricingsec a {
  background: linear-gradient(to right, #00a79d, #4280c2);
  padding: 5px 25px;
  color: #fff !important;
  display: inline-block;
  padding: 8px 30px;

  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.new-nav ul li a {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000 !important;
  letter-spacing: 0.6px;
  font-weight: 600;
  margin: 0 16px;
  letter-spacing: 0.5px;
  position: relative;
}
.navbar .active a {
  color: #df0024 !important;
}
.new-nav ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  bottom: -7px;
  background: #df0024;
  height: 2px;
  transition: 0.5s;
}
.bg-one {
  padding-bottom: 120px;
  padding-top: 200px;
  background-color: #f5ebe6;
}
.badge-text {
  color: #e6454eba;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}
.display-4 {
  color: #000;
  font-family: Philosopher, sans-serif;
  font-size: 44px;
}
.main-slider .bx-wrapper,
.main-testi .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.testi:before {
  /* position: absolute; */
  content: "\f10e";
  /* left: 10px; */
  /* top: 10px; */
  color: #ea7277;
  font-family: fontawesome;
  font-size: 45px;
  /* background: #e1c664; */
  /* width: 50px; */
  /* height: 50px; */
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  margin: 0 auto;
  /* width: 100%; */
  display: block;
}
.testi {
  background-color: #fff;
  border: none;
  box-shadow: 0 1px 15px 0 rgb(1 6 33 / 6%);
  margin-top: 15px;
  border-radius: 10px;
  /* height: 504px;*/
}
.testitxt {
  text-align: center;
  font-style: italic;
}
.testi p {
  font-style: italic;
}
.testi-card__user-info {
  border-top: 1px solid #eff0f7;
  align-items: center;

  display: flex;
  justify-content: center;
}
.testi-card__user-info img {
  margin-right: 20px;
  border-radius: 50%;
  width: 60px;
}
.testi h4 {
  font-family: Philosopher, sans-serif;
}
.header {
  position: absolute;
  transition: border-radius 0.2s, width 0.35s ease;
  width: 100%;
}
.hero__content .btn__secondary,
.hero__content .button {
  padding: 10px 20px;
}
.inner1 {
  background-color: #fff;
  padding: 15px;
}
#callsec .wprt-action-box {
  background-color: #f5ebe6;
  padding: 30px;
}
.text-wrap h2 {
  font-family: Philosopher, sans-serif;
}
.wprt-action-box .inner1 {
  display: table;
  overflow: hidden;
  width: 100%;
}
.heading-wrap {
  display: table-cell;
  vertical-align: middle;
}
.wprt-action-box .button-wrap1 {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 22%;
}
.button__primary {
  margin-right: 1rem !important;
  background: #876585;
  border-radius: 3px;
  color: #fff;
  overflow: hidden;
}
.display-6 {
  font-size: 35px;
  font-family: Philosopher, sans-serif;
  text-transform: capitalize;
}
.divider-traingle {
  border: 1px solid #e6454eba;
  display: inline-block;
  opacity: 0.4;
  position: relative;
  width: 200px;
}
.divider-traingle:after {
  background: #e6454eba;
  left: 45%;
}
.divider-traingle:after,
.divider-traingle:before {
  content: "";
  height: 18px;
  opacity: 0.4;
  position: absolute;
  top: -9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
}
.social-icon {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.social-icon li {
  list-style: none;
}
.social-icon li a {
  font-size: 20px;
  align-items: center;
  background-color: #e6454eba;
  box-shadow: 3px 3px #876585;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 5px;
  transition: all 0.5s;
  width: 40px;
}
.social-icon li a:hover {
  background-color: #876585;
  box-shadow: none;
}
.divider-traingle:before {
  background-color: #e6454eba;
  right: 50%;
}
.button__primary:hover {
  background: #876585;
}
.button {
  font-size: 16px;
  background: #e6454eba;
  border: none;
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  margin: 0;
  padding: 10px 30px;
  pointer-events: auto;
  position: relative;
  text-align: center;
}

.button__primary:before {
  background: #c27b7f;
  content: "";
  left: -12%;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  width: 125%;
}

.btn__secondary:after,
.btn__secondary:before {
  border: 1px solid #c27b7f;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.5s ease;
  width: 15px;
}

.btn__secondary:after,
.btn__secondary:before {
  border: 1px solid #c27b7f;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.5s ease;
  width: 15px;
}
.btn__secondary:after {
  border-left: none;
  right: 0;
  top: 0;
}
.btn__secondary:before {
  border-right: none;
  left: 0;
  top: 0;
}
.btn__secondary {
  background-color: initial;
  border-radius: 3px;
  color: #c27b7f;
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn__secondary:hover {
  background: #c27b7f;
  color: #fff;
  text-decoration: none;
  transition-delay: 0.35s;
}
.button,
.button:hover {
  color: #fff;
}
/*********************************slider********************************/
.slider-img:before {
  background: #051b1c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-text {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}
#slide .content {
  border: 6px solid #eff3f6;
  text-align: center;
  padding: 25px;
  background-color: #0d668e4f;
}
#slide {
  text-align: center;
  padding: 25px;
}
.textside {
  margin-left: 0;
  margin-right: 0;
  display: initial;
}
h6 {
  z-index: 1;
  opacity: 1;
  /* -webkit-text-stroke: 0.5px #000; */
  color: #fff;
  font-weight: bold;
  font-size: 67px;
  line-height: 70px;
  font-family: "Montserrat Regular";
  letter-spacing: 1px;
}
.content h1 {
  z-index: 1;
  font-family: "Montserrat Regular";
  color: #fff;
  text-decoration: none;
  white-space: unset;
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 22px;
  opacity: 1;
}
.more_btn {
  background: linear-gradient(to right, #00a79d, #4280c2);
  padding: 5px 25px;
  color: #fff !important;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 40px 0 20px;
  font-weight: 600;
}
/*****************contact***********************/
#contact-info {
  background-color: rgba(27, 27, 27, 0.9);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  border-radius: 25px 0px 0px 25px;
  padding: 50px;
  color: #fff;
}
#contact-form {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  border-radius: 0px 25px 25px 0px;
  padding: 50px;
  background-color: #e9ecef;
}
.btnform .more_btn {
  margin: 10px 0 20px;
}
#contact-info li {
  margin-bottom: 8px;
  font-size: 16px;
}
#contact-info p {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #fff;
  font-weight: 400;
}
/***************************about************************************/
/*#features:before {
    content: "";
    display: block;
    height: 140px;
    margin: -102px 0 0;
}*/
#contactus:before {
  content: "";
  display: block;
  height: 140px;
  margin: -102px 0 0;
}
#pricing:before {
  content: "";
  display: block;
  height: 140px;
  margin: -102px 0 0;
}
#pricing {
  background-color: #fdfdfd;
  /* border-top: 1px solid #ededed; */
  border-bottom: 1px solid #ededed;
}
.contact-text {
  font-size: 18px;
  line-height: 24px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
#about {
  padding-bottom: 100px;
}
#about {
  position: relative;
  border-top: 73px solid transparent;
  margin: -138px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /*background-color: #fdfdfd;
     border-top: 1px solid #ededed; */
  border-bottom: 1px solid #ededed;
}
#about:before {
  content: "";
  display: block;
  height: 140px;
  margin: -102px 0 0;
}
#testimonial1 {
  position: relative;
  border-top: 25px solid transparent;
  margin: 10px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#testimonial1:before {
  content: "";
  display: block;
  height: 90px;
  margin: -90px 0 0;
}
.abut-text1 img {
  display: -webkit-box;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.section_sub_title h6:hover {
  color: #ffffff;
}
.abut-text1 {
  background-color: #c27b7f;
  padding: 10px;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 17%) 0px 2px 2px 0px, rgb(0 0 0 / 17%) 0px 2px 4px 0px;
}

.section_sub_title h6 {
  border: 2px solid #367aae;
  letter-spacing: 0.3px;
  color: #282f44;
  font-size: 20px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px;
  filter: drop-shadow(0px 5px 15px rgba(152, 179, 223, 0.2));
  background-color: #ffffff;
  display: inline-block;
  line-height: 20px;
  border-radius: 5px;
}
.section_sub_title h6:hover::before {
  width: 100%;
}
.section_sub_title h6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(to right, #00a79d, #4280c2);
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/*.navbar-brand img{
    height: 50px;
}*/
p {
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #676768;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 25px;
  padding: 0;
  margin: 0;
}
/****************feature*************************************/
.featurediv #sideimg {
  width: 100%;
}
#aligndiv {
  display: table-cell;
  vertical-align: middle;
}
.featurediv {
  display: table;
  vertical-align: middle;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 17%) 0px 2px 2px 0px, rgb(0 0 0 / 17%) 0px 2px 4px 0px;
}
.tnb {
  padding: 100px 0;
}

.main-feature {
  margin: 0px;
  padding: 80px 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to bottom, #eba3a7ba 0%, #dc868bba 100%);
}

.main-footer {
  background: linear-gradient(34deg, rgba(224, 26, 79, 0) 60%, #dc868bba 100%);
}
.main-feature:before {
  margin: 0px;
  margin: 0px;
  padding: 0px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../images/statistics-bg1.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.bg-one {
  background-image: linear-gradient(151deg, rgba(224, 26, 79, 0) 60%, #dc868bba 100%);
}
#callsec {
  background: #fff url(../images/books.png) no-repeat right top;
  /* background-size: contain; */
  background-position: 110% 0%;
}
/*#about, #services{
          background-image: url(../images/pettern-bg2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
        position: relative;


}
.serviceoverlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .6;
}*/
#features .badge-text,
#features .booktxt h5,
#testimonial1 .badge-text,
#testimonial1 .booktxt h5 {
  color: #fff;
}
#features .divider-traingle,
#testimonial1 .divider-traingle {
  border: 1px solid #fff;
}
#features .divider-traingle:after,
#features .divider-traingle:before,
#testimonial1 .divider-traingle:after,
#testimonial1 .divider-traingle:before {
  background-color: #fff;
}
.main-testi {
  background: linear-gradient(to bottom, #eba3a7ba 0%, #dc868bba 100%);
}
.main-testi {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.abut-text ul {
  list-style-type: none;
}

/*.bookimg:hover img{
    transform: rotateY(40deg) translateY(-5%);
    opacity: 1;
   
}*/
.serimg {
  border-radius: 5px;
  box-shadow: 0 1px 15px 0 rgb(1 6 33 / 34%);
  overflow: hidden;
}
.sertxt {
  padding: 30px;
}
.servi .sertxt {
  padding: 15px;
}
.imageser:hover img {
  transform: scale(1.1);
}
.bookimg img,
.serimg img {
  transition: 0.5s;
}
.booktxt {
  margin-top: 20px;
  text-align: center;
}
.booktxt h4,
.sertxt h4 {
  font-family: Philosopher, sans-serif;
}
.booktxt h5,
.sertxt h4 {
  color: #e6454eba;
}
.bookimg img,
.serimg img {
  width: 100%;
}
.tick {
  /*float: left;*/
  margin-right: 20px;
  width: 4%;
}
.abut-text span {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #323222;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
/**********************Pricing******************************/

/* ------------------------------------
02. Global CSS
---------------------------------------*/
.readon {
  position: relative;
  display: inline-block !important;

  padding: 14px 30px;
  line-height: normal;
  color: #ffffff !important;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
  text-transform: capitalize !important;
  cursor: pointer;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.readon:hover,
.readon:focus {
  background: #636568;
}

.inner {
  width: 100%;
  float: left;
  position: relative;
}

.pricingTable .holder {
  background: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  border-radius: 20px;
  padding: 40px 15px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.5s ease;
}

.pricingTable .holder:hover {
  transform: translateY(-5px);
}

.pricingTable .holder .hdng p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #242526;
}

.pricingTable .holder .img img {
  width: 70%;
}

.pricingTable .holder .price p {
  text-align: center;
  color: #2491b1;
  margin-bottom: 20px;
}

.pricingTable .holder .price p b {
  font-size: 32px;
  font-weight: bold;
}

.pricingTable .holder .price p span {
  font-size: 18px;
}

.pricingTable .holder .info p {
  text-align: center;
  margin-bottom: 15px;
  color: #242526;
  font-weight: 14px;
}

.pricingTable .holder.active {
  background: linear-gradient(to right, #00a79d, #4280c2);
}

.pricingTable .holder.active .hdng p,
.pricingTable .holder.active .price p,
.pricingTable .holder.active .info p,
.pricingTable .holder.active h5 {
  color: #fff;
}

.pricingTable .holder.active .readon {
  background: #fff;
  color: #3389b9 !important;
}

.pricingTable .holder.active .readon:hover {
  background: #242526;
  color: #fff !important;
}

.pricingTable .tabsBtnHolder ul {
  float: left;
  display: block;
  width: 100%;
  max-width: 326px;
  border-radius: 1.6666666667rem;
  margin: 0px auto;
  margin-bottom: 40px;
  background: #3588bb;
  text-align: center;
  position: relative;
}

.pricingTable .tabsBtnHolder ul li {
  float: left;
  width: calc(100% / 2);
  display: inline-block;
  transition: 0.4s ease;
}

.pricingTable .tabsBtnHolder ul li p {
  color: #fff;
  padding: 10px 15px;
  z-index: 10;
  position: relative;
  cursor: pointer;
}

.pricingTable .tabsBtnHolder ul li p.active {
  color: #3588bb;
}

.pricingTable .tabsBtnHolder ul li.indicator {
  position: absolute;
  top: 50%;
  left: 2px; /*163px*/
  background: #fff;
  height: calc(100% - 4px);
  transform: translateY(-50%);
  border-radius: 1.5333333333rem;
  width: 161px;
  z-index: 9;
}
.social-icon i {
  font-size: 20px;
  color: #fff;
}
/**********************footer**********************************/
#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 35px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background-color: #e6454eba;
  color: #fff;
  cursor: pointer;
  outline: none;
  border-radius: 20%;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
  border: 1px solid white;
  z-index: 2;
}
.abut-text {
  padding-left: 40px;
}
#back-to-top-btn img {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.copy-right-left span {
  color: #e6454eba;
  font-weight: 500;
  text-transform: capitalize;
}
.sticky .navbar {
  padding: 10px 0;
  margin-top: 0px;
}
.footer-text h5 {
  color: #df0024;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 0 15px !important;

  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.main-footer::after {
  content: "";

  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
header.sticky {
  position: fixed;
  width: 100%;
  background: #fff;
  text-align: left;
  margin: 0;
  z-index: 500;
  box-shadow: 1px 1px 10px #0000003b;
}
header.sticky #top-bar {
  display: none;
}
.copy-right-right a {
  color: #676768;
  text-decoration: none;
}
.copy-right {
  border-top: 1px solid #e6454eba;
  padding: 30px 0 0;
  margin: 30px 0 0;
}
.copy-right-left p {
  text-align: left;
  color: #676768;
  font-weight: 300;
  font-size: 14px;
  font-family: Poppins, sans-serif;
}
.copy-right-right p {
  text-align: right;
  color: #676768;
  font-weight: 300;
  font-size: 14px;
  font-family: Poppins, sans-serif;
}
.footer-text .widget.widget_socials .socials a.active {
  background-color: #3381b3;
  border-color: #2c81aa;
  color: #fff;
}
.widget.widget_socials .socials a:hover,
.widget.widget_socials .socials a.active {
  background-color: #3381b3;
  border-color: #2c81aa;
  color: #fff;
}
.widget.widget_socials .socials a {
  float: left;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #b1b1b1;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  z-index: 1;
}
.main-footer .col-md-4:nth-child(2) .footer-text {
  padding: 0 107px;
}
.widget .socials {
  margin: 0 -3px;
}
.widget.widget_socials .socials .icon {
  padding: 0 3px;
  float: left;
  margin: 1px 0 3px 0;
}
.footer-text ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: list-item;
  line-height: 35px;
  color: #676768;
  font-size: 16px;
  font-weight: 500;
}
.footer-text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-footer {
  width: 100%;
  position: relative;
  background-color: #f5ebe6;
  color: #fff;
}
.footer-text .widget {
  margin: 0 0 26px;
  padding: 0 20px 0 0px;
}
.footer-text ul li a,
.footer-text p {
  color: #676768;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.main-contact {
}

.contact-info-s2 > ul > li > i,
.contact-info-s3 > ul > li > i {
  background: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #73b21a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
.contact-info-s3 > ul > li > i {
  background-color: #ed777e;
  color: #fff;
}
.contact-info-s2 > ul > li,
.contact-info-s3 > ul > li {
  position: relative;
  padding-left: 52px;
}
.right-col li p {
  overflow-wrap: break-word;
}
.contact-info-s3 ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.contact-info-s2 > ul > li + li,
.contact-info-s3 > ul > li + li {
  margin-top: 20px;
}
.ed_morden_search_form {
  background-color: #f5ebe6;
  padding: 40px;
}
.contact-info-s3 {
  background-color: #f5ebe6;
  height: 100%;
  padding: 30px;
}
/**********************Responsive**************************************/
@media only screen and (max-width: 767px) {
  #text1,
  #text2 {
    font-size: 14px;
  }
  .footer-text .widget {
    padding: 0 0px 0 0px;
  }
  .copy-right-left p {
    text-align: center;
  }
  .mobview {
    display: block;
  }
  .desktopview {
    display: none;
  }
  .main-footer {
    background-image: linear-gradient(258deg, rgba(224, 26, 79, 0) 60%, #e6454eba 100%);
  }
  .awardtxt {
    padding: 20px 20px 20px 20px;
  }

  .contact-info-s3 {
    margin-top: 40px;
    margin-bottom: 40px;
    height: auto;
  }
  #contact-info,
  #contact-form {
    border-radius: 0px;
  }
  .copy-right-right p {
    text-align: center;
  }
  .tnb {
    padding: 40px 0;
  }
  .textwidget p {
    text-align: center;
  }
  .widget .socials {
    margin: auto;
    width: 50%;
  }
  .main-footer .col-md-4:nth-child(2) .footer-text {
    text-align: center;
  }
  .main-footer .col-md-4:nth-child(3) .footer-text {
    text-align: center;
    border-right: none;
    border-left: none;
    margin: 20px 0;
  }
  .main-footer .col-md-4:nth-child(2) .footer-text {
    padding: 0 20px;
  }
  .main-feature {
    padding: 15px;
  }
  .pricingTable .tabsBtnHolder ul li.indicator {
    width: 100px;
  }
  .pricingTable .holder {
    margin-bottom: 20px;
  }
  .pricingTable .tabsBtnHolder ul li.leftmar {
    left: 125px !important;
  }
  .pricingTable .holder .price p b {
    font-size: 25px;
  }
  .readon {
    padding: 6px 13px;
    font-size: 14px !important;
  }
  .featurediv {
    margin-right: 0px;
    display: initial;
    margin-left: 0px;
  }
  #aligndiv {
    display: initial;
  }
  .abut-text1 {
    margin-top: 20px;
  }
  /*#about{
		padding-top: 0px !important;
	}*/
  .bookimg {
    margin-bottom: 30px;
  }
  .abut-text1 img {
    height: auto !important;
    width: 100%;
  }
  .abut-text {
    padding-left: 0px;
    padding-top: 30px;
  }
  .slider-text h6 {
    font-size: 30px;
    line-height: 37px;
  }
  .content h1 {
    line-height: 30px;

    font-size: 20px;
  }
  .main-slider,
  .main-about {
    overflow: hidden;
  }
  .slider-img img {
    max-width: unset;
    width: auto;
  }
  #pricingsec a {
    padding: 0px 27px;
    margin: 10px;
  }
  .navbar-nav {
    text-align: center;
    background: #e9e6ea;
    m: 10px 0;
    margin: 10px 0px;
  }
  .new-nav ul li {
    border-bottom: 2px solid white;
  }
  .new-nav ul li a {
    font-size: 16px;
    margin: 0 10px;
    line-height: 40px;
  }
  .slider-img {
    overflow: hidden;
  }
  .top-bar-content {
    display: none !important;
  }
  #top-bar .top-bar-socials {
    text-align: center !important;
  }
  .navbar-toggler {
    background-color: #e6454eba;
  }

  .slider-text {
    top: 145px;
    width: 90%;
    overflow: hidden;
  }
  .hero__content,
  .hero__content p {
    text-align: center;
  }
  .badge-text {
    font-size: 18px;
  }
  .display-4 {
    font-size: 35px;
  }
  .hero__content .btn__secondary {
    background-color: #e6454eba;
    color: #fff;
    width: 100%;
  }
  .hero__content .button.button__primary {
    width: 100%;
    margin-bottom: 20px;
  }
  .widget_socials {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 66%;
    padding-right: 0 !important;
  }
  .copy-right-left {
    text-align: center;
  }
  .x2,
  .x3,
  .x4,
  .x5 {
    left: unset;
  }
  .main-slider .bx-viewport {
    height: auto !important;
  }
  .serimg {
    margin-bottom: 30px;
  }
  .btnread {
    margin-bottom: 60px;
  }
  .wprt-action-box .inner {
    display: initial;
  }
  .wprt-action-box .button-wrap1 {
    width: auto;
  }
  .wprt-action-box .button-wrap1,
  .heading-wrap {
    display: inherit;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 768px) {
  #text1,
  #text2 {
    font-size: 12px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .main-footer .col-md-4:nth-child(2) .footer-text {
    padding: 0 20px;
  }
  .readon.more_btn {
    margin: 0px 0 20px;
  }
  .new-nav ul li a {
    font-size: 13px;
    margin: 0 10px;
  }
  .slider-text {
    top: 20px;
  }
  .slider-text h6 {
    /* -webkit-text-stroke: 0.5px #000; */
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
  }
  .slider-text .content h1 {
    line-height: 27px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
  }
  .slider-text .more_btn {
    margin: 9px 0 20px;
    font-size: 14px;
  }
}
@media only screen and (min-device-width: 1600px) and (max-device-width: 1920px) {
  #callsec {
    background-position: right top;
  }
}
