:root {
    --color: #449EFF
}

body {
    color: #000;
    overflow-x: hidden;
    font-family: poppins,sans-serif;
    padding: 0!important;
    margin: 0!important
}

html {
    scroll-behavior: smooth
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0
}

p {
    margin-bottom: 0
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

a,button {
    transition: all .2s ease-in-out;
    border: none
}

a:hover {
    text-decoration: none
}

.section {
    padding: 60px 0 70px
}

a:hover {
    text-decoration: none
}

.theme-color {
    color: #0747a8
}

.btn_default {
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    border: 0
}

.btn_default:before {
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(.19,1,.22,1);
    width: 50px;
    z-index: -10
}

.btn_default:hover:before {
    left: 120%;
    transition: all 550ms cubic-bezier(.19,1,.22,1)
}

.btn_bgclr_blue {
    background-color: #f5ac2b;
    color: #fff
}

.btn_bgclr_blue:hover {
    color: #fff
}

.btn_bgclr_blue:before {
    background-color: #fff
}

.btn_bgclr_white {
    background-color: #fff;
    color: #111322
}

.btn_bgclr_white:hover {
    background-color: #f5ac2b;
    color: #000
}

.btn_bgclr_white:before {
    background-color: #3376ee
}

.btn_bgclr_dark {
    background-color: #111322;
    color: #fff
}

.btn_bgclr_dark:hover {
    background-color: #111322;
    color: #fff
}

.btn_bgclr_dark:before {
    background-color: #fff
}

.sec_pad {
    padding: 70px 0
}

.default_heading {
    margin-bottom: 20px
}

.default_heading span {
    font-size: 20px;
    color: #fff;
    background-color: #f5ac2b;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 6px 18px;
    display: inline-block;
    line-height: 18px;
    margin-bottom: 5px
}

.default_heading h1 {
    font-size: 45px;
    color: #000;
    font-weight: 600
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    transition: .3s;
    z-index: 1
}

.fixed-header {
    position: fixed!important;
    width: 100%;
    background: #fff!important;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid #00000024;
    box-shadow: 2px 2px 2px rgb(26 26 26/12%);
    padding: 0!important
}

.fixed-header .top-bar {
    padding: 2px 0
}

.mobile-nav.fixed-header i {
    color: #000;
    margin-right: 8px;
    margin-top: 6px
}

.contact-form .intl-tel-input .selected-flag {
    border-radius: 25px 0 0 25px
}

.fixed-header .header-cta {
    margin-top: 0
}

.dark-image,.dark-contact {
    display: none
}

.fixed-header .dark-image {
    display: block
}

.fixed-header .dark-contact {
    display: inline-block
}

.fixed-header .light-image,.fixed-header .light-contact {
    display: none
}

.fixed-header .top-bar a {
    color: #000;
    font-weight: 500
}

.fixed-header .nav-list {
    background-color: #000;
    margin-top: 0
}

.navbar {
    padding: 10px 0
}

.top-bar i {
    margin-right: 5px
}

a:hover {
    color: var(--color);
    text-decoration: underline
}

ul.submenu {
    display: none;
    width: 216px;
    position: absolute;
    background: #fff;
    box-shadow: #00000080 0 63px 20px;
    text-align: left;
    padding-bottom: 5px;
    top: 6px;
    border-radius: 0 0 5px 5px;
    z-index: 999;
    padding-top: 0
}

header ul.nav.navbar-nav li:hover ul.submenu {
    display: block
}

header ul li a {
    font-size: 16px;
    color: #f5f5f5;
    text-decoration: none!important
}

nav.nav-list ul li {
    list-style: none;
    padding: 0 15px;
    margin: 0 14px 0 0!important
}

.nav-list {
    background: #00000059;
    margin-top: 12px
}

.nav-list .nav-link {
    padding: 0;
    padding: 12px 0;
    display: inline-block
}

ul.dropdown-menu li {
    line-height: 30px
}

.navigation_area nav.navbar {
    padding: 0
}

.navigation_area .navbar ul.navbar-nav li a {
    color: #fff;
    padding: 0;
    margin: 0 25px;
    padding-top: 10px
}

.navigation_area .navbar-dark .navbar-nav .active>.nav-link,.navigation_area .navbar-dark .navbar-nav .nav-link.active,.navigation_area .navbar-dark .navbar-nav .nav-link.show,.navigation_area .navbar-dark .navbar-nav .show>.nav-link,.navigation_area .navbar-dark .navbar-nav .nav-link:focus,.navigation_area .navbar-dark .navbar-nav .nav-link:hover {
    color: #f5ac2b
}

.navigation_area .navbar-brand {
    margin-right: 3rem
}

.mobile-nav {
    padding: 14px 9px;
    top: 0;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 101
}

.mobile-nav i {
    font-size: 30px;
    color: #fff
}
.site-logo{
    max-width: 80px;
    height: auto;
}
@media(max-width: 767px) {
    .header {
        display:none
    }

    .cta-form button.btn::before {
        left: 47%!important
    }

    .mobile-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #000000bd;
        padding: 5px!important;
        z-index: 1000;
        border-bottom: 1px solid #4c4c4c
    }

    .banner-navigation-list {
        display: none
    }
}

.side-nav {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 62px!important;
    background: #f9f9f9;
    z-index: 1000;
    transition: 1s;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out
}

.side-nav-overLay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0/80%);
    top: 0;
    left: 0;
    z-index: 500;
    display: none
}

.side-nav-open {
    right: 0!important
}

.side-nav-close {
    right: -70%!important
}

.side-nav ul {
    margin: 30px 0
}

.side-nav li {
    line-height: 1.8;
    padding: 15px 0;
    padding: 10px 20px;
    border-bottom: .2px solid rgb(106 106 106/10%)
}

.side-nav a {
    font-size: 15px;
    font-weight: 500;
    color: #000
}

.side-nav a.active {
    color: #3a74dd
}

.show_hide {
    display: none
}

.banner_same {
    padding: 0;
    height: 700px;
    background-size: cover;
    display: flex;
    align-items: center
}

.banner-container {
    position: relative;
    padding: 0 75px;
    border-radius: 0
}

.banner_content {
    padding-left: 70px;
    margin-top: 80px
}

.banner_content h1 {
    position: relative;
    color: #fff;
    font-size: 50px;
    line-height: 65px
}

.banner-btn {
    min-width: 265px
}

.banner_content h1:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #f5ac2b;
    position: absolute;
    top: 30px;
    left: -70px
}

.banner_content p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin: 15px 0 30px
}

.banner_btndiv .btn_default {
    padding: 13px 30px
}

.whatsapp-theme {
    background-color: #51b27e!important;
    color: #fff!important;
    margin-right: 8px
}

.yellow-theme {
    background-color: #0747a8;
    color: #fff!important
}

.outline-btn {
    font-weight: 700;
    padding: 10px 16px;
    font-size: 16px
}

.outline-btn i {
    font-size: 19px;
    position: relative;
    top: 2px
}

.style-btn {
    padding: 8px 20px
}

.icon-btn {
    padding: 7px 20px 10px;
    font-weight: 600
}

.icon-btn i {
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.banner-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.banner-list li {
    width: 100%;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center
}

.banner-list li i {
    font-size: 30px;
    color: var(--color);
    margin-right: 10px
}

.banner-list-sperator::after {
    content: '';
    width: 1px;
    height: 81%;
    position: absolute;
    right: 14px;
    top: 7px;
    background: #fff
}

.banner-list li p {
    font-weight: 600;
    color: var(--color);
    font-size: 18px
}

.banner-list li p span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: -3px
}

.top-bar {
    color: #fff;
    padding: 16px 0
}

.banner-form {
    max-width: 430px;
    padding: 20px
}

.calculate_order {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    margin-left: -58px;
    padding: 0 20px
}

.calculate_order h3 {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #0747a8;
    margin-top: 0
}

.form-inner {
    padding: 0 45px;
    margin-left: -23px
}

.form-inner select.form-input-css {
    padding: 0 10px!important
}

.form-inner label {
    font-size: 14px;
    margin-bottom: 2px;
    margin-left: 4px;
    color: #fff
}

#discount-text {
    color: #000
}

.banners-list li {
    color: #000;
    margin-bottom: 2px;
    display: flex;
    font-weight: 600;
    letter-spacing: 0
}

.banners-list i {
    color: #0747a8;
    margin-right: 11px
}

.banner-form-btn-wrapper {
    max-width: 299px;
    margin-left: 31px;
    position: relative;
    margin-top: 22px;
    margin-bottom: 10px
}

.form-control.form-input-css {
    background-color: #fff;
    border: 1px solid #06f;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    padding: 21px 12px;
    margin-bottom: 10px
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 0
}

.total_prices {
    background-color: #00252f;
    padding: 6px 25px
}

.total_prices p {
    color: #fff
}

.btn-submit {
    width: 100%;
    background-color: #0747a8;
    text-align: center;
    border: none;
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all 500ms ease;
    outline: none!important;
    border-radius: 0;
    margin: 0 8px;
    border-radius: 5px
}

@media(min-width: 280px) and (max-width:767px) {
    .top-bar {
        display:none
    }
}

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

.top-bar a span {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 13px;
    padding: 2px 7px;
    border-radius: 6px
}

.top-bar button.btn.btn-primary {
    background: 0 0;
    border-radius: 50px;
    padding: 10px 30px;
    border: 1px solid #fff;
    color: #ffc200;
    font-size: 15px;
    margin-left: auto;
    display: block
}

ul.social-icons {
    display: flex;
    float: right
}

ul.social-icons li {
    display: inline-block;
    margin-right: 10px
}

.social-icons i {
    color: #fff!important
}

.header_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-top: 20px
}

.header_area li.nav-item.active {
    border-bottom: 4px solid var(--color)
}

.header_area ul li a.nav-link {
    color: #fff
}

.header_area ul li a.nav-link:hover {
    color: var(--color)
}

@media(min-width: 280px) and (max-width:767px) {
    .header_area ul {
        background:#000
    }

    .header_area ul li a.nav-link {
        padding: 13px;
        z-index: 9999
    }
}

header i.fas.fa-bars {
    color: var(--color)
}

.dropdown button {
    background: 0 0;
    border: none;
    color: #fff
}

@media(min-width: 280px) and (max-width:767px) {
    .dropdown button {
        color:#000
    }
}

.dropdown button:hover {
    background: 0 0;
    color: var(--color)
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: var(--color)
}

section.main-banner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    height: auto;
    position: relative;
    background-position: center;
    min-height: 611px;
    padding: 103px 0 0;
    background: #1090e696 url(../img/main_bg.html)
}

.form-col::before {
    position: absolute;
    content: '';
    background: #fff!important;
    width: 100%;
    height: 100%;
    left: -11px;
    top: 0;
    z-index: 0;
    transform: skew(352deg,0deg)
}

.form-col::after {
    position: absolute;
    content: '';
    background: #fff!important;
    width: 93px;
    height: 100%;
    top: 0;
    left: -56px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 7px
}

.banner-separate-col {
    padding: 32px 0 42px
}

.banner-col::before {
    position: absolute;
    content: '';
    background: #fff!important;
    width: 88px;
    height: 100%;
    top: 0;
    right: -52px;
    z-index: 3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.banner-col::after {
    position: absolute;
    content: '';
    background: #fff!important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transform: skew(352deg,0deg)
}

.theme-bg {
    background: #449eff;
    background: linear-gradient(90deg,rgb(42 144 255) 0%,rgb(0 104 217) 50%)
}

.theme-red {
    background: #449eff;
    background: linear-gradient(90deg,rgb(161 89 0/69%) 0%,rgb(255 145 8/77%) 100%)
}

.banner-col.theme-bg::before {
    content: url(../images/banner-image.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.contact.main-banner::before {
    content: none
}

@media(min-width: 280px) and (max-width:767px) {
    section.main-banner {
        padding-top:120px
    }
}

.main-banner-heading {
    z-index: 100;
    position: relative;
    margin-left: 72px;
    margin-top: 7px
}

@media(min-width: 280px) and (max-width:767px) {
    .main-banner-heading {
        padding:12px;
        margin-left: 0
    }
}

.main-banner-heading h4 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 50px;
    position: relative;
    font-weight: 600
}

.main-banner-heading h4::before {
    content: '';
    position: absolute;
    width: 50px;
    left: -56px;
    height: 2px;
    background-color: #000;
    border-radius: 15px;
    top: 48%
}

.main-banner-heading h1 {
    color: #0747a8;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 16px;
    text-transform: capitalize;
    margin-top: 9px
}

@media(min-width: 280px) and (max-width:767px) {
    .main-banner-heading h1 {
        font-size:25px
    }
}

.main-banner-heading span {
    display: flex;
    align-items: center;
    font-size: 27px;
    color: #000
}

.main-banner-heading p {
    color: #fff;
    font-size: 1rem
}

.main-banner-btn {
    display: flex;
    margin: 37px 0 0
}

.main-banner-btn a {
    height: 47px
}

@media(min-width: 280px) and (max-width:767px) {
    .main-banner-btn {
        display:unset
    }
}

.main-banner-btn .left {
    border: none;
    background: var(--color);
    color: #000;
    border-radius: 50px;
    padding: 11px 50px;
    display: block;
    margin: 3px 0
}

@media(max-width: 767px) {
    .main-banner-btn img {
        display:none
    }
}

.main-banner-btn .right {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
    border-radius: 50px;
    padding: 8px 50px;
    display: block;
    margin: 3px 10px
}

.heading content {
    font-size: 50px
}

.main-banner-head {
    padding-top: 250px
}

@media(min-width: 280px) and (max-width:767px) {
    .main-banner-head {
        padding-top:110px
    }
}

.main-banner-head h3 {
    text-align: center;
    color: var(--color);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase
}

.main-banner-head h1 {
    text-align: center;
    color: #fff;
    font-size: 54px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: capitalize
}

@media(min-width: 280px) and (max-width:767px) {
    .main-banner-head h1 {
        font-size:25px;
        line-height: 45px
    }
}

.main-banner-head span {
    color: var(--color)
}

.main-banner-head p {
    color: #fff;
    text-align: center;
    font-size: 21px
}

.bannerFormBox {
    display: flex;
    justify-content: end
}

@media(min-width: 280px) and (max-width:767px) {
}

.bannerFormBox form:before {
    content: url(../images/form-book.html);
    position: absolute;
    top: -100px;
    right: -60px;
    width: 200px;
    height: 200px
}

@media(min-width: 280px) and (max-width:1024px) {
    .bannerFormBox form:before {
        display:none
    }
}

.bannerForm {
    border-radius: 5px;
    width: 90%;
    height: auto;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 4px -5px 11px 3px rgb(0 0 0/15%)
}

.bannerForm .selected-dial-code {
    padding-left: 7px!important
}

.banner-navigation-list {
    margin: 0 8px 0 4px;
    background: #fff;
    margin-bottom: 13px;
    border-radius: 5px
}

.banner-navigation-list li {
    display: inline-block
}

.banner-navigation-list a {
    text-decoration: none;
    color: #000!important;
    font-weight: 600;
    padding: 15px 24px;
    display: inline-block;
    position: relative;
    font-size: 15px
}

.navigation-separator::after {
    content: '';
    position: absolute;
    width: 1px;
    right: -12px;
    top: 5%;
    height: 90%;
    background-color: #e5e5e5cf
}

.icon-1 {
    background-image: url(../images/icon-2.png);
    background-size: inherit;
    width: 27px;
    height: 21px;
    float: left;
    background-repeat: no-repeat;
    margin: 5px
}

.container.text-white {
    background-color: #000
}

.recomended-deal {
    position: absolute;
    top: -33px;
    background: var(--color);
    padding: 9px;
    border-radius: 3px;
    left: 21px;
    color: #fff;
    font-weight: 600;
    box-shadow: 2px 2px 2px rgb(0 0 0/50%)
}

.bottom-form-tag {
    background: #449eff;
    padding: 9px;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.form-heading {
    display: flex;
    padding: 20px 0 0 20px;
    position: relative
}

.form-value {
    margin-left: 10px;
    margin-bottom: 20px
}

.bannerForm h2 {
    font-size: 18px;
    font-weight: 600;
    color: #727992;
    letter-spacing: -.4px;
    text-align: left;
    line-height: 1.1em
}

.bannerForm h3 {
    font-size: 50px;
    color: #000;
    font-weight: 800;
    text-align: left
}

.bannerForm form {
    text-align: center;
    padding: 0 15px 15px
}

.bannerForm h4 {
    font-size: 15px;
    color: #3d3d3d;
    text-align: center;
    display: block;
    letter-spacing: .2px
}

textarea.main-message {
    width: 100%;
    background: #eae6e6;
    border: 1px solid #ced4da;
    border-radius: 5px;
    height: 70px;
    padding: 5px 13px
}

.form-control {
    background-color: #eae6e6;
    padding: 1.375rem -.25rem;
    border-radius: unset
}

button.btn-form {
    border-radius: 5px;
    background-color: #449eff;
    width: 100%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s;
    padding: 10px 0;
    width: 100%;
    margin: 0 4px;
    font-size: 15px;
    font-weight: 600
}

.fld-btn a {
    padding: 10px 0;
    margin: 0 4px;
    font-size: 15px
}

.fld-btn i {
    font-size: 20px;
    margin-right: 2px;
    position: relative;
    top: 1px
}

.or-box {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    top: 8px;
    left: -2px;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000;
    font-size: 15px
}

@media only screen and (max-width: 767px) {
    .fld-btn i {
        display:none
    }
}

.main-logos h3 {
    text-align: center;
    margin-top: 50px;
    font-size: 32px;
    color: var(--color);
    text-transform: capitalize
}

section.main-logos img {
    width: 100%
}

section.main-solution {
    overflow: hidden;
    position: relative
}

section.main-solution h4 {
    color: #000;
    font-size: 33px;
    font-weight: 300;
    padding-top: 0;
    font-weight: 600;
    text-align: left
}

section.main-solution h3 {
    padding: 21px 0;
    color: #000;
    font-size: 25px;
    font-weight: 600
}

section.main-solution p {
    color: #000;
    font-size: 15px;
    font-weight: 400
}

section.main-solution .solution-list {
    display: flex;
    padding: 30px 0
}

section.main-solution h6 {
    font-size: 12px;
    font-weight: 700;
    padding-top: 3px
}

section.main-solution img {
    width: 100%;
    padding-top: 19px
}

section.main-solution li {
    list-style: none;
    color: #5f5f5f;
    font-size: 13px
}

section.main-solution a.solute-chat {
    padding: 9px 30px;
    border-radius: 40px;
    margin-top: 4px;
    display: inline-block
}

section.main-solution button {
    background: #ffc509;
    border: none;
    padding: 12px 60px;
    border-radius: 40px;
    margin-right: 27px
}

section.main-why {
    width: 100%;
    background: #04051d;
    height: auto;
    padding: 40px 0;
    position: relative
}

section.main-why .why-head h2 {
    color: var(--color);
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding: 40px;
    text-transform: capitalize
}

section.main-why img {
    margin: auto;
    display: block
}

section.main-why h4 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin: 13px
}

section.main-why .why-head p {
    text-align: center;
    color: #c1bfbf;
    font-size: 18px;
    letter-spacing: 1px
}

.why-process {
    margin-top: 70px;
    padding-bottom: 50px
}

section.main-why p {
    text-align: center;
    color: #fff;
    font-size: 15px
}

section.main-process {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 50px;
    background: #fff
}

section.main-process h2 {
    text-align: center;
    color: #000;
    padding: 0;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 28px
}

section.main-process img {
    display: block;
    margin: auto;
    padding-bottom: 20px
}

.process-section {
    text-align: center;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.process-menu {
    padding: 20px;
    border: 2px solid #191919;
    border-radius: 7px;
    width: 220px;
    height: 220px;
    margin-top: 5px!important;
    display: block;
    margin: 0 12px;
    box-shadow: rgb(155 155 155/51%) 0 5px 15px;
    background: linear-gradient(90deg,rgb(247 178 21) 4%,rgba(183,183,183,1) 0%,rgba(248,176,13,1) 0%,rgb(233 196 111) 77%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative
}

.process-menu-separator::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #191919;
    right: -100px
}

@media(max-width: 767px) {
    .process-menu-separator::after {
        content:none
    }

    .process-menu {
        margin: 0 auto
    }
}

@media(max-width: 767px) {
    .calculate_order {
        margin:0 10px;
        margin-top: 45px;
        background: #fff;
        padding: 16px 6px;
        border-radius: 12px
    }
}

.process-menu:hover {
    background: #000;
    -moz-box-shadow: 5px 5px 5px rgba(68,68,68,.6);
    -webkit-box-shadow: 5px 5px 5px rgb(68 68 68/60%);
    box-shadow: 1px 0 4px rgb(141 141 141/64%);
    color: var(--color)
}

.process-menu h4 {
    font-size: 32px
}

.process-menu span {
    font-size: 20px;
    font-weight: 500;
    display: block;
    padding: 1px 0;
    line-height: 1.3
}

.main-process a.cont-right.open-popup {
    border: 1px solid #000;
    color: #000!important
}

.process-menu .icon-box {
}

.process-menu .icon-box i {
    font-size: 50px;
    margin-bottom: 15px
}

.main-percent .percent-head {
    background-image: url(../images/testi-image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    box-shadow: rgb(17 17 26/5%) 0 1px 0,rgb(17 17 26/10%) 0 0 8px;
    margin-top: -80px;
    border-radius: 20px;
    height: auto;
    width: 100%;
    padding: 60px 0
}

.left-percent {
    text-align: center;
    color: #ccc8c8
}

@media(min-width: 280px) and (max-width:767px) {
    .left-percent {
        padding-top:30px;
        text-align: center
    }
}

.left-percent h4 {
    font-size: 23px;
    text-align: center;
    color: #fff
}

.left-percent h3 {
    padding-top: 20px;
    color: #fff;
    text-align: center
}

.left-percent p {
    margin-bottom: 40px
}

.cont-per .btn {
    background: var(--color);
    border: none;
    border-radius: 30px;
    padding: 11px 21px;
    font-weight: 500
}

.left-percent .btn-pricing-percent {
    font-weight: 400;
    margin-right: 0;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 50px;
    background: 0 0
}

.left-percent img {
    padding: 20px
}

.main-portfolio {
    background-color: #f7f6f6;
    padding: 30px 0;
    position: relative
}

.main-portfolio .portfolio-heading {
    text-align: center
}

.portfolio-heading span {
    font-size: 37px
}

.portfolio-heading h3 {
    color: #080b4a;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px
}

.portfolio-heading img {
    padding: 20px 0
}

.portfolio-heading p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: Poppins,sans-serif
}

.portfolio-heading p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: Poppins,sans-serif
}

.portfolio-text {
    margin-top: 45px
}

.portfolio-text .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center
}

.portfolio-text .nav-tabs .nav-link {
    padding: 5px 9px;
    margin-left: 0;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Poppins,sans-serif;
    letter-spacing: 1px
}

.nav-tabs .nav-link.active,.portfolio-text .nav-tabs .nav-item.show .nav-link {
    color: #000;
    font-weight: 800
}

.porfolio-carousel .item {
    padding-top: 35px;
    padding-bottom: 35px
}

.porfolio-carousel .item img {
    width: auto!important
}

button.potfolio-btn {
    background: #000;
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    border: none;
    margin: 0 auto;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px
}

button.potfolio-btn:hover {
    background: var(--color);
    color: #000
}

.portfolio-info {
    text-align: center
}

.portfolio-info h4 {
    font-size: 22px;
    color: #001d3d;
    margin: -11px 0 18px;
    font-weight: 700;
    width: 100%
}

@media(max-width: 767px) {
    .portfolio-info h2 {
        width:100%;
        height: auto;
        font-size: 15px
    }
}

.row.space {
    margin: 30px 0
}

.portfolio-info h6 {
    color: #001d3d;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .portfolio-info h6 {
        font-size:9px
    }
}

.portfolio-info button.btn-portfolio {
    background: var(--color);
    border-radius: 50px;
    padding: 12px 30px;
    color: #001d3d;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    margin: auto;
    bottom: -35px;
    display: none
}

@media(max-width: 767px) {
    .portfolio-info button.btn-portfolio {
        width:90%;
        margin: 12px
    }
}

.main-portfolio img {
    display: block;
    margin: auto
}

section.main-portfolio .item img {
    width: 100%
}

.fixed-btn {
    position: fixed;
    left: 17px;
    bottom: 14px;
    z-index: 10;
    background: #023838;
    color: #fff;
    border-radius: 23px;
    padding: 0 21px 10px;
    font-size: 15px
}

.fixed-btn:hover {
    color: #fff;
    text-decoration: none
}

.fixed-btn i {
    font-size: 30px;
    margin-right: 6px;
    position: relative;
    top: 5px;
    color: #3fff3f
}

.footer_client_wrap {
    background: #fff;
    padding: 30px 0;
    text-align: center
}

img.img-fluid.apple-logo {
    width: 120px;
    margin-top: -8px
}

@media(min-width: 280px) and (max-width:767px) {
    .footer_client_wrap img {
        margin:10px 35px
    }
}

.light-theme-1 {
    background-color: #fff
}

.thesis-help .light-theme-1 {
    border: 2px solid #0747a8
}

.light-theme-2 {
    background-color: #fff
}

.thesis-help .light-theme-2 {
    border: 2px solid #0747a8
}

.light-theme-3 {
    background-color: #fff
}

.thesis-help .light-theme-3 {
    border: 2px solid #0747a8
}

.light-theme-4 {
    background-color: #fff
}

.thesis-help .light-theme-4 {
    border: 2px solid #0747a8
}

.light-theme-5 {
    background-color: #b89cc14f
}

.light-theme-6 {
    background-color: #a9ff934a
}

.feature-block.mt-30 {
    margin-top: 30px
}

.feature-block {
    padding: 20px 15px 30px
}

.feature-block h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 7px
}

.feature-block h6 {
    font-size: 17px;
    color: #383838
}

.footer-clean {
    padding: 50px 0;
    background-color: #0747a8;
    color: #4b4c4d
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0
}

.footer-clean ul a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 1.6
}

.footer-clean ul a:hover {
    opacity: 1
}

.footer-clean .item.social {
    text-align: left
}

@media(max-width: 767px) {
    .item h3 {
        margin:20px 0 10px
    }
}

@media(max-width: 768px) {
    .footer-clean .item.social {
        text-align:center
    }
}

.footer-clean .item.social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: .75
}

.footer-clean .item.social>a:hover {
    opacity: .9
}

@media(max-width: 991px) {
    .footer-clean .item.social>a {
        margin-top:40px
    }
}

@media(max-width: 767px) {
    .footer-clean .item.social>a {
        margin-top:10px
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: .6
}

ul.submenu {
    display: none;
    width: 216px;
    position: absolute;
    left: 0;
    background: #fff;
    box-shadow: #00000080 0 63px 20px;
    text-align: left;
    padding-bottom: 5px;
    top: 16px;
    border-radius: 0 0 5px 5px;
    z-index: 999;
    padding-top: 0
}

@media(max-width: 767px) {
}

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

.heading {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px
}

.thesis-help .featured-section .heading {
    color: #000;
    font-size: 46px
}

.white-heading {
    color: #fff
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center
}

.heading span {
    font-size: 51px;
    display: block;
    font-weight: 700
}

.white-heading span {
    color: #fff
}

.footer-bottom {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #dbdbdbcc
}

.footer-bottom-left h6 {
    color: #04051d;
    font-size: 15px;
    text-align: center
}

@media(max-width: 767px) {
    .footer-bottom-left h6 {
        font-size:14px;
        margin-bottom: 10px;
        text-align: center
    }
}

.footer-bottom-right {
    text-align: right;
    font-size: 13px
}

.footer-bottom-right a {
    color: #04051d;
    font-weight: 500
}

ul.last-foot li {
    padding: 3px 0
}

ul.last-foot li i {
    color: #fff
}

ul.last-foot li a {
    padding: 3px 10px
}

.testimonial {
    min-height: 460px;
    position: relative;
    background: #fff;
    background-position: center;
    background-size: cover;
    padding: 70px 0 90px
}

.testimonial-slide {
    text-align: center
}

.testimonial-slide img {
    width: 160px;
    height: 200px;
    position: relative;
    margin: 0 auto;
    object-fit: cover;
    margin-bottom: 20px
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #0747a8;
    width: 16px;
    border-radius: 50%;
    height: 16px;
    font-family: slick;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #333;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #ffb410;
    opacity: 1
}

@media(min-width: 280px) and (max-width:767px) {
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

#testimonial4 .carousel-inner .item {
    overflow: hidden
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eee;
    -webkit-border-radius: 0;
    border-radius: 0
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: 0 0;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .6s cubic-bezier(.3,1,0,1);
    transition: all .6s cubic-bezier(.3,1,0,1)
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto
}

.testimonial4_control_button .carousel-control.left:hover,.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative
}

.testimonial4_header h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center
}

.testimonial4_slide p {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px
}

.testimonial4_slide h4 {
    color: #000;
    font-size: 22px
}

.testimonial .carousel {
    padding-bottom: 50px
}

.testimonial .carousel-control-next-icon,.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px
}

section.main-banner.book-print {
    height: 600px
}

.book-print .main-banner-head {
    padding: 40px 0 42px
}

@media(min-width: 280px) and (max-width:767px) {
    .book-print .main-banner-head {
        padding:0 0 2px!important
    }
}

.book-print .main-banner-head span {
    color: var(--color);
    border-bottom: 3px solid var(--color)
}

section.story {
    background: #fff;
    width: 100%;
    height: auto
}

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

.story .card {
    border: none
}

.bs-example {
    margin: 10px 0
}

.story-heading h1 {
    font-size: 52px;
    color: #001c3c;
    margin: 51px 0 50px;
    font-weight: 400
}

.story-heading h4 {
    color: #001c3c;
    margin: 0 0 20px
}

.story-heading p {
    color: #001c3c;
    text-align: center;
    margin: 0 0 50px
}

section.main-banner.book-print {
    height: 600px
}

.book-print .main-banner-head {
    padding: 70px 0 42px
}

.book-print .main-banner-head span {
    color: var(--color);
    border-bottom: 3px solid var(--color)
}

section.our-approach {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 30px 0 120px
}

.our-approach-heading {
    text-align: center;
    margin: 20px 0
}

.our-approach .card {
    border: none
}

.our-approach .bs-example {
    margin: 10px 0
}

.our-approach-heading h4 {
    font-size: 52px;
    color: #001c3c;
    margin: 51px 0 50px;
    font-weight: 400
}

.our-approach-heading h4 {
    color: #001c3c;
    margin: 0 0 20px
}

.our-approach-heading p {
    color: #001c3c;
    text-align: center;
    margin: 20px 0 50px
}

section.one-stop {
    width: 100%;
    background-image: url(../images/process-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 100px!important
}

.one-stop-heading {
    text-align: center;
    color: #000
}

.one-stop-heading h2 {
    padding: 100px 0 15px;
    font-size: 25px;
    font-weight: 300
}

.one-stop-heading p {
    padding: 40px 0;
    font-size: 30px;
    font-weight: 400
}

.one-stop-btn {
    padding-bottom: 100px
}

.one-stop-btn a.left {
    background: #001d3d;
    color: #fff;
    padding: 15px 60px;
    border-radius: 50px;
    margin: 0 15px
}

@media(min-width: 280px) and (max-width:767px) {
    .one-stop-btn a.left {
        margin:5px 0;
        display: block
    }
}

.one-stop-btn a.right {
    background: #fff;
    color: #001d3d;
    padding: 15px 60px;
    border-radius: 50px;
    border: 1px solid #001d3d;
    margin: 0 15px
}

@media(min-width: 280px) and (max-width:767px) {
    .one-stop-btn a.right {
        margin:5px 0;
        display: block
    }
}

section.main-banner.contact {
    position: relative;
    height: 600px;
    padding: 190px 0 10px
}

section.main-banner.contact h2 {
    text-align: center;
    color: #fff;
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 0
}

section.main-banner.contact p {
    color: #fff;
    text-align: center;
    font-size: 21px;
    padding: 12px 0
}

section.main-percent {
    padding: 138px 20px 20px
}

.contact .main-banner-head {
    padding-top: 0
}

.contact-banner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative
}

.contact-banner div {
    position: relative
}

.contact-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.contact-banner h1 {
    font-size: 52px
}

.contact-section h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px
}

.cont-link {
    text-align: center
}

.cont-link .cont-left {
    background: var(--color);
    padding: 13px 35px;
    border-radius: 50px;
    color: #000!important;
    margin: 5px 20px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 14px;
    display: inline-block
}

@media(min-width: 280px) and (max-width:767px) {
    .cont-link .cont-left {
        display:block;
        font-size: 14px
    }
}

.cont-link .cont-right {
    background: 0 0;
    padding: 15px 35px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff!important;
    margin: 28px 20px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block
}

@media(min-width: 280px) and (max-width:767px) {
    .cont-link .cont-right {
        display:block;
        font-size: 15px!important;
        margin-top: 55px!important
    }
}

.percent-head.con {
    margin-bottom: 120px
}

@media(min-width: 280px) and (max-width:767px) {
    .percent-head.con {
        width:90%;
        margin-bottom: 30px
    }
}

.left-percent-cont {
    text-align: center;
    color: #ccc8c8
}

.left-percent-cont h2 {
    padding-top: 20px;
    color: #000;
    font-size: 45px;
    font-weight: 300
}

@media(min-width: 280px) and (max-width:767px) {
    .left-percent-cont h2 {
        font-size:20px;
        font-weight: 300
    }
}

.left-percent-cont img {
    margin: 30px 0
}

.contact-form .selected-dial-code {
    padding-left: 22px!important
}

.contact-form label.error {
    display: none!important
}

.contact-form button {
    padding: 12px 32px;
    border-radius: 25px;
    color: #fff;
    background: #0747a8;
    box-shadow: 1px 1px 10px rgb(7 71 168)
}

.contact-form button:focus {
    border: none;
    outline: none
}

@media(min-width: 280px) and (max-width:767px) {
    .contact-form {
        width:100%;
        margin: auto
    }
}

.contact-form input {
    background: 0 0;
    border-radius: 50px;
    border: 1px solid #2c4a6c;
    padding: 25px;
    margin: 0;
    color: #fff
}

textarea.form-control {
    width: 100%;
    background: 0 0;
    border: 1px solid #274567;
    border-radius: 20px
}

section.footer_client_wrap.cont-client {
    margin-top: 580px
}

@media(min-width: 280px) and (max-width:767px) {
    section.footer_client_wrap.cont-client {
        margin-top:580px
    }

    .main-banner-heading ul li {
        color: #fff
    }

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

    .inner-cta a {
        font-size: 13px!important
    }

    .inner-cta h2 {
        font-size: 54px
    }

    .only-two-info h3 {
        font-size: 20px;
        line-height: 27px
    }

    .my-5 h2 {
        font-size: 20px
    }

    .col-md-6.unique-info {
        padding-left: 28px!important
    }

    section.main-why .why-head h2 {
        font-size: 27px!important
    }

    section.main-process h2 {
        font-size: 21px!important;
        font-weight: 600
    }

    .main-banner-heading span {
        font-size: 22px;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 500;
        margin-top: 12px
    }

    section.main-solution h3 {
        font-size: 20px!important
    }
}

section.ghost-services {
    background: #000813;
    width: 100%;
    height: auto;
    padding: 70px 0 80px
}

.ghost-service-head {
    text-align: center;
    color: #b5b2b2
}

.ghost-service-head h4 {
    font-size: 16px;
    color: var(--color);
    font-weight: 400
}

.ghost-service-head h4 {
    font-size: 42px;
    font-weight: 400;
    color: var(--color);
    margin: 20px 0
}

.ghost-service-head h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 12px;
    color: #fff
}

.ghost-service-head h4 {
    font-size: 16px;
    color: var(--color);
    font-weight: 400
}

.ghost-service-head p {
    font-size: 15px;
    margin: 30px 0
}

.ghost-service-btn {
    margin-top: 22px
}

.ghost-service-btn a.left {
    background: var(--color);
    color: #000;
    padding: 15px 60px;
    border-radius: 50px;
    margin: 0 15px
}

@media(min-width: 280px) and (max-width:767px) {
    .ghost-service-btn a.left {
        margin:30px 0;
        display: block
    }
}

.ghost-service-btn a.right {
    background: #fff;
    color: #001d3d;
    padding: 15px 60px;
    border-radius: 50px;
    border: 1px solid #001d3d;
    margin: 0 15px
}

@media(min-width: 280px) and (max-width:767px) {
    .ghost-service-btn a.right {
        margin:30px 0;
        display: block
    }
}

section.ghost-story {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 0 0 60px
}

.ghost-story-heading {
    text-align: center;
    margin: 20px 0
}

.ghost-story-heading h4 {
    font-size: 40px;
    color: #001c3c;
    margin: 40px 0 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0
}

section.ghost-story h3 {
    color: #000;
    font-size: 22px;
    margin: 12px
}

.main-banner-head h4 {
    text-align: center;
    color: var(--color);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase
}

.ghost-service-head h3 {
    font-size: 42px;
    font-weight: 400;
    color: var(--color);
    margin: 20px 0
}

@media(min-width: 280px) and (max-width:767px) {
    .ghost-story-heading h1 {
        font-size:22px
    }
}

.ghost-story-heading h4 {
    color: #001c3c;
    margin: 0 0 20px
}

.ghost-story-heading p {
    color: #001c3c;
    text-align: center;
    margin: 0 0 50px
}

.story-part {
    text-align: center;
    background: #000813;
    padding: 50px;
    color: #fff;
    border-radius: 15px;
    margin: 5px 0;
    width: 100%;
    height: 300px
}

.story-part:hover {
    background: var(--color);
    color: #000
}

.story-part h2 {
    margin: 12px 0;
    font-size: 16px;
    font-weight: 400
}

.story-part p {
    font-size: 12px
}

.story-part img {
    text-align: center
}

section.video-approach {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 30px 0
}

.video-approach-heading {
    text-align: center;
    margin: 20px 0
}

.video-approach-heading h4 {
    font-size: 22px;
    color: #001d3d;
    font-weight: 500
}

.video-approach-heading h1 {
    font-size: 32px;
    color: #001c3c;
    margin: 20px 0;
    font-weight: 400
}

.video-approach-heading p {
    color: #001c3c;
    text-align: center;
    margin: 20px 0 50px
}

.video-approach .bs-example {
    margin: 10px 0
}

.video-approach .card {
    border: none
}

.video-approach .card-body.text-center {
    height: 220px
}

section.celebrate {
    width: 100%;
    background-image: url(../images/celebrate-mag.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 80px 0 70px
}

section.celebrate h3 {
    color: #fff;
    font-weight: 700
}

section.celebrate img {
    padding: 20px 0
}

section.celebrate p {
    color: #d0cece;
    font-size: 12px;
    margin-top: 20px
}

.celebrate-btn {
    display: flex
}

.celebrate-btn a.cele-left {
    background: var(--color);
    color: #000;
    padding: 8px 20px;
    margin: 40px 10px;
    border-radius: 50px
}

.celebrate-btn a.cele-right {
    background: 0 0;
    color: #fff;
    padding: 8px 20px;
    margin: 40px 10px;
    border: 1px solid #fff;
    border-radius: 50px
}

.celebrate ul {
    margin: 20px 0
}

.celebrate li {
    color: #d4d4d4;
    font-size: 13px
}

.celebrate li i.far.fa-check-circle {
    color: var(--color);
    margin: 0 10px 0 0
}

span.space-left {
    margin-left: 22px
}

@media(min-width: 280px) and (max-width:767px) {
    .celebrate img {
        display:none
    }

    span.space-left {
        margin-left: 0
    }
}

section.script-services {
    background: #001d3d;
    width: 100%;
    height: auto;
    padding: 70px 0 180px
}

.script-services-head {
    text-align: center;
    color: #000813
}

.script-services-head h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.script-services-head h1 {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    margin: 20px 0
}

.script-services-head p {
    font-size: 15px;
    margin: 30px 0;
    color: #fff
}

.script-services-head h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 12px;
    color: #fff
}

.script-services-head p {
    font-size: 15px;
    margin: 30px 0
}

.script-services-btn {
    margin-top: 22px
}

.script-services-btn a.left {
    background: var(--color);
    color: #000;
    padding: 15px 60px;
    border-radius: 50px;
    margin: 0 15px
}

.script-services-btn a.right {
    background: #fff;
    color: #001d3d;
    padding: 15px 60px;
    border-radius: 50px;
    border: 1px solid #001d3d;
    margin: 0 15px
}

.service-box {
    padding: 29px
}

.service-box i {
}

.service-box img {
    margin-bottom: 17px;
    height: 60px
}

.service-box h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff
}

.service-box .service-inner-conrtent p {
    font-size: 15px;
    color: #fff
}

.btns-box {
    margin-top: 25px
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #449eff;
    padding: 8px 23px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    display: none
}

.btn-style-one:hover {
    left: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    box-shadow: 2px 2px 13px 0 rgb(80 80 80/38%)
}

.btn-style-one:hover {
    text-decoration: none
}

.btn-style-one:hover span {
    z-index: 5;
    color: #449eff
}

.services-theme-1 {
    background: -moz-linear-gradient(-45deg,#3596ff 0%,#72b6ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3596ff',endColorstr='#72b6ff',GradientType=1);
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    background: #0747a8
}

.services-theme-2 {
    background: linear-gradient(to right,#0d82ad33 0,#1b698647 100%);
    background: #449eff2e
}

.services-theme-3 {
    background: linear-gradient(to right,#ea976d69 0,#f4741838 100%);
    background: #e6eff9
}

.services-theme-4 {
    background: linear-gradient(to right,#aed8cb73 0,#9befc00f 100%);
    background: #e6eff9
}

.services-theme-5 {
    background: linear-gradient(to right,#7986c54f 0,#9788e91c 100%);
    background: #a1bbd74a
}

.services-theme-6 {
    background: linear-gradient(to right,#aeb5d84f 0,#9bd4ef94 100%)
}

section.book-writter {
    background: #fff;
    padding: 80px 0;
    text-align: center
}

section.book-writter h2 {
    color: #001d3d;
    font-size: 40px;
    margin-bottom: 50px
}

.right-writer {
    text-align: left
}

.book-writter-info {
    display: flex;
    align-items: center
}

.right-writer h4 {
    color: #001d3d;
    margin: 20px 0;
    font-size: 17px
}

.right-writer p {
    color: #001d3d;
    font-size: 14px
}

@media(min-width: 280px) and (max-width:767px) {
    .book-writter-info img {
        display:none
    }
}

section.cover-design {
    background: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 70px 0 0
}

.cover-design-head {
    text-align: center;
    color: #000813
}

.cover-design-head h4 {
    font-size: 16px;
    color: #000813;
    font-weight: 400
}

.cover-design-head h1 {
    font-size: 42px;
    font-weight: 400;
    color: #000813;
    margin: 20px 0
}

.cover-design-head p {
    font-size: 15px;
    margin: 30px 0
}

.cover-design-head h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px
}

.cover-design-head p {
    font-size: 15px;
    margin: 30px 0
}

section.color-design {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 70px 0 0
}

.color-design-head h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px
}

section.illustration {
    width: 100%;
    background-image: url(../images/cover-design-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    padding: 110px 0 0
}

@media(min-width: 280px) and (max-width:767px) {
    section.illustration {
        height:780px
    }
}

section.illustration img {
    margin: auto;
    display: block
}

section.illustration h3 {
    color: #fff;
    font-weight: 700;
    font-size: 44px
}

section.illustration p {
    color: #fff;
    font-size: 17px;
    margin-top: 40px
}

.illustration-btn {
    display: flex
}

.illustration-btn a.left {
    background: var(--color);
    color: #000;
    padding: 12px 40px;
    margin: 40px 10px;
    font-size: 12px;
    border-radius: 50px
}

.illustration-btn a.right {
    background: #fff;
    color: #001d3d;
    font-size: 12px;
    padding: 12px 40px;
    margin: 40px 10px;
    border: 1px solid #fff;
    border-radius: 50px
}

@media(min-width: 280px) and (max-width:767px) {
    .illustration-btn a.left {
        padding:12px 20px
    }
}

.illustration .col-md-3 {
    display: inline-block;
    margin-left: -4px
}

.illustration .col-md-3 img {
    width: 100%;
    height: auto
}

.action-adventure h2 {
    font-size: 32px;
    color: #001d3d;
    text-align: left
}

@media(max-width: 767px) {
    .action-adventure h2 {
        margin-top:12px
    }
}

.action-adventure p {
    font-size: 12px;
    text-align: left
}

img.line-yellow {
    margin-right: auto;
    display: block
}

.action-adventure a.nav-link.active {
    color: var(--color);
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
    text-align: left
}

.action-adventure a.nav-link {
    padding: 2px 32px;
    font-size: 19px;
    color: #001d3d;
    width: 300px!important;
    text-align: left
}

.one-stop-btn.bt-space {
    margin-bottom: 100px
}

section.book-marketing {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 30px 0 120px
}

.book-marketing-heading {
    text-align: center
}

.market-image img {
    margin: auto;
    display: block;
    width: 80%
}

.market-left {
    margin: 30px 0
}

.market-right {
    text-align: right;
    margin: 30px 0
}

.book-marketing-heading h1 {
    font-size: 52px;
    color: #001c3c;
    margin: 0 0 20px;
    font-weight: 400
}

.book-marketing h2 {
    color: #001d3d;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0
}

.book-marketing h3 {
    font-size: 20px;
    color: #001d3d;
    font-weight: 700;
    margin: 12px 0
}

.book-marketing-heading p {
    color: #001c3c;
    text-align: center;
    margin: 20px 0 50px
}

.book-marketing p {
    font-size: 12px;
    color: #001d3d
}

.promo-section h2 {
    font-size: 33px;
    margin-bottom: 10px
}

section.pricing-services-section {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 0 0
}

.pricing-services-heading {
    text-align: center;
    margin: 20px 0
}

img.line-yellow {
    margin-left: auto;
    display: block
}

.pricing-services-heading h1 {
    font-size: 52px;
    color: #001c3c;
    margin: 51px 0 50px;
    font-weight: 400
}

.pricing-services h2 {
    font-size: 32px;
    color: #001d3d;
    text-align: left
}

@media(max-width: 767px) {
    .pricing-services h2 {
        margin-top:12px
    }
}

.pricing-services-heading p {
    font-size: 14px;
    text-align: left;
    color: #001d3d;
    padding: 25px 0
}

.pricing-services-heading a.nav-link.active {
    color: var(--color);
    text-decoration: underline;
    border-bottom: none
}

.pricing-services-heading a.nav-link {
    width: 100%;
    display: block;
    padding: 5px 20px;
    color: #001d3d;
    text-align: left
}

.price-standard h4 {
    text-align: left;
    color: var(--color);
    font-weight: 700;
    padding: 5px
}

.price-standard {
    margin: 10px 0
}

.price-standard ul {
    width: 100%;
    margin-bottom: 20px
}

.price-standard ul li {
    list-style: disc;
    text-align: left;
    margin-left: 20px
}

.price-standard button.left {
    background: #001d3d;
    color: #fff;
    border-radius: 50px;
    padding: 9px 30px;
    font-size: 15px;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: -40px
}

@media(max-width: 1176px) {
    .price-standard button.left {
        position:unset
    }
}

.price-standard button.right {
    background: #fff;
    color: #001d3d;
    border-radius: 50px;
    padding: 9px 30px;
    font-size: 15px;
    border: 1px solid #001d3d;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: -40px
}

@media(max-width: 1176px) {
    .price-standard button.right {
        position:unset
    }
}

section.services-menu {
    background: var(--color);
    width: 100%;
    height: auto;
    color: #000;
    padding: 80px 0 100px
}

section.services-menu h1 {
    color: #001d3d;
    font-size: 23px;
    font-weight: 700
}

section.services-menu p {
    font-size: 13px;
    margin: 21px 0;
    color: #001d3d;
    font-weight: 500
}

section.about-editing {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 60px 0
}

.about-editing-heading {
    text-align: center
}

.about-editing-heading h4 {
    font-size: 42px;
    font-weight: 400;
    color: #043469
}

.about-editing-heading h2 {
    color: #022e5f;
    font-weight: 600
}

.about-editing-heading p {
    font-size: 14px;
    color: #001d3d;
    padding: 25px 0
}

@media(min-width: 280px) and (max-width:767px) {
    .about-editing-heading p {
        text-align:justify
    }
}

section.about-menu {
    background: url(../images/about-sect.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    color: #000;
    padding: 35px 0 146px;
    text-align: center
}

@media(min-width: 280px) and (max-width:767px) {
    section.about-menu {
        background:var(--color);
        padding: 35px 0
    }
}

section.about-menu .left h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 700
}

section.about-menu .left p {
    font-size: 13px;
    margin: 21px 0;
    color: #fff;
    font-weight: 500
}

section.about-menu .right p {
    font-size: 13px;
    margin: 21px 0;
    color: #001d3d;
    font-weight: 500
}

.ban-review-btn {
    display: inline-block;
    margin-left: 30px;
    text-decoration: none
}

.ban-review-btn:hover {
    text-decoration: none
}

.ban-review-btn li {
    display: inline-block;
    margin: 0 1px
}

.ban-review-btn i {
    font-size: 15px;
    color: #ffc107
}

.ban-review-btn img {
    display: block;
    margin-bottom: 1px
}

.ban-review-btn span {
    font-size: 14px;
    font-weight: 700;
    color: #484848
}

@media(max-width: 767px) {
    section.about-menu .left p {
        text-align:justify
    }

    section.about-menu .right p {
        text-align: justify
    }
}

section.about-menu .right h4 {
    color: #001d3d;
    font-size: 23px;
    font-weight: 700
}

.port-modal .modal-dialog {
    max-width: 1170px
}

.port-modal button.close {
    margin-left: auto
}

.port-modal img {
    display: block;
    margin: auto
}

.modal-header {
    border: none;
    padding: 0
}

.portfolio_d_r {
    text-align: left
}

.portfolio_d_r h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin: 8px 0;
    color: #333
}

.portfolio_d_r h6 {
    font-size: 14px;
    margin-bottom: 18px
}

.portfolio_d_r h4 {
    font-weight: 700;
    color: #666;
    font-size: 20px;
    padding: 8px 0
}

.portfolio_d_r p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

/*!* Pop new Start*!*/
a.interested {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1
}

a.interested div.circle {
    width: 101px;
    height: 101px;
    position: absolute;
    top: -59px;
    left: 50%;
    margin: 0 0 0 -50px;
    background: url(../images/sprite.png) -7px -326px no-repeat
}

a.interested div.circle span {
    width: 95px;
    height: 35px;
    display: block;
    position: absolute;
    top: -19px;
    left: 50%;
    margin: 0 0 0 -48px;
    text-indent: -9999px;
    text-align: left;
    background: url(../images/sprite.png) -7px -286px;
    transition: transform .4s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 75px;
    transform-origin: 50% 75px;
    z-index: 9999999999999999
}

a.interested div.circle b {
    position: absolute;
    top: 51%;
    left: 52%;
    width: 18px;
    height: 17px;
    display: block;
    margin: -9px 0 0 -12px;
    background: url(../images/sprite.png) -129px -345px no-repeat;
    -webkit-animation: arrow 1s infinite ease-in;
    animation: arrow 1s infinite ease-in
}

a.interested:hover div.circle {
    background-position: -5px -448px;
    width: 101px;
    height: 101px
}

a.interested:hover div.circle span {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

a.interested:hover div.circle b {
    background-position: -127px -377px;
    width: 18px;
    height: 17px
}

#video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff
}

#video-popup-close {
    content: "/f00d";
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    height: 500px;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    opacity: .8;
    width: 100%;
    height: 100%
}

#video-popup-close:hover {
    color: #de0023
}

.youtube-modal-popup .modal-content {
    background: 0 0!important;
    border: none
}

.youtube-modal-popup .modal-header {
    border: none;
    margin-left: auto
}

.youtube-modal-popup button.close {
    color: var(--color);
    background: #000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    opacity: unset
}

.youtube-modal-popup iframe {
    width: 100%
}

.wri-sec {
    padding: 30px 0;
    background: #f5ac2b38
}

section.wri-sec.markt-cta.markt-page-cta {
    background: url(../images/martkt-cta-bg.jpg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.markt-cta img {
    width: 100%
}

.wri-sec .hd-txt {
    text-align: left
}

.hd-txt h3 {
    font-size: 52px;
    color: #201f1c;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .hd-txt h3 {
        font-size:30px;
        padding: 12px 0
    }
}

.hd-txt p {
    font-size: 14px;
    color: #666;
    font-weight: 300
}

.edi-btn-st {
    display: flex;
    align-items: center
}

@media(max-width: 767px) {
    .edi-btn-st {
        display:block
    }
}

.edi-btn-st .bnr-btn {
    margin-top: 20px
}

@media(max-width: 767px) {
    .edi-btn-st .bnr-btn {
        margin-bottom:30px
    }
}

a.btn-sts.strd-btn {
    background: #f5ac2b
}

.btn-sts {
    padding: 13px 18px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .4px;
    text-decoration: none!important;
    transition: .3s all ease-in-out;
    width: 100%
}

a.btn-sts.livcht-btn {
    background: #201f1c;
    margin-left: 15px
}

.edit-call {
    padding-left: 25px;
    padding-top: 20px
}

.edit-call a {
    color: #201b1c;
    text-decoration: none
}

.edit-call a span {
    color: #f5ac2b;
    padding: .4px 15px;
    background: #f5ac2b;
    font-size: 1.4px;
    margin: 0 8px;
    position: relative;
    top: -4px
}

.proc-we-follow {
    padding: 50px 0
}

.hd-txt {
    text-align: center;
    padding-bottom: 50px
}

.process-we-box {
    background-color: #fff;
    box-shadow: 0 14px 22px 0 rgb(0 0 0/4%);
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 30px
}

.process-we-box:hover {
    box-shadow: 0 14px 14px 0 rgba(192,182,44,.1)
}

.process-we-box h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    min-height: 55px
}

.process-we-box:hover h3 {
    color: #f5ac2b;
    cursor: pointer
}

.process-we-box p {
    min-height: 100px
}

.proces-follow-col {
    display: inline-flex;
    justify-content: center
}

@media(max-width: 900px) {
    .proces-follow-col {
        display:block
    }
}

.col-sm-12.p0 {
    display: flex
}

@media(max-width: 900px) {
    .col-sm-12.p0 {
        display:block
    }
}

.need-bx {
    padding: 70px 0 50px;
    width: 100%;
    background-image: url(../images/cover-design-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.need-bx h4 {
    font-size: 38px;
    color: #ffff;
    font-weight: 500;
    margin-top: 120px;
    margin-bottom: 20px
}

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

.need-bx a {
    width: 167px;
    display: inline-block;
    height: 35px;
    background-color: #f5ac2b;
    text-align: center;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 20px
}

.need-img img {
    width: 100%
}

section.video-bx video {
    width: 100%
}

.foot_mid {
    background: #111;
    padding: 30px 0;
    overflow: hidden;
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0
}

.foot_mbox {
    text-align: left;
    color: #fff
}

.foot_mbox h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.sec1_box {
    width: 100%;
    border-right: 2px solid rgba(22,33,51,.1)
}

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

.sec1_box_icon img {
    max-width: 100%
}

.no_space {
    padding-right: 0;
    padding-left: 0
}

.sec1_box p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 2px
}

ul {
    list-style: none
}

.sec1_box ul li {
    display: inline-block;
    color: #fe9004;
    font-size: 17px
}

.sec1_box h5 {
    font-size: 39px;
    color: #fff;
    font-weight: 500
}

.inner-page-1 p {
    color: #000;
    text-align: justify;
    font-size: 14px;
    padding-top: 10px
}

.inner-page-1 h2 {
    font-weight: 600;
    color: #fe9004!important
}

.inner-page-1 .svg-inline--fa {
    display: none
}

.inner-page-1 p.mb-0 {
    padding-bottom: 10px
}

.inner-page-2 h1 {
    font-weight: 600;
    color: #fe9004
}

.inner-page-2 p {
    color: #000;
    text-align: justify;
    font-size: 14px
}

.inner-page-1 ul li {
    font-size: 13px;
    list-style-image: linear-gradient(to right bottom,#fe9004,var(--color));
    color: #000;
    font-weight: 700;
    line-height: 2
}

.inner-page-2 h2 {
    font-weight: 600;
    color: #fe9004;
    line-height: 50px
}

.inner-page-2 h4 {
    font-weight: 600;
    line-height: 40px;
    color: #000;
    font-size: 20px
}

.inner-page-2 ul li {
    font-size: 13px;
    list-style-image: linear-gradient(to right bottom,#fe9004,var(--color));
    color: #000;
    font-weight: 700;
    line-height: 2
}

.bgap {
    padding: 20px 0 0;
    margin: 0;
    font-size: 21.5px
}

.pd-tb {
    padding: 5px!important
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.my-5 h2 {
    font-size: 30px;
    color: #000
}

.my-5 li.pd-tb {
    color: #000!important
}

.my-5 .bg-high-blue {
    padding-top: 40px
}

.col-md-6.unique-info {
    padding-left: 119px
}

.only-two-info h3 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    line-height: 2
}

.only-two-info h4 {
    color: #000;
    font-weight: 600
}

.only-two-info p {
    color: #000;
    font-weight: 400
}

section.container.my-5.s-why.only-two-info {
    text-align: center;
    line-height: 32px
}

.lead-touch-point a.btn-bg-dark {
    margin-right: 20px;
    background: #0747a8;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid;
    border-color: transparent;
    transition: .5s
}

.lead-touch-point a {
    text-decoration: none
}

.lead-touch-point a.btn-bg-dark:hover {
    background: 0 0!important;
    color: #0747a8!important;
    border-color: #0747a8
}

.lead-touch-point a.btn-bg-light {
    background: 0 0;
    color: #fff;
    border-color: #fff;
    transition: .5s;
    border: 2px solid;
    padding: 13px 40px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px
}

.lead-touch-point a.btn-bg-light:hover {
    background: #ffc509;
    border-color: transparent;
    color: #000
}

.lead-touch-point a.whats-app-btn {
    background: 0 0;
    color: #51b27e;
    border-color: #51b27e;
    transition: .5s;
    border: 2px solid;
    padding: 13px 40px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px
}

.lead-touch-point a.whats-app-btn:hover {
    background: #51b27e;
    border-color: transparent;
    color: #fff
}

section.inner-cta {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 60px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative
}

section.inner-cta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001022;
    background: linear-gradient(91deg,rgb(233 233 233) 0%,rgb(255 255 255/69%) 75%)
}

.left-side h2 {
    font-size: 54px;
    font-weight: 700
}

section.inner-cta .left-side {
    top: auto;
    bottom: -50%;
    margin: 0 auto
}

section.inner-cta .left-side img {
    width: 100%
}

section.top1 {
    font-size: inherit;
    color: #fff;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    margin-bottom: 50px;
    padding-top: 31px
}

.offer-content {
    position: relative
}

.sample-essay .sample-holder {
    box-shadow: 0 5px 25px #bbb;
    word-wrap: break-word
}

.p-5 {
    padding: 3rem!important
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 21px 11px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

select.form-control[multiple],select.form-control[size],textarea.form-control {
    height: auto
}

textarea.form-control1 {
    width: 100%;
    background: 0 0;
    border: 1px solid #ced4da;
    height: 100px
}

h3.text-center1 {
    text-align: center;
    color: #000;
    font-size: 30px
}

.why-chosse-us {
    background: #fff;
    padding: 15px;
    position: relative;
    margin-top: 50px;
    box-shadow: 2px 2px 4px rgb(96 96 96/50%);
    border: 1px solid #c9c9c9;
    border-radius: 11px
}

.feature-box i {
}

.feature-box {
    height: 100%;
    padding: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.feature-box svg {
    margin-bottom: 5px;
    width: 59px
}

.feature-box h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px
}

.feature-box p {
    font-size: 15px;
    color: #303030
}

.grey-color {
    color: #303030
}

#svg-document .st3 {
    fill: #fff
}

#svg-document .st0 {
    fill: #000
}

#svg-document .st1 {
    fill: var(--color)
}

#svg-price .st0 {
    fill: #000
}

#svg-price .st2 {
    fill: var(--color)
}

#svg-writer .st0 {
    fill: #000
}

#svg-writer .st6 {
    fill: #fae1ca
}

#svg-writer .st5 {
    fill: var(--color)
}

#svg-writer .st4 {
    fill: #f1b9a1
}

#svg-writer .st3 {
    fill: #fff
}

#svg-writer .st1 {
    fill: #fff
}

#svg-writer .st2 {
    fill: #b5b6b6
}

.truck-sec svg {
    width: 80px
}

.cls-1 {
    fill: var(--color)
}

.cls-2 {
    fill: #0964c7
}

.cls-3 {
    fill: none;
    stroke: #231f20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 7px
}

.cls-4 {
    fill: #a0a0a0
}

.cls-5 {
    fill: #828282
}

.cls-6 {
    fill: #62636f
}

.cls-7 {
    fill: #42424d
}

.single-promo span {
    font-size: 70px;
    line-height: inherit;
    margin-bottom: 20px
}

.single-promo-1 {
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.12);
    border-radius: 1.5rem!important
}

.single-promo-1 span {
    font-size: 35px;
    background-image: url(../images/services.png);
    background-repeat: no-repeat;
    background-position: 0 -41px;
    width: 161px;
    height: 126px;
    display: inline-block;
    margin: 0;
    padding-top: 9px;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto
}

.single-promo {
    overflow: hidden
}

.single-promo-1 span i {
    font-size: 32px;
    color: #000;
    margin-top: -22px
}

.single-promo .hover {
    position: absolute;
    opacity: 0;
    width: 100%;
    font-size: 14px;
    height: 100%;
    background: #ffc509;
    left: 0;
    top: 0;
    line-height: 19px;
    color: #3e3232;
    padding: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    text-decoration: none;
    transition: all 500ms ease;
    z-index: 100
}

@media(max-width: 900px) {
    .single-promo .hover {
        opacity:0!important
    }
}

.single-promo .hover:hover {
    opacity: 1
}

.single-promo img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px
}

.single-promo .img-full-box {
    width: auto!important;
    height: auto!important
}

.single-promo-hover {
    transition: all .2s ease-out;
    will-change: transform
}

@media(min-width: 900px) {
    .single-promo-hover:hover {
        box-shadow:0 1rem 3rem rgba(31,45,61,.125)!important
    }

    .contact-banner-heading {
        height: 248px;
        margin: auto;
        align-items: center
    }
}

.steps-wrapper .step {
    background: #ecffe5;
    padding: 14px 0;
    color: #fff;
    border-radius: 50px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0
}

.steps-wrapper .step h5 {
    margin: 0;
    color: #01b636
}

.steps-wrapper .step i {
    margin-top: -13px;
    float: left;
    font-size: 22px;
    color: #fff;
    background: #01b636;
    padding: 14px;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 1px
}

.steps-wrapper .data {
    padding: 15px 67px 0
}

.steps-wrapper .image-position {
    position: absolute;
    bottom: -48px
}

.keytable table tr th {
    background-color: #3c3c3c;
    text-align: center;
    border: 1px solid #3c3c3c;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.keytable table tr:nth-child(odd) {
    background-color: rgba(179,180,181,.1)
}

.keytable table tr th {
    background-color: #3c3c3c;
    text-align: center;
    border: 1px solid #3c3c3c;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.keytable table tr td {
    border: 1px solid #ddd;
    text-align: center;
    width: 50%;
    font-size: 14px
}

.truck-svg {
    width: 80px
}

.yellow-color {
    color: var(--color)
}

input.error {
    border: 1px solid red
}

#banner-form label.error {
    display: none!important
}

label.error {
    font-size: 14px;
    position: absolute;
    bottom: -29px;
    left: 3px;
    color: #f5f5f5;
    font-weight: 300
}

@media(max-width: 767px) {
    .banner-list {
        flex-direction:column;
        margin: 22px 0
    }

    .banner-list li::after {
        content: none
    }

    .main-banner-heading h4 {
        text-align: left;
        color: #fff
    }

    .main-banner-heading p {
        margin-bottom: 10px
    }

    .style-btn {
        margin-left: 0!important;
        margin-bottom: 12px;
        width: 250px;
        display: block
    }

    .banner-list li {
        margin-bottom: 11px;
        align-items: start
    }

    .navbar-brand img {
        width: 165px;
        margin-top: 0
    }

    .navbar-toggler {
        margin-top: 5px;
        font-size: 22px
    }

    section.main-banner {
        padding-top: 80px;
        padding-bottom: 0;
        background-size: cover;
        background-repeat: no-repeat
    }

    .navbar {
        padding: 0
    }

    section.main-percent {
        padding: 0;
        margin-top: 120px
    }

    section.main-banner.contact {
        height: auto;
        padding-top: 101px
    }

    .left-percent-cont h2 {
        color: #fff
    }

    .contact .main-banner-head h1 {
        line-height: 0
    }
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0,0,0,.62);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    left: 0
}

#entry-popup .entry-box {
    background: url(assets/images/pop-up-book.html);
    width: 100%;
    max-width: 480px!important;
    min-height: 450px;
    position: relative;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat!important;
    border: unset;
    border-radius: 15px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background-size: 100% 100%
}

#entry-popup .entry-box form {
    padding: 49px 20px 4px;
    position: relative;
    z-index: 2
}

#entry-popup a#entry-box_close {
    background-color: #000;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    color: var(--color);
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: -13px;
    z-index: 999
}

.entry-box h2 {
    font-size: 37px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 7px;
    display: block
}

.entry-box h2 span {
    color: var(--color)
}

#entry-popup .entry-box input::placeholder {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .entry-box h2 {
        font-size:30px;
        max-width: 400px
    }
}

.entry-right {
    width: 100%
}

#entry-popup .entry-box .form-control {
    height: 40px;
    margin: 15px auto!important;
    background: #fff0!important;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #fff;
    box-shadow: rgb(100 100 111/20%) 0 7px 29px 0
}

@media only screen and (max-width: 767px) {
    #entry-popup .entry-box .form-control {
        width:100%
    }
}

#entry-popup .entry-box textarea.form-control {
    height: 100px;
    margin-bottom: 20px!important;
    border-radius: .25rem!important;
    background-color: #fff!important;
    text-align: left;
    resize: none
}

#entry-popup .entry-box button {
    background: #000;
    color: var(--color);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 1px
}

@media only screen and (max-width: 767px) {
    #entry-popup .entry-box button {
        margin:0 auto;
        display: block
    }
}

.subjects {
    padding: 12px;
    color: #000;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    margin-bottom: 15px;
    text-align: center;
    border-image-source: linear-gradient(to left,#7e7e7e,#7e7e7e);
    height: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.subjects i {
    font-size: 28px;
    margin-bottom: 7px;
    color: #ffc509;
    background: #000;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

.subjects h4 {
    font-size: 19px;
    margin-bottom: 0
}

.sliders-btn-for-mobile {
    margin-top: 10px;
    display: none
}

.sliders-btn-for-mobile a {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 7px;
    text-decoration: none
}

.sliders-btn-for-mobile a i {
    font-size: 18px;
    color: #fff
}

@media(max-width: 768px) {
    .sliders-btn-for-mobile {
        display:flex
    }

    .testimonial-slide {
        max-width: 100%
    }
}

.samples-card {
    padding: 12px;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    min-height: 208px;
    margin-bottom: 15px
}

.samples-card img {
    margin-right: 23px;
    position: relative
}

.samples-card .samples-content h2 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px
}

.samples-card .samples-content h4 {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 500
}

.samples-btns {
    margin: 0;
    margin-top: 10px
}

.samples-card a {
    text-decoration: none;
    color: #000
}

.style-dark-theme {
    background-color: #000;
    color: var(--color)!important
}

.samples-info p {
    margin-right: 13px;
    font-size: 15px;
    font-weight: 400;
    color: #626262
}

.sample-sec h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

.cta-text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    margin-bottom: 1.2rem;
    color: #464646
}

#discount_price {
    font-size: 28px;
    font-weight: 600
}

.icon-box-icon i {
    font-size: 32px
}

.underline-heading {
    width: 59px;
    height: 10px;
    background: url(../images/css_sprites.png) -350px -341px;
    display: inline-block
}

.services-content {
    padding: 10px
}

.services-content h6 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px
}

.services-content p {
    line-height: 1.3
}

.services-content a {
    display: inline-block
}

.discount-ribbon {
    position: absolute;
    top: -32px;
    background: #ff0;
    padding: 8px 8px 6px;
    border-radius: 4px;
    left: -65px;
    font-weight: 800;
    width: 67px;
    font-size: 24px;
    line-height: 17px;
    border-radius: 5px 0 0 5px
}

.discount-ribbon span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 5px;
    display: inline-block
}

.brr25px {
    border-top-left-radius: 25px!important;
    border-bottom-left-radius: 25px!important
}

.cta-form input {
    border-radius: 0;
    border: none;
    border-left: 1px solid #c7c7c7;
    padding: 21px 25px;
    color: #000
}

.cta-form ul {
    color: #000
}

.cta-form .flag-container {
    color: #000
}

.cta-form button {
    background: #000;
    color: #fff;
    height: 100%;
    min-width: 161px;
    border-radius: 0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px
}

.cta-form button:hover {
    color: inherit
}

@media(max-width: 767px) {
    section.top1 {
        height:auto;
        padding: 24px 10px;
        margin-bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background: #8ac1fb
    }

    section.top1 .heading {
        font-size: 25px
    }

    .cta-form input {
        border-radius: 25px!important;
        padding: 23px 25px;
        color: #000;
        margin-bottom: 17px
    }

    .cta-form ul {
        color: #000
    }

    .cta-form .flag-container {
        color: #000
    }

    .cta-form button {
        background: #000;
        color: #fff;
        border-radius: 25px;
        padding: 11px;
        height: auto;
        position: relative;
        margin-top: 15px;
        width: 100%;
        height: 46px
    }

    .cta-form button:hover {
        color: inherit
    }

    .samples-card {
        flex-direction: column;
        align-items: start!important;
        padding: 15px!important
    }

    .samples-btns {
        margin-top: 20px
    }

    .calculate_order h3 {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        line-height: 1.1;
        margin-bottom: 5px
    }

    .heading span {
        font-size: 26px
    }

    .cta-text h2 {
        font-size: 27px;
        font-weight: 700;
        margin-bottom: 2px!important
    }

    .contact-banner {
        height: auto;
        padding: 110px 0 70px
    }

    .contact-banner h1 {
        font-size: 38px
    }

    .contact-section h2 {
        font-size: 26px;
        margin-bottom: 16px
    }

    #discount_price {
        font-size: 25px;
        font-weight: 600
    }

    .total_prices {
        padding: 7px 0
    }

    .banner-separate-col::before {
        content: none
    }

    .banner-separate-col::after {
        content: none
    }

    .banner-separate-col {
        padding: 0
    }

    .btn-submit {
        height: 100%
    }

    .banner-container {
        padding: 8px
    }

    .form-inner {
        padding: 12px;
        margin-left: 4px
    }

    .ban-review-btn {
        display: inline-block;
        margin-left: 0;
        text-decoration: none;
        background: #fff;
        padding: 8px 58px;
        height: auto!important;
        display: none
    }

    .discount-ribbon {
        top: -39px;
        right: 0;
        border-radius: 3px;
        left: inherit
    }

    .fixed-btn {
        position: fixed;
        left: 15px;
        bottom: 20px
    }

    .feature-block {
        margin-bottom: 15px
    }

    .feature-block.mt-30 {
        margin-top: 0
    }

    .fixed-btn {
        display: none!important
    }
}

input.error {
    background-color: #ffc6c6!important;
    border: 1px solid red
}

.yellow-color {
    color: #ff0
}

.discount-offer {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-name: heartBeat;
    animation-timing-function: ease-in-out;
    display: inline-block
}

@-webkit-keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.05)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.1)
    }

    70% {
        transform: scale(1)
    }
}

.services_icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex: 0 0 72px;
    margin-right: 25px;
    margin-top: 16px
}

.bg-icon_22 {
    width: 54px;
    height: 61px;
    background: url(../images/css_sprites.png) -10px -760px;
    display: inline-block
}

.bg-icon_23 {
    width: 54px;
    height: 61px;
    background: url(../images/css_sprites.png) -84px -760px;
    display: inline-block
}

.bg-icon_24 {
    width: 54px;
    height: 61px;
    background: url(../images/css_sprites.png) -158px -760px;
    display: inline-block
}

.bg-icon_25 {
    width: 54px;
    height: 61px;
    background: url(../images/css_sprites.png) -232px -760px;
    display: inline-block
}

.bg-icon_26 {
    width: 54px;
    height: 61px;
    background: url(../images/css_sprites.png) -306px -760px;
    display: inline-block
}

.bg-icon_27 {
    width: 54px;
    height: 61px;
    background: url(../images/css_sprites.png) -380px -760px;
    display: inline-block
}

.bg-icon_62 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -863px -644px;
    display: inline-block
}

.bg-icon_63 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -863px -713px
}

.bg-icon_64 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -587px -311px;
    display: inline-block
}

.bg-icon_65 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -79px -841px
}

.bg-icon_66 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -147px -841px;
    display: inline-block
}

.bg-icon_67 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -215px -841px
}

.bg-icon_68 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -283px -841px;
    display: inline-block
}

.bg-icon_69 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -351px -841px
}

.bg-icon_70 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -419px -841px;
    display: inline-block
}

.bg-icon_71 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -487px -841px
}

.bg-icon_72 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -555px -841px;
    display: inline-block
}

.bg-icon_73 {
    width: 48px;
    height: 49px;
    background: url(../images/css_sprites.png) -623px -841px
}

.bg-icon_118 {
    width: 34px;
    height: 34px;
    background: url(../images/css_sprites.png) -996px -670px;
    display: inline-block
}

.bg-icon_119 {
    width: 34px;
    height: 34px;
    background: url(../images/css_sprites.png) -996px -724px;
    display: inline-block
}

.bg-icon_120 {
    width: 34px;
    height: 34px;
    background: url(../images/css_sprites.png) -996px -778px;
    display: inline-block
}

.bg-icon_74 {
    width: 48px;
    height: 54px;
    background: url(../images/css_sprites.png) -680px -760px;
    display: inline-block
}

.bg-icon_75 {
    width: 48px;
    height: 54px;
    background: url(../images/css_sprites.png) -748px -760px;
    display: inline-block
}

.bg-icon_76 {
    width: 48px;
    height: 54px;
    background: url(../images/css_sprites.png) -863px -10px;
    display: inline-block
}

.bg-icon_77 {
    width: 113px;
    height: 115px;
    background: url(../images/css_sprites.png) -518px -176px;
    display: inline-block
}

.bg-icon_78 {
    width: 95px;
    height: 95px;
    background: url(../images/css_sprites.png) -129px -380px;
    display: inline-block
}

.bg-icon_79 {
    width: 99px;
    height: 99px;
    background: url(../images/css_sprites.png) -10px -380px;
    display: inline-block
}

.bg-icon_80 {
    width: 66px;
    height: 71px;
    background: url(../images/css_sprites.png) -466px -499px;
    display: inline-block
}

.bg-icon_81 {
    width: 66px;
    height: 71px;
    background: url(../images/css_sprites.png) -552px -499px;
    display: inline-block
}

.bg-icon_82 {
    width: 66px;
    height: 71px;
    background: url(../images/css_sprites.png) -102px -590px;
    display: inline-block
}

.bg-icon_83 {
    width: 66px;
    height: 71px;
    background: url(../images/css_sprites.png) -188px -590px;
    display: inline-block
}

.bg-icon_4 {
    width: 64px;
    height: 51px;
    background: url(../images/css_sprites.png) -434px -682px;
    display: inline-block
}

.bg-icon_5 {
    width: 64px;
    height: 51px;
    background: url(../images/css_sprites.png) -518px -682px;
    display: inline-block
}

.bg-icon_6 {
    width: 64px;
    height: 51px;
    background: url(../images/css_sprites.png) -602px -682px;
    display: inline-block
}

.bg-icon_7 {
    width: 38px;
    height: 45px;
    background: url(../images/css_sprites.png) -996px -72px;
    display: inline-block
}

.bg-icon_8 {
    width: 38px;
    height: 45px;
    background: url(../images/css_sprites.png) -996px -137px;
    display: inline-block
}

.bg-icon_9 {
    width: 38px;
    height: 45px;
    background: url(../images/css_sprites.png) -996px -202px;
    display: inline-block
}

.bg-icon_10 {
    width: 38px;
    height: 45px;
    background: url(../images/css_sprites.png) -996px -267px;
    display: inline-block
}

.bg-icon_11 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -262px;
    display: inline-block
}

.bg-icon_12 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -345px;
    display: inline-block
}

.bg-icon_13 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -428px;
    display: inline-block
}

.bg-icon_14 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -511px;
    display: inline-block
}

.bg-icon_15 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -594px;
    display: inline-block
}

.bg-icon_16 {
    width: 58px;
    height: 63px;
    background: url(../images/css_sprites.png) -784px -677px;
    display: inline-block
}

.bg-icon_18 {
    width: 94px;
    height: 71px;
    background: url(../images/css_sprites.png) -10px -499px;
    display: inline-block
}

.bg-icon_19 {
    width: 94px;
    height: 71px;
    background: url(../images/css_sprites.png) -124px -499px;
    display: inline-block
}

.bg-icon_20 {
    width: 94px;
    height: 71px;
    background: url(../images/css_sprites.png) -238px -499px;
    display: inline-block
}

.bg-icon_21 {
    width: 94px;
    height: 71px;
    background: url(../images/css_sprites.png) -352px -499px;
    display: inline-block
}

.bg-icon_121 {
    width: 78px;
    height: 78px;
    background: url(../images/css_sprites.png) -686px -10px;
    display: inline-block
}

.bg-icon_122 {
    width: 78px;
    height: 78px;
    background: url(../images/css_sprites.png) -686px -108px;
    display: inline-block
}

.bg-icon_123 {
    width: 78px;
    height: 78px;
    background: url(../images/css_sprites.png) -686px -206px;
    display: inline-block
}

.bg-icon_86 {
    width: 148px;
    height: 146px;
    background: url(../images/css_sprites.png) -350px -10px;
    display: inline-block
}

.bg-icon_87 {
    width: 148px;
    height: 146px;
    background: url(../images/css_sprites.png) -350px -176px;
    display: inline-block
}

.bg-icon_84 {
    width: 37px;
    height: 32px;
    background: url(../images/css_sprites.png) -996px -566px;
    display: inline-block
}

.bg-icon_85 {
    width: 37px;
    height: 32px;
    background: url(../images/css_sprites.png) -996px -618px;
    display: inline-block
}

.bg-icon_88 {
    width: 59px;
    height: 64px;
    background: url(../images/css_sprites.png) -784px -10px;
    display: inline-block
}

.bg-icon_89 {
    width: 59px;
    height: 64px;
    background: url(../images/css_sprites.png) -784px -94px;
    display: inline-block
}

.bg-icon_90 {
    width: 59px;
    height: 64px;
    background: url(../images/css_sprites.png) -784px -178px;
    display: inline-block
}

.bg-icon_91 {
    width: 42px;
    height: 44px;
    background: url(../images/css_sprites.png) -931px -751px;
    display: inline-block
}

.bg-icon_92 {
    width: 42px;
    height: 44px;
    background: url(../images/css_sprites.png) -931px -815px;
    display: inline-block
}

.bg-icon_93 {
    width: 45px;
    height: 47px;
    background: url(../images/css_sprites.png) -931px -282px;
    display: inline-block
}

.bg-icon_94 {
    width: 45px;
    height: 47px;
    background: url(../images/css_sprites.png) -931px -349px
}

.bg-icon_95 {
    width: 45px;
    height: 47px;
    background: url(../images/css_sprites.png) -931px -416px;
    display: inline-block
}

.bg-icon_96 {
    width: 45px;
    height: 47px;
    background: url(../images/css_sprites.png) -931px -483px
}

.bg-icon_97 {
    width: 45px;
    height: 47px;
    background: url(../images/css_sprites.png) -931px -550px;
    display: inline-block
}

.bg-icon_98 {
    width: 45px;
    height: 47px;
    background: url(../images/css_sprites.png) -931px -617px
}

.bg-icon_99 {
    width: 148px;
    height: 146px;
    background: url(../images/css_sprites.png) -518px -10px;
    display: inline-block
}

.bg-icon_100 {
    width: 63px;
    height: 63px;
    background: url(../images/css_sprites.png) -517px -590px;
    display: inline-block
}

.bg-icon_101 {
    width: 63px;
    height: 63px;
    background: url(../images/css_sprites.png) -600px -590px;
    display: inline-block
}

.bg-icon_102 {
    width: 63px;
    height: 63px;
    background: url(../images/css_sprites.png) -683px -590px;
    display: inline-block
}

.bg-icon_104 {
    width: 48px;
    height: 50px;
    background: url(../images/css_sprites.png) -863px -84px;
    display: inline-block
}

.bg-icon_105 {
    width: 48px;
    height: 50px;
    background: url(../images/css_sprites.png) -863px -154px
}

.bg-icon_106 {
    width: 48px;
    height: 50px;
    background: url(../images/css_sprites.png) -863px -224px;
    display: inline-block
}

.bg-icon_107 {
    width: 48px;
    height: 50px;
    background: url(../images/css_sprites.png) -863px -294px
}

.bg-icon_108 {
    width: 48px;
    height: 50px;
    background: url(../images/css_sprites.png) -863px -364px;
    display: inline-block
}

.bg-icon_109 {
    width: 48px;
    height: 50px;
    background: url(../images/css_sprites.png) -863px -434px
}

.bg-icon_110 {
    width: 48px;
    height: 50px;
    background: url(../images/css_sprites.png) -863px -504px;
    display: inline-block
}

.bg-icon_111 {
    width: 48px;
    height: 50px;
    background: url(../images/css_sprites.png) -863px -574px
}

.bg-icon_112 {
    width: 45px;
    height: 48px;
    background: url(../images/css_sprites.png) -931px -10px;
    display: inline-block
}

.bg-icon_113 {
    width: 45px;
    height: 48px;
    background: url(../images/css_sprites.png) -931px -78px;
    display: inline-block
}

.bg-icon_114 {
    width: 45px;
    height: 48px;
    background: url(../images/css_sprites.png) -931px -146px;
    display: inline-block
}

.bg-icon_115 {
    width: 45px;
    height: 48px;
    background: url(../images/css_sprites.png) -931px -214px;
    display: inline-block
}

.bg-icon_127 {
    width: 72px;
    height: 72px;
    background: url(../images/css_sprites.png) -686px -304px;
    display: inline-block
}

.bg-icon_128 {
    width: 72px;
    height: 72px;
    background: url(../images/css_sprites.png) -686px -396px;
    display: inline-block
}

.bg-icon_129 {
    width: 72px;
    height: 72px;
    background: url(../images/css_sprites.png) -686px -488px;
    display: inline-block
}

.bg-icon_130 {
    width: 72px;
    height: 72px;
    background: url(../images/css_sprites.png) -10px -590px;
    display: inline-block
}

.bg-icon_31 {
    width: 44px;
    height: 47px;
    background: url(../images/css_sprites.png) -931px -684px;
    display: inline-block
}

.bg-icon_32 {
    width: 49px;
    height: 49px;
    background: url(../images/css_sprites.png) -518px -311px;
    display: inline-block
}

.bg-icon_33 {
    width: 54px;
    height: 61px;
    background: url(../images/css_sprites.png) -454px -760px;
    display: inline-block
}

.bg-icon_34 {
    width: 55px;
    height: 55px;
    background: url(../images/css_sprites.png) -605px -760px;
    display: inline-block
}

.bg-icon_35 {
    width: 45px;
    height: 41px;
    background: url(../images/css_sprites.png) -10px -913px;
    display: inline-block
}

.bg-icon_36 {
    width: 45px;
    height: 41px;
    background: url(../images/css_sprites.png) -75px -913px;
    display: inline-block
}

.bg-icon_37 {
    width: 45px;
    height: 41px;
    background: url(../images/css_sprites.png) -140px -913px;
    display: inline-block
}

.bg-icon_131 {
    width: 66px;
    height: 58px;
    background: url(../images/css_sprites.png) -10px -682px;
    display: inline-block
}

.bg-icon_132 {
    width: 66px;
    height: 58px;
    background: url(../images/css_sprites.png) -96px -682px;
    display: inline-block
}

.bg-icon_133 {
    width: 66px;
    height: 58px;
    background: url(../images/css_sprites.png) -182px -682px;
    display: inline-block
}

.bg-icon_134 {
    width: 47px;
    height: 47px;
    background: url(../images/css_sprites.png) -691px -841px;
    display: inline-block
}

.bg-icon_135 {
    width: 47px;
    height: 47px;
    background: url(../images/css_sprites.png) -758px -841px;
    display: inline-block
}

.bg-icon_136 {
    width: 47px;
    height: 47px;
    background: url(../images/css_sprites.png) -825px -841px;
    display: inline-block
}

.bg-nav_bar {
    width: 30px;
    height: 24px;
    background: url(../images/css_sprites.png) -352px -913px;
    display: inline-block;
    margin-left: 6px
}

.bounce-effect {
    animation: bouncing 2s linear infinite
}

@keyframes bouncing {
    0%,10%,26%,40%,50% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    20%,21% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-16px,0);
        transform: translate3d(0,-16px,0)
    }

    35% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-8px,0);
        transform: translate3d(0,-8px,0)
    }

    45% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce-effect:hover {
    animation-play-state: paused
}

.featured-section {
    background: #0747a8
}

.featured-section p {
    color: #fff
}

.thesis-help .featured-section {
    background: #fff
}

.thesis-help .featured-section p {
    color: #000;
    font-size: 20px
}

.thesis-help .featured-section .heading span {
    color: #0747a8
}

.main-banner-btn p {
    color: #3a3a3aed;
    font-weight: 700;
    font-size: 18px
}

.dissertation-content-sec .heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 43px
}

.dissertation-content-sec .heading span {
    color: #0747a8
}

.dissertation-content-sec .content-img {
    width: 515px;
    float: right
}

.dissertation-content-sec .secondary-heading {
    font-size: 24px;
    margin-bottom: 10px
}

.dissertation-fundamantal-sec {
    padding: 59px 0
}

.dissertation-fundamantal-sec .main-title {
    font-weight: 600
}

.dissertation-fundamantal-sec h6 {
    font-size: 24px
}

.dissertation-fundamantal-sec h4 {
    font-weight: 600;
    color: #0747a8;
    margin-bottom: 7px
}

.dissertation-fundamantal-sec .brief-card {
    padding: 27px 32px;
    margin-bottom: 40px;
    min-height: 185px;
    border-radius: 20px;
    border: 2px solid #0747a8
}

.dissertation-fundamantal-sec p {
    color: hsl(0deg 0% 1%)
}

.we-work-with-you {
    background-size: cover;
    padding: 0 0 77px
}

.d-block {
    display: block
}

.work-img img {
    border-radius: 50px;
    box-shadow: 2px 2px 4px rgb(0 0 0/32%)
}

.we-work-with-you h2 {
    color: #000;
    text-align: center;
    font-weight: 700
}

.we-work-with-you p {
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 60px;
    margin-top: 33px
}

.we-work-with-you .icon-box {
    height: 68px;
    width: 68px;
    float: left;
    border-radius: 50%;
    background: #0747a8;
    display: table;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-end
}

.we-work-with-you .icon-box span {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.we-work-with-you .icon-box i.iconk-list-icon-1 {
    background-position: -7px -80px;
    height: 38px;
    width: 29px
}

.we-work-with-you .icon-box i.iconk-list-icon-2 {
    background-position: -50px -80px;
    height: 33px;
    width: 33px
}

.we-work-with-you .icon-box i.iconk-list-icon-3 {
    background-position: -87px -80px;
    height: 32px;
    width: 32px
}

.we-work-with-you .icon-box i.iconk-list-icon-4 {
    background-position: -123px -80px;
    height: 24px;
    width: 32px
}

.we-work-with-you .icon-box i.iconk-list-icon-5 {
    background-position: -159px -80px;
    height: 33px;
    width: 35px
}

.we-work-with-you .icon-box i.iconk-list-icon-6 {
    background-position: -198px -80px;
    height: 31px;
    width: 32px
}

.we-work-with-you .icon-list li {
    margin-bottom: 34px;
    margin-top: 15px
}

.we-work-with-you .half-width-list li i {
    color: #fff;
    font-size: 28px
}

.we-work-with-you .icon-list li p {
    color: #121212;
    font-size: 16px;
    font-weight: 700;
    padding-top: 0;
    margin-left: 82px;
    margin-bottom: 0;
    margin-top: 13px;
    line-height: 19px
}

.we-work-with-you .half-width-list li {
    width: 50%;
    float: left
}

.review-btn {
    background: #fff;
    color: #0747a8!important;
    padding-right: 68px;
    padding-top: 9px
}

.review-btn span {
    background: #0747a8
}

.review-sec {
    background-color: #0747a8;
    overflow: hidden;
    padding: 70px 0 40px
}

.review-box {
    width: 280px!important;
    padding: 13px 25px!important;
    background-color: #fff;
    margin: 30px 10px;
    transition: .7s;
    transform: scale(.97);
    height: auto
}

.review-box:hover {
    transform: perspective(1px) scale(1.03);
    box-shadow: 0 12px 20px 0 rgb(0 0 50/12%)
}

.review-box-heading {
    margin: 8px 0
}

.review-box-heading .profile {
    width: 40px;
    height: 40px;
    border-radius: 50px
}

.review-box-heading .rev-rating img {
    max-width: 110px!important;
    height: auto;
    margin-left: 10px
}

.review-box-heading span {
    margin-bottom: 6px
}

.review-box-heading i {
    background-color: #00b076;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px
}

.review-box-heading i::before {
    position: relative;
    top: 5.1px
}

.bg-green-star i {
    background-color: #00b076;
    color: #fff;
    border: none
}

.bg-orange-stra i {
    background-color: #00b076;
    color: #fff
}

.review-box h6 {
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0
}

.review-box p {
    text-align: left;
    font-size: 13px;
    font-weight: 500
}

.Marquee {
    width: 100vw;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 200;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 800s linear infinite running;
    -moz-animation: marquee 800s linear infinite running;
    -o-animation: marquee 800s linear infinite running;
    -ms-animation: marquee 800s linear infinite running;
    animation: marquee 800s linear infinite running
}

.remove-marquee-animation {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused
}

.Marquee-tag {
    -webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    -o-transition: all 10s ease;
    -ms-transition: all 10s ease;
    transition: all 10s ease
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

section.cta-bg2 {
    background-image: url(../images/cta-bg-light.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom
}

@media(max-width: 767px) {
    .banners-list i {
        color:#fff
    }

    .main-banner-heading h4::before {
        background: #fff
    }

    .form-control.form-input-css {
        border: 2px solid #06f
    }

    label.error {
        display: none!important
    }

    .slick-dots {
        bottom: 12px
    }

    #services,#dissertation-features {
        padding-bottom: 30px
    }

    .fixed-button-bottom a {
        display: block
    }

    .fixed-button-bottom i {
        position: relative;
        top: 3px;
        margin-right: 5px
    }

    .dissertation-content-sec .content-img {
        width: auto;
        float: none
    }

    .we-work-with-you .icon-box {
        width: 50px;
        height: 50px
    }

    .we-work-with-you .half-width-list li i {
        font-size: 20px
    }

    .dissertation-fundamantal-sec .main-title {
        font-size: 32px;
        text-align: center
    }

    .dissertation-fundamantal-sec .brief-card {
        padding: 20px
    }

    .dissertation-fundamantal-sec .brief-card {
        margin-bottom: 20px
    }

    .we-work-with-you .half-width-list li {
        max-width: 50%;
        flex: 0 0 50%;
        display: flex
    }

    .we-work-with-you .icon-list li p {
        max-width: calc(100% - 60px);
        font-size: 16px;
        font-weight: 400;
        margin-left: 10px;
        padding-left: 0;
        margin-top: 0
    }

    .half-width-list.icon-list {
        display: flex;
        flex-wrap: wrap
    }

    .work-img img {
        max-width: 100%;
        height: auto
    }

    .we-work-with-you p {
        font-size: 16px;
        color: #4c4c4c;
        margin: 20px 0
    }

    .we-work-with-you h2 {
        font-size: 24px;
        font-weight: 600
    }

    .dissertation-content-sec .heading {
        font-weight: 600;
        font-size: 22px;
        line-height: 1.3
    }

    .dissertation-content-sec .secondary-heading {
        font-weight: 600
    }

    body {
        padding-bottom: 40px!important
    }
}

button[type=submit]:disabled {
    opacity: .4;
    color: transparent!important
}

#banner-form .banner-form-btn-wrapper .btn-submit::before {
    content: "";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 46%;
    text-align: center;
    top: 10px;
    display: none
}

#banner-form .banner-form-btn-wrapper .btn-submit:disabled:before {
    display: block
}

.cta-form button.btn::before {
    content: "";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 38%;
    text-align: center;
    top: 8px;
    display: none
}

.cta-form button.btn:disabled:before {
    display: block
}

.contact-form button {
    position: relative
}

.contact-form button::before {
    content: "";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 42%;
    text-align: center;
    top: 11px;
    display: none
}

.contact-form button:disabled:before {
    display: block
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001
}

.popup.active {
    top: 0;
    background-color: rgb(3 3 3/38%);
    transition: background-color .6s,opacity .6s
}

.popup .main-btn-rect {
    padding: 10px 100px
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    color: #070000;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s
}

.popup.active .popup-content {
    margin-top: 0
}

.popup-content h6 {
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-family: roboto,sans-serif;
    text-transform: uppercase;
    font-weight: 100
}

.popup .fade-out {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 15px
}

.popup-btn {
    font-family: inter,Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--e-global-color-secondary);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 11px 44px 0 rgba(0,15.000000000000018,132,.13333333333333333);
    padding: 15px 41px;
    color: #fff;
    text-decoration: none!important
}

.popup-btn:hover {
    color: #fff
}

.popup .fade-out {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 15px
}

.main-btn-circle {
    -webkit-box-shadow: inset 2px 1px 0 20px rgba(255,255,240,.2);
    -moz-box-shadow: inset 2px 1px 0 20px rgba(255,255,240,.2);
    box-shadow: inset 2px 1px 0 20px rgba(255,255,240,.2);
    background-color: #fff;
    color: #00082f
}

.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s
}

.modal-body {
    width: 528px;
    border-radius: 5px;
    background-color: #0048a8;
}

.modal-form-wrapper {
    padding: 50px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: auto;
    background-image: url(../images/new-popup-img.jpg)
}

.modal-form-wrapper img {
    width: 100%;
    max-width: 336px;
    position: absolute;
    bottom: 400px;
    left: 80px
}

.modal-body h4 {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #0747a8;
    text-transform: capitalize;
    padding: 0;
    text-align: center
}

.modal-form-wrapper .form-text-wrapper p {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 43px
}

.form-text-wrapper span {
    color: #0048a8;
    font-size: 31px
}

.form-group {
    margin-bottom: 1rem
}

#once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.65);
    text-align: center;
    z-index: 10000
}

#once-popup .inner {
    background: #fff;
    padding: 20px;
    width: 600px;
    max-width: 90%;
    margin: 50px auto
}

#once-popup #popup-close {
    float: right;
    font-size: 30px;
    line-height: 10px;
    padding: 5px;
    cursor: pointer
}

#bew-popup-modal .btn-close {
    position: absolute;
    top: -21px;
    right: -45px;
    opacity: 1;
    color: #000;
    font-size: 10px;
    border-radius: 0;
    z-index: 999;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background-color: #fff
}

#bew-popup-modal .modal-dialog {
    margin-top: 115px
}

.modal-contents {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.shine-animation {
    background-image: linear-gradient(to right,transparent 33%,rgba(255,255,255,0.3) 50%,transparent 66%)!important;
    background-size: 300% 100%!important;
    animation: shine 2s infinite;
    z-index: 1000
}

.popup-btn {
    font-family: inter,Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #000c68;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 11px 44px 0 rgba(0,15.000000000000018,132,.13333333333333333);
    padding: 15px 41px;
    color: #fff;
    text-decoration: none!important
}

@media(max-width: 767px) {
    .modal-body {
        width:100%
    }

    #bew-popup-modal .btn-close {
        right: -1px
    }

    .modal-backdrop {
        background-color: transparent!important
    }
}

.popup-btn {
    position: relative
}

.popup-btn::before {
    content: "";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 42%;
    text-align: center;
    top: 11px;
    display: none
}

.popup-btn:disabled:before {
    display: block
}

.mobile-container {
    display: none
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #000000d9
}

@media(max-width: 767px) {
    .banner-container {
        display:none
    }

    .mobile-container {
        display: block;
        padding: 30px 0
    }

    .modal-body h4 {
        font-size: 23px
    }

    .modal-form-wrapper .form-text-wrapper p {
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px
    }

    .form-text-wrapper span {
        font-size: 30px
    }

    #bew-popup-modal .modal-dialog {
        margin-top: 170px
    }
}
