@media (min-width: 1500px) {
  .container {
    max-width: 1480px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1640px;
  }
}

@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1600px) {
  header .navbar .navbar-nav {
    gap: 0;
  }

  .mainBanner .btnSec {
    bottom: 2rem;
  }

  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    margin-right: 5px;
  }

  .logo img {
    width: 12rem;
  }

  .projectSec ul li p {
    font-size: 14px;
  }

  .servicesBox h3 {
    font-size: 1.275rem;
  }

  .servicesBox p {
    font-size: 1rem;
  }

  h1 {
    font-size: 3rem;
  }

  .teamBox .overlay-text p {
    font-size: 14px;
  }

  p,
  footer ul li a {
    font-size: 1rem;
  }

  .bookBox img {
    height: 250px;
  }

  .bookBox .overlay {
    padding: 1.5rem;
  }

  .bookBox h4 {
    font-size: 1.5rem;
  }

  .overlay p {
    min-height: 6.5rem;
  }

  .bookBox h4 {
    margin-bottom: 1.5rem;
  }

  .bookBox .overlay {
    bottom: -9rem;
  }

  .serInnerBox h3 {
    font-size: 1.5rem;
  }

  .serInnerBox {
    padding: 1rem;
  }

  .rightImg {
    width: 39rem;
    bottom: -93px;
  }

  h4 {
    font-size: 1.15rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .listStyle {
    margin: 1rem 0;
  }

  /* .listStyle li i {
    font-size: 1.5rem;
  } */

  /* footer .leadForm input {
    height: 3rem;
  } */

  footer h4 {
    font-size: 1.35rem;
  }

  footer .leadForm .accordionStyle .accordion-item .accordion-button {
    padding: 10px;
  }

  /* publishing form */
  .contactForm {
    padding: 2rem 2rem 3rem;
  }

  .mainBanner p {
    padding-right: 100px;
  }
  .contactForm h2 strong {
    font-weight: 600;
  }
  .contactForm h2 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1440px) {
  .logoSec h6 {
    font-size: 1.25rem;
  }

  .portSlider.slick-slider .slick-list,
  .portSlider.slick-slider .slick-track {
    margin: 1rem 0 2rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  .bookBox .overlay {
    padding: 1rem;
  }

  .testiThumb h4 {
    margin-bottom: 1rem;
  }

  .portSlider.slick-slider .slick-list,
  .portSlider.slick-slider .slick-track {
    margin: 3rem 0 2rem;
  }

  .numSec {
    gap: 1rem;
  }

  .numSec li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 15px;
  }

  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding: 12px 1rem;
  }

  .portSlider.slick-slider .slick-list,
  .portSlider.slick-slider .slick-track {
    margin: 3rem 0 2rem;
  }

  .portTag {
    padding: 22px 15px;
  }

  .serbox {
    padding: 2rem 1.5rem;
  }

  .servicesBox {
    padding: 1.35rem 1rem;
  }

  .testiThumb .img img {
    width: 8rem;
  }

  .testiThumb {
    padding: 3rem 2rem 1rem;
    min-height: 27rem;
  }

  .socialIcon {
    gap: 7px;
  }

  .arrow {
    width: 25rem;
  }

  .contactInner h4 {
    line-height: 1.3;
  }

  .contactInner {
    margin-bottom: 0rem;
  }

  .navbar-nav .dropdown-menu li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 14px;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    background: var(--white);
    z-index: 4;
    width: calc(100% - 0px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3rem 2rem;
    transition: ease all 0.5s;
  }

  .navbar-collapse.show {
    right: 0;
    width: calc(100% - 0px);
    box-shadow: -10px 0 20px #0002;
    overflow-y: auto;
  }

  header .navbar .navbar-collapse .navbar-nav {
    margin-left: 0 !important;
    align-items: flex-start;
    gap: 5px;
  }

  .mobTogleOpt {
    display: flex;
    gap: 0 2rem;
  }

  .mobTogleOpt a i {
    color: var(--primary);
    font-size: 1.25rem;
  }

  .navbar-toggler {
    position: relative;
    border: 0;
    padding: 0;
    margin-right: 1rem;
    z-index: 5;
    font-size: 1.5rem;
    color: var(--blue);
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler.collapsed .fa::before {
    content: "\f0c9";
  }

  .navbar-toggler[aria-expanded="true"] .fa:before {
    content: "\f00d";
    color: var(--blue);
  }

  header .navbar .navbar-nav .nav-item .nav-link {
    text-align: left !important;
    color: var(--blue);
  }

  header .navbar .navbar-collapse .navbar-nav img {
    width: 15rem;
    margin-bottom: 1rem;
  }

  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.15rem;
    padding: 12px 1rem;
  }

  header .navbar .navbar-nav .dropdown-menu ul li {
    padding: 8px 0;
    border-radius: 0;
    min-height: auto;
    border-bottom: 1px solid #ededed5c;
    max-width: 100%;
    flex: 0 0 100%;
  }

  header .navbar .navbar-nav .dropdown-menu ul li a {
    padding: 0;
  }

  header .navbar .navbar-nav .dropdown-menu ul li a h3 {
    font-size: 1.5rem;
  }

  header .navbar .navbar-nav .dropdown-item p {
    font-size: 1rem;
    line-height: 1.5;
  }

  header .navbar .navbar-nav .nav-item .themeBtn {
    background: var(--blue);
    color: var(--black);
    font-size: 1.25rem;
  }

  .bookBox .overlay {
    bottom: -8rem;
  }

  .testiThumb .img img {
    width: auto;
  }

  footer h4 {
    font-size: 1.15rem;
  }

  .numSec {
    gap: 1rem;
  }

  .logoSlider {
    border: none;
  }

  .logoSec h6 {
    text-align: center;
  }

  .portTag {
    padding: 22px 8px;
  }

  .portTag p {
    font-size: 8px;
  }

  .projectSec ul {
    flex-wrap: wrap;
  }

  .projectSec ul li {
    flex: 0 0 30%;
  }

  .companyLogoSec {
    background: var(--yellow);
  }

  section {
    padding: 2rem 0;
  }

  .arrow {
    display: none;
  }

  .navbar-expand-xl .navbar-collapse {
    justify-content: flex-start;
  }

  .numSec li a {
    font-size: 12px;
  }

  .socialIcon li a {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 12px;
  }

  .companyLogoSec::before,
  .companyLogoSec::after {
    height: 100%;
  }

  .bookBox img {
    height: 200px;
  }

  .contactForm {
    background: var(--blue);
    padding: 1.5rem;
  }

  .testiThumb .img img {
    width: 11rem;
  }

  .faqSec img {
    display: none;
  }

  .socialIcon {
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
  }

  footer h4 {
    font-size: 1.5rem;
  }

  .archiveSec {
    background: linear-gradient(350deg, #151d34, #16295c) !important;
  }

  .book {
    width: 18rem;
  }

  .archiveSec ul {
    margin: 2rem 0;
  }

  .mainBanner figure,
  .otherService figure {
    display: none;
  }

  .serInnerBox {
    /* margin: 5px 0; */
    height: auto;
  }

  .mainBanner {
    background: linear-gradient(350deg, #151d34, #16295c) !important;
  }

  .lpHeader .topBar ul li a {
    font-size: 0;
  }

  .lpHeader .topBar ul li a i {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .mainBanner .themeBtn-blue {
    border: 1px solid #fff;
  }

  .mainBanner p {
    margin-top: 1rem;
  }

  .portfolioSec {
    background: whitesmoke;
  }

  .projectSec ul li p {
    font-size: 12px;
  }

  .serviceSec {
    background: var(--blue);
  }

  .serviceSec .col-md-6.my-3,
  .serviceSec .col-md-7.my-3,
  .whyServicesSec .col-lg-4.col-md-6.my-3,
  .whyServicesSec .col-lg-4.col-md-6.my-3 {
    margin: 0 !important;
  }

  .serbox {
    background: #fff;
    margin: 5px 0;
    height: auto;
  }

  .serbox h6,
  .serbox ul li {
    color: var(--blue);
  }

  .serbox ul li::before {
    border-left: 1px solid var(--blue);
  }

  .serbox ul li::after {
    background: var(--blue);
  }

  .serbox:hover {
    transform: scale(1.05);
  }

  .themeBtn {
    width: 100%;
    text-align: center;
  }

  .servicesBox,
  .processBox {
    height: auto;
    margin: 8px 0;
  }

  .mainBanner .btnSec {
    position: unset;
    margin-top: 3rem;
  }

  .mainBanner .btnSec a {
    text-align: center;
  }

  .contactSec figure {
    display: none;
  }

  .contactForm {
    border-radius: 10px;
    margin-bottom: 4rem;
  }

  .contactSec {
    background: #f7f7f7;
  }

  .ctaSec,
  .processSec {
    background: var(--white);
  }

  h1 {
    font-size: 2rem;
  }

  .btnSec {
    flex-direction: column;
    gap: 8px;
  }

  h6 {
    font-size: 1.15rem;
  }
  .testimonialSec {
    background: url(../images/pattern.jpg) no-repeat center/cover;
  }

  .booksSec,
  .otherService,
  .contactPublish {
    background: #0e1c40 !important;
  }

  .teamSec {
    background: var(--blue);
  }

  .footerLogo img {
    width: 18rem;
  }

  .quickLin {
    flex-direction: column;
  }

  .numSec {
    flex-direction: column;
    gap: 0;
  }

  .socialIcon {
    justify-content: start;
  }

  .copyRight ul {
    justify-content: center;
  }

  .copyRight p {
    text-align: center;
  }

  .copyRight {
    padding: 1rem;
  }

  .slick-dots li {
    width: 1rem;
    height: 2px;
  }

  .slick-dots li.slick-active {
    width: 50px;
  }

  .portSlider img {
    padding: 0 10px;
  }

  h2 {
    font-size: 1.86rem;
  }

  .accordionStyle {
    margin: 0 0 1rem;
  }

  .numSec {
    margin: 0;
  }

  .portfolioSec .headingStyleOne h2,
  .contactSec .logoList {
    margin-top: 2rem;
  }

  .portFolioImg:hover {
    transform: none;
  }

  .archiveSec ul {
    flex-wrap: wrap;
  }

  .archiveSec ul li {
    flex: 0 0 48%;
  }

  .abtInner {
    padding: 2rem 0;
  }

  .servicesInner {
    background: linear-gradient(-350deg, #151d34, #16295c) !important;
  }

  .contactInner h4 {
    font-size: 2rem;
    text-align: center;
  }

  .teamBox .overlay-text p {
    font-size: 12px;
  }

  .teamSec .nav-tabs {
    flex-wrap: wrap;
  }

  .teamSec .nav-tabs li {
    flex: 0 0 46%;
  }

  .teamSec .nav-tabs .nav-link {
    width: 100%;
  }

  .teamBox .overlay-text h4 {
    font-size: 1.15rem;
  }

  .teamBox .overlay-text p {
    font-size: 9px;
    margin: 5px 0 0;
  }

  .teamBox .overlay-text {
    padding: 5px 0;
  }

  .teamBox {
    text-align: center;
  }

  /* .teamBox img {
    height: 140px;
  } */

  .servicesCta {
    background: var(--black);
  }

  .contactSec .logoList {
    flex-wrap: wrap;
  }

  .contactSec .logoList li {
    flex: 0 0 30%;
  }

  .publishSer .serInnerBox h3 img {
    width: 40px;
  }

  .servicesInner h2 {
    color: var(--yellow);
  }

  .servicesInner p.text-blue {
    color: var(--white);
  }

  .serInnerBox {
    border-radius: 20px;
  }

  .serInnerBox h3 img {
    width: 40px;
  }

  .servicesInner .col-lg-5.col-md-6.my-4 {
    margin: 3px 0 !important;
  }

  /* header .topBar {
    display: none;
  } */
}

@media only screen and (max-width: 575px) {
  .herosection {
    background: linear-gradient(-350deg, #151d34, #16295c) !important;
  }
  .projectSec ul li {
    flex: 0 0 48%;
  }

  .archiveSec ul li {
    border-right: 0;
  }

  .servicesBox {
    border-radius: 15px;
  }

  .book,
  .right-book {
    display: none;
  }

  .dropdown-menu.enlarge.show {
    display: block;
    width: 20rem;
  }

  .navbar-collapse.show {
    right: 0;
    width: calc(100% - 40px);
  }

  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 1rem;
  }

  header .topBar ul {
    gap: 1rem;
  }

  .borderR {
    border: none;
  }

  footer h4 {
    margin: 1rem 0 0;
  }

  .iconSec {
    margin: 1rem 0 0;
    padding: 1rem 0;
  }

  /* top section */
  .mainBanner {
    padding: 2rem 0;
  }
  h2 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 1.3rem;
  }

  /* spotlight section */
  .portfolioSec .headingStyleOne h2 {
    font-size: 2.5rem;
  }
  .portfolioSec .headingStyleOne h4 {
    font-size: 2rem;
  }
  .portSlider img {
    height: clamp(450px, 30vw, 435px) !important;
  }

  /* partners section */
  .companyLogoSec::before,
  .companyLogoSec::after {
    display: none;
  }
  .companyLogoSec .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  /* book section */
  .booksSec {
    padding: 5rem 0;
  }

  /* signup form section */
  .contactSec {
    padding: 6rem 0;
  }
  .contactSec .logoList li img {
    height: clamp(100px, 20vw, 155px) !important;
  }

  /* testimonials section */
  .testimonialSec {
    padding: 7rem 0;
  }
  .testimonialSec h1 {
    font-size: 3rem;
    margin-bottom: 50px;
  }

  /* footer section */
  footer {
    padding-top: 5rem;
  }
}
