@import url('../../css2');


:root {
  --light_white: #d8a28c;
  --black: #000;  
  --primary_color: #E4BE57;
  --white: #fff;
  --heading_color: #222F3F;
  --secondary_color: #194a50;
  --heading-font-family: OfficinaSansStd-Bold;
  --paragraph-font: Lato, sans-serif;
}


img {
  pointer-events: none
}

@font-face {
  font-family: 'OfficinaSansStd-Bold';
  src: url('../fonts/OfficinaSansStd-Bold.eot');
  src: url('../fonts/OfficinaSansStd-Boldd41d.eot') format('embedded-opentype'),
       url('../fonts/OfficinaSansStd-Bold.svg') format('svg'),
       url('../fonts/OfficinaSansStd-Bold.ttf') format('truetype'),
       url('../fonts/OfficinaSansStd-Bold.woff') format('woff'),
       url('../fonts/OfficinaSansStd-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



/*Website Font USE/
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/

body {
  font-family: var(--paragraph-font);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: #fff;
}

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: #2e3b49;
  font-family: Lato, sans-serif;
  /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

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;
  /*-webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}

/*p {
     -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
  /*-webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;*/
}

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;
}

span.asd {
    width: 10%;
}

.copy_text {
    text-align: center;
}

.row.copy_text2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.row.copy_text2 p{
    margin: 0 5px;
}

.col-sm-4.v-align {
    align-self: center;
}

.logo_footer_sec {
    text-align: center;
    padding-bottom: 10px;
}

.heading_footer {
    text-align: center;
}

.center-col {
  margin: 0 auto;
  display: table;
  float: none;
}

.cta {
    background-color: #E4BE57;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 0 30px;
    position: relative;
    background-size: cover;
    margin: 60px 0;
}
.cta::before {
    content: "";
    position: absolute;
    background: url(../images/cta-before.webp) center/100% no-repeat;
    width: 520px;
    height: 310px;
    left: -45px;
    bottom: -25%;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.cta-hdg {
    position: relative;
    z-index: 1;
}
.root-cta-title-h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 400;
    background: 0 0;
    background-clip: unset;
    display: block;
    transform-origin: unset;
    -webkit-text-fill-color: unset;
}
.cta-hdg span {
    color: #f4f3ec;
    font-size: 18px;
}
.cta-btns {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}
.cta-btns>a {
    background: 0 0;
    border: 1px solid #72cfff;
    margin: 0 10px;
    color: #fff;
    padding: 8px 40px;
    transition: all .2s linear;
}
.btn-1::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    right: 17px;
    width: 17px;
    height: 17px;
    transition: transform .3s linear;
    transform-origin: center;
    top: 50%;
    transform: translateY(-50%);
}
.cta-btns>a:nth-child(2) {
    border: none;
}
.cta-btns>a:nth-child(2) i {
    margin-right: 5px;
}
.cta-btns>a svg {
    fill: #fff;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.cta-btns>a {
    background: 0 0;
    border: 1px solid #72cfff;
    margin: 0 10px;
    color: #fff;
    padding: 8px 40px;
    transition: all .2s linear;
}
.btn-2 {
    font-family: "PT Sans",sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    padding: 6px 24px;
    background-color: transparent;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    border-radius: 30px;
    border: 2px solid #1d6bda;
    transition: all .2s linear;
}
.cta::after {
    content: "";
    position: absolute;
    background: url(../images/cta-after.webp) center/cover no-repeat;
    width: 390px;
    height: 355px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.container {
    max-width: 1200px;
}

.container-fluid {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 5px;
}

/*Header Section Begin*/

header {
    padding: 0px 0 0;
    background: rgb(255 255 255 / 0%);
    position: absolute;
    width: 100%;
    z-index: 99;
}

.btn_header ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main_menu_sec ul li a {
    font-size: 17px;
    padding: 10px 13px !important;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 600;
}


.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    border: 1px solid rgb(204 204 204 / 34%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 9%);
    min-width: 12rem;
    border-radius: 10px;
}

.main_menu_sec ul.dropdown-menu li a {
    font-size: 15px;
    color: #000 !important;
    padding: 10px 13px !important;
    font-weight: 500;
    text-transform: capitalize;
}

ul.dropdown-menu li a {
    font-size: 16px;
    border-bottom: 1px solid rgb(204 204 204 / 32%);
    text-shadow: none !important;
}


.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
}

.dropdown-submenu {
    position: relative;
}

.main_menu_sec ul.dropdown-menu {
    background: var(--white);
    color: var(--white);
}


.mobile-nav {
    position: fixed;
    width: 80%;
    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: 400;
    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: 16px;}

.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: 2%;
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: 'FontAwesome';
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 0;
    background: #e4be57;
    padding: 16px 15px;
    border-radius: 5px;
    }

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

.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 .row {
    align-items: center;
}

.logo_Sec_main a {
    display: inline-block;
}

.logo_Sec_main img {
    width: 230px;
}

.main_menu_sec ul.dropdown-menu li a span {
    padding-left: 10px;
}

.main_menu_sec ul.dropdown-menu li a:hover{
    background: rgb(255 153 0);
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    background: rgb(45 162 205);
    background: linear-gradient(93deg, rgb(247 148 0 / 88%) 0%, rgb(255 153 0) 100%);
    color: #fff !important;
}

.main_menu_sec ul.dropdown-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main_menu_sec ul.dropdown-menu li:last-child a{
  border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main_menu_sec ul.dropdown-menu li ul.dropdown-menu li a {
    border-radius: 0;
}

.main_menu_sec ul.dropdown-menu li ul.dropdown-menu li a {
    border-radius: 0;
}

.main_menu_sec ul.dropdown-menu li ul.dropdown-menu li:first-child a{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main_menu_sec ul.dropdown-menu li ul.dropdown-menu li:last-child a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

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

.btn_header ul li {
    display: inline-block;
    margin-left: 4px;
}

.btn_header ul li a {
    font-size: 16px;
    padding: 10px 10px;
    font-weight: 600;
}

.btn_header ul li a img {
    margin-right: 10px;
}

.btn_header ul li a.header_btn_second {
    background: #fff;
    color: var(--black);
    position: relative;
    align-items: center;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    z-index: 9;
    display: inline-block;
    border-radius: 5px;
}

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

.btn_header ul li a.header_btn_one {
    background: #E4BE57;
    color:
    var(--white);
    position: relative;
    align-items: center;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    z-index: 9;
    display: inline-block;
    border-radius: 5px;
}

.btn_header ul li a.header_btn_one:hover {
    background: #E4BE57;
}

li.dropdown-submenu ul.dropdown-menu ul.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
}

/*Header Section End*/

/*Banner Section Begin*/

.banner___sec__main video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner___sec__main .carousel-item {
    position: relative;
}

.banner___sec__main .carousel-item img {
    width: 100%;
}

.banner___sec__main .carousel-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

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

.banner__content__sec h1 {
    color: #E4BE57;
    font-size: 55px;
    font-weight: bold;
    line-height: 65px;
    margin-bottom: 15px;
}

.banner__content__sec p {
    font-size: 20px;
    line-height: 35px;
    color: var(--white);
}

.banner__content__sec h1 span {
    color: #fff;
    position: relative;
}

.banner__content__sec h1 span:after {
    content: '';
    width: 208px;
    height: 35px;
    position: absolute;
    bottom: -34px;
    right: 0px;
    display: none;
}

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

.btn_web ul li a {
    background: #E4BE57;
    color:black;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    transition: 0.5s ease-in-out;
    font-weight: 600;
    border: 1px solid;
}

.banner___sec__main .btn_web ul li a {
    padding: 11px 11px;
    font-size: 15px;
}

.btn_web {
    padding-top: 20px;
}

.btn_web ul li a:hover {background: #E4BE57;}

.btn_web ul li:nth-child(2) a {
    background: #E4BE57;
}

.btn_web ul li:nth-child(2) a:hover {
    background: #000000;
}

.banner__form__tab {
    margin-left: 120px;
    background: rgb(2 2 2 / 30%);
    padding: 30px 30px;
    border-radius: 5px;
    backdrop-filter: blur(8px);
    border: 2px solid #E4BE57;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 28%);
}

.banner__form__tab h3 {
    font-size: 29px;
    text-align: center;
    color: #E4BE57;
    font-weight: bold;
    margin-bottom: 25px;
}

.banner__form__tab input {
    height: 50px;
    margin-bottom: 10px;
    background: #ffffff26;
    border: 1px solid rgb(0 0 0 / 25%);
    font-size: 15px;
        width: 100%;
}

.intl-tel-input.separate-dial-code .selected-dial-code{
    color : #e4be57;
}

.banner__form__tab textarea {
    height: 110px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 25%);
    font-size: 15px;
    resize: none;
}

.btn__submit input {
    background: #E4BE57;
    color: black;
    padding: 11px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 17px;
    transition: 0.5s ease-in-out;
    font-weight: 600;
    cursor: pointer;
    height: auto;
    border: 0;
    width: auto !important;
}

.btn__submit input:hover {
    background: #fff;
    color: #000;
}

/*Banner Section End*/

/*Logo Platform Section Begin*/

.padding__70{
    padding: 70px 0; 
}

.platform__logo__sec {
    margin-top: -200px;
}

.platform__logos img {
    max-width: 100%;
    filter: brightness(0.2) invert(1);
    width: auto;
}

.platform__logo__sec .slick-slide{
    margin: 0;
    height: auto;
}

/*Logo Platform Section End*/

/*Process Section Begin*/

.cta .center__heading__sec h2 {
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
}

.cta .center__heading__sec p {
    font-size: 20px;
    line-height: 33px;
    color: #ffffff;
}

.center__heading__sec {
    text-align: center;
}

.center__heading__sec h2 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
}

.center__heading__sec p {
    font-size: 20px;
    line-height: 33px;
    color: var(--heading_color);
}

.center__heading__sec h2 span {
    color: #E4BE57;
}


.process__head__sec span {
    font-size: 120px;
    color: rgb(65 204 135 / 46%);
    line-height: 56px;
    left: -20px;
    position: relative;
    z-index: -1;
    bottom: -15px;
    font-family: 'Arsenal', sans-serif;
    font-weight: 600;
    display: block;
}

.process__head__sec h3 {}

.process__head__sec h3 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.process__head__sec p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    max-height: 103px;
}

.process__img__tb {
    position: relative;
}

.process__img__tb:after {
    content: "";
    position: absolute;
    right: 40px;
    width: 60%;
    height: 80%;
    border: 7px solid #2e3b49;
    z-index: -1;
    margin: auto;
    bottom: 0;
    top: 0;
}

.scroll-block {
    max-height: 120px;
    padding-right: 15px;
    overflow-y: scroll;
}

.scroll-block::-webkit-scrollbar {
  width: 1px;
}
.scroll-block::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, .1);
}
.scroll-block::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}

.process__img__tb img {
    width: auto;
}

.Process__services__slider .col-sm-4:nth-child(odd) .process__box__tab {
    margin-top: 5em;
}

/*Process Section End*/

/*CTA Section Begin*/

.cta__sec__main {
    width: 100%;
    background-size: cover;
    padding: 140px 0;
    position: relative;
    z-index: 99;
}
.CTA__content__sec {
    text-align: center;
}

.cta__sec__main:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(42 42 42 / 92%);
    z-index: -1;
}

.CTA__content__sec h3 {
    font-size: 70px;
    color: #bc8f2c;
    font-weight: bold;
}

.CTA__content__sec p {
    font-size: 20px;
    line-height: 33px;
    color: var(--white);
    font-weight: 300;
    width: 90%;
    margin: 0 auto 10px;
}

.book__cta1 {
    position: absolute;
    bottom: -82px;
    left: 30px;
}

.book__cta2 {
    position: absolute;
    right: 0px;
}

/*CTA Section End*/

/*Portfolio Section Begin*/

.slick-slide{
    margin-right: 0;
    height: auto;
}

.portfolio__sec__main {
    position: relative;
    overflow: hidden;
}


.portfolio__sec__main:before {
    content: '';
    position: absolute;
    background: url(../images/portfolio-bg.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
}

.book__portfolio__sec img {
    width: 100%;
    border-radius: 30px;
}

.book__portfolio__sec {margin-bottom: 30px;border: 1px solid #c1c1c1;border-radius: 30px;}

/*Portfolio Section End*/


/*SEcond CTA Section Begin*/

.second__CTA_main{
    background: url(../images/cta-img-01.webp);
    background-size: cover;
    padding: 140px 0;
    position: relative;
    z-index: 1;
}

/*SEcond CTA Section End*/


/*Second CTA Section Begin*/

.cta__sec__btm .container-fluid {
    max-width: 100%;
}

.CTA__boxs__tab img {
    width: 100%;
}

.CTA__content__box_overlay {
    /* position: absolute; */
    /* top: 0; */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
    /* height: 100%; */
    /* padding: 0 90px; */
    /* background: rgb(25 74 80 / 90%); */
    text-align: center;
}

.CTA__boxs__tab {
    position: relative;
}

.CTA__content__box_overlay h2 {
    color: var(--black);
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 20px;
}

.CTA__content__box_overlay p {
    color: var(--black);
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
}

.second__CTA .CTA__content__box_overlay {
    background: rgb(211 117 86 / 90%);
}


.CTA__content__box_overlay .btn_web ul li a {
    background: #000 !important;!i;!;
    color: var(--white);
    border: 2px solid #000 !important;!i;!;
}

.CTA__content__box_overlay .btn_web ul li a:hover {
    background: var(--white);
    color: #E4BE57;
    border-color: var(--white);
}

.CTA__content__box_overlay .btn_web ul li a:nth-child(2) {}

.CTA__content__box_overlay .btn_web ul li:nth-child(2) a {
    background: transparent;
    color: #fff;
}

.second__CTA_main:before {}

.second__CTA_main:before {
    content: '';
    position: absolute;
    background:#e4be57b3;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.third__CTA_sec .btn_web ul li a:hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--secondary_color);
}
/*Second CTA Section End*/


/*Procss Work Section Begin*/

.process__box__content {
    padding: 3em 1em 0;
    width: 100%;
    box-shadow: 0 30px 30px #ededed;
    border-radius: 5px;
    position: relative;
    transition: all ease 0.5s;
    text-align: center;
    background: rgb(255 255 255 / 80%);
    min-height: 290px;
    margin-top: 30px;
    margin-bottom: 50px;
    border: 3px solid #E4BE57;
}

.process__box__content h2 {
    color: black;
    font-size: 21px;
}

.process__box__content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--heading_color);
}

.process__box__content:after {
    display: none;
    content: "";
    position: absolute;
    left: -7px;
    width: 60px;
    height: 60px;
    border-top: 7px solid #2e3b49;
    top: -7px;
    border-radius: 3px 3px 0 3px;
    border-left: 7px solid #2e3b49;
    transition: all ease 0.2s;
}

.process__box__content:hover:after {
    top: 7px;
    left: 7px;
    border-color: #fff;
}

.process__box__content:hover {
    background: #E4BE57;
}

.process__box__content:hover h2,.process__box__content:hover p {
    color: var(--white);
}

.process__box__content:before {
}

.our__Process__sec {
    position: relative;
}

.our__Process__sec:before {
    background: url(../images/step-process-vector-01.png);
    content: '';
    position: absolute;
    width: 356px;
    height: 605px;
    left: -20px;
    top: 60px;
    opacity: 0.5;
}

.our__Process__sec:after {
    background: url(../images/step-process-vector-02.png);
    content: '';
    position: absolute;
    width: 195px;
    height: 520px;
    right: 0px;
    bottom: 60px;
    opacity: 0.5;
}

/*Procss Work Section End*/

/*Third CTA Section Begin*/

.third__CTA_sec {
    background: url(../images/cta-third-img.webp);
    background-size: cover;
    padding: 140px 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: top;
}

.third__CTA_sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(2 2 2 / 80%);
    z-index: -1;
}

.third__CTA_content {
    text-align: center;
}

.third__CTA_content h3 {
    color: var(--white);
    font-size: 45px;
}

.third__CTA_content p {
    font-size: 25px;
    line-height: 38px;
    font-weight: 400;
    color: var(--white);
}

.third__CTA_sec .btn_web ul li a {
       background: #ffffff !important;
    color: #000000;
    border: 2px solid #000 !important;
}

.third__CTA_sec .btn_web ul li:nth-child(2) a {
    color: var(--white);
    background: transparent;
    border-color: var(--white);
}

.third__CTA_sec .btn_web ul li a:hover {
    background: #E4BE57;
    color: var(--white);
    border-color: #E4BE57;
}
/*Third CTA Section End*/


/*Faq Section Begin*/

.faq_right_sec img {
    width: 100%;
}

.faq_sec_main .container-fluid {
    padding: 0;
}

.faq_tab .card {
    border-radius: 5px;
}

.book_accordion .card h5 button .fa {
    position: absolute;
    top: 24px;
    right: 23px;
}

.card-header h5 button.collapsed i.fa-minus:before {
    content: "\f067";
}

.faq_tab .card-header {
    background: #E4BE57;
    color: var(--white);
    border-radius: 5px;
    padding: 16px 40px 16px 16px;
    border: 0;
}

.faq_tab .card-header h5 button {
    color: var(--white);
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    padding: 0;
    white-space: initial;
    line-height: 18px;
    border: 0;
}

.faq_tab .card-body {
    font-size: 16px;
    line-height: 29px;
}

.faq__sec_tab {
    position: relative;
}

.faq__sec_tab:before {
    content: '';
    position: absolute;
    background: url(../images/faq-vector-img01.png);
    width: 454px;
    height: 412px;
    left: -40px;
    top: 170px;
    background-repeat: no-repeat;
    opacity: 0.2;
}

/*Faq Section End*/

/*Forth CTA Section Begin*/

.forth__cta__tab {
    background: url(../images/forth-cta-bg.webp);
    background-size: cover;
    position: relative;
    background-position: revert;
    background-repeat: no-repeat;
    z-index: 9;
    background-attachment: fixed;
}

.forth__cta__tab:before {
    content: '';
    position: absolute;
    /* background: rgb(249 249 249 / 50%); */
    width: 100%;
    height: 99.50%;
    top: 0;
    right: 0;
    /* backdrop-filter: blur(2px); */
    z-index: -1;
}

.forth__cta__tab .third__CTA_content {
    background: rgb(255 255 255 / 65%);
    padding: 90px 20px;
    border-radius: 5px;
    backdrop-filter: blur(8px);
    border: 2px solid rgb(188 143 44 / 43%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 28%);
}

.forth__cta__tab .third__CTA_content h3 {
    color: #E4BE57;
}

.forth__cta__tab .third__CTA_content p {
    color: var(--black);
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
}

/*Forth CTA Section End*/

/*Review Section Begin*/

.review__tab {
    text-align: center;
    margin: 0 50px;
}

.review__tab p {
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
    width: 80%;
    margin: 0 auto 20px;
}

.review__tab h4 {
    color: #2e3b49;
    font-size: 32px;
    font-style: italic;
    margin-bottom: 0;
}

.review__tab h6 {
    color: var(--heading_color);
    font-size: 22px;
    font-weight: 200;
    font-style: italic;
}

.test-border {
    border-bottom: 5px solid #E4BE57;
    position: relative;
    bottom: -90px;
}

.test-border .cup {
    position: absolute;
    right: -66px;
    bottom: 0;
    opacity: 0.2;
    width: 26%;
}

.test-border .leave {
    position: absolute;
    bottom: 0px;
    opacity: 0.3;
    width: 8%;
    left: 35%;
}

.testimonial_sec_main .slick-next {
    right: 45%;
}

.testimonial_sec_main .slick-next:before {
    content: "\f105";
    position: relative;
    left: 2px;
}

.testimonial_sec_main .slick-next:before, .testimonial_sec_main .slick-prev:before {
    font-size: 40px;
    line-height: 32px;
    opacity: 1;
    color: #fff;
        font-family: 'FontAwesome';
}

.testimonial_sec_main .slick-next, .testimonial_sec_main .slick-prev{
    background: black;
    top: auto;
    display: block;
    width: 55px;
    height: 55px;
    bottom: -116px;
    box-shadow: 0px 10px 30px #ddd;
    transition: 0.5s ease-in-out;
}

.test-border:after {
    content: '';
    background: #fff;
    width: 120px;
    height: 50px;
    position: absolute;
    right: 46%;
}

.testimonial_sec_main .slick-prev {
    right: 52%;
}

.testimonial_sec_main .slick-next:hover, .testimonial_sec_main .slick-prev:hover {
    background: #164990;
}

/*Review Section End*/

/*Five CTa Section Begin*/

.five__cta__sec .third__CTA_content h3 {
    color: var(--white);
}

.five__cta__sec .third__CTA_content p {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
}

.five__cta__sec {
    background: url(../images/five-cta-bg.webp);
    background-size: cover;
        margin-top: 140px;

    padding: 150px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
}

.five__cta__sec:before {
    content: '';
    position: absolute;
    background: rgb(2 2 2 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.five__cta__sec .btn_web ul li a {
    background: var(--white);
    color: #2e3b49;
    border: 2px solid #fff;
}

.five__cta__sec .btn_web ul li:nth-child(2) a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.five__cta__sec .btn_web ul li a:hover {
    background: #E4BE57;
    border-color: #E4BE57;
    color: var(--white);
}

/*Five CTa Section End*/

/*Footer Section Begin*/

footer{
    background: #0A152B;
    padding: 65px 0;
    position: relative;
}

/*footer:before {
    content: '';
    background: url(../images/portfolio-bg.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}*/

.logo_footer_sec img {
    width: 25%;
    margin-bottom: 10px;
}

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

.social_media_footer ul li a {
    background: var(--white);
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.social_media_footer ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.social_media_footer {
    padding-top: 20px;
    display: inline-block;
}

.social_media_footer p {
    padding-top: 20px;
    font-size: 18px;
    color: #fff;
}

.social_media_footer ul li a:hover {
    background: #E4BE57;
    color: var(--white);
}

.heading_footer h3 {
    color: var(--black);
    font-size: 40px;
    margin-bottom: 30px;
    display: inline-block;
}

.footer_menu_sec ul li a {
    color: var(--black);
    font-size: 15px;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
}

.footer_menu_sec ul li a:after {
    content: '';
    position: absolute;
    border: 2px solid white;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
}

.copy__right {
    background: #000000;
    padding: 15px 0;
}

.copy_text p {
    color: var(--white);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.copy_text p a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.term_links ul li {
    display: inline-block;
    padding: 0 0 0 25px;
}

.term_links {
    text-align: right;
}

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

.badge_logo ul li img {
    width: auto;
    filter: unset;
    margin-bottom: 0;
}

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

.badge_logo ul {
    display: flex;
    align-items: center;
}

.badge_logo ul li a {
    display: inline-block;
}

.footer__info__detail ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}

.footer__info__detail ul li a {
    font-size: 17px;
    color: var(--white);
    font-weight: 500;
}

.footer__info__detail ul li span {
    position: absolute;
    left: 0;
}

.footer__info__detail ul li p {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    line-height: 22px;
}

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

.footer_menu_sec ul li a:hover {
    color: #000;
}

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

/*Footer Section End*/


/*About Us Section Begin*/

.inner__about__sec .scroll-block {
    max-height: 500px;
}

.inner__about__sec .banner__form__tab {
    margin-left: 90px;
    background: #E4BE57;
}

.inner__about__sec .banner__form__tab h3 {
    color: #fff;
}
.banner___sec__main.inner__banner video,.banner___sec__main.inner__banner img {
    height: 490px !important;
    margin-bottom: -5px;
}

.inner__banner .banner__content__sec h1 {
    text-align: center;
}

.inner__banner .banner__content__sec h1 {
    text-align: center;
    font-size: 55px;
}

.inner__banner .banner__content__sec {
    padding-top: 80px;
}

.about__content__sec h3 {
    font-size: 50px;
    font-weight: bold;
    color: var(--heading_color);
}

.about__content__sec p {
    font-size: 17px;
    line-height: 26px;
    color: var(--heading_color);
}

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

.about__img__sec img {
    /* width: 100%; */
    border-radius: 20px;
    box-shadow: 13px 24px 20px #33333394;
}

.about__imageMan img {
    border-radius: 0;
    box-shadow: -5px 23px 20px #33333394;
    border: 10px solid var(--white);
}

.about__imageMan {
    position: absolute;
    top: 45%;
    left: 32%;
}

.just__book__sec {
    background: url(../images/just-book-banner.jpg);
    position: relative;
    z-index: 9;
    margin-top: 120px;
}

.just__book__sec:before {
    content: '';
    position: absolute;
    background: rgb(255 153 0 / 81%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.just__content__tp h3 {
    font-size: 47px;
    color: var(--white);
    font-weight: bold;
}

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

.self__content__sec ul li {
    font-size: 17px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 69px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    line-height: 25px;
    color: var(--white);
    margin-bottom: 10px;
    min-height: 70px;
}

.self__content__sec ul li span {
    position: absolute;
    left: 0;
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    color: var(--white);
    font-family: var(--heading-font-family);
    background: var(--secondary_color);
    border-radius: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.self__content__sec ul li span small {
    font-size: 26px;
    position: relative;
    top: -6px;
    color: var(--white);
}


.publishing__boxes__sec .process__box__content p.scroll-block {
    max-height: 130px;
}

.publishing__boxes__sec .process__box__content h2 {
    min-height: 50px;
    font-size: 23px;
}

.publishing__boxes__sec .process__box__content {
    min-height: 280px;
}

.timeline___sec__main .container-fluid {
    max-width: 100%;
    padding: 0 30px 0 70px;
}

.time__line__content h3 {
    font-size: 50px;
    font-weight: bold;
    color: var(--heading_color);
}

.time__line__content p {
    font-size: 20px;
    line-height: 36px;
    color: var(--heading_color);
}
.timeline___share__sec:after {
    border-right: 1px solid rgb(204 204 204 / 32%);
    content: '';
    position: absolute;
    right: -12px;
    width: 2px;
    height: 100%;
    top: 0;
}

.time__line__content {
    position: relative;
    padding-top: 20px;
}

.timeline___share__sec {
    padding: 40px 10px;
    position: relative;
}

.time__line__year__tb h5 {
    color: var(--primary_color);
    font-size: 40px;
    display: inline-block;
    margin-bottom: 0;
}

.time__line__year__tb h6 {
    float: right;
    font-size: 50px;
    color: rgb(0 0 0 / 11%);
}

.time__line__year__tb {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time__line_head {
    padding-bottom: 0;
}

.time__line_head h3 {
    font-size: 21px;
    color: var(--secondary_color);
    font-weight: bold;
    min-height: 50px;
}

.time__line__contentPara p {
    font-size: 18px;
    line-height: 30px;
    color: var(--heading_color);
    width: 94%;
    margin-bottom: 40px;
}

.time__line__contentPara img {
    margin-top: 10px;
    width: 95%;
    border-radius: 20px;
    box-shadow: 13px 19px 24px #33333394;
}


.time__line__content:before {
    border-right: 1px solid rgb(204 204 204 / 32%);
    content: '';
    position: absolute;
    right: 0px;
    width: 2px;
    height: 680px;
    top: 0;
}

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

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

.CTA__content__box_overlay .btn_web ul li:nth-child(2) a:hover {
    background: var(--white);
    color: #E4BE57;
}

/*About Us Section End*/



/*Services Section Begin*/

.scroll-block.process___content__block {
    max-height: 130px;
    margin-bottom: 15px;
}

.scroll-block.process___content__block p {
    max-height: unset;
    margin-bottom: 5px;
}

.servcies__content__scroll ul li {
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 22px;
    list-style-type: disc !important;
    position: relative;
    padding-left: 17px;
}

.servcies__content__scroll ul li:before {
    content: '';
    position: absolute;
    background: var(--primary_color);
    width: 8px;
    height: 8px;
    left: 0;
    top: 9px;
    border-radius: 50px;
}


.counter__Sec__main{
    background-color: #f5f9ff;
    background-size: cover;
}


.counter___number__tab ul {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.counter___number__tab ul li h4 {
    font-size: 44px;
    text-align: center;
    color: var(--heading_color);
    position: relative;
}

.counter___number__tab ul li h4 span {
    color: var(--primary_color);
    font-size: 26px;
    position: absolute;
    padding-left: 4px;
    top: 10px;
}

.counter___number__tab ul li p {
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
}

.counter___number__tab ul li {
    text-align: center;
}

.servcies__content__scroll.scroll-block {
    text-align: left;
}

.servcies__content__scroll.scroll-block {
    max-height: 160px;
}

.scroll-block.hme_box {
    max-height: 190px;
}

.process__box__content:hover .servcies__content__scroll.scroll-block ul li {
    color: var(--white);
}

/*Services Section End*/


/*Story Section Begin*/

.book__stories__sec img {
    width: auto;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 43%);
}

.book__stories__sec {
    text-align: center;
}

.story__bg1{
    background-size: cover;
}

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

.stories__sec__main {
    position: relative;
}

.stories__sec__main:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 72%);
    width: 100%;
    height: 100%;
    top: 0;
}

.story__content__Sec h3 {
    color: var(--white);
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 10px;
}

.story__content__Sec h5 {
    color: var(--primary_color);
    font-size: 28px;
    padding-bottom: 10px;
}

.story__content__Sec p {
    font-size: 17px;
    line-height: 29px;
    color: var(--white);
}

.story__content__Sec p a {
    color: var(--primary_color);
    text-decoration: underline;
    font-weight: bold;
}

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

.story__content__Sec ul li a {
    font-size: 17px;
    display: inline-block;
    color: var(--white) !important;
    font-weight: bold;
    background: var(--secondary_color);
    padding: 15px 45px;
    border-radius: 6px;
}

.story__content__Sec ul li {
    display: inline-block;
    padding-right: 10px;
}

.story__content__Sec ul {
    padding-top: 10px;
}

.story__content__Sec ul li:nth-child(2) a {
    background: var(--primary_color);
}

.story__bg2 {
    background-size: cover;
}

.bg2:before {
    content: '';
    background: rgb(211 117 86 / 82%);
}

.bg2 .story__content__Sec h5 {
    color: var(--secondary_color);
}

.bg2 .story__content__Sec p a {
    color: var(--secondary_color);
}

.story__bg3{

    background-size: cover;
}

.bg3:before {
    content: '';
    background: rgb(25 74 80 / 82%);
}

.bg3 .story__content__Sec ul li a {
    background: var(--primary_color);
}

.story__bg4{
    background-size: cover;
}

.bg2 .story__content__Sec ul li:nth-child(2) a {
    background: white;
    color: var(--primary_color) !important;
}

.bg3 .story__content__Sec ul li:nth-child(2) a {
    background: white;
    color: var(--secondary_color) !important;
}

.story__bg5{
    background-size: cover;
}

.story__bg6{
    background-size: cover;
}

.story__bg7{
    background-size: cover;
}

.story__bg8{
    background-size: cover;
}

.story__form__content h3 {
    font-size: 40px;
    color: var(--primary_color);
}

.story__form__content p {
    font-size: 18px;
    line-height: 29px;
}

.form__story__sec input {
    height: 50px;
    margin-bottom: 20px;
    font-size: 17px;
    width: 100%;
    border: 1px solid #ced4da;
}

.form__story__sec textarea {
    height: 160px;
    margin-bottom: 20px;
    resize: none;
}

.form__story__sec{
    position: relative;
}

.form__story__sec:before {
    background: url(../images/step-process-vector-01.png);
    content: '';
    position: absolute;
    width: 356px;
    height: 605px;
    left: -20px;
    top: 60px;
    opacity: 0.5;
}

.form__story__sec:after {
    background: url(../images/step-process-vector-02.png);
    content: '';
    position: absolute;
    width: 195px;
    height: 520px;
    right: 0px;
    bottom: 60px;
    opacity: 0.5;
}

/*Story Section End*/

/*Ghostwriting Secting Begin*/

.banner2__sec .banner__content__sec h2 {
    font-size: 55px;
}

.inner__about__sec .about__content__sec h3 {
    font-size: 35px;
}

.inner__about__sec .about__content__sec ul li {
    font-size: 17px;
    line-height: 27px;
    color: var(--heading_color);
    padding-bottom: 4px;
    padding-left: 20px;
    position: relative;
}

.inner__about__sec .about__content__sec ul li:before {
    content: '';
    position: absolute;
    background: var(--primary_color);
    width: 8px;
    height: 8px;
    left: 0;
    top: 9px;
    border-radius: 50px;
}

.editing__content p.scroll-block {
    max-height: 160px;
}

ul.point__publisher {
    max-height: 100px;
}

.marketing__content p.scroll-block {
    max-height: 240px;
}

.book_cover_content p.scroll-block {
    max-height: 340px;
}

.book_printing_content p.scroll-block{
  max-height: 260px;  
}

.audiographic__content p.scroll-block {
    max-height: 390px;
}

/*Ghostwriting Secting End*/

/* Pravacy Policy Begin*/

.privacy_policy .about__content__sec h3 {
    font-size: 30px;
}

.privacy_policy .about__content__sec p b {
    color: var(--primary_color);
}

.privacy_policy .about__content__sec ul li {
    font-size: 17px;
    padding-bottom: 10px;
    list-style-type: none;
    padding-left: 20px;
    position: relative;
}

.privacy_policy .about__content__sec ul li:before {
    content: '';
    position: absolute;
    background: var(--primary_color);
    width: 10px;
    height: 10px;
    left: 0;
    border-radius: 30px;
    top: 6px;
}

.privacy_policy .about__content__sec h4 {
    color: var(--primary_color);
}

/* Pravacy Policy End*/


/*Contact Home Section Begin*/

.contact_hme {
    background: var(--white);
    background-size: cover;
    background-repeat: no-repeat;
}

.con_detail_hme ul li {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
    line-height: 60px;
    padding: 0 50px 20px 0px;
}

.con_detail_hme ul li a {
    color: var(--heaing_color);
    font-weight: 900;
}

.con_detail_hme ul li span {
    font-weight: 400;
    padding-right: 10px;
    display: block;
    margin: 0 auto;
    color: var(--primary_color);
}

.contact_form_Tab input,.contact_form_Tab select {
    height: 55px !important;
    margin-bottom: 20px;
    border-radius: 0;
    width: 100%;
    font-size: 15px;
border: 1px solid #ccc;}

.contact_form_Tab select{
  height: 55px !important;
}

.contact_form_Tab textarea {
    height: 190px;
    border-radius: 0;
    resize: none;
    font-size: 15px;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.map_sec iframe{
    width: 100%;
    border: 0;
    height: 420px;
}

.con_detail_hme ul li span img {
    display: block;
}

.btn_form input {background: var(--secondary_color);color: var(--white);padding: 15px 40px;display: inline-block;border-radius: 5px;font-size: 17px;transition: 0.5s ease-in-out;font-weight: 600;width: auto;cursor: pointer;border: 0;}

.intl-tel-input {
    width: 100%;
    margin-bottom: 10px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
    height: 53px;
}

.btn_form input:hover {
    background: var(--primary_color);
}

.history__content p.scroll-block {
    max-height: 370px !important;
}

/*Contact Us Section End*/


/*Thank You Page Begin*/

.main-thankyou {
    text-align: center;
}
.thank-you .banner_content_sec h3 {
    width: 100% !important;
    font-size:80px !important ;
    color: #fff;
}

.main-thankyou i {
    font-size: 100px;
    margin-bottom: 10px;
    color: var(--secondary_color);
}

.main-thankyou p {
    font-size: 19px;
    line-height: 33px;
    color: var(--black);
}

.main-thankyou a {
    font-size: 20px;
    color: var(--white);
    font-weight: 400;
    background: var(--primary_color);
    padding: 20px 40px;
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0;
}

.main-thankyou a:hover {
}

/*Thank You Page End*/

#cookie-consent-banner {position: fixed;bottom: auto;left: 0;z-index: 999990;box-sizing: border-box;width: 100%;background-color: #000;display: inline-block;}

.cookie-consent-banner__inner {
    max-width: 100%;
    margin: 0 50px;
    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: 17px;
    line-height: 24px;
}

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

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

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;
}

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

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

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

.orm__logo {
    margin-top: 180px;
    text-align: center;
}

.orm__logo ul li a {
    display: inline-block;
}

.btn__tab ul {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
}

.btn__tab ul li {
    margin: 0;
    padding: 0 20px 0 0;
}

.btn__tab ul li a {
    background: #e5e5e5;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    padding: 15px 30px;
    font-size: 17px;
}

.btn__tab ul li a.active,.btn__tab ul li a:hover {
    background: #E4BE57 !important;
    color: #fff !important;
}

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

.orm__logo ul li a img {
    width: 70%;
    margin: 0 auto;
}

.web_port .book__portfolio__sec {
    border-radius: 31px;
    border: 1px solid rgb(193 193 193 / 42%);
    position: relative;
}

.overlay__port {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(52 52 52 / 64%);
    border-radius: 30px;
    color: #fff;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.web_port .book__portfolio__sec:hover .overlay__port {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.overlay__port .fa {
    color: #fff;
    font-size: 70px;
}

.social_media_footer ul li img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.social_media_footer ul li {
    text-align: center;
    width: 13%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.social_media_footer ul {
    margin-top: 40px;
}


.black_friday {
    width: 270px;
    height: 120px;
    background: #000000;
    color: #fff;
    position: fixed;
    bottom: 80px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 0 0 1px 2px #E4BE57, 0 0 1px 2px #E4BE57 inset;
    filter: drop-shadow(0px 0px 5px #4ba89f);
    z-index: 9;
    cursor: pointer;
    animation: 1s linear infinite bf-animate;
}
.black_friday h2 {
    font-size: 25px !important;
    -webkit-text-stroke: 1.5px #E4BE57;
    text-shadow: 1px 2px 15px #E4BE57;
    filter: drop-shadow(0px 0px 25px #E4BE57);
    font-weight: 500;
    margin: 10px 0 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}
.black_friday h2 span {
    padding-left: 5px;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 1px 2px 15px #fff;
    filter: drop-shadow(0px 0px 25px #E4BE57);
    color: #fff;
}
.black_friday .black_friday_top {
    width: 180px;
    height: 34px;
    background: 0 0;
    color: #fff;
    border: 2px solid #fcffeb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 1px 2px #E4BE57, 0 0 1px 2px #E4BE57 inset;
    filter: drop-shadow(0px 0px 5px #E4BE57);
    margin-bottom: 5px;
    animation: 1s linear infinite bf-animate-2
}

.black_friday .black_friday_top p {
    font-size: 21px !important;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Poppins';
    padding: 0;
    text-transform: uppercase;
}
.black_friday #veteran-countdown {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    margin-top: 6px;
    padding: 5px 0;
    border: 2px solid #fff;
    border-right: 0;
    border-left: 0;
    border-radius: 6px
}
.black_friday #veteran-countdown .veteran-counter,
.cta-sec-2 .hd-txt,
.get-in-touch,
.industry-sec .hd-txt h2,
.modaL_order2 #countdown .labels {
    text-align: center
}
.black_friday #veteran-countdown .veteran-counter span.ping {
    font-size: 18px !important;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    font-family: Yantramanav, sans-serif
}
.black_friday #veteran-countdown .veteran-counter span::before {
    content: attr(b);
    display: block;
    text-shadow: 0 0 12px rgb(238 238 238 / 50%), 0 0 32px rgb(238 238 238 / 30%), 0 24px 48px rgb(238 238 238 / 10%), 0 -24px 48px rgb(238 238 238 / 10%)
}
.black_friday #veteran-countdown .veteran-counter b {
    font-size: 14px !important;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0
}
@keyframes ping {
    0% {
        filter: drop-shadow(1px 1px 10px #003870)
    }

    50% {
        filter: unset
    }

    100% {
        filter: drop-shadow(1px 1px 10px #fff)
    }
}

@keyframes bf-animate {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #4ba89f);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #E4BE57);
        box-shadow: 0 0 1px 2px #E4BE57, 0 0 1px 2px #E4BE57 inset;
        border-color: #000;
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #E4BE57);
        box-shadow: 0 0 1px 2px #E4BE57, 0 0 1px 2px #E4BE57 inset;
        border-color: #000
    }
}

@keyframes bf-animate-2 {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #4ba89f)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #E4BE57);
        box-shadow: 0 0 1px 2px #E4BE57, 0 0 1px 2px #E4BE57 inset;
        border-color: #000;
        transform: translateX(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #E4BE57);
        box-shadow: 0 0 1px 2px #E4BE57, 0 0 1px 2px #E4BE57 inset;
        border-color: #000
    }
}


.ori-service-inner {
    position: relative;
    margin-bottom: 40px;
}

.ori-service-img img {
    width: 100%;
    border-radius: 15px;
}

.ori-service-more {
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ori-service-more {
    font-size: 80px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: var(--white);
    font-weight: 300;!im;!i;!;
}

.ori-service-inner:before {
    top: 0;
    right: 0;
    z-index: 1;
    width: 0%;
    content: "";
    left: auto;
    height: 100%;
    position: absolute;
    border-radius: 15px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background: rgba(13, 13, 13, 0.85);
}

.ori-service-inner:after {
    top: 0px;
    left: -5px;
    width: 95%;
    z-index: -1;
    content: "";
    height: 93%;
    opacity: 0;
    position: absolute;
    border-radius: 15px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-7deg) rotate(-5deg);
    background: linear-gradient(100.22deg, #2b9cc6 0, #1599cb 40.72%, #00425a 69.11%);
}

.ori-service-title {
    left: 0;
    right: 0;
    bottom: 55px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    position: absolute;
    text-align: left;
    padding: 0 20px;
}

.ori-service-title h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0;
}

.ori-service-title h3 i {
    margin-left: 20px;
    float: right;
}

.ori-service-img:after {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    border-radius: 15px;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909));
    background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
}

.ori-service-inner:hover:after {
    top: 40px;
    opacity: 1;
}

.ori-service-inner:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.ori-service-inner:hover .ori-service-title {
    opacity: 0;
    bottom: 30px;
}

.ori-service-inner:hover .ori-service-more {
    top: 35%;
    opacity: 1;
    padding: 0 30px;
}

.blog__sec .ori-service-more {
  -webkit-transform: rotate(-0deg);
  transform: rotate(-0deg);
}

.blog__sec .ori-service-more .fa {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 10px;
}




.blog__det h2 {
  color: #fff;
  font-size: ;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.blog__det a {
    color: var(--black);
    text-decoration: underline;
    font-weight: bold;
}


.blog__det b {
  font-weight: bold;
  color: var(--primary_color);
}
.blog__det strong {
  color: var(--primary_color);
  font-weight: bold;
}

.blog__det .inner__about__content p {
    font-size: 18px;
    line-height: 31px;
}

.blog__det .inner__about__content h2 {
    color: var(--primary_color);
}

.blog__det .inner__about__content ul li {
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 11px;
    list-style-type: disc;
}

.blog__det .inner__about__content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}


.packages_box_sec{
    padding: 0;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    margin-bottom: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 42%);
}

.pkg_list {
    padding: 0 25px;
}

.packges__head {
    padding: 24px 20px;
}

.detail__link {
    text-align: center;
    padding: 0px 0 20px;
}

.detail__link a {
    color: var(--black);
    font-size: 18px;
    font-weight: bold;
}

.packges__head h6 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.packges__head {
    padding: 24px 20px 0px;
}

.org_pri h5 {
    font-size: 35px;
    color: #E4BE57;
    font-weight: bold;
    position: relative;
    padding: 0 5px 0 16px;
    display: inline-block;
}

.org_pri h5 small {
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
}

.org_pri span {
    color: #9193b9;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
}

.org_pri span small {
    display: block;
    font-size: 19px;
    opacity: 0.8;
    text-decoration: line-through;
    color: #000;
}

.packages__price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(45 162 205 / 16%);
    margin-bottom: 20px;
    padding: 0 25px;
}

.cut_price small {
    color: #fff;
    font-size: 11px;
    display: block;
    text-align: right;
}

.cut_price {}

.cut_price span.perc {
    font-size: 23px;
    color: var(--primary_color);
    font-weight: 500;
}
span.perc small {
    color: #000;
    font-size: 15px;
}

.packages_para p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}

.packages_para {
    padding-top: 10px;
}

ul.pkg-list li {
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    padding-left: 23px;
}

ul.pkg-list li:before {
    content: "\f00c";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0px;
    font-family: 'FontAwesome';
    color: #E4BE57;
    font-size: 19px;
}

ul.pkg-list::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

ul.pkg-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
ul.pkg-list::-webkit-scrollbar-thumb {
  background: var(--primary_color);
  border-radius: 10px;
}
ul.pkg-list::-webkit-scrollbar-thumb:hover {
 background: var(--primary_color);
  border-radius: 10px;
}

ul.pkg-list {
    height: 290px;
    overflow-y: scroll;
}

.btn__packages {
    padding-top: 20px;
    text-align: center;
    padding: 30px 20px 15px;
}

.btn__packages a {
    background: var(--primary_color);
    width: 100%;
    display: block;
    padding: 19px;
    border-radius: 8px;
    font-size: 16px;
    color: var(
    --white);
    font-weight: 400;
    transition: 0.5s ease-in-out;
}

.packages_box_sec:hover {
}

.packages_box_sec:hover .packges__head h6 {
}

.packages_box_sec:hover .packages_para p {
}

.packages_box_sec:hover .btn__packages a {
    background: #2c2f52;
}

/*POPUP Section Begin*/

.LetsGetModal .modal-dialog {
}

.modal__img__sec img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.LetsGetModal .modal-body {
    padding: 0;
    border: 0;
    border-radius: 0 !important;
    padding: 40px 30px;
}

.LetsGetModal .modal-content {
    border-radius: 15px;
    border: 0;
}


.ban-form input {
    height: 45px;
    margin-bottom: 13px;
    font-size: 14px;
}

.form__banner {
    padding: 0;
}

.ban-form textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    padding: 15px 12px;
    font-size: 14px;
    margin-bottom: 20px;
}

.submitbtn input {
    width: 100%;
    background: var(--primary_color);
    border: 0;
    font-size: 18px;
    color: var(--white);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 16px 0;
}

.overlay_popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px 20px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.modal__img__sec {
    position: relative;
}

.overlay_popup h5 {
    color: var(--white);
    font-size: 26px;
    font-weight: 300;
}

.overlay_popup h5 span {
    color: var(--secondary_color);
}

.LetsGetModal button.close {
    background: var(--primary_color);
    opacity: 1;
    text-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
}

.modal-backdrop {
    z-index: 99999;
}

.modal{
    z-index: 999999;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}

.ban-form select {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 45px;
    margin-bottom: 13px;
    font-size: 13px;
    padding: 0.375rem 0.75rem;
    color: #495057;
}

.form__banner textarea {
    height: 230px;
}

.LetsGetModal textarea {
width: 100%;
    height: 223px;
    border-radius: 5px;
    padding: 10px 10px;
    border: 1px solid #ced4da;
    resize: none;
}

.popup__head h6 {
    font-size: 30px;
    font-weight: bold;
}

.popup__head p {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    width: 90%;
}

.banner-formInner .col-sm-8 {
    padding: 30px 40px;
}
/*POPUP Section End*/

.org_pri p {
    font-size: 16px;
    color: red;
    font-weight: bold;
    line-height: 17px;
}

.pkg_detail_sec{
    padding: 40px 30px;
    background: linear-gradient(180deg, rgb(0 0 0) 0, rgb(4 4 4) 100%);
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%);
    margin-top: 40px;
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 0%);
}

.pkg_detail_sec h4,.pkg_detail_sec h1 {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 15px;
}

.pkg_detail_sec span.line_through {
    margin-bottom: 10px;
    display: block;
    font-size: 24px;
    opacity: 0.5;
    text-decoration: line-through;
    color: #fff;
}

.pkg_detail_sec span.h5 {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 45px;
    color: var(--blue);
    font-weight: bold;
    background: -webkit-linear-gradient(to right, #932987, #9932cc);
    color: var(--white);
}

.pkg_detail_sec span.h5 sup {
    color: var(--white);
    right: -8px;
}

.pkg_detail_sec .btn_pkg {
    padding-top: 10px;
}

.product_detail_sec{
    padding: 60px 0;
    position: relative;
    z-index: 1;
    /* background: url(../images/inner-banner.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background: #efeded;
}

.product_detail_sec:before {
    content: '';
    position: absolute;
    /* background: rgb(0 0 0 / 68%); */
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.pkg_detail_sec:before {
    content: '';
    border: 3px solid rgb(0 0 0);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    right: -20px;
    bottom: -20px;
}

.pkg_detail_sec:after {
    content: '';
    background: linear-gradient(180deg, #E4BE57 0, rgb(255 153 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    left: -20px;
    top: -20px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 54%);
}


.pkg_list_detail {
    margin: 0 10px 0 60px;
}

.pkg_list_detail ul.pkg-list {
    height: 510px;
}

.pkg_list_detail {}

.pkg_list_detail ul.pkg-list li {
    border-bottom: 1px solid #ccc;
    padding: 15px 30px;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    margin-right: 20px;
}




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

.pkg_list_detail ul.pkg-list li:before {
    /* content: ''; */
    /* background: url(../images/tick-arrow.png) no-repeat; */
    /* color: #bf1f0b; */
    /* font-size: 17px; */
    /* margin-right: 8px; */
    /* width: 13px; */
    /* height: 12px; */
    /* display: inline-block; */
    top: 16px;
    /* position: absolute; */
    left: 0;
    /* filter: brightness(0); */
}

.btn_pkg a {
    background: #ffffff;
    width: 100%;
    display: block;
    padding: 19px 50px;
    border-radius: 8px;
    font-size: 16px;
    color: var(--primary_color);
    font-weight: 600;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

li.heading {
    font-weight: 600 !important;
    font-size: 17px !important;
}

section.product_detail_sec:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 479px;
    /* background: linear-gradient(360deg,#131426 0,rgba(19,20,38,0) 100%); */
    z-index: -1;
}

.inner__about__sec .banner__form__tab .btn__submit input {
    background: #000 !important;
    color: #fff !important;
}

ul.pkg-list li ul {
    padding: 0 20px;
}

ul.pkg-list ul {
    padding: 0 7px;
}

ul.pkg-list ul li:before {
    color: #01090c;
}

li.bold__list {
    font-weight: 800 !important;
}


.marquee p {
    font-size: 14px;
    text-align: center;
    margin-top: 0px;
}

.marquee {
    margin-top: 0px;
}


a.logo__sec {
    background: transparent !important;
    border: none !important;
    width: 80%;
}

a.logo__sec img {
    height: auto !important;
}

/*Responsive Begin*/

@media (max-width: 1600px) {

.banner__content__sec h1{
    font-size: 55px;
    line-height: 65px;
}

.banner___sec__main .carousel-item img {
    width: 100%;
    height: 925px;
    object-fit: cover;
}

.cta .center__heading__sec h2 {
    font-size: 40px;
}

.cta .center__heading__sec p {
    font-size: 18px;
    line-height: 30px;
}

.center__heading__sec h2 {
    font-size: 40px;
}

.center__heading__sec p {
    font-size: 18px;
    line-height: 30px;
}

.third__CTA_content h3 {
    font-size: 49px;
}

.review__tab p {
    font-size: 18px;
    line-height: 30px;
}

.heading_footer h3{
     font-size: 22px;
     color: #ffffff;
     margin-top: 5px;
}

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

.footer__info__detail ul li p {
    font-size: 15px;
}

.about__content__sec p {
    font-size: 16px;
    line-height: 25px;
}

.just__content__tp h3 {
    font-size: 40px;
}

.self__content__sec ul li span{
    font-size: 40px;
}

.time__line__content h3 {
    font-size: 55px;
}

.time__line__content p {
    font-size: 23px;
    line-height: 35px;
}

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

.time__line__contentPara p {
    font-size: 16px;
    line-height: 25px;
}

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

.review__tab h4 {
    font-size: 30px;
}

.counter___number__tab ul li h4 {
    font-size: 40px;
}

.inner__banner .banner__content__sec h1 {
    font-size: 50px;
}

.inner__about__sec .about__content__sec h3 {
    font-size: 30px;
}

.inner__about__sec .about__content__sec ul li {
    font-size: 16px;
}

.audiographic__content p.scroll-block {
    max-height: 380px;
}

.process__box__content h2 {
    font-size: 20px;
}

.editing__content p.scroll-block {
    max-height: 170px;
}

.editing__content p.scroll-block {
    max-height: 250px;
}

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

.book_cover_content p.scroll-block {
    max-height: 430px !important;
}

.marketing__content p.scroll-block {
    max-height: 330px;
}

.story__content__Sec h3{
    font-size: 40px;
}

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

.con_detail_hme ul li {
    font-size: 30px;
}

.con_detail_hme ul li{
    line-height: 50px;
}

.privacy_policy .about__content__sec h3 {
    font-size: 27px;
}

.privacy_policy .about__content__sec ul li {
    font-size: 16px;
}

}


@media (max-width: 1440px) {

.banner__content__sec h1 {
    font-size: 50px;
    line-height: 60px;
}

.platform__logo__sec {
    margin-top: -150px;
}

footer {
    padding: 25px 0;
}


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

.navbar-nav li:hover > ul.dropdown-menu{
    min-width: 11rem;
}


.banner__form__tab h3 {
    font-size: 27px;
}

.center__heading__sec p {
    width: 90%;
    margin: 0 auto;
}

.process__head__sec span {
    font-size: 100px;
    line-height: 50px;
    bottom: -35px;
}

.book__cta1 img {
    width: 70%;
}

.book__cta2 {
    text-align: right;    
    bottom: -50px;
}

.book__cta2 img {
    width: 70%;
}

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

.CTA__content__box_overlay p {
    font-size: 22px;
    width: 90%;
    margin: 0 auto;
}

.third__CTA_content p {
    font-size: 23px;
    line-height: 33px;
    width: 90%;
    margin: 0 auto;
}

.about__content__sec h3 {
    font-size: 40px;
}

.self__content__sec ul li {
    font-size: 15px;
    line-height: 20px;
}

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

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

.time__line__content p {
    font-size: 20px;
    line-height: 28px;
}

.time__line__content:before{
    right: -13px;
}

.btn_web ul li a{
    padding: 13px 20px;
    font-size: 17px;
}

.center__heading__sec h2 {
    font-size: 35px;
}

.story__content__Sec h3 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 5px;
}

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

.editing__content p.scroll-block {
    max-height: 350px;
}

.inner__banner .banner__content__sec h1 {
    font-size: 40px;
}

.banner__content__sec h1 span:after{
    bottom: -44px;
}

.about__imageMan{
    top: 35%;
}

.third__CTA_content h3 {
    font-size: 40px;
}

.five__cta__sec .third__CTA_content p {
    font-size: 17px;
}

.logo_footer_sec img {
    width: 70%;
}

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

.footer__info__detail ul li span img {
    width: 100%;
}

.privacy_policy .about__content__sec h3 {
    font-size: 24px;
}

}


@media (max-width: 1366px) {

.banner__content__sec h1 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 60px;
}

.CTA__content__sec h3 {
    font-size: 50px;
}

.cta__sec__main{
    padding: 100px 0;
}

.second__CTA_main{
    padding: 100px 0;
}

.third__CTA_sec{
    padding: 100px 0;
}

.five__cta__sec{
    padding: 100px 0;
    margin-top: 110px;
}

.inner__banner .banner__content__sec h1 {
    font-size: 40px;
    line-height: 50px;
}

.just__content__tp h3 {
    font-size: 32px;
}

.just__content__tp p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.time__line_head h3 {
    font-size: 17px;
    min-height: 40px;
}

.timeline___share__sec {
    padding: 10px 0px 40px 0px;
}

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

.time__line__content p {
    font-size: 19px;
    line-height: 28px;
}

.timeline___sec__main .container-fluid {
    max-width: 100%;
    padding: 0 30px 0 30px;
}

.btn_web ul li a {
    padding: 13px 16px;
    font-size: 16px;
}

.time__line__year__tb h6 {
    font-size: 40px;
}

.time__line__contentPara p {
    font-size: 15px;
    line-height: 24px;
}

.CTA__content__box_overlay h2 {
    font-size: 40px;
    line-height: 45px;
}

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

.publishing__boxes__sec .process__box__content h2 {
    min-height: 40px;
    font-size: 20px;
}

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

.self__content__sec ul li span {
    font-size: 35px;
}

.about__imageMan img {
    width: 100%;
}

.about__imageMan {
    top: 35%;
    left: 30%;
}

.inner__about__sec .about__content__sec h3 {
    font-size: 25px;
}

.process__box__content{
    min-height: 290px;
}

.about_banner .banner__content__sec h1 {
    font-size: 70px;
    line-height: 60px;
}

.process__box__content h2 {
    font-size: 19px;
}

.third__CTA_content h3 {
    font-size: 35px;
}

.third__CTA_content p{
    font-size: 20px;
    font-weight: 400;
}

.logo_footer_sec p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

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

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

.review__tab p {
    font-size: 17px;
    line-height: 30px;
}

}


@media (max-width: 1200px) {

.container {
    max-width: 1100px;
}

.banner__content__sec h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
}

.banner__form__tab {
    margin-left: 70px;
}

.center__heading__sec p {
    font-size: 17px;
    line-height: 25px;
}

.process__head__sec span {
    font-size: 80px;
}

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

.CTA__content__sec h3 {
    font-size: 40px;
}

.cta__sec__main {
    padding: 80px 0;
}

.our__Process__sec:after{
    z-index: -1;
}

.second__CTA_main {
    padding: 80px 0;
}

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

.third__CTA_sec {
    padding: 80px 0;
}

.footer_menu_sec ul li a {
    color: var(--white);
    font-size: 15px;
}

.footer_menu_sec ul li a:after{
    top: 4px;
    width: 15px;
    height: 15px;
}

footer {
    padding: 50px 0;
}

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

.just__content__tp h3 {
    font-size: 26px;
}

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

.self__content__sec ul li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.time__line__content p {
    font-size: 17px;
    line-height: 25px;
}

.time__line__content .btn_web ul li a {
    padding: 11px 13px;
    font-size: 15px;
}

.third__CTA_content h3 {
    font-size: 30px;
}

.privacy_policy .about__content__sec h3 {
    font-size: 22px;
}

.privacy_policy .about__content__sec ul li {
    font-size: 15px;
}

.inner__banner .banner__content__sec h1 {
    font-size: 35px;
    line-height: 50px;
}

.banner___sec__main.inner__banner video,.banner___sec__main.inner__banner img {
    height: 380px;
    margin-bottom: 0;
}

.inner__banner .banner__content__sec {
    padding-top: 120px;
}

.story__content__Sec h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 5px;
}

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

.book__stories__sec {
    text-align: center;
}

.story__form__content h3 {
    font-size: 30px;
}

.story__form__content p {
    font-size: 16px;
    line-height: 25px;
}

.con_detail_hme ul li {
    font-size: 27px;
}

.about_banner .banner__content__sec h1 {
    font-size: 60px !important;
    line-height: 60px;
}

.btn_header ul li a {
    font-size: 11px;
}
    
}


@media (max-width: 1100px) {

.container {
    max-width: 1050px;
}

.process__head__sec p {
    font-size: 15px;
    line-height: 25px;
}

.book__cta1 {
    position: absolute;
    bottom: -57px;
    left: 10px;
}

.CTA__content__box_overlay p {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    line-height: 30px;
}

.forth__cta__tab .third__CTA_content{
    padding: 60px 20px;
}

.about__img__sec img {
    width: 95%;
}

.about__imageMan {
    top: 40%;
    left: 35%;
}

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

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


.time__line__content .btn_web ul li a {
    padding: 9px 11px;
    font-size: 14px;
}

.time__line__content:before {
    right: -17px;
    height: 500px;
}

.testimonial_sec_main .slick-prev {
    right: 53%;
}

.counter___number__tab ul li h4 {
    font-size: 32px;
}

.counter___number__tab ul li h4 span{
    top: 2px;
}

.review__tab p {
    font-size: 16px;
    line-height: 28px;
}

.review__tab p {
    font-size: 16px;
    line-height: 28px;
}

.story__content__Sec h3 {
    font-size: 27px;
    line-height: 35px;
    padding-bottom: 5px;
}

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

.about_banner .banner__content__sec h1 {
    font-size: 55px !important;
    line-height: 60px;
}

.footer_menu_sec ul li a {
    font-size: 15px;
    padding-bottom: 11px;
}

}

@media (max-width: 1024px) {

.container {
    max-width: 960px;
}

.banner__content__sec h1 {
    font-size: 35px;
    line-height: 42px;
}

.banner__content__sec p {
    font-size: 17px;
    line-height: 30px;
}

.center__heading__sec p {
    font-size: 16px;
    line-height: 25px;
}

.CTA__content__sec p {
    font-size: 18px;
    line-height: 30px;
}

.process__box__content p {
    font-size: 15px;
    line-height: 23px;
}

.banner__form__tab h3 {
    font-size: 24px;
}

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

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

.timeline___sec__main .col-sm-3 {
    max-width: 30%;
    flex: 30%;
}

.timeline___sec__main .col-sm-9 {
    max-width: 70%;
    flex: 70%;
}

.publishing__boxes__sec .process__box__content h2 {
    min-height: 50px;
    font-size: 18px;
}

.third__CTA_content p {
    font-size: 20px;
    font-weight: 400;
    width: 80%;
    line-height: 30px;
}

.publishing__boxes__sec .process__box__content p.scroll-block {
    max-height: 143px;
}

.main_menu_sec ul li a {
    font-size: 15px;
    padding: 10px 12px !important;
}

.about__imageMan {
    top: 30%;
    left: 28%;
}

.about__imageMan img {
    width: 100% !important;
}

.about__content__sec p {
    font-size: 15px;
    line-height: 25px;
}

.inner__about__sec .about__content__sec ul li {
    font-size: 15px;
    padding-bottom: 0px;
}

.process__box__content h2 {
    font-size: 18px;
}

.story__content__Sec p {
    font-size: 16px;
    line-height: 27px;
}

.privacy_policy .about__content__sec h4 {
    font-size: 21px;
}

.banner___sec__main .carousel-item img {
    height: 1070px;
    object-fit: cover;
}

.banner___sec__main .btn_web ul li a {
    padding: 9px 8px;
    font-size: 12px;
}

}


@media (max-width: 992px) {

.CTA__content__box_overlay p {
    font-size: 19px;
}

.cookie-consent-banner__description{
        font-size: 1.2vmax;
}

header {
    padding: 70px 0 0;
}


.faq_tab .card-header h5 button{
    font-size: 16px;
}

.faq_tab .card-body {
    font-size: 15px;
    line-height: 26px;
}

.self__content__sec ul li span {
    font-size: 25px;
    width: 50px;
    height: 50px;
}

.self__content__sec ul li {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
    padding-left: 55px;
}

.process__box__content p {
    font-size: 16px;
    line-height: 26px;
}

.publishing__boxes__sec .process__box__content p.scroll-block {
    max-height: 163px;
}

.publishing__boxes__sec .process__box__content h2 {
    min-height: 40px;
    font-size: 20px;
}

}

@media (max-width: 768px) {
    .center-col img {
        display: none;
    }

.container {
    max-width: 720px;
}

.banner__form__tab {
    margin-left: 0;
    display: block;
    margin-top: 50px;
}

.banner___sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
}

.logo_Sec_main img {
    width: 210px;
}



.banner___sec__main video, .banner___sec__main .carousel-item img {
    height: 1430px;
    object-fit: cover;
}

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

.book__cta1, .book__cta2{
    display: none;
}

.center__heading__sec h2 {
    font-size: 25px;
}

.center__heading__sec p {
    font-size: 17px;
    line-height: 28px;
    width: 100%;
}

.process__box__content {
    min-height: 240px;
}

.CTA__content__box_overlay p {
    font-size: 17px;
    width: 100%;
}

.third__CTA_content p {
    font-size: 19px;
    width: 100%;
}

.col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

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

.testimonial_sec_main .slick-prev {
    right: 57%;
}

.testimonial_sec_main .slick-next {
    right: 40%;
}

.test-border .leave, .test-border .cup{
    display: none;
}

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

footer .col-sm-8.pl-5 {
    padding: 0 !important;
    margin-top: 20px;
    max-width: 100%;
    flex: 100%;
}

footer .col-sm-8.pl-5 .row .col-sm-4 {
    max-width: 30%;
    flex: 30%;
}

.logo_footer_sec img {
    width: 30%;
}

.review__tab p {
    font-size: 18px;
    line-height: 29px;
    width: 100%;
}

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

.banner__content__sec p {
    font-size: 18px;
    line-height: 30px;
}

.banner___sec__main .carousel-item:before {
    
}

.process__img__tb img {
    width: 60%;
}

.process__img__tb:after{
    right: 80px;
    width: 50%;
}

.process__head__sec span {
    font-size: 75px;
    left: -6px;
}

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

.about__img__sec {
    display: none;
}

.just__content__tp img {
    width: 100%;
}

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

.just__content__tp img {
    display: none;
}

.just__book__sec .col-sm-6 .row .col-sm-6 {
    max-width: 50%;
    flex: 50%;
}

.timeline___sec__main .col-sm-3 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.timeline___sec__main .col-sm-9 {
    max-width: 100%;
    flex: 100%;
}

section.timeline___sec__main.padding__70 {
    padding-top: 30px;
}

.time__line__content .btn_web ul li a {
    padding: 15px 25px;
    font-size: 16px;
}

.time__line__content p {
    font-size: 19px;
    line-height: 25px;
}

.time__line_head h3 {
    font-size: 20px;
    min-height: 40px;
}

.time__line__year__tb h5 {
    font-size: 30px;
}

.CTA__content__box_overlay p {
    font-size: 18px;
    width: 100%;
    font-weight: 400;
}

.copy_text p {
    font-size: 12px;
    font-weight: 400;
}

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

.about_banner .banner__content__sec h1 {
    font-size: 40px !important;
    line-height: 60px;
}

.privacy_policy .about__content__sec h3 {
    font-size: 20px;
}

.servcies__content__scroll.scroll-block {
    max-height: 130px;
}

.counter___number__tab ul li p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.counter___number__tab ul li h4 {
    font-size: 24px;
}

.counter___number__tab ul li h4 span {
    top: -3px;
}

.inner__banner .banner__content__sec h1 {
    font-size: 30px;
    line-height: 40px;
}

.editing__content p.scroll-block {
    max-height: 390px;
}

.about__content__sec p {
    font-size: 17px;
    line-height: 28px;
}

.inner__about__sec .about__content__sec ul li {
    font-size: 16px;
    padding-bottom: 5px;
}

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

.book__stories__sec {
    text-align: left;
}

.stories__sec__main .row {
    flex-direction: column-reverse;
}

.book__stories__sec {
    display: none;
}

.con_detail_hme ul li {
    font-size: 24px;
    padding: 0 50px 20px 0px;
}

.contact_hme .col-sm-8 {
    max-width: 100%;
    flex: 100%;
    margin-top: 40px;
}

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

.row.scond__row {
    flex-direction: column-reverse;
}

.map_sec iframe {
    height: 210px;
}

.pkg_list_detail {
    margin: 50px 10px 0 10px;
}

.banner___sec__main.inner__banner video, .banner___sec__main.inner__banner img {
        height: 270px !important;
}

.pkg_detail_sec{
    min-height: auto;
}

}


@media (max-width: 576px) {
    
.banner___sec__main .btn_web ul li a {
    padding: 9px 15px;
    font-size: 13px;
    margin-bottom: 10px;
}

.social_media_footer ul li {
    text-align: center;
    width: 28%;
    background: #fff;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 20px;
}

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



.btn_web ul li a {
    padding: 11px 12px;
    font-size: 14px;
    margin-bottom: 10px;
}

.app-container{
    display: block;
}

.banner__form__tab h3 {
    font-size: 21px;
}

.inner__about__sec .col-sm-6.pl-5 {
    padding-left: 10px !important;
}

.inner__about__sec .banner__form__tab {
    margin-left: 0;
}

.inner__about__sec .about__content__sec .scroll-block {
    max-height: 310px;
}


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

header .btn_header {
    display: none;
}

.mobile-nav-btn {
    right: 20px;
    position: absolute;
    top: 0;
}

.navbar-toggler{
    display: none;
}

.inner__banner .banner__content__sec {
    padding-top: 0;
}

header {
    padding: 7px 0 7px;
    position: relative;
}

.counter___number__tab ul li h4 {
    font-size: 19px;
}

.counter___number__tab ul li h4 span {
    top: -2px;
    font-size: 19px;
}

.counter___number__tab ul li p {
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
}

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

.third__CTA_content p {
    font-size: 17px;
    width: 100%;
}

.third__CTA_sec {
    padding: 50px 0;
}

.process__box__content p {
    font-size: 15px;
    line-height: 23px;
}

.process__box__content p {
    font-size: 15px;
    line-height: 23px;
}

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

.portfolio__sec__main .col-sm-3 {
    max-width: 33%;
    flex: 33%;
}

.portfolio__sec__main .row {
    justify-content: center;
}

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

.test-border:after {
    right: 41%;
    bottom: -25px;
}

footer .col-sm-8.pl-5 {
    padding: 15px !important;
}

.copy__right .col-sm-6 {
    max-width: 100%;
    text-align: center;
    flex: 100%;
}

.term_links {
    text-align: center;
}

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

.logo_footer_sec img {
    width: 45%;
}

.footer_menu_sec ul li a {
    font-size: 13px;
    line-height: 20px;
}

.mobile-nav{
    width: 60%;
}

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

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

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

.mobile-nav ul {
    padding-top: 0;
}

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

.banner___sec__main video, .banner___sec__main .carousel-item img {
    height: 1090px;
    object-fit: cover;
}

.banner__content__sec h1 {
    font-size: 28px;
    line-height: 42px;
    width: 100%;
    margin: 0 auto 30px;
}

.banner__content__sec h1 span:after {
    bottom: -33px;
    background-size: contain;
    width: 138px;
    height: 25px;
    background-repeat: no-repeat;
}

.banner___sec__main.inner__banner video,.banner___sec__main.inner__banner img {
    height: 260px;
    margin-bottom: 0;
}

.cookie-consent-banner__description {
    font-size: 1.4vmax;
    line-height: 17px;
}

.mobile-nav-btn span{
    top: 75px;
}

.logo_Sec_main img {
    width: 200px;
}

header {
    padding: 66px 0 7px;
}


}



@media (max-width: 450px) {
.cta::after {
    display: none;;
}

.cta .center__heading__sec h2 {
    font-size: 18px;
  }
  
  .cta .center__heading__sec p {
    font-size: 15px;
    line-height: 26px;
    width: 90%;
  }
  
  .book__portfolio__sec{
      border-radius: 10px;
  }
  
  .book__portfolio__sec img {
  width: 100%;
  border-radius: 10px;
}

  .inner__banner .banner__content__sec {
    padding-top: 100px;
  }
  
  .inner__banner .banner__content__sec h1 br{
      display: none;
  }
  
  .logo_footer_sec {
  text-align: center;
  padding-bottom: 10px;
}
  

.mobile-nav-btn {
    right: 20px;
    position: absolute;
    top: 10px;
}

header {
    padding: 20px 0 7px;
    position: absolute;
}

.cta::before {
    display: none;;
}

.mobile-nav-btn span {
    top: 0px;
}

.banner___sec__main video, .banner___sec__main .carousel-item img {
    height: 1360px;
}

.banner__content__sec h1 {
    font-size: 27px;
    line-height: 32px;
    width: 100%;
    margin: 0 auto 25px;
}

.banner__content__sec p {
    font-size: 16px;
    line-height: 27px;
}

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

.container {
    max-width: initial;
    padding: 0 25px;
}

.process__img__tb:after {
    right: 50px;
    width: 50%;
}

.process__head__sec {
    text-align: center;
}

.process__head__sec p {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    max-height: 134px;
}

.process__img__tb img {
    width: 60%;
    margin: 0 auto;
}

.Process__services__slider .col-sm-4:nth-child(odd) .process__box__tab {
    margin-top: 0;
}

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

.CTA__content__sec h3 {
    font-size: 32px;
}

.cta__sec__main {
    padding: 60px 0;
}

.process__box__content {
    min-height: auto;
    padding: 3em 1em 2em;
}

.process__box__content p {
    font-size: 16px;
    line-height: 25px;
}

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

.portfolio__sec__main .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.forth__cta__tab .third__CTA_content p {
    font-size: 17px;
    line-height: 27px;
}

.review__tab {
    text-align: center;
    margin: 0 20px;
}

.test-border{
    display: none;
}

.testimonial_sec_main .slick-next {
    right: 34%;
}

footer .col-sm-8.pl-5 .row .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.footer_menu_sec ul li a {
    font-size: 15px;
    line-height: 25px;
}

.process__head__sec h3 {
    font-size: 31px;
}

.process__head__sec span {
    font-size: 85px;
    left: -50px;
    bottom: -40px;
}

.counter___number__tab ul {
    display: inline-block;
    justify-content: space-around;
    margin-top: 30px;
    width: 100%;
}

.counter___number__tab ul li {
    width: 32%;
    display: inline-block;
}

.counter___number__tab ul li h4 {
    font-size: 25px;
}

.counter___number__tab ul li h4 span {
    top: -2px;
    font-size: 26px;
}

.counter___number__tab ul li p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

.counter__Sec__main{
    padding: 40px 0;
}

.banner___sec__main.inner__banner video,.banner___sec__main.inner__banner img {
    height: 210px;
    margin-bottom: 0;
}

.inner__about__sec .about__content__sec h3 {
    font-size: 20px;
}

.about__content__sec p {
    font-size: 16px;
    line-height: 28px;
}

.inner__about__sec .about__content__sec ul li {
    font-size: 15px;
    padding-bottom: 2px;
}

.mobile-nav-btn .lines:before {
    font-size: 29px;
    padding: 13px 15px;
    margin-top: 5px;
}

.banner__content__sec h1 span:after {
    bottom: -25px;
    background-size: contain;
    width: 130px;
    height: 18px;
    background-repeat: no-repeat;
}

.inner__banner .banner__content__sec h1 {
    font-size: 20px;
    line-height: 30px;
}

.about_banner .banner__content__sec h1 {
    font-size: 28px !important;
    line-height: 60px;
}

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

.btn_web ul li a {
    padding: 11px 18px;
    font-size: 15px;
}

}

@media (max-width: 390px) {

footer .col-sm-8.pl-5 .row .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.mobile-nav-btn {
    right: 20px;
    position: absolute;
    top: 10px;
}

.inner__banner .banner__content__sec h1 {
    font-size: 18px;
    line-height: 25px;
}

header {
    padding: 25px 0 15px;
    position: absolute;
    margin-top: 0;
}

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

.faq__sec_tab:before{
    display: none;
}

.container {
    max-width: initial;
    padding: 0 15px;
}

.banner__content__sec h1 {
    font-size: 20px;
    line-height: 27px;
}

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

.CTA__content__sec h3 {
    font-size: 26px;
}

.CTA__content__sec p {
    font-size: 16px;
    line-height: 25px;
}

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

.CTA__content__box_overlay p {
    font-size: 16px;
    line-height: 27px;
}

.second__CTA_main {
    padding: 50px 0;
}

.padding__70 {
    padding: 40px 0;
}

.faq_tab .card-header h5 button {
    font-size: 14px;
}

.btn_web ul li a {
    padding: 11px 12px;
    font-size: 14px;
    margin-bottom: 10px;
}

.forth__cta__tab .third__CTA_content {
    padding: 30px 20px;
}

.forth__cta__tab .third__CTA_content p {
    font-size: 16px;
    line-height: 24px;
}

.testimonial_sec_main .slick-next, .testimonial_sec_main .slick-prev{
        bottom: -56px;
}

.five__cta__sec {
    padding: 50px 0;
    margin-top: 60px;
}

.review__tab h4 {
    font-size: 19px;
    font-style: inherit;
}

.review__tab h6 {
    font-size: 16px;
    font-style: inherit;
}

.five__cta__sec .third__CTA_content p {
    font-size: 15px;
}

.logo_footer_sec img {
    width: 70%;
    margin-bottom: 0px;
}

footer .col-sm-8.pl-5 {
    padding: 15px 15px 0 !important;
}

footer {
    padding: 30px 0;
}

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

.story__content__Sec h3 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 5px;
}

.story__content__Sec p {
    font-size: 15px;
    line-height: 24px;
}

.story__content__Sec ul li a {
    font-size: 16px;
    padding: 12px 35px;
}

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

.book__stories__sec {
    display: block;
    margin-bottom: 20px;
}

.stories__sec__main .row {
    flex-direction: column;
}

.book__stories__sec img {
    width: 50%;
    margin: 0 auto;
}

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

.mobile-nav {
    width: 65%;
}

.app-container.active {
    left: 0;
}

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

.mobile-nav nav li a{
    padding: 10px 24px;
}

.banner___sec__main.inner__banner video,.banner___sec__main.inner__banner img {
    height: 170px;
    margin-bottom: 0;
}

.inner__about__sec .about__content__sec h3 {
    font-size: 18px;
}

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

.process__box__content p {
    font-size: 15px;
    line-height: 25px;
}

.con_detail_hme ul li {
    font-size: 20px;
    padding: 0 0px 10px 0px;
    line-height: 30px;
}

.con_detail_hme ul li span img {
    display: block;
    width: 45px;
}

.logo_Sec_main img {
    width: 53%;
}

.inner__about__sec .about__content__sec ul li {
    font-size: 15px;
    padding-bottom: 10px;
    line-height: 21px;
}

}

@media (max-width: 390px) {
    .logo_Sec_main img {
        width: 100%;
    }
}

/*Responsive End*/