@font-face {
  font-family: 'Mirador';
  src: url('../fonts/Mirador-BoldDEMO.woff2') format('woff2'),
    url('../fonts/Mirador-BoldDEMO.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mirador';
  src: url('../fonts/Mirador-BookDEMO.woff2') format('woff2'),
    url('../fonts/Mirador-BookDEMO.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Hover Start ================================*/
a:hover,
a:focus,
button:hover,
button:focus {
  outline: none !important;
  text-decoration: none !important;
  transition: auto;
}

.primary-color {
  color: #d61a31;
  display: contents;
}

.input-control:hover,
.input-control:focus {
  transition: 0.7s all;
  color: #1C1C1C;
}

.input-control:hover::-moz-placeholder,
.input-control:focus::-moz-placeholder {
  color: #fff;
}

.input-control:hover::placeholder,
.input-control:focus::placeholder {
  color: #fff;
}

.input-control::-moz-placeholder {
  color: #fff;
}

.input-control::placeholder {
  color: #fff;
}


/* Hover End ================================*/
section {
  padding: 40px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

p a,
p a:hover {
  color: #7A1F2C;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
.btn {
  font-family: 'Mirador';
  font-weight: 600;
  margin: 0;
  color: #19233f;
}

p,
li,
a {
  font-family: 'Roboto', sans-serif !important;
}

h1 {
  color: #fff;
  font-size: 40px;
  letter-spacing: -1px;
  text-transform: capitalize;
  line-height: 45px;
  margin: 0;
}

h2 {
  color: #1C1C1C;
  font-size: 35px;
  line-height: 36px;
  letter-spacing: 0px;
  margin: 0;
}

p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #747474;
}

/*Mobile Screen viewport ================================*/
.mobile-screen {
  display: none;
}

#cross {
  display: none;
}

/*End Mobile Screene ================================*/
/* Topbar */
.top-bar {
  padding: 10px 0px;
  background: #d61a31;
}

.top-bar ul.menu {
  display: flex;
  justify-content: space-evenly;
}

.top-bar ul.menu li.nav-item.dropdown {
  border: 0;
}

.top-bar ul.menu a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.7px;
  transition: 0.5s all;
  text-transform: uppercase;
}

.top-bar ul.menu a:hover {
  color: #a8828b;
}

/* Topbar End*/
/* Poooosition fixed============================================================ */
.sticky-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
  background: #d61a31;
  animation: header-animation 1s;
  border-bottom: 3px solid #ffffff;
}

@keyframes header-animation {
  0% {
    transform: translateY(-106px);
  }

  100% {
    transform: translateY(0);
  }
}

.nav-bar ul li a img {
  width: 25%;
  margin-right: 10px;
}

.nav-bar {
  padding: 10px 0px;
}

.nav-bar ul.menu {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav-bar ul.menu li {
  display: inline-block;
  padding: 0 15px;
}

.nav-bar ul.menu li.phone {
  text-align: left;
}

.nav-bar ul.menu li.phone a {
  font-size: 14px;
}

.phone-num {
  display: inline-block;
  line-height: 20px;
}

.book-box .num {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  top: 110px;
  left: 20px;
  background: #fff;
  border-radius: 40px;
  padding: 8px 13px;
}

.nav-bar ul.menu li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s all;
}

.nav-bar ul.menu li a:hover,
.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus {
  color: #7A1F2C;
  background: none;
}

button:hover,
button:focus {
  color: #ba1f15;
  background: none;
}

.btn-brownish,
.btn-chat,
.btn-white-border,
.btn-black-border {
  padding: 12px 25px 12px 25px;
  background: #d61b2f;
  border-radius: 30px;
  color: #fff !important;
  border: 0;
  font-size: 15px !important;
  border: 2px solid #d5192e;
  transition: 0.5s all;
}

.btn-white-border:hover {
  background: none;
  color: #ffff !important;
  transform: scale(.9);
  transition: 0.5s all;
}

.btn-chat {
  background: none;
  border: 2px solid #7A1F2C;
  color: #7A1F2C !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.btn-chat:hover,
.btn-black-border:hover {
  transform: scale(0.9);
  box-shadow: 0px 0px 10px #d19d46;
  transition: 0.5s all;
}

/* Dropdown List Start */
.nav-bar ul.menu.dropdown {
  display: none;
}

header nav ul li.dropdown:hover .dropdown-menu,
.dropdown-menu-submenu {
  position: absolute;
  z-index: 100 !important;
  transform: scale(1);
  padding: 10px 0;
}

header nav ul li .dropdown-menu {
  display: block;
  margin: 0;
  border-radius: 3px;
  position: absolute;
  top: 30px;
  left: -430px;
  transform: scale(0);
  transition: 0.5s all;
  width: 550px;
  background: #7A1F2C;
  border: 1px solid #7A1F2C;
}

header nav ul li.dropdown {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
}

header nav ul li .dropdown-menu a {
  color: #fff !important;
  padding: 5px 20px 5px 20px;
  font-size: 15px !important;
  width: 48% !important;
  display: inline-block;
  margin: 0;
  z-index: 100 !important;
}

header nav ul li .dropdown-menu a:hover {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
  background: #202020 !important;
  color: #fff !important;
}

header nav ul li .dropdown-menu a:hover::before,
.dropdown-menu-submenu a:hover::before {
  display: none;
}

.nav-bar ul.menu a.dropdown-item.active::before {
  bottom: 0;
}

/* Submenu Dropdown start*/
.dropdown-menu-submenu {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
}

.submenu-list:hover .dropdown-menu-submenu {
  display: block;
  background: #070F30;
}

/* Submenu Dropdown end*/
/* Dropdown List end*/
header {
  background: transparent;
  position: relative;
  z-index: 2;
  margin-bottom: -130px;
}

.nav-bar ul li a i.fas.fa-phone-alt {
  padding-right: 4px;
  font-size: 25px;
  color: #7A1F2C;
}

.nav-bar ul li a.active::before {
  content: "";
  height: 2px;
  background: #7A1F2C;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  transition: width 0.5s !important;
  width: 100%;
  animation: fill 1s forwards;
  color: #606060 !important;
}

.nav-bar ul li a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #7A1F2C;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  transition: width 0.5s !important;
}

.nav-bar ul li a:hover::before {
  width: 100%;
  animation: fill 1s forwards;
  color: #7A1F2C !important;
}

.nav-bar ul li .btn-brownish:hover::before,
.nav-bar ul li.phone a:hover::before,
.nav-bar ul li .btn-chat:hover::before {
  display: none;
}

.btn-brownish:hover {
  background: none;
  color: #0f263e !important;
  transform: scale(.9);
  transition: 0.5s all;
}

/* Form ================================*/
/* Form ================================*/
.input-control {
  margin: 7px 4px;
  font: -webkit-control;
  height: calc(2.25rem + 8px) !important;
  padding: 12px 15px;
  width: 32%;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 15px;
  color: #000 !important;
  font-weight: 500;
  background: #fff !important;
  border: 1px solid #d19d46;
  outline: 0;
  border-radius: 4px;
}

textarea.input-control.form-control {
  margin: 7px 0 !important;
  width: 99%;
  height: 80px !important;
  padding: 7px 15px;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  border-radius: 5px;
  resize: none;
}

/* Validation ================================*/
input.required.error,
textarea.required.error,
select.required.error {
  border: 1.5px solid red !important;
}

label.error {
  display: none !important;
}

/*Inner page form  */
.inner-banner-form {
  padding: 40px 30px;
  margin: 0 0 0 auto;
  border-radius: 20px;
  border: 1px solid #515151eb;
  background: linear-gradient(150deg, #D9D9D9 0%, #071a881c 100%);
  background: #595858db;
  width: 85%;
  position: relative;
}

.inner-banner-form .input-control {
  width: 100%;
  background: #87878787 !important;
  border: 0;
  color: #fff;
}

.inner-banner-form textarea.input-control.form-control {
  width: 100%;
  margin: 7px 3px !important;
}

.inner-banner-form h2 {
  font-size: 28px;
  padding-left: 7px;
}

.inner-banner-form .input-control::placeholder {
  color: #fff;
}

.inner-banner .scrll-btn .mouse {
  bottom: -75px;
}

.chota_fnt {
  font-size: 10px;
  margin: 20px 0;
  color: #fff;
  display: block;
  line-height: 15px
}

.chota_fnt a {
  color: #fff;
}

.chota_fnt input {
  margin: 0 5px 0 0;
  height: auto !important;
  width: auto !important
}

.inner-banner-form::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 256px;
  height: 20px;
  background: url('../images/form-top.webp') no-repeat;
}

/*End Form  =============================*/
a#goto-top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  background: #d61a31;
  color: #fff;
  width: 46px;
  height: 46px;
  font-size: 22px;
  border-radius: 50px;
  z-index: 999;
  transition: 0.5s all !important;
  opacity: 0;
  visibility: hidden;
}

a#goto-top i {
  padding-bottom: 3px;
  font-weight: 600;
}

a#goto-top.show {
  opacity: 1;
  visibility: visible;
}

a#goto-top:hover {
  transform: scale(1.2);
}

/* Footer */
footer {
  position: relative;
  padding: 50px 0 0;
  background: url('../images/footer.webp') no-repeat 100%/100% 100%;
  color: #fff;
}

footer .logo img {
  max-width: 30%;
}

footer ul li a {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0px;
  transition: 0.5s all;
}

footer ul li a.active,
footer ul li a:hover {
  color: #7A1F2C !important;
}

footer ul li a i {
  color: #ffffff;
  margin-right: 10px;
}

.copyright {
  padding: 10px 0;
  margin-top: 30px;
  position: relative;
  background: #000;
  border-top: 1px solid #cccc;
}

.copyright ul.menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.copyright p,
.copyright a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
}

/* Footer end */
.btn.btn-blue {
  background: #7A1F2C;
  color: #fff;
  border-radius: 50px;
  font-family: "Calibri";
  margin-right: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  transition: 0.5s all;
  border: 2px solid #1a80c3;
}

.btn.btn-blue:hover {
  color: #1a80c3 !important;
  background: transparent !important;
  transform: scale(0.9);
}

.main-banner {
  padding: 180px 0 50px 0;
  position: relative;
  height: 100%;
  background: url('../images/banner.webp') no-repeat 100%/100% 100%;
  background-size: 100% 100%;
}

.main-banner .btn-brownish:hover {
  border-color: #fff;
  color: #fff !important;
}

/*  */
.banner-form .input-control {
  width: 20%;
  margin: 7px 2px !important;
  background: #ffffff30;
  color: #fff;
}

.banner-form textarea.input-control.form-control {
  width: 20%;
  height: calc(2.25rem + 8px) !important;
  position: relative;
  top: 24px;
  padding: 10px 15px;
  margin-right: 5px;
}

.btn-white-border,
.btn-black-border {
  background: #0000;
  border: 2px solid #fff;
  color: #fff;
}

/* scrll-btn mouse  End*/
.book-box {
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 20px;
  background: #F0F0F0;
  height: 380px;
  padding: 10px;
  text-align: center;
  transition: 0.5s all;
  position: relative;
}

.book-box:hover {
  transform: scale(1.07);
  cursor: pointer;
}

.book-box.black {
  background: #d61a31;
}

.book-box.black h3,
.book-box.black p {
  color: #fff;
}

.our-books {
  padding: 60px 0;
}

.content-sec {
  background: #F4F4F4;
}

.book-box img {
  position: relative;
  width: 100px;
  right: -78px;
  top: -10px;
  border-radius: 0px 20px 0 0px;
}

.book-box h3 {
  font-size: 26px;
  padding: 60px 5px 10px 5px;
  text-align: left;
  line-height: 25px;
  font-weight: 500;
}

.book-box p {
  font-size: 14px;
  padding: 0 5px;
  text-align: left;
  line-height: 20px;
}

.our-books .owl-carousel .owl-stage-outer {
  width: 101%;
  padding: 4px;
}

.owl-dots {
  padding-top: 20px;
}

.book-writing {
  background: #d61a31;
  border-radius: 100px 100px 0px 0px;
}

/* Testimonial */

.testmonial {
  padding: 60px 0;
}

.testmonial::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background: #F8F8F8;
  border-radius: 90px 0 0;
}

.testmonial .self-pub h3 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 21px;
  padding: 14px 0;
}

.testmonial .self-pub {
  height: 460px;
  border-radius: 10px;
}

.testmonial .self-pub .date {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.testmonial .self-pub p {
  overflow: auto;
  height: 200px;
  padding: 5px 5px 5px 0;
  font-size: 14.5px;
}

.testmonial .self-pub p::-webkit-scrollbar {
  width: 5px;
}

.testmonial .self-pub p::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #6a757d;
}

.testmonial .self-pub p::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 6px;
}

.self-pub {
  padding: 40px;
  background: #fff;
  border-bottom: 3px solid #00A6CC;
  box-shadow: 1px 1px 5px #ccc;
  cursor: pointer;
}

.self-pub h3 {
  padding: 10px 0;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
}

.self-pub .author .auth-img {
  background: #89959f;
  display: inline-block;
  padding: 6px 13px;
  border-radius: 40px;
}

.self-pub .author .auth-img span {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.self-pub .author .auth-bio {
  display: inline-block;
  padding-left: 8px;
}

.self-pub .author .auth-bio h6 {
  font-size: 15px;
  line-height: 8px;
}

.self-pub .author .auth-bio span {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #909090;
}

.self-pub .author {
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  display: flex;
  align-items: end;
}

.self-pub i.fas.fa-star {
  background: #00b67a;
  padding: 4px;
  font-size: 11px;
  color: #fff;
  margin: 0 -1px;
  cursor: pointer;
}

/* Testimonial */
.form-sec {
  background: #d61a31;
  padding: 60px 0;
  text-align: center;
  width: 90%;
  margin: auto;
  border-radius: 30px;
}

/* Frequenctly ASk Question*/
.faq-sec {
  position: relative;
}

.faq-sec img {
  position: absolute;
  left: -100px;
  bottom: -45px;
  width: 500px;
}

.faq-sec::before {
  content: "";
  background: url(../images/faq-left.webp) no-repeat 100%/ 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 200px;
  height: 300px;
  background-size: contain;
  opacity: 0.2;
  z-index: 1;
}

.faq-sec .card-header {
  background: none;
  border: none;
  outline: none !important;
  padding: 10px 0px;
}

.faq-sec .card-header a {
  display: block;
  font-size: 15px;
  color: #909090;
  font-weight: 500;
  padding: 6px 0px;
}

.faq-sec .card {
  border-radius: 10px;
  border: none;
  border-bottom: 1px solid #D3D3D3;
  box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, .2);
  line-height: 24px;
  padding: 0 15px;
  margin: 0 3px 15px;
  width: 100%;
  display: inline-block;
}

.faq-sec .card-body {
  padding: 0 25px 20px;
}

.faq-sec .card-header a.card-link.collapsed:after {
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  color: #7A1F2C;
  top: 20px;
}

.faq-sec .card-header a.card-link:after {
  content: "\f068";
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  color: #7A1F2C;
}

.faq-sec .card-body p {
  color: #1E1E1E;
  font-size: 14px;
}


/* End FQs */















.title {
  font-size: 20px;
  font-family: 'Roboto';
  color: #A7A7A7;
  font-weight: 500;
  padding-bottom: 10px;
}

.owl-dot.active span,
.owl-dot:hover span {
  background: #7A1F2C !important;
}

.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 210px;
  font-size: 35px;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -80px;
  font-size: 25px;
  bottom: 0;
  background: #7d7d7d82;
  border-radius: 40px;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  color: #747474;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -80px;
  bottom: 0px;
  background: #7d7d7d82;
  font-size: 25px;
  border-radius: 40px;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  color: #747474;
}

.inner-banner {
  background: url("../images/inner-b.webp") no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
}

.thoughts {
  background: #F4F4F4;
  padding: 60px 0;
}

.blog-content h2 {
  padding: 20px 0;
}

.blog-content h5,
.blog-content h3 {
  padding: 10px 0px;
}

.blog-content ul.menu li {
  color: #595959;
  list-style: disc;
  margin-left: 20px;
  padding: 5px 0;
  font-family: 'Roboto', sans-serif;
}

.blog-content ul.menu li.pl-5 {
  list-style: none;
}

/* Modal*/
.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {
  filter: brightness(0.4);
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  padding: 15% 0;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  /* Location of the box */
  left: 0;
  top: 0;
  max-width: 100%;
  /* Full width */
  height: 100vh;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 20%;
  border-radius: 20px;
}

.gallery {
  position: relative;
}

.gallery span {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
}

.gallery span.prevbtn {
  position: absolute;
  top: 45%;
  left: 10%;
  right: 0;
  width: 0;
}

.gallery span.nextbtn {
  position: absolute;
  top: 45%;
  right: 10%;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: -80px;
  right: 90px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 60px !important;
  font-weight: 200;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    max-width: 100%;
  }
}

/* End Modal */
.benefit img {
  border-radius: 100px 0 100px;
}

.social-icons li {
  display: inline-block;
  padding: 10px 10px 0 0;
}

.social-icons li a {
  font-size: 20px;
}

.social-icons li a i:hover {
  color: #7A1F2C !important;
}

section#testimonial {
  display: none;
}

.terms h2 {
  font-size: 25px;
  font-weight: 600;
  padding: 5px 0;
}

.blogs .pub-img {
  padding: 20px 0;
}

.blogs img {
  max-width: 100%;
  border-radius: 10px;
}

.blogs {
  text-align: center;
}

.blogs h6 {
  font-size: 18px;
  font-weight: 700;
}

.blogs-content h2,
.blogs-content p {
  padding: 5px 0;
}

.menu.list-item {
  list-style: disc;
  padding: 5px 10px;
}

.menu.list-item li::marker {
  color: #00A6CC !important;
  ;
}

.menu.list-item li a.active,
.menu.list-item li a:hover {
  color: #7A1F2C !important;
}

.sticker .num {
  position: absolute;
  left: 0;
  padding: 0px 10px;
  font-size: 26px;
  color: #D0D0D0;
}

.why-choose {
  background: #F0F0F0;
  z-index: 1;
}

.btn-black-border {
  border-color: #000;
  color: #000 !important;
}

.why-choose::after,
.portfolio::before {
  content: "";
  position: absolute;
  right: 290px;
  top: 30px;
  width: 450px;
  height: 400px;
  background: url('../images/world.webp') no-repeat;
  background-size: 100% 100%;
  transform: rotate(-12deg);
  z-index: -1;
}

.portfolio {
  background: #F0F0F0;
  padding: 80px 0;
}

.portfolio img {
  border-radius: 20px;
  height: 400px;
}

.portfolio .container {
  background: url('../images/port-box.webp') no-repeat 100% /100% 100%;
  padding: 30px;
}

.portfolio::before {
  z-index: 0;
  left: 520px;
  transform: rotate(0deg);
  top: 0;
  background-size: 80%;
}

.portfolio h2 {
  font-size: 80px;
  text-align: right;
  line-height: 80px;
}

.terms h4 {
  font-size: 22px;
  padding: 10px 0 10px 10px;
}

img.pl-2 {
  width: 100%;
  filter: brightness(10);
}