@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  font-family: "Montserrat", serif;
  word-break: break-word;
  color: #272727;
  overflow-x: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  background: #f3f0e7;
}

a {
  text-decoration: none;
  color: inherit;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #010080;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "trajan";
  src: url("../fonts/Trajan-Pro-3-Regular.otf") format("opentype");
  font-style: normal;
}

/***** Custom Classes *****/

/* general btn css start  */

.p-btn {
  background-color: #010080;
  border-radius: 45px;
  padding: 2px 7px 2px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
  height: 50px;
  box-shadow: -7px 6px 20px 0px #5555555e;
  transition: 0.2s;
}

.p-btn img {
  width: auto;
  transition: 0.6s;
}

.p-btn:hover {
  background-color: #000 !important;
  color: #fff;
}

.p-btn span.btn-text {
  color: #fff;
  font-size: 14px;
  font-family: "trajan";
  letter-spacing: 0;
  line-height: 18px;
  display: inline-block;
  transition: 0.3s;
  position: relative;
  top: 2px;
}

.sitBtn {
  display: inline-block;
}

/* general btn css end */

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  font-family: "trajan";
}

h1 {
  font-size: 52px;
  line-height: 70px;
}

h2 {
  font-size: 40px;
  line-height: 55px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 20px;
  line-height: 25px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  font-family: "Montserrat", serif;
  word-break: break-word;
  color: #272727;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}
/***** Custom Classes End *****/

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
  justify-content: center;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  display: inline-block;
  text-decoration: none;
  color: #272727;
  text-transform: uppercase;
  font-weight: 500;
  height: 100%;
  font-size: 14px;
  padding: 40px 10px 30px;
  position: relative;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  text-decoration: underline;
  transform: translate(0px, -3px);
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* Custome Header  Css Start  */

header .menuSec ul li.active a:hover {
  text-decoration: unset !important;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
  overflow: hidden;
  border-bottom: 1px solid #bdc3bb;
}

header .menuSec .row {
  align-items: center;
}

.menuSec .quote {
  display: flex;
  justify-content: flex-end;
  /* margin-right: 70px; */
  gap: 15px;
}

.p-btn:hover span {
  color: #fff;
}

/* Custome Header  Css End */

.maxWidth {
  width: 1480px;
}

section.banner {
  position: relative;
  overflow: hidden;
}

.p-btn span.btn-img {
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
}

.p-btn span.btn-img img {
  display: inline-block;
  transition: 0.3s;
}

/* banner Start  */

.banerWrap {
  position: relative;
  padding: 280px 0px 180px;
  background: #00007e;
}

.banerWrap:before {
  position: absolute;
  content: "";
  width: 71%;
  left: 0;
  top: 6px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 98%;
  background-image: url(../images/banner-img-bg.jpg);
}

.banner_text {
  position: relative;
  margin-bottom: 30px;
  margin: 0 126px 0px 230px;
}

.banner_text h1 {
  position: relative;
  color: #383838;
  margin: 0px;
  font-size: 62px;
  text-align: center;
  line-height: 73px;
}

.banner_text h1 span {
  color: #010080;
}

.banner_text .heaertxt {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.banner_text .heaertxt:before {
position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    background: #00007e;
    bottom: -1px;
    z-index: 999;
}

.banner_text p.para1 {
  width: 95%;
  margin-bottom: 26px;
  line-height: 29px;
  opacity: 80%;
  font-size: 16px;
  text-align: center;
}

.banner_text .banerLinks {
  gap: 34px;
  justify-content: center;
}

.banner_text .banerLinks .headphone {
  gap: 14px;
}

.headphone .headtxt {
  font-family: "trajan";
}

.headphone .headtxt h5 {
  font-size: 22px;
  line-height: 30px;
}

header .p-btn {
  border: 1px solid #fff;
}

ul.social {
  gap: 20px;
  margin: 0px;
}

ul.social li a {
  width: 40px;
  height: 40px;
  border: 1px solid #7c7cb6;
  color: #7c7cb6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
  z-index: 12;
  position: relative;
  background: #00007e;
}

.sociallink {
  position: absolute;
  right: 40px;
  top: 107px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
}

.sociallink ul.social.d-flex {
  flex-direction: column;
  position: relative;
}

.sociallink h6 {
  writing-mode: sideways-rl;
  color: #fff;
  margin: 0px;
  font-family: "trajan";
  background: #00007e;
  position: relative;
  padding-top: 20px;
  font-size: 13px;
  line-height: 20px;
}

.sociallink:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  background: #bdc3bb;
  opacity: 40%;
}

ul.social li a:hover {
  background: #fff;
}

/* Banner Dots  */

section.banner ul.slick-dots {
  display: flex;
  align-items: center;
  gap: 28px;
  bottom: -150px;
  left: 37px;
}

section.banner .reviewsSlider {
  padding-bottom: 40px;
}

section.banner ul.slick-dots li button:before {
  display: none;
}

section.banner .slick-dots li {
  width: 8px;
  height: 8px;
  background: #c4c1bc;
  opacity: 1;
  border-radius: 45px;
  transition: 0.4s;
}

section.banner .slick-dots li:hover {
  transform: scale(1.5);
  filter: drop-shadow(2px 1px 6px #fdb056);
}

section.banner .slick-dots li.slick-active {
  background: #010080;
  filter: drop-shadow(2px 1px 6px #fdb056);
  outline: 2px solid #010080;
  outline-offset: 8px;
  width: 10px;
  height: 10px;
}

section.banner .bannerImg img {
  position: absolute;
  bottom: 0;
  right: 77px;
  height: 710px;
  filter: drop-shadow(112px 34px 55px #1d143f);
}

.banner_text .heaertxt:after {
  position: absolute;
}

.banneSlider {
  position: relative;
}

.banner_text .heaertxt:after {
    position: absolute;
    content: "";
    width: 96%;
    left: 0;
    bottom: 0;
    background: #bdc3bb;
    height: 1px;
}

/* banner END */

/* About us css start  */

section.about {
  position: relative;
  padding: 100px 0;
  background: #f3f0e9;
}

section.about .abtext {
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
}

section.about .abtext p {
  opacity: 50%;
  line-height: 26px;
}

section.about .ab-img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-right: 20px;
  padding: 18px;
  background: #d8d6dd;
  border-radius: 4px;
}

section.about .ab-img img.img-fluid {
  position: relative;
  transition: 0.9s;
  height: 540px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

section.about .ab-img img.img-fluid:hover {
  transform: scale(1.1);
}

section.about .wraper {
  position: relative;
  width: 90%;
  margin: 0px auto;
}

.abt-div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 28px 0px 32px;
  width: 9;
}

section.about .abtext h3 {
  color: #010080;
  margin: 28px 0px 20px;
}

.abt-div h6 {
  margin: 0;
  font-family: "trajan";
}

section.about .abtext .abt-div p {
  font-size: 12px;
  line-height: 21px;
}

.abt-div .abt-i {
  position: relative;
}

.abt-div .abt-text {
  position: relative;
  padding-left: 20px;
}

.abt-div .abt-text:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 90%;
  top: 3px;
  left: 0;
  background: #c8c6c0;
}

/* About us css end  */

/* Mission Section Start  */

section.mision {
  position: relative;
}

section.mision .missionWrap {
  margin: 0px auto;
  padding: 0 90px;
  border-radius: 6px;
  position: relative;
}

section.mision .aad-padding {
  padding: 30px 80px;
}

.headingtext {
  position: relative;
  margin-bottom: 40px;
}

.headingtext h2 {
  margin-bottom: 10px;
}

.headingtext p {
  width: 93%;
  margin: 0px auto;
  opacity: 50%;
}

.ms-card {
  position: relative;
  transition: all 0.3s;
  padding-bottom: 34px;
  z-index: 1;
}

.ms-card img.ms-cardBg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  opacity: 0;
  transition: 0.4s;
  border-radius: 3px;
}

.ms-card .card-img {
  position: relative;
  margin-bottom: 24px;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 8px;
}

.ms-card .card-text {
  position: relative;
  padding: 10px 18px;
}

.ms-card .card-text p {
  font-size: 12px;
  line-height: 23px;
  opacity: 60%;
  margin-bottom: 10px;
}

.ms-card .card-text h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ms-card .cardBtmtext {
  position: relative;
  transition: 0.4s;
  opacity: 0;
  padding: 0px 18px 0px;
}

.ms-card .cardBtmtext p {
  font-size: 13px;
  opacity: 40%;
  margin-bottom: 10px;
  line-height: 24px;
}

.ms-card .cardBtmtext .siteBtn {
  width: 88%;
  margin: 0px auto;
}

.ms-card .cardBtmtext .siteBtn a {
  width: 100%;
  background: #1a1919;
}

.ms-card .card-img img.img-fluid {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

section.mision .missionWrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 92%;
  top: 0;
  margin: 0px auto;
  background: #f3f0e9;
  left: 0;
  right: 0;
}

.ms-card:hover img.ms-cardBg {
  opacity: 1;
}

.ms-card:hover .card-img {
  opacity: 0;
}

.ms-card:hover .cardBtmtext {
  opacity: 1;
}

.ms-card:hover .card-text h4 {
  color: #fff;
}

.ms-card:hover .card-text p {
  color: #fff;
  opacity: 1;
}

.ms-card:hover .cardBtmtext p {
  color: #fff;
  opacity: 1;
}

.ms-card .cardBtmtext .sitBtn .p-btn {
  border: 1px solid #fff;
}

/* Mission Section End */

section.guide {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}

img.guide-bg-img {
  height: 520px;
  width: 100%;
  object-fit: fill;
}

section.guide .guidetext {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 60px;
}

section.guide .guideWrap {
  position: relative;
}

.supText {
  position: relative;
}

.supText h2 {
  color: #fff;
  margin: 0;
}

.supText p {
  color: #fff;
  font-size: 13px;
  opacity: 60%;
}

.supText ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px;
  margin: 24px 0px 24px 38px;
}

.supText ol li span {
  color: #fff;
  font-family: "trajan";
  font-size: 18px;
  line-height: 30px;
}

.supText ol li {
  list-style: decimal-leading-zero;
  color: #fff;
  font-size: 20px;
  font-family: "trajan";
  opacity: 80%;
}

.supText .p-btn {
  border: 1px solid #fff;
}

.sectionsWraper {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  background: #f3f0e9;
}

.sectionsWraper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  top: 23%;
  background-image: url(../images/service-guide-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* ================= */

/* Choose Section Start  */

.choseTxt p {
  line-height: 25px;
  opacity: 70%;
}

.choseTxt {
  position: relative;
}

.choseTxt ul.rightLIsting {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.choseTxt ul.rightLIsting li {
  display: flex;
  gap: 18px;
}

.choseTxt ul.rightLIsting li h6 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  opacity: 80%;
  font-family: "trajan";
}

.choseTxt ul.rightLIsting li span {
  opacity: 60%;
  display: inline-block;
  line-height: 24px;
}

.choseTxt ul.rightLIsting .icon-i {
  display: inline-block;
}

.choseTxt ul.rightLIsting .icon-i i {
  width: 30px;
  height: 30px;
  background: #dad8de;
  color: #010080;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
}

section.choose {
  position: relative;
  padding: 100px 0;
  background: #f3f0e7;
}

section.choose .wraper {
  width: 90%;
  margin: 0px auto;
}

.choseImg {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-left: 30px;
  padding: 18px;
  background: #d8d6dd;
  border-radius: 4px;
}

.choseImg img.img-fluid {
  position: relative;
  transition: 0.2s;
  height: 540px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.choseImg img.img-fluid:hover {
  filter: brightness(0.6);
  transform: scale(1.1);
}

/* Choose Section End */

/* Stories st  */

section.story .storyBox {
  position: relative;
  margin-bottom: 32px;
}

section.story .storyBox img.storiesImg {
  height: 470px;
  width: 100%;
  object-fit: fill;
  border-radius: 8px;
  transition: 0.5s;
}

section.story .storyBox .story-detail {
  padding: 30px 10px 24px 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 1px #44444424;
  background: #010080;
  transition: 0.9s;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0%;
  transform: scale(0);
}

section.story .storyBox .story-detail *:not(i) {
  color: #fff;
}

section.story .storyBox .story-detail .headers {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

section.story .storyBox .story-detail .headers h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "trajan";
  margin: 0;
}

section.story .storyBox .story-detail .headers .ratingList {
  gap: 4px;
}

section.story .storyBox .story-detail .headers .ratingList i {
  color: #ff9600;
  transition: 0.3s;
}

.storyBox .story-detail .authImg {
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.storyBox .story-detail .authImg .authimg img {
  width: 63px;
}

.storyBox .story-detail .authImg .authdt {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.storyBox .story-detail .authImg .authdt h5 {
  margin: 0px;
  font-size: 20px;
  line-height: 20px;
  font-family: "blenderPro";
  text-transform: uppercase;
}

.storyBox .story-detail .authImg .authdt span {
  font-size: 13px;
  line-height: 20px;
  text-transform: lowercase;
}

section.story .storyBox .story-detail p {
  margin-bottom: 10px;
  line-height: 23px;
}

section.story .storyBox .viewName {
  position: absolute;
  bottom: 10px;
  transform: translate(0px, 56px);
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

section.story .storyBox .viewName h5 {
  font-size: 24px;
}

section.story .storyBox .viewName h4 {
  font-size: 20px;
  margin: 0px;
  color: #010080;
}

section.story .storyBox:hover .viewName {
  opacity: 0;
  transform: translate(0px, 0px);
}

section.story .storyBox:hover img.storiesImg {
  opacity: 0;
  transform: scale(0);
}

section.story .storyBox:hover .story-detail {
  opacity: 1;
  transform: unset;
}

section.story {
  background: #f3f0e7;
  padding-bottom: 100px;
}

section.story .headerElement {
  padding-bottom: 30px;
}

section.story .storyBox .viewName span {
  font-size: 13px;
  color: #010080;
  font-family: "trajan";
}

/* Stories ed */

/* Footer Start */

section.footer {
  background: #272727;
  padding: 30px 4% 40px;
}

section.footer p {
  color: #fff;
  opacity: 60%;
  margin-top: 18px;
  width: 92%;
  font-weight: 400;
}

ul.adrs-links li a {
  gap: 8px;
  display: flex;
  color: #aaacae;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  padding-bottom: 15px;
  transition: 0.7s ease-in-out;
  font-family: "Montserrat", sans-serif;
}

ul.adrs-links li a i {
  width: 30px;
  color: #fff;
  flex-shrink: 0;
  font-size: 20px;
  text-align: center;
}

li.boader a {
  border: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

ul.adrs-links {
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

ul.adrs-links li {
  line-height: 1.1;
  margin-bottom: 15px;
}

ul.adrs-links li a:hover {
  color: #fff;
  opacity: 1;
}

section.footer h2 {
  color: #fff;
  font-size: 22px;
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

section.footer h2::before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 75%;
  position: absolute;
  background-color: #3d3c3b;
}

section.footer h2::after {
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #fdfdfd;
  right: 25%;
  width: 50px;
}

.custom-col ul.linkList {
  columns: 2;
}

ul.linkList li a {
  font-size: 13px;
  transition: 0.5s;
  color: #fff;
  font-family: "Montserrat";
  text-transform: uppercase;
  opacity: 50%;
  font-weight: 400;
  display: inline-block;
  margin: 3px 0px;
}

ul.linkList li a i {
  color: #ffffff94;
}

form.footerForm input {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0;
  width: 100%;
  height: 55px;
  padding: 0 20px;
}

form.footerForm input::placeholder {
  text-transform: uppercase;
  color: #b9babb;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
}

ul.linkList li a:hover {
  color: #1853e6;
  margin-left: 20px;
}

.foot1 {
  padding: 0 0% 0 0;
  margin-top: 24px;
  position: relative;
}

.foot1 .w-100 {
  top: 0px;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
}

.foot1 h4 {
  color: #fff;
  margin-bottom: 5px;
}

.foot4 {
  padding: 30px 0% 0px 21px;
}

section.copyrite-txt {
  background: #272727;
  border-top: 1px solid #3d3d3d;
  padding: 20px 4%;
}

section.copyrite-txt p {
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
  font-family: "Montserrat";
  color: #fff;
  opacity: 50%;
  font-weight: 400;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  25% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

ul.adrs-links li a:hover i {
  animation: float 1s ease-in-out infinite;
  font-size: 20px;
}

.foot2 {
  padding-right: 0px;
  margin-top: 42px;
  position: relative;
}

form.footerForm button {
  border-radius: 0;
}

form.footerForm button:hover {
  color: #000;
}

form.footerForm button::before,
form.footerForm button::after {
  border-radius: 0;
}

ul.adrs-links li:first-child,
ul.adrs-links li:last-child {
  gap: 12px;
  display: flex;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  align-items: baseline;
  font-family: "Montserrat";
  transition: 0.7s ease-in-out;
}

form.footerForm button {
  background: #c7293d;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 35px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

button.btn:hover {
  background-color: #ffe1a8;
  border: 1px solid #ffe1a8;
}

ul.footer-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
  transition: ease-out;
  transition-duration: 0.5s;
  background-image: -webkit-linear-gradient(-3deg, #1853e6 0%, #1853e6);
  transition: 0.5s;
}

ul.footer-social li a:hover {
  transition: ease-in;
  transition-duration: 0.5s;
  background-image: -webkit-linear-gradient(
    -103deg,
    rgb(32, 120, 223) 0%,
    rgb(95, 191, 245) 100%
  );
  transition: 0.5s;
}

.social-icon ul {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
  margin-top: 10px;
  padding: 0 0 0 0%;
}

.social-icon h5 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Montserrat";
}

.quick-links-ft ul {
  column-count: 2;
  line-height: 35px;
}

ul.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.payment-card {
  float: inline-end;
}

section.copyrite-txt .row {
  align-items: center;
}

.social-icon ul li a:hover {
  background: #fff;
}

.foot2.custom-col {
  padding-left: 30px;
  margin-right: 30px;
  width: 50%;
  margin: 0 auto;
}

ul.linkList li a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

ul.adrs-links li a i {
  font-size: 15px;
}

section.footer .socialinks {
  position: relative;
  padding: 30px 0px 40px;
  margin-bottom: 30px;
  border-bottom: 2px solid #3d3d3d;
}

section.footer .socialinks h3 {
  color: #fff;
  font-size: 24px;
}

section.footer .socialinks ul {
  justify-content: flex-end;
}

section.footer .socialinks ul li a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

/*Footer End*/

/* News css Start  */

section.news ul.slick-dots {
  display: flex;
  align-items: center;
  gap: 14px;
  top: -88px;
  justify-content: flex-end;
  right: 50px;
  height: 30px;
}

section.news .slick-list {
  padding-bottom: 20px;
}

section.news .slick-dotted.slick-slider {
  margin: 0px;
}

section.news .slick-dots li button {
  margin: 0px;
  padding: 0;
  border: 0px;
  width: 0px;
}

section.news .slick-dots li button:before {
  display: none;
}

section.news .slick-dots li {
  width: 8px;
  height: 8px;
  background: #c8c8c8;
  border-radius: 45px;
}

section.news .slick-dots li.slick-active {
  opacity: 1 !important;
  background: #010080;
  outline: 1px solid #010080;
  outline-offset: 10px;
}

/* DOTTS END  */

section.news {
  position: relative;
  padding: 100px 0 80px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/news-bg.png);
}

section.news .newsSlider {
  padding: 0px;
  margin: 0px;
}

section.news .item {
  opacity: 1;
  margin: 0px 18px;
}

section.news .heading p {
  opacity: 40%;
  width: 90%;
  margin: unset;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 26px;
}

section.news .card {
  position: relative;
  border: 0px;
  overflow: hidden;
  transition: 0.2s;
  padding-bottom: 100px;
  background: transparent;
}

section.news .card .news-img {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

section.news .card .news-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  display: inline-block;
  transition: 0.2s;
}

section.news .card .news-txt {
  position: absolute;
  width: 80%;
  background: #010080;
  border-radius: 8px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0px auto;
  padding: 24px 24px;
  transition: 0.2s;
  opacity: 0;
  color: #fff;
  transform: translate(0px, -50px);
}

section.news .slick-current .card .news-txt {
  opacity: 1;
  transform: translate(0, 0);
}
section.news .card:hover .news-txt {
  transform: translate(0, 0);
  opacity: 1;
}

section.news .card .news-txt h5 {
  font-weight: 500;
  font-family: "trajan";
}

section.news .card .news-txt p {
  line-height: 24px;
  color: #fff;
  font-size: 13px;
  opacity: 60%;
  font-weight: 400;
  width: 90%;
}

section.news .card .news-txt ul.d-flex {
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  padding-top: 20px;
  border-top: 1px solid #99999961;
}

section.news .card:hover {
  transform: translate(0px, 8px);
}

section.news .card:hover .news-img img {
  filter: brightness(0.6);
}

.icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icons i {
  border: solid 1px #fff;
  border-radius: 40px;
  color: #fff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons p {
  margin: 0;
}

.alignlist {
  display: flex;
  gap: 10px;
  justify-content: end;
  text-align: end;
  margin-left: 0;
}

.heading {
  margin-bottom: 40px;
}

.user-admin .icons i {
  height: 45px;
  width: 45px;
}

.icons .user-admin i {
  width: 55px;
  height: 40px;
  display: flex;
  border-radius: 100px;
}

.icons .user-admin p {
  display: inline-block;
}

section.news .card .news-txt .icons .user-admin p {
  font-family: "trajan";
  color: #fff;
  opacity: 1;
  font-size: 16px;
  line-height: 34px;
}
/* News css End */

/* ================= */

/* Inner Banner  */

section.innerPage .innerWrap {
  padding: 300px 0px 220px;
}

section.innerPage .heaertxt {
  position: relative;
  margin-left: 20px;
}

.inner-pg-img img {
  position: absolute;
  bottom: 0;
  right: 209px;
  height: 470px;
  filter: drop-shadow(112px 34px 55px #1d143f);
}

section.innerPage .heaertxt h1 {
  position: relative;
  padding-bottom: 3px;
  margin: 0;
}

section.innerPage .heaertxt h1:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 3px;
  background: #00007e;
  bottom: 0px;
}

section.innerPage .heaertxt:before {
  position: absolute;
  content: "";
  width: 125%;
  left: 0;
  background: #bdc3bb;
  height: 1px;
  bottom: 0;
}

/* ================ Service Page ======= */

section.inner-servics {
  position: relative;
  padding: 100px 0 130px;
}

.srvs {
  position: relative;
  margin-bottom: 60px;
  transition: 0.2s;
}

.svs-img {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.svs-img img.img-fluid {
  height: 500px;
  width: 100%;
  display: inline-block;
  transition: 0.3s;
  filter: drop-shadow(2px 10px 16px #888);
}

.srvs .svstxt {
  text-align: center;
}

.srvs .svstxt h4 {
  font-size: 22px;
  line-height: 35px;
}

.srvs .svstxt p {
  color: #000;
  opacity: 50%;
  line-height: 24px;
}

.srvs .svstxt .sitBtn {
  display: inline-block;
  margin-top: 6px;
}

.srvs:hover {
  transform: translate(0px, -4px);
}

/* ================ Service Page ======= */

.foot2.customLink3 {
  width: 80%;
  margin: 39px auto 0;
}

/* service dt  */

section.servce-dt {
  padding: 100px 0;
}

.svs-img {
  position: relative;
  margin-bottom: 26px;
}

.svs-img img {
  filter: drop-shadow(2px 4px 26px #999);
}

section.servce-dt p {
  opacity: 70%;
}

/* service dt  */

/* Contact Us Start*/
.btn-theme.snd {
  padding: 2%;
}
section.contact-us {
  padding: 100px 0;
  background: #f3f0e9;
}

.cntct-head h4 {
  font-size: 50px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 30px;
  color: #000;
}

.contact-input {
  position: relative;
}

.contact-input::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 45px;
  top: 5px;
  right: 55px;
  background: url(../images/contact-input-bef.png) no-repeat;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.contact-input input {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px !important;
  padding: 0 80px 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #909091;
  font-family: "Montserrat";
}

.contact-input textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 12px 20px 12px 21px;
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3d;
  resize: none;
  background: transparent;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #000;
}

.contact-input i {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #010080;
  /* padding: 12px 16px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.send-btn {
  background-color: var(--golden);
  padding: 15px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  background: #0288d1;
  font-family: "Montserrat";
  border: none;
}

button.send-btn:hover {
  background: transparent;
  color: var(--golden);
  border: 1px solid var(--golden);
  transition: 0.5s all ease-in-out;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 34px 30px;
  border: 1px solid #c1c1c1;
  margin: 15px 0;
  transition: 0.8s all ease-in-out;
  background: #42603e;
  border-radius: 6px;
}

.cntct-info-icon {
  width: 55px;
  height: 55px;
  border: 1px solid var(--golden);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.8s all ease-in-out;
}

.cntct-info-icon i {
  font-size: 28px;
  transition: 0.8s all ease-in-out;
  border: 1px solid;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #8d88883b;
  color: #42603e;
}

.contact-info-item:hover i {
  transform: rotate(360deg);
  transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 1px;
  line-height: 35px;
}

.contact-info-item-details a,
.contact-info-item-details p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-family: "Montserrat";
}

.contact-input.selectbox select {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 80px 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat";
  z-index: 1;
  position: relative;
}

section.contact-us .rates button.theme1 {
  border: 0px;
}

section.contact-us .get-in-touch.cntct-head {
  padding-right: 30px;
}

.contact-input.selectbox:before {
  left: unset !important;
  right: 60px;
  transform: rotateY(156deg);
}

.contact-input.selectbox i.fa-solid.fa-angle-down {
  position: absolute;
  right: 21px;
  left: unset !important;
  top: 16px;
  cursor: pointer;
}

.contact-input.selectbox i.fa-solid.fa-angle-down::before {
  content: url(../images/down_chve.png);
}
.contact-input.textaryea:before {
  display: none;
}

.contact-input.textaryea textarea::placeholder {
  position: absolute;
  bottom: 20px;
}

section.contact-us .formWraper {
  width: 88%;
  margin: 0px auto;
}

section.contact-us .heading p {
  font-weight: 500;
  line-height: 26px;
  width: 60%;
  margin: 0px auto;
  opacity: 50%;
}

section.contact-map {
  position: relative;
  overflow: hidden;
}

section.contact-map iframe {
  width: 100%;
  margin-bottom: -7px;
}

section.contact-us.sec.withMap {
  padding: 60px 0px 80px;
}

section.contact-us h1 {
  font-size: 47px;
  line-height: 52px;
}

.contact-input.nostyle:before {
  display: none;
}

.contact-input.nostyle input {
  padding-left: 20px;
}

section.contact-us button.p-btn {
  border: 0px;
}

section.contact-us .sitBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.contact-input input::placeholder {
  color: #909091;
}

.contact-input textarea::placeholder {
  color: #909091;
}

/* Contact Us End */

/*Testimonials Start*/

.test-box.chg {
  margin-top: 0px;
  position: relative;
}

.slidr-rw.chg {
  margin-bottom: 20px;
  background: #fff;
}
.inner-testimonials-sec {
  padding: 100px 0;
}

.inner-testimonials-sec .sldr-img2 > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.inner-testimonials-heading {
  text-align: center;
  margin-bottom: 35px;
}
.inner-testimonials-heading p {
  width: 70%;
  margin: 0 auto;
  color: #b5b5b5;
  font-weight: 500;
}
.inner-testimonials-heading h2 {
  font-size: 85px;
  margin-bottom: 25px;
}

.test-box img {
  width: inherit;
  margin-bottom: 5%;
}

.test-box::before {
  content: "";
  position: absolute;
  background-image: url(../images/testi-before.png);
  width: 90px;
  height: 45px;
  background-repeat: no-repeat;
  left: 38%;
  top: 76px;
  background-size: 100% 100%;
}

.test-box ul li p {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  width: 100%;
  text-transform: uppercase;
  font-family: "trajan";
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin: 0px;
}

.test-box p {
  font-weight: 500;
  font-size: 13px;
  color: #8a8a8a;
  margin-bottom: 4%;
  line-height: 22px;
  font-style: italic;
}

.test-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px 0px;
}

.test-box ul i {
  color: #fb9500;
}

.reviewsBoxes {
  padding: 20px 20px 10px 0px;
  background: #fff;
}

.slidr-rw.chg .row {
  align-items: center;
}

.test-box ul li {
  font-size: 12px;
  color: #12121270;
}

/*Testimonials Ends*/

/* contact us page start  */

section.contactSec form {
  position: relative;
}

section.contactSec form input {
  width: 100%;
  margin-bottom: 30px;
  padding: 12px 0px;
  color: #fff;
  font-weight: 500;
  border: 0px;
  border-bottom: 2px solid #67676773;
  border-radius: 0px;
  font-size: 14px;
  background: transparent;
}

section.contactSec form textarea#message {
  transition: 0.6s;
  height: 120px;
  resize: unset;
  position: relative;
  width: 82%;
  margin-bottom: 20px;
  padding: 14px 0px;
  color: #fff;
  font-weight: 500;
  border: 0px;
  border-bottom: 2px solid #67676773;
  border-radius: 0px;
  background: transparent;
}

section.contactSec form textarea#message::placeholder {
  position: absolute;
  bottom: 30px;
}

section.contactSec form .brtns {
  display: block;
  position: absolute;
  right: 43px;
  bottom: 7px;
}

section.contactSec .collefts {
  position: relative;
  padding: 80px 50px;
  height: 100%;
  background: #1b1b1b;
  box-sizing: border-box;
  box-shadow: 0px 0px 14px 4px #4444441c;
  border-radius: 10px 0px 0px 10px;
}

section.contactSec .quick-links {
  background: #010080;
  padding: 80px 30px 80px 50px;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}

section.contactSec .quick-links h3 {
  color: #fff;
  position: relative;
}

section.contactSec .quick-links h3:before {
  position: absolute;
  height: 5px;
  bottom: 0;
  background: #29abe1;
  left: 4px;
}

section.contactSec .quick-links ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

section.contactSec .quick-links ul li {
  position: relative;
}

section.contactSec .quick-links ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
}

section.contactSec .quick-links ul li a span {
  color: #fff;
  text-transform: lowercase;
}

section.contactSec .wraper {
  position: relative;
  width: 84%;
  margin: 0px auto;
}

section.contactSec h3 {
  margin-bottom: 50px;
  color: #fff;
}

section.contactSec form .brtns button {
  padding: 0px;
  border: 0;
  background-color: transparent;
}

section.contactSec form .brtns button i {
  width: 55px;
  height: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #010080;
  border-radius: 5px;
  transition: 0.3s;
}

section.contactSec form select {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 0px;
  color: #fff;
  font-weight: 500;
  border: 0px;
  border-bottom: 2px solid #67676773;
  border-radius: 0px;
  font-size: 11px;
  text-transform: uppercase;
  background: transparent;
}

section.contactSec {
    position: relative;
    padding: 180px 0 100px;
}

section.contactSec h1 {
  color: #0b1424;
}

section.contactSec form .brtns button:hover i {
  background: #010080;
  transform: scale(1.1);
  color: #fff;
}

section.contactSec .svvsDrp {
  position: relative;
}

section.contactSec .svvsDrp img {
  position: absolute;
  right: 0;
  top: 21px;
  z-index: 1;
  width: 10px;
}

section.contactSec form input::placeholder {
  color: #fff;
}

section.contactSec form textarea#message::placeholder {
  color: #fff;
}

/* contact us page end */

.menuSec ul li.active a {
  color: #010080;
  border-bottom: 2px solid #010080;
}

.foot1 a.w-100 img {
  background: #ffffff;
  border-radius: 3px;
  width: 60%;
}

.menuSec img.img-fluid.siteLogo {
  width: 85%;
}

/* Version 2 Css Start  */

section.inner-servics .row {
  justify-content: center;
}

section.inner-servics .svs-img img.img-fluid {
  height: 360px;
}

section.inner-servics .srvs .svstxt h4 {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.inner-servics .srvs .svstxt p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 10px;
}

section.inner-servics .srvs {
  height: 610px;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
section.contactSec form select option {
  color: #000;
  font-weight: 500;
  font-size: 12px;
}
section.about .abtext p strong {
    color: #000;
    opacity: 100% !important;
}
.ab-text1.feepage-txt p {
    opacity: 100% !important;
}
.ab-text1.feepage-txt ul {
    list-style: disc;
    padding-left: 40px;
}
.svs-txt ul li p {margin-bottom: 7px;}

.svs-txt ul li p b {
    color: #000;
}

.svs-txt ul li {
    list-style: disc;
    margin-left: 19px;
}
section.servce-dt .svs-img {
    width: 100%;
}

section.servce-dt .svs-img img {
    width: 100%;
    height: 680px;
    object-fit: cover;
}
.btm-text-serpg h4 {
    font-size: 30px;
    margin-bottom: 20px;
}
header.header.inner-head {
    position: unset;
}
.gt_switcher_wrapper {
    position: unset !important;
}
.gtranslate_wrapper.gt_container--wz96ug select {
    padding: 13px 12px;
    appearance: auto;
    border-radius: 30px;
    background: #06057c;
    color: #fff;
    border: 1px solid #fff;
}
/*responsive start*/
html {
    overflow-x: hidden;
}

@media only screen and (min-width: 1401px) and (max-width: 1600px){
    section.inner-servics .srvs {
    margin-bottom: 30px;
}
    .container-fluid.maxWidth {
    width: 1350px;
}

.banerWrap:before {
    width: 80%;
}

.banner_text {
    margin: 0 100px 0px 160px;
}


}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
    section.contactSec .quick-links h3 {
    font-size: 29px;
}
section.inner-servics .srvs {
    margin-bottom: 30px;
}

section.inner-servics .srvs .svstxt h4 {
    font-size: 15px;
}



.banner_text {
    margin: 0 5px 0px 120px;
}

.banerWrap:before {
    width: 80%;
}

.banner_text h1 {
    font-size: 43px;
}

.banner_text p.para1 {
    width: 100%;
}

.container-fluid.maxWidth {
    width: 100%;
}
.banerWrap {
    padding: 180px 0;
}

.choseTxt ul.rightLIsting li h6 {
    font-size: 16px;
}


.choseTxt p {
    font-size: 13px;
    line-height: 22px;
}

.choseTxt ul.rightLIsting {
    gap: 10px;
}

		section.banner .container-fluid.maxWidth.p-0 {
    width: 900px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1760452331281 {
    margin-top: 30px !important;
}
section.inner-servics .col-lg-3.col-md-6.col-12 {
    width: 33.333333%;
}

section.inner-servics .srvs {
    height: 620px;
    margin-bottom: 30px;
}
section.about .abtext p {
    font-size: 13px;
    line-height: 22px;
}
	.container-fluid.maxWidth.p-0 {
    width: 100%;
}

select.gt_selector.notranslate {
    font-size: 11px;
    width: 140px;
}

section.about .abtext h3 {
    font-size: 26px;
    line-height: 1;
}

h2 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.banner_text {
    margin: 0 26px 0px 80px;
}
.banerWrap:before {
    width: 80%;
}

.banner_text h1 {
    font-size: 41px;
}

.container-fluid.maxWidth {
    width: 100%;
}

.menuSec ul {
    gap: 20px;
}

.gtranslate_wrapper.gt_container--wz96ug select {
    width: 140px;
}

header .p-btn span.btn-text {
    font-size: 10px;
}

.missionWrap.text-center .col-lg-3.col-md-3.col-12 {
    width: 50%;
}
section.mision .missionWrap:before {
    height: 100%;
}

section.mision .aad-padding {
    padding: 30px 50px;
}

.foot2.custom-col {
    width: 80%;
}

ul.adrs-links li a {
    font-size: 12px;
}

section.footer .col-lg-4 {
    padding: 0;
}

section.footer p {
    width: 100%;
    font-size: 11px;
}
section.contactSec .quick-links h3 {
    font-size: 22px;
}

section.contactSec .quick-links ul li a .img-fluid {
    width: 30px;
}

section.contactSec .quick-links {
    padding: 80px 30px;
}

form.hf-form.hf-form-171 .brtns {
    bottom: 20px !important;
}
section.innerPage .heaertxt h1 {
    font-size: 35px;
}

section.innerPage .innerWrap {
    padding: 200px 0;
}


section.contact-us .get-in-touch.cntct-head {
    padding: 0 !important;
}



}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .test-box p {
    font-size: 9px;
    line-height: 15px;
}

.test-box ul li p {
    font-size: 12px;
    margin: 0;
    line-height: 1;
}

.inner-testimonials-sec .sldr-img2 > img {
    height: 200px;
}
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1760452331281 {
    margin-top: 0 !important;
}
	section.banner .container-fluid.maxWidth.p-0 {
    width: 800px;
}

select.gt_selector.notranslate {
    width: 100px;
    font-size: 11px;
   padding: 0 !important;
        height: 40px !important;
}
.banner_text {
    margin: 0 0 0 50px;
}

.banerWrap:before {
    width: 88%;
}

.sociallink {
    right: 30px;
}

.banner_text h1 {
    font-size: 40px;
    line-height: 1.2;
}

.banner_text p.para1 {
    width: 100%;
    font-size: 14px;
}

.banerWrap {
    padding: 181px 0px 120px;
}

section.banner ul.slick-dots {
    bottom: -80px;
}
img.custom-logo {
    width: 100px;
}

.menuSec ul li a {
   padding: 19px 0;
        font-size: 11px;
}

.maxWidth {
    width: 100%;
}

header.header .gtranslate_wrapper.gt_container--wz96ug select {
    width: 100px;
    font-size: 10px;
    height: 40px;
}

header.header .p-btn span.btn-text {
    font-size: 9px;
}

header.header .p-btn span.btn-img {
    width: 30px;
    height: 30px;
}

.menuSec .quote {
    gap: 5px;
}

header.header a.p-btn {
    padding: 2px 7px 2px 10px;
    height: 40px;
}
section.about .abtext h3 {
    font-size: 17px;
    margin: 10px 0;
}

h2 {
    font-size: 35px;
    line-height: 1.1;
}

section.about .abtext p {
    font-size: 10px;
    line-height: 20px;
}

section.about {
 padding: 120px 0 80px;
}

section.mision .aad-padding {
    padding: 0;
}

.headingtext p {
    width: 100%;
    font-size: 13px;
}

section.mision .col-lg-3.col-md-3.col-12 {
    width: 50%;
}


section.guide .guidetext {
    width: 80%;
    margin: 0 0 0 auto;
}

.supText h2 {
    font-size: 27px;
}

img.guide-bg-img {
    height: 350px;
}

.sectionsWraper:before {
    height: 80%;
    z-index: -1;
}

section.mision .missionWrap:before {
        height: 97%;
    }
section.mision {
    z-index: 0;
}

.missionWrap.text-center {
    z-index: 0;
}

section.sectionsWraper {
}

section.sectionsWraper {
    z-index: 0;
}

section.choose {
    font-size: 12px;
    line-height: 20px;
}

.choseTxt ul.rightLIsting li h6 {
    font-size: 15px;
}

.choseTxt ul.rightLIsting {
    gap: 10px;
    padding: 0;
}

.choseTxt p {
    font-size: 10px;
    line-height: 17px;
}

h2 {font-size: 30px;}

.choseTxt ul.rightLIsting li span {
    line-height: 17px;
    font-size: 10px;
}
.foot2.custom-col {
    width: 100%;
}

ul.adrs-links li a {
    font-size: 12px;
}

.foot1 a.w-100 img {
    width: 310px;
}
section.inner-servics {
    padding: 0 0 60px;
}

section.inner-servics .srvs {
    margin-bottom: 20px;
}

.btm-text-serpg {
    text-align: center;
}
section.contactSec .col-lg-7.collefts {
    width: 60%;
}

section.contactSec .col-lg-5.colRight.ps-0 {
    width: 40%;
}

section.contactSec .quick-links {
    padding: 40px 20px;
}

section.contactSec .quick-links h3 {
    font-size: 18px;
}

section.contactSec .quick-links ul li a .img-fluid {
    width: 21px;
}

section.contactSec .quick-links ul li a span {
    font-size: 11px;
}

section.contactSec .quick-links ul li a {
    gap: 12px;
}

section.contactSec .collefts {
    padding: 40px 20px;
}

form.hf-form.hf-form-171 .brtns {
    bottom: 30px !important;
}
section.innerPage .heaertxt h1 {
    font-size: 30px;
}

section.innerPage .innerWrap {
    padding: 150px 0;
}

section.contact-us h1 {
    font-size: 40px;
}

section.contact-us .get-in-touch.cntct-head {
    padding: 0 !important;
}



}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){
    .slicknav_nav a:hover {
    background: #010080;
}

.vc_row.wpb_row.vc_row-fluid.vc_custom_1760452331281 {
    margin-top: 0 !important;
}
img.custom-logo {
    width: 130px !important;
    display: block;
    margin: 10px auto  10px;
}
 header {
    position: relative !important;
}
.menuSec .quote {
    justify-content: center;
        margin-bottom: 10px;
}

.p-btn span.btn-text {
    font-size: 9px;
}

.p-btn {
    padding-left: 10px;
}
section.about .ab-img img.img-fluid {
    height: 340px;
}
section.mision .aad-padding {
    padding: unset;
}
.banner_text {
    margin: 0;
    /* margin-top: 50px; */
}

.banerWrap {
    padding: 60px 0;
}

.banner_text h1 {
    font-size: 23px;
    line-height: 30px;
    z-index: 1111;
    position: relative;
}

.banner_text p.para1 {
    font-size: 12px;
    line-height: 22px;
}

section.about .ab-img img.img-fluid {
    height: 340px;
}

section.mision .aad-padding {
    padding: unset;
}

.headingtext h2 {
    font-size: 25px;
    line-height: 33px;
}

.headingtext p {
    width: 100%;
}

section.mision .missionWrap {
    padding: 0 20px;
}

section.about {
    padding: 80px 0px;
    text-align: center;
}
section.mision .missionWrap:before{
height: 98% !important;
}
.choseTxt p {
    font-size: 12px;
    line-height: 21px;
}
.choseTxt h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.container-fluid.maxWidth.p-0 {
    width: 100%;
}
.banerWrap:before {
    width: 100%;
}

.sociallink {
    display: none;
}


section.about .abtext h3 {
    font-size: 20px;
    margin: 10px 0;
}

h2 {
    font-size: 30px;
}

section.about .abtext {
    padding-left: 0;
}
.ms-card .card-img img.img-fluid {
    height: 300px;
}
section.guide .guidetext {
    position: static;
    display: block;
    padding: 20px 0;
}

.container-fluid.maxWidth {
    width: 100%;
}

img.guide-bg-img {
    height: 290px;
    object-fit: cover;
    object-position: left;
}

.supText h2 {
    font-size: 18px;
    line-height: 1.2;
}

.supText {
    text-align: center;
}

.supText ol {
    margin: 20px 0;
}

.supText ol li {
    font-size: 11px;
    list-style: inside decimal-leading-zero;
}

section.sectionsWraper {
    padding-bottom: 0;
}

section.choose {
    text-align: center;
}

.choseImg {
    margin: 0;
    margin-top: 30px;
}

.choseImg img.img-fluid {
    height: 300px;
}

.choseTxt ul.rightLIsting li h6 {
    font-size: 15px;
}

.choseTxt ul.rightLIsting li span {
    font-size: 11px;
    line-height: 20px;
}

section.choose {
    padding: 50px 0;
}

.gtranslate_wrapper.gt_container--wz96ug select {
    width: 150px;
}

.p-btn span.btn-img {
    width: 30px;
    height: 30px;
}

section.footer .socialinks ul {
    justify-content: start;
}

section.footer .socialinks h3 {
    margin-bottom: 14px !important;
}

section.footer p {
    width: 100%;
    font-size: 12px;
}

.foot2.custom-col {
    width: 100%;
    padding: 0;
}

section.copyrite-txt p {
    font-size: 11px;
}

section.footer {
    padding-bottom: 20px;
}
select.gt_selector.notranslate {
    width: 150px;
    font-size: 11px;
}
section.inner-servics {
    padding-top: 0;
    padding-bottom: 60px;
}

section.inner-servics .srvs {
    margin-bottom: 20px;
    height: auto;
}

.btm-text-serpg h4 {
    font-size: 28px;
    margin-top: 20px;
}

.btm-text-serpg {
    text-align: center;
}
.ab-text1.feepage-txt ul {
    padding-left: 0;
    list-style: inside;
}

.ab-text1.feepage-txt h2 {
    font-size: 25px;
}

.vc_row.wpb_row.vc_row-fluid.vc_custom_1760452353950 {
    margin-top: 0 !important;
}
section.contactSec .collefts {
    height: auto;
    padding: 40px 20px 20px;
    border-radius: 10px;
}

section.contactSec .quick-links {
    height: auto;
    padding: 40px 20px;
    margin-top: 20px;
    border-radius: 10px;
}

section.contactSec .quick-links h3 {
    font-size: 20px;
}
section.contactSec h3 {
    font-size: 22px;
}
section.contactSec .quick-links ul li a span {
    font-size: 12px;
}

section.contactSec .quick-links ul li a img.img-fluid {
    width: 21px;
}

section.contactSec.wow.fadeInLeft {
    padding: 0;
    padding-bottom: 80px;
}
section.innerPage .heaertxt h1 {
    font-size: 20px;
}

section.innerPage .innerWrap {
    padding: 100px 0;
}

section.contact-us h1 {
    font-size: 30px;
}

section.contact-us .get-in-touch.cntct-head {
    padding: 0 !important;
}
.reviewsBoxes {
    padding: 20px;
}

.vc_row.wpb_row.vc_row-fluid.vc_custom_1760452363105 {
    margin-top: 0 !important;
}
.slidr-rw.chg.wow.fadeInDown {
    margin-bottom: 20px !important;
}



}



select.gt_selector.notranslate {
  background: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    appearance: auto;
    height: 50px;
}





section.servce-dt .svs-img {
    display: none !important;
}

.container.blogsite {
    margin-top: 120px !important;
}

div#gform_wrapper_1 {
    background: white;
    padding: 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div#gform_wrapper_1 input {
    border: 1px solid;
}

div#gform_wrapper_1 div#input_1_3 {
    width: 100% !important;
}



div#gform_wrapper_1 input#gform_submit_button_1 {
    border: 1px solid black;
    padding: 10px 20px;
    color: black;
    font-weight: 600;
    border-radius: 10px;
}






.banneSlider .slick-prev:before {
    padding: 10px 10px;
    font-size: 26px;
    background: black;
    color: white;
    border-radius: 30px;
}

.banneSlider .slick-next:before {
        padding: 10px 10px;
    font-size: 26px;
    background: black;
    color: white;
    border-radius: 30px;
}

.slick-next {
    right: 20px;
}




.page-template-default .blogsite {
    margin-bottom: 30px;
}

.page-id-314 .wpb-content-wrapper {
    margin: 120px 180px;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}


.translated-ltr .main-navigate a {
    font-size: 14px;
    padding: 0px 0px;
}

