@font-face {
  font-family: "Raleway-Regular";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway-Bold";
  src: url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway-SemiBold";
  src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "f1";
  src: url("../fonts/Raleway-Regular.ttf");
}

@font-face {
  font-family: "f2";
  src: url("../fonts/Raleway-SemiBold.ttf");
}

@font-face {
  font-family: "f3";
  src: url("../fonts/Raleway-Bold.ttf");
}

@font-face {
  font-family: "f4";
  src: url("../fonts/Raleway-ExtraBold.ttf");
}

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Raleway-SemiBold !important;";
}
a {
  color: #000;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: "Raleway-SemiBold";
}

/*a:hover{
	color: #e27c28;
}*/
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: "Raleway-Regular";
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
  color: #505050;
  text-align: left;
}

.font-RSemiBold {
  font-family: "Raleway-SemiBold";
}

.font-RBold {
  font-family: "Raleway-Bold";
}

.font-R {
  font-family: "Raleway-Regular";
}

.font-Lato {
  font-family: "Lato-Regular";
}

.fs36 {
  font-size: 1.875rem;
  line-height: 1.067em;
}

/*30px*/
.fs34 {
  font-size: 28px;
  line-height: 1.3em;
}

.fs30 {
  font-size: 1.5rem;
  line-height: 1.083em;
}

/*24px*/
.fs28 {
  font-size: 1.375rem;
  line-height: 1.364em;
}

/*22px*/
.fs26 {
  font-size: 1.25rem !important;
  line-height: 0.8;
}

/*20px*/
.fs22 {
  font-size: 14px;
  line-height: 18px;
}

.fs18 {
  font-size: 12px;
  line-height: 25px;
}

.fs17 {
  font-size: 17px;
  line-height: 25px;
}

h1 {
  font-size: 3rem;
  line-height: 1.042em;
}

/*48px*/
.h2,
h2 {
  font-size: 2.75rem;
  line-height: 1.045em;
}

/*44px*/
.h3,
h3 {
  font-size: 2.125rem;
  line-height: 1.056em;
}

/*36px*/

.bg1 {
  background: #fffef1;
}

.bg2 {
  background: #faf3ea;
}

.bg3 {
  background: #e8272d;
}

.bg4 {
  background: #555555;
}

.bg5 {
  background: #e8272d;
}

.bg6 {
  background: #faf3e9;
}

.nav-link {
  color: #fff;
  border-bottom: 2px solid transparent;
}

.nav .active,
.nav .nav-link:hover {
  color: #e8272d;
  border-bottom: 2px solid #e8272d;
}

.btn1 {
  background: linear-gradient(to right, black 50%, #e8272d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.2s ease-out;
  padding: 15px;
}

.btn1:hover {
  background-position: left bottom;
  color: #fff;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 18px;
  margin-left: 10px;
  background-color: #a0a0a0;
}

#carouselExampleDark .carousel-indicators button.active {
  background-color: #4d4e4e;
}

.carousel-indicators button.active {
  background-color: #ff0000;
}

.carousel-indicators button {
  background-color: #d0d0d0;
}

#footer .nav-link {
  padding: 15px;
}

#footer .nav-link:hover {
  padding: 15px;
  background: #e8272d;
  color: #fff;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #e8272d;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-family: "Raleway-Bold";
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  font-family: "Raleway";
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 45px;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 45px;
  font-size: 60px;
  color: #fff;
  font-weight: 600;
}

.menu-icon div {
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

.icon-1 {
  width: 60px;
}

.icon-2 {
  width: 35px;
}

.menu-icon:hover .icon-1 {
  width: 35px;
  transition: all 0.6s ease-in-out;
}

.menu-icon:hover .icon-2 {
  width: 60px;
  transition: all 0.6s ease-in-out;
}

/*form and button*/
.form-control:focus {
  background-color: #dc3545;
  box-shadow: none;
  border-color: #fff;
}

.form-control::placeholder {
  color: #fff;
}

.btn2 {
  background: linear-gradient(to right, white 50%, black 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.2s ease-out;
}

.btn2:hover {
  background-position: left bottom;
  color: #000;
}

.bg6 {
  background-color: #fd7c2c;
}

/*mobile*/
@media screen and (max-width: 676px) {
  .btn2 {
    width: 210px !important;
  }

  .home-content {
    padding-top: 0px !important;
  }

  .home-nav {
    top: 20px !important;
    padding-left: 30px !important;
  }

  .home-content .btn1 {
    padding: 10px;
    font-size: 17px;
  }

  #carouselExampleMobile {
    padding: 0px;
  }

  .slide-item {
    height: 410px !important;
  }

  .footer-img {
    float: none !important;
  }
}

/*ipad*/
@media screen and (max-width: 768px) {
  .home-content {
    padding-top: 0px !important;
  }

  .slide-item {
    height: 470px;
  }

  /* .back-banner-img {
    height: 700px !important;
  } */

  .home-header {
    right: -100%;
    top: 30px !important;
    transition: 0.2s all linear;
    width: 330px !important;
    background: #000;
    z-index: 111;
  }

  .home-header a {
    font-size: 14px !important;
    padding: 2px 9px !important;
    width: 100% !important;
  }

  .banner-content {
    width: 300px !important;
  }

  .banner-content1 {
    bottom: 0 !important;
  }

  .banner-content p {
    font-size: 15px !important;
    margin: 0 5px !important;
    line-height: 23px;
  }

  .banner-content h3 {
    font-size: 23px !important;
  }

  .banner-content h5 {
    font-size: 16px !important;
  }

  .home-testi {
    margin-top: 16px !important;
  }

  .home-testi p {
    margin: 0 !important;
    font-size: 14px !important;
    padding: 8px 30px 10px !important;
  }

  .home-testi h3 {
    font-size: 30px !important;
    text-align: center;
  }

  .home-testi h5 {
    font-size: 16px !important;
  }

  .home-testi h6 {
    font-size: 14px !important;
  }

  .left-quote {
    top: 10px !important;
  }

  .back-banner-img img {
    animation: rotateBanner 0.3s 1s ease-in-out;
    width: auto;
    height: 100%;
  }

  .banner-btm p {
    font-size: 15px !important;
    margin: 0 5px 20px !important;
    line-height: 23px;
  }

  .banner-btm h3 {
    font-size: 19px !important;
  }

  .banner-btm h5 {
    font-size: 16px !important;
  }

  .img-bann {
    margin: auto;
  }

  .img-bann {
    width: 50%;
  }

  .content-banner {
    width: 50%;
  }

  .content-banner {
    width: 80% !important;
    margin: auto;
  }

  .bann-btn {
    font-size: 13px !important;
    padding: 2px 8px !important;
    margin-top: 10px !important;
    margin-bottom: 10px;
  }

  .home-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px !important;
    z-index: 1;
  }

  .home-logo img {
    width: 80% !important;
  }
}

/*ipad pro*/
@media screen and (min-width: 1200px) {
  .home-logo {
    width: 70% !important;
  }
}

@media screen and (min-width: 768px) {
  .home-header {
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .home-content {
    padding-top: 20px !important;
  }

  /*	.carousel-item .font-R.fs26.lh-sm.position-relative.text-black{
		width: 230% !important;
	}*/
}

.home-content {
  padding-top: 165px;
}

svg#Layer_1 {
  border-radius: 50%;
}

#circle-col {
  fill: #646464;
  padding: 10px;
}

#circle-col:hover {
  fill: #e8272d;
}

svg {
  cursor: pointer;
}

.footer-img {
  float: left;
}

/* Hide scrollbar for Chrome, Safari and Opera */
/*html::-webkit-scrollbar {
    display: none;
}*/

/* Hide scrollbar for IE, Edge and Firefox */
/*html {
  -ms-overflow-style: none;  /* IE and Edge */
/*scrollbar-width: none;  /* Firefox */
/*/

/*home-start*/
/* .home-logo {
  width: 40%;
  background: #fff;
} */
/* 
.home-logo img {
  width: 140px;
  margin: 20px auto;
  display: flex;
} */

.back-banner-img {
  height: 100vh;
  overflow: hidden;
}

.back-banner-img img {
  animation: rotateBanner 0.3s 2s ease-in-out;
  width: 100%;
}

@keyframes rotateBanner {
  from {
    transform: rotateZ(90deg) scale(2, 2);
    width: auto;
  }

  to {
    transform: rotateZ(0deg) scale(1, 1);
    width: 100%;
  }
}

.home-header {
  margin-top: 20px;
  position: absolute;
  top: 0;
}

.home-header p {
  margin-bottom: 0;
}

.home-header a {
  font-family: "f3";
  font-size: 14px;
  padding: 10px 10px;
  color: #fff;
  display: inherit;
}

.overflow-banner {
  position: absolute;
  left: 0;
  top: 0;
}

.banner-content1 {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}

.banner-content {
  margin-top: 35px;
  width: 750px;
  color: #fff;
}

.banner-content h3 {
  font-family: "f4";
  font-size: 34px;
  /* text-wrap: nowrap; */
}
.banner-content p::first-line {
  text-wrap: nowrap;
}
.banner-content h5 {
  font-family: "f3";
  font-size: 22px;
}
.req-btn {
  background-color: #000;
  display: block;
}
.req-btn:hover {
  background-color: #000;
}
.banner-content p {
  font-family: "f2";
  font-size: 18px;
  margin: 20px 0;
}
.menu-bar {
  width: 40px;
  height: 31px;
  background: #e8262c;
  border: 1px solid #532525;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.menu-bar .menu-ic {
  height: 3px;
  background: #fff;
  border: 1px solid #e8262c;
  border-radius: 5px;
  margin: 2px 5px;
}

.menu-bar .menu-ic:nth-child(1) {
  width: 28px;
}

.menu-bar .menu-ic:nth-child(2) {
  width: 20px;
}

.menu-bar .menu-ic:nth-child(3) {
  width: 10px;
}

.banner-btm {
  background: #faf3e9;
  color: #000;
}

.banner-btm .carousel-indicators {
  margin-bottom: 10px;
}

.banner-btm .carousel-indicators button {
  margin: 10px 5px;
  width: 12px;
  height: 12px;
}

/* .banner-btm .carousel {
  padding: 20px 0 40px;
} */

.banner-btm h3 {
  font-family: "f4";
  font-size: 30px;
  margin-bottom: 20px;
}

.banner-btm h5 {
  font-family: "f1";
  font-size: 24px;
}

.banner-btm p {
  font-family: "f2";
  font-size: 20px;
  margin: 20px 0;
}

.img-bann img {
  width: 80%;
  margin: auto;
}

.img-bann {
  width: 50%;
}

.content-banner {
  width: 40%;
}

.home-testi {
  margin-top: 30px;
  color: #000;
}

.home-testi h3 {
  font-family: "f4";
  font-size: 24px;
}

.home-testi h5 {
  font-family: "f3";
  font-size: 18px;
}

.home-testi h6 {
  font-family: "f2";
  font-size: 18px;
}

.home-testi p {
  font-family: "f2";
  font-size: 20px;
  margin: 20px 0 0;
  line-height: 40px;
  text-align: justify;
  padding: 20px 30px;
  position: relative;
}

/* .home-testi p::after {
  content: "a";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  width: 100px;
  height: 10px;
} */
.by-name {
  padding: 0px 30px;
}

.home-testi .carousel-indicators {
  margin-bottom: 0px;
}

.home-testi .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #e8262c;
}

.home-testi .carousel-indicators button {
  margin: 10px 5px;
  width: 12px;
  height: 12px;
}

.left-quote {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 22px;
}

.right-quote {
  width: 22px;
}

.home-testi .carousel {
  padding: 0px 0 40px;
}

.bann-btn {
  font-size: 16px;
  color: #fff;
  background: #e8262c;
  padding: 5px 10px;
  border: 0;
  margin-right: 10px;
  display: inline-block;
}

.bann-btn:hover {
  background: #000;
}

/*home-end*/

.banner_section {
  background: #000;
  height: 70vh;
  padding: 20px;
  position: relative;
}
.banner_section h1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "f4";
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.imp_content {
  color: #000;
}

.imp_content h1 {
  font-family: "f4";
  font-size: 30px;
  margin-bottom: 20px;
}

.imp_content p {
  font-size: 15px;
  text-align: justify;
  font-family: "f2";
  margin-bottom: 20px;
}
.imp_content h2 {
  font-family: "f4";
  font-size: 25px;
  margin-bottom: 20px;
}
.imp_content h6 {
  font-family: "f4";
  font-size: 20px;
  margin-bottom: 20px;
}
.imp_content ul {
  margin-bottom: 20px;
}
.imp_content li {
  font-size: 14px;
  font-family: "f2";
  margin-bottom: 10px;
}

.red-slide {
  background-color: #ef403d;
}

.red-slide .content-banner h3,
.red-slide .content-banner h5,
.red-slide .content-banner p {
  color: #fff;
}
.banner-btm.red-bg {
  background-color: #ef403d;
}

.banner-btm.red-bg .content-banner h3,
.banner-btm.red-bg .content-banner h5,
.banner-btm.red-bg .content-banner p {
  color: #fff;
}
.banner-btm {
  transition: background-color 0.2s ease; /* optional smoothness */
}

.red-bg,
.top-btn {
  background-color: #ef403d;
}
.navigation-btn {
  display: block;
}

.banner-content h2 {
  font-size: 40px;
  font-weight: bolder;
}

.banner-content p {
  font-size: 26px;
}

.top-btn:hover {
  background-color: #ef403d;
  color: #fff;
}

.top-btn-amass {
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
  .navigation-btn {
    display: none !important;
  }

  .banner-content h2 {
    font-size: 20px !important;
    font-weight: bolder !important;
  }

  .banner-content p {
    font-size: 14px !important;
  }
  .back-banner-img {
    background: none !important;
  }
  .top-btn-amass {
    white-space: normal !important;
  }

  .req-btn {
    display: flex;
  }
}

.menu-nav a {
  font-size: 14px;
}
/* Tablet */
/* @media (max-width: 768px) {
  .menu-nav a {
    font-size: 14px;
  }
} */
@media (min-width: 1900px) {
  .menu-nav a {
    font-size: 18px;
  }
}
.top-btn sup {
  top: -1em;
}

/* Desktop default */
.desktop-btn {
  display: inline-block;
}
.mobile-btn {
  display: none;
}

/* Mobile override */
@media screen and (max-width: 768px) {
  .desktop-btn {
    display: none !important;
  }
  .mobile-btn {
    display: inline-block !important;
  }
  .check-req {
    margin-top: 3rem !important;
    margin-bottom: 1rem !important
  }
}
 .check-req {
    margin-top: 0 !important;
    margin-bottom: 0 !important

  }