@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
body{
font-family: 'Roboto', sans-serif;
}
p{font-size: 16px!important;}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

.ftco-navbar-light {
    z-index: 3;
    border-radius: 5px;
}

.navbar-nav{
  margin: auto;
}


.navbar-nav li {
    margin: auto;
    padding: 10px;
    margin-right: 20px;
}

.navbar-nav li a:hover {
    color: #e8511e;
}

.navbar .dropdown {
  position: static;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.5);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.75);
}

.navbar .dropdown-menu {
  border: 1px solid rgba(0,0,0,.15);
}

.navbar .nav-item {
  padding: 0.5rem 0.5rem;
  margin: 0px -15px 0px 0px;
}

.navbar-dark .navbar-nav .nav-link.active{
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.5);
}


.dropdown-menu li {
  border-bottom: 1px dashed silver;
  padding: 0px!important;
  transition: all .4s ease-in-out;
  margin: 0 0.2rem!important;
}

.dropp{
  width: 80%;
}

 

.badge {
    background: #e8511e;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    padding: 7px;
}

.badge:hover {
    background: #000;
    color: #FFF;
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.btn-7 {
    background: #e8511e;
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-7:hover {
    color: #e8511e;
    background: transparent;
    border: 1px solid #e8511e;
    font-weight: 700;
}
.btn-7 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 4px;
}


.custom-btn {
   width: 170px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
}

.pulse-button {
    box-shadow: 0 0 0 0 rgb(255 1 1);
    cursor: pointer;
    animation: pulse 1.15s infinite cubic-bezier(.66,0,0,1);
}

@keyframes pulse{
    100% {
    box-shadow: 0 0 0 20px rgb(255 255 255 / 0%);
}
}


.footer-section {
  background: #151414;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #e8511e;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo img{
  margin-top: 0px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  text-align: justify;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #e8511e;
}

.footer-widget ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.footer-widget ul li a:hover{
  color: #e8511e;
  text-decoration: none;
}
.footer-widget ul li a {
  color: #c1c1c1;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #e8511e;
    padding: 15px 20px;
    border: 1px solid #e8511e;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 10px 0px 10px 0px;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #e8511e;
  text-decoration: none;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #e8511e;
  text-decoration: none;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.showcase {
    position: relative;
    padding: 40px 0 40px;
    background-image: url(../img/Dissertation-structure.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0 0 0 / 67%);
    background-blend-mode: soft-light;
    overflow: hidden;
}

.caption {
    width: 90%;
    margin: 0;
    left: 48%;
    top: 45%;
}

.caption .keyword {
    position: relative;
    text-align: left;
    margin-top: 0;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 50px;
    display: -webkit-box;

	
}

.caption p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    position: relative;
    padding-top: 25px;
}

.caption p:before {
    width: 90px;
    height: 1px;
    background: #e8511e;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
}


.btn-primary {
    background: #e8511e!important;
    border-color: #e8511e!important;
}


.btn-outline-primary {
    border-color: #e8511e!important;
    color: #e8511e!important;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: transparent!important;
    border-color: #e8511e!important;
}

.btn-outline-primary:hover {
    background: #e8511e!important;
    border: 1px solid #e8511e!important;
    color: white!important;
}

.trusted-by {
    margin-top: 50px;
}

.w-layout-grid span {
    margin-right: 20px;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    margin-top: 43px;
}

.trust-item {
    margin-right: 20px;
}

.trust-content{
  color: #fff;
}

.trust-item .icon-reviews {
    width: 78px;
    height: 40px;
    margin-right: 0px;
}

.trust-top {
    margin-left: 28px;
}

.trust-top img {
    width: 100px;
    margin-top: 5px;
    margin-left: -17px;
}

.trust-service {
    margin-top: 4px;
    font-size: 14px;
    margin-left: 17px;
}

.showcase .card-head {
    background: #e8511e;
    padding: 10px 0;
    text-align: center;
    color: white;
}

.showcase h2 {
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
}

.showcase .card-body {
    border: 1px solid rgba(0,0,0,.125);
    background: #fff;
    padding: 1.25rem;
}

.card-body .form-group {
    margin-bottom: 5px;
    margin-top: 5px;
}

.card-body .form-control {
    padding: 0px 4px;
    width: 100%;
}

.card-body .datepicker-here {
    padding: 2px 4px;
    width: 100%;
}

.card-body .select {
    padding: 0px 4px;
}

.card-body .pull-right {
    float: right;
    margin-right: 20px;
}

.card-body .btn {
    font-size: .8rem;
    padding: 0.85rem 2.13rem;
    margin: 6px;
    border-radius: 2px;
    border: 0;
    transition: .2s ease-out;
    white-space: normal!important;
}

.card-body .btn-light-blue {
    background-color: #0d1f42;
    color: #fff;
}

.card-body .btn-light-blue:hover {
    background-color: #e3431b!important;
}

.card-body .btn:hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.card-body .submit-form {
    font-size: 20px;
}

.padd-80 {
    padding-top: 30px !important;
    padding-bottom: 80px !important;
    background-color: #fff7f7;
}
.our-works2 h2 {
    text-align: center !important;
    padding: 0;
    margin: 0;
    padding-bottom: 10px !important;
    text-transform: none !important;
    font-weight: 700;
}

.our-courses {
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

.our-courses .img-wrapper {
    overflow: hidden;
    max-height: 260px;
}

.our-courses .img-wrapper img {
    transition: all 0.6s;
    width: 100%;
    height: 230px;
}

.our-courses .middle-info {
    float: left;
    width: 100%;
    padding: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e4e4e4;
    background-color: #fff;
}

.our-courses .middle-info h3 {
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 5px;
    text-transform: none;
    font-size: 18px;
	color: #b24926;
}

.our-courses .middle-info a {
    color: #b24926;
    font-family: 'Arial' , sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.our-courses .middle-info p {
  padding: 0;
  margin: 0;
  text-align: justify;
  overflow-y: auto;
  height: 200px;
}

.our-courses:hover .img-wrapper img {
    transform: scale(1.1);
}
.date-info p{
    margin-bottom: 0px!important;
}

.work-heading h2{
    font-weight: 700;
}



.work-container{
    padding: 30px 20px;
    transition: all .4s ease;
    background-color: #fff;
    overflow: hidden;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F7F7F7;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 30px;
    height: 340px;
}

.work-container:hover{
    border-width: 2px 2px 2px 2px;
    border-color: #e8511e;
}

.work-body h3 {
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    color: #000000;
    font-size: 23px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.2px;
}

.work-body p{
  text-align: justify;
}

.work-icon{
    text-align: center;
}

.work-icon i{
  font-size: 50px;
  color: #e8511e;
}

.finance-help .help-heading h2{
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    margin-top: 30px;
}

.finance-help .help-feature-block{
  margin-top: 27px;
}

.finance-help .help-feature-inner {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
}

.help-feature-inner .image-box img{
  width: 20%;
}

.finance-help .help-feature-block h4 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 12px;
    color: #000!important;
}

.finance-cta .red-strip {
    width: 100%;
    background-color: #ff0011;
    border-radius: 4px;
    display: flex;
    min-height: 87px;
    align-items: center;
    padding: 40px;
    justify-content: space-between;
    margin-top: 20px;
}

.finance-cta .red-strip .left{
  margin-left: 5%;
}

.finance-cta .red-strip .right{
  margin-right: 10%;
}


.finance-cta .red-strip:hover {
    background-color: #000000;
}

.finance-cta .red-strip:hover .cta {
    background-color: #ffffff!important;
    color: #000!important;
}


.finance-cta .red-strip .left .heading {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding-right: 0;
}

.finance-cta .red-strip .left .sub-heading {
    font-size: 20px!important;
    color: #fff;
    margin: 0;
    padding-right: 0;
}

.finance-cta .red-strip .right a.cta {
    background-color: #1c2024;
    border-radius: 4px;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding-top: 15px;
    font-weight: 700;
}


.assignment-headache .assignment-heading h2{
    font-weight: 700;
    margin-bottom: 30px;
}

.assignment-headache .assignment-content p{
  text-align: justify;
}

.assignment-headache .assignment-content p a{
  color: #e8511e;
  text-decoration: none;
}

.assignment-headache .assignment-content p a:hover{
  color: #000;
  text-decoration: none;
}

.assignment-headache{
  background-color: whitesmoke;
}

.write-my-paper .nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.write-my-paper .nav-pills-custom .nav-link:hover {
    color: rgb(255, 255, 255);
    background: #ffac91;
}

.write-my-paper .nav-pills-custom .nav-link.active {
    color: #e8511e;
    background: #fff;
}

.write-my-paper .intro h2 {
    color: #e8511e;
    margin-bottom: 5px;
    line-height: 130%;
    font-weight: 700;
    text-align: center;
}


.finance-courses .course-content{
  background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F5F4F5;
    transition: all .4s ease;
    overflow: hidden;
    height: 200px;
    border-radius: 10px;
}

.finance-courses .course-icon{
      height: 90px;
      padding: 15px 10px 15px 10px;
      transform: rotate(0deg);
      width: 90px;
      line-height: 50px;
      margin-bottom: 13px!important;
      background-color: #e8511e;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: rgba(2, 1, 1, 0);
    border-radius: 20px 20px 20px 20px;
    margin: auto;
}
.finance-courses .course-icon i{
    font-size: 40px;
    line-height: 50px;
    transition: all .4s;
    color: #FFFFFF;
    margin-left: 5px;
}

.finance-courses .course-body h3{
  padding: 0px 0px 0px 0px;
    color: #000000;
    font-size: 18px;
}

.course-content:hover .course-icon {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: #e8511e;
}

.course-content:hover .course-icon i {
    color: #e8511e;
}

.finance-reasons{
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}



.finance-reasons .finance-reason-heading h2{
    font-weight: 700;
    text-align: center;
}

.finance-reasons .finance-content-inner{
    
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 24px;
    border-radius: 14px;
    cursor: pointer;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 16px;
    
    
}

.finance-reasons .finance-content-inner:hover{
    box-shadow: 20px 20px 55px rgb(166 195 160 / 16%);
    background-color: #FFFFFF;
}

.finance-reasons .finance-content-inner:hover > div:nth-of-type(1) {
    background-color: #e8511e;
    color: #FFFFFF;
}

.finance-reasons .finance-number {
    margin-right: 0;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #EE7D54;
    font-weight: 800;
    height: 40px;
    padding-top: 8px;
    width: 40px;
    padding-left: 15px;
}

.finance-reasons .finance-text {
    margin-top: -50px;
    margin-left: 53px;
    text-align: justify;
}

details {
  margin: 0 auto ;
  background: #282828;
  margin-bottom: 1.5rem;
  box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4);
  border-radius: 5px;
  overflow: hidden;
}

summary {
  padding: 1rem;
  display: block;
  background: #e8511e;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
}

summary:before {
  content: '';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s transform ease;
}

/* THE MAGIC 🧙‍♀️ */
details[open] > summary:before {
  transform: rotate(90deg);
}

details summary::-webkit-details-marker {
  display:none;
}

details > ul {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.details-expanded {
    padding: 0px 1rem;
}
pre {
	white-space: pre-wrap;
	word-break: break-all;
}
.details-expanded p{
  color: #fff;
  padding-top: 24px;
}
.details-expanded ol{
  color: #fff;
}

.details-expanded h2{
  color: #fff;
}

.details-expanded ul{
  color: #fff;
}

.finance-faq h5{
  padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    color: #fff;
}


.finance-faq h2{
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
}


.finance-cities .nav-tabs .nav-item {
    margin-bottom: -1px;
    padding-bottom: 0;
    margin-right: 50px;
}

.finance-cities .nav-tabs .nav-link.active {
    background-color: #e8511e;
    border-bottom: #e2e2e2;
    font-weight: 700;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #fff!important;
}

.finance-cities .nav .nav-link {
    border-radius: unset;
    color: #000;
}

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

.finance-cities .tab-pane:first-child .tab-pane-header {
    border-top-left-radius: 0;
    background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #0c0b3917), color-stop(1, var(--light)));
    box-shadow: -5px 21px 28px -4px rgb(0 0 0 / 43%);
}

.finance-cities .tab-pane.active .tab-pane-header {
    padding: 1rem;
    background-color: #e1e1e1;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    color: #000;
}

.finance-cities .lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.finance-cities .lead ul {
    display: block;
}

.finance-cities .lead ul li {
    margin-right: 15px;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    border-right: 1px solid;
}

.finance-cities .lead ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    margin-right: 10px;
}

.finance-cities .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.finance-cities ul li a:hover {
    color: #e8511e;
}

.finance-cities li:hover a{
  color: #e8511e!important;
}

.finance-cities .tab-content{
  margin-top: 10px;
}

.finance-cities .nav-tabs {
    border-bottom: none!important;
}

.finance-faq-2 .hire_experts_btn {
    padding: 40px;
    text-align: left;
    background: linear-gradient(130deg, #ff6a38, #ff4d12, #ff7546);
    color: #fff;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.finance-faq-2 .hire_experts_btn h4 {
    color: #fff;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
}

.finance-faq-2 .hire_experts_btn h4.my_title_bar_center_White:after {
    background: -webkit-linear-gradient(right, #ff5d20, #fff, #fff, #ff5e1e);
}

.finance-faq-2 .hire_experts_btn p {
    text-align: left;
    margin-bottom: 0;
}

.finance-faq-2 .hire_experts_btn a {
    background: #fdc800;
    padding: 7px;
    padding: 13px 35px;
    color: #193759;
    font-weight: 500;
    border: 3px solid #fff;
    border-radius: 40px;
     
    text-align: center;
    
    text-decoration: none;
  
     
    box-shadow: 1px 0 6px 4px #ff592185;
}
.experts_btn a {
    background: #fdc800;
    padding: 7px;
    padding: 13px 35px;
    color: #193759;
    font-weight: 500;
    border: 3px solid #fff;
    border-radius: 40px;
     
    text-align: center;
    
    text-decoration: none;
  
     
    box-shadow: 1px 0 6px 4px #ff592185;
}
.finance-faq-2 .hire_experts_btn:after {
    background-image: url(../img/place-order.webp);
    position: absolute;
    content: '';
    right: -15px;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: .5;
    width: 150px;
    height: 150px;
    transform: rotate(-30deg);
}

.finance-faq-2 .hire_experts_btn a:hover {
    background: #000000;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 40px;
}

.how-it-works{
  padding-top: 30px !important;
  padding-bottom: 80px !important;
}

.finance-help{
  padding-top: 30px !important;
  padding-bottom: 80px !important;
}

.assignment-headache{
  padding-top: 30px !important;
  padding-bottom: 80px !important;
}

.write-my-paper{
  padding-top: 30px !important;
  padding-bottom: 80px !important;
}

.finance-courses{
  padding-top: 30px !important;
  padding-bottom: 80px !important;
}

.finance-reasons{
  padding-top: 30px !important;
  padding-bottom: 80px !important;
}

.finance-faq{
  padding-top: 30px !important;
  padding-bottom: 80px !important;
}

.dissertation-features{
  padding-top: 30px !important;
}

.help-button {
    border-radius: 4px;
    background-color: #e8511e;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgb(0 0 0 / 70%);
    margin: auto!important;
    margin-top: 50px!important;
    cursor: pointer;
    display: block;
    position: relative;
    transition: 0.5s;

}

.help-button:hover{
  padding-right: 24px;
  padding-left:8px;
}


.finance-cta{
  overflow: hidden;
}


.greyBg {
    background: #f5f5f5;
}

.seo-skills {
    text-align: center;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
    background: #e8511e;
}

.seo-skills-name h2{
    font-weight: 700;
    margin-bottom: 25px;
	color: #fff;
}

.seo-skills-name span {
    background: #e4e4e4;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}

.seo-skills span:hover{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bannerprivacy {
    width: 100%;
    background: url(../img/background-for-web.webp);
    height: 110px;
    padding: 22px 0;
}


.bannerprivacy .bannerprivacy_inner {
    margin: 15px 0px 0px 70px;
}

.bannerprivacy .privacycol {
    width: 25%;
    float: left;
    padding: 0 20px;
}

.bannerprivacy .privacyitem {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 66px;
    padding-right: 30px;
    border-right: 1px solid #fff;
}

.bannerprivacy .privacyitem .privacyicon {
    width: 50px;
    position: absolute;
}

.bannerprivacy .privacyitem .privacyicon img{
  display: block;
}

.bannerprivacy .privacyitem .privacydetail {
    width: 100%;
    padding-left: 70px;
}

.bannerprivacy .privacyitem .privacydetail .privacytitle {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 6px;
    color: #0d1f42;
}

.bannerprivacy .privacyitem .privacydetail .privacydescription {
    font-size: 15px;
   font-weight: 500;
    color: #0d1f42;
}

.bannerprivacy .privacycol:nth-child(4) .privacyitem {
    border-right: 0 solid #402000;
}

.gerenric_heading {
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
}

.free_feature_section .free_feature_inner {
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 25px 30px 25px;
}

.free_feature_section .free_feature_inner .free_col {
    width: 16.66%;
    float: left;
    padding: 0 5px;
}

.free_feature_section .free_feature_inner .free_item {
    width: 170px;
    box-shadow: 4px 6px 9px grey;
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    position: relative;
    height: 170px;
    overflow: hidden;
    border-radius: 8px;
    border: 2px dashed #ffc820;
    transition: 0.3s ease-in-out;
}

.free_feature_section .free_feature_inner .free_heading {
    display: flex;
    align-items: end;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #401000;
    padding: 0 8px;
    justify-content: center;
    position: relative;
    height: 55px;
    background-color: #ffc820;
}

.free_feature_section .free_feature_inner .free_heading::after {
    width: 0;
    height: 0;
    border-left: 84px solid transparent;
    border-right: 84px solid transparent;
    position: absolute;
    bottom: -24px;
    z-index: 99;
    content: "";
    border-top: 25px solid #ffc820;
}

.free_feature_section .free_feature_inner .free_col {
    width: 16.66%;
    float: left;
    padding: 0px 15px;
}

.free_detail {
  text-align: center;
  margin-top: 35px;
}

.free_feature_section .free_feature_inner .freeprice {
    font-size: 20px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
}

.free_feature_section .free_feature_inner .freeprice del {
    color: #111;
    position: relative;
    text-decoration: none;
}

.free_feature_section .free_feature_inner .freeprice del::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d90000;
    transform: rotate(-10deg);
}

.free_feature_section .free_feature_inner .freetext {
    font-size: 18px;
    color: #d90000;
    font-weight: 600;
    font-style: italic;
}

.full_width .text {
    font-weight: 400;
    line-height: 100px;
}

.free_item:hover {
    transform: scale(1.04);
}

.dissertation-steps{
  background-color: #f5f5f5;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.dissertation-steps-inner p{
  margin-top: 25px;
}

.dissertation-steps .help-button {
    border-radius: 4px;
    background-color: #e8511e;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgb(0 0 0 / 70%);
    margin: auto!important;
    margin-top: 37px!important;
    cursor: pointer;
    display: block;
    position: relative;
    width: 25%;
    transition: 0.5s;
}

.dissertation-steps .help-button:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.dissertation-cta .cta-inner{
  padding: 30px;
 
}

.dissertation-cta .pum-trigger{
  background: #000;
    padding: 15px 45px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    border-radius: 25px;
    margin-right: 20px;
}

.dissertation-cta .cta-buttons{
  margin-top: 50px;
  margin-left: 50px;
}

.dissertation-cta .chat{
    background: #e8511e;
    color: white;
    padding: 15px 45px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: 25px;
}

.dissertation-cta .cta-buttons a:hover{
    background: black;
    color: rgb(255, 255, 255);
}

.dissertation-cta{
  overflow: hidden;
}

.page-component {
    padding-top: 90px;
}

.page-component .column .heading{
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.2em;
    color: #595959;
}

.page-component .column .subheading{
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    color: #595959;
    margin-bottom: 70px;
    line-height: 2;
}

.page-component .features img{
  width: 100%;
  border-radius: 0.5rem;
  filter: drop-shadow(1px 4px 4px #222); 
  margin-top: 40px;

}

.page-component .features .heading {
    margin: 50px 0 25px 0;
    font-weight: 700;
    color: #595954;
    font-size: 28px;
}

.page-component .features p{
  line-height: 2em;
  text-align: justify;
  font-size: 18px;
}

.dist-helpers{
    padding-top: 50px !important;
  padding-bottom: 80px !important;
}

.page-component {
  overflow: hidden;
}

.dist-helpers-inner{
    background-color: #fff8f8;
    padding: 30px;
}

.dist-rating{
  color: darkgoldenrod;
}

.dissertation-help{
  background-color: #fff;
  padding: 15px;
  margin: 20px 0px 20px 0;
}

.dissertation-help h3{
  font-weight: 700;
}

.success-rate{
  font-weight: 600;
    font-size: 18px;
}

.hire-btn{
  background: #e8511e;
  border: solid 2px #e8511e;
  color: #fff;
  padding: 12px 10px;
  display: block;
  text-decoration: none!important;
  border-radius: 30px;
  text-align: center;
}

.hire-btn span{
  text-decoration: none;
}

.hire-btn:hover{
  background: transparent;
  border: solid 2px #e8511e;
  color: #e8511e;
}

.testimonial-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.dist-testimonials{
  background-color: #e8511e;
}

.dist-testimonials .testimonials-wrapper {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.dist-testimonials .testimonials-wrapper h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  padding: 30px;
  color: #000;
  border-radius: 5px;
  background: #fff;
  box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .3);
}

.dist-testimonials .testimonials-blob,
.testimonials-img {
  border-radius: 100%
}

.dist-testimonials .testimonials-img {
  position: relative;
  left: 50%;
  overflow: hidden!important;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: -50px;
  box-shadow: 0 0 0 5px #171719;
  transition: all ease-out .5s;
  transform: translateY(-30%);
  margin-top: 30px;
  filter: brightness(2)
}

.dist-testimonials .testimonial-carousel .active .testimonials-img {
  transform: translateY(0);
  filter: brightness(1)
}

.dist-testimonials .testimonials-person-info {
  text-align: center;
  color: #fff
}

.dist-testimonials .testimonials-blob {
  position: relative;
  left: 80%;
  width: 3px;
  height: 3px;
  transform: rotate(45deg)
}

@keyframes anim {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff
  }
  50% {
    box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff
  }
  100% {
    opacity: 1;
    background: #fff;
    box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff
  }
}

.dist-testimonials .testimonial-carousel .active .testimonials-blob {
  transform-origin: 50% 50%;
  animation: anim linear .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.dist-testimonials .testimonial-carousel {
  overflow: hidden;
  padding-top: 10px;
}


.dist-testimonials .testimonial-carousel .owl-item {
  overflow: hidden;
  transition: all ease-out .3s;
  transform: scale(.7);
  opacity: 0
}

.dist-testimonials .testimonial-carousel .owl-item.active {
  transform: scale(1);
  opacity: 1
}

.dist-testimonials .testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  font-size: 13px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  padding: 0 10px;
  transition: all ease-out .25s;
  transform: translateY(-100%);
  opacity: 1;
  color: #fff;
  border-radius: 3px;
  background: #171719
}

.dist-testimonials .testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  color: #fff;
  background: #615e6b
}

.dist-testimonials .testimonial-carousel .owl-prev {
  left: 0
}

.dist-testimonials .testimonial-carousel .owl-next {
  right: 0
}

.dist-testimonials .testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
  opacity: 0
}



.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #e91e1e1a;
    margin-bottom: 20px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 80px;
}

.faq .card .card-header:hover {
  background: #e8511e1a;
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
 width: 30px;
    height: 30px;
    line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #e8511e;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #a46f6f;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
	color:#000;
}

.dist-faq-section{
  padding-top: 50px !important;
  padding-bottom: 80px !important;
}

.best-dissertation{
  padding-top: 50px !important;
  padding-bottom: 80px !important;
  background-color: #f5f5f5;
}


.best-disp-para{
  margin-bottom: 50px;
}

.dissertation-points li{
  line-height: 2;
  font-size: 18px;
}
.owl-prev{
  margin-top: -100px;
  color: #fff;
}

.owl-next{
  margin-top: -100px;
  color: #fff;
}

.cta-image img{
  width: 100%;
  height: auto;
}

.dist-essay{
  background-color: #f0b501;
}

.dissertation-services{
  padding-top: 50px !important;
  padding-bottom: 80px !important;
  background-color:#f5f5f5;
}

.dissertation-services .publisher-services{
  background: #15324e;
    margin-bottom: 20px;
    padding: 15px 22px 5px;
    text-align: left;
    height: 320px;
	overflow-y: auto;
}

.dissertation-services .publisher-services a{
  text-decoration: none;
  color: #fff;
}

.dissertation-services .publisher-services h3{
  text-align: center;
  color: #fff;

}

.dissertation-services .publisher-services ul{
  color: #fff;
  font-size: 16px;
}

.dissertation-services .publisher-services p{
  color: #fff;
}

.learn-more{
  background-color: red;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    width: 50%;
    margin-left: 60px;
}
.learn-more:hover{
    background-color: transparent;
    border: 2px solid #e8511e;

}

.masonry-hover-wrapper .hover-desc {
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    position: absolute;
    left: 13px;
    top: 0px;
    width: 93%;
    height: 255px;
    padding: 10% 10% 50px;
    box-sizing: border-box;
}

.masonry-hover-wrapper .hover-desc .desc-inner {
    height: 100%;
    overflow: hidden;
    color: #fff;
}

.masonry-hover-wrapper .hover-desc .desc-inner h3{
  font-weight: 400;
  font-size: 25px;
    line-height: 32px;
    letter-spacing: 1px;
}

.masonry-hover-wrapper .hover-desc h3 a {
    color: #fff;
    text-decoration: none;
}

.masonry-hover-wrapper .hover-desc h3:after {
    content: "";
    display: block;
    margin: 15px 0;
    width: 20px;
    height: 3px;
    background: #fff;
}

.masonry-hover-wrapper .hover-desc .links-wrappper {
    bottom: 14px;
    box-sizing: border-box;
    left: 0;
    padding: 0 7% 0 8%;
    position: absolute;
    width: 100%;
}

.masonry-hover-wrapper .hover-desc .links-wrappper a.zoom{
  transition: all 0.3s ease-in-out;
  font-size: 25px;
    color: rgb(255, 255, 255);
    position: relative;
    text-decoration: none;
    top: 0;
}

.masonry-hover-wrapper .hover-desc .links-wrappper a.link{
  transition: all 0.3s ease-in-out;
  float: right;
  font-size: 25px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    position: relative;
    top: 0;
}

.masonry-hover-wrapper:hover .hover-desc {
    opacity: 0.8;
}

.masonry-hover-wrapper .desc-inner .desc-wrappper{
  font-size: 14px;
}

.write-my-paper .help-button {
    border-radius: 4px;
    background-color: #e8511e;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgb(0 0 0 / 70%);
    margin: auto!important;
    margin-top: 37px!important;
    cursor: pointer;
    display: block;
    position: relative;
    width: 40%;
    transition: 0.5s;
}

.write-my-paper .help-button:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.wrap-feature41-box .f41-tab {
    display: block;
}

.wrap-feature41-box .f41-tab li a {
    display: flex;
    padding: 10px;
}

.wrap-feature41-box .f41-tab li a .t-icon {
    margin-right: 25px;
    color: #8d97ad;
}

.wrap-feature41-box .f41-tab li a h5 {
    font-weight: 700;
    color: #000;
}

.btn-orange{
  background-color: #e8511e;
  color: #fff;
}

.wrap-feature41-box .f41-tab li a h6 {
    margin-bottom: 0px;
    color: #2e2d2d;
    text-align: justify;
}

.wrap-feature41-box .f41-tab li a.active, .wrap-feature41-box .f41-tab li a:hover {
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.banner-box {
    color: #fff;
    background: #001753 url(../img/expert-banner.png);
    background-repeat: no-repeat;
    background-position: top right;
    text-align: center;
    overflow: hidden;
  }

.banner-box h2 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 26px;
    margin-right: 200px;
}

.banner-box a {
    padding: 18px 40px!important;
    background: #dd3333;
    color: #fff!important;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 400!important;
    text-decoration: none;
    margin-right: 200px;
}

.banner-box a:hover {
    background: transparent;
    color: #fff!important;
    border: 3px solid #dd3333 ;
}

.customer-serves {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}

.customer-img-box {
    height: 53px;
    display: flex;
    align-content: space-around;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
}

.customer-serves h4 {
    margin: 0;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
}

.customer-serves p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.cta-ideas{
    background-color: #001753;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    padding: 50px;
    border-left-width: 0;
}

.cta-ideas .cta-icon i{
  color: #fff;
  font-size: 50px;
  margin-left: -50px;
}

.cta-ideas .cta-content {
    color: #fff;
    margin: -62px 0px 0px 6px;
}

.cta-ideas .right-cta-content {
    color: #fff;
    margin: -17px 0px 0px 30px;
}

.cta-ideas .dis-cta-button{
  margin: 0px 0px 0px 27px;
  text-decoration: none;
  font-size: 16px;
    line-height: 16px;
    border: 1px solid #e8511e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #e8511e;
    color: #fff;
    padding: 12px 24px;
    width: 70%;
}

.cta-ideas .dis-cta-button:hover{
    border: 1px solid #f7cf1a;
    background: #f7cf1a;
    
}
.cta-ideas .dis-cta-button a{
  text-decoration: none;
}

.cta-ideas .dis-cta-button:hover span{
  color: #000000!important;
}

.disst-service-block{
  background: white;
    transform: scale(0.9);
    padding: 35px;
    border-radius: 15px;
    height: 380px;
	overflow-y: auto;
}

.disst-service-block p{
      font-size: 17px;
    font-weight: 500;
    color: black;
    line-height: 1.9;
}

.disst-service-block h3{
  margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
}

.dissertation-services .box-bg{
  background: url(../img/motormax-toy-factory-limited-226461-removebg-preview.png);
    background-size: 92% 85%;
    background-repeat: no-repeat;
    background-position: left;
}

.dissertation-services .cta-buttons {
    margin-top: 50px;
    margin-left: 50px;
}

.dissertation-services .pum-trigger {
    background: #000;
    padding: 15px 45px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    border-radius: 25px;
    margin-right: 20px;
}

.dissertation-services .chat {
    background: #e8511e;
    color: white;
    padding: 15px 45px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: 25px;
}

.dissertation-services .cta-buttons a:hover {
    background: black;
    color: rgb(255, 255, 255);
}

.sepreator .more-words-shortcode {
    margin: 15px 0 20px;
}

.more-words-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 62px 0 52px;
    background: url(../img/qqi-sepreator.webp) center no-repeat;
    background-size: contain;
    min-height: 220px;
    z-index: 1;
}

.more-words-shortcode .words-left-txt {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.more-words-shortcode span.words-left-em {
    display: block;
    font-size: 75px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 1px 2px 15px rgb(85 48 7 / 64%);
}

.more-words-right {
    max-width: 830px;
}

.more-words-right p.words-right-txt {
    color: #1e2021;
    font-family: Inglobal,Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 30px;
    width: 86%;
}
.more-words-right p.words-right-em {
    color: #6d1e1e;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    margin: 0;
    width: 90%;
}

.more-words-left {
  margin-left: -90px;
}

.more-words-shortcode a{
  text-decoration: none;
}

.sepreator{
  overflow: hidden;
}

.benefits {
    background: #f8f8f8 !important;
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}

.incentives p{
  margin: 15px 0 30px;
    text-align: center;
    display: block;
    font-size: 17px;
    line-height: 24px;
}

.incentives .quality-boxes {
    padding: 10px 0px 0px 0px;
    margin: 10px 0 0;
}

.incentives .quality-boxes .wrapperz {
    border-radius: 10px;
    margin: 7px 0px 10px 0px;
    background-color: #fff;
    display: flex;
    box-shadow: 1px 3px 9px #888383;
    height: 93%;
}

.incentives .quality-boxes .wrapperz .box {
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 20px;
}

.incentives .quality-boxes .wrapperz .box img{
  width: 56%;
}

.qualtiy-box-title {
    font-weight: 600;
    padding: 20px 0px 0px 8px;
    color: #232323;
}

.incentives .quality-boxes .wrapperz .wrapper-text {
    padding: 5px 20px 8px 8px;
    line-height: 20px;
    margin: 0;
    text-align: left;
}

.benefits .features_top {
    position: absolute;
    height: 110px;
    max-width: 408px;
    background-color: #e60000;
    top: 26px;
    z-index: 11;
    left: 35px;
    right: 0;
    margin: 0 auto;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features_top_content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-top: 20px;
}

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

.benefits .features_free {
    position: absolute;
    height: 40px;
    max-width: 150px;
    background-color: white;
    top: 120px;
    z-index: 11;
    left: 35px;
    right: 0;
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -2px 4px 8px 1px rgb(141 142 147 / 45%) !important;
    border: 1px solid #0000002e;
}

.features_free_content p {
    font-weight: 700;
    font-size: 18px;
    margin: unset;
    color: #e60000;
}
.features_free_content p span {
    font-size: 15px;
    font-weight: 500 !important;
    text-decoration: line-through;
}

.benefits .features_box {
    background: #fff;
    box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 8%);
    border: 1px solid rgba(0, 0, 0, .075);
    margin: 25px 0 10px auto;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.benefit_gift {
    position: absolute;
    right: 0;
    bottom: 13px;
}

.benefits .features_box .features_list {
    margin: 150px auto 0;
    padding: 0 !important;
}

.benefits .features_box .features_list li {
    display: block;
    position: relative;
    color: #232323;
    font-weight: 400;
    font-size: 14px;
    margin: 9px 0;
    line-height: 1;
    padding: 0px 0 1px 20px;
    left: 24px;
}

.benefits .features_box .features_list li::before {
    content: url(../img/featurearrow.png);
    position: absolute;
    left: 0;
    top: 2px;
}

.benefits .features_box .features_list li span.price_lbl {
    font-weight: 500;
    color: #e60000;
    display: inline-block;
    text-decoration: line-through;
    text-decoration-color: currentcolor;
    text-decoration-color: #e60000;
    width: 50px;
}

.benefits .features_box .features_list li span.free_lbl {
    display: inline-block;
    min-width: 45px;
    text-align: center;
    color: rgb(255, 208, 0);
    padding: 3px;
    border-radius: 30px;
    left: 8px;
    top: 5px;
    font-weight: 700;
}

.incentives .help-button {
    border-radius: 4px;
    background-color: #e8511e;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgb(0 0 0 / 70%);
    margin: auto!important;
    margin-top: 37px!important;
    cursor: pointer;
    display: block;
    position: relative;
    transition: 0.5s;
}

.incentives .help-button:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.working {
    background: #f7f9fb;
     padding-top: 50px !important;
    padding-bottom: 80px !important;
}

.working h2{
    text-align: center;
    margin: 0 0 7px 0;
    line-height: 39px;
}

.working .title-p {
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 18px;
    line-height: 26px;
    color: #898989;
}

.hiw-steps .col-hiw-step {
    float: left;
    width: 20%;
    padding: 0 8px;
}

.hiw-steps .hiw-step-item {
    border: 1px solid #E9E9E9;
    box-shadow: 0 20px 20px 0 rgb(38 81 135 / 5%);
    background: #fff;
    height: 250px;
    position: relative;
    padding: 111px 10px 10px 10px;
    border-radius: 5px;
}

.hiw-steps .hiw-step-item .hiw-step-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    display: inline-block;
    width: 57px;
    height: 57px;
    margin: auto;
}

.hiw-steps .hiw-step-item .p1 {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 20px;
  line-height: 16px;
  color: #e8511e;
  font-weight: 700;
}

.hiw-steps .hiw-step-item .hiw-step-icon1 {
    background: url(../img/step_1.svg) no-repeat center;
}

.hiw-steps .hiw-step-item .hiw-step-icon2 {
    background: url(../img/step_2.svg) no-repeat center;
}

.hiw-steps .hiw-step-item .hiw-step-icon3 {
    background: url(../img/step_3.svg) no-repeat center;
}

.hiw-steps .hiw-step-item .hiw-step-icon4 {
    background: url(../img/step_4.svg) no-repeat center;
}

.hiw-steps .hiw-step-item .hiw-step-icon5 {
    background: url(../img/step_5.svg) no-repeat center;
}

.hiw-steps .hiw-step-item .p2 {
    margin: 0;
    line-height: 24px;
    color: #243743;
    text-align: center;
}

.compariosn-table tbody td{
  width: 17%;
}

.compariosn-table tbody td img{
  width: 18%;
  margin-left: 40%;
}

.compariosn-table thead tr th{
  background-color: #c8e5ff;
}

.compariosn-table thead tr .co-name{
  background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.compariosn-table thead tr .our-co{
      background-color: #508cc1;
    color: rgb(255 255 255);
}

.compariosn-table .table-bordered th {
    border: 1px solid #d1d2d3!important;
}

.compariosn-table .table-bordered td{
   border: 1px solid #d1d2d3!important;
}

.compariosn-table tbody tr .our-company{
  background-color: #f0f8ff;
}

.compariosn-table tbody tr .our-company:hover{
  background-color: #e0f0ff;
}

.right-solution {
    width: 100%;
    text-align: center;
    background: #f6f6f6;
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}

.right-solution .solution_top{
    width: 100%;
    overflow: hidden;
}

.right-solution .solution_top h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 15px;
    position: relative;
    z-index: 9;
}


.solution_bot {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0;
}

.solution_box {
    width: 100%;
    position: relative;
}

.solution_icon {
    width: 100%;
    position: relative;
    z-index: 43;
}

.solution_icon::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #f7d022;
    z-index: -1;
    bottom: 6px;
    border-radius: 5px;
    animation: myfirst 5s 260;
    animation-direction: alternate-reverse;
    margin: auto;
}

.solution_text h3 {
    font-size: 20px;
    margin: 20px 0 15px;
    text-transform: capitalize;
    font-weight: 700;
}

.solution_text p {
    margin: 0 10px 30px;
}

.solution_text a.pop_btn {
    background: #f7d022;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 15px;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.solution_text a.pop_btn:hover {
    color: #ffffff;
    background: rgb(255, 0, 0);
}

.pay-for-assingement{
  width: 100%;
  padding-top: 50px !important;
    padding-bottom: 80px !important;
}

.pay_left h5 {
    letter-spacing: 1px;
    margin: 0 0 8px;
    font-weight: 400;
}

.pay_left h2 {
    font-size: 36px;
    color: black;
}

.pay_left p {
    margin: 20px 0;
}

.pay-for-assingement .main_btn {
    background-color: #e8511e;
    color: #fff;
    padding: 10px 30px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    transition: .5s;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.pay-for-assingement a.main_btn:hover {
    background: #000000;
    color: #fff;
    transition: .5s;
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.pay_right{
  margin-top: 40px;
}

@keyframes float-bob-y{
  0% {
    transform: translateY(-20px);
}
50% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(-20px);
}
}

.online-cta {
  width: 100%;
  background: #e8511e;
  padding-top: 50px !important;
  padding-bottom: 40px !important;
}

.online_cta_right h3 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #fff;
}

.online_cta_right p {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}

.online_cta_rightul {
    margin: 25px 0 0;
}

.online_cta_right ul li {
    color: #fff;
    font-size: 16px;
    margin: 10px 0 0;
    list-style: none;
   
}

.online_cta_right ul li span.star {
    color: #f39c12;
    font-size: 18px;
    margin: 0 15px 0 0;
}


.online-cta a {
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #f39c12;
  padding: 20px 20px;
  display: inline-block;
  margin: 40px 46px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  background: #f39c12;
}

.online-cta a:hover {
    border: 2px solid;
    background: transparent;
}

.online_cta_left img{
  margin: -67px 0px 0px -50px;
}


.exam-faq {
  padding: 60px 0;
}
.exam-faq .faq-list {
  padding: 0;
  list-style: none;
}
.exam-faq .faq-list li {
    background-color: #f7d022;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 40px;
}
.exam-faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    height: 50px;
}

.exam-faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
}
.exam-faq .faq-title {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.exam-faq .faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}

.exam-faq .collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}

.multiple-subjects{
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}

.top-heading{
  margin-bottom: 50px;
}

.top-heading h2 {
  color: #e8511e;
}

.top-heading p{
    font-weight: 400;
}

.multiple-subjects .subject-content .main-subject{
  padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #d7d7d7;
    height: 90px;
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
}
.multiple-subjects .subject-content .main-subject:hover{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.multiple-subjects .subject-content .main-subject .subject-icon{
  margin-right: 10px;
}

.multiple-subjects .subject-content .main-subject .subject-icon-content{
    color: #555;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}

.exam-cta{
  background-color: #e8511e;
    
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

.exam-cta h3{
    color: #ffc600;
    font-size: 16px;
    font-weight: 600;
}

.exam-cta h2{
    font-size: 30px;
    font-weight: 700;
}

.exam-cta .order-now-button{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    width: 36%;
    background-color: #fff;
    padding: 12px 40px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
}

.exam-cta .order-now-button:hover{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    width: 36%;
    color: #ffffff;
    background-color: #ffc600;
    padding: 12px 40px;
    border-radius: 4px;
    text-decoration: none;
}

.exam-cta .order-now-button:hover a{
    color: #000000;
}

.exam-cta .order-now-button a {
  fill: #e8511e;
  color: #e8511e;
  text-decoration: none;
}
.honestly{
  background-color: #ffc600;
   padding-top: 50px !important;
    padding-bottom: 80px !important;
}

.honestly h2 {
  color:#fff;
  margin-bottom: 30px;
}

.honestly li {
    color: #fff;
    list-style: none;
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    line-height: 2;
}

.honestly i {
  position: absolute;
  left: 0;
  color:#e8511e;
  font-size:32px;
  margin-top: 6px;
}

.h_m_sec3 {
    width: 100%;
    text-align: center;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

.h_sec3_top {
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
}

.h_sec3_top h3 {
    font-size: 18px;
    line-height: 36px;
    color: #f39c12;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 0;
}

.h_sec3_top h2 {
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px;
}

.fea_box_icon img {
    border: 1px solid #e8e7ec;
    border-radius: 50%;
    margin: 0 auto 30px;
    padding: 5px;
}

.fea_box_text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin: 0 10px 15px;
    position: relative;
}


.fea_box_text p {
    color: #000;
    line-height: 24px;
    margin: 0 10px 10px;
}
.fea_box_icon img{
  width: 30%;
}

.heading-banner {
    height: auto;
    padding-top: 20px;
    padding-bottom: 5px;
}

.headingstyle {
    color: #e8511e;
    text-align: left;
    padding: 0 0 7px 0;
    font-weight: 700;
    
    margin: 0;
    border-bottom: 2px solid #e8511e;
    text-transform: capitalize;
}

.backToExam {
    text-decoration: none;
    cursor: pointer;
    font-weight: 10;
    font-size: 18px;
    position: absolute;
    margin-top: -1.8em;
    margin-left: 85%;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination .nav-links{
  display: flex;
}

.navigation{
  margin: auto;
}

.pagination ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
}
.pagination {
	width: 100%;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination ul li{
  color: #e8511e;
  list-style: none;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}
.pagination ul li.numb{
  list-style: none;
  height: 45px;
  width: 45px;
  margin: 0 3px;
  line-height: 45px;
  border-radius: 50%;
}
.pagination ul li.numb.first{
  margin: 0px 3px 0 -5px;
}
.pagination ul li.numb.last{
  margin: 0px -5px 0 3px;
}
.pagination ul li.dots{
  font-size: 22px;
  cursor: default;
}
.pagination ul li.btn{
  padding: 0 20px;
  border-radius: 50px;
}
.pagination li.active,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover{
  color: #fff;
  background: #e8511e;
}

.testi-top {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-image: linear-gradient(180deg, #e8511e, #fff);
    background-repeat: no-repeat;
}

.card {
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.profile-pic {
    width: 100px !important;
    height: 100px;
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #e5c11e !important;
    border: none;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    color: #ffc820 !important;
    background-color: transparent !important;
}

.owl-dots {
    display: none; 
}

.testi-top button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.pop-courses .item {
    display: block;
}

.next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
}

.prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
}

.item.show {
    display: block;
    transition-duration: 0.4s;
}

.timer-sec .App-Built {
    background-color: #ffc820;;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 216px;
}

.timer-sec .Happy-Customers {
    background-color: #ffd620;;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 216px;
}

.timer-sec .Repeat-Business {
    background-color: #e8511e;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 216px;
	border: 1px solid;
}

.timer-sec .Developers {
    background-color: #ffb820;;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 216px;
}

.timer-sec div {
    text-align: center;
    color: #fff;
}

.App-Built i {
    font-size: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.Happy-Customers i {
    font-size: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
}

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

.timer-sec div {
    text-align: center;
    color: #fff;
}

.timer-sec .data-text {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px !important;
}

.Repeat-Business i {
    font-size: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.Developers i {
    font-size: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contboxmeny {
    border: 1px solid #E2E5E7;
    border-radius: 8px 8px 8px 8px;
    float: left;
    margin-top: 30px;
}

.contboxmeny .star-rating{
  margin: 20px 0px 0px 22px;
    color: #ffb734;
}

.contboxmeny p {
    color: #000;
    margin: 20px 20px 35px;
    word-spacing: normal;
}

.perimg {
    background-color: #D3D3D3;
    border-radius: 50px 50px 50px 50px;
    float: left;
    margin-bottom: 33px;
    margin-left: 20px;
    overflow: hidden;
}

.perimg img {
    width: 50px;
    border: solid 0 #FFFFFF;
}

.nameper {
    color: #373A41;
    float: left;
    font-size: 16px;
    margin-left: 16px;
    margin-top: 4px;
}

.nameper a {
    color: #f40000;
    text-decoration: none;
}

.contboxmeny .img-testi{
  height: 293px;
    border-radius: 8px;
}

.contboxmeny:hover{
  border: 1px solid #ffd000;
    box-shadow: 0 4px 42px rgb(0 0 0 / 12%);
    transform: scale(1.01);
    transition: all .3s ease;
}

.order-page-title {
    position: relative;
    padding: 50px 0;
    background-color: #ff8d00;
    border-bottom: 1px solid #EEE;
}
.order-page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    font-size: 28px;
    font-weight:700
}

.order-page-title span {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
}

.order-now-content{
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}

.order-now-content .order-entry-image{
  margin-bottom: 30px;
}

.order-now-content h3{
  margin: 0 0 30px 0;
}

.order-entry-content{
  margin-top: 30px;
}

.order-entry-content p{
  margin-bottom: 30px;
}

.order-entry-content a{
  border-bottom: 1px solid #e8511e;
  color: #e8511e;
  font-weight: 600;
}

.order-entry-content a:hover {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.order-form{
  padding-top: 50px !important;
    padding-bottom: 80px !important;
    border-top: 1px solid #EEE;
}

.order-form h3{
  font-size: 24px;
  color: #444;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

.topmargin {
    margin-top: 50px !important;
}

.col_one_third{
  margin-bottom: 25px;
  display: block;
    position: relative;
    margin-right: 4%;
    float: left;
}

.col_one_third {
    width: 30.63%;
}

label {
    display: inline-block;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
    max-width: 100%;
    font-weight: bold;
}

.sm-form-control {
    height: auto;
    display: block;
    width: 100%;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    transition: border-color ease-in-out .15s;
}

.col_last {
    margin-right: 0 !important;
    clear: right;
}

.col_full{
  margin-bottom: 25px;
  clear: both;
    float: none;
    margin-right: 0;
    display: block;
    position: relative;
    width: 100%;
}

.button.button-rounded {
    border-radius: 3px;
}

.button.button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}

.button {
    text-transform: none;
    text-shadow: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    background-color: #e8511e;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

.nomargin {
    margin: 0 !important;
}

.button:hover {
    background-color: #ffae00;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}
.order-page-title .order-image img{
  width: 20%;
    float: right;
    margin: -70px 0px 0px 0px;
}

.f-search {
    border-radius: 10px;
   background-color: #e8511e;
    padding: 20px;
}

.f-search .f-search-title {
    margin-bottom: 10px;
    color: white;
}

.f-search .f-search-title h2 {
    font-size: 27px;
    font-weight: 700;
}
.card-body {
    padding: 0px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.f-search .submit_main {
    justify-content: space-between;
    align-items: center;
}

.f-search .submit_main div {
    position: relative;
    overflow: hidden;
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.f-search .submit_main input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.f-search .submit_main div {
    position: relative;
    overflow: hidden;
}

.f-search .submit_button {
    margin-bottom: 0!important;
    text-align: right;
}

.f-search .btn-outline-pink {
    height: 43px;
    width: 90px;
    background: #ffc107;
    margin: 20px;
    float: left;
    border: 0px;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #000 inset;
    border-radius: 6px!important;
    color: #fff!important;
    overflow: hidden;
    padding: 8px 36px;
    position: relative;
    z-index: 1;
}

.f-search .btn-outline-pink a{
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.f-search .submit_button .btn-outline-pink i {
    font-weight: 900;
    margin-top: -19px;
    margin-left: -48px;
}

.f-search .btn-outline-pink:hover {
    box-shadow: 100px 0 0 #1c334c inset;
}

.f-search .btn-outline-pink:hover a{
  color: #fff;
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}

.order-wrapper{
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}

.order_page_sidebar {
    border: 1px solid #eeeeee;
    padding: 40px 20px;
    border-radius: 3px;
    box-shadow: 0 3px 20px #d0d0d05c;
    min-height: 615px;
    background: #fff;
}

.rotate_boxes_home {
    margin-bottom: 8px;
    text-align: center;
}

.rotate_order_icon {
    height: 60px;
    width: 60px;
    background: #f4f9ff;
    transform: rotate(0);
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 18px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px 0 #014a994f;
    overflow: hidden;
    border: 2px solid #fff;
}

.rotate_order_icon img {
        transform: rotate(0);
    width: 35px;
    margin-bottom: 0;
    padding-top: 14px;
}

.rotate_boxes_home span {
    color: #ef6a23;
    margin-bottom: 10px;
    display: block;
}

.rotate_boxes_home h4 {
    font-size: 16px;
}

.order_page_details {
    margin-top: 30px;
}

.order_page_details h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    margin-top: 30px;
    font-size: 1.75rem;
}

.order_student_prefer h4 {
    font-weight: 500;
    text-align: center;
}

.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
}
.swing img {
    border: 5px solid #f8f8f8;
    display: block;
}
.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 20px;  
    border: 1px solid #999;
    top: 10px;
    left: 28%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
/* nail */
.swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: 7px;
    left: 49%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

figure {
    margin: 15px 0 1rem;
}


.tab_div {
  width: 100%;
  transform: translateZ(0);
   padding-top: 50px !important;
    padding-bottom: 80px !important;
    height: 600px;
    background-color: whitesmoke;
}

.tabs_menu {
  width: 25%;
  float: left;
  margin-left: 60px;
}

.services-tabs{
  padding-top: 50px !important;
    padding-bottom: 80px !important;
}

.services-tabs ul.tabs {
  padding: 0;
}

#tab1,
#tab2,
#tab3,
#tab4 {
  padding-top: 10%;
  padding-bottom: 20%;
  padding-left: 15%;
  padding-right: 0%;
  width: 100%;
  font-weight: 700;
}

.services-tabs ul.tabs li {
  list-style-type: none;
  border-right: 2px solid white;
  font-size: 18px;
  color: white;
  /*   transition: background-color 0.2s ease; */
}


/* ul.tabs li:hover {
  border-right: 2px solid #e1386c;
  background-color: rgba( 255, 155, 180, .9);
  font-weight: bold;
} */

#tab1_content,
#tab2_content,
#tab3_content,
#tab4_content {

  width: 70%;
  height: auto;
  padding-top: 5%;
}


.services-tabs p {
  font-size: 16px;
  color: rgb(0, 0, 0);
}


/* hover effect */

.services-tabs ul.tabs li {
  display: inline-block;
  position: relative;
  padding: 1em;
  cursor: pointer;
  background: #e8511e;
  color: white;
  z-index: 0;
  border-bottom: 1px solid;
}

.services-tabs ul.tabs li:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .5s ease-out;
}

.services-tabs ul.tabs li:hover:before {
  transform: scaleX(1);
}

.tab_content{
  margin-left: 400px;
}

.item-links {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 0.625rem;
    margin: 0 -0.9375rem;
}

.cleanlist {
    list-style-type: none;
    padding: 0;
}

.item-links li {
    padding: 0 0.9375rem;
    width: 50%;
}

.item-links a {
    transition: all .15s cubic-bezier(.455,.03,.515,.955);
    display: block;
    background: #fff;
    line-height: 3.75rem;
    padding: 0 1.875rem;
    height: 3.75rem;
    
    text-decoration: none;
    color: #000;
}

.item-links a:hover {
    background: #ff3636;
    color: #fff;
}

.item-links:hover i {
    display: none;
}

.btn-solid.btn-blue {
    color: #ff3636;
}

.btn-solid {
    line-height: 3.4375rem;
    min-width: 10.3125rem;
    padding: 0 2.5rem;
    height: 3.4375rem;
    font-size: 1rem;
}

.btn-solid .txt {
    color: #fff;
}

.services-tabs .help-button {
    border-radius: 4px;
    background-color: #e8511e;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgb(0 0 0 / 70%);
    margin-left: 400px!important;
    cursor: pointer;
    margin-top: 0px!important;
    display: block;
    position: relative;
    width: 50%;
    transition: 0.5s;
}

.services-tabs .help-button:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.blog-top {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border: 1px solid #dee2e6;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.h-article {
    font-size: 30px;
    font-weight: 600;
}

.input-grp {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-grp .form-control {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-grp>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-grp-append {
    display: flex;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 0px!important;
}

.input-grp-append .btn:hover {
    background: #f0b501;
    border: #f0b501;
    color: #fff!important;
}

.blog-top .category {
    width: 94%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: grid;
}

.postform {
    border: none;
    text-decoration: none;
}

.services-section{    
  padding-top: 50px !important;
    padding-bottom: 80px !important;
}

.services-section .publisher-services {
    background: #15324e;
    margin-bottom: 20px;
    padding: 15px 15px 15px;
    text-align: left;
    height: 300px;
}


.services-section .publisher-services a {
    text-decoration: none;
    color: #fff;
}

.services-section .publisher-services h3 {
    text-align: center;
    color: #fff;
    font-size: 1.75rem;
}

.services-section .publisher-services ul {
    color: #fff;
    font-size: 16px;

}

.services-section .publisher-services p {
    color: #fff;
}

.services-section .learn-more {
    background-color: red;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    width: 80%;
    margin-left: 25px;
    
}

#sample_assignment_categories {
    background: #e6f3f6;
}

#sample_assignment_categories .heading h3 {
    font-size: 28px;
    color: #e8511e;
    text-align: center!important;
    line-height: 35px;
}

#sample_assignment_categories .card-body {
    padding: 0 14px;
}

#sample_assignment_categories .assignment {
    background-color: #fff;
    padding: 9px;
    margin: 10px 0;
    border-radius: 15px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

#sample_assignment_categories .assignment a{
  color: #000;
  text-decoration: none;
}

#sample_assignment_categories .assignment:hover i{
   background-color: #ffffff;
   border: 2px dotted #e8511e;
    color: #e8511e;
}

.sample-cat_icon i {
    font-size: 25px;
    line-height: 49px;
    width: 50px;
    height: 50px;
    border: 2px dotted #fff;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #e8511e;
    color: #fff;
}

.smplheading_cat {
    color: #000;
    margin: 0;
    padding: 7px 0 0 0;
    text-align: justify;
}

#sample_assignment_categories .assignment:hover {
    background-color: #fcf611;
    padding: 9px;
    margin: 10px 0;
    border-radius: 15px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


.search{
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);  
}

.search input{
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}

.search i {
    position: absolute;
    top: 20px;
    left: 16px;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0px;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    padding-left: 100px;
}

.breadcrumb .breadcrumb-item a {
    color: #000;
    text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
    color: #455a64;
}

.breadcrumb .breadcrumb-item a:hover {
    font-weight: 700;
}

.blog-top {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border: 1px solid #dee2e6;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
}


.input-grp {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-grp .form-control {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-grp>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-grp-append {
    display: flex;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.input-grp-append .btn:hover {
    background: #FF8200;
    border: #FF8200;
    color: #fff!important;
}

.search-form .btn{
  height: 37px!important;
    width: 50px!important;
    top: 1px!important;
    right: 0px!important;
}

.search-form i{
  top: 11px!important;
    left: 16px!important;
}

.blog-content-section{
    padding-top: 50px !important;
    padding-bottom: 80px !important;
    overflow: hidden;
}

.blog-content-section .blog-post {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.blog-content-section .blog-post h2{
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #ea5d2e;
    font-size: 24px;
    
}

.blog-content-section .blog-post h2 a:hover{
    color: #e8511e;
}

.blog-content-section .blog-post a {
 
    text-decoration: none;
    color: #e8511e;
}

.blog-content-section .metadata {
    margin-right: 7px;
}

.blog-content-section .metadata span {
    margin-right: 7px;
}

.blog-content-section .metadata a {
    font-weight: normal;
    text-decoration: none;
    color: #333;
}

.blog-content-section .metadata a:hover{
  color: #e8511e;
}

.blog-content-section .blog-post .postthumbnail {
    margin-bottom: 20px!important;
    margin-top: 20px!important;
    display: block;
    margin: auto;
}

.blog-content-section .postthumbnail img:hover {
    opacity: 0.7;
    background: black;
    -webkit-transition: .7s all ease;
  }

.blog-content-section .postthumbnail .wp-post-image {
    max-width: 100%;
    display: block;
    margin: auto;
    float: none;
}

.blog-content-section p{
  margin: 0 0 10px;
  text-align: justify;
}

.blog-content-section .blog-post a {
    font-weight: bold;
    text-decoration: none;
}

.blog-content-section .Button {
    cursor: pointer;
    width: 140px;
    background-color: #e8511e;
    color: #fff;
    padding: 10px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.blog-content-section .Button:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none !important;
}

.Block .input-group {
    width: 95%;
    margin-left: 10px;
}

.Block .input-group i{
  color: #fff;
}

.Block .input-group-text{
  background-color: #e8511e;
    border: 1px solid #e8511e;
}

.Block .input-group-text:hover{
  background-color: #b70000;
  border: 1px solid #b70000;
}

.items {
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #E6E4E6;
    background-color: #fff;
    font-size: 14px;
    overflow: hidden;
}
.Block ul {
    padding: 0;
    line-height: 18px;
}
.Block ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.popular-posts li {
    line-height: 1.8;
    padding-top: 2px;
    text-decoration: none;
    color: #000!important;
}

.popular-posts a {
    color: #222!important;
    text-decoration: none!important;
    font-size: 16px;
}

.popular-posts a:hover {
    color: #e8511e!important;
}

.popular-posts{
  margin-left: -25px;
}

.meta {
    font-size: 14px!important;
    overflow: hidden;
}

.items h3 {
    background-color: #e8511e;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    font-size: 24px;
    margin-bottom: 10px;
}

#recent-posts-2 i{
  color: #fff;
}

#recent-posts-2 a{
    color: #222!important;
    text-decoration: none!important;
    font-size: 16px;
}

#recent-posts-2 a:hover {
    color: #e8511e!important;
}

#recent-posts-2 li {
    line-height: 1.8;
    padding-top: 2px;
    text-decoration: none;
    color: #000!important;
}

#categories-2 a{
    color: #222!important;
    text-decoration: none!important;
    font-size: 16px;
}

#categories-2 a:hover {
    color: #e8511e!important;
}

#categories-2 li {
    line-height: 1.8;
    padding-top: 2px;
    text-decoration: none;
    color: #000!important;
}

.stick {
    width: 26%!important;
    position: fixed;
    top: 0;
    z-index: 10;
    border-radius: 0 0 0.5em 0.5em;
    margin-top: 50px;
}
#recent-posts-2 ul{
  margin-left: -30px;
}


.main-section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}



.section-title {
    position: relative;
    margin-bottom: 15px;
}



.samples nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}

.samples nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
  
    border-radius:0;
}
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#e74c3c;
    border-radius:0;
}
 

.samples nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.samples .tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}

.samples nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.samples{
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.samples .tab-content a:hover{
  color: #e74c3c;
  text-decoration: none;
}

.samples .tab-content li{
  list-style-type: none;
   line-height: 2;
}

.samples .tab-content i{
  margin-right: 10px;
  color: #e74c3c;
}
.text-orange{
	color: #000;
}


.author-box h5{
  font-size: 24px;
    color: #e74c3c;
}

.lwptoc {
    margin: 32px 0;
}

.lwptoc_i {
    padding: 14px 18px 18px;
    text-align: left;
}

.lwptoc_header {
    margin-bottom: 6px;
}

.lwptoc_toggle {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 80%;
}

.lwptoc_toggle:before {
    content: '[';
}

.lwptoc_toggle_label {
    margin: 0 1px;
}

.lwptoc_toggle:after {
    content: ']';
}


.lwptoc_itemWrap a:hover{
  color:#0d1f42;
}

.lwptoc_item_number {
    margin-right: 2px;
}

.lwptoc_item_label{
  font-weight: 400;
  color: #e74c3c;
}

.lwptoc_item_label:hover{
  font-weight: 400;
  color: #0d1f42;
}

#Case_note_definition{
  color: #ea5d2e;
  font-size: 24px;
}

#Steps_of_writing_a_case_note{
  color: #ea5d2e;
  font-size: 24px;
}

#What_is_the_format_of_a_case_note_write-up{
  color: #ea5d2e;
  font-size: 24px;
}

#Avail_the_best_essay_writing_help_from_expert_writers_of_qqiassignmentscom{
  color: #ea5d2e;
  font-size: 24px;
}

.search-bar .btn-primary:hover {
    color: #fff;
    background-color: #001753!important;
    border-color: #001753!important;
}

.career-image-box {
    margin-top: 40px;
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes float-bob-y{
0% {
    transform: translateY(-20px);
}
50% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(-20px);
}
}

.career-about h2 {
    color: #000;
    margin: 20px 0;
    line-height: 1.2;
}

.career-about h2 span {
    color: #fe9435;
 
}
.dist-testimonials:not(.py-5){
	display: none;
}
.content-section-white {
    width: 100%;
    /* float: left; */
    position: relative;
    padding: 50px 0;
    clear: both;
    background-color: #fff;
}

.page-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 15px;
}
.textCommon {
    font-size: 16px;
    font-family: inherit;
    padding: 5px 0;
    line-height: 24px;
}

.landing-writing-service-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-writing-service-list li {
    padding: 0 0 0 50px;
    position: relative;
    margin-bottom: 2rem;
    display: block;
    width: 100%;
    float: left;
}

.landing-writing-service-list li h4{
    font-weight: 600;

}

.landing-writing-service-list li p {
    line-height: 22px;
    font-family: inherit;
    text-align: justify;
    margin: 0;
}


.content-section-white .help-button {
    border-radius: 4px;
    background-color: #e8511e;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 15px;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgb(0 0 0 / 70%);
    margin: auto!important;
    margin-top: 70px!important;
    cursor: pointer;
    display: block;
    position: relative;
    width: fit-content;
    transition: 0.5s;
}

.content-section-white .help-button:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.sample-services .assignment{
  height: 100px;
}

.sample-services .smplheading_cat {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 7px 0 0 0;
    text-align: left;
}

.footer-section span {
  color: #fff;
  font-size: 20px;
}

.heading-line {
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 100%;
}

.heading-line .short-line {
  width: 100px;
  display: inline-block;
  height: 2px;
  background-color: #e8511e;
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
  transition: all .4s linear;
}

.heading-line .long-line {
  width: 0px;
  animation: move 1.5s infinite linear;
  display: inline-block;
  height: 2px;
  background-color: #e8511e;
  border-radius: 10px;
  position: relative;
  transition: all .4s linear;
}

.footer-widget-heading{
  margin-left: 0px!important;
}

.our-works2 a{
  text-decoration: none!important;
  color: #000;
}

.testi-top .item{
  margin-right: 30px!important;
  height: 430px;
}

.masonry-brick i {
  margin: 20px -18px 0px 16px;
  color: #a58435;
}

.timee {
  font-size: 16px!important;
  float: right;
}

.page-numbers {
  border: 2px solid #e74c3c;
    padding: 0 10px 0px 10px;
    margin-right: 10px;
}

.page-numbers:hover{
  background-color: #e74c3c;
  color: #fff;
}

.page-numbers {
  color: #e74c3c;
}

#career-image-box{
  position: sticky;
    top: 20px;
}
.career-content-box a{
  color: #e8511e;
}

.order-wrapper .card-head {
  background: #e8511e;
  padding: 10px 0;
  text-align: center;
  color: white;
}

.order-wrapper h2 {
  text-align: center;
  font-weight: 600;
  margin-top: 0px;
}

.order-wrapper .card-body {
  border: 1px solid rgba(0,0,0,.125);
  background: #fff;
  padding: 1.25rem;
}

.bg-overlay {
  background:  rgba(0,0,0,.9);
 
  color: #fff;
  padding: 100px 0px 50px 0;
}

.span_color {
  background: #fff000;
  color: #090909;
  line-height: 18px;
  display: inline;
  padding: 0 5px;
  text-transform: uppercase;
}

.blog-top-bar #category-select select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bg-overlay .btn {
  box-shadow: 0 5px 10px 2 rgba(229, 75, 75, 0.3);
  background-color: #ea5d2e;
  color: white;
  padding: 6px 20px;
  outline: none;
  border-color: #e54b4b;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}

.sample_features {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style-type: none;
}

.sample_features li {
  width: 33.33%;
  padding: 0 0 0px;
  color: #fff000;
  font-size: 40px;
  display: flex;
  line-height: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sample_features li i.expert_sm {
  background-position: -353px -246px;
}

.sample_features li .title {
  font-size: 20px;
  line-height: 22px;
  display: flex;
  color: #fff;
}

.sample_features li i.guaranteed_sm {
  background-position: -411px -246px;
}

.sample_features li i.turnitin_sm {
  background-position: -468px -246px;
}

.content-box {
  padding: 20px;
}

.features-box {
  border-radius: 15px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 20px -5px #6666667a;
}

.features-box-text {
  color: #ff2b2b;
  margin: 5px;
  padding-bottom: 0;
  padding: 15px 0;
}

.content-box .bg-yellow {
  background-color: #fff000;
}

.features-box-text img {
  width: 57%;
}

.font-h1 {
  font-size: 46px!important;
  float: left;
}

.content-box .btn {
  box-shadow: 0 5px 10px 2 rgba(229, 75, 75, 0.3);
  color: white;
  padding: 6px 20px;
  outline: none;
  border-color: #e54b4b;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}

.top-call {
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 10px;
  border-radius: 10px;
}
.bg-orange {
  background-color: #ea5d2e;
}

.top-call p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
}

.top-call .btuns a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #fff;
  border: 2px solid #da251d;
  text-transform: uppercase;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 5px;
  color: #e3431b;
}

section.post {
  padding: 15px;
  margin-bottom: 25px;
}

section.post h2 {
  line-height: 24px;
  text-align: center;
}

section.post .post-title {
  font-size: 20px;
  margin-top: 13px;
  color: #ea5d2e;
}

.post .btn {
  box-shadow: 0 5px 10px 2 rgba(229, 75, 75, 0.3);
  background-color: #ea5d2e;
  color: white;
  padding: 6px 20px;
  outline: none;
  border-color: #e54b4b;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}

.post a{
  color: #b24926;
}

.post .btn:hover{
  background-color: #fff !important;
  border-color: #ea5d2e!important;
  color: #ea5d2e!important;
}

.main-section-padding .card-head {
  background: #e8511e;
  padding: 10px 0;
  text-align: center;
  color: white;
  position: sticky;
  top: 20px;
}

.main-section-padding .card-head h2 {
  text-align: center;
  font-weight: 600;
  margin-top: 0px;
}

.main-section-padding .card-body {
  border: 1px solid rgba(0,0,0,.125);
  background: #fff;
  padding: 1.25rem;
}

.page-content h1 {
  color: #ea5d2e;
  text-transform: capitalize;
}

.page-content h2 {
  color: #ea5d2e;
  text-transform: capitalize;
  margin-top: 20px;
}

.page-content h3 {
  color: #ea5d2e;
  text-transform: capitalize;
  margin-top: 20px;
}

.page-content a{
  color: #b24926;
}

.card-head {
  background: #ffffff;
  padding: 10px 0;
  text-align: center;
  color: #e8511e;
}

.card-body {
  border: 1px solid rgba(0,0,0,.125);
  background: #fff;
  padding: 1.25rem;
}

#hero-banner button[type=submit] {
  border-radius: 6px;
  background: #0d1f42!important;
  color: white;
  border: initial;
  border-radius: 0px;
  /* height: 41px; */
  padding: 5px 15px;
  font-size: 18px;
}

.ii {
  font-size: 46px;
  color: #ea5d2e;
}

#singapore-expert-counter-banner .count {
  color: #ea5d2e;
  font-size: 29px;
  margin-top: 5px;
  font-weight: 500;
  display: block;
}

#singapore-expert-counter-banner .counter-text {
  font-weight: 400;
  font-size: 16px;
}

#OurBestExperts {
  background-color: #f9f9f9;
  padding: 40px 0px;
}

.color-orange {
  color: #ef800c;
}

#OurBestExperts .expert-listing .expert-head .head {
  background-color: #909090;
  background-image: linear-gradient(180deg, #909090, #909090);
  box-shadow: none;
  border-radius: 0!important;
  border: 0;
  text-shadow: none;
  border-right: 1px solid #fff;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

#OurBestExperts .expert-listing .expert-body .expert-block .box {
  padding: 15px;
  background-color: initial;
}

#OurBestExperts .expert-listing .expert-body .expert-block .box .expert-name {
  margin: 0;
  color: #373737;
  font-size: 15px;
  font-weight: 700;
}

#OurBestExperts .expert-listing .expert-body .expert-block .box .about-exert {
  font-size: 14px;
  line-height: 22px;
  color: #373737;
  padding: 0;
  text-align: justify;
  text-align: left;
  margin: 0;
}

#OurBestExperts .expert-listing .expert-body .expert-block .box .rating {
  color: #dd6e02;
  font-size: 12px;
  margin-bottom: 10px;
}

#OurBestExperts .expert-listing .expert-body .expert-block .box .rating-count span {
  font-weight: 400;
}

#OurBestExperts .expert-listing .expert-body .expert-block .box .expert-btn {
  background-color: #ea5d2e;
  color: #fff;
  padding: 8px 30px;
  border: none;
  box-shadow: 2px 2px 2px #9a9a9a;
  cursor: pointer;
  margin: 0 auto;
  transition: all .2s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
}

.expert-body a{
  color: #b24926;
}

 h2 span {
    color: #fe9435;
   
}

.career-content-box i{
	color:#226699;
}
.logo img{
	max-height: 80px
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	    position: absolute;
    
    top: 67px;
    left: 50%;
    transform: translate(-50%);
}
.navbar-expand-lg .navbar-nav .dropdown-menu.service{
	left: 45%;
}
.fixed-main{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 10001;
}
.form-control:focus{
	border-color: grey;
	box-shadow: unset;
}
.hire_experts_btn>.row>.col-md-4{
	display: flex;
	align-items: center;
	justify-content: center;
}

element.style {
}
*, ::after, ::before {
    box-sizing: border-box;
}
.wow {
    text-align: center!important;
    color: #e8511e;
    font-size: 25px;
}
.page-numbers.current{
	background: #e8511e;
	color: #fff;
}
 
.cta-content .text-justify{
	text-align: start!important;
}