/* Imports */
/* Icons */
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

/* General Styling */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}
::selection {
  color: #fff;
  background: rgb(0, 102, 153);
}
a {
  display: inline-block;
  color: #000;
  transition: all 300ms ease-in-out;
}
a:hover,
a.active {
  color: var(--color-primary);
}
i[class^="bx"] {
  vertical-align: middle;
}
ul,
address {
  margin-bottom: 0;
}
.imgFluid {
  max-width: 100%;
}
.primary-color {
  color: var(--color-primary);
}
.section-content .subHeading {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-bottom: 0.75rem;
}
.section-content .heading {
  font-size: 3.25rem;
  line-height: 1.1;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: bold;
}
.section-content p {
  color: #666;
  line-height: 2;
}
.section-content span {
  font-weight: 800;
  text-transform: uppercase;
}

.header-btns {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  height: 100%;
}

.themebtn {
  background-color: rgb(0, 102, 153);
  padding: 10px 35px;
  border-radius: 40px;
  color: #fff;
  border: 1px solid rgb(0, 102, 153);
}

.themebtn:hover {
  background: transparent;
  color: rgb(0, 102, 153);
}

.themelight {
  background-color: #fff;
  padding: 10px 35px;
  border-radius: 40px;
  color: #000;
  font-family: "Montserrat";
  border: 1px solid #fff;
  font-weight: 600;
}

.themelight:hover {
  background: transparent;
  color: #fff;
}

/********** Header Main CSS Start *********/

.header-top {
  background-color: rgb(243, 243, 243);
  padding: 10px 0px;
}

.header-languges {
  text-align: end;
}

.header-languges select {
  border: 1px solid rgb(0, 102, 153);
  border-radius: 30px;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.header-location a {
  font-size: 14px;
  font-family: "Montserrat";
  color: rgba(0, 0, 0, 0.8);
}

.header-location a span {
  font-size: 18px;
  padding: 0px 2px 0px 0px;
}


.header-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-logo img {
  width: 120px;
}

.header-main {
  padding: 15px 0px;
}

.header-logo-txt h3 {
  font-size: 26px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.header-logo-txt h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
}

.header-btns a {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: bold;
}

.header-location a:focus {
  outline: none;
}

.header-end {
  background-color: rgb(0, 102, 153);
  padding: 15px 0px;
}

.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-nav ul li a {
  font-size: 16px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  position: relative;
}

.header-nav ul li a::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 3px;
  width: 0%;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.6s ease;
  border-radius: 30px;
}

.header-nav ul li a:hover:before {
  width: 100%;
}

.header-languges select:focus {
  outline: none;
}

/********** Header Main CSS End *********/

/********** First Banner Section CSS Start *********/



.first-banner-txt {
  text-align: center;
  padding: 90px 0px 0px 0px;
  height: 100%;
  position: relative;
}

.first-banner-txt h6 {
  font-size: 28px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.first-banner-txt h3 {
  font-size: 65px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.first-banner-txt h4 {
  font-size: 41px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.first-banner-txt p {
  font-size: 23px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0px 30px 0px;
}

.first-absltimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first-absltimg {
    position: absolute;
    bottom: -9px;
    left: 30px;
    height: 580px;
    width: 320px;
}

.second-absltimg {
  position: relative;
}

.second-absltimg img {
  position: absolute;
  right: 20px;
  bottom: -17px;
  width: 330px;
}

/********** First Banner Section CSS End *********/

/********** What We Do Section CSS Start *********/

.whatwedo-sec .container {
  max-width: 1200px;
}

.whatwe-img img {
  width: 100%;
}

.whatwedo-sec {
  padding: 50px 0px 0px;
}

.whatwe-txt h3 {
  font-size: 35px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
}

.whatwe-txt p {
  font-size: 17px;
  font-family: "Montserrat";
  color: rgba(0, 0, 0, 0.8);
  margin: 0px 0px 10px 0px;
}

.whatwe-img p {
  font-size: 16px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.whatwe-contact {
  display: flex;
  align-items: center;
  gap: 70px;
}

.what-phonenmbr {
  display: flex;
  margin: 30px 0px 0px 0px;
  gap: 15px;
}

.what-phonenmbr span {
  background: rgb(0, 102, 153);
  color: #fff;
  font-size: 20px;
  padding: 0px 7px 4px 6px;
  border-radius: 40px;
}

.what-phonenmbr h6 {
  margin: 0px;
  font-size: 17px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: bold;
  padding: 6px 0px 0px 0px;
}

.whatwe-txt button {
    border: 1px solid rgb(0, 102, 153);
    transition: all .6s ease;
}

.whatwe-txt button:focus {
    outline: none;
}

.whatwe-txt ul li {
    margin: 5px 0px 5px 15px;
    font-size: 16px;
    font-family: "Montserrat";
    color: rgba(0, 0, 0, 0.8);
    list-style: disc;
}

.whatwe-txt ul {
    margin: 20px 0px;
}

/********** What We Do Section CSS End *********/

/********** What We Offer Section CSS Start *********/

.whatoffer-sec .container {
  max-width: 1200px;
}

.whatoffer-txt h4 {
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px;
}

.whatoffer-txt {
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.whatoffer-sec {
  padding: 50px 0px 50px 0px;
}

.whatoffer-txt p {
  font-size: 18px;
  font-family: "Montserrat";
  color: rgba(0, 0, 0, 0.8);
}

.whatoffer-sec .nav-item a {
  width: 146px;
  height: 167px;
  border-radius: 50% 50% 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0 0px;
  border: none;
}

.whatoffer-sec a.nav-link span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  line-height: 110px;
  display: flex;
  background: none;
  transition: all 300ms ease-in-out;
  align-items: center;
  justify-content: center;
}

#myTabContent {
  padding: 40px 40px;
  background-color: rgb(0 102 153 / 13%);
}

.nav-tabs {
  gap: 0px;
  justify-content: left;
}

.whatoffer-sec .nav-item .active {
  background: rgb(0 102 153 / 13%) !important;
}

.whatoffer-sec a.nav-link.active span {
  background: rgb(0, 102, 153);
}


.whatoffer-sec .nav-link.active span img {
    filter: invert(0) !important;
}

.nav-tabs .nav-item {
  margin-bottom: 0px;
}

.nav-tabs .nav-item:nth-child(1) img {
    filter: invert(1) !important;
}

.whatoffer-sec a.nav-link.active span img {
    filter: invert(1) !important;
}

.nav-tabs .nav-item:nth-child(1) .nav-link.active img {
    filter: invert(0) !important;
}

.tab-content>.active {
    font-weight: bold;
    text-transform: capitalize;
}

.main_lognin.set label {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #006699;
}

.popup-login .main_lognin {
    padding: 8px 20px;
}

.popup-login .main_lognin input {
    margin: 8px 0 20px;
}

.tab-content>.active h5 {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.summary-txt p {
    margin: 20px 0px 0px 0px;
    font-size: 18px;
    font-family: 'Hanken Grotesk';
}

/********** What We Offer Section CSS End *********/

/********** Case Study Section CSS Start *********/

.casestudy-btn {
  margin: 40px 0px 0px 0px;
  display: flex;
  gap: 30px;
}

.casestudy-btn .tax-btn {
  padding: 13px 0px 0px 0px;
  color: #000;
  font-weight: bold;
  text-decoration-line: underline !important;
}

.casestudy-btn .tax-btn:hover {
  text-decoration-line: none !important;
}

/********** Case Study Section CSS End *********/

/********** Our Affiliate Section CSS Start *********/

.our-affiliate-sec {
    padding: 50px 0px 40px 0px;
    background-color: rgb(0, 102, 153);
    margin: 0px 0px 0px 0px;
}

.our-affiliate-txt {
  text-align: center;
}

.our-affiliate-txt h3 {
  font-size: 35px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}

.our-affiliate-txt p {
  font-size: 20px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  margin: 0px 0px 20px 0px;
}

.themetransparent {
  padding: 10px 30px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
}

.themetransparent:hover {
  background: #fff;
  color: rgb(0, 102, 153);
}

/********** Our Affiliate Section CSS End *********/

/********** How Its Work Section CSS Start *********/

.howwork-sec {
  margin: 0px 0px 100px 0px;
}

.howwork-sec .container {
  max-width: 1200px;
}

.howwork-txt {
  padding: 50px 80px 10px 70px;
  background: #f4f4f7;
}

.howwork-txt h3 {
  font-size: 35px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 0px 20px 0px;
}

.howwork-txt ul li {
  margin: 0px 0px 20px 0px;
  font-size: 17px;
  font-family: "Montserrat";
  color: rgba(0, 0, 0, 0.8);
  padding: 0px 0px 0px 20px;
}

.howwork-txt ul li::marker {
  content: "🔷" ;
}

.howwork-txt p {
    margin: 30px 0px 30px 0px;
    color: red;
    font-size: 18px;
    font-family: 'Hanken Grotesk';
}

/********** How Its Work Section CSS End *********/

/********** Frequently Asked Question Section CSS Start *********/

.faqs-sec {
  padding: 50px 0px 0px;
  margin: 0px 0px 40px 0px;
}

.faqs-sec .container {
  background: #fff;
  max-width: 1200px;
  padding: 60px;
  box-shadow: 0 0 13px #00000047;
}

/* accordion
------------------------------------*/

.accordion,
.accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion {
  overflow: hidden;
  background: none;
  margin-top: 30px;
}

.quest-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0c2745;
  padding: 0px 15px 0px 35px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  display: inline-block;
  transition: all linear 0.15s;
  text-decoration: none;
  border-bottom: 1px solid #dbdbdb;
}

.quest-title:before {
  position: absolute;
  content: "\ebc0";
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  font-family: "boxicons";
  color: #1e1e1e;
  font-size: 20px;
}

.quest-title.active,
.quest-title:hover {
  content: "\e91c";
}

.quest-title:after {
  width: 60px;
  height: 1px;
  left: -60px;
  bottom: -1px;
  background: #dbdbdb;
  position: absolute;
  content: "";
}

.quest-title.active:before {
  content: "\eb8b" !important;
  font-family: "boxicons";
}

.quest-content {
  padding: 10px 20px;
  display: none;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  margin: 10px 0px 10px 30px;
}

.quest-content p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  color: #000;
  position: relative;
}

.quest-content p::before {
  position: absolute;
  content: "";
  background: rgb(0, 102, 153);
  height: 100%;
  width: 2px;
  left: -20px;
}

.faqs-heading {
  padding: 0px 0px 20px 0px;
  position: relative;
}

.faqs-heading h3 {
  font-weight: bold;
  font-size: 35px;
  color: #000;
  letter-spacing: -3px;
  padding: 0px 0px 0px 100px;
}

.faqs-heading::before {
  position: absolute;
}

.faqs-heading::before {
  position: absolute;
  background: rgb(0, 102, 153);
  content: "";
  height: 1px;
  width: 200px;
  bottom: 10px;
  left: 0px;
}

.faqsbefore {
  position: relative;
}

.faqsbefore::before {
  position: absolute;
  content: "";
  background: rgb(0, 102, 153);
  height: 600px;
  width: 100%;
  z-index: -1;
  top: -50px;
}



/********** Frequently Asked Question Section CSS End *********/


/********** Blogs Section CSS Start *********/


.blogs-sec {
  padding: 30px 0px 80px 0px;
}


.blogs-sec .container {
  max-width: 1200px;
}

.blogs-sec h3 {
  text-align: center;
  font-size: 35px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
}

.blog-card img {
    width: 100%;
    margin: 0px 0px 20px 0px;
    height: 270px;
}

.blog-card {
    border: 2px solid rgb(235, 235, 235);
    box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 15px;
    background: #fff;
}

.blog-card h4 {
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 20px;
    height: 50px;
    display: flex;
    align-items: center;
}

.blog-card h6 {
    font-size: 13px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: 0;
}

.blog-card p {
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    padding: 0px 0px 10px 0px;
}

/********** Blogs Section CSS End *********/


/********** Articles Section CSS Start *********/


.articles-sec {
  padding: 30px 0px 20px 0px;
}


.articles-sec .container {
  max-width: 1200px;
}

.articles-sec h3 {
  text-align: center;
  font-size: 35px;
  font-family: "Montserrat";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0px 40px 0px;
}


/********** Articles Section CSS End *********/


/********** Contact US Section CSS Start  *********/

.contact-us-sec{
  padding: 50px 0px 50px 0px;
}

.input-field{
  margin: 20px 0px 20px 0px;
}

.input-field input{
  display: block;
  width: 100%;
  padding: 20px 15px;
  border: none;
  background-color: rgb(244, 244, 244);
}

.contact-us-sec .container {
  max-width: 1200px;
}

.input-field input:focus {
  outline: none;
}

.input-field textarea {
  width: 100%;
  display: block;
  padding:  20px;
  background-color: rgb(244, 244, 244);
  border: none;
  resize: none;
}

.input-btn {
  text-align: center;
  margin: 40px 0px 0px 0px;
}

.input-field input::placeholder {
  font-size: 14px;
  font-family: "Montserrat";
  color: rgba(0, 0, 0, 0.659);
}

.input-field textarea:focus {
  outline: none;
}

.input-btn button {
  padding: 15px 55px;
  border: 1px solid rgb(0, 102, 153);
  background-color: rgb(0, 102, 153);
  color: #fff;
  transition: all .6s ease;
}

.input-btn button:hover {
  background: transparent;
  color: rgb(0, 102, 153);
}

.contact-us-sec h3 {
  text-align: center;
  margin: 0px 0px 20px 0px;
  font-size: 35px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
}

ul#myTab {
    border: none;
}


/********** Contact US Section CSS End  *********/



/********** Newsletter Section CSS Start  *********/


.newsletter-sec {
  padding: 20px 0px 50px 0px;
}

.newsletter-sec .container {
  max-width: 1200px;
}
.newsletter-txt h4 {
  font-size: 45px;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
}

.newsletter-input input {
  width: 100%;
  padding: 20px 15px;
  border-radius: 5px;
  background-color: rgb(244, 244, 244);
  border: none;
}


.newsletter-input input::placeholder {
  font-size: 17.424px;
  font-family: "Source Sans Pro";
  color: rgba(0, 0, 0, 0.8);
}

.newsletter-txt {
  display: flex;
  align-items: center;
  height: 100%;
}

.newsletter-input {
  position: relative;
}

.newsletter-input button {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 13px 45px;
  font-size: 24px;
  border-radius: 5px;
  color: #fff;
  background: rgb(0, 102, 153);
  border: 1px solid rgb(0, 102, 153);
  transition: all .6s ease;
}

.newsletter-input button:hover {
  background: transparent;
  color: rgb(0, 102, 153);
}

.newsletter-input input:focus {
  outline: none;
}

/********** Newsletter Section CSS End  *********/


/********** Footer Main Section CSS Start  *********/

footer.footer-main {
  background: rgb(244, 244, 244);
  padding: 50px 0px;
}

.footer-main .container {
  max-width: 1200px;
}

.footer-link ul li a {
  font-family: 'Hanken Grotesk';
  margin: 0px 0px 10px 0px;
  font-size: 14px;
}

.footer-link ul li a:hover {
  color: rgb(0, 102, 153);
}

.footer-youtube {
  margin: 40px 0px 0px 0px;
  text-align: center;
}

.footer-youtube .themebtn {
  border-radius: 0px;
}

.youtubebtn {
  margin: 10px 0px 0px 0px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.youtubebtn a {
  font-size: 14px;
  text-decoration-line: underline !important;
}

.youtubebtn span {
  font-size: 50px;
  margin: -6px 0px 0px 0px;
  color: red;
}

.footer-socialicons  ul {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
}

.footer-socialicons ul li a {
  padding: 5px 11px 7px 11px;
  border: 1px solid rgb(0, 102, 153);
  border-radius: 50px;
  font-size: 20px;
  color: rgb(0, 102, 153);
}

.footer-socialicons ul li a:hover {
  background: rgb(0, 102, 153);
  color: #fff;
}

.footer-address ul li span {
  margin: 0px 10px 0px 0px;
  background: rgb(0, 102, 153);
  color: #fff;
  padding: 1px 6px 3px 6px;
  border-radius: 50px;
  font-size: 20px;
  border: 1px solid rgb(0, 102, 153);
  transition: all .6s ease;
}

.footer-address ul li {
  margin: 12px 0px;
  padding: 0px 70px  0px 0px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-address {
  padding: 0px 0px 0px 80px;
  margin: 30px 0px 0px 0px;
}


.copyright-txt p {
  margin: 0px;
  font-size: 15px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
}

.footer-copyright {
  background-color: rgb(0, 102, 153);
  text-align: center;
  padding: 12px 0px;
}

.footer-address ul li p {
    font-size: 14px;
    font-family: 'Montserrat';
    margin: 0px;
}


.footer-address ul li span:hover {
    background: transparent;
    color: rgb(0, 102, 153);
}

/********** Footer Main Section CSS End  *********/

/* about us */

.inner-pages-banner {
  width: 100%;
  display: block;
  height: 400px;
  background-color: rgb(0 102 153 / 13%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banners h2 {
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
}

/* about-us end */


/* blog */

.inner-blog {
  padding: 60px 0 0;
}

.inner-blog .col-lg-4 {
  margin: 0 0 40px;
}

/* blog end*/


/* article */

.inner-articles .blog-card {
  margin: 0 0 40px;
}


/* article end */


/* Login in Start  */
/* Login Signup Start */
.main_login_signup {
  padding: 100px 0px;
}

.main_lognin input {
  width: 100%;
  padding: 15px 10px;
  margin: 15px 0px;
  border-radius: 10px;
  outline: none;
  background: #F4F4F4;
  border: 1px solid #8080808a;
  text-transform: capitalize;
}

.login_remember input {
  width: unset;
  cursor: pointer;
}

.login_remember {
  display: flex;
  align-items: baseline;
}

.main_lognin a {
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
  text-transform: capitalize;
}

.logiin_radio {
  display: flex;
  align-items: baseline;
  width: 50%;
  gap: 10px;
  text-transform: capitalize;
  font-weight: 400;
}

.logiin_radio p {
  margin: 0;
  color: gray;
}

.login_remember a {
  display: flex;
  justify-content: end;
  text-decoration: none;
  color: gray;
  text-transform: capitalize;
}

.main_lognin h1 {
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--secondary-color);
}

.main_lognin {
  border: 1px solid #8080809c;
  padding: 50px 20px;
  border-radius: 10px;
}

.main_lognin.set p {
  margin: 0;
  color: gray;
  text-transform: capitalize;
}

.rejister_forget a {
  color: gray;
  text-transform: capitalize;
  text-decoration: none;
}

.main_lognin input:focus {
  border-color: #006699;
}

/* Login in End  */


.main-privacy {
  padding: 40px 80px;
}

.main-privacy p:before {
  display: block;
  width: 10px;
  height: 10px;
  background: #006699;
  position: absolute;
  content: "";
  border-radius: 40px;
  left: -30px;
  top: 5px;
}

.main-privacy p {
  position: relative;
}


.portal-heading h4 {
  font-size: 20px;
  font-weight: 700;
  color: #006699;
}

/* ////////// CONTACT_US_START ////////// */



.font-logo {
  /* display: flex; */
  padding: 20px 0;
  border: 3px solid;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 130px;
  border-radius: 18px;
  transition: 0.5s;

}

.sec-paragraph p {
  width: 77%;
}


.sec-paragragh a {
  color: black;
  padding: 0px 10px;
  font-weight: 400;
}


.font-logo:hover {
  border-color: #006699;
  /* color: white !important; */
  cursor: pointer;
}

.contact-above {
  padding: 50px 0 10px;
}

.whatoffer-txt .themebtn {
    margin: 15px 0 0;
}

.popup-login .modal-title {
    text-align: left;
    width: 100%;
    font-size: 35px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 13px 20px;
}


.border-btn {
    border-left: 2px solid;
    padding: 0 0 0 14px;
    height: 40px;
    display: flex;
    align-items: center;
}

.modal-header button:focus {
    outline: none;
}

/* ////////// CONTACT_US_END ////////// */




@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}
/*======================================
   Login & Register & My Account CSS
========================================*/
.alert-success {
  color: #ffffff;
  background-color: #00b894;
  border-color: #00b894;
}

.alert-danger {
  color: #FFF;
  background-color: #ff4949;
  border-color: #ff4949;
}

.section{
padding-top: 80px;
padding-bottom: 50px;
}

.section-heading{
text-align: center;
font-weight: 600;
margin-bottom: 60px;
color: var(--primary-color);
position: relative;
line-height: 24px;
}

.section-heading::after{
content: '';
  width: 60px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 10px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

#auth{
padding: 60px 0px;
}

.login_register{
background: #ffffff;
  padding: 50px;
  box-shadow: 1px 3px 10px #d8d8d8;
}

.login_register .form-control {
height: auto;
  display: block;
  width: 100%;
   padding: 15px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border-radius: .25rem;
  margin-top: 15px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login_register .form-control:focus{
outline: none;
-webkit-box-shadow: none;
  box-shadow: none;
border: 1px solid #000;
}

.login_register .btn-login{
display: block;
  background: #FFF;
  padding: 18px 50px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
transition: all 0.3s;
width: 100%;
margin-top: 30px;
}
.login_register .btn-login:hover{
  background: var(--primary-color);
  color: #FFF;
}

.login_register .right_link{
color: var(--primary-color);
margin-top: 15px;
transition: all 0.3s;
display: inline-block;
}

.login_register .right_link:hover{
text-decoration: underline;
}

.create-account-link{
color: var(--primary-color);
display: inline-block;
margin-top: 15px;
transition: all 0.3s;
}

.create-account-link:hover{
color: var(--primary-color);
text-decoration: underline;
}

.customer_dashboard{
box-shadow: 0 0 4px 0 #e9e9e9;
}

.customer_dashboard{
box-shadow: 0 0 4px 0 #d0cfcf;
}

.customer_dashboard .nav-tabs li.nav-item a {
  text-align: left;
  padding: 12px 20px;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
  color: #2b2f4c;
}
.customer_dashboard .nav-tabs li.nav-item a.active{
background: #1d2224;
color: #FFF;
}
.customer_dashboard .nav-tabs li.nav-item a i {
  margin-right: 8px;
  vertical-align: middle;
}

.dashboard_content .card-header {
  background-color: #1d2224;
  border-color: #1d2224;
  padding: 14px 20px;
}

.dashboard_content .card-header > h4 {
font-size: 16px;
color: #FFF;
font-weight: 400;
margin: 0;
}

.account_details .form-control {
height: auto;
  display: block;
  width: 100%;
   padding: 15px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border-radius: .25rem;
  margin-top: 15px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.account_details .form-control:focus{
outline: none;
-webkit-box-shadow: none;
  box-shadow: none;
border: 1px solid #000;
}

.account_details .btn-login{
  background: #FFF;
  padding: 18px 50px;
  border: 1px solid #303952;
  color: #303952;
transition: all 0.3s;
margin-top: 30px;
}
.account_details .btn-login:hover{
  background: #303952;
  color: #FFF;
}
.btn-add-address{
color: #FFF !important;
padding: 6px 16px;
display: inline-block;
font-size: 14px;
border: 1px solid #FFF;
border-radius: 50px;
}

/*======================================
End Login CSS
========================================*/
.auth-name {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}


/* FLOAT ICONS */
.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 36%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}

.btns_wrap {
  position: fixed;
  right: -6px;
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  border-radius: 3px 0 0 3px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
  background: #3db349;
  border-radius: 30px 0 0 30px;
}

.banner-form {
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -117px;
  width: 175px;
  background: #4267b2;
  top: 0;
  /* border-radius: 30px 0 0 30px !important; */
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px 0 0 3px;
  z-index: 9999;
}

.btns_wrap .linkdin_wrap {
  right: -117px;
  width: 175px;
  position: absolute;
  background: #0077b5;
  top: 89px !important;
  /*border-radius: 30px 0 0 30px;*/
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

.btns_wrap .call_wrap {
  right: -117px;
  width: 175px;
  position: absolute;
  background: #000000;
  top: 44px;
  /*border-radius: 30px 0 0 30px;*/
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}


.btns_wrap .pint_wrap {
  right: -117px;
  width: 175px;
  position: absolute;
  background: #cb2027;
  top: 134px !important;
  /*border-radius: 30px 0 0 30px;*/
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

.btns_wrap .whatsapp_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}
.btns_wrap .pint_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}
.btns_wrap .linkdin_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}


.btns_wrap .whatsapp_wrap {
  right: -117px;
  width: 175px;
  position: absolute;
  background: #25d366;
  top: 179px !important;
  /*border-radius: 30px 0 0 30px;*/
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

.btns_wrap .call_wrap span.icoo{
  color: #fff;
  background: -moz-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
  font-size: 18px;
  padding: 9px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  margin: 0px 0 0;
  background: #000000;
}

.btns_wrap .chat_wrap span.icoo{
  color: #fff;
  background: -moz-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
  font-size: 18px;
  padding: 9px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  background: #4267b2;
}

.btns_wrap .linkdin_wrap span.icoo{
  color: #fff;
  background: -moz-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
  font-size: 18px;
  padding: 9px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  background: #0077b5;
}

.btns_wrap .pint_wrap span.icoo{
  color: #fff;
  background: -moz-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
  font-size: 18px;
  padding: 9px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  background: #cb2027;
}

.btns_wrap .whatsapp_wrap span.icoo{
  color: #fff;
  background: -moz-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
  font-size: 18px;
  padding: 9px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  background: #25d366;
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.floatbutton .clickbutton .crossplus::before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus::after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.banner-form .txt-blk {
  font-size: 26px;
  line-height: 36px;
}

.txt-blk {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  line-height: 53px;
}

.ban-form input {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}

.ban-form .fldset {
  margin: 5px;
}

.ban-form .fldset input[type="email"],
.ban-form .fldset input[type="number"],
.ban-form .fldset input[type="tel"],
.ban-form .fldset input[type="text"],
.ban-form .fldset optgroup,
.ban-form .fldset select,
.ban-form .fldset textarea {
  font-size: 16px;
  color: #000;
}

.cmxform .fldset input[type="email"],
.cmxform .fldset input[type="number"],
.cmxform .fldset input[type="tel"],
.cmxform .fldset input[type="text"],
.cmxform .fldset optgroup,
.cmxform .fldset select,
.cmxform .fldset textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  width: 100%;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  line-height: 1.25;
  color: var(--text);
  padding: 10px 13px;
  border-radius: 0;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 -1px 0 hsla(0, 0%, 56.5%, 0.35);
  transition: box-shadow 0.15s ease-in-out;
  font-size: 16px;
  padding: 9px 0px;
  outline: none !important;
}

.ban-form input {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -47px;
  white-space: pre;
  bottom: 87px;
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.first-banner-text img {
  min-width: 620px !important;
  filter: drop-shadow(25px 19px 6px black);
}


.inner-text {
  position: relative;
}

.inner-text span {
  position: absolute;
  background-color: #EEf9fd;
  padding: 9px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
}

.inner-text p {
  padding: 0 65px 0;
}

.main-what h2 {
  text-align: center;
  padding: 0 0 20px;
  font-size: 40px;
  font-weight: 600;
}

.main-what {
  padding: 0 0 50px;
}

.site-policies {
  padding: 50px 0 50px;
}

.policy-point li {
  font-size: 23px;
  font-weight: 100;
  line-height: 45px;
  list-style-type: disc;
}

.policy-point li::marker {
  color: #3db349;
}

.tab-sec {
  padding: 50px 0 50px;
}

.tab-3 select {
  width: 100%;
}

.tab-1 select {
  border-color: #3db349;
  border-radius: 25px;
  height: 50px;
  padding: 0px 10px 0;
  width: 100%;
}

.tab-2 select {
  border-color: #3db349;
  border-radius: 25px;
  height: 50px;
  padding: 0px 10px 0;
  width: 100%;
}

.tab-3 select {
  border-color: #3db349;
  border-radius: 25px;
  height: 50px;
  padding: 0px 10px 0;

}

.tabs-heading {
  text-align: center;
  padding: 40px 0 40px;
}

.tabs-heading h1 {
  font-size: 50px;
  font-weight: 600;
}

.tab-sec label {
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 600;
}

.icoo img {
    width: 100%;
    max-width: 20px;
    filter: drop-shadow(2px 7px 0px white);
    margin: -15px -2px 0;
}
.detail_page {
    padding: 100px 0px;
}

.detail_img {
    padding: 50px 0px;
}

.detail_content h2 {
    font-size: 33px;
    font-weight: 600;
}

.detail_content span {
    font-style: italic;
    font-weight: 600;
}
.detail_img img {
    width: 100%;
}


/*company logo*/


.first-banner-sec {
    position:relative;
}

ul.logo-company {
    display: flex;
    margin-top: 50px;
    gap: 11px;
    position: relative;
    z-index: 999;
    justify-content: center;
    /* background: #fff; */
    padding: 10px 0 50px 0;
    border-radius: 13px;
    align-items: center;
}
/*company logo*/
ul.logo-company li {
    height: 170px;
}

ul.logo-company li a, ul.logo-company li a img {
    height: 125px;
    width: 125px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px;
}

ul.logo-company li a:hover {
    transform: translate(0px, -10px);
}

.book-description h4 {
    font-size: 30px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:30px;
}

.book-description {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.book-image img {
    width: 100%;
}

setion.books-section .container {
    margin-top: 70px;
}

setion.books-section h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.work-book h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 50px;
}

.work-book h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 50px;
}

/*.work-book .themebtn{*/
/*   margin:0 110px;*/
/*}*/