@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@500&family=DM+Sans:wght@400;500;700&family=Montserrat:wght@500&family=Roboto:wght@300;400;500;700&display=swap");
/* Announcement bar
    • Header / navigation
    • Banner section
    • Team section
    • Contact us
    • Footer
    • Extreme footer - Policy pages, etc. */

/* =====>>>>>>>>>>> Basic Elements For The Website <<<<<<<<<<<===========*/

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;

}

:root {
  --txt-color: rgba(37, 55, 63, 0.7);
  --head-color: #0c3c63;
  --green: #32d314;
  --white: #fff;
  --black: #000;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif !important;
}

.container {
  width: 100%;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
}

p {
   font-family: "Roboto", sans-serif !important;
 
 
}

/* ::selection{
        background-color: #0c3c63;
        color : #fff;
    } */

.bg-green {
  background-color: var(--green) !important;
}

.bg-blue {
  background-color: var(--head-color) !important;
}

.main-head {
  justify-content: center;
  align-items: center;
  padding-top: 50px !important;
  margin-bottom: 25px;
  font-family: roboto, sans-serif !important;
}


.h1New {
  line-height: 120%;
  font-weight: 900;
  color: var(--heading) !important;
  font-size: 56px;
  font-family: "Roboto", sans-serif !important;
}

.h2 {
  line-height: 120%;
  font-weight: 700;
  color: var(--heading) !important;
  font-size: 40px;
  font-family: "Roboto" !important;
}

.h4New {
  font-size: 40px;
  font-weight: 900;
  color: var(--heading);
  font-family: "Roboto", sans-serif !important;
}

.h5New {
  line-height: 130%;
  font-size: 32px;
  font-weight: 500;
  color: var(--heading);
  font-family: "Roboto", sans-serif !important;
}

.h6New {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 140%;
  font-size: 24px;
  font-weight: 700;
  color: var(--heading);
  font-family: "Roboto", sans-serif !important;
}

.plat_text {
  font-weight: 550;
  color: var(--text_color);
  font-size: 20px;
  max-height: 146px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* position: relative; */
  typ margin-top: 1rem;
  font-family: "Roboto", sans-serif !important;
}

.px-5 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.px-4 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.btn {
  font-family: "Roboto", sans-serif !important;
}

.btn1 {
  /* font-weight: 700; */
  /* font-size: 14px; */
  text-transform: capitalize;
  padding: 10px 18px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none !important;
  border: none;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  background-image: -moz-linear-gradient(to top, #32d314, #33e312);
  background-image: -webkit-linear-gradient(to top, #32d314, #33e312);
  background-image: -ms-linear-gradient(to top, #32d314, #33e312);
  background-image: linear-gradient(to top, #32d314, #33e312);
  box-shadow: 0 5px 8px 0 rgba(50, 211, 20, 0.36);
  color: var(--white);
  transition: all 0.6s;
  margin-right: 20px;
}

.btn1:hover {
  background-image: linear-gradient(to top, #32d314, #33e312);
  box-shadow: 0 14px 27px 0 rgba(50, 211, 20, 0.43);
  color: var(--white);
  cursor: pointer;
  outline: none !important;
}

.btn2 {
  /* font-weight: 700; */
  /* font-size: 14px; */
  text-transform: capitalize;
  padding: 10px 18px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none !important;
  border: none;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  background-image: -moz-linear-gradient(to top, #0c3c63, #0a4c86);
  background-image: -webkit-linear-gradient(to top, #0c3c63, #0a4c86);
  background-image: -ms-linear-gradient(to top, #0c3c63, #0a4c86);
  background-image: linear-gradient(to top, #0c3c63, #0a4c86);
  box-shadow: 0 5px 8px 0 rgba(10, 76, 134, 0.36);
  color: var(--white);
  transition: all 0.6s;
}

.btn2:hover {
  background-image: linear-gradient(to top, #0c3c63, #0a4c86);
  box-shadow: 0 14px 27px 0 rgba(10, 76, 134, 0.43);
  color: var(--white);
  cursor: pointer;
  outline: none !important;
}

.btn3 {
  min-width: 240px;
  min-height: 50px;
  font-weight: 500;
  font-size: 20px;
  /* text-transform: uppercase; */
  /* padding: 10px 12px; */
  line-height: 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none !important;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  background-image: -moz-linear-gradient(to right, #32d314, #33e312);
  background-image: -webkit-linear-gradient(to right, #32d314, #33e312);
  background-image: -ms-linear-gradient(to right, #32d314, #33e312);
  background-image: linear-gradient(to right, #32d314, #33e312);
  box-shadow: 0 5px 8px 0 rgba(50, 211, 20, 0.36);
  color: var(--white);
  transition: all 0.6s;
}

.btn3:hover {
  background-image: linear-gradient(to right, #32d314, #33e312);
  box-shadow: 0 14px 27px 0 rgba(50, 211, 20, 0.43);
  color: var(--white);
  cursor: pointer;
  outline: none !important;
}

a {
  text-decoration: none;
  outline: none !important;
}

.main-head h2 {

  font-size: 40px;
  color: var(--head-color);
  text-align: center;
  font-weight: 700;
  font-family: "Roboto" !important;
  padding-left: 0px;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.seprate_c {
  width: 50px;
  border: 3px solid;
  color: var(--green);
  background-color: var(--green);
  text-align: center !important;
  opacity: 1;
  margin-top: -5px;
  /* margin-bottom: 50px; */
}

.fa,
.far,
.fas {
  font-weight: 500;
}

.fa-linkedin-in:hover {
  color: #0077b5;
}

.fa-twitter:hover {
  color: #00acee;
}

.fa-instagram:hover {
  color: #ed08d0;
}

.fa-facebook-f:hover {
  color: #4267b2;
}

.fa-whatsapp:hover {
  color: #25d366;
}


.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}


.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
}

#scrollToTop {
  display: inline-block;
  background-color: var(--green);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50% !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scrollToTop:hover {
  cursor: pointer;
  background-color: var(--head-color);
}

#scrollToTop:active {
  background-color: var(--head-color);
}

#scrollToTop.show {
  opacity: 1;
  visibility: visible;
}

/* =====>>>>>>>>>>> Basic Elements For The Website <<<<<<<<<<<===========*/

.header {
  background-color: var(--head-color) !important;
}

section {
  margin-top: 30px;
}

.tabs {
  margin-top: 20px;
  background-color: #f8fbff;
  padding: 12px;
}

.tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs ul li {
  margin-left: 50px;
}

nav ul li a {
  text-decoration: none;
  color: #0a4c86;
  font-weight: 500;
  transition: opacity 200ms ease-in-out;
  overflow: hidden;
}

.navbar-fixed {
  top: 30px;
  z-index: 11;
  position: fixed !important;
  width: 100%;
}

.tabs ul li a::after {
  content: "";
  display: block;
  width: 100%;
  opacity: 0;
  height: 3px;

  margin-top: 3px;
  border-radius: 99px !important;
  background-color: var(--green);

  transition: width 0.15s ease-in-out;
}

.tabs ul li a.current::after {
  width: 100%;
  opacity: 1;
}

.tabs ul li a:hover::after {
  width: 100%;
  opacity: 1;
}

/* .sticky-nav-tabs-container--top-second,.sticky-nav-tabs-container--top-first{
  top : 60px !important;
} */

#nav_bar {
  margin-top: 100px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.form-select:focus {
  box-shadow: 0 0 50px rgb(12 60 90 / 40%);
  outline: none;
}

.swipe_city {
  position: fixed;
  z-index: 999;
  right: -95px;
  top: 50%;
}

.fix_city_wrapper {
  position: relative;
  width: 120px;
}

.fix_city_wrapper>img {
  width: 36px;
  position: absolute;
  top: -1px;
  left: -15px;
  z-index: 2;
  border-radius: 50%;
}

.fix_city {
  /* position: fixed; */
  /* top : 30%; */
  width: 150px;
  right: 0px;
  z-index: 9;
  background-color: #f8fbff;
  color: var(--head-color);
  box-shadow: 0 0 50px rgb(12 60 90 / 40%);
  padding-left: 25px !important;
  padding: 5px 5px;
  border: none;
  outline: none;
  border-radius: 0px;
}

#Individuals,
#Businesses,
#Trademark {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 300px;
}

.individuals_inner {
  min-height: 550px;
  width: 30%;
  margin: 20px;
  padding: 0;
  justify-content: center;
  border: 1px solid #d6d6d6;
  border-radius: 12px;
  box-shadow: 0 0 34px rgb(70 74 85 / 10%);
}

.individuals_inner:hover {
  cursor: pointer;
}

.individuals_inner .individuals_icon {
  justify-content: center;
  text-align: center;
  border-bottom: 1px dashed #dadada;
  height: 100px;
  background-color: rgba(253, 228, 236, 0.2);
  padding-top: 20px;
  border-radius: 12px 12px 0px 0px;

}

.individuals_inner:nth-last-child(2) .individuals_icon,
.individuals_inner:nth-last-child(2) .individuals_price {
  background: rgba(229, 226, 253, 0.2) !important;
}

.individuals_inner .individuals_icon p {
  font-weight: 500;
  padding-top: 8px;
}

.individuals_inner:last-child .individuals_icon,
.individuals_inner:last-child .individuals_price {
  background: rgba(231, 247, 255, 0.5) !important;
}

.individuals_inner .individuals_icon span {
  color: #314259;
  padding-top: 8px;
}

.individuals_inner .individuals_price {
  padding-left: 70px;
  padding-top: 10px;
  height: 75px;
  background-color: rgba(253, 228, 236, 0.2);
  color: #314259;
}

.individuals_inner .individuals_price del {
  font-size: 13px;
}

.individuals_inner .individuals_price #price {
  font-size: 24px;
  font-weight: 600;
}

.individuals_inner .individuals_content p:first-child {
  margin-bottom: 20px;
}

.individuals_inner .individuals_content .card-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 20px;
}

.individuals_inner .individuals_content .card-btn .btn1 {
  margin: 0px !important;
}

.individuals_inner .individuals_content>p:first-child {
  color: #9092a3;
}

.individuals_inner .individuals_content {
  padding: 5px 20px;
}

.individuals_inner .individuals_content>ul>li {
  position: relative;
  padding-left: 45px;
  font-size: 14px;
}

.individuals_inner .individuals_content>ul>li::before {
  content: "";
  background-image: url("../images/Icons/ic-yes.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0px;
  top: -3px;
}

.plan_details {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 20px;
}

.plan_details p {
  position: relative;
}

.plan_details strong:before {
  content: "";
  display: block;
  width: 22.5%;
  height: 1px;
  background: #d1d3d5;
  left: 20%;
  top: 50%;
  position: absolute;
}

.plan_details strong:after {
  content: "";
  display: block;
  width: 22.5%;
  height: 1px;
  background: #d1d3d5;
  right: 20%;
  top: 50%;
  position: absolute;
}

.plan_details>div>ul li {
  display: inline;
  font-size: 14px;
  border-bottom: 1px dashed var(--head-color);
  margin: 7px;
}

#Professionals {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 250px;
}

#Professionals .professional_cards {
  text-align: center;
  padding: 20px;
  margin: 20px;
  background-color: #f6faff;
  height: 150px;
  width: 21% !important;
  box-shadow: 0 0 34px rgb(70 74 85 / 10%);
  border-radius: 8px;
}

#Professionals .professional_cards:hover {
  cursor: pointer;
}

#Professionals .professional_cards:nth-child(2) {
  background-color: #fffbf8 !important;
}

#Professionals .professional_cards:nth-child(3) {
  background-color: #f8fefb !important;
}

#Professionals .professional_cards:nth-child(4) {
  background-color: #faf9ff !important;
}

#Professionals .professional_cards .professional_card_item1 {
  height: 48px;
}

#Professionals .professional_cards .professional_card_item2 {
  height: 50px;
  margin-top: 26px;
  color: #314259;
}

#label5,
#label6,
#label7 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 300px;
  margin-top: 40px;
}

#label5 .label5_inner,
#label6 .label5_inner,
#label7 .label5_inner {
  width: 24%;
  height: 100%;
  margin-right: 15px;
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  border-radius: 12px;
  box-shadow: 0 0 34px rgb(70 74 85 / 10%);
}

#label5 .label5_inner .label5_item1 p,
#label6 .label5_inner .label5_item1 p,
#label7 .label5_inner .label5_item1 p {
  margin-top: 12px;
}

#label5 .label5_inner .label5_item1,
#label6 .label5_inner .label5_item1,
#label7 .label5_inner .label5_item1 {
  padding: 20px;
}

#label5 .label5_inner .label5_item2 ul li,
#label6 .label5_inner .label5_item2 ul li,
#label7 .label5_inner .label5_item2 ul li {
  /* height: 55px; */
  border-top: 1px dashed #e0e0e0;
  padding: 20px 16px;
  color: #314259;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#label5 .label5_inner .label5_item2 ul li:hover,
#label6 .label5_inner .label5_item2 ul li:hover,
#label7 .label5_inner .label5_item2 ul li:hover {
  background-color: #d0e4fe;
  cursor: pointer;
}

#label5 .label5_inner .label5_item2 ul a,
#label6 .label5_inner .label5_item2 ul a,
#label7 .label5_inner .label5_item2 ul a {
  position: relative;
}

#label5 .label5_inner .label5_item2 ul a img,
#label6 .label5_inner .label5_item2 ul a img,
#label7 .label5_inner .label5_item2 ul a img {
  width: 8px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 23px;
}

#label5 .label5_inner:last-child a {
  color: #314259;
}

#label5 .label5_inner:last-child a:hover {
  color: rgb(10, 10, 190);
}

#label5 .label5_inner .label5_item2 ul a:last-child li,
#label6 .label5_inner .label5_item2 ul a:last-child li,
#label7 .label5_inner .label5_item2 ul a:last-child li {
  position: relative;
  background-color: #d0e4fe;
  font-weight: bold;
  border-radius: 0px 0px 12px 12px;
}

#label5 .label5_inner .label5_item2 ul a:last-child li i,
#label6 .label5_inner .label5_item2 ul a:last-child li i,
#label7 .label5_inner .label5_item2 ul a:last-child li i {
  position: absolute;
  right: 30px;
}

#label6 .label5_inner:first-child {
  position: relative;
}

#label7 .label5_inner:nth-child(2),
#label7 .label5_inner:nth-child(4) {
  position: relative;
}

#label6 .label5_inner:first-child #top_pick {
  width: 80px;
  position: absolute;
  top: 10px;
  right: -8px;
  margin-right: 0px;
}

#label7 .label5_inner:nth-child(2) #extra_discount,
#label7 .label5_inner:nth-child(4) #extra_discount {
  width: 120px;
  position: absolute;
  top: 10px;
  right: -8px;
  margin-right: 0px;
}


/* =========>>>>>> End Banner Section <<<<<<<<======== */

/* body { font-family: "Lato", sans-serif; } */

a {
  text-decoration: none;
}


.spa-header--move-up {
  -webkit-transform: translateY(-75px);
  transform: translateY(-55px);
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.spa-header__logo {
  color: #000;
}

.spa-header__link {
  margin-left: 1em;
  color: #000;
}

.sticky-nav-tabs,
.spa-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 100vh; */
  position: relative;
  /* background: #eee; */
  padding: 0 2em;
}

.sticky-nav-tabs h1,
.spa-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}

.sticky-nav-tabs h3,
.spa-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.sticky-nav-tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
  background: #f8fbff;
  z-index: 1;
  /* -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); */
}

.sticky-nav-tabs-container--top-first {
  position: fixed;
  top: 50px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.sticky-nav-tabs-container--top-second {
  position: fixed;
  top: 50px;
}

.sticky-nav-tab a {
  width: 100px !important;

}

.sticky-nav-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 550;
  margin: 0px 50px;
  color: var(--head-color);
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.3s ease;

  /* background-color: #0077b5; */
  /* margin: 0px 30px; */
  /* font-size: 0.8rem; */
}

.sticky-nav-tab:hover {
  color: var(--green);
  /* background: rgba(102, 177, 241, 0.8); */
  /* -webkit-transition: all 0.5s ease; */
  /* transition: all 0.5s ease; */
}

.sticky-nav-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--green);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {

  .sticky-nav-tabs h1,
  .spa-slide h1 {
    font-size: 3rem;
  }

  .sticky-nav-tabs h3,
  .spa-slide h3 {
    font-size: 1rem;
  }

  .sticky-nav-tab {
    font-size: 1rem;
  }
}



/* <<<<<<<=============  Media Queries Started ===============>>>>>>>>> */

@media screen and (min-width: 1440px) {
  .container-fluid {
    /* width: 1440px !important; */
    margin: auto;
  }
}

@media screen and (max-width: 1250px) {
  .context>div:last-child .work {
    width: 100%;
  }
}

@media screen and (max-width: 1163px) {
  .footer-container .footer-item2 #footer_btn a i {
    font-size: 18px;
  }

  .footer-container .footer-item2 #footer_btn .btn1 {
    padding: 7px 10px !important;
  }

  .footer-container .footer-item2 #footer_btn .btn2 {
    padding: 8px 6px !important;
  }
}

@media screen and (max-width: 1120px) {
  .context>div:first-child .h1 {
    font-size: 44px;
  }

  .context>div:first-child .h5 {
    font-size: 19px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
  }

  .footer-container .footer-item2 #footer_btn a i {
    font-size: 14px;
  }

  .footer-container .footer-item2 #footer_btn .btn1 {
    padding: 8px 8px !important;
  }

  .footer-container .footer-item2 #footer_btn .btn2 {
    padding: 8px 2px !important;
    min-width: 100px !important;
  }
}

@media screen and (max-width: 992px) {


  .contact-wrapper .contact-elements {
    flex-wrap: wrap;
    padding: 0px !important;
  }

  .contact-elements .contact-info {
    width: 100% !important;
    padding: 0px !important;
    font-size: 12px;
  }

  .contact-elements .contact-form {
    margin-top: 3rem;
    width: 100% !important;
  }

  .main-head h2 {
    /* ====>>> for heading of website */
    font-size: 46px;
  }

  .footer-container {
    flex-wrap: wrap;
  }

  .footer-container .footer-item1 {
    width: 49% !important;
  }

  .footer-container .footer-item2 {
    width: 49% !important;
  }
}

@media screen and (max-width: 900px) {
  .context {
    top: 50%;
  }
}

@media screen and (max-width: 768px) {
  .context {
    top: 30%;
  }

  .main-head h2 {
    font-size: 38px !important;

  }

}

@media screen and (max-width: 728px) {
  .main-head h2 {
    /* ====>>> for heading of website */
    font-size: 44px;
  }

  .footer-container .footer-item2 #footer_btn .btn2 {
    padding: 8px 2px !important;
    min-width: 100px !important;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 678px) {
  .footer-container .footer-item2 #footer_btn .btn1 {
    padding: 8px 6px !important;
    font-size: 14px !important;
  }

  .banner-review {
    display: none !important;
  }
}

@media screen and (max-width: 568px) {
  .px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .main-head h2 {
    /* ====>>> for heading of website */
    font-size: 42px;
  }

  .footer-wrapper {
    padding: 1.5rem !important;
  }

  .footer-container .footer-item1 {
    width: 99% !important;
  }

  .footer-container .footer-item2 {
    width: 99% !important;
  }
}

@media screen and (max-width: 522px) {
  .context {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 502px) {
  .context>div:first-child .h1 {
    font-size: 36px;
  }
}



@media screen and (max-width: 468px) {
  .context {
    top: 20% !important;
  }

  .contact-elements .contact-info>div {
    flex-wrap: wrap;
  }

  .contact-elements .contact-info .contact-details {
    width: 100% !important;
    margin: 0px;
    margin-top: 25px;
  }

  .contact-elements .contact-form {
    padding: 25px !important;
  }

  .contact-elements .contact-form .row {
    display: block;
  }

  .contact-elements .contact-form .row>div:first-child .form-control {
    margin-bottom: 1rem;
  }


  .contact-elements .contact-form .seprate_left {
    margin: 5px 0px 0px 1rem !important;
  }

  .contact-elements .contact-form #form-heading {
    font-size: 26px;
  }

  .contact-wrapper {
    padding: 0px 2rem !important;
  }

  .contact-wrapper>div .seprate_c {
    margin-bottom: 25px !important;
  }

  .contact-wrapper .main-head {
    padding-top: 25px !important;
    margin-bottom: 0px !important;
  }

  .main-head h2 {
    font-size: 34px !important;
  }



}

@media screen and (max-width: 408px) {
  .context>div:last-child {
    padding-right: 0px !important;
    position: relative;
  }

  .work>div:last-child {
    position: absolute;
    right: 10%;
  }
}

@media screen and (max-width: 400px) {
  .footer-wrapper {
    padding: 1rem !important;
  }

  .footer-wrapper .footer-container {
    padding: 0px !important;
  }


  .contact-elements .contact-form #form-heading {
    font-size: 21px;
  }




}

@media screen and (max-width: 356px) {
  .work>div:last-child {
    position: absolute;
    right: 13%;
  }

  .context .work>div:first-child h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 326px) {



  .contact-wrapper {
    padding: 2rem !important;
  }


}

/* <<<<<<<=============  Media Queries End ===============>>>>>>>>> */

/*contact us section started here*/
.contact-wrapper {
  background: #fff;
  max-width: 1440px;
  margin: auto;
}

.contact-wrapper .contact-elements {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

.contact-elements .contact-info {
  width: 49%;
}

.contact-elements .contact-info>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.contact-elements .contact-info .contact-details {
  width: 47.7%;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  /* box-shadow: 0px 0px 7px 1px hsl(0, 1%, 82%); */
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.contact-details2 .contact-details {
  margin-top: 27px;
}

.contact-details>div i {
  color: #32d314 !important;
  margin-bottom: 10px;
}

.contact-elements .contact-info .contact-details h4 {
  color: #0c3c63;
}

.contact-elements .contact-info .contact-details p {
  font-size: 15px;
  color: #a5a4a4;
  word-break: break-word;
}

.contact-elements .contact-info .contact-details p a {
  color: #a5a4a4;
  transition: 100ms ease;
}

.contact-elements .contact-info .contact-details p a:hover {
  color: #32d314;
  transition: 100ms ease;
}

.contact-elements .contact-form #form-heading {
  color: #0c3c63;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-elements .contact-form .seprate_left {
  width: 50px;
  height: 1px;
  color: #32d314;
  border: 2px solid;
  opacity: 1;
  margin: 0px !important
}

.contact-elements .contact-form {
  width: 49%;
  padding: 6px 40px 0px 40px;
  align-items: center;
  border-radius: 8px;
  min-height: 380px;
  /* box-shadow: 0px 0px 7px 1px hsl(0, 1%, 82%); */
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}

.contact-elements .contact-form .form-control {
  outline: 0px;
  box-shadow: none;
}

/* ================Ended Contact Us Form======================== */
/* =====>>>>>>>> Typing Section CSS Started <<<<<<<======== */
.typer-wrapper2 {
  /* padding-top: 80px; */
  background: #fff;
}

.typing-section2 {
  background: linear-gradient(to top, #0c3c63 20%, #0a59a3 100%);
  color: #fff !important;
  border-radius: 12px;
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
  font-family: 'Roboto', sans-serif !important;
  position: relative;
  min-height: 250px;
}

.typing-section2 .typed-text {
  font-size: 28px;
  font-weight: normal;
  overflow: hidden;
}

.typing-section2 a.btn1 {
  text-transform: capitalize;
  font-weight: 500 !important;
  font-size: 18px;
}

.typing-section2 .col-9 {
  padding: 2.3rem 0px;
  padding-left: 20px;
}

.typewriter2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #32d314;
  position: relative;
}

.typewriter2 span {
  color: #32d314;
  font-size: 28px;
  border-right: solid #32d314 3px;
  animation: cursor 1s ease-in-out infinite;
}

@keyframes cursor {
  from {
    border-color: #32d314;
  }

  to {
    border-color: #fff;
  }
}

@media (max-width: 576px) {
  .typewriter2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .typewriter2 {
    font-size: 36px;
  }
}

.typing-section2 .col-3 {
  position: absolute;
  right: 2%;
  bottom: 0;
}

.typing-section2 #book_blink {
  color: #32d314;
}

@media screen and (max-width:992px) {

  .typing-section2 {
    position: relative;
  }

  .typing-section2 .col-9 .h2 {
    font-size: 28px;
  }

  .typing-section2 .col-9 .h3 {
    font-size: 25px;
  }

  .typing-section2 .col-3 {
    position: absolute;
    right: 10%;
  }

  .typing-section2 .col-3 img {
    width: 250px;
  }

}

@media screen and (max-width:767px) {


  .typing-section2 .col-9 {
    padding-left: 5px;
  }

  .typing-section2 .col-3 {
    height: 150px;
  }
}

@media screen and (max-width:768px) {


  .typing-section2 .col-9 .h3 {
    padding-right: 20px;
  }

  .typing-section2 {
    position: relative;
    height: 350px !important;
  }

  .typing-section2 .col-9 {
    width: 75%;
  }

  .typing-section2 .col-3 {
    position: absolute;
    right: 24%;
    bottom: 0;
    top: 7.5%;
  }

}

@media screen and (max-width:568px) {


  .typing-section2 {
    position: relative;
    height: 350px !important;
  }

  .typing-section2 .col-9 {
    width: 70%;
  }

  .typing-section2 .col-9 .h2 {
    font-size: 26px !important;
  }

  .typing-section2 .col-9 .h3 {
    font-size: 24px !important;
  }

  .typing-section2 .col-3 {
    position: absolute;
    right: 24%;
    top: 7.5%;
  }

}

@media screen and (max-width:518px) {

  .typing-section2 {
    position: relative;
    /* height : 750px !important; */
  }

  .typing-section2 .col-9 {
    width: 100%;
    /* height : 700px !important; */
  }

  .typing-section2 .col-9 .h2 {
    font-size: 26px !important;
  }

  .typing-section2 .col-9 .h3 {
    font-size: 24px !important;
    padding-right: 120px;
  }

  .typing-section2 .col-3 {
    width: 100%;
    position: absolute;
    right: 0%;
    left: 3%;
    top: 19%;
  }

  .typing-section2 .col-3 img {
    position: inherit;
    left: 40%;
    width: 158px;
  }

}

@media screen and (max-width:400px) {


  .typing-section2 .col-9 .h3 {
    padding-right: 90px;
  }

  .typing-section2 .col-3 {
    width: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    top: 26%;
  }

  .typing-section2 .col-3 img {
    position: inherit;
    left: 40%;
    width: 200px;
  }
}

@media screen and (max-width:368px) {

  .typing-section2 .col-9 .h3 {
    font-size: 23px;
  }

  .typing-section2 .col-9 .h3 {
    font-size: 21px;
    padding-right: 90px;
  }

  .typing-section2 .col-9 .btn1 {
    min-width: 100px !important;
  }

  .typing-section2 .col-3 {
    width: 100%;
    position: absolute;
    right: 0%;
    left: 3%;
    top: 33.7%;
  }

  .typing-section2 .col-3 img {
    position: inherit;
    left: 40%;
    width: 180px;
  }
}

@media screen and (max-width:326px) {
  .typing-section2 .col-9 .h3 {
    padding-right: 10px;
  }

  .typing-section2 .col-9 .btn1 {
    margin-top: -10px !important;
    min-width: 100px !important;
  }

  .typing-section2 .col-3 {
    width: 100%;
    position: absolute;
    right: 0%;
    left: 4%;
    top: 41%;
  }

  .typing-section2 .col-3 img {
    position: inherit;
    display: none !important;
  }
}

.typer-wrapper2 {
  /* padding-top: 80px; */
  background: #fff;
}
body.dark-mode .pfaq{
  color: #fff !important;
}

/* =====>>>>>>>> Typing Section CSS Ended <<<<<<<======== */   .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>.first,
        .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.first:hover {
            background: linear-gradient(to right, #0c3c63, #1e5a8a, #3a7ba6) !important;

        }
        @media (max-width: 767px) {
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>.first,
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.first:hover {
        background: transparent !important;
    }
}