@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

header {
    background: #181444;
    padding: 7px 0;
}

header a {
    display: inline-block;
    margin: 0 12px 0 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

header ul.info {
    margin-left: auto;
    display: flex;
}

header .col-md-12.col-lg-12 {
    display: flex;
}
.font-size13px{ font-size: 13px; }
.font-size14px{ font-size: 14px; }
.font-size15px{ font-size: 15px; }
.font-size16px{ font-size: 16px; }
.font-size17px{ font-size: 17px; }
.font-size18px{ font-size: 18px; }
.font-size19px{ font-size: 19px; }
.font-size20px{ font-size: 20px; }
.font-size21px{ font-size: 21px; }
.font-size34px{ font-size: 34px; }
.font-size35px{ font-size: 35px; }
.font-size36px{ font-size: 36px; }
.font-size37px{ font-size: 37px; }
.font-size43px{ font-size: 43px; }
.font-size44px{ font-size: 44px; }
.font-size45px{ font-size: 45px; }
.font-size46px{ font-size: 46px; }
.font-size47px{ font-size: 47px; }
.font-size48px{ font-size: 48px; }
.font-size50px{ font-size: 50px; }
.font-size51px{ font-size: 51px; }
.font-size52px{ font-size: 52px !important; }
.font-size53px{ font-size: 53px; }
.font-size54px{ font-size: 54px; }
.font-size55px{ font-size: 55px; }
.pt-6 { padding-top: 4.5rem !important; }
.pt-7 { padding-top: 6.0rem !important; }
.pt-8 { padding-top: 7.5rem !important; }
.pt-9 { padding-top: 9.0rem !important; }
.pt-10 { padding-top: 10rem !important; }
.pb-6 { padding-bottom: 4.5rem !important; }
.pb-7 { padding-bottom: 6.0rem !important; }
.line-height1 { line-height: 1; }
.font-weight500{ font-weight: 500; }
.font-weight600{ font-weight: 600; }
.text-black{ color: #181444 !important; }
.text-red{ color: #e33819 !important; }
.text-orange{ color: #f14324; }
.bg-orange{ background-color: #f14324; }
.bg-blue{ background-color: #181444; }
.about-banner{
    background-image: url('images/about-banner.jpg') !important; }
.dissertation-banner{
    background-image: url('images/dissertation-banner.jpg') !important;  }
.contact-banner{
   background-image: url('images/contact-bg01.jpg') !important;  }
.dissertation-con-banner{
    background-image: url('images/dissertation2-banner.jpg') !important;  }
.dissertation-editing-banner{
    background-image: url('images/dissertation-editing-banner.jpg') !important;  }
.business-sta-banner {
    background-image: url('images/business-statics-banner.jpg') !important;  }
.add-support-banner{
    background-image: url('images/additing-support-banner.jpg') !important;
}
.data-analysis-banner{   
    background-image: url('images/data-analysis-banner.jpg') !important; 
}
.defense-pro-banner{
      background-image: url('images/defense-pro-banner.jpg') !important;
}
.literature-banner{
     background-image: url('images/literature-review.jpg') !important;
}
.methodology-banner{   background-image: url('images/methodology-banner.jpg') !important;
}
.irb-process-banner{
    background-image: url('images/irb-process-banner.jpg') !important;
}
.dissertation-help-banner{
     background-image: url('images/dissertation-help-banner.jpg') !important;
}
.assign-edit-banner{
    background-image: url('images/assignment-edit-banner.jpg') !important;
}
a {
    text-decoration: none !important;
}

header ul.info a img {
    margin: 0 0 0 0;
}

header ul.info a {
    color: #fff;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

header ul.info li:first-child {
    margin-right: 30px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #9e9dab;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 13px;
    font-size: 13px;
}

.navbar-light .navbar-nav li.experts .nav-link {
    background: #e33819;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    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, -8px, 0);
        transform: translate3d(0, -8px, 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, -6px, 0);
        transform: translate3d(0, -6px, 0)
    }

    45% {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0)
    }
}

.navbar-light .navbar-nav li.nav-item {
    height: 70px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

section.banner {
    background: url(images/home-banner01.jpg) no-repeat;
    padding: 70px 0 150px;
    background-position: center bottom;
    background-size: cover;
    border-bottom-right-radius: 160px;
    position: relative;
    z-index: 1;
}
.proposal-con-banner {
    background: url(images/turn-your-ideas.webp) !important;
    background-size: cover !important;
}
.essay-con-banner {
    background: url(images/stop-stressing.webp) !important;
    background-size: cover !important;
}
.cover-con-banner {
    background: url(images/land-more.webp) !important;
    background-size: cover !important;
}
.coursework-con-banner {
    background: url(images/falling-behind-coursework.webp) !important;
    background-size: cover !important;
}
.bg-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    top: 0;
}
section.banner * {
    color: #fff;
}

section.banner h1 {
    font-size: 38px;
    font-weight: 400;
    margin: 0;
}

section.banner h2 {
    font-size: 35px;
    margin: 0 0 20px;
}

section.banner h2 strong {
    display: block;
    font-size: 45px;
}

section.banner p {
    font-weight: 400;
    font-size: 18px;
    padding: 3px 0 6px;
}

.container {
    max-width: 1140px;
}

section.banner ul li {
    font-size: 16px;
    position: relative;
    padding: 0 0 12px 30px;
}

section.banner ul li:before {content: "";background: url(images/check.png) no-repeat;width: 23px;height: 19px;position: absolute;left: 0;top: 3px;}

section.banner ul li:last-child {
    padding-bottom: 0;
}

section.banner .badges, section.inner-banner .badges {
    margin: 40px 0 0;
}

section.sec1 h2 {
    font-size: 36px;
    text-align: center;
    color: #181444;
    margin: 0 0 20px;
}

section.sec1 h2 span {
    color: #e33819;
}

section.sec1 form {
    display: flex;
    justify-content: center;
}

section.sec1 form .form-group {
    flex: 0 0 27%;
    padding: 0 15px 0 0;
}

section.sec1 form button.submit {
    flex: 0 0 19%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #e33819;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid #e33819;
}

section.sec1 form button.submit:hover {
    background: transparent;
    color: #e33819;
}

section.sec1 form .form-control {
    background: #edecf1;
    border-color: #edecf1;
    padding: 10px 20px;
}

.sec1 .row {
    border: 2px solid #e33819;
    overflow: hidden;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    background: #fffefe;
    box-shadow: 1px 12px 23px -5px rgb(0 0 0 / 15%);
}

.sec1 .col-lg-12.col-md-12 {
    padding: 0;
}

.sec1-1 {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 1px 12px 23px -5px rgb(227 56 25 / 10%);
}

section.sec1 ul {
    width: 50%;
    margin: 20px auto;
    display: flex;
}

section.sec1 ul li a {
    color: #181444;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

section.sec1 ul li {
    flex: 0 0 50%;
    text-align: center;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.sec1 ul li img {
    margin: 0 8px 0 0;
}

section.sec1 ul li:first-child {
    border-right: 1px solid #ddd;
}

section.sec1 {
    position: relative;
    margin: -100px 0 0;
    z-index: 1;
}

section.sec2 {
    position: relative;
    margin: -220px 0 0;
    padding: 300px 0 70px;
    z-index: 0;
}

section.sec2.lazy-background.visible {
    background: url(images/bg1.png) no-repeat;
    background-size: cover;
    background-position: center;
}

h2.title {
    text-align: center;
    color: #181444;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

h2.title:before {content: "";background: #e33819;width: 70px;height: 2px;display: inline-block;vertical-align: middle;margin: 0 10px 0 0;}

h2.title:after {content: "";background: #e33819;width: 70px;height: 2px;display: inline-block;vertical-align: middle;margin: 0 0px 0 10px;}

.sec2 .nav {
    justify-content: center;
    margin: 40px 0 40px;
}

.sec2 .nav-pills .nav-link.active, .sec2  .nav-pills .show>.nav-link {
    background: #e33819;
    color: #fff;
}

.sec2 .nav-pills .nav-link {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #c7c6d1;
}

.sec2 .tab-pane img.img-fluid {
    border-top-left-radius: 90px;
}

.sec2 div#resume img.img-fluid {
    height: 369px;
    object-fit: cover;
}

.sec2 .tab-pane .col-lg-6:last-child {
    background: #e33819;
    padding: 40px 40px;
    border-bottom-right-radius: 96px;
}

.sec2 .tab-pane .col-lg-6:last-child * {
    color: #fff;
}

.sec2 .tab-pane h4 {
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

p {
    font-size: 15px;
    color: #7e7d89;
}

p:last-child {
    margin: 0;
}

.sec2 .tab-pane .col-lg-6 a {
    color: #181444 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.sec2 .tab-pane .col-lg-6 a img {
    margin: 0 0 0 10px;
}

.sec2 .tab-pane .row {
    overflow: hidden;
    padding: 0 50px;
}

.sec2 .tab-pane .col-md-6.col-lg-6.lazy-background {
    
padding: 0;
}

ul.cta li a {
    color: #181444;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

ul.cta li:first-child a {
    background: #e33819;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 39px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 0.3s ease;
}

ul.cta {
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
    align-items: center;
}

ul.cta li {
    margin-right: 30px;
}

ul.cta li:last-child {
    margin: 0;
}

section.sec3.lazy-background.visible {
    background: url(images/bg2.png) no-repeat;
    background-size: cover;
    background-position: 29% 0px;
    background-color: #ededed;
}

section.sec3 h4.counting {
    color: #fff;
    font-size: 100px;
    font-weight: 400;
    letter-spacing: -7px;
    line-height: 80px;
    margin: 0 0 15px;
}

section.sec3 p {
    color: #181444;
}

section.sec3 .text-box p {
    text-transform: uppercase;
    padding: 0 0 0 20px;
}

section.sec3 .text-box {
    position: relative;
}

section.sec3 {
    padding: 60px 0;
    position: relative;
}

section.sec3 .text-box:before {content: "";background: #fff;position: absolute;width: 1px;bottom: -50px;height: 88px;}

section.sec3 h4.counting:after {content: "%";color: #e33819;font-size: 40px;display: inline-block;vertical-align: super;margin: 0 0 0 6px;}

section.sec3 .col-md-4.col-lg-4:last-child h4.counting:after {
    content: "k";
    position: relative;
    top: 34px;
}

section.sec4 {
    padding: 60px 0 40px;
    position: relative;
    z-index: 1;
}

section.sec4 h2.title {
    text-align: left;
    position: relative;
}

section.sec4 h2.title:before {
    display: none;
}

section.sec4 h2.title:after {
position: absolute;
right: 86px;
bottom: 21px;
}

section.sec4 ul.one li {
    font-size: 16px;
    position: relative;
    padding: 0 0 12px 30px;
    color: #fff;
    font-weight: 700;
}

section.sec4 ul.one li.lazy-background.visible:before {content: "";background: url(images/check.png) no-repeat;width: 23px;height: 19px;position: absolute;left: 0;top: 3px;}

section.sec4 ul.one li:last-child {
    padding-bottom: 0;
}

.sec4 ul.cta li:first-child a {
    padding: 10px 38px;
}

section.sec4 .img-fluid {
    width: 95%;
    z-index: 1;
    position: relative;
}

section.sec4:before {content: "";background: #181444;position: absolute;height: 275px;bottom: 0;left: 0;width: 94%;z-index: 0;border-bottom-right-radius: 100px;}

section.sec4 ul.one {
    margin: 65px 0 0;
}

.sec4 ul.cta li a {
    color: #fff;
    font-size: 17px;
}

section.sec4:after {
    background: #332f64;
    content: "";
    position: absolute;
    left: 0;
    width: 94%;
    bottom: 0;
    height: 120px;
    z-index: 0;
    border-bottom-right-radius: 100px;
}

.sec4 ul.cta {
    margin: 60px 0 0;
}

section.sec4 .col-md-6.col-lg-6 {
    position: relative;
}

section.sec4 .col-md-6.col-lg-6:first-child:before {content: "";border: 1px solid #e33819;position: absolute;right: 15px;height: 220px;width: 100px;z-index: -1;top: 21px;}

section.sec4 .text-box {
    position: relative;
    z-index: 1;
}

section.sec5 h2.title {
    font-size: 28px;
}

section.sec5 {
    background: #fff4f2;
    padding: 170px 0 60px;
    /* margin: -120px 0 0; */
}

section.sec5 .box {
    background: #fff;
    padding: 30px 25px;
    text-align: center;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    display: flex;
    flex-direction: column;
    height: 348px;
    transition: all 0.3s ease;
}

section.sec5 .box .image-area {
    height: 89px;
    margin: 0 0 15px;
}

section.sec5 h5 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #181444;
}

section.sec5 .box:hover {
    box-shadow: 0 0 16px rgb(153 153 153 / 40%);
    background: #332f64;
}

section.sec5 .box * {
    transition: all 0.3s ease;
}

section.sec5 .box:hover * {
    color: #fff;
}

section.sec5 .box:hover .image-area img {
    filter: brightness(0) invert(1);
}

section.sec6 {
    padding: 60px 0;
    text-align: center;
    position: relative;
    background: #fff;
    z-index: 1;
}

section.sec6 .image-area {
    display: flex;
    align-items: center;
    height: 85px;
    justify-content: center;
    margin: 0 0 25px;
}

section.sec6 h5 {
    color: #181444;
    font-weight: 700;
}

section.sec7 {
    padding: 60px 0;
    position: relative;
    z-index: 1;
    /* background: #fff; */
}

section.sec7 h6 {
    color: #e33819;
    text-transform: uppercase;
    font-size: 14px;
}

section.sec7 h2.title:before {
    display: none;
}

section.sec7 h2.title {
    text-align: left;
}

section.sec7 .text-box a {
    background: #e33819;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    display: inline-block;
    margin: 10px 0 0;
    transition: all 0.3s ease;
}

section.sec6.lazy-background.visible:after {content: "";width: 305px;height: 157px;position: absolute;top: 0;right: 0;background: url(images/before1.png) no-repeat;z-index: -1;}

section.sec6.lazy-background.visible:before {content: "";background: url(images/before2.png) no-repeat;width: 149px;height: 470px;position: absolute;left: 0;top: 20px;z-index: -1;}

section.sec7 .item {
    background: #fff;
    box-shadow: 0 0 16px rgb(153 153 153 / 35%);
    padding: 100px 25px 20px;
    position: relative;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    height: 425px;
}

section.sec7 .item.lazy-background.visible:before {content: "";width: 76px;height: 55px;background: url(images/quote.png) no-repeat;position: absolute;left: 25px;top: 22px;}

section.sec7 .item h6 {
    color: #181444;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 14px 0 0;
}

section.sec7 .item h6 span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e33819;
    display: block;
}

section.sec7 .item  .content-area {
    display: flex;
    text-align: right;
    justify-content: end;
    align-items: center;
}

section.sec7:before {content: "";background: #edecf1;position: absolute;right: 0;top: 0;bottom: 0;width: 60%;z-index: -1;border-top-left-radius: 70px;}

.testi-slider .slick-slide {
    padding: 20px 20px 21px 15px;
}

section.sec7 .row {
    align-items: center;
}

.testi-slider button.slick-arrow {
    border: none;
    font-size: 0;
    padding: 0;
    width: 28px;
    height: 22px;
    position: absolute;
    bottom: -20px;
    background: url(images/testi-arrow.png);
    left: 20px;
    opacity: 0.2;
    filter: grayscale(1);
    transition: all 0.3s ease;
}

.testi-slider button.slick-prev.slick-arrow {
    transform: rotate(-180deg);
}

.testi-slider button.slick-next.slick-arrow {
    left: 70px;
}

.testi-slider button.slick-arrow:hover {
    filter: none;
    opacity: 1;
}

section.sec8 {
    padding: 70px 0;
}

section.sec8 h2.title:before {
    display: none;
}

section.sec8 h2.title {
    text-align: left;
    color: #fff;
    font-size: 35px;
}

section.sec8 .text-box {
    background: #e33819;
    padding: 40px 25px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
}

section.sec8 h2.title:after {
    background: #fff;
}

section.sec8 .text-box p {
    color: #fff;
}

div#accordionExample .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

div#accordionExample .accordion-item:first-of-type {
    border-radius: 0;
}

div#accordionExample .accordion-item {border-left: none;border-right: none;border-color: #e33819;}

div#accordionExample .accordion-button {
    color: #7e7d89;
    padding: 18px 0;
    font-size: 18px;
    box-shadow: 0px 0px !important;
    outline: none !important;
}

div#accordionExample .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

div#accordionExample .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

div#accordionExample .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

div#accordionExample .accordion-button::after {
    background: url(images/plus.png) no-repeat;
    width: 29px;
    height: 29px;
}

div#accordionExample .accordion-button:not(.collapsed)::after {
    background: url(images/minus.png) no-repeat;
}

section.sec9 {
    position: relative;
    z-index: 1;
    padding: 60px 0;
}

section.sec9:before {content: "";background: #181444;position: absolute;left: 0;top: 0;bottom: 0;width: 51%;z-index: -1;}

section.sec9:after {content: "";background: #3a3570;position: absolute;right: 0;top: 0;bottom: 0;width: 49%;z-index: -1;}

section.sec9 a.foot-call {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

section.sec9 .logonphone {
    margin: 0 0 34px;
}

section.sec9 ul li {
    color: #7e7d89;
    display: inline-block;
    margin: 2px 0 8px;
    width: 100%;
}

section.sec9 ul li a {
    color: #7e7d89;
    display: inline-flex;
}

section.sec9 ul li:before {content: "";background: #e33819;width: 8px;height: 9px;display: inline-block;vertical-align: middle;margin-right: 7px;clip-path: polygon(100% 53%, 0 0, 0 100%);position: relative;top: -1px;}

section.sec9 ul {
    padding: 10px 0 0;
}

section.sec9 .box {
    padding: 0 0 0 40px;
}

section.sec9 h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 20px;
}

section.sec9 h2 span {
    color: #e33819;
}

section.sec9 button.btn1 {
    border: none;
    background: #e33819;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    display: inline-block;
    transition: all 0.3s ease;
}

section.sec9 button.btn1:hover {
    transform: translateY(-.625rem);
    box-shadow: 2px 13px 15px -6px rgb(53 53 53 / 40%);
}

section.sec9 .form-control, section.sec9 .form-select {
    padding: 10px 14px;
    font-size: 15px;
    color: #7e7d89;
}

section.sec9 .form-control::placeholder {
    color: #7e7d89;
}

footer {
    background: #0f0c30;
    padding: 15px 0;
}

footer h6 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

footer p {
    font-size: 14px;
    color: #4e4c66;
    font-weight: 500;
}

footer p a {
    color: #4e4c66;
}

footer hr {
    background: #4e4c66;
}

.copyright .col-md-12.col-lg-12 {
    display: flex;
    align-items: center;
}

.copyright p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

section.ser1 {
    background: #fff;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

section.ser1 h4 {
    color: #181444;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

section.ser1 h3 {
    color: #e33819;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
}

ul.cta {
    margin: 30px 0 0;
}

section.ser1 .row {
    align-items: center;
}

section.ser1 .img-fluid {
    max-width: 140%;
    position: relative;
    left: -20%;
}

section.ser1.lazy-background.visible:before {content: "";background: url(images/ser1-before.png) no-repeat;width: 450px;height: 162px;position: absolute;right: 0;top: 0;z-index: -1;}

section.ser1 .col-md-6.col-lg-6.lazy-background.visible:before {content: "";background: url(images/ser1-after.png) no-repeat;position: absolute;left: -29px;right: 0;top: 0;bottom: -20px;background-size: contain;}

section.ser1 .col-md-6.col-lg-6 {
    position: relative;
    z-index: 1;
}

section.pricing-sec {
    background: #6f6c94;
    padding: 70px 0;
}

section.pricing-sec h2.title {
    color: #fff;
}

section.pricing-sec p {
    color: #fff;
}

section.pricing-sec .package-box {
    text-align: center;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    overflow: hidden;
}

.package-box span.tagg {
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    font-weight: 700;
    padding: 2px 12px;
    display: block;
    border-radius: 3px;
    margin: 0 auto 20px;
    max-width: 94.08px;
}

.package-box h3 {
    font-size: 45px;
    color: #181444;
    font-weight: 700;
    margin: 0;
}

.package-box h3 sup {
    font-size: 23px;
}

.package-box h3 span {
    font-weight: 500;
    color: #e33819;
}

.package-box h3 sub {
    font-size: 20px;
    font-weight: 400;
    color: #71bad1;
}

.package-box strike {
    color: #181444;
    font-size: 27px;
}

.package-box .headd {
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #fff;
}

.package-box .content a.btnn {
    background: transparent;
    color: #e33819;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    display: inline-block;
    text-transform: uppercase;
    margin: 30px 0 0;
    border: 1px solid #e33819;
    transition: all 0.3s ease;
}

.package-box .content ul li {
    font-size: 17px;
    color: #181444;
    line-height: 36px;
    font-weight: 500;
    position: relative;
}

.package-box .content ul li.lazy-background.visible:before {content: "";width: 25px;height: 25px;display: inline-block;vertical-align: middle;margin-right: 10px;}

.package-box1 .content ul li.lazy-background.visible:before {
    background: url(images/blue-check.png) no-repeat;
}

.package-box2 .content ul li.lazy-background.visible:before {
    background: url(images/green-check.png) no-repeat;
}

.package-box2 h3 sub {
    color: #adb36e;
}

.package-box3 .content ul li.lazy-background.visible:before {
    background: url(images/pink-check.png) no-repeat;
}

.package-box .content {
    padding: 30px 0;
    background: #f0eef5;
    border-bottom-right-radius: 40px;
}

.package-box .content a.btnn:hover {
    background: #e33819;
    color: #fff;
}

section.pricing-sec .text-box.text-center {
    margin: 0 0 40px;
}

.package-box1 .headd {
    background: #cef1ff;
}

.package-box2 {
    background: #f4f9bf;
}

.package-box2 .content {
    background: transparent;
}

.package-box2 .headd {
    border-bottom-color: #eee;
}

.package-box3 .headd {
    background: #ffcece;
}

section.pricing-sec ul.cta2 {
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
}

section.pricing-sec ul.cta2 li a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

section.pricing-sec ul.cta2 li {
    /* flex: 0 0 50%; */
    text-align: center;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

section.pricing-sec ul.cta2 li:first-child {
    border-right: 1px solid #ddd;
}

section.pricing-sec ul.cta2 li a span {
    background: #fff;
    width: 42px;
    display: inline-block;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50px;
    margin-right: 10px;
}

.ser-pg section.sec3:before {content: "";background: #d6d4de;position: absolute;left: 0;right: 0;top: -170px;height: 200px;z-index: -1;}

section.inner-banner {
    background: url(images/ser-banner.jpg) no-repeat;
    padding: 75px 0;
    background-position: center bottom;
    background-size: cover;
    border-bottom-right-radius: 160px;
}

section.inner-banner * {
    color: #fff;
}

section.inner-banner h3 {
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
}

section.inner-banner h2 {
    font-size: 45px;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 45px;
}

section.inner-banner h2 strong {
    display: block;
}

section.inner-banner p {
    font-size: 18px;
    padding: 3px 0 6px;
}

section.inner-banner h3 span {
    color: #e33819;
}

section.inner-banner h4 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #181444;
}

section.inner-banner h4 strong {
    display: block;
    font-size: 32px;
    color: #e33819;
}

section.inner-banner .box {
    background: #fff;
    padding: 30px 30px;
    position: relative;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    width: 95%;
    z-index: 1;
}

section.inner-banner form .form-control {
    background: #edecf1;
    border-color: #edecf1;
    padding: 10px 20px;
    color: #666;
}

section.inner-banner form button.btn1 {
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #e33819;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
}

section.inner-banner .col-md-5.col-lg-5 {
    position: relative;
    z-index: 1;
}

section.inner-banner .col-md-5.col-lg-5:before {content: "";background: rgb(24 20 68 / 47%);position: absolute;left: 35px;top: 0;bottom: -20px;right: 16px;z-index: -1;border-top-left-radius: 40px;border-bottom-right-radius: 40px;border-top-right-radius: 30px;}

section.inner-banner .box.lazy-background.visible:before {content: "";width: 185px;height: 104px;background: url(images/Discount.png) no-repeat;position: absolute;right: -25px;top: -20px;}

.rw-pg section.inner-banner {
    background: url(images/resume-writing.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.dis-pg section.inner-banner {
    background: url(images/dissertation.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.dis-pg section.ser1 .img-fluid {left: 0;max-width: 100%;padding-right: 20px;}

.dis-pg section.ser1.lazy-background.visible:before {
    background: transparent;
}

.dis-pg section.ser1 .col-md-6.col-lg-6.lazy-background.visible:before {
    background: transparent;
    border: 1px solid #e33819;
    left: 30px;
    bottom: -25px;
    right: 10px;
    top: 25px;
    border-bottom-right-radius: 80px;
}

section.ser3 {
    padding: 70px 0;
}

section.ser3 .box {
    background: #f0eef5;
    /* margin: 40px 0 0; */
    height: auto;
    display: grid;
    padding: 0 20px 20px;
    position: relative;
    text-align: center;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    transition: all 0.3s ease;
    z-index: 1;
}

section.ser3 .image-area {
    background: #fff;
    width: 138px;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: -40px auto 0;
    position: relative;
    z-index: 1;
}

section.ser3 .image-area img {
    max-height: 85px;
}

section.ser3 h2.title {
    margin: 0 0 80px;
}

section.ser3 .box .extraa {
    background: #f0eef5;
    position: absolute;
    left: 0;
    right: 0;
    top: -43px;
    width: 152px;
    height: 148px;
    border-radius: 100%;
    margin: 0 auto;
    transition: all 0.3s ease;
    z-index: -1;
}

section.ser3 .box h5 strong {
    display: block;
    font-size: 20px;
    color: #e33819;
}

section.ser3 .box h5 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    color: #181444;
}

section.ser3 .box hr {
    background: #999;
    position: relative;
    z-index: 1;
}

section.ser3 .box:before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;border-bottom-right-radius: 40px;border-top-left-radius: 40px;background: linear-gradient(180deg, #5b587b, #ed7764);z-index: 1;transition: all 0.3s ease;opacity: 0;}

section.ser3 .box:hover:before {
    opacity: 1;
}

section.ser3 .box * {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}

section.ser3 .box:hover hr {
    background: #fff;
}

section.ser3 .box:hover * {
    color: #fff;
}

section.ser3 .box:hover .extraa {
    background: #5b587b;
}

section.ser3 ul.cta {
    margin: 40px 0 0;
    flex-wrap: wrap;
}

section.ser3 ul.cta li:first-child {
    flex: 0 0 100%;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
}

section.ser3 ul.cta li:nth-child(2) {
    border-right: 1px solid #ddd;
    margin-right: 0;
}

section.ser3 ul.cta li {
    padding: 8px 30px;
}

.dis-pg section.ser1.lazy-background.visible:after {content: "";width: 482px;height: 479px;background: url(images/ser3-before.png) no-repeat;position: absolute;left: 0;z-index: -1;top: 70px;}

.con-pg section.inner-banner {
    padding: 0;
}

.con-pg section.inner-banner .row.align-items-center {
    height: 450px;
}

section.con1 {
    padding: 70px 0;
}

section.con1 .col-md-4.col-lg-4 {
    background: #181444;
}

section.con1 ul {padding: 50px 10px;}

section.con1 ul li {
    display: flex;
    align-items: center;
    padding: 0 0 30px 0;
}

section.con1 ul * {
    color: #fff;
}

section.con1 ul li strong {
    display: block;
}

section.con1 ul li:last-child {
    padding-bottom: 0;
}

section.con1 ul li .image-area {
    margin: 0 15px 0 0;
}

section.con1 .col-md-8.col-lg-8 {
    border: 2px solid #e33819;
    border-left: none;
    padding: 40px 40px;
    background: #fff;
}

section.con1 h3 {
    color: #e33819;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px;
}

section.con1 .form-control, section.con1 .form-select {
    padding: 10px 14px;
    font-size: 15px;
    color: #7e7d89;
    background-color: #edecf1;
    border-color: #edecf1;
}

section.con1 button.btn1 {
    border: none;
    background: #e33819;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    display: inline-block;
}

section.con1.lazy-background.visible {
    background: url(images/con-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.dis-pg section.sec4 {
    padding-top: 0;
}

.abt-pg section.banner {
    background: url(images/abt-banner.jpg) no-repeat;
    background-position: center;
}

.abt-pg section.sec2 .img-fluid {
    padding: 0 0 0 20px;
}

section.abt1.lazy-background.visible {
    background: url(images/abt-bg2.png) no-repeat;
    background-size: cover;
    background-position: center;
}

section.abt1 h3 {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 0 0 0;
}

section.abt1 h5 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

section.abt1 h5 span {
    color: #fff;
}

section.abt1 {
    padding: 40px 0 180px;
}

section.abt1 .box {
    background: #fff;
    border-radius: 8px;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 78px;
}

section.abt1 .box h4 {
    margin: 0 10px 0 0;
    color: #e33819;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    padding: 0 7px 0 0;
}

section.abt1 .box p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #181444;
    line-height: 16px;
    /* width: 94px; */
    /* height: 48px; */
    width: max-content;
}

section.abt1 .box h4:before {content: "";background: #ddd;width: 1px;height: 34px;position: absolute;right: 0;top: 5px;}

section.abt1 .box h4 strong {
    font-weight: 500;
    color: #d4d2dd;
}

section.abt1 .box h4 sub {
    font-weight: 400;
    color: #d4d2dd;
    bottom: 0;
}

section.abt1 .box:before {content: "";background: #e9e8f1;width: 132px;height: 132px;position: absolute;z-index: -1;border-radius: 100%;left: -70px;bottom: 0;}

section.abt2 {
    position: relative;
    margin: -150px 0 0;
}

section.abt2 .col-md-6.col-lg-6:first-child {
    background: #e33819;
    padding: 40px 30px;
    border-top-left-radius: 60px;
}

section.abt2 .col-md-6.col-lg-6:last-child {
    background: #181444;
    padding: 40px 30px;
    border-top-left-radius: 60px;
}

section.abt2 * {
    color: #fff;
}

section.abt2 h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}

section.abt2 .image-area {
    margin: 0 0 20px;
}

section.abt2 .row:before {content: "";background: #e33819;position: absolute;left: 0;top: 0;bottom: 0;width: 70%;z-index: -1;border-top-left-radius: 60px;}

section.abt2 .row {
    position: relative;
    z-index: 1;
}

.abt-pg section.sec5 {
    margin: -160px 0 0;
    padding: 210px 0 60px;
}

section.abt3.lazy-background.visible {
    background: url(images/abt-bg3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.abt-pg section.sec6.lazy-background.visible:before {
    top: 0;
    bottom: 0;
    height: 100%;
    background-size: contain;
}

section.abt3 * {
    color: #fff;
}

section.abt3 h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 0;
    font-weight: 600;
}

section.abt3 h2 {
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

section.abt3 h2 span {
    color: #e33819;
}

section.abt3 h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 21px;
}

section.abt3 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 30px;
}

section.abt3 ul li {
    flex: 0 0 33.33%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 0 0 0 40px;
}

section.abt3 ul li.lazy-background.visible:before {content: "";width: 28px;height: 28px;background: url(images/pencil.png) no-repeat;position: absolute;left: 0;top: -4px;}

section.abt3 {
    padding: 30px 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    margin: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item {
    color: #9e9dab;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    font-size: 13px;
}

a.btn1 {
    background: #e33819;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    display: inline-block;
    transition: all 0.3s ease;
}

.navbar-expand-lg .navbar-nav .dropdown-item.active, .navbar-expand-lg .navbar-nav .dropdown-item:active {
    background-color: #e9ecef;
}

section.con2 .col-md-12.col-lg-12 {
    padding: 0;
}

section.con2 iframe {
    width: 100%;
}

div#exampleModal .modal-dialog {
    max-width: 800px;
}

div#exampleModal  .modal-body {
    padding: 0 11px;
    border-radius: 10px;
}

div#exampleModal button.btn-close {
    padding: 0;
    width: 40px;
    height: 40px;
    background: #e33819;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    border-radius: 100%;
    position: absolute;
    right: -20px;
    top: -16px;
}

div#exampleModal .modal-body .col-md-8.col-lg-8 {
    padding: 30px 20px;
    width: 60%;
}

div#exampleModal h3 {
    font-size: 35px;
    color: #e33819;
    font-weight: 700;
    text-align: center;
}

div#exampleModal h3 span {
    color: #181444;
}

div#exampleModal p {
    color: #181444;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
}

div#exampleModal .modal-body .col-md-4.col-lg-4.lazy-background.visible {
    background: url(images/pop-bg-left.png) no-repeat;
    background-position: center;
    background-size: cover;
}

div#exampleModal  form {
    text-align: center;
}

div#exampleModal form button.btn1 {
    border: none;
    background: #e33819;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    display: inline-block;
}

div#exampleModal .modal-body .col-md-4.col-lg-4 {
    width: 40%;
    border-radius: 10px;
}

div#exampleModal h4 {
    text-align: center;
    margin: 0;
    padding: 16px 0;
    color: #181444;
    font-weight: 700;
    font-size: 25px;
}

div#exampleModal ul {
    display: flex;
    justify-content: center;
    text-align: center;
}

div#exampleModal ul li {
    font-size: 16px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    color: #181444;
    font-weight: 700;
}

div#exampleModal ul li:after {content: ":";font-size: 30px;position: absolute;top: 13px;right: -4px;}

div#exampleModal ul li .lazy-background {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    width: 80px;
    height: 70px;
    margin: 0 0 10px;
    line-height: 70px;
}

div#exampleModal ul li .lazy-background.visible {
    background: url(images/time-box.png) no-repeat;
    background-size: 100% 100%;
}

div#exampleModal ul li:last-child {
    padding-right: 0;
}

div#exampleModal ul li:last-child:after {
    display: none;
}

div#exampleModal ul li:first-child {
    padding-left: 0;
}

div#exampleModal .modal-content {
    border-radius: 16px;
}

div#exampleModal input.form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
}

.ty-pg nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: #fff !important;
    box-shadow: 0 0 16px rgb(153 153 153 / 25%);
}

section.ty-sec1 {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

section.ty-sec1 h2 {
    font-size: 30px;
    color: #181444;
    font-weight: 700;
    text-transform: uppercase;
}

section.ty-sec1 h4 {
    font-weight: 400;
    /* text-transform: uppercase; */
    color: #181444;
}

section.ty-sec1.lazy-background.visible:before {content: "";background: url(images/ty-before.png) no-repeat;width: 385px;height: 144px;position: absolute;right: 0;top: 0;z-index: -1;}

section.ty-sec1.lazy-background.visible:after {
    content: "";
    background: url(images/ty-after.png) no-repeat;
    width: 104px;
    height: 387px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

section.ty-sec1 img.img-fluid {
    max-width: 440px;
}

section.abt4 {
    padding: 70px 0;
}

section.abt4 h2.title {
    margin: 0 0 5px;
}

section.abt4 h4 {
    text-transform: uppercase;
    color: #181444;
    font-weight: 400;
    font-size: 23px;
    margin: 0 0 25px;
}

section.abt4 h6 {
    margin: 0;
    font-weight: 700;
    font-size: 19px;
    color: #181444;
}

section.abt4 h6 span {
    color: #e33819;
}

section.abt4 ul li {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    padding: 0 20px 20px 0;
}

section.abt4 ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 72px;
}

section.abt4 ul li:last-child, section.abt4 ul li:nth-last-child(2) {
    padding-bottom: 0;
}

section.abt4 ul li .image-area {
    margin: 0 15px 0 0;
}

section.abt4 ul li h5 {
    margin: 0;
    font-weight: 700;
    color: #181444;
    font-size: 18px;
}

section.abt4 .row.lazy-background {
    margin-top: 40px;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

section.abt4 .row.lazy-background.visible {
    background: url(images/about-banner01.png) no-repeat;
    background-size: cover;
}

.abt4-1.lazy-background.visible:before {content: "";background: url(images/abt-row-before.png) no-repeat;width: 342px;height: 306px;position: absolute;z-index: -1;right: -100px;top: -50px;}

.abt4-1.lazy-background.visible:after {content: "";background: url(images/abt-row-after.png) no-repeat;width: 410px;height: 414px;position: absolute;z-index: -1;left: -100px;bottom: -70px;background-size: contain;background-position: left bottom;}

.abt4-1.lazy-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 167px;
    height: 388px;
}

section.abt4 .container {
    position: relative;
}

section.banner a.btn1.me-2, section.inner-banner a.btn1.me-2 {
    background: transparent;
}

section.banner a.btn1, section.inner-banner a.btn1 {
    border: 1px solid #e33819;
}

section.order-sec1 {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

section.order-sec1.lazy-background.visible:before {content: "";background: url(images/ty-before.png) no-repeat;width: 385px;height: 144px;position: absolute;right: 0;top: 0;z-index: -1;}

section.order-sec1.lazy-background.visible:after {
    content: "";
    background: url(images/ty-after.png) no-repeat;
    width: 104px;
    height: 387px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

body.order-pg button.btn1 {
    background: #e33819;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 60px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border: none;
}

section.order-sec1 form {
    padding: 40px 40px;
    margin: 20px 0 0;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border: 2px solid #e33819;
}

section.order-sec1 form input.form-control, section.order-sec1 form .form-select {
    background: #edecf1;
    border-color: #edecf1;
    padding: 10px 20px;
}

section.order-sec1 form input#formFile {
    background: #fff;
}

section.ty-sec1 h3 {
    font-weight: 700;
    color: #181444;
    font-size: 22px;
}

section.ty-sec1 ul li {
    color: #7e7d89;
    list-style: inside;
}

.copyright ul {
    display: flex;
    justify-content: center;
}

.copyright ul li a {
    color: #4e4c66;
}

.copyright ul li {
    font-size: 13px;
    color: #4e4c66;
    padding: 0 4px;
}

section.banner a.btn1.me-2:hover, section.inner-banner a.btn1.me-2:hover {
    background: #e33819;
}

section.banner a.btn1:hover, section.inner-banner a.btn1:hover {
    background: transparent;
    transform: translateY(-.625rem);
}

section.sec7 .text-box a:hover {
    transform: translateY(-.625rem);
    box-shadow: 2px 13px 15px -6px rgb(53 53 53 / 40%);
}

ul.cta li:first-child a:hover {
    transform: translateY(-.625rem);
    box-shadow: 2px 13px 15px -6px rgb(53 53 53 / 40%);
}

/*============== Responsive Mode =============*/
@media (max-width: 1199px) {
    section.exp .box {
        height: auto !important;
    }
    .exp .out-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .box.mb-4 {
        height: auto !important;
    }
    .equal-box {
        height: auto !important;
    }
    section.exp h5 {
        font-size: 16px;
    }
    section.sec9 h2 {
        font-size: 22px !important;
    }
}

@media (max-width: 767px){
header ul.info a {
    font-size: 0;
    width: 24px;
    background: #fff;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50px;
}

header ul.info {
    margin: 0;
}

header ul.info li:first-child {
    margin-right: 15px;
    margin-left: 7px;
}

.navbar-brand img {
    height: 38px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 6px 0;
}

.navbar-light .navbar-nav li.nav-item {
    height: auto;
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    padding: 10px 0 0;
}

.navbar-light .navbar-nav li.experts .nav-link {
    border-radius: 0;
    width: 100%;
}

section.banner h1 {
    font-size: 25px;
}

section.banner h2 strong {
    font-size: 30px;
}

section.banner h2 {
    font-size: 30px;
}

section.banner p {
    font-size: 16px;
}

section.banner ul li {
    font-size: 14px;
}

section.banner a:first-child img {
    max-height: 23px;
}

section.banner a:last-child img {
    max-height: 20px;
}

section.banner a:nth-child(2) img {
    max-height: 21px;
}

header .col-md-12.col-lg-12 {
    justify-content: center;
    align-items: center;
}

section.banner .badges a.me-3 {
    margin-right: 0.5rem !important;
}

section.sec1 form {
    flex-wrap: wrap;
}

section.sec1 form .form-group {
    flex: 0 0 100%;
    margin: 0 0 15px;
    padding: 0;
}

section.sec1 form button.submit {
    flex: 0 0 100%;
    padding: 8px 0;
}

section h2 {
    font-size: 25px;
}

section.sec1 h2 {
    font-size: 25px;
}

section.sec1 ul li {
    flex: 0 0 100%;
}

section.sec1 ul {
    flex-wrap: wrap;
    width: 100%;
}

h2.title {
    font-size: 25px;
}

h2.title:before, h2.title:after {
    display: none;
}

section.sec2 {
    padding: 280px 0 70px;
}

.sec2 .tab-pane .row {
    padding: 0;
}

.sec2 .tab-pane .col-lg-6:last-child {
    padding: 30px;
}

ul.cta {
    flex-wrap: wrap;
}

ul.cta li:first-child {
    margin-bottom: 20px;
    margin-right: 0;
    flex: 0 0 100%;
    text-align: center;
}

section.sec3 .text-box:before {
    display: none;
}

section.sec3 .text-box {
    text-align: center;
}

section.sec3 h4.counting {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 50px;
}

section.sec3 h4.counting:after {
    font-size: 23px;
    font-weight: 600;
}

section.sec3 .col-md-4.col-lg-4:last-child h4.counting:after {
    top: 20px;
}

section.sec4 .col-md-6.col-lg-6:first-child:before {
    display: none;
}

section.sec4 .img-fluid {
    margin: 0 0 30px;
    width: auto;
}

.sec4 ul.cta {
    background: #332f64;
    border-bottom-right-radius: 30px;
    padding: 20px 0;
    margin: 0;
}

section.sec4:after {
    display: none;
}

.sec4 ul.cta li a {
    font-weight: 600;
}

section.sec4 ul.one {
    background: #181444;
    padding: 20px 0 20px 20px;
    margin: 20px 0 0;
}

section.sec4:before {
    display: none;
}

section.sec5 h2.title {font-size: 25px;}

section.sec5 .box {
    margin-bottom: 1.5rem;
    height: auto;
    padding: 30px 25px;
}

section.sec6.lazy-background.visible:before {
    display: none;
}

section.sec6.lazy-background.visible:after {
    display: none;
}

section.sec6 {
    padding-bottom: 40px;
}

section.sec6 .col-md-3.col-lg-3 {
    margin: 0 0 25px;
}

section.sec7:before {
    width: 100%;
}

section.sec7 .item {
    height: auto;
}

section.sec8 h2.title {
    font-size: 25px;
}

section.sec8 .text-box {
    margin: 0 0 30px;
}

div#accordionExample .accordion-button {
    font-size: 15px;
}

section.sec9 .col-md-6.col-lg-6:first-child {
    background: #181444;
    padding: 40px 12px;
}

section.sec9 .col-md-6.col-lg-6:last-child {
    background: #3a3570;
}

section.sec9:before {
    display: none;
}

section.sec9:after {
    display: none;
}

section.sec9 {
    padding: 0;
}

section.sec9 .logonphone {
    flex-direction: column;
    border-bottom: 1px solid #7e7d89;
    padding: 0 0 25px;
    align-items: flex-start !important;
}

section.sec9 a.foot-call.ms-auto {
    margin: 20px 0 0 !important;
}

section.sec9 ul li {
    width: 100%;
}

section.sec9 .box {
    padding: 40px 0;
}

.copyright .col-md-12.col-lg-12 {
    flex-wrap: wrap;
}

.copyright .socials.ms-auto {
    margin-top: 10px;
}

section.sec9 h2 {
    font-size: 25px;
}

section.inner-banner .badges a.me-3 {
    margin-right: 0.5rem !important;
}

section.inner-banner a:first-child img {
    max-height: 23px;
}

section.inner-banner a:last-child img {
    max-height: 20px;
}

section.inner-banner a:nth-child(2) img {
    max-height: 21px;
}

section.inner-banner h2 {
    font-size: 30px;
    line-height: 33px;
}

section.inner-banner h3 {
    font-size: 20px;
}

section.inner-banner p {
    font-size: 15px;
}

section.ser1 .col-md-6.col-lg-6.lazy-background.visible:before {
    display: none;
}

section.ser1 h3 {
    font-size: 24px;
}

section.ser1 h4 {
    font-size: 19px;
}

section.pricing-sec ul.cta2 li {
    padding: 0 0;
}

section.pricing-sec ul.cta2 li a {
    font-size: 16px;
}

section.pricing-sec ul.cta2 li:first-child {
    border: none;
    margin-right: 15px;
}

section.pricing-sec ul.cta2 {
    margin: 0 auto 0;
}

section.pricing-sec .package-box {
    margin: 0 0 30px;
}

section.inner-banner .box {
    margin: 40px 0 30px;
}

section.inner-banner .col-md-5.col-lg-5:before {
    top: 50px;
    bottom: 10px;
}

section.inner-banner .box.lazy-background.visible:before {
    background-size: 93%;
    background-position: right top;
    right: -23px;
}

section.ser1 .img-fluid {
    left: 0;
    max-width: 100%;
    margin: 0 0 20px;
}

section.pricing-sec ul.cta2 li a span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 7px;
}

section.ser3 {
    padding: 0 0 40px;
}

.dis-pg section.ser1.lazy-background.visible:after {
    width: 100%;
    background-size: contain;
}

section.ser3 .box {
    margin-bottom: 70px;
}

section.ser3 ul.cta {
    margin: 0;
}

section.sec2 .img-fluid {
    margin: 30px 0 0;
    padding: 0;
    height: auto !important;
}

section.abt1 h5 {
    margin: 0 0 20px;
}

section.abt1 .box {
    margin: 0 0 20px;
}

section.abt3 h4 {
    margin: 0 0 40px;
}

section.abt3 ul {
    padding: 0;
}

section.abt3 ul li {
    flex: 0 0 100%;
    margin-bottom: 1rem;
}

div#exampleModal .modal-body .col-md-4.col-lg-4 {
    width: 100%;
}

div#exampleModal .modal-body .col-md-8.col-lg-8 {
    width: 100%;
}

div#exampleModal ul {
    flex-wrap: wrap;
}

div#exampleModal ul li {
    padding: 0 15px !important;
}

div#exampleModal ul li:nth-child(2):after {
    display: none;
}

div#exampleModal button.btn-close {
    right: -7px;
}

section.ty-sec1 img.img-fluid {
    max-width: 100%;
}

section.ty-sec1.lazy-background.visible:before {
    height: 64px;
    background-size: contain;
    background-position: right top;
}

section.ty-sec1.lazy-background.visible:after {
    background-size: contain;
    background-position: left bottom;
}

section.ty-sec1.lazy-background.visible:after {
    height: 277px;
}

.abt4-1.lazy-background.visible:before {
    display: none;
}

.abt4-1.lazy-background.visible:after {
    display: none;
}

section.abt4 .row.lazy-background.visible {
    background-size: cover;
    background-position: right center;
}

section.abt4 ul li {
    flex: 0 0 50%;
    padding-right: 0;
}

section.abt4 ul li:nth-last-child(2) {
    padding-bottom: 20px;
}

section.abt4 ul li img {
    width: 42px;
}

section.abt4 ul li h5 {
    font-size: 15px;
}

section.abt4 {
    padding: 50px 0;
}

section.abt4 h4 {
    font-size: 18px;
}

section.abt4 h6 {
    font-size: 17px;
}

section.abt4 .row.lazy-background {
    padding: 30px 0;
}

section.banner a.btn1.me-2, section.inner-banner a.btn1.me-2 {margin-bottom: 15px;}

a.btn1 {
    font-size: 14px;
}

.copyright ul {
    margin: 10px 0 0;
    justify-content: flex-start;
}

.copyright .col-md-3.col-lg-3.text-center {
    text-align: left !important;
}
}





.form-box {
    background: #fff;
    padding: 30px 30px;
    position: relative;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    width: 95%;
    z-index: 1;
}


.form-box:before {
    content: "";
    background: rgb(24 20 68 / 47%);
    position: absolute;
    left: 35px;
    top: 0;
    bottom: -20px;
    right: 16px;
    z-index: -1;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 30px;
}

.form-box .lazy-background.visible:before {
    content: "";
    width: 185px;
    height: 104px;
    background: url(images/Discount.png) no-repeat;
    position: absolute;
    right: -25px;
    top: -20px;
}
.nav-style li {
    font-weight: 700;
    font-size: 16px;
    padding: 3px 0px;
    position: relative;
}
.nav-style li:before{
    content: "";
    position: relative;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(https://theassignmentmaster.co.uk/images/check.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    top: 6px;
    margin-right: 8px;
}
.text-black{ color: #181444; }
.icon-cater-sec h5 {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    margin: auto;
}
.icon-cater-sec { max-width: 114px; position:relative;  }
.navbar-nav li.nav-item a:after {
    border-left: 7px solid #e3381900;
    border-top: 7px solid #e33819;
    border-right: 7px solid rgb(227 56 25 / 0%);
    border-radius: 10px 10px;
    top: 3px;
    position: relative;
}
.before-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    background: #e33819;
    height: 2px;
    margin: auto;
    bottom: -5px;
}
.before-left:before{ margin: 0px; }
.icon-cater-sec:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: url(images/border.png);
    background-size: 78%;
    text-align: center;
    display: inline-block;
    top: 39px;
    background-repeat: no-repeat;
}
.icon-cater-sec:last-child:before, .icon-cater-sec:nth-child(10):before {
    visibility: hidden;
}
.get-touch-bg{ 
        background-image: url('https://theassignmentmaster.co.uk/new_ver/images/ct-support01.jpg');
        background-size: cover;
        background-repeat: no-repeat;
}
.line-height1 { line-height: 1; }
.font-weight500{ font-weight: 500; }
.font-weight600{ font-weight: 600; }
.font-size13px{ font-size: 13px; }
.font-size14px{ font-size: 14px; }
.font-size15px{ font-size: 15px; }
.font-size16px{ font-size: 16px; }
.font-size17px{ font-size: 17px; }
.font-size18px{ font-size: 18px; }
.font-size19px{ font-size: 19px; }
.font-size20px{ font-size: 20px; }
.text-black{ color: #181444 !important; }
.text-red{ color: #e33819 !important; }
.text-orange{ color: #f14324; }
.counter-box-div h2 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
}
.counter-box-div {
    background-size: 75%;
    padding: 55px;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    height: 100%;
}
.counter-box-div h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.counter-box-div p {
    font-size: 14px;
    color: #e33819 !important;
    line-height: 1.3;
    max-width: 169px;
    margin: auto;
}
.want-bg-call{ background: url(new_ver/images/before2.png) no-repeat !important; 
    background-size: cover !important;
}
.want-bg-call:before, .want-bg-call:after {
    display: none;
}
.want-bg-call h2.title {  color: #fff;  }
.want-bg-call .out-btn {
    color: #fff;
    border: 1px solid #e33819;
    border-radius: 10px 0px 10px 0px;
    padding: 13px 30px;
}
.want-bg-call .out-btn:hover, .want-bg-call .out-btn:active,.want-bg-call .out-btn:focus{
    background-color: #e33819;
}
.equal-box { height: 295px; transition: all 0.5s ease; }
.before-white:before{ background: #fff; width: 50px; }
.curve-border{ border-radius: 35px 0px 35px 0px; }
.bg-preservice{ 
    background-image: url('new_ver/images/pre-services01.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.equal-box:Hover {  transform: scale(1.1); box-shadow: 1px 1px 3px 1px #838383; }
.whatsapp-icon {
    bottom: 20px;
    z-index: 1;
    left: 23px;
}
.whatsapp-icon img {  width: 52px;  }
.design-testimonial {
    max-width: 800px;
    margin: auto;

}
.design-testimonial .item{
      box-shadow: 1px 1px 10px #ccc;
        border-radius: 10px 10px;
        padding: 40px 25px;
        margin-top: 18px;
}
.design-testimonial .fa-angle-left.slick-arrow {
    position: absolute;
    left: -63px;
    top: 0;
    bottom: 0;
}
.design-testimonial .fa-angle-right.slick-arrow {
    position: absolute;
    right: -63px;
    top: 0;
    bottom: 0;
}
.design-testimonial .slick-arrow{
    font-size: 58px;
    border: 0px;
    background: transparent;
}
.design-testimonial .image-area img {
    border: 1px solid #e33819;
    border-radius: 50% 50%;
    padding: 3px;
    width: 100px;
    margin: 0px auto 13px;
}
.design-testimonial .content-area h6 {
    font-size: 13px;
    color: #e33819;
    font-weight: 600;
}
.design-testimonial .review-cont h6 {
    color: #333;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}
.design-testimonial .review-cont p {
    color: #676767;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
}
.score-sec .media-left, .score-sec .media-body {
    display: inline-block;
    vertical-align: middle;
}
.score-sec .media-body {  padding: 0px 15px; text-align: left; }
.score-sec .media-body .media-heading {
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 0px;
}
.score-sec .media-body p {
    color: #818181;
    font-weight: 300;
    font-size: 16px;
}
.review-cont .rating-star li i {
    font-size: 18px;
    margin: 0px 6px 0px 0px;
    color: #f9e264;
}
.design-testimonial:before {
    content: "";
    position: absolute;
    left: 14%;
    width: 20px;
    height: 20px;
    border-right: 21px solid #f220;
    border-bottom: 22px solid rgb(255 0 17 / 0%);
    top: -12px;
    transform: rotate(-45deg);
    box-shadow: 3px -5px 7px -1px #cccccc91;
}
.design-testimonial .item:nth-child(even) { background: #3a3570; }
.design-testimonial .item:nth-child(even) .review-cont h6, .design-testimonial .item:nth-child(even) .review-cont p {
    color: #fff;
}















@media only screen and (max-width : 650px) {
.navbar-light .navbar-nav li.nav-item {
    display: block;
}
.navbar-toggler.collapsed {
    border: 0px;
    outline: none !important;
    box-shadow: 0px 0px !important;
}
.navbar .dropdown ul.dropdown-menu {  border: 0px;  }
section.sec5 h2.title {  font-size: 19px;  }
section.sec7 .text-box, section.sec7 h2.title {
    text-align: center;
}
.navbar button.navbar-toggler {  border: 0px !important; }
.sec2 .tab-pane .col-lg-6:last-child, section.inner-banner  {
    border-bottom-right-radius: 0;
}
.sec2 .tab-pane img.img-fluid {
    border-top-left-radius: 0;
}
.counter-box-div { height: 295px; }
.icon-cater-sec { max-width: 25%; }
.icon-cater-sec:before{ display: none; }
.g-recaptcha div { width: 100% !important; }
.g-recaptcha div iframe {  width: auto !important; }
.box.lazy-background .form-group {
    padding: 0px 15px;
    overflow: hidden;
}
section.sec9 h2{  font-size: 20px; }
section.sec7 .item{ height: auto; }
section.inner-banner .box {  padding: 30px 15px; width: 100%;  }
section.inner-banner .box.lazy-background.visible:before { display:none; }
section.banner { border-bottom-right-radius: 0px; }
section.abt4 ul li h5 { font-size: 12px; }
section.abt4 ul li .image-area {  margin: 0 10px 0 0; }
.nav-style li {  font-size: 13px; }
.equal-box { height: auto; }
.font-size52px { font-size: 37px !important; }
.btn1 { padding: 10px 12px;  }
.literature-banner:before, .methodology-banner:before, .irb-process-banner:before,
.data-analysis-banner:before, .defense-pro-banner:before, .dissertation-help-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(233 233 233 / 60%);
    top: 0;
    z-index: 0;
}
.literature-banner .container, .methodology-banner .container, .irb-process-banner .container,
.data-analysis-banner .container, .defense-pro-banner .container, .dissertation-help-banner .container {  position: relative;  }
.media.score-sec {
    text-align: left;
    max-width: 65%;
    margin: auto;
}
	}








/* css for dropdown menu start */
/* Make navbar relative for positioning */
.navbar {
    position: relative;
    overflow: visible !important;
}

/* Dropdown menu styling */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

/* When showing dropdown */
.dropdown-menu.show {
    display: block;
    /* width: 100%; */
    /* left: 50%;
    right: 50%; */
    /* margin-left: -50vw; */
    /* margin-right: -50vw; */
    /* background: white; */
    /* padding: 30px; */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 991px) {
    .dropdown-menu.show {
        width: 100%;
        left: 0;
        margin-left: 0;
        position: static;
    }
}

/* Add icon before dropdown items using CSS */
.dropdown-menu .dropdown-item:before {
    font-family: 'FontAwesome';
    content: '\f0da'; /* Left arrow icon */
    margin-right: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Show icon on hover */
.dropdown-menu .dropdown-item:hover:before {
    opacity: 1;
    margin-right: 15px;
}

/* Optional: Always show the icon with different style */
.dropdown-menu .dropdown-item:before {
    opacity: 0.5;
    margin-right: 8px;
}

/* Or keep icon always visible */
.dropdown-menu .dropdown-item:before {
    opacity: 1;
    margin-right: 10px;
    color: #ff6600;
}

/* css for dropdown menu end */


/* css for new section best solution start */
.hero-assessment {
  position: relative;
  background: url(new_ver/images/solution-banner.webp);
  padding: 70px 15px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Green overlay */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000d1;
  z-index: 1;
}

/* Content */
.hero-container {
  position: relative;
  z-index: 2;
  /* max-width: 1100px; */
  margin: 0 auto;
}

.hero-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 16px;
  margin-bottom: 50px;
  color: #fff;
}

/* Features Row */
.hero-features {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* Feature Box */
.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.feature-item .icon {
  font-size: 32px;
  filter: invert(1);
}

/* Text */
.feature-item h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #e33819;
}

.feature-item p {
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
  color: #fff;
}
.equal-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
section.exp .box  p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
section.exp h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* css for new section best solution start */