@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
@import url("../../releases/v5.15.4/css/all.css");
 
@import url("../../boxicons-2.0.9/css/boxicons.min.css");
@import url("icostyle.css");


:root {
  --light_white: #F6F6F6;
  --black: #000;  
  --white: #fff;
  --primary_color: #FF9900;
  --secondary_color: #232F3E;
  --font-family: 'Plus Jakarta Sans', sans-serif;
}



img {
  pointer-events: none;
}

body {
  font-family: var(--font-family);
  overflow-x: hidden;
  color: #000;
  background: var(--white);
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

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

body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary_color);
}

::selection {
  color: var(--white);
  background: var(--primary_color);
}

a {
  text-decoration: none;
  color: #000;
  font-family: var(--paragraph-font);
}

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

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

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

p{
}

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

ul {
  padding: 0;
  margin: 0;
}



/*Header Section Begin*/


header{border-top: 7px solid var(--primary_color);background: transparent;position: absolute;z-index: 99;width: 100%;  }

.logo___sec__main a {
    display: inline-block;
}

nav.navbar {
    float: right;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    justify-content: end;
    padding: 0;
}

.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}

ul#nav li.nav-item {
    position: relative;
    display: inline-block;
}

    ul#nav li a {
    color: #fff;
}

ul#nav li a {
    font-weight: 300;
    font-size: 14px;
    color: var(--white);
    padding: 33px 18px 33px;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

ul#nav li.nav-item > a:before {
    width: 0;
    height: 3px;
    background: var(--color1);
    content:
    "";
    transition: 0.3s all ease-in-out;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

ul#nav li.nav-item > a:hover:before {
    width: 100%;
}

.navbar li.nav-item.dropdown .dropdown-menu {
    width: 100%;
    top: 25px;
    left: 100px;
    position: fixed;
    margin-top: 3px;
    padding: 0;
    border: transparent;
    border-radius: 0;
    display: none;
    max-width: 944px;
    right: 0;
    margin: 0 auto;
    margin-top: 94px;
    /* border-bottom: 1px solid #cdc9c9; */
}

.dmenu-left {
    width: 24%;
    float: left;
    position: relative;
    display: flex;
}

.dmenu-right {
    width: 100%;
    float: right;
    margin-top: 0;
    border-top: none;
    height: 100%;
    background: #fbfbfb;
    border: 1px solid rgb(205 201 201 / 18%);
}

.dmenu-linn {
    height: 231px;
    position: absolute;
    left: 0;
    
    background-size: cover;
    width: 100%;
}

.dmenu-txt {
    padding: 26px;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dmenu-txt h4 {
    font-size: 20px;
}

.dmenu-txt p {
    color: #fff;
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 20px;
    font-weight: 300;
}

ul#nav li .dmenu-txt a.btn.btn-default {
    padding: 8px 20px !important;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0;
    text-transform: capitalize;
    letter-spacing: normal;
    font-size: 15px;
}

ul.dmenu-logos {
    margin-top: 30px;
}

.megamenu ul.dmenu-logos li {
    border: none;
}

.megamenu li:nth-of-type(3n+1) {
}

.megamenu li {
    width: 33.33%;
    /* display: flex; */
    float: left;
    /* min-height: 85px; */
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-right: 1px solid #cdc9c9;
    border-bottom: 1px solid #cdc9c9;
}

.megamenu li.tp-hide {
    /* border-top: none; */
}

ul#nav li .megamenu li a {
    padding: 15px 10px 15px 20px;
    font-weight: 500;
    color: #000;
    min-height: auto;
    letter-spacing: normal;
}
ul#nav li .megamenu li a:hover {
    background: var(--secondary_color);
    color: #fff;
}

ul#nav li .megamenu li a:hover .bx {
    color: #fff;
}


ul#nav .megamenu li a {
    float: left;
    display: table;
    width: 100%;
}

ul#nav li .megamenu li a strong {
    font-size: 14px;
    text-transform: none;
    width: 100%;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

ul#nav li .megamenu li a strong .bx {
    font-size: 21px;
    position: relative;
    top: 4px;
    color: var(--secondary_color);
}

ul#nav li .megamenu li a small {
    display: block;
    text-transform: none;
    margin-top: 3px;
    font-size: 14px;
    letter-spacing: 0px;
    height: 20px;
    overflow: hidden;
    font-weight: 500;
    color: #6B6B6B;
}

.hide-d {
    display: none !important;
}

.navbar li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

header.sticky {
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    padding-top: 10px;
    box-shadow: 0 0 15px #00000091;
}

header.sticky a.logo img {
    max-width: 60%;
}

header.sticky a.logo img.logo_bl {
    display: none;
}

header.sticky ul#nav li.nav-item > a {
    font-size: 15px;
    padding: 15px 15px 22px;
    color: #fff;
}

.mobile-overlay.moverlay {
    display: block;
}

.mobile-view.mopen {
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

.mobile-close.mclose {
    display: block;
}

.mob-menu li span.opensub {
    position: absolute;
    top: 13px;
    right: 10px;
    height: 26px;
    width: 26px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f00;
    color: #fff;
    border-radius: 1px;
    font-size: 16px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
}

.btn__header ul li a {
    padding: 11px 23px;
    font-size: 18px !important;
    margin-top: 0;
    font-weight: 500;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: 'Manrope';
    background: var(--blue);
    min-width: 162px;
    text-align: center;
}

header.inner__header {
    position: relative;
}

.inner__header nav ul li a {
    color: var(--black) !important;
}

header .web_btn ul li a {
    padding: 19px 28px;
    font-size: 16px;
}


header .web_btn {
    padding: 0;
    text-align: right;
}

.mobile-nav {
    position: fixed;
    width: 60%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    background: var(--primary-color);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: var(--secondary_color);
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 15px 0 15px 24px;
    display: inline-block;
}

.mobile-nav img {
    width: 130px;
}

.mobile-nav nav {
    height: 100%;
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 300;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 15px;
    }

.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right;
}

.mobile-nav nav li ul {
    display: none;
    background: #fff;
}

.mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 14px;
color: #000;}

.app-container.active {
    left: -80%;
}

.app-container {
    position: relative;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
display: none;}

.mobile-nav-btn {
    display: none;
    position: fixed;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 14;
}

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: 15px;
}

.mobile-nav-btn.active {
    right: -16%;
    z-index: 999999999;
    top: 15px;
    }

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: 8px;
}

.lines:before, .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease,-webkit-transform .3s ease;
    transition: top .3s .6s ease,transform .3s ease;
}


.mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: 'Font Awesome 5 Pro';
    font-size: 34px;
    color: var(--black);
    position: absolute;
    right: 0;
    background: transparent;
    padding: 5px 11px;
    border-radius: 5px;
}

.mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: #ff9900;
    color: var(--white);
}

.mobile-nav.active {
    z-index: 9999999;
}

.mobile-nav.active {
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    padding-top: 100px;
}

ul.firstlevel.unstyled {
    padding: 0;
}

header.stickyheader .megamenu.megamenu4.dropdown-menu {
    display: none !important;
}

header .row {
    align-items: center;
}

.top__icon__sec ul li {
    display: inline-block;
    padding: 0 0 0 20px;
}

.top__icon__sec ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
}

.top__icon__sec ul li a img {
    padding-right: 10px;
}

.top__icon__sec ul li a.chat__btn {
    background: var(--primary_color);
    padding: 15px 24px;
    border-radius: 8px;
    font-size: 17px;
}

/*Header Section End*/

/*Banner Section Begin*/

img.banner__img {
    width: 100%;
}

.banner__sec__main .carousel-caption {
    text-align: left;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
}

.banner__content__Sec h5 {
    color: var(--primary_color);
    font-size: 26px;
}

.banner__content__Sec h1 {
    letter-spacing: -1.2px;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    margin-bottom: 20px;
}

.banner__content__Sec span {
    color: var(--primary_color);
}

.banner__content__Sec p {
    font-size: 20px;
    font-weight: 200;
    line-height: 38px;
    margin-bottom: 0;
}

.banner__sec__main .row {
    align-items: center;
}

.banner__vector {
    position: relative;
    left: -80px;
}

.banner__anchor ul li a {
    color: var(--white);
    font-size: 19px;
    font-weight: 200;
    display: inline-block;
    transition: 0.5s ease-in-out;
}

.banner__anchor ul li {
    display: inline-block;
    padding: 0 20px 0px 0;
}

.banner__anchor {
    padding-top: 30px;
}

.banner__anchor ul li a .fa {
    padding-left: 9px;
}

.banner__anchor ul li a:hover {
    color: var(--primary_color);
    transform: translateY(-10px);
}

.banner__form {
    padding: 40px 0 0 20px;
}

.banner__form input {
    height: 60px;
    font-size: 15px;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #ccc;
    padding: 0 23px;
}

.banner__form .col-sm-3:nth-child(1) input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn__banner__form input {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 30px;
    background: var(--primary_color);
    color: var(--shite);
    font-size: 16px;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn__banner__form input:hover {
    background: var(--secondary_color);
}

/*Banner Section End*/


/*Platform Logo section Begin*/

.platform__logo__sec{
    padding: 50px 0;
    margin-top: -150px;
}

.platform__logo__box img {
    width: auto;
    margin: 0 auto;
}

.platform__logo__box {
    text-align: center;
}

/*Platform Logo section End*/


/*Services Section Begin*/

.padding__90{
    padding: 90px 0;
}

.center__content__sec h2 {
    letter-spacing: -0.92px;
    font-size: 46px;
    font-weight: 700;
    color: var(--secondary_color);
    line-height: 68px;
    width: 80%;
    margin: 0 auto 20px;
}

.center__content__sec {
    text-align: center;
}

.center__content__sec p {
    font-size: 22px;
    width: 75%;
    margin: 0 auto 10px;
    line-height: 42px;
}

.center__content__sec h6 {
    color: var(--primary_color);
    font-size: 20px;
    line-height: 30px;
}


.services__box {
    background: var(--light_white);
    padding: 30px;
    border-radius: 15px;
}

.services__box span {
    color: var(--primary_color);
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: bold;
}

.services__box h3 {
    color: var(--black);
    letter-spacing: -0.56px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.services__box img {
    margin-bottom: 30px;
    width: 81px;
    height: 77px;
}

.services__box p {
    font-size: 16px;
    line-height: 29px;
}

.services__box a {
    background: var(--secondary_color);
    padding: 15px 20px;
    display: inline-block;
    color: var(--white);
    border-radius: 10px;
    font-size: 15px;
}

.services__sec__main .row .col-sm-3:nth-child(even) .services__box {
    margin-top: 50px;
}

.slick-dots{
    bottom: -70px;
}

.slick-dots li button:before{
    font-size: 46px;
}

.btn__web ul li {
    display: inline-block;
    padding: 0 20px 0 0px;
}

.btn__web {
    text-align: center;
    padding-top: 40px;
}

.btn__web ul li a {
    background: var(--primary_color);
    padding: 15px 30px;
    border-radius: 8px;
    color: var(--white);
    display: inline-block;
}

.btn__web ul li:nth-last-child(1) a {
    background: var(--secondary_color);
}

.btn__web ul li:nth-last-child(1) a:hover {
    background: var(--primary_color);
}

.btn__web ul li a:hover {
    background: var(--secondary_color);
}

/*Services Section End*/

/*Expert Word Section Begin*/

.expert__words__sec {
    background: var(--light_white);
    position: relative;
}

.expet_word_sec h6 {
    color: var(--primary_color);
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
}

.expet_word_sec h2 {
    font-size: 53px;
    color: var(--secondary_color);
    font-weight: 600;
    line-height: 70px;
}

.expet_word_sec p {
    font-size: 18px;
    line-height: 36px;
}

.expert__word__img {
    position: absolute;
    bottom: 0;
    right: 0;
}
/*Expert Word Section End*/

/*CTA Section Begin*/

.cta__50__per{
    background: url(../images/cta-banner.webp);
    background-size: cover;
    padding: 120px 0;
}

.cta__content__per h4 {
    color: var(--white);
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
}

.cta__content__per h4 span {
    color: var(--primary_color);
    font-size: 76px;
    font-weight: 900;
}

.cta__content__per h3 {
    font-size: 56px;
    color: var(--white);
    padding-bottom: 20px;
}

.cta__content__per h3 span {
    color: var(--primary_color);
}

.cta__content__per p {
    color: var(--white);
    font-weight: 300;
    font-size: 22px;
}

.cta__50__per .btn__web ul li:nth-last-child(1) a {
    background: var(--white);
    color: var(--black);
}

.cta__50__per .btn__web ul li:nth-last-child(1) a:hover{
    background: var(--secondary_color);
    color: #fff;
}

/*CTA Section End*/

/*Extensive Section Begin*/

.extensive__services__sec{
    background:  var(--light_white);
}

.extensive__services__box {
    background: var(--white);
    padding: 40px;
    border-top: 10px solid var(--secondary_color);
    position: relative;
    margin-bottom: 40px;
    height: 320px;
}

.extensive__services__box span {
    position: absolute;
    right: 20px;
    letter-spacing: -2.76px;
    color: #000000;
    opacity: 0.04;
    font-size: 138px;
    top: 0;
    line-height: 138px;
    font-weight: bold;
}

.extensive__services__box img {
    padding-bottom: 30px;
}

.extensive__services__box h5 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
}

.extensive__services__box p {
    font-size: 16px;
    line-height: 29px;
}

/*Extensive Section End*/


/*Portfolio Section Begin*/

.portfolio__sec__main {
    background: var(--secondary_color);
}


.portfolio__text h2 {
    font-size: 45px;
    font-weight: bold;
    color: var(--white);
}

.portfolio__text p {
    color: var(--white);
    font-weight: 200;
    font-size: 19px;
}

.portfilio__item img {
    width: 100%;
}

.slick-slide{
    margin: 0;
}

.portfolio__tab__menu ul {
    border: 0;
}

.portfolio__tab__menu ul li a {
    background: var(--white);
    font-size: 15px;
    border-radius: 10px !important;
    padding: 15px 30px;
    border: 0 !important;
    font-weight: 500;
}

.portfolio__tab__menu ul li {
    margin: 0 !important;
    padding: 0 20px 0 0;
}

.portfolio__tab__menu ul li a:hover, .portfolio__tab__menu ul li a.active {
    background: var(--primary_color) !important;
    color: #fff !important;
}

a.active {}

/*Portfolio Section End*/


/*CTA HELP section Begin*/

.cta__sec__main{
    background: url(../images/cta-banner-01.webp);
    padding: 110px 0;
    background-size: cover;
}

.cta__help__content h5 {
    font-size: 56px;
    color: var(--white);
    font-weight: 600;
}

.cta__help__content h5 span {
    color: var(--primary_color);
}

.cta__help__content h2 {
    color: var(--primary_color);
    font-size: 76px;
    font-weight: 700;
    padding-bottom: 10px;
}

.cta__help__content p {
    color: var(--white);
    font-weight: 200;
    font-size: 22px;
}

.cta__help__content .btn__web ul li a {
    background: var(--primary_color);
}

.cta__sec__main .btn__web ul li a {
    background: var(--white);
    color: var(--black);
}

.cta__sec__main .btn__web ul li:nth-last-child(1) a {
    background: var(--primary_color);
    color: var(--white);
}

.cta__sec__main .btn__web ul li:nth-last-child(1) a:hover {
    background: var(--white);
    color: var(--black);
}

.cta__sec__main .btn__web ul li a:hover {
    background: var(--primary_color);
    color: var(--white);
}

/*CTA HELP section End*/

/*Process Section Begin*/

.process__box {
    width: 229px;
    height: 229px;
    background: var(--secondary_color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 220px;
    position: relative;
    margin-bottom: 60px;
    transition: 0.5s ease-in-out;
}

.process__sec__main {
    background: var(--light_white);
    position: relative;
    z-index: 9;
}

.process__box:before {
    content: '';
    position: absolute;
    background: var(--white);
    width: 269px;
    height: 269px;
    border-radius: 50%;
    z-index: -1;
    left: 0px;
    bottom: -40px;
}

.process__text h4 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
}

.process__text p {
    font-size: 18px;
    font-weight: 300;
    color: var(--black);
    line-height: 29px;
}

.process__box__tab {
    position: relative;
    margin-bottom: 140px;
}

.process__box__tab:before {
    content: '';
    position: absolute;
    background: url(../images/process__before.svg);
    width: 320px;
    height: 250px;
    background-repeat: no-repeat;
    right: 40px;
    top: -100px;
}

.process__box__tab:hover .process__box {
    background: var(--primary_color);
    transition: 0.5s ease-in-out;
}

/*Process Section Begin*/


/*CTA Publishing Section Begin*/

.publishing__sec__main{
    background: url(../images/publishing-cta.webp);
    padding: 150px 0;
    text-align: center;
}

.publishing__cta__content h2 {
    color: var(--white);
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 10px;
}

.publishing__cta__content p {
    color: var(--white);
    font-size: 21px;
    font-weight: 200;
}

.publishing__sec__main .btn__web ul li a {
    background: var(--white);
    color: #000;
}

.publishing__sec__main .btn__web ul li:nth-last-child(1) a {
    background: var(--primary_color);
    color: var(--white);
}

.publishing__sec__main .btn__web ul li a:hover {
    background: var(--primary_color);
    color: #fff;
}

.publishing__sec__main .btn__web ul li:nth-last-child(1) a:hover {
    background: var(--white);
    color: #000;
}


/*CTA Publishing Section End*/


/*Review Section Begin*/

.review__box {
    background: var(--light_white);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 430px;
}


.review__box img {
    padding-bottom: 20px;
    width: auto;
}

.review__box p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.review__author__sec {
    display: flex;
}

.author__name {
    padding-left: 10px;
}

.author__name span {
    letter-spacing: -0.6px;
    font-size: 20px;
    font-weight: bold;
}

.author__name p {
    margin-bottom: 0;
    line-height: 17px;
    color: var(--primary_color);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.42px;
}

/*Review Section End*/


/*Contact Us Section Begin*/

.contact__det__sec h6 {
    font-size: 21px;
    color: var(--primary_color);
    border-bottom: 1px solid var(--primary_color);
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.contact__det__sec h2 {
    font-size: 58px;
    font-weight: bold;
    line-height: 74px;
    margin-bottom: 59px;
    color: var(--white);
}

.loc__sec__tab h6 {
    font-size: 34px;
    color: #fff;
    letter-spacing: -0.9px;
    font-weight: bold;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border: 0;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.loc__sec__tab h6:after {
    content: '';
    position: absolute;
    background: #000;
    width: 520px;
    height: 1px;
    bottom: 0;
    left: 0;
}

li.address__sec p {
    color: #fff;
    font-size: 32px;
    letter-spacing: -0.96px;
}

li.email__sec a {
    padding-bottom: 30px;
    display: inline-block;
    font-size: 24px;
    color: var(--primary_color);
}

li.number__sec a {
    letter-spacing: -0.72px;
    color: #fff;
    font-size: 25px;
    padding-left: 50px;
}

li.number__sec a img {
    padding-right: 15px;
    position: absolute;
    left: 0;
}

.contact__form__sec{
    background: rgb(0 0 0 / 62%);
    padding: 40px 40px 60px;
    border-radius: 20px;
}

.contact__form__head span {
    color: var(--primary_color);
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}

.contact__form__head h3 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact__form input {
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 70px;
    padding-left: 60px;
    position: relative;
    font-size: 16px;
    color: #fff;
        border-radius: 0;
}

.contact__form span {
    position: absolute;
    left: 20px;
    top: 21px;
}


.contact__form .form-group {
    position: relative;
}

.contact__form span img {
  
    filter: brightness(0) invert(1);
}
.contact__form textarea {
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 150px;
    position: relative;
    font-size: 16px;
    color: #fff;
    padding: 21px 60px;
    resize: none;
}

.btn__submit input {
    padding: 20px 30px;
    width: 100%;
    height: auto;
    border: 0;
    background: var(--primary_color);
    border-radius: 10px;
    font-size: 20px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn__submit {
    padding-top: 20px;
}

.btn__submit input:hover {
    background: var(--white);
    color: var(--black);
    transform: translate(0px, -10px);
}

.contact__us__sec {
    background: url(../images/contact-banner.webp);
    background-size: cover;
}


/*Contact Us Section End*/


/*Inner Banner Section Begin*/

.inner__banner .banner__form {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.ideas__word__sec {
    background: #67130E;
}

.ideas_content__sec h2 {
    letter-spacing: -1.36px;
    font-size: 68px;
    font-weight: 700;
    color: #fff;
}

.ideas_content__sec p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.ideas__word__sec .services__box {
    background: var(--white);
    margin-bottom: 30px;
    height: 390px;
}

.ideas__word__sec .services__box h3 {
    color: var(--black);
}

.ideas__word__sec .services__box p {
    color: var(--black);
    height: 100px;
}

.ideas__word__sec .services__box a.btn__Ser {
    background: var(--secondary_color);
    color: #fff;
    font-weight: 500;
}

.ideas__word__sec .btn__web ul li:nth-child(2) a {
    background: var(--white);
    color: #000;
}

section.book__bestseller__sec {
    background: #fff;
    padding: 10px 0;
}

.best__seller__content h3 {
    color: var(--black);
    letter-spacing: -1.12px;
    font-size: 51px;
    font-weight: bold;
    line-height: 70px;
}

.best__seller__content h3 span {
    color: var(--primary_color);
}

.best__seller__content p {
    color: var(--black);
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

.book__bestseller__sec .btn__web ul li a {
    background: var(--secondary_color);
    color: #fff;
}

.book__bestseller__sec .btn__web ul li:nth-child(2) a {
    background: var(--primary_color);
    color: var(--white);
}

.book__bestseller__sec .btn__web ul li:nth-child(2) a:hover {
    background: var(--white);
    color: #000;
}

.book__bestseller__sec .btn__web ul li a:hover {
    background: var(--primary_color);
    color: var(--white);
}

.why___choose__sec {
    background: var(--secondary_color);
}

.why___choose__sec .extensive__services__box {
    border-top: 10px solid var(--primary_color);
    height: 460px;
}

.how__work__sec {
    background: var(--light_white);
}

.how__work__sec .portfolio__text h2 {
    color: var(--black);
}


.work__box {
    position: relative;
    margin-bottom: 140px;
}

.image__box {
    padding-bottom: 70px;
    position: relative;
}

.work__content__box h6 {
    font-size: 28px;
    letter-spacing: -0.56px;
    font-weight: bold;
}

.work__content__box p {
    font-size: 18px;
    line-height: 32px;
}

.image__box span {
    font-size: 80px;
    font-weight: bold;
    color: rgb(221 220 220 / 34%);
    position: absolute;
    right: 37%;
    top: -49px;
}

.image__box:before {
    content: '';
    position: absolute;
    background: url(../images/number-after.svg);
    width: 350px;
    height: 164px;
    background-repeat: no-repeat;
    left: 0;
    top: -90px;
    background-size: cover;
}

/*Inner Banner Section End*/


/*Inner Contact Us Section Begin*/

.inner__contact {
    background: transparent;
}

.inner__contact 
 .contact__det__sec h2 {
    color: var(--black);
}

.inner__contact 
 .contact__det__sec .loc__sec__tab h6 {
    color: #000;
}

.inner__contact .contact__det__sec .loc__sec__tab h6 ul li {
    color: #000;
}

.inner__contact .contact__det__sec .loc__sec__tab li.address__sec p {
    color: #000;
}

.inner__contact .contact__det__sec .loc__sec__tab li.number__sec a {
    color: #000;
}

.inner__contact .contact__form__sec {
    background: var(--light_white);
}

.inner__contact .contact__form__sec .contact__form__head h3 {
    color: var(--black);
}

.inner__contact .contact__form__sec .contact__form input,.inner__contact .contact__form__sec .contact__form textarea {
    border-color: var(--black);
}

.inner__contact .contact__form__sec .contact__form span {
    filter: invert(1);
}

/*Inner Contact Us Section End*/


/*About Us Section Begin*/

.approch__head__tp h3 {
    letter-spacing: -2.4px;
    color: #141414;
    font-size: 80px;
    padding-bottom: 20px;
}

.approch__head__tp p {
    font-size: 19px;
    line-height: 35px;
    font-weight: 400;
    width: 100%;
}

.approch_img__sec img {
    width: 100%;
}

.approch__center__sec h4 {
    font-size: 34px;
    letter-spacing: -1.5px;
    color: #141414;
    font-weight: 600;
}

.approch__center__sec p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.customization__tab p {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin: 0 auto;
}

.customization__tab {
    text-align: left;
    position: relative;
}

.customization__tab h5 {
    font-size: 18px;
    font-weight: bold;
}

.customization__sec {
    margin-top: 60px;
    position: relative;
}

.customization__sec:after {
    content: '';
    position: absolute;
    background: var(--primary_color);
    width: 100%;
    height: 3px;
    top: -27px;
}

.customization__tab:after {
    content: '';
    position: absolute;
    border: 2px solid var(--primary_color);
    width: 17px;
    height: 17px;
    border-radius: 50px;
    top: -35px;
    background: #fff;
    z-index: 99;
    left: 0;
}

.approchimg2 {
    margin-top: -240px;
    text-align: center;
}

/*About Us Section End*/


/*Footer Section Begin*/

footer {
    background: transparent linear-gradient(276deg, #0B1E37 0%, #232F3E 100%) 0% 0% no-repeat;
    padding: 90px 0 0;
}

.footer__logo__sec {
    padding-bottom: 20px;
}

.footer__des p {
    font-size: 14px;
    color: var(--white);
    font-weight: 300;
    line-height: 30px;
}

.footer__logo__sec a {
    display: inline-block;
}

.quick__head span {
    color: var(--primary_color);
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
    display: inline-block;
}

.quick__links ul li a {
    color: var(--white);
    padding-bottom: 15px;
    display: inline-block;
    font-weight: 200;
    font-size: 14px;
}

.quick__link__tab {
    padding-left: 30px;
}

.quick__links ul li a:hover {
    color: var(--primary_color);
}

.copy__right {
    background: var(--primary_color);
    padding: 11px 0 10px;
    margin-top: 60px;
}

.term__links ul li {
    display: inline-block;
    padding: 9px 10px;
}

.term__links {
    text-align: right;
}

.copy__text p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.copy__right .row {
    align-items: center;
}

.term__links ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}

/*Footer Section End*/

.formartting__ser__box.ideas__word__sec .services__box {
    height: 530px;
}

.formartting__ser__box.ideas__word__sec .services__box p {
    height: auto;
}

.printing__ser .services__box {
    height: 440px;
}

.printing__ser .services__box p {
    height: auto;
}

.book__pulishing__ideas .services__box {
    height: 490px;
}

.book__pulishing__ideas .services__box p {
    height: 200px;
}

.book__pulishing__ideas .row {
    align-items: center;
}


.intl-tel-input {
    width: 100%;
}


#cookie-consent-banner {
    position: fixed;
    left: 0;
    z-index: 999990;
    box-sizing: border-box;
    width: 100%;
    background-color: #000;
    border-bottom: 4px solid var(--primary_color);
}

.cookie-consent-banner__inner {
    max-width: 100%;
    margin: 0 30px;
    padding: 7px 0;
}

.cookie-consent-banner__header {
    margin-bottom: 5px;
    font-family: "CeraPRO-Bold", sans-serif, arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.cookie-consent-banner__description {
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    color: #fff;
    font-size: .90vmax !important;
    line-height: 22px;
}

.btn-footer {
    background-color: #d37556;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
    color: white;
    border-radius: 30px;
    font-weight: 500;
}

.privacy_policy__content h3 {
    font-weight: bold;
    font-size: 27px;
    color: var(--primary_color);
    padding-bottom: 10px;
}

.privacy_policy__content p {
    font-size: 20px;
    line-height: 35px;
}

.privacy_policy__content ul li {
    font-size: 19px;
    line-height: 40px;
    list-style-type: disc;
}

.privacy_policy__content ul {
    padding: 0 20px;
    margin-bottom: 20px;
}

.privacy_policy__content {
    padding-bottom: 20px;
}

/*Responsive Begin*/

input.quote-form {
    height: 15px !important;
    width: 24px;
    visibility: visible !important;
    opacity: inherit !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-bottom: 0;
}

.CrudForm a {
    text-decoration: underline;
    font-weight: bold;
}

.consult-form .form-group.col-12 {
    padding: 0;
    color: #fff;
}

.consult-form .form-group.col-12 a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.inner__contact .form-group.col-12, .inner__contact .form-group.col-12 a {
    color: #000;
}

.portfolio__sec__main  .tab-content>.tab-pane{
      display: block;
    height: 0px;
    /*overflow: hidden;*/
}
.portfolio__sec__main  .tab-content>.active{height: auto;}

@media (max-width: 1600px) {
    
.cookie-consent-banner__description{
    font-size: 10.5px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
}

.banner__content__Sec h1{
    font-size: 49px;
    line-height: 65px;
}

.banner__content__Sec p{
    font-size: 18px;
    line-height: 36px;
}

.banner__vector img {
    width: 690px;
}

img.banner__img {
    width: 100%;
    height: 1010px;
    object-fit: cover;
}

.center__content__sec h2{
    font-size: 43px;
    line-height: 60px;
}

.center__content__sec p {
    font-size: 21px;
    line-height: 40px;
}

.services__box h3{
    font-size: 22px;
}

.services__box p {
    font-size: 15px;
    line-height: 26px;
}

.expet_word_sec h6{
    font-size: 20px;
}

.expet_word_sec h2 {
    font-size: 45px;
    line-height: 65px;
}

.expet_word_sec p {
    font-size: 17px;
    line-height: 34px;
}

.expert__word__img{
    bottom: 130px;
}

.expert__word__img img {
    width: 810px;
}

.cta__content__per h3 {
    font-size: 45px;
}

.cta__content__per h4 span{
    font-size: 65px;
}

.cta__50__per{
    padding: 110px 0;
}

.extensive__services__box h5 {
    font-size: 22px;
}

.extensive__services__box span{
    font-size: 118px;
}

.cta__help__content h5 {
    font-size: 35px;
}

.cta__help__content h2{
    font-size: 47px;
}

.cta__help__content p{
    font-size: 20px;
}

.process__text h4 {
    font-size: 25px;
}

.process__text p {
    font-size: 17px;
}

.publishing__cta__content h2{
    font-size: 45px;
}

.review__box p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.contact__det__sec h2 {
    font-size: 51px;
    line-height: 70px;
}

li.address__sec p{
    font-size: 29px;
}

.footer__des p{
    line-height: 28px;
}

.loc__sec__tab h6 {
    font-size: 30px;
}

.quick__head span{
    font-size: 19px;
}

.footer__des img {
    width: 100%;
}

.author__name span{
    font-size: 18px;
}

.inner__banner .banner__img {
    height: 740px;
}

.approch__head__tp h3{
    font-size: 62px;
}

.approch__head__tp p {
    font-size: 18px;
    line-height: 32px;
}

.ideas_content__sec h2{
    font-size: 49px;
    margin-bottom: 30px;
}

.ideas_content__sec p {
    font-size: 16px;
    line-height: 30px;
}

.best__seller__content h3{
    font-size: 47px;
    line-height: 60px;
}

.best__seller__img img {
    width: 770px;
}

.how__work__sec .row.pt-5.mt-5 {
    margin-top: 90px !important;
}

.image__box:before{
    width: 310px;
    height: 147px;
}

.image__box span{
        right: 34%;
    top: -61px;
}

.portfolio__text h2{
    font-size: 36px;
}

.work__content__box h6 {
    font-size: 23px;
}

.book__pulishing__ideas .services__box p {
    height: auto;
}

.book__pulishing__ideas .services__box {
    height: 490px;
}

.ideas__word__sec .row {
    align-items: center;
}

}

@media (max-width: 1440px) {

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
}

.cookie-consent-banner__inner {
    max-width: 100%;
    margin: 0 20px;
    padding: 7px 0;
}

ul#nav li a{
    padding: 33px 14px 33px;
}

.top__icon__sec ul li a.chat__btn{
    padding: 13px 20px;
    font-size: 16px;
}

.banner__content__Sec h1 {
    font-size: 46px;
    line-height: 60px;
}

.banner__content__Sec p {
    font-size: 18px;
    line-height: 35px;
}

.banner__anchor ul li a{
    font-size: 17px;
}

.center__content__sec h2 {
    font-size: 38px;
    line-height: 55px;
}

.center__content__sec p {
    font-size: 20px;
    line-height: 35px;
}

.services__box{
    padding: 25px;
}

.services__box a{
    font-size: 13px;
}

.expet_word_sec h2 {
    font-size: 42px;
    line-height: 62px;
}

.expert__word__img img {
    width: 745px;
}

.expet_word_sec p {
    font-size: 16px;
    line-height: 30px;
}

.cta__content__per h3 {
    font-size: 41px;
}

.cta__content__per p{
    font-size: 19px;
    line-height: 30px;
}

.cta__50__per{
    background-position: center;
}

.extensive__services__box span {
    font-size: 100px;
}

.extensive__services__box h5 {
    font-size: 22px;
    padding-bottom: 10px;
}


.process__box:before {
    width: 259px;
    height: 259px;
    left: -2px;
    bottom: -20px;
}


.contact__det__sec h2 {
    font-size: 48px;
    line-height: 65px;
}

.copy__text p{
    font-size: 14px;
}

.approch__center__sec p {
    font-size: 15px;
}

.approch_img__sec img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.publishing__cta__content h2 {
    font-size: 43px;
}

.center__content__sec p {
    font-size: 19px;
    line-height: 35px;
}

.contact__form__head h3{
    font-size: 34px;
}

.banner__content__Sec h5{
    font-size: 20px;
}

.banner__content__Sec h1 {
    font-size: 42px;
}

.banner__content__Sec p {
    font-size: 18px;
    line-height: 33px;
}

.ideas_content__sec h2 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 61px;
}

.best__seller__content p{
    line-height: 33px;
}

section.book__bestseller__sec{
    overflow: hidden;
}

.image__box:before {
    width: 290px;
    height: 137px;
}

.image__box span {
    right: 34%;
    top: -81px;
}

.work__content__box p {
    font-size: 16px;
    line-height: 29px;
}

.best__seller__content h3 {
    font-size: 42px;
}

.best__seller__content p {
    line-height: 33px;
    font-size: 17px;
}

.book__pulishing__ideas .services__box p {
    height: auto;
}

.book__pulishing__ideas .services__box {
    height: 490px;

}

.ideas__word__sec p::-webkit-scrollbar {
  width: 1px;
}

.ideas__word__sec p::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, .1);
}

.ideas__word__sec p::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}

.ideas__word__sec .services__box p {
    height: auto;
    max-height: 110px;
    padding-right: 15px;
    overflow-y: scroll;
}

.book__pulishing__ideas .services__box {
    height: 430px;
}

.book__pulishing__ideas .row {
    align-items: center;
}

.services__box h3 {
    font-size: 20px;
}

.services__box img {
    margin-bottom: 20px;
}

.ideas__word__sec .row {
    align-items: center;
}

.formartting__ser__box.ideas__word__sec .services__box {
    height: 400px;
}

.ideas__word__sec .services__box {
    height: 400px;
}

.why___choose__sec .extensive__services__box {
    height: 410px;
    padding: 25px;
}

.cta__help__content p {
    font-size: 18px;
    line-height: 34px;
}

.cta__sec__main{
    background-position: center;
}

.footer__des p {
    line-height: 27px;
    font-size: 13px;
}

.quick__links ul li a{
    padding-bottom: 10px;
}

footer{
    padding: 70px 0 0;
}

}

@media (max-width: 1366px) {
    
#cookie-consent-banner .container {
    max-width: 1360px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1190px;
}

.navbar li.nav-item.dropdown .dropdown-menu {
    width: 100%;
    top: 25px;
}

.banner__content__Sec h1 {
    font-size: 38px;
    line-height: 53px;
    margin-bottom: 10px;
}

.banner__content__Sec p {
    font-size: 17px;
    line-height: 31px;
}

.top__icon__sec ul li a.chat__btn {
    padding: 9px 13px;
    font-size: 14px;
}

.top__icon__sec ul li a{
    font-size: 13px;
}

.center__content__sec h2 {
    font-size: 34px;
    line-height: 45px;
}

.services__box {
    padding: 25px;
    height: 440px;
}

.expet_word_sec h2 {
    font-size: 39px;
    line-height: 53px;
}

.expert__word__img img {
    width: 685px;
}

.process__box:before {
    width: 249px;
    height: 249px;
    left: -2px;
    bottom: -10px;
}

.process__box__tab:before{
    right: 20px;
}

.process__text h4 {
    font-size: 23px;
}

.process__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.contact__det__sec h2 {
    font-size: 45px;
}

.contact__det__sec h6{
    margin-bottom: 20px;
}

li.address__sec p {
    font-size: 26px;
}

li.email__sec a{
    font-size: 23px;
}

li.number__sec a{
    font-size: 22px;
}

.contact__form__head h3 {
    font-size: 29px;
}

.inner__banner .banner__img {
    height: 630px;
}

.approch__head__tp h3 {
    font-size: 48px;
}

.approch__head__tp p {
    font-size: 17px;
    line-height: 32px;
}

.ideas_content__sec h2 {
    font-size: 37px;
    margin-bottom: 30px;
    line-height: 50px;
}

.image__box span {
    right: 32%;
    top: -72px;
    font-size: 70px;
}

.cover__banner__inner img.banner__img {
    height: 730px;
}

.ideas__word__sec .services__box {
    height: 370px;
}


}

@media (max-width: 1200px) {
    
.cookie-consent-banner__inner {
    max-width: 100%;
        margin: 0 10px;
    padding: 7px 0;
}

.cookie-consent-banner__description {
    font-size: 9.5px;
}


ul#nav li a {
    padding: 33px 12px 33px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1100px;
}

ul#nav li a {
    padding: 33px 10px 33px;
    font-size: 13px;
}

.top__icon__sec ul li a.chat__btn {
    padding: 12px 16px;
    font-size: 14px;
}

.top__icon__sec ul li {
    display: inline-block;
    padding: 0 0 0 10px;
}

.banner__content__Sec h1 {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 10px;
}

.inner__banner p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    width: 95%;
    margin: 0 auto;
}


img.banner__img {
    width: 100%;
    height: 930px;
}

.expet_word_sec h6 {
    font-size: 19px;
    line-height: 30px;
}

.expet_word_sec h2 {
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
}

.expet_word_sec p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.expert__word__img img {
    width: 625px;
}

.btn__web ul li a{
    padding: 15px 25px;
    font-size: 15px;
}

.extensive__services__box{
    padding: 20px;
}

.extensive__services__box h5 {
    font-size: 20px;
}

.extensive__services__box p {
    font-size: 15px;
    line-height: 26px;
}

.extensive__services__box span {
    font-size: 70px;
    line-height: 98px;
}

.cta__help__content h5 {
    font-size: 25px;
}

.cta__help__content h2 {
    font-size: 30px;
}

.cta__help__content p {
    font-size: 17px;
    line-height: 29px;
}

.process__box__tab:before {
    right: -20px;
    width: 275px;
    height: 200px;
    background-size: contain;
    top: -90px;
}

.publishing__cta__content h2 {
    font-size: 32px;
}

.center__content__sec p {
    font-size: 19px;
    line-height: 33px;
    width: 90%;
}

.center__content__sec h6 {
    font-size: 17px;
    line-height: 27px;
}

.ideas__word__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 30px;
}

.ideas__word__sec .col-sm-6 .col-sm-6 {
    max-width: 33%;
}

.btn__web ul li a {
    padding: 15px 21px;
}

.btn__web ul li {
    display: inline-block;
    padding: 0 10px 0 0px;
}

.portfolio__tab__menu ul li a{
    padding: 13px 20px;
}

.how__work__sec .image__box span {
    right: 21%;
}

.work__content__box h6 {
    font-size: 20px;
    line-height: 30px;
}

.best__seller__content h3 {
    font-size: 38px;
    line-height: 50px;
}

.best__seller__content p {
    line-height: 30px;
    font-size: 16px;
}

.cta__content__per h4 span {
    font-size: 55px;
}

.cta__content__per h3 {
    font-size: 37px;
}

.cta__content__per p {
    font-size: 18px;
}


.review__box p::-webkit-scrollbar {
  width: 1px;
}

.review__box p::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, .1);
}

.review__box p::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}

.review__box p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    height: 180px;
    overflow-y: scroll;
    padding-right: 15px;
}

.review__box{
    height: 400px;
}

.author__name span {
    font-size: 16px;
}

.author__name p {
    height: auto !important;
    overflow: hidden;
}

.contact__det__sec h2 {
    font-size: 41px;
}

.loc__sec__tab h6 {
    font-size: 26px;
}

li.address__sec p {
    font-size: 24px;
}

li.email__sec a {
    font-size: 20px;
}

.quick__link__tab {
    padding-left: 20px;
}

.term__links ul li a {
    font-size: 15px;
}

.services__box h3 {
    font-size: 18px;
}

.platform__logo__box img {
    width: 80%;
    margin: 0 auto;
}

}

@media (max-width: 1100px) {

.top__icon__sec {
    display: none;
}

.cookie-consent-banner__description {
    font-size: 8.5px;
    line-height: 15px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1010px;
}

header .col-sm-6 {
    max-width: 70%;
    flex: 70%;
}

ul#nav li a {
    padding: 33px 10px 33px;
    font-size: 15px;
}

.banner__vector {
    display: none;
}

.banner__sec__main .col-sm-7 {
    max-width: 100%;
    flex: 100%;
}

.banner__content__Sec h1 {
    font-size: 36px;
    line-height: 50px;
}

.banner__content__Sec p {
    font-size: 18px;
    line-height: 35px;
}

img.banner__img {
    width: 100%;
    height: 770px;
}

.center__content__sec h2 {
    font-size: 29px;
    line-height: 40px;
}

.center__content__sec p {
    font-size: 18px;
}

.expert__word__img img {
    width: 574px;
    display: none;
}

.expert__words__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.expet_word_sec p {
    font-size: 16px;
    line-height: 30px;
}

.cta__content__per h4{
    font-size: 29px;
}

.cta__content__per h4 span {
    font-size: 45px;
}

.cta__content__per h3 {
    font-size: 33px;
}

.process__box {
    width: 209px;
    height: 219px;
}

.process__box:before {
    width: 229px;
    height: 239px;
}

.process__box__tab:before {
    right: -20px;
    width: 260px;
}

.process__text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.process__text h4 {
    font-size: 21px;
}

.publishing__sec__main{
    padding: 100px 0;
}

.review__box p {
    font-size: 14px;
    line-height: 25px;
}

.contact__det__sec h2 {
    font-size: 35px;
    line-height: 50px;
}

.loc__sec__tab h6 {
    font-size: 24px;
}

li.address__sec p {
    font-size: 22px;
}

.best__seller__img img {
    width: 560px;
}

.portfolio__tab__menu ul li {
    margin: 0 !important;
    padding: 0 10px 0 0;
}

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

.image__box:before {
    width: 240px;
    height: 129px;
    background-size: contain;
    top: -70px;
}

.best__seller__content h3 {
    font-size: 30px;
    line-height: 40px;
}

.best__seller__content p {
    line-height: 28px;
    font-size: 15px;
}

.inner__banner p {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
}

section.how__work__sec.padding__90 {
    padding-bottom: 0;
}


.loc__sec__tab h6:after{
    width: 430px;
}

}

@media (max-width: 1024px) {

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 950px;
}

.logo___sec__main img {
    width: 100%;
}

.banner__content__Sec h1 {
    font-size: 28px;
    line-height: 40px;
}

.banner__content__Sec p {
    font-size: 17px;
    line-height: 32px;
}

.center__content__sec h2 {
    font-size: 25px;
    line-height: 35px;
}

.padding__90 {
    padding: 70px 0;
}

.expet_word_sec h2 {
    font-size: 27px;
    line-height: 35px;
    font-weight: 700;
}

.expet_word_sec p {
    font-size: 15px;
    line-height: 27px;
}

.cta__help__content h2 {
    font-size: 26px;
}

.process__box {
    width: 189px;
    height: 199px;
}

.process__box:before {
    width: 209px;
    height: 209px;
}

.publishing__cta__content p {
    color: var(--white);
    font-size: 19px;
}

.quick__links ul li a {
    padding-bottom: 7px;
    font-size: 13px;
}

.footer__des p {
    line-height: 24px;
    font-size: 13px;
}

.copy__text p {
    font-size: 13px;
}

.term__links ul li{
    padding: 9px 6px;
}

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

.quick__head span {
    font-size: 15px;
}

.contact__form input{
    height: 60px;
        padding-left: 50px;
}

.contact__form span {
    position: absolute;
    left: 10px;
    top: 16px;
}

.contact__form textarea{
    padding: 15px 50px;
    height: 120px;
}

.approchimg2 img {
    width: 100%;
}

.approch__head__tp h3 {
    font-size: 34px;
}

.approch__head__tp p {
    font-size: 15px;
    line-height: 28px;
}

.approch__center__sec h4 {
    font-size: 25px;
}

.approch__center__sec p {
    font-size: 14px;
    line-height: 26px;
}

.approchimg2 {
    display: none;
}

.our__approch__sec .row.pt-5 .col-sm-4:nth-child(2) {
    max-width: 60%;
    flex: 60%;
}

.our__approch__sec .col-sm-8 {
    max-width: 100%;
    flex: 100%;
}

.center__content__sec h6 {
    font-size: 16px;
    line-height: 27px;
}

.review__box {
    height: 400px;
    padding: 20px;
}

.center__content__sec p {
    font-size: 16px;
    line-height: 30px;
}

.contact__form__head h3 {
    font-size: 25px;
}

li.address__sec p {
    font-size: 20px;
}

.navbar li.nav-item.dropdown .dropdown-menu{
    max-width: 794px;
}

ul#nav li a{
    font-size: 14px;
}

.ideas_content__sec h2 {
    font-size: 33px;
    margin-bottom: 30px;
    line-height: 40px;
}

.services__box img {
    margin-bottom: 30px;
    width: 61px;
    height: 67px;
}

.btn__web ul li a {
    padding: 15px 15px;
    font-size: 14px;
}

.portfolio__tab__menu ul li a {
    padding: 13px 17px;
    font-size: 14px;
}

.review__box {
    height: 380px;
}

.how__work__sec .image__box span {
    right: 20%;
    font-size: 60px;
    top: -52px;
}

.work__content__box h6 {
    font-size: 18px;
    line-height: 30px;
}

.work__content__box p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}

.best__seller__content h3 {
    font-size: 25px;
    line-height: 36px;
}

}

@media (max-width: 992px) {

.expet_word_sec h2 {
    font-size: 22px;
}

.expet_word_sec p {
    font-size: 14px;
    line-height: 24px;
}

.expet_word_sec h6 {
    font-size: 17px;
    line-height: 30px;
}

.cta__content__per h3 {
    font-size: 28px;
}

.cta__content__per h4 {
    font-size: 25px;
}

.cta__content__per h4 span {
    font-size: 35px;
}

.extensive__services__box h5 {
    font-size: 18px;
    padding-bottom: 0px;
}

.extensive__services__box p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.work__content__box h6 {
    font-size: 18px;
    line-height: 23px;
}

.best__seller__img img {
    width: 480px;
}

}

@media (max-width: 768px) {

.app-container{
    display: block;
}

nav.navbar.navbar-expand-lg.navbar-light {
    display: none;
}

header {
    padding: 30px 0;
}

.mobile-nav-btn .lines:before{
color: var(--white);
    position: absolute;
    right: 0;
    background: #ff9900;
    padding: 0 11px;
    width: 60px;
    text-align: center;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 730px;
}

.banner__content__Sec h1 {
    font-size: 22px;
    line-height: 40px;
}

.banner__content__Sec p {
    font-size: 16px;
    line-height: 29px;
}

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: 60px;
    position: absolute;
}

.mobile-nav-btn.active {
    right: -16%;
    z-index: 999999999;
    top: 60px;
}

img.banner__img {
    width: 100%;
    height: 640px;
}

.banner__content__Sec p {
    font-size: 15px;
    line-height: 28px;
}

.center__content__sec h2 {
    font-size: 22px;
    line-height: 32px;
}

.expet_word_sec h6 {
    font-size: 20px;
    line-height: 27px;
}

.expet_word_sec h2 {
    font-size: 22px;
    line-height: 28px;
}

.cta__content__per h3 br {
    display: none;
}

.cta__content__per h3 {
    font-size: 23px;
}

.cta__content__per p {
    font-size: 16px;
}

.cta__50__per {
    padding: 60px 0;
}

.extensive__services__sec .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.extensive__services__box p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}

.cta__sec__main {
    background-position: center;
    padding: 50px 0;
}

.cta__help__content h2 {
    font-size: 21px;
}

.cta__help__content h5 {
    font-size: 19px;
}

.cta__help__content p {
    font-size: 15px;
    line-height: 26px;
}

.process__box__tab:before{
    display: none;
}

.process__sec__main .row.pt-5.mt-5.align-items-center.justify-content-center {
    align-items: unset !important;
}

.process__box {
    width: 165px;
    height: 175px;
}

.process__box:before {
    width: 180px;
    height: 185px;
}

.process__text h4 {
    font-size: 18px;
}

.process__text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.process__box__tab {
    position: relative;
    margin-bottom: 50px;
}

.publishing__cta__content h2 {
    font-size: 23px;
}

.center__content__sec h6 {
    font-size: 16px;
    line-height: 27px;
}

.center__content__sec h6 br {
    display: none;
}

footer .col-sm-4 {
    max-width: 60%;
    flex: 60%;
}

footer .col-sm-2 {
    max-width: 40%;
    flex: 40%;
}

footer .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-top: 30px;
}

footer .col-sm-6 .col-sm-4 {
    max-width: 33%;
}

.copy__text {
    text-align: center;
}

.copy__right {
    padding: 21px 0 10px;
}

.copy__right .col-sm-6 {
    margin-top: 0;
}

.term__links {
    text-align: center;
}

.contact__form__sec{
    padding: 30px 20px 60px;
}

.contact__form__head h3 {
    font-size: 20px;
}

.contact__det__sec h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.portfolio__sec__main .tab-content>.active {
    height: auto;
}
.portfolio__sec__main .tab-content>.tab-pane {
    display: block;
    height: 0px;
    /* overflow: hidden; */
}

.portfolio__sec__main .container-fluid.pt-5 {
    display: inline-block;
}

.portfolio__tab__menu ul li a {
    padding: 18px 21px;
    font-size: 15px;
    margin-bottom: 10px;
}

.portfolio__tab__menu ul {
    border: 0;
    text-align: center;
    justify-content: center;
}

.inner__banner .col-sm-10.mx-auto {
    max-width: 100%;
    flex: 100%;
}

.ideas_content__sec h2 {
    font-size: 28px;
}

.ideas__word__sec .col-sm-6 .col-sm-6 {
    max-width: 50%;
}

.ideas__word__sec .services__box{
    margin-bottom: 0px;
}

.best__seller__img {
    display: none;
}

.book__bestseller__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

section.book__bestseller__sec {
    padding: 60px 0;
}

.best__seller__content p {
    line-height: 32px;
    font-size: 17px;
}

.why___choose__sec .extensive__services__box {
    height: 350px;
    padding: 17px;
}

.why___choose__sec .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.how__work__sec .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.portfolio__sec__main {
    background: var(--secondary_color);
    overflow: hidden;
}

.banner__content__Sec h1 br {
    display: none;
}

.loc__sec__tab h6:after {
    width: 220px;
}


}

@media (max-width: 576px) {
    
.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: 50px;
    position: absolute;
}

.mobile-nav-btn.active {
    right: -16%;
    z-index: 999999999;
    top: 50px;
}

.platform__logo__sec {
    padding: 30px 0 20px;
    margin-top: 0;
}

.platform__logo__box img {
    width: 80%;
    margin: 0 auto;
    filter: brightness(0) invert(0);
}

.banner__content__Sec h1 {
    font-size: 26px;
    line-height: 32px;
}

.logo___sec__main img {
    width: 140%;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 550px;
}

.banner__sec__main .carousel-caption{
    top: 20px;
}

.center__content__sec h2 {
    font-size: 21px;
    line-height: 32px;
    max-width: 100%;
    width: 100%;
}

.services__sec__main .row .col-sm-3:nth-child(even) .services__box {
    margin-top: 0;
}

.extensive__services__sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.cta__sec__main{
    background: #192231;
}


.cta__sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.cta__sec__main .btn__web.text-left {
    padding-top: 10px;
}

.process__sec__main .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.process__text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
}

.process__text h4 {
    font-size: 21px;
}

.publishing__cta__content p {
    color: var(--white);
    font-size: 17px;
}


.publishing__cta__content p br{
    display: none;
}

.publishing__sec__main {
    padding: 70px 0;
}

.contact__us__sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 20px;
}

section.banner__sec__main.inner__banner .col-sm-9.mx-auto {
    max-width: 100%;
    flex: 100%;
}

.our__approch__sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 20px;
}

.our__approch__sec .row.pt-5 .col-sm-4:nth-child(2) {
    max-width: 100%;
    flex: 100%;
}

.approch_img__sec img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.our__approch__sec .row.pt-5 {
    padding-top: 0 !important;
}

.portfolio__tab__menu ul li a {
    padding: 15px 15px;
    font-size: 14px;
    margin-bottom: 10px;
}


.inner__banner .banner__form {
    width: 100%;
}

.ideas__word__sec .col-sm-6 .col-sm-6 {
    max-width: 100%;
}

.ideas__word__sec .services__box {
    height: auto;
}

.best__seller__content p {
    line-height: 29px;
    font-size: 16px;
}

.why___choose__sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}


.why___choose__sec .extensive__services__box {
    height: auto;
    padding: 17px;
}

.how__work__sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.image__box:before{
    display: none;
}

.work__box {
    position: relative;
    margin-bottom: 30px;
    background: var(--white);
    padding: 30px;
}


.how__work__sec .image__box span {
    right: 20%;
    font-size: 60px;
    top: -52px;
    display: none;
}

.how__work__sec .row.pt-5.mt-5 {
    margin-top: 0px !important;
    padding-top: 0 !important;
}

.center__content__sec h6 {
    font-size: 19px;
    line-height: 27px;
}

.banner__content__Sec h5 {
    font-size: 21px;
    line-height: 30px;
}

}

@media (max-width: 450px) {

header .col-sm-3 {
    max-width: 35%;
}

.mobile-nav-btn.active {
    right: -16%;
    z-index: 999999999;
    top: 70px;
}

.cookie-consent-banner__description {
    font-size: 10.5px !important;
    line-height: 14px;
}

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: 70px;
    position: absolute;
}

.banner__form .col-sm-3 {
    max-width: 48%;
}

.btn__banner__form input{
    width: 100%;
    border-radius: 0;
}

.banner__form input{
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc;
}

header {
    padding: 39px 0;
}

img.banner__img {
    width: 100%;
    height: 810px;
}

.extensive__services__box{
    height: auto;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 420px;
}

.process__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.center__content__sec p {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
}

.center__content__sec h2 {
    font-size: 23px;
}

footer .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

footer .col-sm-2 {
    max-width: 100%;
    flex: 100%;
    margin-top: 20px;
    padding: 0;
}

footer .col-sm-6 .col-sm-4 {
    max-width: 100%;
}

.contact__det__sec h2 {
    font-size: 26px;
}

.center__content__sec h6 {
    font-size: 16px;
    line-height: 27px;
}


.about__banner img.banner__img {
    height: 490px;
}

.padding__90 {
    padding: 50px 0;
}

.approch__head__tp h3 {
    font-size: 24px;
    padding-bottom: 0px;
    letter-spacing: 0;
}

.customization__tab:after{
    display: none;
}

.customization__sec:after{
    display: none;
}

.customization__sec {
    margin-top: 0;
    position: relative;
}

.customization__tab {
    padding-bottom: 20px;
}

.quick__links ul li a {
    padding-bottom: 10px;
    font-size: 16px;
}

.quick__head span {
    font-size: 18px;
}

.banner__content__Sec h5 {
    font-size: 18px;
    line-height: 26px;
}

.inner__banner .banner__img {
    height: 730px;
}

.banner__content__Sec h1 {
    font-size: 22px;
    line-height: 32px;
}

.inner__banner p {
    font-size: 15px !important;
    line-height: 27px !important;
}

.banner__anchor ul li a {
    font-size: 15px;
}

.ideas_content__sec h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
}

.best__seller__content p {
    line-height: 27px;
    font-size: 15px;
}

.btn__web ul li a {
    padding: 15px 10px;
    font-size: 13px;
}

.portfolio__tab__menu ul li a {
    padding: 15px 18px;
    font-size: 13px;
    margin-bottom: 10px;
}

.portfolio__text h2 {
    font-size: 22px;
    line-height: 30px;
}

.extensive__services__box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}


}

@media (max-width: 390px) {

img.banner__img {
    width: 100%;
    height: 820px;
}

.center__content__sec h2 {
    font-size: 21px;
}

.center__content__sec p {
    font-size: 15px;
    line-height: 26px;
    width: 100%;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 375px;
}

.cookie-consent-banner__description {
    font-size: 9.5px !important;
    line-height: 15px;
}

header {
    padding: 45px 0;
}

.expet_word_sec p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

.cta__content__per h4 {
    font-size: 20px;
}

.cta__content__per h4 span {
    font-size: 25px;
}

.review__box {
    height: auto;
}

.quick__links ul li a {
    padding-bottom: 10px;
    font-size: 15px;
}

.ideas_content__sec p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}

.ideas_content__sec h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn__web ul li {
    display: inline-block;
    padding: 0 3px 0 0px;
}

}


@media (max-width: 320px) {
    
img.banner__img {
    width: 100%;
    height: 890px;
}

.banner__content__Sec h1 {
    font-size: 19px;
    line-height: 28px;
}

li.email__sec a {
    font-size: 16px;
}

.contact__det__sec h2 {
    font-size: 18px;
    line-height: 30px;
}

.loc__sec__tab h6 {
    font-size: 19px;
    padding-bottom: 20px;
}

li.number__sec a {
    font-size: 19px;
}

li.number__sec a img {
    padding-right: 15px;
    position: absolute;
    left: 9px;
}


    
}


/*Responsive End*/