@import url("../../../css2-1");

/*scroll*/
::selection {
  background: #895ffc;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(#27a7ca, #27a7ca);
}

/*body*/
body {
  overflow-x: hidden;
  font-family: "Inter", serif;

  background-color: #000;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

.overflw {
  overflow: hidden;
}

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover,
button:hover {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
}

/*padding*/
.pad {
  padding: 0;
}

.padL {
  padding-left: 0;
}

.padR {
  padding-right: 0;
}

.pad-top-80 {
  padding-top: 80px !important;
}

.pad-top {
  padding-top: 60px;
}

.pad-btm-30 {
  padding-bottom: 30px;
}

.pad-btm {
  padding-bottom: 50px;
}

.pad-btm-70 {
  padding-bottom: 70px;
}

.pad-tb {
  padding: 80px 0;
}

.pad-tbm {
  padding: 50px 0;
}

.padRt-60 {
  padding-right: 60px;
}

.pad-LR30 {
  padding: 0 30px;
}

.pad-80-240 {
  padding: 80px 0 240px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-35 {
  margin-top: 35px;
}

/*botton*/
.btn-a {
  background-color: #ffe388;
  border: 2px solid #fff;
  border-radius: 0;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.btn-a:hover {
  background: transparent;
  color: #fff;
}

.btn-submit {
  border-radius: 5px !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  letter-spacing: 0.2px;
}

.btn-submit:hover {
  background: transparent;
  color: #fff;
}

/*heading*/
.m1-h h5 {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
}

.m1-h h5 span {
  font-weight: 400;
  font-size: 44px;
}

.m2-h h5 {
  font-size: 36px;
  text-transform: capitalize;
  color: #27a7ca;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
  text-transform: uppercase;
  padding-bottom: 20px;
}

.m2-h h5 span {
  border-bottom: 3px solid #27a7ca;
  text-transform: capitalize;
}

.m3-h h5 {
  margin-bottom: 35px;
  padding-bottom: 19px;
  color: #27a7ca;
  font-weight: 600;
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 18px;
}

.m4-h h5 {
  color: #27a7ca;
  font-family: "Poppins";
  text-transform: capitalize;
  font-size: 18px;
  margin: 25px 0 30px;
  font-weight: 600;
}

.m5-h h5 {
  font-weight: 600;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Poppins";
}

.m5-h h5 span {
  border-bottom: 3px solid #fff;
}

.m6-h h5 {
}

/*paragrape*/
.p1 p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.p2 p {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.p3 p {
  color: #fff;
  line-height: 32px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins";
}

.p4 p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins";
  line-height: 22px;
}

.p5 p {
}

/* Font size */
.font-16 {
  font-size: 16px !important;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 999999;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #27a7ca;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #000;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/*top-header*/
/*header*/
header {
  padding: 15px 20px;
  background: rgb(0, 0, 0);
}

ul.menu {
  display: block;
}

ul.menu > li {
  display: inline-block;
  margin-right: 5px;
}

ul.menu > li:last-child {
  margin-right: 0;
  margin: 0 0 0 0px;
}

ul.menu > li > a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0;
  border-bottom: 2px solid transparent;
}

ul.menu > li.active a {
  border-bottom: 2px solid #fff;
}

ul.menu > li > a:hover {
  border-bottom: 2px solid #fff;
}

/*main-banner*/
.mainBanner {
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}

video#myVideo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 99;
}

.z-9 {
  z-index: 999;
  position: relative;
}

.mainBanner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00000059;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

/*main-banner End*/
/* Social Icons */
.socialIcon li {
  display: inline-block;
}

.socialIcon li span {
  padding: 12px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 5px 0 0;
}

.socialIcon li span:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.footer-bg {
    background-color: #17333c;
    padding: 50px 0 20px 0;
    background-image: url(../images/price-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-bg .footer-content-1 img{
    
}

.footer-head a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.footer-logo {
    width: 150px;
}

.footer-content-1 p {
    font-size: 17px;
    color: #fff;
    padding: 10px 0;
}

.social-icons a {
    padding: 10px 11px;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
}

.footer-content-2 h4, .footer-content-3 h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 0 0 15px 0px;
}

.footer-content-2 ul li, .footer-content-3 a:hover, .header-top-bg .top-number a:hover {
    color: #ec7f17;
}

.footer-btm a, .footer-content-2 ul li a, .footer-content-3 a {
    color: #fff;
    text-decoration: none;
}

.footer-hr {
    height: 1px!important;
    color: #fff;
    margin: 35px 0 20px;
    opacity: 1;
    border-color: #fff;
}

.footer-content-3 ul li {
    display: flex;
    padding: 5px 0;
    color: #fff;
}

.footer-content-3 li i {
    padding: 4px 10px 0 0;
    color: #ec7f17;
}

.footer-btm {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer-btm p {
    color: #fff;
    line-height: 21px;
}

.buttons-divh a.btn-01 {
    background: #27a7ca;
    padding: 9px 24px;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    font-size: 15px;
    margin-right: 10px;
    border-radius: 27px;
}

/*media-quries*/
@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
  .menu-Bar {
    display: block;
    top: 0px;
  }

  .menuWrap.open {
    display: flex;
    left: 0px;
  }

  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #27a7ca;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 9999;
    width: 100vw;
  }

  .menuWrap .menu li {
    display: block;
  }

  .menuWrap .menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    margin-bottom: 30px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 25px;
  }

  .container {
    position: relative;
  }

  header .header-top {
    display: none;
  }

  header .main-header ul.menu > li {
    display: block;
    padding: 0px;
  }

  header .main-header ul.menu > li a {
    color: #fff;
    padding: 0px;
    text-align: center;
  }

  header .main-header ul.menu > li a:before {
    display: none;
  }
}

@media (max-width: 980px) {
  .btn-a {
    margin-bottom: 20px;
  }

  footer {
    padding-bottom: 60px;
  }
}

@media (max-width: 824px) {
}

@media (max-width: 767px) {
  header {
    padding: 0;
  }
  .footer-btm {
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        padding-bottom: 42px;
        gap: 10px 0;
    }

  footer {
    text-align: center;
  }

  .m1-h h5 span {
    font-size: 26px;
  }

  .at-h {
    padding-bottom: 0;
  }

  .padRt-60 {
    padding-right: 0 !important;
  }

  .btn {
    border: 1px solid #000;
  }

  ul.menu > li:last-child {
    margin: 0;
  }

  a.logo img {
    width: 50%;
  }

  .m1-h h5 {
    font-size: 20px;
  }

  .mainBanner {
    height: 35vh;
  }

  .m2-h h5 {
    font-size: 20px;
  }

  .pad-tb {
    padding: 40px 0;
  }

  .p1 p {
    font-size: 16px;
    line-height: 20px;
  }

  .flogo img {
    width: 50%;
  }

  .flogo {
    text-align: left;
    margin-bottom: 20px;
  }

  .copyright.text-center {
    font-size: 16px;
  }

  footer {
    padding: 15px 0;
  }

  ul.menu > li.active a {
    border-bottom: 0;
  }

  ul.menu > li {
    margin-right: 0;
  }

  .menuWrap .menu li a {
    margin-bottom: 15px;
    font-size: 15px;
  }

  ul.menu > li > a {
    border-bottom: none;
  }

  ul.menu > li.active a {
    border-bottom: none;
  }

  ul.menu > li > a:hover {
    border-bottom: none;
  }

  .inner-ban .ban_hdn h5::after {
    width: 90px;
  }

  .inner-ban {
    height: 20vh;
  }

  .Tec-ctn h5::after {
    width: 270px;
  }
}

@media (min-width: 320px) and (max-width: 340px) {
}

@media (min-width: 341px) and (max-width: 365px) {
}

@media (min-width: 366px) and (max-width: 380px) {
}

@media (min-width: 381px) and (max-width: 415px) {
}

/* UL style */
.listStyle {
  list-style: disc;
  display: inline-block;
  list-style-position: inside;
}

.listStyle li {
  margin: 30px 0;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  /* position: relative;
   */
}

/* /// */

/* Changes-mine */

a:hover {
  text-decoration: none;
}

body {
  background-color: #fff;
}

header {
  padding: 15px 20px;
  background: rgb(0, 0, 0);
  background: #000000;
  text-align: center;
}

a.btn.btn-a {
  padding: 9px 24px;
  border: 1px solid #ffffff4a;
  border-radius: 42px;
}

section.home-banner {
  padding: 50px 0 50px;
  background-image: url("../images/banner/home-banner.png");
  background-position: center;
  background-size: cover;
}

.banner-text h1 {
  font-size: 57px;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "ADLaM Display";
}

.banner-text p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}

.banner-text h5 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.banner-text ul {
  padding-left: 20px;
  margin-top: 19px;
}

.banner-text ul li {
  font-size: 16px;
  margin-bottom: 10px;
  list-style-type: disclosure-closed;
}

.banner-text ul li::marker {
  color: #27a7ca;
}

.buttons-div {
  margin-top: 40px;
  margin-bottom: 60px;
}
.buttons-div a.btn-01 {
  background: #27a7ca;
  padding: 13px 38px;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  font-size: 15px;
  margin-right: 10px;
}

.buttons-div a.btn-02 {
  background: #000000;
  padding: 13px 38px;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  font-size: 15px;
}

.banner-form {
  background: #27a7ca;
  padding: 35px;
  border-radius: 10px;
  position: relative;
}
.banner-form::after {
  content: url(../images/worksheet.png);
  position: absolute;
  left: -170px;
  bottom: -43px;
}
.banner-form h2 {
  font-size: 24px;
  font-family: "Crayon Pastel";
  margin-bottom: 10px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.banner-form p {
  color: white;
  font-size: 15px;
}

.banner-form label {
  /* font-size: 0px !important; */
}

.banner-form label input {
  /* margin: 0px !important; */
  margin-bottom: 18px;
  padding: 13px 15px;
  border: 2px solid white !important;
  border-radius: 9px;
  margin-top: 8px !important;
}

.banner-form label input::placeholder {
  color: white;
}

.banner-form label textarea {
  margin: 0px !important;
  padding: 13px 15px;
  border: 2px solid white !important;
  border-radius: 9px;
  margin-top: 8px !important;
  margin-bottom: 20px !important;
}

.banner-form label textarea::placeholder {
  color: white;
}

.banner-form button.btn.submitbtn {
  background: #fff;
  color: #212529;
  width: 100%;
  padding: 14px 0;
  font-size: 15px;
}

section.visions-sell {
  padding: 20px 0;
}

section.visions-sell h3 {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  text-transform: uppercase;
  line-height: 24px;
}

section.professional-book {
  background: white;
  padding: 80px 0 0;
}

.professional-book-text h2 {
  color: black;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 15px;
  font-family: "ADLaM Display";
}

.professional-book-text p {
  color: black;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 16px;
}

.professional-book-text ul li {
  width: 50% !important;
  margin-bottom: 25px;
  color: black;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}

.professional-book-text ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.professional-book-text a {
  background: black;
  color: white;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 8px;
  display: block;
  margin-bottom: 30px;
  width: 250px;
}
.professional-book-text ul li:before {
  content: "";
  background-image: url(../images/icon/black-icon.webp);
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  top: 2px;
}
section.professional-book img {
  margin-right: -100px !important;
  width: 126%;
  max-width: 126%;
}
section.book-name {
  padding: 90px 0;
}

.prominent-text h2 {
  color: black;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 15px;
  font-family: "ADLaM Display";
}

.prominent-text p {
  color: #000000;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 16px;
}

.counter-box-main {
  display: flex;
  column-gap: 37px;
  justify-content: flex-start;
}

.counter-box-main .counter-box i {
  font-size: 27px;
  color: #27a7ca;
  margin-right: 8px;
}

.counter-box-main .counter-box span.counter {
  font-size: 44px;
  color: #212529;
  font-weight: 800;
}

.counter-box-main .counter-box p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0px;
  font-weight: 400;
}

.counter-box-main .counter-box {
  font-size: 44px;
  color: #212529;
  font-weight: 800;
}

section.awards {
  background: #ca276e;
  padding: 40px 0;
}

section.awards h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 35px;
}

section.tech {
  padding: 90px 0;
  background: #ffe388;
  position: relative;
  z-index: 1;
}
section.tech:after {
  content: url(../images/child.png);
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.texh-text h2 {
  text-align: center;
  font-size: 36px;
  color: black;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: "ADLaM Display";
}

.texh-text h2 span {
  font-weight: 500;
  color: #565656;
}

.texh-text p {
  font-size: 16px;
  text-align: center;
  color: #555555;
  width: 80%;
  margin: 0 auto;
  line-height: 25px;
}

.texh-text {
  margin-bottom: 30px;
}

.left-side-bar {
  padding-right: 30px;
}

.left-side-bar .tango-tech-main {
  background: white;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
  align-items: center;
  margin-bottom: 30px;
}

.left-side-bar .tango-tech-main img {
  padding: 20px 18px;
  border-radius: 7px;
  background: white;
  box-shadow: 2px 2px 7px -2px #bbbbbb;
  margin-right: -50px;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.left-side-bar .tango-tech-main p {
  width: 60%;
  font-size: 15px;
  color: #555555;
  line-height: 21px;
  text-align: end;
  height: auto;
}

.left-side-bar .tango-tech-main h4 {
  width: 24%;
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-align: end;
}

.right-side-bar {
  padding-left: 30px;
}

.right-side-bar .tango-tech-main {
  background: white;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  margin-bottom: 30px;
}

.right-side-bar .tango-tech-main img {
  padding: 20px 18px;
  border-radius: 7px;
  background: white;
  box-shadow: -2px 2px 7px -2px #bbbbbb;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.right-side-bar .tango-tech-main p {
  width: 60%;
  font-size: 15px;
  color: #555555;
  line-height: 21px;
  text-align: left;
  height: auto;
}

.right-side-bar .tango-tech-main h4 {
  width: 24%;
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-align: left;
}

section.tabs-section {
  padding: 50px 0 55px;
  background-image: url(../images/tabs-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.tabs-head {
  margin-bottom: 20px;
}

.tabs-head h2 {
  text-align: center;
  font-size: 36px;
  color: black;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: "ADLaM Display";
}

.tabs-head p {
  font-size: 16px;
  text-align: center;
  color: #555555;
  width: 80%;
  margin: 0 auto;
  line-height: 25px;
}

.tablist {
  text-align: center;
  margin-bottom: 30px;
}

.tablist button {
  background: transparent;
  border: 0px;
  padding: 13px 20px;
  font-size: 15px;
  border-radius: 7px;
  margin: 0 5px;
  color: #000;
  font-weight: 700;
}

.tablist button[aria-selected="true"] {
  background: #27a7ca;
  color: #fff;
}

.image-box {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 20px;
}
.image-box img {
  width: 23%;
}

section.edited {
  padding: 90px 0;
  background-image: url(../images/editbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
}

section.edited h2 {
  color: #000000;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  width: 80%;
  margin: 0 auto 20px;
  font-family: "ADLaM Display";
}

section.edited p {
  color: #000000;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 16px;
}

.left-img img {
  margin-left: -50px;
  width: 150% !important;
  margin-right: -60px;
  max-width: 150%;
}

.right-img img {
  margin-left: -50px;
  width: 150% !important;
  margin-right: -60px;
  max-width: 150%;
}

section.service {
  padding: 100px 0;
  text-align: center;
}

.services-head {
  margin-bottom: 30px;
}

.services-head h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 12px;
  font-weight: 700;
  font-family: "ADLaM Display";
  color: #001d30;
}

.services-head p {
  font-size: 16px;
  text-align: center;
  color: #555555;
  width: 80%;
  margin: 0 auto 30px;
  line-height: 25px;
}

.serve-box {
  padding: 30px;
  border: 1px solid #27a7ca;
  border-radius: 10px;
  transition: 0.5s all;
  color: #27a7ca;
  margin-bottom: 30px;
}

.serve-box:hover {
  background-color: #27a7ca;
  color: white !important;
  transition: 0.5s all;
}

.serve-box img {
  margin-bottom: 15px;
  width: 60px;
}

.serve-box:hover img {
  filter: brightness(0) invert(1);
}

.serve-box h4 {
  font-size: 25px;
  margin-bottom: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 29px;
}

.serve-box p {
  font-size: 15px;
  text-align: center;
  line-height: 22px;
}

section.authors-sec {
  background-image: url(../images/author-bg.png);
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}

section.authors-sec img {
  width: 87%;
  margin: -120px 0;
}

.author-sec-content {
  /* padding-left: 100px; */
}

.author-sec-content h3 {
  color: white;
  font-size: 43px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 15px;
  color: #001d30;
  font-family: "ADLaM Display";
  /* width: 60%; */
}

.author-sec-content p {
  color: #001d30;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 16px;
  /* width: 70%; */
}

section.authors-sec-2 {
  background-image: url(../images/best-selling-bg.png);
  background-size: cover;
  background-position: center;
}

section.authors-sec-2 img {
  width: 87%;
  margin: -120px 0;
}

.author-sec-text h3 {
  color: #000000;
  font-family: "ADLaM Display";
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 15px;
}
.author-sec-text p {
  color: #000000;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 16px;
}

.author-sec-text .buttons-div a.btn-01 {
  background: white;
  color: black;
  border-radius: 100px;
}

section.value {
  padding: 86px 0 120px;
}

.value-text h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  color: #001d30;
  font-family: "ADLaM Display";
  width: 90%;
  margin: 0 auto 35px;
  line-height: 56px;
}
.publishing-serve {
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
}

.publishing-serve .publishing-box {
  background: #ffe388;
  width: 23%;
  padding: 20px;
  box-shadow: 4px 4px 0px 0px #27a7ca;
}

.publishing-serve .publishing-box img {
  margin-bottom: 17px;
}

.publishing-serve .publishing-box h4 {
  font-family: "ADLaM Display";
  color: #001d30;
  font-size: 20px;
  margin-bottom: 11px;
}

.publishing-serve .publishing-box p {
  font-size: 15px;
  line-height: 19px;
}
/* .value-text p {
  font-size: 16px;
  color: #603927;
} */
/* 
.value-text .buttons-div a.btn-01 {
  background: #603927;
  border-radius: 100px;
}

.value-text .buttons-div {
  margin-bottom: 70px;
} */
.tabs-divs {
  display: flex;
  flex-wrap: wrap;
  gap: 63px;
  justify-content: center;
  margin-top: 50px;
}
.tabs-divs .tabs-col {
  width: 29%;
}
.author-sec-text {
  padding: 40px 0px;
}
.tabs-divs .tabs-col h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tabs-divs .tabs-col h4 img {
  width: 16px;
}

.tabs-divs .tabs-col p {
  color: #546368;
  font-size: 15px;
  line-height: 21px;
}
section.faqs {
  padding: 100px 0 80px;

  .accordion-container .set a {
    background: #27a7ca;
    padding: 11px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 16px;
    color: white;
    display: block;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .accordion-container .set a i.fa {
    color: black;
    background: white;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    padding: 12px;
    margin-right: 9px;
  }

  .accordion-container {
    position: relative;
  }

  .accordion-container > h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }

  .set > a.active {
    background-color: #27a7ca;
    color: #000;
    margin-bottom: 10px !important;
  }

  .content {
    background-color: #fff;
    display: none;
  }

  .content p {
    padding: 10px 15px 30px;
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 21px;
  }
}

section.faqs {
  padding: 100px 0 80px;
  positon:relative
}
section.faqs::before{
    content:"";
    position:absolute;
    background-image:url(../images/faq-img.png);
}
.faqs-text {
  margin-bottom: 20px;
  text-align: center;
}

.faqs-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: #302946;
  margin-bottom: 20px;
  font-family: "ADLaM Display";
}

.faqs-text p {
  font-size: 16px;
}

section.contact-sec {
  background-image: url(../images/children-book1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 80px 0;
}
.contact-text {
  text-align: center;
  margin-bottom: 20px;
}

.contact-text h2 {
  color: #302946;
  font-size: 40px;
  font-weight: 700;
  width: 75%;
  line-height: 51px;
  margin: 0 auto;
  font-family: "ADLaM Display";
}
.contact-form {
  padding: 35px;
  border-radius: 10px;
  background: #27a7ca;
}
.contact-form h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: white;
  margin-bottom: 29px;
}
.contact-form input,
.contact-form textarea {
  color: white;
  padding: 8px 7px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: white;
}
.contact-form button.btn.submitbtn {
  background: black;
  color: white;
  padding: 13px 30px;
  text-transform: uppercase;
  border-radius: 100px;
  font-weight: 500;
}

section.contact-sec h3 {
  color: #000;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px !important;
}
section.contact-sec ul.contact-point li {
  font-size: 14px;
  color: black;
  line-height: 24px;
  margin-bottom: 13px;
  position: relative;
  padding-left: 50px;
}
ul.contact-point li::before {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  left: 18px;
  background: #000000;
  border-radius: 100px;
  top: 3px;
}
.footer-top {
  background: black;
  padding: 40px 0;
  text-align: center;
}
.footer-top img {
  width: 80%;
}
.footer-links-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin: 20px 0;
  justify-content: center;
}

.footer-links-img img {
  width: 120px;
}
.ftr-lt img {
  margin-bottom: 20px;
}

.contact-details a {
  color: white;
  display: block;
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 22px;
}

.other-details h4 {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: white;
}

.other-details a {
  color: white;
  display: block;
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 14px;
}
p.disclaimer {
  margin: 13px 0 0px;
  font-size: 15px;
  line-height: 21px;
  color: white;
}
.text-right a {
  color: black;
  margin-left: 15px;
  font-size: 15px;
  line-height: 14px;
}
section.testimonail {
  padding: 160px 0 30px;
}
.test-head {
  text-align: center;
  margin-bottom: 50px;
}
.test-head h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #302946;
  font-family: "ADLaM Display";
}
.test-main {
  padding: 30px 30px;
  position: relative;
  border: 2px solid #603927;
  margin: 0 10px;
  text-align: center;
  height: 260px;
  border-radius: 7px;
}
/* .test-main::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 90px;
  height: 90px;
  border-radius: 0 0 0 60px;
  border-left: 8px solid #603927;
  border-bottom: 8px solid #603927;
} */
.img-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.test-main h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.test-main p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 22px;
}

.test-main img {
  display: inline;
}
/*footer start*/
footer {
  background-color: #27a7ca;
  padding: 70px 0;
}

.flogo {
  text-align: right;
}

.copyright.text-center {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  background: #ffc200;
}

.copyright.text-center p {
  text-transform: capitalize;
  text-align: left;
}

/*footer end*/
.img-box img {
  width: 80px;
  height: 80px;
}

/* popup-css */
.modal-dialog {
  max-width: 930px;
  margin: 100px auto;
}
.logo {
  text-align: center;
}

.popup-work h2 {
  text-align: center;
  font-family: "Inter";
  font-size: 40px;
  color: #27a7ca;
  text-transform: uppercase;
  font-weight: 800;
  margin: 20px 0 15px;
}
.popup-work h2 span {
  color: #10708b;
}
.popup-work p {
  text-align: center;
  margin-bottom: 13px;
  font-size: 19px;
  font-weight: 600;
  color: #27a7ca;
}
.modal-body {
  background-image: url(../images/popupbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  position: relative;
}
.modal-body::after {
  content: url(../images/popup-before.png);
  position: absolute;
  right: 0;
  bottom: 0;
}
.popup-work input {
  background: white !important;
  border: 1px solid #27a7ca !important;
  color: #27a7ca !important;
  padding: 14px;
  font-family: "Lato" !important;
  font-weight: 500;
  margin: 10px 0 !important;
}
img.img-pop {
  height: 369px;
  padding: 10px;
  /* border: 1px solid #27a7ca; */
}
.popup-work .cta label {
  /*font-size: 0px !important;*/
}
.popup-work button.btn.submitbtn {
  width: 100%;
  background: #27a7ca;
  margin: 0px !important;
  color: white;
  font-family: "Lato";
  font-size: 17px;
  padding: 9px 0;
}
.modal-body button.close {
  background: #27a7ca;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  padding: 0px !important;
}

.popup-work textarea {
  background: white !important;
  border: 1px solid #27a7ca !important;
  color: #27a7ca !important;
  padding: 14px;
  font-family: "Lato" !important;
  font-weight: 500;
  margin: 10px 0 !important;
}
.mobile-version {
  display: none;
}
.process.process-01 {
  margin-top: -30px;
}
/* popup-css */

/* abt-contact-page */

section.banner-abt-contact {
  background-color: #603927;
  padding: 90px 0;
}
.abt-bg {
  background-image: url(../images/abt-bg.png);
  background-size: cover;
  background-position: center;
}
.contact-bg {
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  background-position: center;
}
section.banner-abt-contact h1 {
  color: white;
  font-size: 79px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
section.sub-sec {
  padding: 80px 0 30px;
}
section.sub-sec h2 {
  color: black;
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;
}
/* .banner-img img {
  margin-bottom: -90px;
} */
.img-sec {
  background: black;
  padding: 16px 0;
}
section.our-mission {
  padding: 70px 0 70px;
}
.consulation-col h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
}

.consulation-col {
  text-align: center;
}

.consulation-col p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}
.consulation-col a.abt-button {
  background: #8f563b;
  color: white;
  padding: 16px 20px;
  display: block;
  width: 60%;
  margin: 0 auto;
  font-size: 14px;
}
.mission-col {
  background: #603927;
  padding: 30px;
}

.mis-2-col {
  background: white;
  padding: 40px;
  border-radius: 30px;
  text-align: center;
}

.mis-2-col h2 {
  margin-bottom: 10px;
  font-size: 31px;
  color: #000;
  font-weight: 600;
}
.mis-2-col p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

section.quote-sec {
  background-color: #e8c9bb;
  padding: 100px 0;
}
section.quote-sec h2 {
  font-size: 40px;
  color: black;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
section.quote-sec form input {
  width: 100%;
  background: white !important;
  border: 2px solid #a6a6a6;
  padding: 15px 20px;
  font-family: "Poppins";
  color: #000;
  margin-top: 0px !important;
  height: 60px;
}
section.quote-sec form .form-group {
  width: 95%;
  margin: 0 auto;
}
section.quote-sec form button.btn.bgbtn {
  background: #603927;
  padding: 17px 40px;
  width: 26%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins";
  color: white;
}

section.top-notch {
  background-image: url(../images/struggling.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
  text-align: center;
}
section.top-notch h2 {
  color: white;
  font-size: 41px;
  width: 81%;
  line-height: 52px;
  margin: 0 auto;
  font-weight: 800;
  text-transform: uppercase;
}
section.faqshead {
  padding: 60px 0 0;
  padding: 60px 0 0;
}
section.faqshead h2 {
  color: black;
  font-size: 30px;
  width: 89%;
  line-height: 43px;
  margin: 0 auto 30px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.faqs-work .Accordion_item h3.title {
  margin-bottom: 12px;
  font-size: 17px;
}

.faqs-work .Accordion_item .inner_content {
  font-size: 15px;
  line-height: 23px;
  width: 81%;
}
.faqs-work .Accordion_item {
  background: black;
  margin-bottom: 20px;
  padding: 20px;
  color: white;
  text-align: left;
  cursor: pointer;
}
a.contact-button {
  background: #603927;
  color: white;
  font-size: 21px;
  padding: 24px 10px;
  display: block;
  text-align: center;
  width: 43%;
  border-radius: 12px;
  margin: 0 auto 40px;
  text-transform: uppercase;
  font-weight: 600;
}
section.looking-banner {
  background-image: url(../images/looking-table.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}
section.looking-banner h2 {
  color: white;
  font-size: 41px;
  width: 70%;
  line-height: 52px;
  margin: 0 auto 20px;
  font-weight: 800;
  text-transform: uppercase;
}
section.looking-banner p {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}

section.looking-banner a.number {
  color: black;
  padding: 12px 23px;
  border: 2px solid white;
  background: white;
  margin: 0 7px;
  border-radius: 4px;
  font-size: 16px;
}

section.looking-banner .buttons {
  margin-top: 40px !important;
}

section.looking-banner a.number:hover {
  background: #a5a5a5;
  color: white;
}

section.contact-us {
  background: #f1f1f1;
  padding: 80px 30px;
}
section.contact-us h2 {
  color: black;
  font-size: 38px;
  line-height: 48px;
  margin: 0 auto;
  font-weight: 800;
  text-transform: uppercase;
}

section.contact-us p {
  font-size: 15px;
  margin: 10px 0 20px;
  line-height: 23px;
}

.forms {
  background: white;
  padding: 50px;
}

.forms h4 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #8f563b;
}

.forms form.cta label {
  color: #8f563b !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.forms form.cta {
  margin-top: 30px;
}
.forms form.cta input {
  color: black !important;
  border-bottom: 1px solid #8f563b;
  margin-bottom: 22px !important;
  padding: 14px;
  margin-top: 0px;
}

.forms form.cta textarea {
  border-bottom: 1px solid 4880EE;
  height: 50px;
  border-bottom: 1px solid #8f563b;
  margin-bottom: 22px !important;
  padding: 14px;
  margin-top: 0px;
  color: black !important;
}
.forms form.cta button.btn.submitbtn {
  background: #8f563b;
  width: 100%;
  color: white !important;
  padding: 16px;
  font-family: "Montserrat";
}

.banner-button {
  margin-top: 30px;
}

.banner-button a {
  padding: 11px 24px;
  border: 1px solid #444444;
  margin-right: 20px;
  font-weight: 500;
}

.banner-button a:hover {
  background: #444444;
  color: white;
}

.banner-button a.button-2 {
  padding: 13px 30px;
  margin-right: 20px;
  font-weight: 500;
  background: #ffffff;
  color: black;
  border: 0px;
  border-radius: 6px;
}

section.getto-know {
  padding: 50px 0;
  text-align: center;
}
section.getto-know h4 {
  font-size: 22px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
section.getto-know h2 {
  font-size: 60px;
  color: #603927;
  margin-bottom: 17px;
  font-weight: 800;
}
section.getto-know ul.contact li a .details {
  color: black;
}
section.getto-know ul.contact li a i {
  color: #603927;
}
section.getto-know p {
  font-size: 16px;
  margin-bottom: 30px;
}

section.getto-know ul.contact {
  display: flex;
  justify-content: center;
  gap: 40px;
}

section.getto-know ul.contact li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.getto-know ul.contact li a i {
  font-size: 40px;
}

section.getto-know ul.contact li {
  width: 23%;
  text-align: left;
}

section.getto-know ul.contact li a .details h6 {
  font-weight: 700;
  margin-bottom: 7px;
}

section.getto-know ul.contact li a .details p {
  font-size: 15px;
  margin: 0px;
}
section.form {
  padding: 80px 20px 0;
  background-image: url(../images/contact-bg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form-work2 h2 {
  font-size: 50px;
  color: white;
  margin-bottom: 17px;
  font-weight: 600;
}

.form-work2 p {
  font-size: 15px;
  color: white;
  margin-bottom: 20px;
}
.form-work2 {
  .cta input[type="text"],
  input[type="number"],
  input[type="email"],
  textarea {
    width: 100% !important;
    color: #000000;
    font-size: 16px !important;
    background: #ffffff !important;
    border: 0;
    border-bottom: 0px solid #fff;
    margin: 15px 0;
    padding: 14px;
  }
  textarea {
    /*height: 270px;*/
  }
  form.cta {
    width: 80%;
  }
  button.btn.submitbtn {
    width: 100%;
    padding: 14px 20px;
    color: white;
    background: #603927;
    font-size: 18px;
  }
}
img.img-contact {
  width: 80%;
}
/* abt-contact-page */

/* process */
.vision-process {
  display: flex;
  gap: 20px;
}
.v-process .icons {
  background: #bb8372;
  width: 130px;
  height: 130px;
  padding: 40px 30px;
  border-radius: 100%;
  border: 5px solid #ddc1b8;
  margin: 100px auto 0;
}
.pro-02 .icons {
  background: #b16125;
  border: 5px solid #d8b092;
}
.pro-03 .icons {
  background: #b58f48;
  border: 5px solid #d7c39d;
}
.pro-04 .icons {
  background: #c37e33;
  border: 5px solid #e1be99;
}
.pro-05 .icons {
  background: #631b05;
  border: 5px solid #b18d82;
}
.v-process .icons img {
  height: 45px;
  width: 45px;
}
.v-process .text h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #603927;
  line-height: 24px;
}

.v-process .text p {
  font-size: 14px;
  line-height: 21px;
}
.v-process:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.v-process:nth-child(even) .icons {
  margin: 150px auto 80px;
}
.v-process .text {
  margin: 0 -50px 0;
}
.vision-process {
  background-image: url(../images/visionnary-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
/* responsive-css */

ul.menu {
  text-align: end;
}
.lp-page li.first {
  margin-right: 0px;
}
.lp-page .footer-links-img {
  justify-content: center;
}
.terms-heading h4 {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #603927;
  font-weight: 700;
}

.banner-contents h1 {
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
  color: #603927;
  font-weight: 700;
}

.banner-contents p {
  font-size: 14px;
  color: #000000;
  padding: 5px 0px;
  line-height: 25px;
}

.banner-contents p a {
  font-size: 14px;
  color: #000000;
  padding: 5px 0px;
  line-height: 25px;
}
form.lp-forms select {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid white;
  font-family: "Inter";
  color: white;
  background: transparent;
  border-radius: 7px;
}
form.lp-forms select option {
  color: black;
}
form.lp-forms h3.service-choose {
  font-family: "Inter";
  color: white;
  font-size: 16px;
  margin: 12px 0 10px;
}
form.lp-forms label {
  color: white !important;
  font-size: 15px !important;
  font-family: "Inter";
}
form.lp-forms .forn-icons input {
  width: 100%;
  background: transparent;
  color: white !important;
  border: 1px solid white;
  padding: 12px;
  font-family: "Inter";
}
form.lp-forms .forn-icons input::placeholder {
  color: white !important;
}
form.lp-forms input[type="submit"] {
  background: #212529;
  color: white;
  width: 100%;
  padding: 14px 0;
  font-size: 15px;
  border: none;
  font-family: "Inter";
}
.publication-serve {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 23px;
}
.publication-serve .publication-col {
  width: 32%;
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px -4px #979797;
}

.publication-serve .publication-col .image-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.publication-serve .publication-col .image-box h4 {
  color: #172117;
  font-size: 20px;
  font-weight: 600;
}
.publication-serve .publication-col p {
  color: #546368;
  font-size: 15px;
  line-height: 25px;
}
.children-publishing {
  margin-top: 90px;
}

.children-publishing h3 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  color: #001d30;
  font-family: "ADLaM Display";
  width: 50%;
  margin: 0 auto 10px;
  line-height: 56px;
}

.children-publishing p {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.step-box {
  text-align: left;
  margin-bottom: 30px;
}

.step-box h5 {
  font-size: 17px;
  color: #212121;
  font-weight: 700;
}

.step-box .divider {
  background: #212121;
  height: 1px;
  width: 50px;
  margin: 12px 0;
}

.step-box p {
  text-align: left;
  line-height: 22px;
}
img.publishing-children {
  margin: -130px -100px 0 -80px;
  width: 150%;
  max-width: 150%;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .author-sec-content h3 {
    width: 90%;
  }
  section.authors-sec {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  .banner-text h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .banner-text ul li {
    font-size: 14px;
    margin-bottom: 10px;
    list-style-type: disclosure-closed;
  }
  .professional-book-text h2 {
    font-size: 28px;
  }
  .prominent-text h2 {
    font-size: 33px;
    line-height: 37px;
  }
  .prominent-text .counter-box-main .counter-box span.counter {
    font-size: 23px;
  }
  section.awards h3 {
    font-size: 21px;
    line-height: 30px;
  }
  .texh-text h2 {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .tabs-head h2 {
    font-size: 33px;
    margin-bottom: 15px;
  }
  .tablist button {
    padding: 13px 17px;
    font-size: 14px;
  }
  .image-box img {
    width: 23%;
  }
  section.edited {
    padding: 70px 0 60px;
  }
  .serve-box {
    padding: 20px;
  }
  .serve-box h4 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .author-sec-content {
    padding-left: 0px;
    padding: 30px 0;
  }
  .author-sec-content h3 {
    font-size: 37px;
    line-height: 43px;
    margin-bottom: 15px;
    width: 100%;
  }
  section.authors-sec img {
    width: 100%;
    margin: -150px 0;
  }
  section.value {
    padding: 70px 0 70px;
    text-align: center;
  }
  section.authors-sec-2 img {
    width: 90%;
    margin: -90px 0;
  }
  .author-sec-text h3 {
    font-size: 37px;
    line-height: 45px;
  }
  .img-box h3 {
    font-size: 15px;
  }
  .img-box img {
    width: 40%;
  }
  .test-main {
    padding: 30px 30px 40px;
    position: relative;
    height: auto;
  }
  .faqs-text h2 {
    font-size: 33px;
  }
  .contact-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto;
  }
  .other-details h4 {
    font-size: 16px;
  }
  footer {
    background-color: #27a7ca;
    padding: 50px 0;
  }
  .counter-box-main .counter-box span.counter {
    font-size: 35px;
  }
  .counter-box-main .counter-box {
    font-size: 35px;
  }
  .text-right a {
    color: black;
  }
}

@media screen and (max-width: 768px) {
  section.professional-book {
    /* background: black; */
    padding: 40px 0 0;
  }
  section.book-name {
        padding: 0px 0 40px;
    }

  section.professional-book img {
    width: 100%;
    max-width: 100%;
    margin: 0px !important;
  }
  .banner-form {
    margin-top: 0;
  }
  .texh-text p {
    font-size: 16px;
    width: 100%;
  }
  section.service{
      padding: 60px 0;
  }
  section.tech:after{
      opacity:0;
  }
  section.tech {
    padding: 40px 0;
    background: #e8c9bb;
  }
  img.img-work {
    width: 60%;
    float: right;
  }
  .left-img img {
    margin-left: 0px;
    width: 40% !important;
    margin-right: 0px;
  }
  .right-img img {
    margin-left: 0px;
    width: 40% !important;
    margin-right: 0px;
  }
  section.authors-sec img {
    width: 50%;
    margin: 0;
    float: right;
  }
  section.authors-sec-2 img {
    width: 40%;
    margin: 0px 0;
  }
  section.authors-sec-2 img {
    width: 40%;
    margin: -100px 0 0;
  }
  .faqs-text h2 {
    font-size: 28px;
  }
  .contact-text h2 {
    font-size: 28px;
    width: 100%;
  }
  section.contact-sec h3 {
    margin-top: 40px;
  }
  .other-details h4 {
    margin-top: 20px;
  }
  .image-box img {
    width: 22%;
  }
  .v-process .text {
    margin: 0px;
  }
  .v-process .icons {
    margin: 0px auto 20px !important;
  }
  .v-process {
    display: flex;
    flex-direction: column-reverse;
  }
  .vision-process {
    background-image: none;
    flex-wrap: wrap;
  }
  .publication-serve .publication-col {
    width: 48%;
  }
  .publication-serve .publication-col .image-box h4 {
    font-size: 18px;
  }
  .publication-serve {
    z-index: 11;
    position: relative;
  }
  .tabs-divs .tabs-col {
    width: 45%;
  }
  section.edited h2 {
    font-size: 30px;
    width: 100%;
  }
  .services-head h2 {
    font-size: 36px;
  }
  .services-head p {
    font-size: 16px;
    width: 100%;
  }
  .value-text h2 {
    font-size: 38px;
    width: 100%;
  }
  .publishing-serve .publishing-box {
    width: 47%;
  }
  .children-publishing h3 {
    font-size: 34px;
    width: 80%;
    line-height: 40px;
  }
  img.publishing-children {
    margin: 0px 0px 0 0px;
    width: 100%;
    max-width: 100%;
    z-index: -1;
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  .banner-text h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .buttons-div a.btn-01 {
    padding: 13px 7px;
    font-size: 12px;
  }
  .services-head h2 {
    font-size: 29px;
    line-height: 37px;
  }
  .buttons-div a.btn-02 {
    padding: 13px 18px;
    font-size: 14px;
  }
  .banner-form h2 {
    font-size: 19px;
  }
  .professional-book-text h2 {
    font-size: 20px;
    line-height: 30px;
  }
  img.img-work {
    width: 100%;
    float: right;
    margin-top: 40px;
  }
  .prominent-text h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .texh-text h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .left-side-bar .tango-tech-main {
    padding: 16px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 25px;
  }
  .left-side-bar .tango-tech-main img {
    margin-right: 0px;
  }
  .left-side-bar .tango-tech-main h4 {
    width: auto;
    text-align: center;
  }
  .left-side-bar .tango-tech-main p {
    width: auto;
    color: #555555;
    text-align: center;
    height: auto;
  }
  .left-side-bar {
    padding-right: 0px;
  }
  .right-side-bar .tango-tech-main {
    padding: 16px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 25px;
  }
  .right-side-bar .tango-tech-main img {
    margin-left: 0px;
  }
  .right-side-bar .tango-tech-main h4 {
    width: auto;
    text-align: center;
  }
  .right-side-bar .tango-tech-main p {
    width: auto;
    color: #555555;
    text-align: center;
    height: auto;
  }
  .right-side-bar {
    padding-left: 0px;
  }
  .tabs-head h2 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 28px;
  }
  .image-box img {
    width: 47%;
  }
  section.edited h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    width: 100%;
  }
  section.edited {
    padding: 40px 0 40px;
  }
  .right-img {
    /* margin-top: 30px; */
  }
  .serve-box h4 br {
    display: none;
  }
  .author-sec-content h3 {
    font-size: 26px;
    line-height: 35px;
  }
  .author-sec-content p {
    color: black;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 16px;
    width: 100%;
  }
  section.authors-sec img {
    width: 100%;
    margin: 0;
    float: right;
  }
  .value-text h2 {
    font-size: 27px;
    line-height: 30px;
  }
  section.authors-sec-2 img {
    width: 90%;
    margin: 20px 0 0;
  }
  .author-sec-text h3 {
    font-size: 24px;
    line-height: 31px;
  }
  img.test-book {
    width: 50%;
  }
  section.authors-sec-2 {
    padding: 50px 0;
  }
  .faqs-text h2 {
    font-size: 25px;
  }
  .copyright.text-center p {
    text-transform: capitalize;
    text-align: center;
  }
  .text-right {
    text-align: center;
    margin-top: 20px;
  }
  .test-main::before {
    display: none;
  }
  .contact-text h2 {
    font-size: 25px;
    width: 100%;
    line-height: 36px;
  }
  .contact-form h2 {
    font-size: 20px;
  }
  .professional-book-text ul li {
    margin-bottom: 22px;
    font-size: 14px;
  }
  .test-head h2 {
    font-size: 20px;
  }

  .accordion-container .set a i.fa {
    color: black;
    background: white;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    padding: 10px;
    margin-right: 9px;
  }
  .counter-box-main {
    display: flex;
    column-gap: 13px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .counter-box-main .counter-box {
    font-size: 20px;
    width: 48%;
  }
  .counter-box-main .counter-box span.counter {
    font-size: 20px;
  }
  .publication-serve .publication-col {
    width: 100%;
  }
  .publication-serve .publication-col .image-box img {
    width: 20%;
  }
  .tabs-divs .tabs-col {
    width: 100%;
  }
  .publishing-serve .publishing-box {
    width: 100%;
  }
  .children-publishing h3 {
    font-size: 30px;
    width: 100%;
    line-height: 34px;
  }
  .banner-form::after {
    content: "";
  }
}
