:root {
    --primary: #0788fb;
    --secondary: #ffffff;
}

.dropdown-menu.show {
    width: max-content;
}

a {
    text-decoration: none;
}

.contactinfo i {
    font-size: 18px !important;
}

.main-header .btn {
    background: #0788fb;
    color: #fff;
    padding: 8px 30px;
    border-radius: 100px;
}

.service-section span a {
    text-decoration: none;
    color: #fff !important;
}

a,
p,
span,
input,
textarea,
li,
.mCSB_container {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h3,
h2,
h6,
h5,
h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.head-25 {
    font-size: 25px;
    line-height: 32px !important;
}

h2 {
    font-size: 45px;
    color: #0e2f3b;
    line-height: 55px;
    letter-spacing: -.05em;
}

h6 {
    font-size: 18px;
    color: #0e2f3b;
    letter-spacing: -.05em;

}

.fs-15 {
    color: #0e2f3b;
    letter-spacing: -.05em;
    font-size: 15px;

}

.fs-18 {
    font-size: 16px;
    color: #6e7a81;
    line-height: 1.7;
}

.fs-14 {
    font-size: 14px;
    color: #6e7a81;
    line-height: 1.7;
    padding-right: 31px;
}

.fc-light {
    color: #fff;

}

.fc-light a {
    color: #fff;

}

.content-3 a {
    color: #fff;
}

p.fc-light {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    padding-top: 10px;
}

.first-sec .container,
.carousel-wrap,
.fifth .container,
.ebook .container {
    max-width: 1320px;
}

.container {
    max-width: 1320px;
}

.col-md-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    width: 100%;
}

.logo img {
    max-width: 140%;
}

.navbar-nav {
    justify-content: center !important;
    align-items: center;
    text-align: center;
    margin: 0 !important;
}

section.mobile-header {
    display: none;
}

/* floating button */

.floatbutton {
    -o-transition: 0.4s;
    width: 420px;
    z-index: 99999;
    font-size: 0;
    transition: all 0.4s;
    position: fixed;
    top: 16%;
    right: -370px;
}

.floatbutton.active {
    right: 0;
    z-index: 999;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px;
}

.floatbutton .btns_wrap .chat_wrap {
    width: 280px;
    -o-transition: all 0.3s ease;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 0;
    transition: all 0.3s;
    display: block;
    position: absolute;
    top: 40px;
    right: -225px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
}

.floatbutton .btns_wrap .chat_wrap span.icoo,
.floatbutton .btns_wrap .call_wrap span.icoo {
    color: #fff;
    vertical-align: middle;
    background: linear-gradient(45deg, #0788fb, #0788fb);
    border-right: 1px solid #ded9d9;
    border-radius: 50px 0 0 50px;
    padding: 18px 20px 16px;
    font-size: 18px;
    display: inline-block;
    box-shadow: 1px 0 13px #184dc1c2;
    border: 1px solid #fff;
}

.floatbutton .btns_wrap .call_wrap {
    width: 280px;
    -o-transition: all 0.3s ease;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 0;
    transition: all 0.3s;
    position: absolute;
    top: 120px;
    right: -225px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 270px;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
    background: linear-gradient(45deg, #077be3, #077be3);
    border-radius: 30px 0 0 30px;
    /* margin-top: 198px; */
    margin-top: 120px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    box-shadow: -20px 7px 18px -7px #57b89717;
    border: 1px solid #fff;
}

.floatbutton .clickbutton .crossplus {
    -o-transition: 0.4s;
    -o-transition: 0.4s;
    color: #fff;
    white-space: pre;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.4s;
    display: block;
    position: absolute;
    bottom: 122px;
    left: -79px;
    transform: rotate(-90deg);
}

.floatbutton .banner-form2 {
    z-index: 9;
    width: 370px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 30px;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 30px #0000001f;
}

.floatbutton .banner-form2 p {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}

.floatbutton .banner-form2 .ban-form input {
    width: 100%;
    color: gray;
    height: 50px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 0 0 15px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    outline: none !important;
}

.floatbutton .banner-form2 .ban-form input[type="submit"] {
    color: #fff;
    text-align: center;
    background: #0788fb;
    border: #0000;
    border-radius: 3px;
    margin: 20px 0 0;
    padding: 10px 15px;
    font-weight: 600;
}

.floatbutton .btns_wrap a:hover {
    right: 0;
    text-decoration: none !important;
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #333;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
    font-size: 20px;
}

.floatbutton .btns_wrap .call_wrap span {
    color: #333;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
    font-size: 20px;
}

.floatbutton .banner-form2 .ban-form textarea {
    width: 100%;
    color: gray;
    height: 120px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 15px 0 0;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    outline: none !important;
}

.floatbutton .banner-form2 .ban-form input {
    width: 100%;
    color: gray;
    height: 50px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 0 0 15px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    outline: none !important;
}



/* end */
/* modal */


.modal.show {
    padding-right: 0 !important;
}

.modal {
    z-index: 105555;
    width: 100%;
    height: 100%;
    outline: 0;
    display: none;
    position: fixed;
    top: 85px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#staticBackdrop .modal-dialog {
    max-width: 500px !important;
    margin: 100px auto 0;
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

#staticBackdrop .modal-content {
    background: #0788fb;

    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    outline: 0;
}

#staticBackdrop .modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: #0788fb; */
    opacity: .5;
    width: 100%;
    z-index: -1;
}

#staticBackdrop .modal-body {
    padding: 30px 20px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

#staticBackdrop .modal-content .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    background: 0 0;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 13px;
    border: 2px solid #fff;
    border-radius: 20px 20px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    z-index: 4;
    opacity: 1;
    transition: all .3s ease-in-out;
}

#staticBackdrop .modal-body .modal-body-form {
    text-align: center;
}

.modal-body-form h5 {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin: 0 !important;
}

.modal-body-form h3 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    margin: 0 0 10px 0 !important;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.modal .modal-dialog .modal-content .modal-body form {
    flex-direction: column;
    display: flex;
    padding: 0 !important;
}

.modal-body-form .popup-form-list .form-group {
    margin: 0 0 10px 0;
}

.modal-body-form .popup-form-list .form-group input {
    background: 0 0;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 10px;
}

.modal-body-form h3 span {
    font-size: 86px;
    line-height: 92px;
    font-weight: 700;
    display: block;
    margin: 0 10px 0 0;
}

.modal-body-form .popup-form-list .form-group button.submit-btn {
    background: #ffffff;
    color: #0788fb;
    font-size: 18px;
    width: 100%;
    border: 2px solid #0788fb;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 0;
    text-transform: capitalize;
    outline: 0;
    transition: all .3s ease-in-out;
}

.modal-body-form .popup-form-list .form-group button.submit-btn:hover {
    background: #0788fb;
    color: #fff;
    border: 2px solid #fff;
}

.modal-body-form .popup-form-list input::placeholder,
.modal-body-form .popup-form-list textarea::placeholder {
    color: #fff !important;
}

.modal-body-form .popup-form-list .form-group textarea {
    background: 0 0;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 10px;
}

/* end modal */

.book-editing-section {
    padding: 50px 0;
}

.text-center {
    text-align: center !important;
}

.section-title h2 {
    color: #0788fb;
    font-size: 40px;
}

.book-editing-section ul#pills-tab {
    padding: 20px 0 0;
}

.book-editing-section .nav-pills .nav-link {
    color: #000;
    text-transform: capitalize;
    width: 225px;
    background: 0 0;
    border: 2px solid #231e32;
    border-radius: 25px;
    margin: 5px 15px;
    font-size: 13px;
    font-weight: 700;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    border: #0000;
    background-color: #0788fb !important;
    border: 2px solid #0788fb !important;
}

.tab-content>.active {
    display: block;
}

.book-editing-section h3 {
    color: #353a4d;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

ul.check-50-li {
    list-style: none;
    padding-left: 0px !important;
}

ul.check-50-li i {
    padding-right: 14px;
    color: #0788fb;
}





.whychoose h3,
.whychoose h2 {
    text-align: center;
}

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

.whychoose .col-md-4 {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;

}

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

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

.whychoose .box {
    margin-top: 40px;
    margin-bottom: 15px;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 38px;
    padding-bottom: 38px;
    height: 303px;
}

.whychoose .box:hover {
    transition: 500ms all;
    transform: scale(1.1);
    box-shadow: 0px 0px 10px 0px
}

img.img-set {
    max-width: 150%;
}

.navbar-nav li a {

    color: #031521 !important;
    font-size: 16px !important;
}

nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: end;
    align-items: center;
}

.header {
    max-width: 1200px;
    padding: 20px 20px;
}

.navbar-nav li {
    padding-right: 30px !important;
}

a.nav-link.active {
    border: 1px solid var(--primary);
    border-radius: 3px;
}

a.nav-link {
    padding: 2px 13px !important;
}

.nav-link:hover {
    border: 1px solid var(--primary);
    border-radius: 3px;
}

section.first-sec {
    background: var(--primary);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 743px;
    margin-bottom: 0px;
}

.banner-img {
    padding-top: 80px;
}

.textsection p {
    color: #031521;
    background-color: #dddbcf;
    width: 54%;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 3px;

}

.textsection {
    justify-content: center;
    align-items: center;
    padding-top: 131px;
}

.textsection h1 {
    color: #fff;
    font-size: 42px;
    width: 106%;
    margin-bottom: 15px;
    line-height: 1;
}

.textsection span {
    padding-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}

.footer {
    padding: 100px 0 50px;
    background-color: #000000;
}

.footer p {
    font-size: 15px;
    color: #fff;
}

.brands {
    padding-top: 20px;
}

.social-media i {
    color: #fff;
    padding-right: 20px;
    font-size: 18px
}

.social-media {
    padding-top: 0;
}

.links h3,
.footer-blogs h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #fff;
}

.quicklinks ul {
    list-style: none;
    color: #fff;
    font-size: 14px;
    padding-left: 0px;
}

.quicklinks ul li {
    padding-top: 12px;
}

.quicklinks i {
    font-size: 9px;
    padding-right: 11px;
    color: #0788fb;
}

.links {
    padding-left: 30px;

}

.blogs-link img,
.blogs-link2 img {
    width: 90%;
    border-radius: 3px;
}

.date {
    background-color: #dddbcf;
    font-size: 14px;
    color: #031521 !important;
    line-height: 1;
    padding: 9px 16px;
    border-radius: 3px;
    display: block;
    margin-top: 10px;
}

.blogs-link p,
.blogs-link2 p {
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
    width: 116%;
    padding-top: 15px;
}

.blogs-link .col-md-6,
.blogs-link2 .col-md-6 {
    padding-left: 0px;
}

.blogs-link2 {
    padding-top: 20px;
}

.blogimg {
    width: 100%;
}

section.main-header {
    position: sticky;
    top: 0;
    background: #fff !important;
    z-index: 2;
    border-bottom: 1px solid #0788fb;
}

.quote a {
    color: #031521;
    font-size: 18px !important;
    background: #fff;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 22px 41px;
    margin-bottom: 4px;
    line-height: 1;
    letter-spacing: normal;
    min-width: 170px;
    font-weight: 400;
    border-radius: 3px;
}

.quote {
    margin-top: 45px;
}

.quote.livechat {
    margin-left: -55px;
}

.quote a.btn:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent !important;
}

.brandlogo img {
    margin: 0 !important;
    float: none !important;
    max-height: 60px;
    max-width: none;
    width: auto;
    cursor: pointer;
}

.brandlogo {
    margin-top: 20px;
}

/* owl */
.carousel-wrap {
    margin: -130px auto 20px auto;
    padding: 0 45px;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.owl-carousels .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.carousel-wrap .item {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item img {
    width: 129px !important;
}

.dark {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.dark:hover {
    background-color: transparent;
    border: 1px solid var(--primary) !important;
    color: var(--primary) !important;
}

.about .container,
.second-about .container {
    max-width: 1320px;
}

.about {
    background-color: #f2f2eb;
    padding: 150px 0;
}

.points {
    background-color: #f2f2eb;
    padding: 90px 0;
}

.second-about {
    background-color: var(--primary);
    padding: 100px 0;
}

.col-md-6.youtube {
    vertical-align: middle;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.col-md-6.youtube {
    padding: 0 50px;
}

.ebook {
    padding: 100px 0px;
    background-color: var(--primary);
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.blogs {
    padding: 100px 0px;
    background-color: var(--primary);
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

div#wrapper {
    padding: 50px 0;
}

.fifth p {
    font-size: 16px;
    color: #6e7a81;
    line-height: 1.7;
}

.fifth .col-md-2 {
    /* justify-content: start; */
    display: flex;
    align-items: baseline;
    justify-content: right;
}

.fifth {
    padding: 100px 0px;
}

.fifth .col-md-4 {
    padding: 30px 50px;
}

.about .col-md-6 {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

/* book carousel css */
#wrapper {
    width: 100%;
    max-width: 1320px;
    position: relative;
}

#carousel {
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

#carousel::-webkit-scrollbar {
    height: 0;
}

#prev,
#next {
    display: flex;
    justify-content: center;
    align-content: center;
    background: white;
    border: none;
    padding: 8px;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    position: absolute;
}

#prev {
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
    display: none;
}

#next {
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

#content {
    display: grid;
    grid-gap: 16px;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
}

.item {
    width: 230px;
    height: 350px;

}

.first-letter::first-letter {
    display: inline-block;
    margin-right: 12px;
    line-height: .8;
    float: left;
    clear: both;
    font-family: playfair display, serif;
    font-size: 60px !important;
    color: var(--primary);
}

.first-letter {
    padding-top: 30px;
}

.icon-box {
    background: #fff;
    padding: 50px 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    width: 90%;
}

.inner-wrap {
    padding-top: 30px;
}

.icon-box img:hover {
    transition: 500ms all;
    transform: scale(1.1);

}

.icon-box img {
    max-height: 75px;
}

.blogs .item {
    display: flex;
    flex-direction: column;
}

.contact .col-md-1 {
    justify-content: center;
    display: flex;
    align-items: baseline;
    text-align: center;
    padding-top: 10px;

}

.contact .col-md-11 {
    justify-content: start;
    display: flex;
    align-items: baseline;
    text-align: center;

    padding-top: 10px;
}


.phone {
    font-size: 18px;
    font-weight: 300;
    padding-right: 11px;
}

.address {
    color: #6e7a81;
    font-size: 14px;
}

.contact i {
    font-size: 23px;
}

.media {
    border-top: 1px solid #dadbd6;
}

.media {
    display: flex;
    flex-direction: row;
    padding-top: 15px;
}

.contact ul {
    list-style: none;
    padding-left: 0px;
}

.mediabody {
    padding-left: 18px;
}

.contact {
    background-color: #f2f2eb;
    padding: 130px 0;
}

.contact h2 {
    padding-bottom: 29px;
}

.contact .container,
.testimonials .container {
    max-width: 1320px !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select,
.form-control {
    height: auto;
    border: 1px solid #dadbd6;
    background-color: #fff;
    border-radius: 8px;
    color: #6e7a81;
    padding: 12px 15px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
}

.contact .form {
    background: #fff !important;
    padding: 30px;
    display: inline-grid;
    align-items: center;
}



.form-btn .btn-maincolor {
    border-color: #0788fb !important;
    background-color: #0788fb;
    color: #fff;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 18px;
    padding: 22px 15px !important;
    margin-bottom: 4px;
    line-height: 1;
    letter-spacing: normal;
    min-width: 170px;
    font-weight: 400;
    border-radius: 3px;
}



.contact .col-md-4 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.formfeild input::placeholder,
.formfeild textarea::placeholder {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Heebo';
}

input:focus::-webkit-input-placeholder {
    color: transparent;

}

.formfeild input:focus {
    outline: none !important;
}

textarea:focus {
    outline: none !important;
}

.youtube-title {
    vertical-align: top;
    max-width: 100%;
    padding-top: 18px;
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    color: #eee;
    text-align: left;
    line-height: 1.3;
}

.testimonials {
    justify-content: center;
    text-align: center;
}

.testimonials .container {
    padding: 50px 0;
}

/* blogs */
.blogs h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.blogs p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
}

.img-date img {
    width: 100% !important;
}

div#owl-demo1 .item {
    width: auto;
    height: auto;
}

.discretion-blog {
    padding-top: 24px;
}

.blog-grid {
    align-items: center;
    display: contents;
    justify-content: center;
    text-align: center;
}

section.pagetitle {
    height: 280px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    background: #0788fb;
}

section.pagetitle h1 {
    color: #fff;
    line-height: 1;
    font-size: 60px;
}

.about-first-sec h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #0e2f3b;
    line-height: 1.2;
}

.about-para {
    color: #6e7a81;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.about-img img {
    width: 90%;
}

.about-first-sec {
    padding: 80px 0;
}

.services-heading {
    color: #fff;
    font-size: 50px !important;
}

.banner-form h3 {
    color: #000 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 22.4px !important;
    margin-bottom: 20px !important;
}

.banner-form {
    background: #fff;
    padding: 20px;
    max-width: 300px;
    margin: auto;
    border-radius: 5px;
    box-shadow: 1px 1px 20px 10px;
    /* height: 470px; */
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-dark {
    color: #343a40 !important;
}

.text-dark small {
    font-size: 11px;
    font-weight: 400;
}

.banner-form .form-control {
    background: rgb(221 219 207 / 0.1);
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    transition: 2s all !important;
    margin-bottom: 20px !important;
}

.banner-form .btn {
    padding: 12px 15px !important;
    width: 100%;
}

.col-md-4.form-section {
    justify-content: center;
    display: flex;
}

.service-section {
    padding-top: 0px;
    text-align: left;
}

.services .col-md-8 {
    padding: 0px;
}

section.services-third img {
    width: 95%;
}

section.services-third .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-forth,
.service-quote {
    background-color: #fafafa;
    padding: 40px 0px;
}

.services-forth .excerpt {
    color: #092b37;
    font-size: 32px;
    margin: 0 !important;
    line-height: 1.2;
    font-weight: 400 !important;
}

.second-para {
    color: #092b37 !important;
    font-size: 16px;
}

.service-quote .excerpt {
    color: #092b37;
    font-size: 32px;
    margin: 0 !important;
    line-height: 42px;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #f2f2ea !important;
    box-shadow: none !important;
}

.accordion-item {
    border: none;
    background: #F2F2EA !important;
    margin-bottom: 10px;
}

.accordion-header button {
    background: #F2F2EA;
}

section.faqs {
    padding: 70px 0px;
}

button.accordion-button.collapsed {
    font-family: heebo, sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
    padding: 25px 60px 24px 40px;
    transition: all .3s ease-in-out;
}

.accordion-body {
    margin-top: -5px;
    padding: 10px 40px 25px;
    position: relative;
}

.accordion-button {
    font-family: heebo, sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px 39px;
    font-size: 18px;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-body p {
    font-size: 14px;
    line-height: 1.7;
    color: #6e7a81;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #f2f2ea;
    outline: 0;
    box-shadow: none !important;
}

.additional-content {
    padding: 90px 0px;
    background-color: var(--primary);
}

.additional-content h3 {
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.additional-content p {
    color: #fff;
    font-size: 14px;

}

.additional-content .media-body {
    margin-left: 5px;
}

.pakage-header h3 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;

}

.price-wrap {
    margin-top: 30px !important;
    font-family: montserrat, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: .7;
    margin-top: 50px;
    font-weight: 700;
    color: #031521;
}

.plan-features {
    margin-top: 25px;
}

.pakages {
    padding: 60px 30px;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    padding-bottom: 100px;
    margin-bottom: 50px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    border-radius: 3px;
    position: relative;
    height: 550px;
}

.price-wrap .plan-price {
    color: #fff;
    font-size: 50px;
    font-family: montserrat, sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: .7;

    font-weight: 700;
}

.price-wrap .plan-sign {
    margin-right: 5px;
    color: #fff;
}

.plan-features li {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
}

.plan-button {
    position: absolute !important;
    left: 3%;
    bottom: 5px;
    width: 94% !important;
    display: block;
    margin-top: 40px;
}

.btn-maincolor-order {
    padding: 15px;
    text-transform: uppercase;
    color: #031521;
    border-color: #fff;
    background-color: #fff !important;
    border: 1px solid transparent;
    position: relative;
    background-color: transparent;
    z-index: 1;
    overflow: hidden;
}

.services-pakage {
    background-color: #F2F2EA;
    padding: 150px 0;
}

.fifth i {
    font-size: 50px;
}

.resume-samples {
    padding: 90px 0;
    background-color: var(--primary);
}

.videos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.video {
    padding-bottom: 50px;
}

.form-part h3 {
    font-size: 40px;
}

.faq-part h3 {
    font-size: 30px;
}

.form-part {
    background-color: #f2f2eb;
    padding: 80px !important;
}

.faqs-section .col-md-7 {
    padding: 0 0 0 150px;
    align-items: center;
    display: flex;
}

.dropdown .dropdown-menu {
    padding: 10px 0 !important;
    /* padding-right: 0px !important; */
}

ul.dropdown-menu.show li a:hover {
    background-color: var(--primary);
    color: #fff !important;
    cursor: pointer;

}

.dropdown-menu li {
    padding-right: 0px !important;
}

.plan-button a:hover {
    background-color: #0788fb !important;
    color: #fff;
    border: 1px solid #fff;
}

ul.second-list {
    list-style: decimal;
}

.blog-img img {
    width: 100%;

}

.blog-title h4 a {
    font-size: 24px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #031521;

}

a.blog-btn {
    text-decoration: none;
    transition: all .2s ease-in-out 0s;
    color: #031521;
}

.blog-meta .col-md-1 {
    padding: 0px !important;
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 11px !important;
}

.blog-meta .col-md-11 {
    padding-left: 05px;
}

.blog-meta a {
    text-decoration: none;
}

.item-content {
    padding: 0 20px 20px !important;
}

.blog-content {
    border: 1px solid #dadbd6;
}

.blogs-section {
    padding: 50px 0px;
}

.blogs-section .col-md-4 {
    padding: 0 20px;
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -10px;
    margin-top: 120px;
    border-top: 1px solid #dadbd6;
    border-bottom: 1px solid #dadbd6;
    padding: 31px 0 19px;
}

.page-item,
.nav-links,
.page-links,
.nav-links .page-numbers {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
}

.page-item>span,
.nav-links>span,
.page-links>span,
.nav-links .page-numbers>span,
.page-item>a:not(.btn),
.nav-links>a:not(.btn),
.page-links>a:not(.btn),
.nav-links .page-numbers>a:not(.btn),
.page-item li>span,
.nav-links li>span,
.page-links li>span,
.nav-links .page-numbers li>span,
.page-item li>a:not(.btn),
.nav-links li>a:not(.btn),
.page-links li>a:not(.btn),
.nav-links .page-numbers li>a:not(.btn) {
    border: none;
    color: #031521;
    margin-right: 50px;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
    font-size: 14px;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
}

.quicklinks a {
    color: #fff !important;
    text-decoration: none;
}

.img-date i {
    font-size: 43px;
    color: #fff;
}

.img-service img {
    width: auto !important;
}

.img-service {
    display: flex;
    justify-content: center;
}

.services {
    padding: 100px 0px 100px 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.services h2 {
    color: #0788fb;
}

.services .item {
    background: #0788fb;
    padding: 20px;
    border-radius: 20px;
    height: 280px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 121px;
    font-size: 50px !important;
    color: #ffffff !important;
    background: #0788fb !important;
    border-radius: 56px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -74px;
}

.owl-nav .owl-next {
    position: absolute;
    top: 103px;
    font-size: 50px !important;
    color: #ffffff !important;
    background: #0788fb !important;
    border-radius: 56px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -74px;
}



/* process */

.g-process-bg {
    background-color: #0788fb;
    padding: 0;
    position: relative;
    padding: 50px 0;
}

.g-process-inner {
    height: 1335px;
    background-image: url('../images/process-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.g-process-inner-content {
    height: 240px;
    color: #fff;
    margin: 10px 0 0;
}

.g-process-inner-content1 h3 {
    color: #fff;
    padding: 60px 0 0 50px;
}

.g-process-inner-content1-1 p {
    color: #fff;
    padding: 20px 20px;
}

.g-process-inner-content2 h3 {
    padding: 70px 0 0 300px;
}

.g-process-inner-content2-2 p {
    padding: 20px 20px;
}

.g-process-inner-content3 h3 {
    padding: 60px 0 0 50px;
}

.g-process-inner-content3-3 p {
    padding: 20px 20px;
}

.g-process-inner-content4-4 p {
    padding: 20px 20px;
}

.g-process-inner-content4 h3 {
    text-align: left;
    padding: 50px 0 0 300px;
}

.g-process-inner-content5 h3 {
    padding: 50px 0 0 50px;
}

.g-process-inner-content5-5 p {
    padding: 20px 20px;
}

/* end */
.loader img {
    width: 50px;
}

/* Recent Collections Slider */
#recent-collections-slider .item {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 420px;
}

#recent-collections-slider .item img {
    max-height: 100%;
    width: 100% !important;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); */
    border-radius: 8px;
    transition: all 0.3s ease;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
}

#recent-collections-slider .item:hover img {
    transform: translateY(-10px);
    /* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5); */
}

#recent-collections-slider .owl-dots {
    margin-top: 40px !important;
    display: flex;
    justify-content: center;
    gap: 8px;
}

#recent-collections-slider .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    margin: 0 !important;
    transition: all 0.3s ease;
}

#recent-collections-slider .owl-dot.active span {
    background: #fff !important;
    width: 30px !important;
    border-radius: 10px !important;
}

@media (max-width: 768px) {
    #recent-collections-slider .item {
        height: auto;
        min-height: 520px;
        padding: 30px 0;
    }

    /* #recent-collections-slider .owl-stage-outer {
        left: 75px;
    } */

    #recent-collections-slider .item img {
        max-width: 80% !important;
        margin: 0 auto;
    }

    .ebook p {
        padding: 0 15px;
    }
}




.footer .logoftr {
    margin-bottom: 20px;
}

.footer .logoftr a {}

.footer .logoftr a img {
    width: 70%;
}


.points .icon-box img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(60%) saturate(4609%) hue-rotate(190deg) brightness(97%) contrast(104%);
}


section.privacy-policy {
    padding: 70px 0;
}

section.privacy-policy h1 {
    font-size: 40px;
    line-height: 50px;
    color: #0e2f3b;
}

section.privacy-policy h2 {
    font-size: 24px;
    line-height: 34px;
}

section.privacy-policy p {}


section.first-sec .banner-img {
    position: relative;
}.banner-img {}

section.first-sec .banner-img img {
    position: absolute;
    transform: scale(1.1);
    top: 130px;
    left: -50px;
}



.about .about-imgg {}

.about .about-imgg img {
    width: 100%;
}


section.services-third.points.authorr {}

section.services-third.points.authorr img {
    width: 70%;
}

section.services-third.points.authorr .col-md-6.col-12 {align-items: center;}


.btnns {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.btnns .quote {
    margin: 0 !important;
}

h2 {
    text-transform: capitalize;
}