@import url('../fonts/stylesheet.css');

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a,
button,
input,
textarea,
select {
    font-family: 'Aptos';
}

ul {
    padding: 0 !important;
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

.container {
    width: 100% !important;
    max-width: 1360px !important;
    margin: auto Im !important;
}


header.header_wrap {
    padding: 20px 0;
    /* position: absolute; */
    width: 100%;
    margin: auto;
}

nav.navbar ul.navbar-nav li a {
    color: #181818 !important;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 !important;
    margin: 0 0 0 35px;
    text-transform: capitalize;
    position:relative;
}

nav.navbar ul.navbar-nav li button.btn-dark {
    margin: 0 0 0 20px;
    border-radius: 10px;
    background: #16476A;
    border: none;
    width: 200px;
    height: 45px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
}

nav.navbar ul.navbar-nav li button.btn-dark:hover {
    background: #000;
    transition: 0.5s;
    color: #fff;
}

nav.navbar ul.navbar-nav li a.number_wrap {
    color: #16476A !important;
    font-weight: 600;
}

nav.navbar ul.navbar-nav li a:hover {
    color: #16476A !important;
    transition: 0.5s !important;
}

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


footer.main_footer {
    padding: 0 0 0 0;
}

.form_row {
    /* border-radius: 10px; */
    /* border: 1px solid #F6F6F6; */
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFF; */
    /* box-shadow: 0px 4px 20px 0px rgba(194, 194, 194, 0.25); */
    /* position: relative; */
    /* top: 100px; */
}

.form_row .form_left_img {
    text-align: center;
    padding: 0 40px;
}

.form_row .form_left_img h4 {
    margin: 40px 0 10px 0;
    color: #282828;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.form_row .form_left_img p {
    margin: 0 0 20px 0;
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

.form_row .form_left_img a {
    color: #282828;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.form_right {
    padding: 0 40px 0 40px;
}

.form_right h2 {
    color: #282828;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.form_right p {
    color: #282828;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.form_right form {
    margin: 30px 0 0 0;
}

.form_right form input,
.form_right form textarea {
    width: 100%;
    border-radius: 50px;
    background: #e8e6e6;
    height: 60px;
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    outline: none;
    border: 1px solid transparent;
    font-weight: 400;
    line-height: normal;
    font-family: 'Aptos';
}

.form_right form input::placeholder,
.form_right form textarea::placeholder {
    color: #000;
}

.form_right form input:focus,
.form_right form textarea:focus {
    outline: none;
    border: 1px solid #16476A;
}

.form_right form textarea {
    height: 150px;
    border-radius: 30px;
    padding: 20px 30px;
}

.form_right input[type="submit"] {
    background: #16476A !important;
    padding: 0 !important;
    color: #FFF !important;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    width: 193px !important;
    height: 51px !important;
    border-radius: 10px;
}

section.footer_sec {
    background: #1B1B1B;
    padding: 150px 0 20px 0;
}

.footer_inner img {
    margin: 0 0 20px 0;
    width: 40%;
}

.footer_inner p {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
}

.footer_inner {}

.footer_inner h5 {
    color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}




.footer_inner ul.service_points li a,
.footer_inner ul li a {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.footer_inner ul.service_points li a:hover,
.footer_inner ul li a:hover,
.footer_info ul li p a:hover {
    color: #ffffff !important;
    transition: 0.5s;
}

.footer_inner ul li {
    margin: 0 0 5px 0;
}

.footer_info ul li {
    display: flex;
    align-items: start;
    margin: 0 0 20px 0;
}

.footer_info ul li p,
.footer_info ul li p a {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.footer_info ul li img {
    margin: 0 20px 0 0;
}

section.bottom_footer {
    background: #111;
    padding: 20px 0;
}

section.bottom_footer p {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.form_row .col-md-6 {
    padding-bottom: 80px !important;
}

.form_row .col-md-6:nth-child(1) {
    border-right: 4px solid #EAEAEA;
}

.banner_img img {
    width: 100%;
}

.banner_img {
    text-align: right;
}

.banner_inner {}

.banner_inner h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #16476A;
}

.banner_inner h2 {
    color: #1B1B1B;
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    width: 80%;
}

.banner_inner p {
    color: #1E1E1E;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

button.btn-dark {
    border-radius: 10px;
    background: #16476A;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 0 30px;
    height: 55px;
}

button.btn-dark:hover {
    background: #000;
    transition: 0.5s;
}

.logos_wrap {
    text-align: center;
}

.logo_content {
    text-align: center;
}

.logo_content h4 {
    color: #181818;
    font-family: Lato;
    font-size: 21.433px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0;
}

.logo_content p {
    margin: 0;
    color: #1A1A1A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 30.301px */
}

section.sec_2 {
    padding: 80px 0 80px 0;
}

.badges_inner h2 {
    color: #181818;
    text-align: center;
    font-family: Lato;
    font-size: 37.507px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.badges_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px !important;
}

section.sec_2 .row.mt-5 {
    margin-top: 100px !important;
}

.video_img img {
    width: 100%;
}

.col-md-6.bg_color {
    padding: 60px 30px 0 30px;
    background: #000;
    height: 354px;
    border-left: 11px solid red;
}

.video_inner h5 {
    color: #16476A;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.video_inner p {
    color: #111;
    font-family: Lato;
    font-size: 16.075px;
    font-style: normal;
    font-weight: 400;
    line-height: 188.5%;
    /* 30.301px */
    margin: 0 0 10px 0;
}

.video_inner h2 {
    text-align: center;
    color: #111;
    text-align: center;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    width: 800px;
    margin: auto;
}

section.form_sec {
    padding: 60px 0;
    background-image: url(../images/form_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.form_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(4 27 44 / 54%);
    z-index: 1;
    z-index: -1;
}

.info_form h2 {
    margin: 0;
    background: #16476A;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 37.507px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px 0;
    border-radius: 10px 10px 0px 0px;
}

.info_form form {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.info_form form input {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    flex: 0 0 23%;
    outline: none;
    padding-bottom: 20px;
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 14.742px */
    text-align: left;
}

.info_form form input::placeholder {
    color: #161616;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 14.742px */
}

.info_form form input[type="submit"] {
    border: none !important;
    padding: 0 !important;
    border-radius: 50px;
    background: #16476A;
    width: 252px;
    height: 60px;
    text-align: center !important;
    color: #FFF !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 105.3%;
    /* 18.954px */
}

.single_div {
    text-align: center;
    padding: 50px 0;
}

.single_div h2 {
    color: #16476A;
    text-align: center;
    font-family: Lato;
    font-size: 37.507px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.information_wrap ul {
    display: flex;
    justify-content: center;
}

.information_wrap ul li {
    text-align: center;
    margin: 0 30px;
}

.information_wrap ul li p {
    color: #161616;
    font-family: Lato;
    font-size: 16.986px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 17.886px */
    margin: 0 0 10px 0;
}

.information_wrap ul li p img {
    margin: 0 7px 0 0;
}

.information_wrap ul li h2,
.information_wrap ul li h2 a {
    color: #161616;
    font-family: Lato;
    font-size: 28.184px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.3%;
    /* 29.678px */
    margin: 0;
}

.logos_div {
    margin: 0;
}

.logos_div ul {
    margin: 0 !important;
}

.logos_div ul li img {
    display: block;
    margin: auto;
    width: 70%;
}

section.sec_4 {
    padding: 60px 0 52px 0 !important;
    background-color: #e9e9e9;
}

button.btn-dark a {
    color: #fff;
}

.global_inner h2 {
    color: #181818;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.global_inner h2 span {
    color: #16476A;
    font-weight: 500;
}

.global_inner p {
    margin: 0 0 15px 0;
    color: #393939;
    font-size: 19.816px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.global_inner button.btn-dark {
    margin-top: 20px;
}

section.sec_5 {
    padding: 100px 0 0 0;
}

.counter_wrap {
    text-align: center;
}

.counter_wrap img {
    margin: 0 0 20px 0px;
}

.counter_wrap h2 {
    margin: 0 0 10px 0;
    color: #212121;
    text-align: center;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.counter_wrap p {
    margin: 0;
    color: #212121;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.idea_row {
    margin-top: 100px !important;
    border-bottom: 1px solid #16476A;
}

.video_wrap h2 {
    margin: 0 0 10px 0;
    color: #212121;
    font-family: Lato;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
    text-transform: uppercase;
}

.video_wrap h2 span {
    color: #16476A;
}

.video_wrap p {
    color: #393939;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}

section.sec_7 {
    padding: 0 0 60px 0;
}

.icon_box {
    text-align: center;
}

.icon_box .child_box:nth-child(1) {
    margin: 0 0 30px 0;
}

.child_box h2 {
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 10px 0;
}

.child_box p {
    color: #1E1E1E;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px 0;
}

.icon_box .child_box a {
    color: #F12224;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #F12224;
}

.learing_inner {
    display: flex;
}

.learing_inner .child_learning {
    flex: 0 0 50%;
}

.learing_inner .child_learning:nth-child(1) {
    flex: 0 0 34%;
}

.child_learning h2 {
    color: #1E1E1E;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.child_learning button.btn-dark {
    margin-top: 90px;
    background: #000;
}

img.learning_img {
    width: 360px;
}

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

section.sec_9 {
    padding: 0;
    background-image: url(../images/our-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 384px;
    align-items: center;
    padding: 15px 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

section.sec_9::before {
    content: "";
    position: absolute;
    background-image: url(../images/typewriter.png);
    height: 245px;
    width: 325px;
    right: 57px;
    top: 58%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    /* transform: translateY(-50%); */
    /* animation: 1.5s infinite alternate float; */
}

section.sec_9 .row {}


.publish_inner h4 {
    color: #FFF;
    font-family: Lato;
    font-size: 50.642px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.publish_inner h2 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    margin: 0 0 10px 0;
}

.publish_inner p {
    margin: 0;
    color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.global_inner button {
    background: #F12224;
    margin: 0 15px 0 0;
}

.publish_img {
    text-align: left;
}

.publish_img img {}

section.sec_10 {
    padding-bottom: 80px;
}

.our_inner p {
    color: #393939;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.our_inner h2 {
    color: #212121;
    font-family: Lato;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.our_inner h2 span {
    color: #f12224;
}

.project_box {
    text-align: center;
}

.project_box img {
    margin: 0 0 20px 0px;
}

.project_box p {
    color: #4A4A4A;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.cta_row {
    padding: 30px 0;
}

.cta_row button.btn-dark {
    padding: 0 !important;
    border-radius: 10px;
    background: #F12224;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    width: 200px;
}

section.sec_11 {
    padding-bottom: 80px;
}

.benefit_inner h5 {
    color: #181818;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px 0;
}

.benefit_inner h2 {
    color: #181818;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
}

.benefit_inner h2 span {
    color: #16476A;
    font-weight: bold;
}

.qr_box h3 {
    display: flex;
    align-items: center;
    color: #000;
    font-family: Lato;
    font-size: 19.386px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px 0px;
}

.qr_box h3 img {
    margin: 0 5px 0 0;
}

.qr_box p {
    margin: 0;
    color: #4A4A4A;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 90%;
}

.counter {
    text-align: center;
}

.count-title {
    color: #FFF;
    text-align: center;
    font-family: Lato !important;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 20px 0 10px 0;
}

.count-text {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.sec_12 {
    background-image: url(../images/bg_counter.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 384px;
    padding: 35px 0 0 0;
}

section.sec_13 .cta_row {
    border: none;
    margin-top: 0 !important;
}

.process_inner h2 {
    color: #212121;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.process_inner h2 span {
    color: #16476A;
}

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

.proces_box ul li {
    flex: 0 0 61%;
}

.proces_box ul li:nth-child(1) {
    flex: 0 0 38%;
}

.proces_box ul li h3 {
    color: #212121;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.proces_box ul li p {
    color: #5C5C5C;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    width: 88%;
}

section.sec_13 {
    padding-bottom: 80px;
}

.sec_14 .row {
    background-image: unset !important;
}

.sec_14 .publish_inner h4,
.sec_14 .publish_inner h2,
.sec_14 .publish_inner p {
    color: #212121;
}

.sec_14 .row .publish_img img {
    width: 80%;
}

.sec_14 .publish_inner .global_inner button.btn-dark {
    background: #16476A;
    text-transform: uppercase;
}

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

.testimonial_inner {
    text-align: center;
}

.testimonial_inner h2 {
    margin: 0;
    color: #212121;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.testimonial_inner h2 span {
    color: #f12224;
}

.testimonial_box {
    box-shadow: 0 0 10px #adadad;
    border-radius: 20px;
    padding: 30px 20px 0 20px;
    min-height: 290px !important;
}

.testimonial_box ul {
    display: flex;
    flex-wrap: wrap;
}

.testimonial_box ul li {
    flex: 0 0 33%;
}

.testimonial_box ul li:nth-child(1) {
    flex: 0 0 20%;
}

.testimonial_box ul li:nth-child(2) {
    flex: 0 0 50%;
}

.testimonial_box ul li:nth-child(3) {
    flex: 0 0 30%;
    padding-top: 10px;
}

.testimonial_box ul li h5 {
    margin: 0 0 5px 0;
    color: #000;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.testimonial_box ul li p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonial_box ul li p span {
    position: relative;
    left: 2px;
}

.box_inner h4 {
    color: #2B2B2B;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px 0;
}

.box_inner img {
    object-fit: cover;
    width: 80px;
    margin: 0 0 15px 0;
}

.box_inner p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

section.testimonial_sec {
    overflow: hidden;
}

.testimonial_wraper .item ul {
    width: 70%;
    margin: auto;
    background-image: url(../images/testimonial_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
}

.testimonial_wraper .item ul li:nth-child(2) img {
    width: 100%;
}

.testimonial_wraper .item ul li:nth-child(1) {
    padding-left: 40px;
}

.testimonial_wraper .item ul li {}

.testimonial_wraper .item ul li h4 {
    color: #FFF;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.testimonial_wraper .item ul li h2 {
    color: #FFF;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    width: 90%;
    margin: 20px 0 20px 0;
}

.testimonial_wraper .item ul li button.btn-dark {
    background: #FFCB14;
    color: #1A1A1A;
    font-weight: bold;
}

.rev_slider .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}

.rev_slider .slick-list {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.rev_slider .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.rev_slider .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.rev_slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.rev_slider .slick-snext,
.rev_slider .slick-sprev {
    display: block;
}

.rev_slider .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}

.rev_slider .slick-snext {
    opacity: 0.5;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;
}

.rev_slider .slick-sprev {
    opacity: 0.5;
    transform: translate3d(-20%, 0, 0px);
}

.test {
    display: block;
    width: 70%;
    margin: auto;
    background-image: url(../images/testimonial_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 327px;
    border-radius: 30px;
}

.test ul {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test ul li h4 {
    color: #FFF;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0 0 20px 0;
}

.test ul li:nth-child(1) {
    padding-left: 30px;
}

.test ul li h2 {
    color: #FFF;
    font-family: Lato;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.test ul li button.btn-dark {
    background: #FFCB14;
    padding: 0;
    width: 145px;
    height: 45px;
    margin: 20px 0 0 0;
}

.rev_slider button.slick-arrow:nth-child(1),
.rev_slider button.slick-arrow:nth-child(3) {
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    font-size: 0;
    width: 54px;
    height: 54px;
    border: none;
    position: absolute;
    left: 15%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    z-index: 9;
}

.rev_slider button.slick-arrow:nth-child(3) {
    background-image: url(../images/right_arrow.png);
    left: unset;
    right: 15%;
}

.contact_wraping h4 {
    color: #fff;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact_wraping h2 {
    color: #fff;
    font-family: Lato;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact_wraping ul li {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.contact_wraping ul {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

.contact_wraping ul li img {
    width: 60px;
    margin: 0 15px 0 0;
}

.contact_wraping ul li p {
    margin: 0;
}

.contact_wraping ul li p a {
    color: #fff;
    font-family: Lato;
    font-size: 23.838px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: lowercase;
}

/* portfolio_page */

section.global_inner_banner {
    text-align: center;
}

.footer-Info ul li img {
    width: 40px;
}

.global_inner_banner h5 {
    color: F1052F;
    font-size: 28.239px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.global_inner_banner h2 {
    color: #1E1E1E;
    font-size: 56.478px;
    font-weight: 500;
    line-height: 66px;
    text-transform: uppercase;
}

section.portfolio_sec_wrap {
    padding: 80px 0 80px 0;
}

.portfolio_inner {
    text-align: center;
}

.portfolio_inner h2 {
    color: #393939;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.portfolio_inner h2 span {
    color: #16476A;
}

.portfolio_img ul {
    display: flex;
    flex-wrap: wrap;
}

.portfolio_img ul li {
    flex: 0 0 20%;
    margin: 0 0 15px 0;
}

.portfolio_img ul li img {
    width: 95%;
}

/* testimonial_pge */

.testimonial_pg_sec {
    padding: 80px 0 80px 0 !important;
}

.about_icon_box img {
    width: 100%;
}

.new_about_box p {
    color: #121212;
    font-weight: 300;
}

.new_about_box .icon_box {
    display: block;
}

.new_about_box .icon_box .child_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.new_about_box .icon_box .child_box img {
    margin: 0 20px 0 0;
}

.boss_check ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.boss_check ul li {
    flex: 0 0 28%;
    border: 1px solid #E9E9E9;
    margin: 0 0 20px 0;
    border-radius: 50px;
    padding: 0 0 0 10px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.boss_check ul li img {
    margin: 0 30px 0 10px;
}

.boss_check ul li:last-child {
    border: none;
}

section.sec_1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 150px 0 100px 0;
    background-image: url(../images/sec_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_form {
    border-radius: 20.97px;
    background: #F8F8F8;
    box-shadow: 0px 4.193939685821533px 41.939395904541016px 0px rgba(74, 74, 74, 0.25);
    width: 400px;
    margin-left: auto;
    padding: 60px 30px 0 30px;
    text-align: center;
}

.banner_form h2 {
    color: #323232;
    text-align: center;
    font-family: Lato;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.banner_form form {
    margin: 40px 0 0 0;
}

.banner_form form input {
    width: 100%;
    border-radius: 52.424px;
    background: #FFF;
    border: 1px solid #c7c3c3;
    height: 50px;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    outline: none;
    color: rgba(0, 0, 0, 0.50);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

input[type="submit"] {
    padding: 0 !important;
    color: #FFF !important;
    font-family: Lato;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    border-radius: 50px;
    background: #16476A !important;
    border: none !important;
    width: 55% !important;
}

section.simple_sec {
    padding: 60px 0 0 0;
    position: relative;
}

.new_simple_img {
    text-align: center;
}

.new_simple_inner {}

.new_simple_inner h5 {
    color: F1052F;
    font-family: Lato;
    font-size: 28.239px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.new_simple_inner h2 {
    color: #181818;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.new_simple_inner h2 span {
    color: #16476A;
    font-weight: 700;
}

.new_simple_inner p {
    color: #393939;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.service_box_new h3 {
    color: #1E1E1E;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.service_box_new p {
    color: #1E1E1E;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}

button.slick-prev,
button.slick-next {
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    font-size: 0;
    border: none;
    width: 14px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -75px;
    background-color: transparent;
}

button.slick-next {
    background-image: url(../images/right_arrow.png);
    left: unset;
    right: -30px;
}

section.service_post {
    padding: 100px 0 0 0;
}

.service_post_inner img {
    width: 100%;
}

.service_content_box {
    background: #121212;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 30px 30px;
}

.service_content_box h2 {
    color: #FFF;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.service_content_box h2 span {
    color: #16476A;
}

.service_content_box p {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px 0;
}

.service_content_box button.btn-dark {
    background: #2C2C2C;
}

.children_banner {
    background-image: url(../images/children.png) !important;
    background-repeat: no-repeat;
    height: 700px !important;
}

.children_banner .banner_inner p {
    width: 85%;
}

.children_banner .banner_form {
    position: relative;
}

.children_banner .banner_form:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/child.png);
    background-repeat: no-repeat;
    width: 228px;
    height: 346px;
    left: -225px;
    bottom: -50px;
}

.astros_img {
    position: relative;
}

.astros_img:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/astros.png);
    background-repeat: no-repeat;
    width: 257px;
    height: 325px;
    right: 0;
    top: -225px;
    z-index: -1;
}

.children_box {
    text-align: center;
}

.children_box span {
    background: linear-gradient(180deg, #16476A 0%, #D60002 100%);
    border-radius: 50%;
    width: 135px;
    height: 135px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: 'Lato' !important;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}

.children_box h3 {
    color: #343434;
    text-align: center;
    font-family: 'Lato' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.children_box p {
    color: #343434;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.children_sec {
    padding: 80px 0 0 0;
}

.child_post_wrap .service_content_box {
    text-align: center;
    min-height: 350px;
    padding-top: 70px;
}

.child_post_wrap {
    position: relative;
}

.child_post_wrap:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/astros_site.png);
    background-repeat: no-repeat;
    width: 323px;
    height: 390px;
    left: 0;
    right: 3%;
    margin: auto;
    top: 11%;
    bottom: 0;
}

section.creative_sec {
    padding: 80px 0;
}

.creative_inner {
    text-align: center;
    width: 70%;
    margin: auto;
}

.creative_inner h2 {
    color: #2B2B2B;
    text-align: center;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.creative_inner h2 span {
    color: #16476A;
}

.creative_inner p {
    margin: 0;
    color: #2A2A2A;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.creative_content h2 {
    color: #181818;
    font-family: Lato;
    font-size: 46.237px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.creative_content p {
    color: #393939;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px 0;
}

section.project_sec .row {
    border-top: 1px solid #16476A;
    border-bottom: 1px solid #16476A;
}

.border_none .row {
    border: none !important;
}

section.testimonial_sec.mobile {
    display: none;
}

section.logo_sec {}

.logos_inner .slick-track {
    display: flex;
    align-items: center;
}

.logos_inner .slick-track li img {
    width: 70%;
    filter: invert(1);
}

.video_inner {
    text-align: center;
}

.video_img img {
    width: 850px;
    margin: auto;
    display: block;
}

.global_img img {
    width: 100%;
}

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

.uper_heading h2 {
    color: #181818;
    font-family: Gothic A1;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.uper_heading h2 span {
    color: #F12224;
}

.uper_heading p {
    color: #181818;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    /* 25.5px */
}

.form_inner {}

.form_inner h2 {
    color: #fff;
    font-size: 56px;
    font-style: normal;
    font-weight: bold;
    /* 67.2px */
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 56px;
}

.form_inner form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form_inner form input {
    flex: 0 0 27%;
    border: none;
    border-bottom: 2px solid #1D1D1D;
    padding: 0 0 20px 0;
    color: #1D1D1D;
    font-family: Gothic A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 14.742px */
    outline: none;
}

.form_inner form input:nth-child(4) {
    flex: 0 0 15%;
    border-radius: 10px;
    background: #F12224;
    height: 50px;
    color: #FFF;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form_inner form input::placeholder {
    color: #1D1D1D;
    font-family: Gothic A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 14.742px */
}

.or_wrap {
    margin: 60px 0;
    text-align: center;
}

.or_wrap h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Gothic A1;
    font-size: 37.507px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.contact_infor_wrap ul {
    display: flex;
    justify-content: center;
}

.contact_infor_wrap ul li {
    margin: 0 10px;
    border-radius: 10.445px;
    background: #fff;
    box-shadow: 0px 4.178px 20.889px 0px rgba(112, 112, 112, 0.25);
    padding: 30px 30px;
    text-align: center;
}

.contact_infor_wrap ul li a {
    color: #1D1D1D;
    font-family: Lato;
    font-size: 18.8px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 19.797px */
}

.contact_infor_wrap ul li h4,
.contact_infor_wrap ul li h4 a {
    margin: 10px 0 0 0;
    color: #1D1D1D;
    font-family: Lato;
    font-size: 31.195px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.3%;
    /* 32.848px */
}

.image_box {
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(142, 142, 142, 0.25);
    padding: 60px 20px 0 20px;
    height: 300px;
    position: relative;
    z-index: 9;
}

.image_box h3,
.image_box p {
    width: 211px;
}

.image_box h3 {
    color: #1E1E1E;
    font-family: Gothic A1;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.image_box p {
    color: #1E1E1E;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px 0;
}

.image_box button {
    border-radius: 10px;
    background: #F12224;
    border: none;
    width: 190px;
    height: 50px;
    color: #FFF;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.image_box:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/learning_img.png);
    background-repeat: no-repeat;
    width: 441px;
    height: 299px;
    right: 10%;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.image_box_sec:after {
    background-image: url(../images/learning_img2.png);
    width: 293px;
    height: 234px;
}

.project_inner_wrap ul li {
    display: flex !important;
    align-items: center !important;
}

.project_inner_wrap ul li .project_item {
    padding: 0 15px 0 0;
}

.project_inner_wrap ul li .project_item p {
    color: #4A4A4A;
    font-family: Gothic A1;
    font-size: 17.908px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.project_inner_wrap ul li .project_item button {
    border-radius: 50px;
    background: #F12224;
    height: 50px;
    width: 150px;
    color: #FFF;
    text-align: center;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.simple_text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple_text h3 {
    color: #212121;
    font-family: Gothic A1;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 30px 0 0;
}

.proces_box {
    display: flex;
    align-items: center;
}

.proces_box .proces_item {
    margin: 0 20px 0 0px;
}

.proces_box .proces_item h2 {
    margin: 0;
    background: #F12224;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 31px;
    font-weight: 900;
    line-height: 30px;
    /* 42.12px */
    margin: 0 !important;
}

.proces_box .proces_item img {
    margin: 0 0 10px 0;
}

.proces_box .proces_item h3 {
    color: #F12224;
    font-family: Gothic A1;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    /* 18.954px */
    font-family: sans-serif !important;
}

.proces_box .proces_item p {
    color: #1B1B1B;
    font-family: Gothic A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.3%;
    /* 17.682px */
}

.book_img img {
    width: 100%;
}

.book_content {
    text-align: center;
}

.book_content h3 {
    color: #1B1B1B;
    text-align: center;
    font-family: Gothic A1;
    font-size: 50.642px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.book_content h2 {
    color: #1B1B1B;
    text-align: center;
    font-family: Gothic A1;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    margin: 0 0 20px 0;
}

.book_content p {
    color: #1B1B1B;
    text-align: center;
    font-family: Gothic A1;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.global_btn {
    display: flex;
    justify-content: center;
}

.global_btn button {
    border-radius: 10px;
    background: #F12224;
    width: 190px;
    margin: 0 10px;
}

section.sec_17 {
    background: #F12224;
    padding: 40px 0;
}

.contact_wraping {
    text-align: center;
}

section.sec_15.mobile {
    display: none;
}

.logos_div .slick-track {
    display: flex;
    align-items: center;
}


.portfolio_img {
    margin: 50px 0 0 0;
}

.portfolio_inner p {
    color: #393939;
    text-align: center;
    font-family: Gothic A1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.fancybox-toolbar {
    visibility: visible !important;
    opacity: 1 !important;
}

.about_box h2 {
    display: flex;
    align-items: center;
    color: #1E1E1E;
    font-family: Gothic A1;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 15px 0;
}

.about_box h2 img {
    margin: 0 15px 0 0;
}

.about_box p {
    margin: 0;
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.about_box {
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(211, 211, 211, 0.25);
    padding: 30px 30px 0 30px;
    width: 400px;
    min-height: 240px;
}

section.sec_boss {
    background-image: url(../images/tribun_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    margin-bottom: 60px;
}

.boss_inner {
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(211, 211, 211, 0.25);
    width: 663px;
    margin: auto;
    padding: 30px 0;
}

.boss_inner ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.boss_inner ul li {
    flex: 0 0 33%;
    text-align: center;
    color: #1B1B1B;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px 0;
}

section.new_simple:before,
section.new_simple:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 364px;
    height: 648px;
    left: 0;
    top: 0;
}

section.new_simple:after {
    background-image: url(../images/right.png);
    left: unset;
    right: 0;
}

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

.service_content h2 {
    color: #2A2A2A;
    font-family: Gothic A1;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.service_content h2 span {
    color: #16476A;
}

.service_content p {
    color: #2A2A2A;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px 0;
}

.modal-header {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px;
}

.modal-body {
    padding: 0 !important;
}

.modal {
    background: #0000008c;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.popup_form_wrp {
    padding: 0 15px;
}

.popup_form_wrp h2 {
    font-weight: 800;
    font-size: 35px;
    color: #494949;
    margin: 0 0 10px 20px;
    position: relative;
}

.modal-content {
    padding: 30px 0;
}

.popup_form_wrp p {
    color: #343434;
    font-weight: 500;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    height: 45px;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    font-family: 'Raleway';
    font-weight: 500;
    outline: none;
    color: #000;
    border: 1px solid #16476A;
}

.popup_form_wrp form {
    margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
}

.popup_form_wrp form textarea {
    border-radius: 15px;
    height: 130px;
    padding: 15px 18px;
}

.popup_form_wrp form select {
    font-size: 14px;
    font-weight: 500;
}

.modal-content {
    border-radius: 20px;
}

.modal-content {
    border: 2px solid #16476A !important;
}

.popup_form_wrp h2:before {
    content: '';
    display: block;
    position: absolute;
    background: #16476A;
    width: 10px;
    height: 40px;
    left: -20px;
    border-radius: 5px;
}

span.color_form {
    color: #16476A;
}

button.btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #16476A;
    opacity: 1;
    border-radius: 0;
    width: 30px;
    height: 25px;
    border-bottom-left-radius: 20px;
    z-index: 999;
}

button.btn-close:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(42deg);
    left: 25px;
    border-radius: 5px;
}

button.btn-close:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(129deg);
    left: 24px;
    border-radius: 5px;
}

button.btn-close:hover {
    background: #F3AD16;
    opacity: 1;
}

button.popup_button {
    background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
    font-family: 'Raleway';
}

button.popup_button:hover {
    background: #f3ad16;
}

.badges_inner h2 span {
    color: #F12224;
}

section.youtube_section {
    background-image: url(../images/youtube.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 0 0;
}

.icon_box .child_box:nth-child(2) {
    padding: 20px 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(211, 211, 211, 0.25);
}

section.desc {
    background: #000;
    padding: 20px 0;
}

section.desc h2 {
    color: #fff;
}

.desc {
    text-align: center;
}

section.desc p {
    color: #fff;
    margin: 0;
}

.service_box_new {
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    background: #FFf;
    box-shadow: 0px 4px 20px 0px rgba(211, 211, 211, 0.25);
    padding: 30px 20px;
}

.logo img {
    width: 100%;
}

ul.dropdown-menu {
    border: 1px solid #16476A;
}

ul.dropdown-menu li a {
    margin: 0 !important;
}

ul.dropdown-menu li {
    border-bottom: 1px solid #fff;
    padding: 10px 20px 10px 20px;
    background: #16476A;
}

ul.dropdown-menu li a {
    font-size: 16px !important;
    color: #000;
}

nav.navbar ul.navbar-nav li a:hover {
    background: transparent !important;
}

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

    ul.dropdown-menu li {
        padding: 8px 20px;
    }

    .container {
        max-width: 1280px !important;
    }

    .service_img img {
        width: 100%;
    }

    .modal-content {
        padding-top: 0 !important;
    }

    .modal-dialog {
        margin-top: 15px !important;
        margin-bottom: 0 !important;
    }


    button.slick-prev {
        left: 0;
        z-index: 9999;
        bottom: -60px !important;
        top: unset;
        margin: auto;
        right: 0;
    }

    button.slick-next {
        right: -80px;
        bottom: -60px;
        top: unset;
        left: 0;
        margin: auto;
    }


    .book_wraping_new ul li img {
        margin: auto;
    }

    nav.navbar ul.navbar-nav li a {
        margin: 0 0 0 20px;
    }
}

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

    .book_content h2 {
        font-size: 55px;
    }

    nav.navbar ul.navbar-nav li a {
        margin: 0 0 0 20px;
        font-size: 18px;
    }

    .child_learning img {
        width: 100%;
    }
}

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

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

@media only screen and (max-width: 767px) {
    .navbar .navbar-nav.align-items-center.btnn{
        display:none;
    }
    .sec_4.new_about .book {
        width: 270px;
        height: 320px;
    }
    .footer-bottom p {
        text-align: center;
    }
    .footer-bottom .btm-footer-link {
        justify-content: center !important;
        gap: 0 12px;
    }
    section.portfolio_sec_wrap {
        padding: 40px 0 40px 0 !important;
    }
    section.industry_sec_new .row {
        padding: 80px 10px !important;
    }
    .industry_inner:nth-child(2) {
        margin: 0 0 20px 0 !important;
    }
    section.sec_9::before,
    .sec_15.mobile{
        display:none !important;
    }
    .form-area {
        overflow: hidden;
    }
    .form-area .div-img{
        position: relative;
        /* height: 300px; */
    }
    .form-area .div-img img {
    }

    .footer_info {
        margin-top: 20px;
    }

    .footer_inner ul.service_points {
        display: block !important;
    }

    .footer_inner a img {
        width: 50% !important;
    }

    .footer_inner p {
        width: 100% !important;
    }

    button.btn-dark {
        padding: 0 20px !important;
        height: 45px !important;
        font-size: 15px !important;
    }

    button.btn-dark.yellow {
        margin: 0 auto !important;
        margin-top: 10px !important;
    }

    .banner_inner p {
        line-height: normal !important;
        font-size: 15px !important;
    }

    ul.dropdown-menu li:last-child {
        border: 1px solid #fff !important;
        border-top: 0 !important;
    }

    .new_simple_inner.text-center {
        width: 100% !important;
    }

    ul.dropdown-menu li {
        margin-bottom: 0 !important;
        border: 1px solid #fff;
        border-top: 0;
    }

    ul.dropdown-menu {
        margin: 10px 0 0 30px;
    }

    ul.dropdown-menu li:nth-child(1) {
        border-top: 1px solid #fff;
    }


    section.sec_7 .global_inner.text-center {
        display: block;
    }

    section.sec_7 {
        padding: 50px 0 50px 0 !important;
    }

    .global_inner button.btn-dark {
        padding: 0 40px;
    }

    .global_inner a {
        margin: 0 20px 0 0;
    }

    .content_first {
        height: auto !important;
        padding: 140px 0 60px 0 !important;
    }

    .content_first h2 {
        font-size: 30px;
        margin: 0;
    }

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

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

    .contact_infor_wrap ul li h4,
    .contact_infor_wrap ul li h4 a {
        font-size: 24px;
    }


    section.sec_4 .global_inner {
        display: block;
    }

    .logo img {
        width: 50%;
    }

    .contact_wraping ul li img {
        width: 13%;
    }


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

    footer.main_footer {
        padding: 50px 0 0 0;
    }

    section.new_simple:before,
    section.new_simple:after {
        display: none;
    }



    .global_inner {
        display: flex;
        align-items: center;
    }

    .global_inner button {
        font-size: 14px;
        padding: 0;
        width: 100%;
    }

    .boss_inner {
        width: 100% !important;
    }

    .boss_inner ul li {
        flex: 0 0 50%;
    }

    .about_box {
        width: 100% !important;
        margin: 0 0 20px 0;
    }


    .logos_div ul li img {
        width: 30%;
    }

    .service_img img {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .service_content h2 {
        font-size: 30px;
        margin: 20px 0 10px 0;
    }


    .new_simple_inner p {
        width: 100%;
    }


    .logos_inner .slick-track li img {
        margin: auto;
        width: 50%;
    }

    section.sec_15.mobile {
        display: block;
        padding: 20px 0 50px 0 !important;
    }

    section.sec_15.desktop {
        display: none;
    }

    .simple_text h3 {
        margin: 0 0 20px 0;
        font-size: 28px;
    }

    section.sec_10 {
        padding-bottom: 20px;
    }

    .proces_box .proces_item {
        text-align: left;
    }

    section.sec_11 {
        padding-bottom: 30px;
    }

    .book_content {
        margin: 50px 0;
    }

    .global_btn button {
        width: 160px;
        font-size: 15px;
        padding: 0;
    }

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

    .book_content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .image_box h3,
    .image_box p {
        width: 100%;
    }

    .image_box {
        text-align: center;
        height: auto;
        padding: 40px 20px;
        margin: 0 0 20px 0;
    }

    .video_img img {
        width: 100%;
    }

    section.sec_4 {
        padding-top: 50px;
    }

    .global_img.text-end {
        margin: 0 0 30px 0;
    }

    .uper_heading h2 {
        font-size: 40px;
        line-height: 60px;
    }

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

    section.sec_7 {
        padding-bottom: 0;
        padding-top: 0;
    }

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

    .form_inner form {
        display: block;
    }

    .form_inner form input {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .or_wrap {
        margin: 20px 0;
    }

    .contact_infor_wrap ul {
        display: block;
    }

    .contact_infor_wrap ul li {
        margin: 0 0 20px 0;
    }

    section.form_sec {
        padding-bottom: 40px;
    }

    .image_box:after {
        display: none;
    }

    .publish_img img {
        width: 100%;
    }

    .banner_img {
        margin: 30px 0 40px 0;
    }

    .info_form form {
        display: block;
    }

    .global_img img {
        width: 100%;
    }

    .our_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .proces_box ul {
        display: block;
    }

    .contact_wraping ul {
        width: 100%;
    }

    .contact_wraping ul li {
        display: flex;
        margin: 0 0 10px 0;
    }

    .form_left_img img {
        width: 100%;
    }

    .test ul {
        display: block;
    }

    .count-title {
        font-size: 40px;
    }

    section.sec_1 {
        height: auto;
        padding-bottom: 20px;
    }

    .logo_content {
        margin: 30px 0 0 0;
    }

    .badges_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    section .row.mt-5 {
        margin-top: 40px !important;
    }

    .badges_inner ul li {
        flex: 0 0 45%;
    }

    .badges_inner ul li img {
        width: 160px;
        height: 160px;
    }

    .video_inner h2 {
        font-size: 21px;
        width: 100%;
    }

    .info_form form input[type="submit"] {
        margin: 20px 0 0 0;
    }

    .info_form form input {
        margin: 0 0 20px 0;
    }

    .information_wrap ul li {
        margin: 0 10px;
    }

    .information_wrap ul li h2,
    .information_wrap ul li h2 a {
        font-size: 20px;
    }

    .information_wrap ul {
        align-items: center;
    }

    .global_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    section.sec_5 {
        padding-top: 60px;
    }

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

    .counter_wrap {
        margin: 0 0 40px 0;
    }

    .idea_row {
        margin-top: 0 !important;
        padding-bottom: 30px;
    }

    .simple_text {
        text-align: center;
    }

    br {
        display: none;
    }

    .simple_text {
        text-align: center !important;
        display: block;
    }

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

    .icon_box {
        margin: 0 0 30px 0;
    }

    .learing_inner {
        display: block;
    }

    .child_learning button.btn-dark {
        margin: 0;
        text-align: center;
    }

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

    section.sec_9 .row {
        height: auto;
        flex-direction: column-reverse;
        padding: 40px 0;
    }

    .publish_img {
        text-align: center;
    }

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

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

    section.sec_9 {
        padding: 0;
        height: auto;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .project_box {
        background: #E9E9E9;
        margin: 0 0 20px 0;
        padding: 30px 0;
        border-radius: 20px;
    }

    .cta_row {
        margin-top: 20px !important;
    }

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

    .qr_box {
        margin: 30px 0 0 0;
    }

    .count-text {
        font-size: 20px;
        font-weight: 500;
    }

    .counter {
        margin: 20px 0;
    }

    section.sec_12 {
        padding: 40px 0;
        height: auto;
    }

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

    .proces_box {
        text-align: center;
    }

    .proces_box ul li p {
        width: 100%;
        font-size: 18px;
    }

    .proces_box ul li h3 {
        font-size: 24px;
        margin: 20px 0 5px 0;
    }

    section.sec_13 {
        padding-bottom: 0;
    }

    section.sec_9.sec_14 {
        padding-top: 0;
    }

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

    .testimonial_box {
        margin: 30px 0 0 0;
        background: #e9e9e9;
        padding: 20px 15px;
        border-radius: 20px;
    }

    .desktop {
        display: none;
    }

    section.testimonial_sec.mobile {
        padding-bottom: 80px;
        display: block;
    }

    .test_mobile ul {
        margin: 0 !important;
        background: red;
        border-radius: 30px;
    }

    .test_mobile ul li {
        padding-bottom: 60px;
    }

    .test_mobile ul li img {
        width: 100%;
    }

    .test_mobile ul li h4 {
        margin: 30px 0 10px 0;
        padding: 0 0 0 20px;
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }

    .test_mobile ul li h2 {
        color: #FFF;
        font-family: Lato;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 0 0 0 20px;
    }

    .test_mobile ul li button.btn-dark {
        border-radius: 42.198px;
        background: #FFCB14;
        color: #000;
        margin-left: 20px;
        margin-top: 20px;
    }

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

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

    .contact_wraping ul {
        margin: 30px 0 0 0 !important;
        display: block;
    }

    .contact_wraping ul li p a {
        font-size: 19px;
    }

    .form_row {
        position: unset;
    }

    .form_row .form_left_img h4 {
        font-size: 30px;
    }

    .form_row .form_left_img {
        padding: 0;
    }

    .form_right {
        padding: 0;
    }

    .form_row .col-md-6 {
        padding-bottom: 20px !important;
    }

    section.footer_sec {
        padding: 50px 0 40px 0;
    }

    .footer_inner {
        margin: 30px 0 0 0;
    }

    .banner_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

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

    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: -70px !important;
    }

    div#navbarNav {
        background: #16476A;
        padding: 20px 0;
        border-radius: 20px;
        z-index: 99999999;
    }

    div#navbarNav ul {
        align-items: start !important;
    }

    div#navbarNav ul li a {
        color: #fff !important;
    }

    div#navbarNav ul li {
        margin: 0 0 10px 0;
    }

    nav.navbar ul.navbar-nav li button.btn-dark {
        border-radius: 42.198px;
        background: #FFCB14;
        color: #000;
    }

    nav.navbar ul.navbar-nav li a.number_wrap {
        color: #ffcb14 !important;
    }

    .banner_form {
        width: 100%;
        margin: 60px 0;
    }

    button.slick-next {
        right: -30px;
    }

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

    .new_simple_inner h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .new_simple_img {
        margin: 50px 0 0 0;
    }

    section.simple_sec {
        padding-top: 40px;
        padding-bottom: 20px !important;
    }

    .book_wraping_new ul li img {
        margin: auto;
    }

    button.slick-prev {
        left: -60px;
    }

    .service_content_box h2 {
        font-size: 30px;
        line-height: 40px;
    }

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

    .service_content_box {
        margin: 0 0 40px 0;
    }

    section.global_inner_banner {
        height: 300px;
    }

    .global_inner_banner h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .global_inner_banner h5 {
        font-size: 20px;
        line-height: 30px;
    }

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

    .portfolio_img ul li {
        flex: 0 0 49%;
    }

    .portfolio_img ul {
        justify-content: space-between;
    }

    .about_icon_box {
        margin: 0 0 30px 0;
    }

    .boss_check ul {
        display: block;
        width: 100%;
    }

    .children_banner {
        height: auto !important;
    }

    .new_simple_img img {
        width: 100%;
    }

    .children_box img {
        width: 100%;
    }

    .creative_img img {
        width: 100%;
    }

    .astros_img:after {
        display: none;
    }

    .child_post_wrap:before {
        display: none;
    }

    .creative_inner {
        width: 100%;
    }

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

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

    section.project_sec .row {
        padding-top: 40px;
    }

}

.footer_info ul li:nth-child(2) a {
    text-transform: lowercase;
}

header.header_wrap ul.dropdown-menu li a {
    color: #fff !important;
}

ul.dropdown-menu li:last-child {
    border: none;
}

.new_simple_inner.text-center {
    width: 60%;
    margin: auto;
}

.global_inner_banner p {
    font-size: 20px;
    width: 80%;
    margin: auto;
    color: #000;
}

.content_section_iner h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.content_section_iner p {
    margin: 15px 0 20px 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
}

.content_section_iner ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.content_section_iner ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    width: 7px;
    height: 7px;
    left: 0;
    border-radius: 50%;
    top: 9px;
    bottom: 0;
    margin: a;
}

button.btn-dark {
    background: #BF092F;
    border-radius: 30px !important;
}

.service_sec_inner h2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0 0 20px 0;
}

.service_sec_inner p {
    font-size: 16px;
    color: #181818;
    font-weight: 400;
}

.service_sec_inner h4 {
    margin: 21px 0 0 0;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

span {
    color: #16476A !important;
}

.row.mt-5.bg_color {
    background: #F9F9F9;
    padding: 40px 30px;
    border-radius: 30px;
    margin-top: 20px !important;
}

.icon_box_new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px 0;
}

.icon_box_new span h5 {
    margin: 0 0 5px 0;
    color: #181818;
    font-weight: 500;
    line-height: 18px;
    font-size: 18px;
}

.icon_box_new span p {
    color: #181818;
    font-weight: 400;
    margin: 10px 0 10px 0 !important;
    line-height: 19px;
    width: 90%;
}

.icon_box_new span a {
    font-size: 14px;
    text-decoration: underline !important;
    color: #16476A;
    font-weight: 500;
}

.form_inner p {
    color: #fff;
    margin: 0 0 30px 0;
    line-height: 24px;
    font-weight: 400;
}

.form_inner .global_btn_new button {
    /* background: #16476A !important; */
    margin: 0 20px 0 0;
}

.cta_formn {
    background: #ffffffc7;
    width: 400px;
    margin: auto;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
}

.cta_formn h3,
.cta_formn p {
    color: #001a4b;
    font-family: 'Aptos' !important;
    font-weight: 600;
    text-transform: capitalize;
}

.cta_formn h3{
    text-transform: capitalize;
    margin: 0;
    font-weight: 700;
}

.cta_formn input,
.cta_formn select {
    width: 100%;
    height: 50px;
    margin: 0 0 20px 0;
    background: #fff;
    border: none;
    border-radius: 30px;
    padding: 0 0 0 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.cta_formn input::placeholder {
    color: #000;
}

.cta_formn input:focus,
.cta_formn textarea:focus,
.cta_formn select:focus {
    outline: none;
    border: 1px solid #16476A;
}


.cta_formn input input[type="submit"] {
    background: #16476A !important;
    margin: 0;
    font-size: 18px;
    width: 200px !important;
    border-radius: 30px !important;
}

section.new_content_sec {
    padding: 80px 0;
}



.simple_content p {
    margin: 0 0 30px 0;
}

section.new_content_sec .row.align-items-center.mt-5 {
    margin-top: 100px !important;
}

section.project_sec_new {
    padding: 0 0 80px 0;
}

.project_inner_new h2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #212121;
    line-height: 70px;
    margin: 0 0 20px 0;
}

.project_inner_new p {
    color: #393939;
    font-weight: 500;
    font-size: 18px;
}

.project_slider_wraper ul li {
    box-shadow: 0 0 19px #cccccc;
    background: #FAFAFA;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    margin: 0 10px;
}

.project_slider_wraper ul li img {
    margin: 0 0 20px 0;
    margin: auto;
    margin-bottom: 20px;
}

.project_slider_wraper ul li p {
    color: #4A4A4A;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.project_slider_wraper .slick-track {
    padding: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a,
button,
input,
textarea,
select {
    font-family: 'Aptos';
}

ul {
    padding: 0 !important;
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

.container {
    width: 100% !important;
    max-width: 1360px !important;
    margin: auto Im !important;
}

section.sec_1::after {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .3;
}

section.sec_1 .row.align-items-center {
    position: relative;
    z-index: 1;
}

header.header_wrap {
    padding: 20px 0;
    /* position: absolute; */
    width: 100%;
    margin: auto;
    background: rgba(0, 0, 0, 0.46);
    border-radius: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

nav.navbar ul.navbar-nav li a {
    color: #fff !important;
    font-family: 'Aptos';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 !important;
    margin: 0 0 0 50px;
    text-transform: capitalize;
}

nav.navbar ul.navbar-nav li button.btn-dark {
    margin: 0 0 0 20px;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(226 15 23) 0%, rgb(114 0 24) 100%) !important;
    border: none;
    width: 200px;
    height: 45px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
}

nav.navbar ul.navbar-nav li button.btn-dark:hover {
    /* background: #fff !important; */
    transition: 0.5s;
    color: #fff;
}

nav.navbar ul.navbar-nav li a.number_wrap {
    color: #fff !important;
    font-weight: 600;
}

nav.navbar ul.navbar-nav li a:hover {
    color: #fff !important;
    transition: 0.5s !important;
}

nav.navbar ul.navbar-nav li a::before{
    content:"";
    position:absolute;
    bottom: -4px;
    left:0;
    right: 100%;
    height:2px;
    /* width:100%; */
    background: linear-gradient(45deg, rgb(226 15 23) 0%, rgb(114 0 24) 100%) !important;
    transition:0.7s;
}

nav.navbar ul.navbar-nav li a:hover::before{
   right:0; 
}

footer.main_footer {
    padding: 60px 0 50px 0px;
    background: #132440;
}

.form_row {
    border-radius: 10px;
    border: 1px solid #F6F6F6;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFF;
    box-shadow: 0px 4px 20px 0px rgba(194, 194, 194, 0.25);
    /* position: relative; */
    /* top: 100px; */
}

.form_row .form_left_img {
    text-align: center;
    padding: 0 40px;
}

.form_row .form_left_img h4 {
    margin: 40px 0 10px 0;
    color: #282828;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.form_row .form_left_img p {
    margin: 0 0 20px 0;
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

.form_row .form_left_img a {
    color: #282828;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.form_right {
    padding: 40px 40px 0 40px;
}

.form_right h2 {
    color: #282828;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.form_right p {
    color: #282828;
    font-family: 'Aptos';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.form_right form {
    margin: 30px 0 0 0;
}

.form_right form input,
.form_right form textarea {
    width: 100%;
    border-radius: 50px;
    background: #fff;
    border: 1px solid transparent;
    height: 60px;
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2) !important;
}

.form_right form textarea {
    height: 150px;
    border-radius: 30px;
    padding: 20px 30px;
}

.form_right input[type="submit"] {
    background: linear-gradient(45deg, rgb(181 4 27) 0%, rgb(3 3 99) 100%) !important;
    padding: 0 !important;
    color: #FFF !important;
    text-align: center;
    font-family: 'Aptos';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    width: 193px !important;
    height: 51px !important;
    border-radius: 10px;
}

section.footer_sec {
    background: #6f1941;
    padding: 150px 0 20px 0;
}

.footer_inner img {
    margin: 0 0 20px 0;
    width: 40%;
}

.footer_inner p {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    width: 60%;
    margin: auto;
}

.footer_inner {}

.footer_inner h5 {
    color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}


.footer_inner ul.service_points li a,
.footer_inner ul li a {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.footer_inner ul.service_points li a:hover,
.footer_inner ul li a:hover,
.footer_info ul li p a:hover {
    color: #ffffff;
    transition: 0.5s;
}

.footer_inner ul li {
    margin: 0 0 5px 0;
}

.footer_info ul li {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.footer_info ul li p,
.footer_info ul li p a {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.footer_info ul li img {
    margin: 0 20px 0 0;
    width: 30px;
    filter: brightness(0) invert(1);
}

section.bottom_footer {
    background: #111;
    padding: 20px 0;
}

section.bottom_footer p {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.form_row .col-md-6 {
    padding-bottom: 80px !important;
}

.form_row .col-md-6:nth-child(1) {
    border-right: 4px solid #EAEAEA;
}

.banner_img img {
    width: 100%;
}

.banner_img {
    text-align: right;
}

.banner_inner {}

.banner_inner h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #fff;
}

.banner_inner h2 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    width: 85%;
}

.banner_inner p {
    color: #fff;
    font-family: 'Aptos';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

button.btn-dark {
    border-radius: 10px;
    background: #16476A;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 0 30px;
    height: 55px;
}

button.btn-dark:hover {
    background: #000;
    transition: 0.5s;
}

.logos_wrap {
    text-align: center;
}

.logo_content {
    text-align: center;
}

.logo_content h4 {
    color: #181818;
    font-family: Lato;
    font-size: 21.433px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0;
}

.logo_content p {
    margin: 0;
    color: #1A1A1A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 30.301px */
}

section.sec_2 {
    padding: 80px 0 80px 0;
}

.badges_inner h2 {
    color: #181818;
    text-align: center;
    font-family: Lato;
    font-size: 37.507px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.badges_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px !important;
}

section.sec_2 .row.mt-5 {
    margin-top: 100px !important;
}

.video_img img {
    width: 100%;
}

.col-md-6.bg_color {
    padding: 60px 30px 0 30px;
    background: #000;
    height: 354px;
    border-left: 11px solid red;
}

.video_inner h5 {
    color: #16476A;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.video_inner p {
    color: #111;
    font-family: Lato;
    font-size: 16.075px;
    font-style: normal;
    font-weight: 400;
    line-height: 188.5%;
    /* 30.301px */
    margin: 0 0 10px 0;
}

.video_inner h2 {
    text-align: center;
    color: #111;
    text-align: center;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    width: 800px;
    margin: auto;
}

section.form_sec {
    padding: 60px 0;
    background-image: url('https://beaconbookpublisher.com/cdn/shop/t/13/assets/cntct2123.png?v=96441780755692894181734994120');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background: #190104; */
    position: relative;
    z-index: 1;
}

.info_form h2 {
    margin: 0;
    background: #16476A;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 37.507px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px 0;
    border-radius: 10px 10px 0px 0px;
}

.info_form form {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.info_form form input {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    flex: 0 0 23%;
    outline: none;
    padding-bottom: 20px;
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 14.742px */
    text-align: left;
}

.info_form form input::placeholder {
    color: #161616;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 14.742px */
}

.info_form form input[type="submit"] {
    border: none !important;
    padding: 0 !important;
    border-radius: 50px;
    background: #16476A;
    width: 252px;
    height: 60px;
    text-align: center !important;
    color: #FFF !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 105.3%;
    /* 18.954px */
}

.single_div {
    text-align: center;
    padding: 50px 0;
}

.single_div h2 {
    color: #16476A;
    text-align: center;
    font-family: Lato;
    font-size: 37.507px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.information_wrap ul {
    display: flex;
    justify-content: center;
}

.information_wrap ul li {
    text-align: center;
    margin: 0 30px;
}

.information_wrap ul li p {
    color: #161616;
    font-family: Lato;
    font-size: 16.986px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 17.886px */
    margin: 0 0 10px 0;
}

.information_wrap ul li p img {
    margin: 0 7px 0 0;
}

.information_wrap ul li h2,
.information_wrap ul li h2 a {
    color: #161616;
    font-family: Lato;
    font-size: 28.184px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.3%;
    /* 29.678px */
    margin: 0;
}

.logos_div {
    margin: 0;
}

.logos_div ul {
    margin: 0 !important;
}

.logos_div ul li img {
    display: block;
    margin: auto;
    width: 70%;
    filter: invert(1);
}

section.sec_4 {
    padding: 100px 0 80px 0;
}

button.btn-dark a {
    color: #fff;
}

.global_inner h2 {
    color: #181818;
    font-size: 41px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}

.global_inner h2 span {
    color: #16476A;
    font-weight: 800;
}

.global_inner p {
    margin: 0 0 15px 0;
    color: #393939;
    font-size: 19.816px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.global_inner button.btn-dark {
    margin-top: 20px;
}

section.sec_5 {
    padding: 100px 0 0 0;
}

.counter_wrap {
    text-align: center;
}

.counter_wrap img {
    margin: 0 0 20px 0px;
}

.counter_wrap h2 {
    margin: 0 0 10px 0;
    color: #212121;
    text-align: center;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.counter_wrap p {
    margin: 0;
    color: #212121;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.idea_row {
    margin-top: 100px !important;
    border-bottom: 1px solid #16476A;
}

.video_wrap h2 {
    margin: 0 0 10px 0;
    color: #212121;
    font-family: Lato;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
    text-transform: uppercase;
}

.video_wrap h2 span {
    color: #16476A;
}

.video_wrap p {
    color: #393939;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}

section.sec_7 {
    padding: 60px 0 60px 0;
}

.icon_box {
    text-align: center;
}

.icon_box .child_box:nth-child(1) {
    margin: 0 0 30px 0;
}

.child_box h2 {
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 10px 0;
}

.child_box p {
    color: #1E1E1E;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px 0;
}

.icon_box .child_box a {
    color: #F12224;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #F12224;
}

.learing_inner {
    display: flex;
}

.learing_inner .child_learning {
    flex: 0 0 50%;
}

.learing_inner .child_learning:nth-child(1) {
    flex: 0 0 34%;
}

.child_learning h2 {
    color: #1E1E1E;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.child_learning button.btn-dark {
    margin-top: 90px;
    background: #000;
}

img.learning_img {
    width: 360px;
}

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

section.sec_9 {
    padding: 100px 0;
    margin: 0;
    background: url(../images/our-banner.jpg);
    height: auto;
}

section.sec_9 .row {}


.publish_inner h4 {
    color: #FFF;
    font-family: Lato;
    font-size: 50.642px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.publish_inner h2 {
    color: #FFF;
    font-size: 53px;
    font-style: normal;
    font-weight: 800;
    line-height: 62px;
    margin: 0 0 20px 0;
}

.publish_inner p {
    margin: 0 0 30px 0;
    color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.global_inner button {
    background: #BF092F;
    margin: 0 15px 0 0;
}

.publish_img {
    text-align: left;
}

.publish_img img {}

section.sec_10 {
    padding-bottom: 80px;
}

.our_inner p {
    color: #393939;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.our_inner h2 {
    color: #212121;
    font-family: Lato;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.our_inner h2 span {
    color: #f12224;
}

.project_box {
    text-align: center;
}

.project_box img {
    margin: 0 0 20px 0px;
}

.project_box p {
    color: #4A4A4A;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.cta_row {
    padding: 30px 0;
}

.cta_row button.btn-dark {
    padding: 0 !important;
    border-radius: 10px;
    background: #F12224;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    width: 200px;
}

section.sec_11 {
    padding-bottom: 80px;
}

.benefit_inner h5 {
    color: #181818;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px 0;
}

.benefit_inner h2 {
    color: #181818;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
}

.benefit_inner h2 span {
    color: #16476A;
    font-weight: bold;
}

.qr_box h3 {
    display: flex;
    align-items: center;
    color: #000;
    font-family: Lato;
    font-size: 19.386px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px 0px;
}

.qr_box h3 img {
    margin: 0 5px 0 0;
}

.qr_box p {
    margin: 0;
    color: #4A4A4A;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 90%;
}

.counter {
    text-align: center;
}

.count-title {
    color: #FFF;
    text-align: center;
    font-family: Lato !important;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 20px 0 10px 0;
}

.count-text {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.sec_12 {
    background-image: url(../images/bg_counter.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 384px;
    padding: 35px 0 0 0;
}

section.sec_13 .cta_row {
    border: none;
    margin-top: 0 !important;
}

.process_inner h2 {
    color: #212121;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.process_inner h2 span {
    color: #16476A;
}

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

.proces_box ul li {
    flex: 0 0 61%;
}

.proces_box ul li:nth-child(1) {
    flex: 0 0 38%;
}

.proces_box ul li h3 {
    color: #212121;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.proces_box ul li p {
    color: #5C5C5C;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    width: 88%;
}

section.sec_13 {
    padding-bottom: 80px;
}

.sec_14 .row {
    background-image: unset !important;
}

.sec_14 .publish_inner h4,
.sec_14 .publish_inner h2,
.sec_14 .publish_inner p {
    color: #212121;
}

.sec_14 .row .publish_img img {
    width: 80%;
}

.sec_14 .publish_inner .global_inner button.btn-dark {
    background: #16476A;
    text-transform: uppercase;
}

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

.testimonial_inner {
    text-align: center;
}

.testimonial_inner h2 {
    margin: 0;
    color: #212121;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.testimonial_inner h2 span {
    color: #f12224;
}

.testimonial_box {
    box-shadow: 0 0 10px #adadad;
    border-radius: 20px;
    padding: 30px 20px 0 20px;
    min-height: 240px;
}

.testimonial_box ul {
    display: flex;
    flex-wrap: wrap;
}

.testimonial_box ul li {
    flex: 0 0 33%;
}

.testimonial_box ul li:nth-child(1) {
    flex: 0 0 20%;
}

.testimonial_box ul li:nth-child(2) {
    flex: 0 0 50%;
}

.testimonial_box ul li:nth-child(3) {
    flex: 0 0 30%;
    padding-top: 10px;
}

.testimonial_box ul li h5 {
    margin: 0 0 5px 0;
    color: #000;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.testimonial_box ul li p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonial_box ul li p span {
    position: relative;
    left: 17px;
}

.box_inner h4 {
    color: #2B2B2B;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px 0;
}

.box_inner img {
    object-fit: cover;
    width: 80px;
    margin: 0 0 15px 0;
}

.box_inner p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

section.testimonial_sec {
    overflow: hidden;
}

.testimonial_wraper .item ul {
    width: 70%;
    margin: auto;
    background-image: url(../images/testimonial_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
}

.testimonial_wraper .item ul li:nth-child(2) img {
    width: 100%;
}

.testimonial_wraper .item ul li:nth-child(1) {
    padding-left: 40px;
}

.testimonial_wraper .item ul li {}

.testimonial_wraper .item ul li h4 {
    color: #FFF;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.testimonial_wraper .item ul li h2 {
    color: #FFF;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    width: 90%;
    margin: 20px 0 20px 0;
}

.testimonial_wraper .item ul li button.btn-dark {
    background: #FFCB14;
    color: #1A1A1A;
    font-weight: bold;
}

.rev_slider .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}

.rev_slider .slick-list {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.rev_slider .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.rev_slider .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.rev_slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.rev_slider .slick-snext,
.rev_slider .slick-sprev {
    display: block;
}

.rev_slider .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}

.rev_slider .slick-snext {
    opacity: 0.5;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;
}

.rev_slider .slick-sprev {
    opacity: 0.5;
    transform: translate3d(-20%, 0, 0px);
}

.test {
    display: block;
    width: 70%;
    margin: auto;
    background-image: url(../images/testimonial_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 327px;
    border-radius: 30px;
}

.test ul {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test ul li h4 {
    color: #FFF;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0 0 20px 0;
}

.test ul li:nth-child(1) {
    padding-left: 30px;
}

.test ul li h2 {
    color: #FFF;
    font-family: Lato;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.test ul li button.btn-dark {
    background: #FFCB14;
    padding: 0;
    width: 145px;
    height: 45px;
    margin: 20px 0 0 0;
}

.rev_slider button.slick-arrow:nth-child(1),
.rev_slider button.slick-arrow:nth-child(3) {
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    font-size: 0;
    width: 54px;
    height: 54px;
    border: none;
    position: absolute;
    left: 15%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    z-index: 9;
}

.rev_slider button.slick-arrow:nth-child(3) {
    background-image: url(../images/right_arrow.png);
    left: unset;
    right: 15%;
}

.contact_wraping h4 {
    color: #fff;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact_wraping h2 {
    color: #fff;
    font-family: Lato;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact_wraping ul li {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.contact_wraping ul {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

.contact_wraping ul li img {
    width: 60px;
    margin: 0 15px 0 0;
}

.contact_wraping ul li p {
    margin: 0;
}

.contact_wraping ul li p a {
    color: #fff;
    font-family: Lato;
    font-size: 23.838px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: lowercase;
}

/* portfolio_page */

section.global_inner_banner {
    padding: 200px 0 100px 0;
    background-image: url(../images/banner-bg.webp);
}

.global_inner_banner h5 {
    color: #16476A;
    font-size: 28.239px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.global_inner_banner h2 {
    color: #1B1B1B;
    font-size: 51px;
    font-weight: bold;
    line-height: 66px;
    text-transform: uppercase;
    margin: 0;
}

section.portfolio_sec_wrap {
    padding: 80px 0 80px 0;
}

.portfolio_inner {
    text-align: center;
}

.portfolio_inner h2 {
    color: #393939;
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.portfolio_inner h2 span {
    color: #16476A;
}

.portfolio_img ul {
    display: flex;
    flex-wrap: wrap;
}

.portfolio_img ul li {
    flex: 0 0 20%;
    margin: 0 0 15px 0;
}

.portfolio_img ul li img {
    width: 95%;
}

/* testimonial_pge */

.testimonial_pg_sec {
    padding: 80px 0 80px 0 !important;
}

.about_icon_box img {
    width: 100%;
}

.new_about_box p {
    color: #121212;
    font-weight: 300;
}

.new_about_box .icon_box {
    display: block;
}

.new_about_box .icon_box .child_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.new_about_box .icon_box .child_box img {
    margin: 0 20px 0 0;
}

.boss_check ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.boss_check ul li {
    flex: 0 0 28%;
    border: 1px solid #E9E9E9;
    margin: 0 0 20px 0;
    border-radius: 50px;
    padding: 0 0 0 10px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.boss_check ul li img {
    margin: 0 30px 0 10px;
}

.boss_check ul li:last-child {
    border: none;
}

section.sec_1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    padding: 163px 0 100px 0;
    background-image: url(../images/new-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_form {
    border-radius: 20.97px;
    background: #F8F8F8;
    box-shadow: 0px 4.193939685821533px 41.939395904541016px 0px rgba(74, 74, 74, 0.25);
    width: 400px;
    margin-left: auto;
    padding: 60px 30px 0 30px;
    text-align: center;
}

.banner_form h2 {
    color: #323232;
    text-align: center;
    font-family: Lato;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.banner_form form {
    margin: 40px 0 0 0;
}

.banner_form form input {
    width: 100%;
    border-radius: 52.424px;
    background: #FFF;
    border: 1px solid #c7c3c3;
    height: 50px;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    outline: none;
    color: rgba(0, 0, 0, 0.50);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

input[type="submit"] {
    padding: 0 23px 0 !important;
    color: #FFF !important;
    font-family: 'Aptos';
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    border-radius: 50px;
    background: transparent !important;
    border: none !important;
    width: 100% !important;
    margin: 0 !important;
}

section.simple_sec {
    padding: 60px 0 0 0;
    position: relative;
}

.new_simple_img {
    text-align: center;
}

.new_simple_inner {}

.new_simple_inner h5 {
    color: F1052F;
    font-family: Lato;
    font-size: 28.239px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.new_simple_inner h2 {
    color: #181818;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.new_simple_inner h2 span {
    color: #16476A;
    font-weight: 700;
}

.new_simple_inner p {
    color: #393939;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.service_box_new h3 {
    color: #1E1E1E;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.service_box_new p {
    color: #1E1E1E;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}

button.slick-prev,
button.slick-next {
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    font-size: 0;
    border: none;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -75px;
    background-color: transparent;
}

button.slick-next {
    background-image: url(../images/right_arrow.png);
    left: unset;
    right: -70px;
}

section.service_post {
    padding: 100px 0 0 0;
}

.service_post_inner img {
    width: 100%;
}

.service_content_box {
    background: #121212;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 30px 30px;
}

.service_content_box h2 {
    color: #FFF;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.service_content_box h2 span {
    color: #16476A;
}

.service_content_box p {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px 0;
}

.service_content_box button.btn-dark {
    background: #2C2C2C;
}

.children_banner {
    background-image: url(../images/children.png) !important;
    background-repeat: no-repeat;
    height: 700px !important;
}

.children_banner .banner_inner p {
    width: 85%;
}

.children_banner .banner_form {
    position: relative;
}

.children_banner .banner_form:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/child.png);
    background-repeat: no-repeat;
    width: 228px;
    height: 346px;
    left: -225px;
    bottom: -50px;
}

.astros_img {
    position: relative;
}

.astros_img:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/astros.png);
    background-repeat: no-repeat;
    width: 257px;
    height: 325px;
    right: 0;
    top: -225px;
    z-index: -1;
}

.children_box {
    text-align: center;
}

.children_box span {
    background: linear-gradient(180deg, #16476A 0%, #D60002 100%);
    border-radius: 50%;
    width: 135px;
    height: 135px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: 'Lato' !important;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}

.children_box h3 {
    color: #343434;
    text-align: center;
    font-family: 'Lato' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.children_box p {
    color: #343434;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.children_sec {
    padding: 80px 0 0 0;
}

.child_post_wrap .service_content_box {
    text-align: center;
    min-height: 350px;
    padding-top: 70px;
}

.child_post_wrap {
    position: relative;
}

.child_post_wrap:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/astros_site.png);
    background-repeat: no-repeat;
    width: 323px;
    height: 390px;
    left: 0;
    right: 3%;
    margin: auto;
    top: 11%;
    bottom: 0;
}

section.creative_sec {
    padding: 80px 0;
}

.creative_inner {
    text-align: center;
    width: 70%;
    margin: auto;
}

.creative_inner h2 {
    color: #2B2B2B;
    text-align: center;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.creative_inner h2 span {
    color: #16476A;
}

.creative_inner p {
    margin: 0;
    color: #2A2A2A;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.creative_content h2 {
    color: #181818;
    font-family: Lato;
    font-size: 46.237px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.creative_content p {
    color: #393939;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px 0;
}

section.project_sec .row {
    border-top: 1px solid #16476A;
    border-bottom: 1px solid #16476A;
}

.border_none .row {
    border: none !important;
}

section.testimonial_sec.mobile {
    display: none;
}

section.logo_sec {
    background-color: #f3f9ff;

}

.logos_inner .slick-track {
    display: flex;
    align-items: center;
}

.logos_inner .slick-track li img {
    width: 70%;
    filter: invert(1);
}

.video_inner {
    text-align: center;
}

.video_img img {
    width: 850px;
    margin: auto;
    display: block;
}

.global_img img {
    width: 100%;
}

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

.uper_heading h2 {
    color: #181818;
    font-family: Gothic A1;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.uper_heading h2 span {
    color: #F12224;
}

.uper_heading p {
    color: #181818;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    /* 25.5px */
}

.form_inner {
    width: 95%;
}

.form_inner h2 {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    /* 67.2px */
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 46px;
}

.form_inner form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form_inner form input {
    flex: 0 0 27%;
    border: none;
    border-bottom: 2px solid #1D1D1D;
    padding: 0 0 20px 0;
    color: #1D1D1D;
    font-family: Gothic A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 14.742px */
    outline: none;
}

.form_inner form input:nth-child(4) {
    flex: 0 0 15%;
    border-radius: 10px;
    background: #F12224;
    height: 50px;
    color: #FFF;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form_inner form input::placeholder {
    color: #1D1D1D;
    font-family: Gothic A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 14.742px */
}

.or_wrap {
    margin: 60px 0;
    text-align: center;
}

.or_wrap h2 {
    color: #1D1D1D;
    text-align: center;
    font-family: Gothic A1;
    font-size: 37.507px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.contact_infor_wrap ul {
    display: flex;
    justify-content: center;
}

.contact_infor_wrap ul li {
    margin: 0 10px;
    border-radius: 10.445px;
    background: #fff;
    box-shadow: 0px 4.178px 20.889px 0px rgba(112, 112, 112, 0.25);
    padding: 30px 30px;
    text-align: center;
}

.contact_infor_wrap ul li a {
    color: #1D1D1D;
    font-family: Lato;
    font-size: 18.8px;
    font-style: normal;
    font-weight: 900;
    line-height: 105.3%;
    /* 19.797px */
}

.contact_infor_wrap ul li h4,
.contact_infor_wrap ul li h4 a {
    margin: 10px 0 0 0;
    color: #1D1D1D;
    font-family: Lato;
    font-size: 31.195px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.3%;
    /* 32.848px */
}

.image_box {
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(142, 142, 142, 0.25);
    padding: 60px 20px 0 20px;
    height: 300px;
    position: relative;
    z-index: 9;
}

.image_box h3,
.image_box p {
    width: 211px;
}

.image_box h3 {
    color: #1E1E1E;
    font-family: Gothic A1;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.image_box p {
    color: #1E1E1E;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px 0;
}

.image_box button {
    border-radius: 10px;
    background: #F12224;
    border: none;
    width: 190px;
    height: 50px;
    color: #FFF;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.image_box:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/learning_img.png);
    background-repeat: no-repeat;
    width: 441px;
    height: 299px;
    right: 10%;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.image_box_sec:after {
    background-image: url(../images/learning_img2.png);
    width: 293px;
    height: 234px;
}

.project_inner_wrap ul li {
    display: flex !important;
    align-items: center !important;
}

.project_inner_wrap ul li .project_item {
    padding: 0 15px 0 0;
}

.project_inner_wrap ul li .project_item p {
    color: #4A4A4A;
    font-family: Gothic A1;
    font-size: 17.908px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.project_inner_wrap ul li .project_item button {
    border-radius: 50px;
    background: #F12224;
    height: 50px;
    width: 150px;
    color: #FFF;
    text-align: center;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.simple_text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple_text h3 {
    color: #212121;
    font-family: Gothic A1;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 30px 0 0;
}

.proces_box {
    display: flex;
    align-items: center;
}

.proces_box .proces_item {
    margin: 0 20px 0 0px;
}

.proces_box .proces_item h2 {
    margin: 0;
    background: #F12224;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 31px;
    font-weight: 900;
    line-height: 30px;
    /* 42.12px */
    margin: 0 !important;
}

.proces_box .proces_item img {
    margin: 0 0 10px 0;
}

.proces_box .proces_item h3 {
    color: #F12224;
    font-family: Gothic A1;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    /* 18.954px */
    font-family: sans-serif !important;
}

.proces_box .proces_item p {
    color: #1B1B1B;
    font-family: Gothic A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.3%;
    /* 17.682px */
}

.book_img img {
    width: 100%;
}

.book_content {
    text-align: center;
}

.book_content h3 {
    color: #1B1B1B;
    text-align: center;
    font-family: Gothic A1;
    font-size: 50.642px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.book_content h2 {
    color: #1B1B1B;
    text-align: center;
    font-family: Gothic A1;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    margin: 0 0 20px 0;
}

.book_content p {
    color: #1B1B1B;
    text-align: center;
    font-family: Gothic A1;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.global_btn {
    display: flex;
    justify-content: center;
}

.global_btn button {
    border-radius: 10px;
    background: #F12224;
    width: 190px;
    margin: 0 10px;
}

section.sec_17 {
    background: #F12224;
    padding: 40px 0;
}

.contact_wraping {
    text-align: center;
}

section.sec_15.mobile {
    display: none;
}

.logos_div .slick-track {
    display: flex;
    align-items: center;
}


.portfolio_img {
    margin: 50px 0 0 0;
}

.portfolio_inner p {
    color: #393939;
    text-align: center;
    font-family: Gothic A1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.fancybox-toolbar {
    visibility: visible !important;
    opacity: 1 !important;
}

.about_box h2 {
    display: flex;
    align-items: center;
    color: #1E1E1E;
    font-family: Gothic A1;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 15px 0;
}

.about_box h2 img {
    margin: 0 15px 0 0;
}

.about_box p {
    margin: 0;
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.about_box {
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(211, 211, 211, 0.25);
    padding: 30px 30px 0 30px;
    width: 400px;
    min-height: 240px;
}

section.sec_boss {
    background-image: url(../images/tribun_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    margin-bottom: 60px;
}

.boss_inner {
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(211, 211, 211, 0.25);
    width: 663px;
    margin: auto;
    padding: 30px 0;
}

.boss_inner ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.boss_inner ul li {
    flex: 0 0 33%;
    text-align: center;
    color: #1B1B1B;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px 0;
}

section.new_simple:before,
section.new_simple:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 364px;
    height: 648px;
    left: 0;
    top: 0;
}

section.new_simple:after {
    background-image: url(../images/right.png);
    left: unset;
    right: 0;
}

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

.service_content h2 {
    color: #2A2A2A;
    font-family: Gothic A1;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.service_content h2 span {
    color: #16476A;
}

.service_content p {
    color: #2A2A2A;
    font-family: Gothic A1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px 0;
}

.modal-header {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px;
}

.modal-body {
    padding: 0 !important;
}

.modal {
    background: #0000008c;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.popup_form_wrp {
    padding: 0 15px;
}

.popup_form_wrp h2 {
    font-weight: 800;
    font-size: 35px;
    color: #dc1819;
    margin: 0 0 10px 20px;
    position: relative;
}

.modal-content {
    padding: 30px 0;
}

.popup_form_wrp p {
    color: #343434;
    font-weight: 500;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    height: 45px;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    font-family: 'Aptos';
    font-weight: 500;
    outline: none;
    color: #000;
    border: 1px solid transparent;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2) !important;
    resize: none;
}

.popup_form_wrp form {
    margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
}

.popup_form_wrp form textarea {
    border-radius: 15px;
    height: 90px;
    padding: 15px 18px;
}

.popup_form_wrp form select {
    font-size: 14px;
    font-weight: 500;
}

.modal-content {
    border-radius: 20px;
}

.modal-content {
    border: 2px solid #16476A !important;
}

.popup_form_wrp h2:before {
    content: '';
    display: block;
    position: absolute;
    background: #16476A;
    width: 10px;
    height: 40px;
    left: -20px;
    border-radius: 5px;
}

span.color_form {
    color: #16476A;
}

button.btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #16476A;
    opacity: 1;
    border-radius: 0;
    width: 30px;
    height: 25px;
    border-bottom-left-radius: 20px;
}

button.btn-close:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(42deg);
    left: 25px;
    border-radius: 5px;
}

button.btn-close:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(129deg);
    left: 24px;
    border-radius: 5px;
}

button.btn-close:hover {
    background: #F3AD16;
    opacity: 1;
}

button.popup_button {
    background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
    font-family: 'Raleway';
}

button.popup_button:hover {
    background: #f3ad16;
}

.badges_inner h2 span {
    color: #F12224;
}

section.youtube_section {
    background-image: url(../images/youtube.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 0 0;
}

.icon_box .child_box:nth-child(2) {
    padding: 20px 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(211, 211, 211, 0.25);
}

section.desc {
    background: #000;
    padding: 20px 0;
}

section.desc h2 {
    color: #fff;
}

.desc {
    text-align: center;
}

section.desc p {
    color: #fff;
    margin: 0;
}

.service_box_new {
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    background: #FFf;
    box-shadow: 0px 4px 20px 0px rgba(211, 211, 211, 0.25);
    padding: 30px 20px;
}

.logo img {
    width: 100%;
}

ul.dropdown-menu {
    border: 1px solid #16476A;
}

ul.dropdown-menu li a {
    margin: 0 !important;
}

ul.dropdown-menu li {
    border-bottom: 1px solid #fff;
    padding: 10px 20px 10px 20px;
    background: #16476A;
}

ul.dropdown-menu li a {
    font-size: 16px !important;
    color: #000;
}

nav.navbar ul.navbar-nav li a:hover {
    background: transparent !important;
}

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

    ul.dropdown-menu li {
        padding: 8px 20px;
    }

    .container {
        max-width: 1280px !important;
    }

    .service_img img {
        width: 100%;
    }

    .modal-content {
        padding-top: 0 !important;
    }

    .modal-dialog {
        margin-top: 15px !important;
        margin-bottom: 0 !important;
    }


    button.slick-prev {
        left: 0;
        z-index: 9999;
        bottom: -60px !important;
        top: unset;
        margin: auto;
        right: 0;
    }

    button.slick-next {
        right: -80px;
        bottom: -60px;
        top: unset;
        left: 0;
        margin: auto;
    }


    .book_wraping_new ul li img {
        margin: auto;
    }

    nav.navbar ul.navbar-nav li a {
        margin: 0 0 0 20px;
    }
}

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

    .book_content h2 {
        font-size: 55px;
    }

    nav.navbar ul.navbar-nav li a {
        margin: 0 0 0 20px;
        font-size: 18px;
    }

    .child_learning img {
        width: 100%;
    }
}

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

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

@media only screen and (max-width: 767px) {
    .number_box {
        padding: 10px 0 !important;
    }

    .number_box span p {
        width: 100% !important;
        height: unset !important;
    }

    .project_inner_new h2 {
        font-size: 30px !important;
        margin: 0 0 0px 0 !important;
    }

    .service_sec_inner h4 {
        font-size: 19px !important;
        line-height: normal !important;
        font-weight: 800 !important;
    }

    .service_sec_inner h2 {
        font-size: 30px !important;
        margin: 0 0 0px 0 !important;
        line-height: unset !important;
    }

    .service_sec_inner {
        text-align: center;
    }
    .form-area .div-img img {
        height: unset;
        width: 100% !important;
        top: 30px;
    }

    ul.dropdown-menu li:last-child {
        border: 1px solid #fff !important;
        border-top: 0 !important;
    }

    .new_simple_inner.text-center {
        width: 100% !important;
    }

    ul.dropdown-menu li {
        margin-bottom: 0 !important;
        border: 1px solid #fff;
        border-top: 0;
    }

    ul.dropdown-menu {
        margin: 10px 0 0 30px;
    }

    ul.dropdown-menu li:nth-child(1) {
        border-top: 1px solid #fff;
    }

    section.project_sec_new {
        padding: 0 !important;
        text-align: center;
    }

    .publish_inner h3 {
        font-size: 30px !important;
        margin: 0 0 0px 0 !important;
    }

    .publish_inner h2 {
        font-size: 30px !important;
        margin: 0 0 0px 0 !important;
    }

    section.sec_7 .global_inner.text-center {
        display: block;
    }

    .new_content_sec {
        padding: 40px 0 !important;
        text-align: center;
    }

    section.new_content_sec .row.align-items-center.mt-5 {
        margin-top: 0 !important;
    }

    .simple_content h2 {
        line-height: normal !important;
        font-size: 19px !important;
    }

    section.sec_7 {
        padding: 30px 0 0px 0 !important;
    }

    .global_inner button.btn-dark {
        padding: 0 40px;
    }

    .global_inner a {
        margin: 0 20px 0 0;
    }

    .content_first {
        height: auto !important;
        padding: 140px 0 60px 0 !important;
    }

    .content_first h2 {
        font-size: 30px;
        margin: 0;
    }

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

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

    .contact_infor_wrap ul li h4,
    .contact_infor_wrap ul li h4 a {
        font-size: 24px;
    }


    section.sec_4 .global_inner {
        display: block;
    }

    .logo img {
        width: 50%;
    }

    .contact_wraping ul li img {
        width: 13%;
    }


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

    footer.main_footer {
        padding: 50px 0 0 0;
        text-align: center;
    }

    section.new_simple:before,
    section.new_simple:after {
        display: none;
    }

    section.process_sec {
        padding: 0px 0 0 0 !important;
    }

    .global_inner {
        display: block;
        align-items: center;
    }

    .global_inner button {
        font-size: 14px;
        padding: 0;
        width: 100%;
    }

    .boss_inner {
        width: 100% !important;
    }

    .boss_inner ul li {
        flex: 0 0 50%;
    }

    .about_box {
        width: 100% !important;
        margin: 0 0 20px 0;
    }


    .logos_div ul li img {
        width: 30%;
    }

    .service_img img {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .service_content h2 {
        font-size: 30px;
        margin: 20px 0 10px 0;
    }


    .new_simple_inner p {
        width: 100%;
    }


    .logos_inner .slick-track li img {
        margin: auto;
        width: 50%;
    }

    section.sec_15.mobile {
        display: block;
        padding: 20px 0 50px 0 !important;
    }

    section.sec_15.desktop {
        display: none;
    }

    .simple_text h3 {
        margin: 0 0 20px 0;
        font-size: 28px;
    }

    section.sec_10 {
        padding-bottom: 20px;
    }

    .proces_box .proces_item {
        text-align: left;
    }

    section.sec_11 {
        padding-bottom: 30px;
    }

    .book_content {
        margin: 50px 0;
    }

    .global_btn button {
        width: 160px;
        font-size: 15px;
        padding: 0;
    }

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

    .book_content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .image_box h3,
    .image_box p {
        width: 100%;
    }

    .image_box {
        text-align: center;
        height: auto;
        padding: 40px 20px;
        margin: 0 0 20px 0;
    }

    .video_img img {
        width: 100%;
    }

    section.sec_4 {
        padding-top: 50px;
        text-align: center;
    }

    .global_img.text-end {
        margin: 0 0 30px 0;
    }

    .uper_heading h2 {
        font-size: 40px;
        line-height: 60px;
    }

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

    section.sec_7 {
        padding-bottom: 0;
        padding-top: 0;
    }

    .form_inner h2 {
        font-size: 30px;
        margin: 0;
    }

    .form_inner form {
        display: block;
    }

    .form_inner form input {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .or_wrap {
        margin: 20px 0;
    }

    .contact_infor_wrap ul {
        display: block;
    }

    .contact_infor_wrap ul li {
        margin: 0 0 20px 0;
    }

    .cta_formn {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .simgple_img {
        display: none;
    }

    section.form_sec {
        padding-bottom: 40px;
        text-align: center;
    }

    .image_box:after {
        display: none;
    }

    .publish_img img {
        width: 100%;
    }

    section.sec_4 {
        padding: 40px 0 40px 0 !important;
    }

    p {
        line-height: normal !important;
        font-size: 15px !important;
    }

    .banner_img {
        margin: 30px 0 30px 0;
    }

    .info_form form {
        display: block;
    }

    .global_img img {
        width: 100%;
    }

    .our_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .proces_box ul {
        display: block;
    }

    .contact_wraping ul {
        width: 100%;
    }

    .contact_wraping ul li {
        display: flex;
        margin: 0 0 10px 0;
    }

    .form_left_img img {
        width: 100%;
    }

    .test ul {
        display: block;
    }

    .count-title {
        font-size: 40px;
    }

    section.sec_1 {
        height: auto;
        padding-bottom: 20px;
        padding: 100px 0 50px 0;
    }

    .logo_content {
        margin: 30px 0 0 0;
    }

    .badges_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    section .row.mt-5 {
        margin-top: 40px !important;
    }

    .badges_inner ul li {
        flex: 0 0 45%;
    }

    .badges_inner ul li img {
        width: 160px;
        height: 160px;
    }

    .video_inner h2 {
        font-size: 21px;
        width: 100%;
    }

    .info_form form input[type="submit"] {
        margin: 20px 0 0 0;
    }

    .info_form form input {
        margin: 0 0 20px 0;
    }

    .information_wrap ul li {
        margin: 0 10px;
    }

    .information_wrap ul li h2,
    .information_wrap ul li h2 a {
        font-size: 20px;
    }

    .information_wrap ul {
        align-items: center;
    }

    .global_inner h2 {
        font-size: 28px;
        line-height: normal;
    }

    section.sec_5 {
        padding-top: 60px;
    }

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

    .counter_wrap {
        margin: 0 0 40px 0;
    }

    .idea_row {
        margin-top: 0 !important;
        padding-bottom: 30px;
    }

    .simple_text {
        text-align: center;
    }

    br {
        display: none;
    }

    .simple_text {
        text-align: center !important;
        display: block;
    }

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

    .icon_box {
        margin: 0 0 30px 0;
    }

    .learing_inner {
        display: block;
    }

    .child_learning button.btn-dark {
        margin: 0;
        text-align: center;
    }

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

    section.sec_9 .row {
        height: auto;
        flex-direction: column-reverse;
        padding: 40px 0;
    }

    .publish_img {
        text-align: center;
    }

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

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

    section.sec_9 {
        padding: 0;
        height: auto;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .project_box {
        background: #E9E9E9;
        margin: 0 0 20px 0;
        padding: 30px 0;
        border-radius: 20px;
    }

    .cta_row {
        margin-top: 20px !important;
    }

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

    .qr_box {
        margin: 30px 0 0 0;
    }

    .count-text {
        font-size: 20px;
        font-weight: 500;
    }

    .counter {
        margin: 20px 0;
    }

    section.sec_12 {
        padding: 40px 0;
        height: auto;
    }

    .number_box,
    .number_box.right_side,
    .number_box.right_side {
        width: 98%;
        margin: 0 auto 17px;
        border-radius: 37px !important;
        padding: 10px 0 20px 0;
    }

    .number_box span h1 {
        font-size: 20px;
        text-align: start;
        padding: 0 0 0 15px;
    }

    .number_box span:nth-child(1) {
        display: block;
        padding: 0 15px 0 !important;
    }

    .number_box span:nth-child(2) {
        width: 100%;
        flex: 0 0 100%;
        padding: 10px !important;
        text-align: center;
    }

    .process_inner h2 {
        font-size: 30px !important;
        margin: 0 0 0px 0 !important;
    }

    .process_inner {
        text-align: center;
    }

    .proces_box {
        text-align: center;
    }

    .proces_box ul li p {
        width: 100%;
        font-size: 18px;
    }

    .proces_box ul li h3 {
        font-size: 24px;
        margin: 20px 0 5px 0;
    }

    section.sec_13 {
        padding-bottom: 0;
    }

    section.sec_9.sec_14 {
        padding-top: 0;
    }

    .footer-Info ul {
        display: block !important;
        margin-top: 20px;
    }

    .form_right h2 {
        font-size: 20px !important;
        margin: 0 0 0px 0 !important;
        font-weight: 600;
    }

    .footer-Info ul li {
        margin: 0 auto !important;
        margin-top: 10px !important;
    }

    .footer-Info ul li a {
        font-size: 14px !important;
    }

    .testimonial_inner h2 {
        font-size: 30px !important;
        margin: 0 0 0px 0 !important;
    }

    .footer-Info h2 {
        font-size: 30px !important;
        margin: 0 0 0px 0 !important;
        line-height: normal !important;
    }

    .testimonial_box {
        margin: 30px 0 0 0;
        background: #e9e9e9;
        padding: 20px 15px;
        border-radius: 20px;
    }

    .desktop {
        display: none;
    }

    section.testimonial_sec.mobile {
        padding-bottom: 80px;
        display: block;
    }

    .test_mobile ul {
        margin: 0 !important;
        background: red;
        border-radius: 30px;
    }

    .test_mobile ul li {
        padding-bottom: 60px;
    }

    .test_mobile ul li img {
        width: 100%;
    }

    .test_mobile ul li h4 {
        margin: 30px 0 10px 0;
        padding: 0 0 0 20px;
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }

    .test_mobile ul li h2 {
        color: #FFF;
        font-family: Lato;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 0 0 0 20px;
    }

    .test_mobile ul li button.btn-dark {
        border-radius: 42.198px;
        background: #FFCB14;
        color: #000;
        margin-left: 20px;
        margin-top: 20px;
    }

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

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

    .contact_wraping ul {
        margin: 30px 0 0 0 !important;
        display: block;
    }

    .contact_wraping ul li p a {
        font-size: 19px;
    }

    .form_row {
        position: unset;
    }

    .form_row .form_left_img h4 {
        font-size: 20px;
    }

    .form_row .form_left_img a {
        font-size: 20px;
    }

    .form_row .form_left_img {
        padding: 0;
    }

    .form_right {
        padding: 0;
    }

    .form_row .col-md-6 {
        padding-bottom: 20px !important;
    }

    section.footer_sec {
        padding: 50px 0 40px 0;
    }

    .footer_inner {
        margin: 30px 0 0 0;
    }

    .banner_inner h2 {
        font-size: 28px;
        line-height: normal;
        width: auto;
    }

    .banner_inner {
        text-align: center;
    }

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

    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: -30px !important;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(4deg) brightness(102%) contrast(104%);
        border-color: #fff;
    }

    div#navbarNav {
        background: #16476A;
        padding: 20px 0;
        border-radius: 20px;
        z-index: 99999999;
    }

    div#navbarNav ul {
        align-items: start !important;
    }

    div#navbarNav ul li a {
        color: #fff !important;
    }

    div#navbarNav ul li {
        margin: 0 0 10px 0;
    }

    nav.navbar ul.navbar-nav li button.btn-dark {
        border-radius: 42.198px;
        background: #FFCB14;
        color: #000;
    }

    nav.navbar ul.navbar-nav li a.number_wrap {
        color: #ffcb14 !important;
    }

    .banner_form {
        width: 100%;
        margin: 60px 0;
    }

    button.slick-next {
        right: -30px;
    }

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

    .new_simple_inner h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .new_simple_img {
        margin: 50px 0 0 0;
    }

    section.simple_sec {
        padding-top: 40px;
        padding-bottom: 20px !important;
    }

    .book_wraping_new ul li img {
        margin: auto;
    }

    section.service_last_sec .row.align-items-center {
        width: 100% !important;
    }

    .service_last_content h2 {
        width: 100% !important;
        font-size: 19px !important;
        margin: 0 0 10px 0 !important;
        line-height: normal !important;
    }

    #pricing-table {
        padding: 40px 0px 40px 0px !important;
    }

    button.slick-prev {
        display: none !important;
        left: -60px;
    }

    button.slick-next,
    .service_last_content img {
        display: none !important;
    }

    #pricing-table h4 {
        width: 100% !important;
        font-size: 19px !important;
        line-height: normal !important;
    }

    .service_content_box h2 {
        font-size: 30px;
        line-height: 40px;
    }

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

    .service_content_box {
        margin: 0 0 40px 0;
    }

    section.global_inner_banner {
        height: 300px;
    }

    .global_inner_banner h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .global_inner_banner h5 {
        font-size: 20px;
        line-height: 30px;
    }

    section.sec_7.about_content_sec .row.color_row {
        padding: 30px 0px !important;
    }

    .slider_content h2,
    .slider_content p {
        width: 100% !important;
    }

    section.slider_sec {
        padding: 40px 0 !important;
    }

    .simple_content_new h5,
    .simple_content_new h2,
    .form_inner h2,
    .slider_content h2 {
        font-size: 19px !important;
        line-height: normal !important;
    }

    .simple_content_new p {
        width: 100% !important;
    }

    section.service_page_content_sec {
        padding: 30px 0 !important;
    }

    .simple_content_wraper h5 {
        text-align: left !important;
    }

    .portfolio_inner h2,
    .testimonial_inner h2 {
        font-size: 19px !important;
        line-height: normal !important;
        font-weight: 800;
    }

    .portfolio_img ul li {
        flex: 0 0 49%;
    }

    .portfolio_img ul {
        justify-content: space-between;
    }

    .about_icon_box {
        margin: 0 0 30px 0;
    }

    .boss_check ul {
        display: block;
        width: 100%;
    }

    .children_banner {
        height: auto !important;
    }

    .new_simple_img img {
        width: 100%;
    }

    .children_box img {
        width: 100%;
    }

    .creative_img img {
        width: 100%;
    }

    .astros_img:after {
        display: none;
    }

    .child_post_wrap:before {
        display: none;
    }

    .creative_inner {
        width: 100%;
    }

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

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

    section.project_sec .row {
        padding-top: 40px;
    }

}

.footer_info ul li:nth-child(2) a {
    text-transform: lowercase;
}

header.header_wrap ul.dropdown-menu li a {
    color: #fff !important;
}

ul.dropdown-menu li:last-child {
    border: none;
}

.new_simple_inner.text-center {
    width: 60%;
    margin: auto;
}

.global_inner_banner p {
    font-size: 20px;
    width: 80%;
    margin: auto;
    color: #000;
}

.content_section_iner h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.content_section_iner p {
    margin: 15px 0 20px 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
}

.content_section_iner ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.content_section_iner ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    width: 7px;
    height: 7px;
    left: 0;
    border-radius: 50%;
    top: 9px;
    bottom: 0;
    margin: a;
}

button.btn-dark {
    background: linear-gradient(45deg, rgb(226 15 23) 0%, rgb(114 0 24) 100%) !important;
    border-radius: 20px !important;
}

.service_sec_inner h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0 0 20px 0;
}

.service_sec_inner p {
    font-size: 16px;
    color: #181818;
    font-weight: 400;
}

.service_sec_inner h4 {
    margin: 21px 0 0 0;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

span {
    color: #001a4b !important;
}

.row.mt-5.bg_color {
    padding: 40px 30px;
    border-radius: 30px;
    margin-top: 20px !important;
}

.icon_box_new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
    background: #fff;
    padding: 10px 25px;
    min-height: 160px;
    border-radius: 10px;
    box-shadow: 0 0 10px #d5d5d5;
    transition: .5s ease;
}

.icon_box_new span h5 {
    margin: 0 0 5px 0;
    color: #181818;
    font-weight: 500;
    line-height: 18px;
    font-size: 18px;
}

.icon_box_new span p {
    color: #181818;
    font-weight: 400;
    margin: 10px 0 10px 0 !important;
    line-height: 19px;
    width: 90%;
}

.icon_box_new span a {
    font-size: 14px;
    text-decoration: underline !important;
    color: #16476A;
    font-weight: 500;
}

.form_inner p {
    color: #fff;
    margin: 0 0 30px 0;
    line-height: 24px;
    font-weight: 400;
}

.form_inner .global_btn_new button {
    /* background: #16476A !important; */
    margin: 0 20px 0 0;
}

.form_left_img img {
    width: 50%;
}

.cta_formn {
    background: #ffff;
    width: 425px;
    margin: auto;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    color: #000;
    border: 2px solid #16476a;
    background: rgb(255 255 255 / 68%);
    border-radius: 23px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* animation: 1.5s infinite alternate float; */
}

@keyframes float {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

.cta_formn input,
.cta_formn select {
    width: 100%;
    height: 50px;
    margin: 0 0 20px 0;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 0 20px 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2) !important;
    outline: none;
}

.cta_formn input::placeholder {
    color: #000;
}

.cta_formn input input[type="submit"] {
    background: #16476A !important;
    margin: 0;
    font-size: 18px;
    width: 200px !important;
    border-radius: 30px !important;
}

section.new_content_sec {
    padding: 80px 0;
}

.simple_content h2 {
    font-size: 38px;
    color: #1E1E1E;
    line-height: 68px;
    margin: 0 0 10px 0;
}

.simple_content p {
    margin: 0 0 30px 0;
}

section.new_content_sec .row.align-items-center.mt-5 {
    margin-top: 100px;
}

section.project_sec_new {
    padding: 0 0 80px 0;
}

.project_inner_new h2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #212121;
    line-height: 70px;
    margin: 0 0 20px 0;
}

.project_inner_new p {
    color: #393939;
    font-weight: 500;
    font-size: 18px;
}

.project_slider_wraper ul li {
    box-shadow: 0 0 19px #cccccc;
    background: #FAFAFA;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    margin: 0 10px;
}

.project_slider_wraper ul li img {
    margin: 0 0 20px 0;
    margin: auto;
    margin-bottom: 20px;
}

.project_slider_wraper ul li p {
    color: #4A4A4A;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.project_slider_wraper .slick-track {
    padding: 10px 0;
}

.publish_inner {
    text-align: center;
}

.publish_inner h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

section.process_sec {
    padding: 80px 0 70px 0;
}

.process_inner p {
    font-size: 18px;
    font-weight: 400;
    color: #393939;
    text-align: center;
}

.number_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #FAFAFA;
    box-shadow: 0 0 19px #cccccc;
    border-bottom-right-radius: 30px;
    border-radius: 20px;
    padding: 20px 20px;
    transition: 0.5s;
}

.number_box:hover {
    background: #000;
    color: #fff;
}

.number_box:hover span h5,
.number_box:hover span p{
    color: #fff;
}

/* .number_box span {
    flex: 0 0 50%;
} */
.banner_inner ul {
    margin-top: 5px;
    list-style: none;
    padding: 0;
}

.two_icno {
    margin-top: 30px;
}

.rated {
    display: block;
    margin-bottom: 20px;
    color: #000 !important;
    font-weight: 700;
}

.star {
    width: 18px;
}

.two_icno ul li img {
    width: 90%;
}

.banner_inner ul li {
    font-size: 16px;
    color: #50223c;
}

.two_icno ul {
    display: flex;
    justify-content: start;
    align-items: center;
}

.two_icno ul li {
    margin: 0 0 0 0;
    width: 30%;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #16476A #f1f1f1;
}


*::-webkit-scrollbar {
    width: 1px !important;
    border-radius: 15px !important;

}


*::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 15px;
}


*::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.number_box span:nth-child(1) {
    text-align: left;
    padding: 0 15px 0 0;
}

.number_box span h1 {
    font-size: 30px;
    line-height: 250px;
    font-weight: bold;
    color: #16476A;
    margin: 0;
}

.number_box span img {
    margin: 0 0 15px 0;
    width: 60px;
}

.number_box span h5 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #16476A;
    line-height: 18px;
    transition: 0.5s;
}

.number_box span p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    overflow: auto;
    padding: 0 15px 0px 0px;
    height: 133px;
    transition: 0.5s;
}

.number_box.right_side {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    justify-content: start;
}

.number_box.right_side span:nth-child(1) {
    text-align: start;
    padding: 0 0 0 30px;
    flex: 0 0 25%;
}

.footer-Info {
    text-align: center;
}

.footer-Info p {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.footer-Info h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
    margin: 0 0 30px 0;
}

.footer-Info ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-Info ul li {
    display: flex;
    align-items: center;
    margin: 0 30px;
}

.footer-Info ul li img {
    margin: 0 20px 0 0;
    filter: brightness(0) invert(1);
}

.footer-Info ul li a {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.footer_inner {}

.footer_inner a img {
    width: 15%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(106%) contrast(101%);
}

section.sec_7.about_content_sec {
    padding: 80px 0 80px 0;
}

.icon-box_wraper_new {
    margin-top: 60px;
}

.icon-box_wraper_new ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.icon-box_wraper_new ul li {
    text-align: center;
}

.icon-box_wraper_new ul li img {
    margin: 0 0 20px 0;
}

.icon-box_wraper_new ul li h5 {
    color: #181818;
    font-size: 18px;
    font-weight: 700;
}

.icon-box_wraper_new ul li p {
    color: #181818;
    line-height: 20px;
    font-weight: 500;
}

section.sec_7.about_content_sec .row.color_row {
    background: #FBFBFB;
    padding: 40px 30px;
    border-radius: 30px;
}

.cta_formn form textarea::placeholder {
    font-weight: 500;
    color: #000 !important;
}

.cta_formn form textarea {
    width: 100%;
    border-radius: 50px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid transparent;
    height: 94px;
    margin: 0px 0px 15px;
    padding: 12px 20px 0;
    color: #000 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2) !important;
    font-family: 'Aptos';
    resize: none;
}

.cta_formn form .fldset.margin-field label,
.cta_formn form .fldset.margin-field label a {
    color: #000 !important;
}

button.btn-dark.yellow {
    background: linear-gradient(45deg, rgb(0 33 94) 0%, rgb(0 18 51) 100%) !important;
    color: #fff;
    font-weight: 700;
    margin: 0 0 0 20px;
}

section.service_page_content_sec {
    padding: 80px 0;
}

.simple_content_new {
    text-align: center;
}

.simple_content_new h5 {
    font-size: 29px;
    text-transform: uppercase;
    color: #16476A;
    font-weight: 500;
    margin: 0 0 10px 0;
    line-height: 30px;
}

.simple_content_new h2 {
    font-size: 46px;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 30px;
    font-weight: bold;
    color: #181818;
}

.simple_content_new p {
    color: #393939;
    width: 70%;
    margin: auto;
    margin-bottom: 15px;
    font-size: 18px;
}

.simple_content_wraper h5 {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    color: #1E1E1E;
    margin: 0 0 10px 0;
    transition:0.6s;
}

.simple_content_wraper p {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    transition:0.6s;
}

.simple_content_wraper {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    background: white;
    box-shadow: 0 0 10px #000;
    padding: 20px 20px 20px 20px;
    height: 100%;
    border-radius: 19px;
    transition:0.6s;
}

.simple_content_wraper:hover {
    background: #000;
    color: #fff;
}

.simple_content_wraper:hover h5,
.simple_content_wraper:hover p{
    color: #fff;
}

section.slider_sec {
    padding: 80px 0;
}

.slider_content {
    text-align: center;
}

.slider_content h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    width: 65%;
    margin: auto;
    margin-bottom: 20px;
}

.slider_content p {
    color: #2A2A2A;
    width: 65%;
    margin: auto;
    font-weight: 500;
}

.slider_imgs ul li img {
    margin: auto;
}

section.service_last_sec {
    padding: 65px 0 80px 0;
}

.service_last_content img {
    width: 100%;
}

section.service_last_sec .row.align-items-center {
    width: 950px;
    margin: auto;
}

.service_last_content h2 {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 45px;
    margin: 0 0 15px 0;
}

.service_last_content p {
    font-size: 16px;
    font-weight: 500;
    color: #2A2A2A;
}

button.btn-dark {
    text-transform: capitalize !important;
}

@media only screen and (max-width:767px) {
    .banner-content h1.title.wow.fadeInLeft {
        padding: 0;
        font-size: 25px !important;
        line-height: normal;
    }

    section.banner-section .row {
        padding-top: 0 !important;
    }

    body {
        overflow-x: hidden !important;
    }

    section.sec_9 {
        overflow-x: hidden;
    }

    section {
        overflow-x: hidden !important;
    }

    .banner_btns button.btn-dark {
        width: max-content;
    }


    button.btn-dark {
        width: max-content;
    }

    section.tabs_sec {
        padding: 0 0 40px 0 !important;
    }
}

.icon_box_new:hover {
    background: linear-gradient(45deg, rgb(19 36 64) 0%, rgb(22 71 106) 100%) !important;
    transition: .5s ease;
    box-shadow: unset;
}

.icon_box_new:hover img {
    filter: invert(1);
}

.icon_box_new:hover h5,
.icon_box_new:hover p {
    color: #fff;
}

section.industry_sec_new {
    padding: 80px 0;
}

section.industry_sec_new .row {
    background: linear-gradient(45deg, rgb(0 33 94) 0%, rgb(0 0 0) 100%) !important;
    border-radius: 20px;
    padding: 80px 50px;
}

.industry_inner {
    background: #FFF;
    border-radius: 10px;
    width: 100%;
    padding: 30px 30px;
    margin: 0 0 20px 0;
    min-height: 285px;
}

.industry_inner:nth-child(2) {
    margin: 0px 0;
}

.industry_inner h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 20px 0;
    line-height: 30px;
}

.industry_inner p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.indsutry_img {
    height: 100%;
}

.indsutry_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 19px;
}


/* new foooter */

footer.newfooter {
    background: #212327;
    padding: 70px 0 0;
    position: relative;
    overflow: hidden;
}

footer.newfooter:before {
    content: '';
    background: url("../images/footer-before.png")no-repeat;
    height: 207px;
    width: 397px;
    position: absolute;
    left: -50px;
    bottom: -30px;
    background-size: 60%;
    opacity: .3;
    z-index: -1;
}

footer.newfooter:after {
    content: '';
    background: url("../images/footer-after.png")no-repeat;
    height: 501px;
    width: 553px;
    position: absolute;
    right: -132px;
    bottom: -140px;
    background-size: 75%;
    opacity: .4;
    z-index: -1;
}

footer.newfooter {
    background: #000;
    padding: 60px 0;
    z-index: 1;
}

footer.newfooter .logo-sec img {
    width: 296px;
    object-fit: contain;
    height: unset;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(190deg) brightness(95%) contrast(112%); */
}

footer.newfooter .logo-sec p {
    margin-top: 20px;
    color: #fff;
    width: 250px;
}

footer.newfooter .links-sec h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

footer.newfooter .links-sec ul li {
    margin: 12px 0;
}

footer.newfooter .links-sec ul li a {
    color: #fff;
    font-size: 14px;
    position:relative;
}

footer.newfooter .links-sec ul li a:hover,
.footer-bottom .btm-footer-link li a:hover{
    color: #fff !important;
    transition: 0.5s !important;
}

footer.newfooter .links-sec ul li a::before,
.footer-bottom .btm-footer-link li a::before{
    content:"";
    position:absolute;
    bottom: -4px;
    left:0;
    right: 100%;
    height:2px;
    /* width:100%; */
    background: linear-gradient(45deg, rgb(226 15 23) 0%, rgb(114 0 24) 100%) !important;
    transition:0.7s;
}

footer.newfooter .links-sec ul li a:hover::before,
.footer-bottom .btm-footer-link li a:hover::before{
   right:0; 
}

footer.newfooter .contact-sec ul>li>span {
    background: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 1.3rem 0 0;
    border: 2px solid #fff;
}

footer.newfooter .footer-bottom {
    padding: 1rem 0 !important;
    /* border-top: 1px solid #fff !important; */
    background: #231f20;
    color: #fff;
}


.footer-bottom {
    padding: 1rem 0 !important;
    border-top: 1px solid #fff !important;
    background: #000;
    color: #fff;
}

.footer-bottom .btm-footer-link {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap: 0 12px;
    margin: 0;
}

.footer-bottom .btm-footer-link li a{
    color: #fff;
    font-size: 14px;
    position:relative;
}

.footer-bottom p {
    padding: 0;
    margin: 0;
}

/* new footer form sec  */

.form-area {
    border: 2px solid #001130;
    border-radius: 40px;
    margin: 40px 0 50px;
    padding: 30px
}

.form-head {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .header-top ul:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50px !important;
        z-index: -9
    }

    .form-style .form-head>h2 {
        font-size: 5rem
    }
}

.form-style .form-head>h3 {
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: .5rem
}

.form-style .form-body .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.form-style .form-body .form-group>div {
    flex: 1 0 48%;
    position: relative;
}

.form-style .form-body .form-group input,
.form-style .form-body .form-group select,
.form-style .form-body .form-group textarea {
    font-family: "Lexend Deca", sans-serif;
    background: #fff;
    border: 1px solid #000f2a;
    border-radius: 3.125rem;
    height: 3.625rem;
    padding: 0 1.5rem;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2) !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.form-style .form-body .form-group textarea {
    resize: none;
    padding: 1rem 1.5rem;
    overflow: hidden;
    line-height: 26px
}

.form-style .group-item.select-icon:before {
    position: absolute;
    content: "";
    font-family: FontAwesome;
    right: 1rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

.form-style .form-body .form-group select {
    font-size: .875rem;
    color: #231f20;
    border: 1px solid #000f2a;
    box-shadow: unset
}

.form-style .form-body ::placeholder {
    font-family: "Lexend Deca", sans-serif;
    font-size: .875rem;
    color: #231f20
}

.form-style .form-body .form-group input:focus,
.form-style .form-body .form-group select:focus,
.form-style .form-body .form-group textarea:focus {
    border-color: #0b80bad9 !important
}

.form-style .form-body .form-group:not(:last-child) {
    margin: 0 0 1rem
}

.form-style .home-code {
    display: flex;
    align-items: center;
    gap: .6rem
}

.form-style .code-field>label {
    color: #fff;
    font-size: .875rem;
    margin-right: .2rem
}

.form-style .code-field .code-txt-field {
    width: 70px;
    border-radius: 3.125rem;
    border: 0;
    background: #fff;
    padding: .2rem 1rem
}

.form-style .captcha-number>span {
    font-family: "Lexend Deca", sans-serif;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px
}

.form-style div#captcha_err {
    max-width: 25px
}

.form-style .rfp-captcha.file-attachment {
    display: flex;
    align-items: center;
    gap: .5rem
}

.form-style .attachment-group>label {
    background: #fff;
    font-family: "Lexend Deca", sans-serif;
    font-size: .875rem;
    font-weight: 600;
    color: #0b80bad9;
    padding: 6px 10px 4px;
    border-radius: 1.125rem;
    line-height: 1
}

.form-style .form-submit>.form-btn {
    font-size: 1.125rem;
    width: 100% !important;
    background: #0b80bad9;
    border: 2px solid #0b80bad9;
    padding: 1.1rem !important;
    border-radius: 50px;
    transition: .7s;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    cursor: pointer
}

.form-style .form-submit>.form-btn:hover {
    background: #fff;
    color: #0b80bad9
}

.form-area .div-img img {
    width: 80% ;
    position: relative;
    top: 30px;
}

/* faq sec  */

.accordion {
    position: relative;
}

.accordion__item__header:before {
    position: absolute;
    content: "+";
    font-family: "Font Awesome 5 Free";
    right: -2rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff
}

.accordion__item__header>h4 {
    position: relative;
    font-family: "Lexend Deca", sans-serif;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    gap: 1rem;
    cursor: pointer
}

.accordion__item {
    position: relative;
    padding-left: 6rem;
    padding-right: 2rem
}

.accordion__item__content>p {
    font-size: 1.125rem;
    color: #ededed
}

.list-style>li,
span.icon-count>p {
    font-size: 1rem;
    font-family: "Lexend Deca", sans-serif
}

.accordion__item__content,
.form-style .form-submit {
    margin: 1rem 0 0
}

.accordion__item:not(:last-child) .accordion__item__header,
.form-style .form-head,
.heading {
    margin: 0 0 1.5rem
}

.accordion__item__header {
    position: relative;
    display: flex;
    min-height: 48px
}

.icon-count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -3.5rem;
    top: 1rem;
    z-index: 1
}

.icon-count:before {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #231f20;
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: -1
}

.accordion:before {
    position: absolute;
    content: "";
    background: #231f20;
    width: 1px;
    height: 90%;
    left: 52px;
    top: 1rem
}

span.icon-count>p {
    font-weight: 600;
    color: #fff;
    margin: -10px 0 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.faq-sec {
    padding: 50px 0;
    background: #BF092F;
}

/* about sec new */

.new_about .new-book-cover {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_about .book {
    --witdh: 350px;
    --height: 400px;
    --thick: 40px;
    --inner: 6px;
    --pages-bg: white;
    --cover-bg: rgba(33, 32, 30, 255);
    --cover-radius: 6px;
    width: 350px;
    height: 400px;
    transform: rotateY(-30deg) rotateX(30deg);
    transition: transform .5s
}

.new_about .book__cover,
.new_about .book__cover-img {
    width: 100%;
    height: 100%
}

.new_about .book:hover {
    transform: rotateY(-20deg) rotateX(20deg)
}

.new_about .book,
.new_about .book__cover,
.new_about .book__pages {
    transform-style: preserve-3d
}

.new_about .book__cover,
.new_about .book__cover-img,
.new_about .book__cover::before {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    user-select: none
}

.new_about .book__cover::after,
.new_about .book__cover::before,
.new_about .book__pages::after,
.new_about .book__pages::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%
}

.new_about .book__cover,
.new_about .book__cover::after,
.new_about .book__cover::before {
    background-color: rgba(33, 32, 30, 255)
}

.new_about .book__cover::before {
    width: 100%;
    transform: translateZ(calc(40px * -1));
    box-shadow: 0 0 16px 1px #000
}

.new_about .book__cover::after {
    width: 40px;
    transform-origin: left center;
    transform: rotateY(90deg)
}

.new_about .book__pages,
.new_about .book__pages::after,
.new_about .book__pages::before {
    background: var(--pages-bg)
}

.new_about .book__pages {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 40px;
    height: calc(100% - 6px * 2);
    transform-origin: right center;
    transform: rotateY(-90deg)
}

.new_about .book__pages::after,
.new_about .book__pages::before {
    width: 40px;
    height: calc(350px - 6px)
}

.new_about .book__pages::before {
    transform-origin: center top;
    transform: rotateX(90deg)
}

.new_about .book__pages::after {
    top: unset;
    bottom: 0;
    transform-origin: center bottom;
    transform: rotateX(-90deg)
}
.tabs_inner ul.tabs_slider li {
    overflow:hidden;
}

.tabs_inner ul.tabs_slider li img {
    transition: 0.6s;
}

.tabs_inner ul.tabs_slider li img:hover{
    transform:scale(1.08);
}

.btn-new-sub{
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(45deg, rgb(0 33 94) 0%, rgb(0 18 51) 100%)!important;
    border: none !important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position:relative;
    z-index: 1;
    border-radius: 9px !important;
    overflow: hidden;
    /* width: fit-content; */
    margin: 0 auto !important;
}

.btn-new-sub::before{
    content:"";
    background: linear-gradient(45deg, rgb(0 33 94) 0%, rgb(0 18 51) 100%)!important;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: -1;
    transition: 0.7s;
}

.btn-new-sub::after{
    content:"";
    background: linear-gradient(45deg, rgb(226, 15, 23) 0%, rgb(114, 0, 24) 100%) !important;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: -1;
    opacity: 0;
    transition: 0.7s;
}

.btn-new-sub:hover::before{
    opacity: 0;
}

.btn-new-sub:hover::after{
    opacity:1;
}
