* {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  display: inline-block;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}

:root {
  --primary-color: #0096e6;
  --secondary-color: #ee8325;
}

body {
  font-family: "Raleway", sans-serif;
}

/*Back To Top Button*/

#myBtn {
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f47d36;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  border: none;
  outline: none;
  transition: all ease 0.3s;
  z-index: 999;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  right: 20px;
  bottom: 20px;
}

/* nav css */

/* .nav-section {
  padding: 15px 0px;
} */



.nav-section {
  padding: 12px 0;
}

.nav-section .logo {
  width: 20%;
}

.nav-section .logo img {
  width: 100%;
}

.new-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-links > li > a {
  font-size: 17px;
  font-weight: 600;
  color: #222222;
  padding: 0 20px;
}

.new-links > li > a {
  font-size: 17px;
  font-weight: 600;
  color: #222222;
  padding: 0 20px;
}

.new-links > li > .new-list {
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  color: #222222;
  padding: 0 20px;
}


.new-links .fa-caret-down {
  font-size: 15px !important;
  color: #222222 !important;
  vertical-align: baseline !important;
  margin-left: 6px !important;
}

.new-links .navbar-dropdown {
  position: relative;
}

.new-links .navbar-dropdown:hover .drop-down {
  visibility: visible;
  opacity: 1;
}

.navbar-dropdown .drop-down {
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  width: 316px;
  padding: 0px;
  text-align: left;
  position: absolute;
  top: 85px;
  background-color: #fff;
  border-bottom: 5px solid var(--secondary-color);
  transition: all 0.3s ease-in;
  border-top: none;
  border-right: none;
  border-left: none;
}

.navbar-dropdown .drop-down li a {
  width: 100%;
  height: 74px;
  position: relative;
  padding: 24px 40px 24px 45px;
  font-size: 16px;
  font-weight: 600;
  color: #191919;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid var(--primary-color);
}

.navbar-dropdown .drop-down li a .fa-chevron-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  color: var(--primary-color);
}

.navbar-dropdown .drop-down li a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.navbar-dropdown .drop-down li a:hover .fa-chevron-right {
  color: #fff;
}

.border_new {
  border: none !important;
  height: 95px !important;
}

.border_new .fa-chevron-right {
  top: 40% !important;
}

/* .cap::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border: 15px solid transparent;
  border-bottom-color: var(--secondary-color);
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  margin-left: -5px;
  visibility: hidden;
} */

.navbar-dropdown .drop-down li .cap:hover::before{
  visibility: visible;
}


.hamburger{
  display: none;
  background-color: transparent;
  border: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}

/* heading css */

.gbl_heading {
  font-size: 34px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 15px;
}
.line {
  position: relative;
  display: block;
  background-color: #283c5e;
  width: 250px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
}
.div {
  position: absolute;
  display: block;
  background-color: #ee8325;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 12px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.para {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  color: #283c5e;
  margin-bottom: 46px;
  width: 67%;
  line-height: 24px;
}

/* banner css */

.banner-txt {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-heading {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.5);
  margin-bottom: 27px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.banner-para {
  width: 71%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

.gbl_btn {
  display: flex;
}

.btn_right {
  text-align: center;
  display: inline-block;
  width: 162px;
  padding: 12px 7px;
  background-color: #ee8325;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.btn_left {
  width: 55px;
  text-align: center;
  display: inline-block;
  padding: 12px 7px;
  color: #fff;
  background-color: #283c5e;
  font-size: 16px;
}

.pop .gbl_btn {
  display: inline-flex;
  width: 172px;
  height: 35px;
  position: absolute;
  transform: rotate(270deg);
  right: -68px;
  top: 32%;
}

.pop .btn_right {
  font-size: 12px;
  padding: 8px 7px;
}

.pop .btn_left {
  font-size: 18px;
  padding: 6px 7px;
}

.new-modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.new-content {
  width: 840px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-left {
  width: 40%;
  background-color: #ffffff;
  padding: 51px 37px 51px 28px;
  text-align: justify;
}

.modal-left h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: var(--secondary-color);
  margin-bottom: 37px;
}

.modal-right {
  position: relative;
  width: 60%;
  background-color: var(--primary-color);
  padding: 51px 28px 51px 58px;
}

.modal-left ul li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #191919;
  margin-bottom: 10px;
  border-bottom: 1px dashed #000000;
  line-height: 47px;
}

.modal-left p {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin-top: 44px;
}

.close-button {
  right: 20px;
  top: 20px;
  position: absolute;
  color: #ffffff;
  font-size: 25px;
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
}

.modal-right h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 28px;
}

.day {
  display: inline-block;
  width: 50%;
  /* margin-right: 25px; */
}

.time {
  width: 50%;
  display: inline-block;
  margin-left: auto;
}

.input-div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.input-div input {
  width: 45%;
  font-size: 13px;
  height: 38px;
  background-color: #ffffff;
  padding: 9px 13px 9px 13px;
  border: none;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #191919;
}

.input-div input:focus {
  outline: none;
}

.input-div input[type="date"] {
  padding: 9px 10px 9px 13px;
}

.modal-right form textarea {
  font-size: 14px;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  padding: 9px 200px 59px 13px;
  border: none;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #191919;
  margin-bottom: 27px;
}

.modal-right form textarea:focus {
  outline: none;
}

.modal-right .gbl_btn {
  display: inline-flex;
  width: 172px;
  height: 35px;
  position: static;
  transform: none;
  border: none;
}

.modal-right .btn_right {
  font-size: 12px;
  padding: 11px 7px;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.icon_2 {
  width: 11%;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
}

.icon_2 img {
  width: 100%;
}

/* complex css */

.complex {
  text-align: center;
  margin-bottom: 100px;
}

.complex .para {
  width: 66%;
  margin-bottom: 0px;
}

.com-img {
  width: 75%;
  margin: 45px auto 65px auto;
}

.com-img span {
  display: block;
}

.com-img span img {
  width: 100%;
}

.complex p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #444444;
  line-height: 25px;
  margin-bottom: 0px;
  text-align: left;
}

.complex h4 {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: var(--secondary-color);
  letter-spacing: 0.5px;
  margin-top: 64px;
  position: relative;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.complex h4::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--secondary-color);
  top: 53%;
  transform: translateY(-50%);
  left: 25%;
}

.list-new {
  text-align: left;
  width: 30%;
  margin: 20px 0 0 16px;
}

.list-new li {
  margin-bottom: 5px;
  color: #444444;
  list-style-type: circle;
}

.font {
  font-family: "Yeseva One";
  color: var(--primary-color);
  font-size: 34px;
}
.color {
  color: var(--primary-color);
  font-weight: 600;
}

/* footer css */

.footer {
  padding: 25px 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-one {
  width: 20%;
  padding: 10px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 80%;
}

.footer-one p {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 25px;
  margin-bottom: 20px;
}

.footer-icon {
  width: 40px;
  height: 35px;
  font-size: 15px;
  background-color: #283c5e;
  color: #fff;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  margin-right: 13px;
}

.footer-list li a {
  display: flex;
  align-items: center;
}

.txt {
  width: 81%;
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  line-height: 19px;
}

.footer-list li {
  margin-bottom: 20px;
}

.anchor {
  font-size: 21px !important;
  font-family: "Playfair Display", serif;
}

.icon-parent {
  display: flex;
  justify-content: flex-start;
  margin-top: 31px;
}

.new-icon {
  width: 40px;
  height: 40px;
  font-size: 15px;
  background-color: var(--primary-color);
  color: #fff;
  display: inline-block;
  line-height: 41px;
  text-align: center;
  margin-right: 13px;
}

.footer-two {
  width: 50%;
  padding: 10px;
  margin-top: 8%;
  display: flex;
  justify-content: space-between;
}

.footer-two ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
}

.footer-two ul li a:hover {
  text-decoration: underline;
}

.footer-two ul li {
  margin-bottom: 12px;
}
.footer-two ul li a svg {
  color: var(--secondary-color);
  margin-right: 10px;
}

.fb-badge {
  width: 20%;
}

.fb-badge iframe {
  width: 100%;
  height: 100%;
}

.copyright {
  background-color: var(--secondary-color);
  padding: 15px 0px;
  text-align: center;
}

.copyright p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.copyright p svg {
  color: #fd584c;
  margin: 0 5px;
}

.floating-wp {
  position: fixed;
  bottom: 132px;
  left: 54px;
  width: 100px;
  height: 100px;

  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #f47d36;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #f47d36;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.new-para {
  width: 97% !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #191919 !important;
  letter-spacing: 0.5px !important;
  line-height: 24px !important;
  margin-top: 30px !important;
}
