@charset "UTF-8";
html, body {
  font-size: 66.5%;
  width: 100%;
  margin: 0rem;
  padding: 0rem;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  font-family: "Noto Sans", sans-serif;
}

p {
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
}

/*show more show less css code*/
.eu_homelink_showmore a {
    text-decoration: none;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 30px;
    color: #000;
}

.eu_homelink_showmore a:hover {
  font-weight: 600;
  color: #f87359;
  transition: .2s ease-in; }
  
#eu_more_text {display: none;}

/*end of show more show less code*/

/* sample sidebar press coverage */

/**Mega Menu **/
.navbar .container {
  position: relative;
}
.our-new-pro-samples
.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}

.navbar-nav li {
  font-weight: 600;
  font-size: 1.3rem;
}
.navbar-nav li a {
  color: black;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.navbar-nav li a:hover {
  text-decoration: underline;
}
.navbar-nav li ul li {
  margin-bottom: 10px;
}
.navbar-nav li ul li a {
  color: #000000 !important;
  font-weight: 400;
  font-size: 1.6rem;
}
.navbar-nav li ul li a:hover {
  color: #f87359 !important;
  font-weight: 400;
}

.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  right: auto;
}

.menu-item-has-children .dropdown-menu {
  width: auto !important;
}

/* Make dropdown visible on hover */
@media (min-width: 1200px) {
    #nav-item-8354, #nav-item-8355, #nav-item-8357, #nav-item-26931{
        display:none !important;
    }
    
  .navbar .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    background-color: #ededed;
    padding: 2rem;
    list-style: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    opacity: 0;
    margin-top: 7px !important;
    display: block;
    visibility: hidden;
    min-width: 150px;
    transition: all 0.4s ease-in-out;
  }

  .navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
    display: block;
    opacity: 1;
    margin-top: -20px !important;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all 0.4s ease-in-out;
  }

  .mega-menu-parent.dropdown .dropdown-menu {
    position: absolute;
    background-color: transparent !important;
    right: 0;
  }
}
/* background color change */
.navbar-nav .dropdown-menu {
  background-color: #fff !important;
  padding: 2rem;
}

/* nav link hover color and simple core */
.menu-mega-nav-link-col {
  color: #0B0A0A !important;
  font-weight: 400;
  font-size: 1.6rem;
}
.menu-mega-nav-link-col:hover {
  text-decoration: underline;
  color: #f97c5f !important;
}

/* caret added at top */
.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em dashed;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* this change mobile desktop logo chnage */
.navbar-brand .desktop {
  /*height: 28px;*/
  /*width: 240px;*/
}

.navbar-brand .mobile {
  height: 70px;
  width: 120px;
}

/* hide mobile version by default */
.logo .mobile {
  display: none;
}

/* when screen is less than 600px wide
show mobile version and hide desktop */
@media (max-width: 576px) {
/*   .logo .mobile {
    display: block;
  } */
  /* home page feature section code   */
.why_choose_our_gurantee__services_boxes {
    height: 115px !important;
    padding-bottom:0px !important;
} 
  .logo .desktop {
    display: block;
  }
/*.navbar-brand .desktop {*/
/*    height: 28px;*/
/*    width: 190px !important;*/
/*}*/
}
/* uk icon add */
.nav-item-8362::before {
  content: "";
  background: url("https://essays.uk/wp-content/uploads/2021/05/flag-uk-min_optimized.png");
  height: 23px;
  width: 23px;
  background-size: cover;
  position: absolute;
  float: right;
  right: 193px;
  top: 22px;
}

/* writre give margin right */
.nav-item-26925 {
  margin-right: 30px;
}

/* add place order style */
.placeordernow a {
  background-color: #f97c5f;
  color: #fff !important;
  border-radius: 100px;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  letter-spacing: 0.1rem;
  cursor: pointer;
  text-align: center;
  border: 3px solid #f97c5f;
  transition: 1s;
  margin: 0rem 0rem 0rem 1rem !important;
  /* margin-top: 10%;
  margin-bottom: 5%; */
}
.placeordernow a:hover {
  border: 3px solid #ffe9da !important;
  text-decoration: none !important;
  background: #ffe9da;
  color: #3b3b3b !important;
}

@media all and (max-width: 1200px) and (min-width: 250px) {
    #nav-item-26925, #nav-item-26926, #nav-item-26927{
        display:none !important;
    }
    #nav-item-8363{
        margin-top:10px;
        margin-bottom:10px;
    }
    
  .nav-item-8362::before {
    display: none;
  }
    /*knowledgebase page*/
 .all-services-main-page {
    margin-top: -5rem !important;
}
/*sample home page*/
.all-sample-of-our-work-cards {
  margin-top: -9rem !important;
}
}
@media all and (max-width: 1400px) and (min-width: 250px) {
/*sample home page*/
.all-sample-of-our-work-cards {
  margin-top: -9rem !important;
}
}
.navbar .navbar-toggler {
  background-color: #f97c5f !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#nav-item-8360 {
  margin-right: 2.2rem;
}

#nav-item-8360 a::after {
  content: "New";
  font-size: 0.8rem;
  background-color: red;
  color: white;
  position: absolute;
  float: right;
  padding: 0.2rem;
  letter-spacing: 0.1rem;
  border-radius: 0.2rem;
  top: 25px;
  -webkit-animation: megamenuplagcheck 5s linear 1s infinite alternate;
          animation: megamenuplagcheck 5s linear 1s infinite alternate;
}

@-webkit-keyframes megamenuplagcheck {
  0% {
    background-color: #0067bb;
  }
  50% {
    background-color: #ff8c05;
  }
  100% {
    background-color: #31aa4b;
  }
}

@keyframes megamenuplagcheck {
  0% {
    background-color: #0067bb;
  }
  50% {
    background-color: #ff8c05;
  }
  100% {
    background-color: #31aa4b;
  }
}
ul li {
  font-size: 1.6rem;
}

.btn.btn-sectiona {
  background-color: #22282d;
  padding: 0.5rem 2.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  border-radius: 0.3rem;
}
.btn.btn-sectiona:hover {
  color: white;
}

.btn.btn-sectionc {
  background-color: #ef6a23;
  font-size: 1.5rem;
  padding: 0.5rem 2.5rem;
  color: #ffffff;
  border-radius: 0.3rem;
}
.btn.btn-sectionc:hover {
  color: white;
}

.btn.btn-sectiond {
  background-color: #f97c5f;
  font-size: 1.5rem;
  padding: 0.5rem 2.5rem;
  color: #ffffff;
  border-radius: 0.3rem;
  font-weight: 500;
}

.btn.btn-sectionb {
  background-color: #E5E5E5;
  font-size: 1.5rem;
  padding: 0.5rem 2.5rem;
  color: #0067B5;
  border-radius: 0.3rem;
}
.btn.btn-sectionb:hover {
  color: #363232;
}

.btn.btn-sectione {
  background-color: #31AA4B;
  font-size: 1.6rem;
/*   padding: 0.5rem 2.5rem; */
  /*font-weight: bold;*/
  color: #ffffff;
  border-radius: 0.3rem;
}
.btn.btn-sectione a span {
  color: white;
}
.btn.btn-sectione:hover {
  color: white;
}

.btn.btn-samples {
  background-color: #f97c5f;
  font-size: 1.2rem;
  padding: 0.3rem 1.5rem;
  color: #ffffff;
  border-radius: 0.3rem;
  font-weight: 500;
}
/*.btn.btn-samples:hover {*/
/*  color: white;*/
/*}*/

.acolor {
  color: #002147;
}
.acolor:hover {
  color: #002147;
  text-decoration: none;
}

p {
  font-size: 1.6rem;
}

.text-green {
  color: #f87359;
}
.text-green:hover {
  color: #b08968;
}

ol li {
  font-size: 1.6rem;
}

.pagination-color {
  background-color: #f97c5f;
}

.pagination-text-col {
  color: #f97c5f !important;
}

.myheaderbox {
  background: #f97c5f;
  height: 7px;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 2000;
}

/* width */
::-webkit-scrollbar {
  width: 1.2rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem grey;
  border-radius: 1rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F97C5F;
  border-radius: 1rem;
}


.top_phone_email a {
  font-size: 1.4rem;
}

.topheader {
  list-style-type: none;
}
.topheader li {
  float: right;
  font-size: 1.2rem;
  margin-right: 0.7rem;
}
.topheader li a {
  color: #ffffff;
}

.gototop {
  position: fixed;
  background-color: #f97c5f;
  color: white;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  right: 1.5rem;
  bottom: 10.5rem;
  display: none;
  border-radius: 0.5rem;
}
.gototop:hover {
  color: white;
}

.herosection {
  background: #ffe9da;
  /*clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 0) !important;*/
  /*padding-bottom: 60px;*/
}
.herosection .mycontent h1 {
  font-size: 3.5rem;
}
.herosection .mycontent .herotext {
  font-size: 1.6rem;
  font-weight: normal;
}

/*herosection new design image*/
.herosection .container{
    height:530px;
  
}


.heroimagehomesection img {
    /*display: none !important;*/
   position: absolute;
    border-radius: 8px;
    height: 500px;
    width: 92%;
    top: 59px;
    right: 9px;
    box-shadow: 0px 10px 20px 0px #0000001a;
}

@keyframes fadeInUp1 {
    from {
        transform: translate3d(0,50px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp1 {
    from {
        transform: translate3d(0,50px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated1 {
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp1 {
    opacity: 0
}

.fadeInUp1 {
    opacity: 0;
    animation-name: fadeInUp1;
    -webkit-animation-name: fadeInUp1;
}
.heroimagehomesection {
    margin-top:25px;
    margin-bottom:50px;
}


/* Home all service section are here secton */
.home-all-services {
  padding-top: 2rem;
}
.home-all-services .fsize {
  font-size: 1.6rem;
}
.home-all-services .fsize h3 {
  font-size: 2.5rem;
}
.home-all-services .fsize h6 {
  font-size: 1.6rem;
}
.home-all-services a {
  color: #002147;
}
.home-all-services .innertext {
  color: #252323;
}
.home-all-services .innertext:hover {
  color: #f87359;
  text-decoration: none;
}
.home-all-services .section {
  border-left: 1px solid #f97c5f;
  font-size: 1.7rem;
}

/* end section */
.home-service-main-section h5 {
  color: black;
}
.home-service-main-section h5 a {
  color: #ffffff;
}
.home-service-main-section .text {
  color: black;
  text-align: center;
}
.home-service-main-section .folded-corner {
   padding: 25px;
    position: relative;
    font-size: 90%;
    text-decoration: none;
    color: #999;
    background: 0 0;
    transition: all ease .5s;
    border: 1px solid #0000005e;
    border-radius: 25px;
}
.home-service-main-section .folded-corner:hover {
  background-color: #ffe9da;
    box-shadow: rgb(0 0 0 / 30%) 0 19px 38px, rgb(0 0 0 / 22%) 0 15px 12px;
    transition-timing-function: ease-in-out 5s;
    transform: scale(1.1);
}
.home-service-main-section .folded-corner:hover .text {
  visibility: visible;
  /*color: #ffffff;*/
}
.home-service-main-section .folded-corner:hover:before {
  /*background-color: #f97c5f;*/
  /*border-width: 0 50px 50px 0;*/
  /*border-color: #eee #181818;*/
}
.home-service-main-section .folded-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: #ddd #181818;
  transition: all ease 0.3s;
}
.home-service-main-section .Services-tab {
  margin-top: 20px;
}
.home-service-main-section .service_tab_1 {
  color: black;
}
.home-service-main-section .service_tab_1:hover h3 a {
  color: #000;
}
.home-service-main-section .service_tab_1:hover .fa-icon-image {
  /*color: #ffffff;*/
  transform: rotate(360deg) scale(1.1);
}
.home-service-main-section .service_tab_1:hover p a {
  color: #000;
}
.home-service-main-section .fa-icon-image {
  color: black;
  font-size: 5rem !important;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  text-rendering: auto;
  transition: all 0.65s linear 0s;
  text-align: center;
  transition: all 1s cubic-bezier(0.99, 0.82, 0.11, 1.41);
}

/* start css .gurantee_section
} */
.gurantee_section {
  background-color: #EDEDED;
  padding-top: 2rem;
}
.gurantee_section img {
  height: 9.5rem;
  width: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.gurantee_section .guarantees_text {
  font-size: 1.6rem;
}
.gurantee_section .guarantees_text h4 {
  font-size: 1.8rem;
  margin-top: 1.8rem;
}

/*this is a section_dissertation  */
.section_dissertation {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #ffffff;
  /* https://essays.uk/wp-content/w3-webp/uploads/2020/07/sample-strip-BG.pngw3.webp */
  background-image: url("http://localhost/researchprocn/wp-content/uploads/2021/02/samplestripBG.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_dissertation p {
  font-size: 1.8rem;
}

/* end dissertion */
/* ---- grid ---- */
/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- grid-item ---- */
.grid-sizer,
.grid-item {
  width: 22%;
}

.gutter-sizer {
  width: 4%;
}

.grid-item {
  height: 120px;
  float: left;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-size: 1.6rem;
  transition: transform 0.2s;
}

.grid-item:hover {
  transform: scale(1.1);
}

.grid-item .fa {
  font-size: 4rem !important;
}

.grid-item h3, h4 {
  font-size: 2.2rem;
}

.grid-item h2 {
  font-size: 2.7rem;
}

.video--section {
  background-color: #ffd48066;
}

.video--section img {
  height: 180px;
}

.template--section {
  background-color: #fee1cf;
}

.lecture--slide {
  background-color: #d7e9fc;
}

.hot--topics {
  background-color: #ffd48066 !important;
}

.hot--topics ul li {
  list-style-type: none;
  line-height: 30px;
}

.hot--topics ul li a {
  font-size: 14px;
  color: #000;
}

.knowledge--base {
  background-color: #ededed;
  margin-top: 31px;
}

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

.article--section {
  background-color: #fee1cf !important;
}

.grid-item--width2 {
  width: 48%;
}

.grid-item--width3 {
  width: 48%;
}

.grid-item--height2 {
  height: 200px;
}

.grid-item--height3 {
  height: 250px;
}
.lecture--slide {
    height: 250px;
}
.video--section {
    height: 250px;
}
.knowledge--base{
 height: 250px;
}
.grid-item--height4 {
  height: 300px;
}

.grid-item--height5 {
  height: 550px;
}

.professtion_sample .slides {
  list-style-type: none;
}
.professtion_sample .slides li a {
  line-height: 1.5;
  font-size: 1.6rem;
}

/* why rp css section */
.whyrphome h3 {
  color: #212529;
  font-size: 2.5rem;
}
.whyrphome .whyone h3 {
  font-size: 2.2rem;
}
.whyrphome .whyone p {
  font-size: 1.5rem;
}
.whyrphome .whyone p a {
  color: #002147;
}
.whyrphome .whyone .fa {
  font-size: 2.5rem !important;
}

/* end css */
/* start counter section */
.conter_section .count-this {
  color: #f97c5f;
  font-size: 9rem;
}
.conter_section .desc {
  font-size: 1.5rem;
}

/* end counter section */
.section_new_one {
  background-color: #EDEDED;
}
.section_new_one img {
  height: 100px;
  width: 120px;
}
.section_new_one .guarantees__text h5 {
  font-size: 1.6rem;
  font-weight: bold;
}
.section_new_one .guarantees__text p {
  font-size: 1.6rem;
  margin-left: 1rem;
}

/* decting portion */
.detecting_sec {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://essays.uk/wp-content/uploads/2021/08/subheadertopbg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.detecting_sec h3 {
  font-size: 2.8rem;
}
.detecting_sec .mycontent {
  font-size: 1.5rem;
  font-weight: 500;
}
.detecting_sec .mycontent h2 {
  font-size: 1.6rem;
}

/* end decting portion */
/* grade css */
.section_grade {
  padding-top: 50px;
  padding-bottom: 160px;
  background-color: #ffffff;
  background-image: url("https://essays.uk/wp-content/uploads/2021/04/student-grade.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section_grade .grade_txt {
  background-color: #E5F0F7;
  padding: 3rem;
  opacity: 0.8;
}
.section_grade .grade_txt h3 {
  font-size: 2.2rem;
}
.section_grade .grade_txt p {
  font-size: 1.6rem;
}

/* this is portion of service */
.serivesec h2 {
  font-size: 2.7rem;
}
.serivesec a {
  color: black;
  font-size: 1.6rem;
  font-weight: 500;
}
.serivesec a:hover {
  color: black;
  font-size: 1.6rem;
  font-weight: 500;
}
.serivesec p {
  font-size: 1.6rem;
}

/* student love */
.section_lovestd {
  background-color: #fee1cf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.section_lovestd .txt-data h2 {
  font-size: 3rem;
}
.section_lovestd .txt-data .para {
  font-size: 1.6rem;
}
.section_lovestd .card .card-header .card-header-name-date h4 {
  font-size: 2rem;
}
.section_lovestd .card .card-header .fa {
  background-color: #e3c9b9;
  color: #ffffff;
  padding: 0rem 0.3rem;
  line-height: 2rem;
  font-size: 0.9rem;
  margin-right: 0.3rem;
}
.section_lovestd .card .card-body .card-title {
  font-size: 1.8rem;
}
.section_lovestd .card .card-body .card-text {
  font-size: 1.5rem;
}

/* end student */
/* css of ready section */
.section_ready_order {
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: url("https://essays.uk/wp-content/uploads/2021/09/white-bg-image.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_ready_order h2 {
  font-size: 4rem;
}

/* end readyt */
.research-prospect-home-all-faqs {
  padding: 4rem 4rem;
  background: #ededed;
}
.research-prospect-home-all-faqs #accordion_section-faqs {
  font-size: 1.6rem;
}
.research-prospect-home-all-faqs #accordion_section-faqs span {
  font-size: 1.6rem;
}
.research-prospect-home-all-faqs #accordion_section-faqs .accordion-inner img {
  border-radius: 4px;
}
.research-prospect-home-all-faqs #accordion_section-faqs .panel-heading.active {
  /* background: #1f1f20;  */
}
.research-prospect-home-all-faqs #accordion_section-faqs .panel-heading.active .panel-title > a {
  color: #002147;
}
.research-prospect-home-all-faqs #accordion_section-faqs .panel-collapse .alert {
  background: #ededed;
  position: relative;
  padding: 0rem 0rem;
  margin-bottom: 0rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.research-prospect-home-all-faqs #accordion_section-faqs .panel-heading {
  background: #ededed;
}
.research-prospect-home-all-faqs #accordion_section-faqs .panel-heading .panel-title span {
  font-size: 18px;
}
.research-prospect-home-all-faqs #accordion_section-faqs .media-body {
  padding: 0rem 1rem;
  border-left: 7.8rem solid #fee1cf;
}
.research-prospect-home-all-faqs #accordion_section-faqs a {
  color: #383535;
  text-decoration: none;
}
.research-prospect-home-all-faqs #accordion_section-faqs a.accordion-toggle i {
  width: 50px;
  line-height: 50px !important;
  font-size: 23px !important;
  margin-top: -8px !important;
  text-align: center;
  margin-left: 0px;
  background: #002147;
  color: #fff;
}
.research-prospect-home-all-faqs .panel-heading.active a.accordion-toggle i {
  background: #002147;
  color: #fff;
}
.research-prospect-home-all-faqs #accordion_section-faqs .panel-heading.active a.accordion-toggle.collapsed i {
  background: #002147;
  color: #fff;
}
.research-prospect-home-all-faqs #accordion_section-faqs .question {
  background: #fee1cf;
}
.research-prospect-home-all-faqs #accordion_section-faqs .textquestion {
  font-weight: 600;
}

.our-writer-main {
  padding-top: 4rem;
  background-color: #ededed;
}
.our-writer-main .card {
  transition: 0.3s;
  font-size: 1.6rem;
}
.our-writer-main .card a {
  color: #002147;
}
.our-writer-main .card a:hover {
  color: #002147;
}
.our-writer-main .card h5 {
  font-size: 2rem;
}
.our-writer-main .card:hover {
  transform: translate(0, -10px);
  box-shadow: 0.5rem 0.5rem 1rem gray;
  border-right: 1px solid gray;
}

.child_writer_page .card {
  font-size: 1.6rem;
}
.child_writer_page .card h4 {
  font-size: 2rem;
}
.child_writer_page .card .card-header {
  background-color: #FEE1CF;
}
.child_writer_page .card-zoom {
  transition: transform 0.2s;
}
.child_writer_page .card-zoom:hover {
  transform: scale(1.1);
  /* IE 9 */
  /* Safari 3-8 */
  transform: scale(1.1);
}

.writer_subheader {
  padding-top: 5rem;
  font-size: 1.6rem;
  padding-bottom: 5rem;
  background-color: #FFE9DA;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
.writer_subheader h1 {
  font-size: 3rem;
}

.sample_our_work_writer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 1.6rem;
  background-color: #fee1cf;
}
.sample_our_work_writer h1 {
  font-size: 3.5rem;
}

.experts_can_assist_writer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 1.6rem;
  background-color: #ededed;
}
.experts_can_assist_writer h1 {
  font-size: 3.5rem;
}

.become_freelancer_writer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 1.6rem;
  background-color: #ffffff;
}
.become_freelancer_writer h1 {
  font-size: 3.5rem;
}

.sub-header {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("https://essays.uk/wp-content/uploads/2021/09/subheader-bg.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
.sub-header h1 {
  font-size: 2.8rem;
}
.sub-header p {
  font-size: 1.7rem;
}
.sub-header a {
  font-size: 1.6rem;
}

.about-page-section1 p {
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.5rem;
}

.about-page-section2 {
  background-color: #ededed;
  margin-top: 6rem;
}
.about-page-section2 p {
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.5rem;
}

.page_conter_section {
  background-color: #ededed;
}
.page_conter_section .fa {
  font-size: 7rem !important;
  color: #f87359;
}
.page_conter_section p {
  font-size: 20px;
  font-weight: 500;
}

/* @media only screen and (max-width: 990px){
    .timeline-rp .main-timeline .timeline{ margin-top: -127px; }
    .timeline-rp .main-timeline .timeline-content:before{ left: -2%; }
    .timeline-rp .main-timeline .timeline:nth-child(2n) .timeline-content:before{ right: -2%; }
} */
.timeline-about-page .main-timeline .timeline-content {
  background: #f87359;
  padding: 20px 20px 20px 150px;
  min-height: 150px;
  display: block;
  position: relative;
  z-index: 1;
}
.timeline-about-page .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.timeline-about-page .main-timeline .timeline-content:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 7px;
  right: 7px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.timeline-about-page .main-timeline .timeline-icon {
  color: #fff;
  background: #f87359;
  font-size: 40px;
  text-align: center;
  line-height: 130px;
  height: 130px;
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}
.timeline-about-page .main-timeline .title {
  color: #343a40;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.timeline-about-page .main-timeline .description {
  color: #666;
  font-size: 15px;
  margin: 0;
}
.timeline-about-page .main-timeline .timeline:nth-child(even) .timeline-content {
  text-align: right;
  padding: 20px 150px 20px 20px;
}
.timeline-about-page .main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: 7px;
  right: 0;
}
.timeline-about-page .main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 0;
}
.timeline-about-page .main-timeline .timeline:nth-child(4n+2) .timeline-icon {
  background: #f1c9b1;
}
.timeline-about-page .main-timeline .timeline:nth-child(4n+2) .timeline-content {
  background: #f1c9b1;
}
.timeline-about-page .main-timeline .timeline:nth-child(4n+2) .title {
  color: #343a40;
}
.timeline-about-page .main-timeline .timeline:nth-child(4n+3) .timeline-icon {
  background: #ffd480;
}
.timeline-about-page .main-timeline .timeline:nth-child(4n+3) .timeline-content {
  background: #ffd480;
}
.timeline-about-page .main-timeline .timeline:nth-child(4n+3) .title {
  color: #343a40;
}
.timeline-about-page .main-timeline .timeline:nth-child(4n+4) .timeline-icon {
  background: #9dc0e5;
}
.timeline-about-page .main-timeline .timeline:nth-child(4n+4) .timeline-content {
  background: #9dc0e5;
}
.timeline-about-page .main-timeline .timeline:nth-child(4n+4) .title {
  color: #343a40;
}
@media screen and (max-width: 576px) {
  .timeline-about-page .main-timeline .timeline-content {
    padding: 90px 20px 20px 0;
  }
  .timeline-about-page .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 90px 0 20px 20px;
  }
  .timeline-about-page .main-timeline .timeline-icon {
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
  }
  .timeline-about-page .main-timeline .title {
    font-size: 18px;
  }
}

/* start css makes-us-different */
.makes-us-different {
  padding-top: 8rem;
  padding-bottom: 6rem;
  /*background-color: #22282d;*/
  background-image: url("https://essays.uk/wp-content/uploads/2021/09/ready-to-place-bg-img.webp");
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
}
.makes-us-different h2 {
  font-size: 3rem;
  color: #343a40;
}
.makes-us-different i {
  font-size: 8rem;
}
.makes-us-different h3 {
  font-size: 2.2rem;
  color: #343a40;
}
.makes-us-different p {
  font-size: 1.6rem;
  color: #343a40;
}
.makes-us-different .fa {
  font-size: 8rem !important;
}

/* end css makes-us-different */
/* start css we believe in compassion */
.we-believe-in-compassion h2 {
  font-size: 2.8rem;
}
.we-believe-in-compassion .colimg {
  background-image: url("https://essays.uk/wp-content/uploads/2021/03/home_company3_columnbg3.jpeg");
  background-repeat: no-repeat;
  background-position: left top;
  /* box-sizing: border-box; */
  padding: 10px;
  box-shadow: 10px 10px 80px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  text-align: center;
  color: white;
}
.we-believe-in-compassion .colimg .fa {
  font-size: 6rem !important;
}
.we-believe-in-compassion .colimg h4 {
  font-size: 2rem;
}
.we-believe-in-compassion .colimg p {
  color: #dde1e2;
  font-size: 1.6rem;
}

/* end css we believe in compassion */
/* start css rp-is-all-about-you */
.rp-is-all-about-you {
  background-color: #ededed;
}
.rp-is-all-about-you h2 {
  font-size: 2.7rem;
}
.rp-is-all-about-you p {
  font-size: 1.5rem;
}

.rp-is-all-about-you p {
  line-height: 1.8;
  font-weight: 500;
}

/* end css rp-is-all-about-you */
/* start css value-for-money */
.value-for-money {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: url("https://essays.uk/wp-content/uploads/2021/09/white-bg-image.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}
.value-for-money h2 {
  font-size: 2.7rem;
}
.value-for-money p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

/* end money value-for-money */
.site-jaber-sec p {
  font-size: 1.6rem;
}
.site-jaber-sec p a {
  color: #002147;
}

.contect-marketing-team {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ededed;
  font-size: 1.6rem;
}
.contect-marketing-team hr {
  color: #002147;
  background: #002147;
}

.tooltip1 {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  /*border-bottom: 1px dotted black;*/
}
.tooltip1 img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 250%;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: 105%;
  left: -10%;
  padding-bottom: 10px;
  margin-left: -60px;
}

.tooltip1 .tooltiptext1::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}

.client-support-team {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #F7F7F7;
  font-size: 1.6rem;
}
.client-support-team hr {
  margin: 0 auto 10px;
  color: #002147;
  background: #002147;
}
.client-support-team .fa-clock-o {
  font-size: 2rem !important;
  color: #002147;
}
.client-support-team img {
  border: 10px solid transparent;
  -o-border-image: url(https://essays.uk/wp-content/uploads/2019/03/border.png) 30 stretch;
     border-image: url(https://essays.uk/wp-content/uploads/2019/03/border.png) 30 stretch;
}

.editorial-writer-team {
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-size: 1.6rem;
  background-color: #ffffff;
}
.editorial-writer-team hr {
  color: #002147;
  background: #002147;
}
.editorial-writer-team img {
  border: 10px solid transparent;
  -o-border-image: url(https://essays.uk/wp-content/uploads/2019/03/border.png) 30 stretch;
     border-image: url(https://essays.uk/wp-content/uploads/2019/03/border.png) 30 stretch;
}

.quality-management-team {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #F7F7F7;
  font-size: 1.6rem;
}
.quality-management-team hr {
  color: #002147;
  background: #002147;
}
.quality-management-team img {
  border: 10px solid transparent;
  -o-border-image: url(https://essays.uk/wp-content/uploads/2019/03/border.png) 30 stretch;
     border-image: url(https://essays.uk/wp-content/uploads/2019/03/border.png) 30 stretch;
}

.complaint-management-team {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  font-size: 1.6rem;
}
.complaint-management-team hr {
  color: #002147;
  background: #002147;
}
.complaint-management-team img {
  border: 10px solid transparent;
  -o-border-image: url(https://essays.uk/wp-content/uploads/2019/03/border.png) 30 stretch;
     border-image: url(https://essays.uk/wp-content/uploads/2019/03/border.png) 30 stretch;
}

.our-writer-team {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  background-image: url("https://essays.uk/wp-content/uploads/2021/03/aboutbg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.our-writer-team .our-writer-team-content {
  padding: 4rem 7rem;
  background-color: #fdeadbe6;
  margin-top: 3rem;
  font-size: 1.1rem;
  text-align: left;
}
.our-writer-team .our-writer-team-content p {
  font-size: 1.6rem;
}

.writers-exceptional {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  font-size: 1.6rem;
}
.writers-exceptional ul {
  list-style: none;
}
.writers-exceptional ul li {
  padding-bottom: 1.6rem;
}
.writers-exceptional ul li:before {
  content: "✓";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  padding-right: 7px;
}
.writers-exceptional img {
  width: 15rem;
  height: 10rem;
}
.writers-exceptional .note {
  padding: 1.5rem;
  box-shadow: 3px 0px 14px 1px #c1c1c1;
  background-color: #fee1cf;
}

.about-second-timeline {
  margin-top: 10rem;
  margin-bottom: 7rem;
}
.about-second-timeline .fa {
  font-size: 4.8rem !important;
}
.about-second-timeline .main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.about-second-timeline .main-timeline .timeline {
  width: 80%;
  float: left;
}
.about-second-timeline .main-timeline .timeline:nth-child(even) {
  margin: -60px 0 60px;
  float: right;
}
.about-second-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 20px 170px 20px 20px;
  margin: 60px 0 0;
  border-radius: 0 0 100px 0;
}
.about-second-timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 20px;
  bottom: auto;
  top: -60px;
}
.about-second-timeline .main-timeline .timeline:nth-child(4n+2) .timeline-content {
  background-color: #fee1cf;
}
.about-second-timeline .main-timeline .timeline:nth-child(4n+2) .timeline-icon {
  background-color: #fee1cf;
}
.about-second-timeline .main-timeline .timeline:nth-child(4n+3) .timeline-content {
  background-color: #d7e9fc;
}
.about-second-timeline .main-timeline .timeline:nth-child(4n+3) .timeline-icon {
  background-color: #d7e9fc;
}
.about-second-timeline .main-timeline .timeline:nth-child(4n+4) .timeline-content {
  background-color: #ffd48066;
}
.about-second-timeline .main-timeline .timeline:nth-child(4n+4) .timeline-icon {
  background-color: #ffd48066;
}
.about-second-timeline .main-timeline .timeline-content {
  color: #212529;
  background-color: #ffd48066;
  padding: 20px 20px 20px 170px;
  margin: 0 0 60px;
  border-radius: 100px 0 0;
  display: block;
  position: relative;
}
.about-second-timeline .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.about-second-timeline .main-timeline .timeline-icon {
  color: #fff;
  background-color: #ffeecc;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  height: 120px;
  width: 120px;
  border: 10px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -60px;
  left: 20px;
}
.about-second-timeline .main-timeline .title {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.about-second-timeline .main-timeline .description {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 767px) {
	/* home page feature section */
	.why_choose_our_gurantee__services_boxes {
    height: 135px !important;
	padding-bottom:0px;
}
	.herosection h4{
		text-align:left;
	}
	.heroimagehomesection img {
    display: none !important;
}
/*.star-sub-header {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
  .pro-samples_btn_mbl {
    display: flex !important;
    justify-content: center;
    align-items: baseline !important;
  }
  .feature-box-onmbl {
    display: flex !important;
    justify-content: center !important;
}
  .about-second-timeline .main-timeline .fa {
    font-size: 2.8rem !important;
  }
  .about-second-timeline .main-timeline .timeline {
    width: 100%;
    margin: 0 0 15px;
  }
  .about-second-timeline .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin: 0 0 15px;
  }
  .about-second-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 60px 15px 15px 15px;
    margin: 40px 0 0;
    border-radius: 0 0 50px 0;
  }
  .about-second-timeline .main-timeline .timeline:nth-child(even) .timeline-icon {
    font-size: 30px;
    line-height: 60px;
    height: 80px;
    width: 80px;
    right: 15px;
    left: auto;
    top: -40px;
  }
  .about-second-timeline .main-timeline .timeline-content {
    padding: 60px 15px 15px 15px;
    margin: 40px 0 0;
    border-radius: 0 0 50px 0;
  }
  .about-second-timeline .main-timeline .timeline-icon {
    font-size: 30px;
    line-height: 60px;
    height: 80px;
    width: 80px;
    right: 15px;
    left: auto;
    top: -40px;
  }
.footer-section .footer_upper_box{
padding: 20px !important;
}
}
@media screen and (max-width: 567px) {
  .about-second-timeline .main-timeline .title {
    font-size: 18px;
  }
.tooltip1 .tooltiptext1{
    width: 158%;
    top: 105%;
    left: 28%; 
}
}

.quality-control-assurance h1 {
  font-size: 2.8rem;
}
.quality-control-assurance h4 {
  font-size: 2rem;
}
.quality-control-assurance p {
  font-size: 1.6rem;
}

.qualitycontrol-complete-transparent .transparent-Process {
  background-color: #fee1cf;
  font-size: 1.6rem;
  padding: 3rem;
}
.qualitycontrol-complete-transparent .transparent-Process h1 {
  font-size: 2.4rem;
}
.qualitycontrol-complete-transparent .make-us-great {
  color: #ffffff;
  color: #363232;
  font-size: 1.6rem;
  padding: 3rem;
}
.qualitycontrol-complete-transparent .make-us-great h1 {
  font-size: 2.4rem;
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.become-writer-accordian .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}
.become-writer-accordian .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  background-color: #fee1cf;
  border-color: #EEEEEE;
}
.become-writer-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
  font-size: 1.6rem;
  padding: 2rem;
}
.become-writer-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body ul {
  list-style: none;
}
.become-writer-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body ul li {
  padding-bottom: 1.6rem;
}
.become-writer-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body ul li:before {
  content: "✓";
  color: green;
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 7px;
}
.become-writer-accordian .panel-title {
  font-size: 1.6rem;
}
.become-writer-accordian .panel-title > a {
  display: block;
  padding: 2.2rem;
  color: #343a40;
  text-decoration: none;
}
.become-writer-accordian .more-less {
  float: right;
  color: #212121;
}

.order-process-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fe785b;
}
.order-process-nav .circle {
  border: 0.2rem solid #ededed;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  color: #ededed;
}
.order-process-nav .circle h3 {
  font-size: 2.5rem;
}
.order-process-nav a {
  font-size: 1.7rem;
  color: #ededed;
}
.order-process-nav a:hover {
  color: #ededed;
  text-decoration: none;
}
.order-process-nav .current a {
  color: #343a40;
  font-size: 1.7rem;
}
.order-process-nav .current a .circle {
  border: 0.2rem solid #343a40;
}
.order-process-nav .current a .circle h3 {
  color: #343a40;
}

.fixed-topppp {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.orderprocess-order {
  padding-top: 17rem;
  padding-bottom: 13rem;
  background-color: #ededed;
}
.orderprocess-order h1 {
  font-size: 3.5rem;
}
.orderprocess-order h5, .orderprocess-order p {
  font-size: 1.6rem;
}
.orderprocess-order .fa {
  font-size: 9rem !important;
  color: #f97c5f;
}

.order-process-job {
  padding-top: 17rem;
  padding-bottom: 13rem;
}
.order-process-job h1 {
  font-size: 3.5rem;
}
.order-process-job h5, .order-process-job p {
  font-size: 1.6rem;
}
.order-process-job .fa {
  font-size: 9rem !important;
  color: #ffd480;
}

.order-process-final {
  padding-top: 17rem;
  padding-bottom: 13rem;
  background-color: #ededed;
}
.order-process-final h1 {
  font-size: 3.5rem;
}
.order-process-final h5, .order-process-final p {
  font-size: 1.6rem;
}
.order-process-final .fa {
  font-size: 9rem !important;
  color: #edc7b0;
}

.order-process-everything .circle {
  border: 0.2rem solid #ededed;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  margin-bottom: 1rem;
}
.order-process-everything .circle h2 {
  font-size: 2.8rem;
}
.order-process-everything h1 {
  font-size: 2.8rem;
}
.order-process-everything p {
  font-size: 1.6rem;
}
.order-process-everything hr {
  background-color: #ededed;
}

.how-it-works-acad-supp-sec p {
  font-size: 1.6rem;
}
.how-it-works-acad-supp-sec .first-list {
  list-style: none;
}
.how-it-works-acad-supp-sec .first-list li {
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
.how-it-works-acad-supp-sec .first-list li:before {
  content: "✓";
  color: green;
  font-size: 1.5rem;
  font-weight: 800;
  padding-right: 7px;
}
.how-it-works-acad-supp-sec .its-link-below li a {
  text-decoration: none;
}
.how-it-works-acad-supp-sec .its-link-below li a .fa {
  font-size: 1.6rem !important;
}
.how-it-works-acad-supp-sec .its-link-below li a .hover-blue {
  color: #002147;
  font-size: 1.6rem;
}
.how-it-works-acad-supp-sec .its-link-below li a .hover-orange {
  color: #ef6a23;
  font-size: 1.6rem;
}
.how-it-works-acad-supp-sec .its-link-below li a .hover-green {
  color: #31AA4B;
  font-size: 1.6rem;
}

.ready-to-place-your-order {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://essays.uk/wp-content/uploads/2021/09/subheader-bg.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
.ready-to-place-your-order h1 {
  font-size: 2.6rem;
}
.ready-to-place-your-order p {
  font-size: 1.8rem;
}

.research-prospect-all-faqs .main h1, .research-prospect-all-faqs .main h2 {
  margin-top: 2rem;
  padding-top: 7rem;
}
.research-prospect-all-faqs #accordion_section-faqs {
  font-size: 1.6rem;
}
.research-prospect-all-faqs #accordion_section-faqs span {
  font-size: 1.6rem;
}
.research-prospect-all-faqs #accordion_section-faqs .accordion-inner img {
  border-radius: 4px;
}
.research-prospect-all-faqs #accordion_section-faqs .panel-heading.active {
  /* background: #1f1f20;  */
}
.research-prospect-all-faqs #accordion_section-faqs .panel-heading.active .panel-title > a {
  color: #002147;
}
.research-prospect-all-faqs #accordion_section-faqs .panel-collapse .alert {
  background: #ededed;
  position: relative;
  padding: 0rem 0rem;
  margin-bottom: 0rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.research-prospect-all-faqs #accordion_section-faqs .panel-heading {
  background: #ededed;
  margin-bottom: 5px;
}
.research-prospect-all-faqs #accordion_section-faqs .panel-heading .panel-title span {
  font-size: 18px;
}
.research-prospect-all-faqs #accordion_section-faqs .media-body {
  padding: 0rem 1rem;
  border-left: 7.8rem solid #002147;
}
.research-prospect-all-faqs #accordion_section-faqs a {
  color: #383535;
  text-decoration: none;
}
.research-prospect-all-faqs #accordion_section-faqs a.accordion-toggle i {
  width: 50px;
  line-height: 50px !important;
  font-size: 23px !important;
  margin-top: -8px !important;
  text-align: center;
  margin-left: 0px;
  background: #0067bb;
  color: #fff;
}
.research-prospect-all-faqs .panel-heading.active a.accordion-toggle i {
  background: #0067bb;
  color: #fff;
}
.research-prospect-all-faqs #accordion_section-faqs .panel-heading.active a.accordion-toggle.collapsed i {
  background: #0067bb;
  color: #fff;
}
.research-prospect-all-faqs .main {
  font-size: 1.6rem;
}
.research-prospect-all-faqs .toc-box {
  list-style: none;
}
.research-prospect-all-faqs .toc-title {
  text-align: center;
}
.research-prospect-all-faqs h1, .research-prospect-all-faqs h2 {
  margin: 2rem auto;
  font-size: 2.8rem;
}
.research-prospect-all-faqs p {
  margin-bottom: 2rem;
}

@media all and (max-width: 992px) {
  .research-prospect-all-faqs .sidebar-faqs {
    display: none;
  }
}
/* ********************************** */
/* CONTACT US PAGE CSS */
.contect_subheader {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002147;
  background-image: url("http://parent.essaysuk.com/wp-content/uploads/2021/02/service-page-header-low-res.jpeg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
.contect_subheader h1 {
  font-size: 3rem;
}
.contect_subheader p {
  font-size: 1.8rem;
}

.contect-me {
  font-size: 1.5rem;
}
.contect-me h2, .contect-me h5, .contect-me h4 {
  font-size: 1.8rem;
}
.contect-me .fa-phone, .contect-me .fa-clock-o {
  font-size: 5rem !important;
}
.contect-me i {
  color: #f97c5f;
}
.contect-me .btn.btn-contectancher {
  background-color: #002147;
  padding: 1rem 2rem;
  color: white;
  border-radius: 0.3rem;
  margin-bottom: 1.4rem;
}
.contect-me .contectancher {
  color: #002147;
}

.contect-map {
  margin-top: 7rem;
  margin-bottom: 2rem;
}
.contect-map h2 {
  font-size: 2.7rem;
}
.contect-map address {
  font-size: 1.8rem;
}

/* END */
.sub-header-service {
  padding-top: 50px;
  padding-bottom: 50px;
  /*background-color: #002147;*/
  background-image: url("https://essays.uk/wp-content/uploads/2021/09/subheader-bg.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  height: 45vh;
}

.sub-header-service h1 {
  font-size: 2.8rem;
}

.sub-header-service p {
  font-size: 1.7rem;
}

.sub-header-service a {
  font-size: 1.6rem;
}

.sub-header-sample-of-our-work {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fee1cf;
  background-image: url("https://essays.uk/wp-content/uploads/2021/09/ready-to-place-bg-img.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  height: 60vh;
}

.all-services-main-page {
  margin-top: -17rem;
}
.all-services-main-page .card-header {
  background: #fee1cf;
  text-decoration: none;
  cursor: pointer;
  /*color: #002147;*/
}
.all-services-main-page .card .fa {
  font-size: 1.6rem;
}
.all-services-main-page .card-header h3 {
  color: #22282d;
  font-size: 1.6rem;
}
.all-services-main-page .fa {
  font-size: 1.8rem !important;
}
.all-services-main-page .card-body {
  padding: 2rem;
}
.all-services-main-page .card-body ul li a {
  font-size: 1.6rem;
}

.all-sample-of-our-work-cards {
  margin-top: -20rem;
}
.all-sample-of-our-work-cards .card-header {
  background: #fee1cf;
  text-decoration: none;
  cursor: pointer;
  color: #002147;
}
.all-sample-of-our-work-cards .card .fa {
  font-size: 1.6rem;
}
.all-sample-of-our-work-cards .card-header h3 {
  color: #22282d;
  font-size: 1.6rem;
}
.all-sample-of-our-work-cards .fa {
  font-size: 1.8rem !important;
}
.all-sample-of-our-work-cards .card-body {
  padding: 2rem;
}
.all-sample-of-our-work-cards .card-body ul li a {
  font-size: 1.6rem;
}

/* student love */
.our-research-prospect-reviews {
  padding-top: 8rem;
  padding-bottom: 10rem;
  /* https://essays.uk/wp-content/w3-webp/uploads/2020/09/testimonial_BG-LOWER-SIZE.pngw3.webp */
  background-image: url("https://essays.uk/wp-content/uploads/2021/09/ready-to-place-bg-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.our-research-prospect-reviews .txt-data h2 {
  font-size: 3rem;
}
.our-research-prospect-reviews .txt-data .para {
  font-size: 1.6rem;
}
.our-research-prospect-reviews .card_one {
  background-color: #ffffff;
  padding: 3rem 6rem 6rem 6rem;
}
.our-research-prospect-reviews .card_one a {
  color: #363232;
  font-size: 1.7rem;
}
.our-research-prospect-reviews .card_one a:hover {
  color: #363232;
  font-size: 1.7rem;
  text-decoration: none;
}
.our-research-prospect-reviews .card_two {
  background-color: #ffffff;
  padding: 6rem;
  padding-bottom: 5.8rem;
  margin-left: -5rem;
  margin-top: 3rem;
  box-shadow: 0rem 1rem 1rem 0.5rem #3c38384a;
}
.our-research-prospect-reviews .card_two a {
  color: #363232;
  font-size: 1.7rem;
}
.our-research-prospect-reviews .card_two a:hover {
  color: #363232;
  font-size: 1.7rem;
  text-decoration: none;
}

/* end student */
.professional-video-editing-service-what {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.professional-video-editing-service-what h2 {
  font-size: 3rem;
}
.professional-video-editing-service-what p {
  font-size: 1.6rem;
}
.professional-video-editing-service-what .card {
  border: none;
  box-shadow: 10px 10px 10px #ededed;
}
.professional-video-editing-service-what .card-border-one {
  border-bottom: 3px solid #cf79ce;
}
.professional-video-editing-service-what .card-border-one:hover {
  border: 3px solid #cf79ce;
}
.professional-video-editing-service-what .card-border-two {
  border-bottom: 3px solid #58bfc8;
}
.professional-video-editing-service-what .card-border-two:hover {
  border: 3px solid #58bfc8;
}
.professional-video-editing-service-what .card-border-three {
  border-bottom: 3px solid #8bc34a;
}
.professional-video-editing-service-what .card-border-three:hover {
  border: 3px solid #8bc34a;
}
.professional-video-editing-service-what .card-border-four {
  border-bottom: 3px solid #12b0ff;
}
.professional-video-editing-service-what .card-border-four:hover {
  border: 3px solid #12b0ff;
}
.professional-video-editing-service-what .card-body h2 {
  font-size: 3rem;
}
.professional-video-editing-service-what .card-body img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 15rem;
  width: 15rem;
}

.professtion-video-how-our-expert {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.professtion-video-how-our-expert h2 {
  font-size: 3rem;
}
.professtion-video-how-our-expert h3 {
  font-size: 2.2rem;
}
.professtion-video-how-our-expert p {
  font-size: 1.6rem;
}
.professtion-video-how-our-expert .circle {
  background-color: #002147;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.types-of-video-we-can-edit {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.types-of-video-we-can-edit h2 {
  font-size: 3rem;
}
.types-of-video-we-can-edit h3 {
  font-size: 2.2rem;
}
.types-of-video-we-can-edit p {
  font-size: 1.6rem;
}
.types-of-video-we-can-edit .card {
  border-radius: 8rem;
  transition: all 0.3s ease;
}
.types-of-video-we-can-edit .card:hover {
  color: #ffffff;
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.service-sub-headers {
  background-image: url("https://essays.uk/wp-content/uploads/2021/08/review-sec-bg-image.webp");
  background-color: #002147;
  color: #ffffff;
  background-size: cover;
  padding: 5rem 0rem 5rem 0rem;
}
.service-sub-headers h1 {
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
}
.service-sub-headers h4 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.service-sub-headers p {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.service-sub-headers .fa {
  margin-right: 0.7rem;
}

.expert-dissertation-services {
  background-color: #ededed;
}

.dissertation-service-possible-reasons {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffff;
}
.dissertation-service-possible-reasons h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-size: 400;
}

.ukbasebusinessimage {
  height: 20rem;
  width: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.dissertation-service-place-order {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #ffffff;
  background-image: url("https://essays.uk/wp-content/uploads/2021/08/subheadertopbg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dissertation-service-place-order h2 {
  color: #ffffff;
  font-size: 3.3rem;
}

.benefit-service-section {
  background-color: #ededed;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
.benefit-service-section .fa {
  color: #31AA4B;
  font-size: 2rem !important;
  font-weight: bold;
  margin-right: 1rem;
}

.dissertation-service-how-it-work {
  background-color: #ffffff;
}
.dissertation-service-how-it-work img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
  width: 120px;
}
.dissertation-service-how-it-work .guarantees__text h5 {
  font-size: 1.6rem;
  font-weight: bold;
}
.dissertation-service-how-it-work .guarantees__text p {
  font-size: 1.6rem;
  margin-left: 1rem;
}

.dissertationservice__what_included_ourservices {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffff;
}
.dissertationservice__what_included_ourservices h2 {
  font-size: 3rem;
}
.dissertationservice__what_included_ourservices h3 {
  font-size: 2.2rem;
}
.dissertationservice__what_included_ourservices p {
  font-size: 1.6rem;
}

.full-disseration-writing-free-proposal {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ededed;
}
.full-disseration-writing-free-proposal h2 {
  font-size: 3rem;
}
.full-disseration-writing-free-proposal h3 {
  font-size: 2.2rem;
}
.full-disseration-writing-free-proposal p {
  font-size: 1.6rem;
}
.full-disseration-writing-free-proposal ul li {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.full-disseration-writing-free-proposal ul li .fa {
  color: #399b4c;
  font-size: 2rem;
}
.full-disseration-writing-free-proposal .quote {
  border-left: 4px solid #31aa4b;
  padding-left: 7px;
  background-color: #dffbe5;
}

.topic-outline-price-cards {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.topic-outline-price-cards .card {
  border-radius: 3rem;
  transition: all 0.3s ease-in-out;
}
.topic-outline-price-cards .card:hover {
  transform: scale(1.03);
  border: 3px solid #f97c5f;
}
.topic-outline-price-cards .card h2 {
  font-size: 3rem;
}
.topic-outline-price-cards .card h3 {
  font-size: 2.2rem;
}
.topic-outline-price-cards .card p {
  font-size: 1.6rem;
}
.topic-outline-price-cards .card img {
  width: 120px;
  height: auto;
}
.topic-outline-price-cards .card .card-body .price {
  color: #0067bb;
  font-size: 4.2rem !important;
}
.topic-outline-price-cards .card .card-body ul li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.author_bio_section {
  background-color: #fee1cf;
  border-bottom-left-radius: 3rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 0.5rem;
  padding: 15px;
  color: white;
  border: 1px solid #f8735a;
}
.author_bio_section .author_name {
  font-size: 16px;
  font-weight: bold;
}
.author_bio_section .author_details img {
  border: 1px solid #f8735a;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

/*this is a authore page style code*/
.rp__author {
  background-image: url("https://essays.uk/wp-content/uploads/2021/09/subheader-bg.webp");
  padding: 90px 0 90px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.rp__author_card .card-body {
  padding: 25px 35px;
}
.rp__author_card .card-body h3 {
  font-size: 2.4rem;
}
.rp__author_card .card-body img {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.rp__author_card .card-body a {
  font-size: 1.6rem;
  color: #f87359;
}
.rp__author_card .card-body p {
  font-size: 1.6rem;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 1.6rem;
}

.breadcrumb a {
  color: #428bca;
  text-decoration: none;
}

.researchblog__card {
  padding: 1.6rem;
  border: 1px solid #e3e3e3;
  border-radius: 2rem !important;
  position: relative;
  will-change: transform;
  transition: transform 450ms;
}
.researchblog__card img {
  width: 100%;
  height: 21.6rem;
  margin-bottom: 0.8rem;
  border-radius: 1rem;
}
.researchblog__card .blogicon {
  position: absolute;
  opacity: 0;
  top: 20rem;
  left: 25rem;
  transition: all 0.5s ease-in-out;
}
.researchblog__card .date {
  letter-spacing: 0.1rem;
}
.researchblog__card .card-body h5 {
  font-size: 2rem;
}
.researchblog__card .card-body p {
  font-size: 1.4rem;
}
.researchblog__card:hover .blogicon {
  opacity: 1;
  transform: rotate(-360deg) scale(1);
}
.researchblog__card:hover {
  box-shadow: 0 0 50px #ccc;
  transition: transform 150ms;
  transform: translateY(-10px);
}

@media (max-width: 992px) {
  .research-prospect-posts__sidebars {
    display: none;
  }

  .lib-dissertaiton-post-header-all {
    display: none;
  }
}
/*Design for all posts*/
.research-prospect-posts .author_name_post_meta a {
  color: #f97c5f;
  text-decoration: underline;
}

/*End*/
/*this is css of table content are here*/
.fixed-top-toc {
  position: fixed;
  top: 0;
  width: 716px;
  z-index: 1030;
}

.toc__table {
  margin-top: 80px;
}
.toc__table .navbar-light .navbar-toggler i {
  color: #0A0505;
}
.toc__table .navbar .navbar-toggler {
  background-color: transparent !important;
}
.toc__table .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent !important;
}

@media (max-width: 2000px) {
  .fixed-top-toc {
    position: fixed;
    top: 0;
    width: 732px;
    z-index: 1030;
  }
}
@media (max-width: 1200px) {
  .fixed-top-toc {
    position: fixed;
    top: 0;
    width: 610px !important;
    z-index: 1030;
  }
}
@media (max-width: 992px) {
  .fixed-top-toc {
    position: fixed;
    top: 0;
    width: 700px !important;
    z-index: 1030;
  }
}
@media (max-width: 767px) {
  .fixed-top-toc {
    position: fixed;
    top: 0;
    width: 510px !important;
    z-index: 1030;
  }
  .mycontent-review-sec-col {
    display: none !important;
}
}
@media (max-width: 576px) {
  .toc__table nav.tocclass {
    margin: 40px 20px 0px 0px;
  }

  .fixed-top-toc {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 1030;
  }
}
/*End the Table of content css*/
/*start the checklist code*/
.rp-checklist-post .label-text {
  font-size: 1.6rem;
}
.rp-checklist-post .notes {
  border-top-left-radius: 42px;
}
.rp-checklist-post .dot {
  height: 6px;
  width: 6px;
  margin-left: 8px;
  margin-right: 3px;
  margin-top: 2px;
  background-color: #5b5c5b;
  border-radius: 50%;
  display: inline-block;
}
.rp-checklist-post .review-text {
  background: red;
  color: #fff;
}
.rp-checklist-post .info {
  color: #8c8b9a;
}
.rp-checklist-post .dot-red {
  background-color: red !important;
  height: 6px;
  width: 6px;
  margin-left: 8px;
  margin-right: 3px;
  margin-top: 2px;
  border-radius: 50%;
  display: inline-block;
}
.rp-checklist-post .overview {
  color: red;
}
@-webkit-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.15;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.15;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.rp-checklist-post .option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 10.3px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.rp-checklist-post .option-input:hover {
  border: 4px solid #F97C5F;
}
.rp-checklist-post .option-input:checked {
  background: #F97C5F;
}
.rp-checklist-post .option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  /* content: "\f111"; */
  content: "✓";
  display: inline-block;
  font-weight: bold;
  font-size: 16.7px;
  text-align: center;
  line-height: 40px;
}
.rp-checklist-post .option-input:checked::after {
  -webkit-animation: click-wave 0.25s;
  animation: click-wave 0.25s;
  background: #F97C5F;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.rp-checklist-post .option-input.radio {
  border-radius: 50%;
}
.rp-checklist-post .option-input.radio::after {
  border-radius: 50%;
}
.rp-checklist-post .completed {
  color: gray;
  text-decoration: line-through;
}
.rp-checklist-post .line-text {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.rp-checklist-post .line-text span {
  background: #fff;
  padding: 0 10px;
  color: #212529;
}
.rp-checklist-post .user-images img {
  margin-left: -5px;
}

/*End the checklist code css*/
/*Post Tooltip css are here*/
.tooltip > .tooltip-inner {
  background-color: #ededed;
  box-shadow: 1px 1px 1px 1px #fff;
  padding: 20px 25px;
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  text-align: left;
  border-radius: 15px 50px;
}

.card_with_tooltip .container, .card_with_tooltip .container-fluid, .card_with_tooltip .container-lg, .card_with_tooltip .container-md, .card_with_tooltip .container-sm, .card_with_tooltip .container-xl {
  width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}
.card_with_tooltip .card-header {
  background-color:#fee1cf !important;
  color:#343a40 !important;
}
.card_with_tooltip .shadow p mark {
  border-radius: 7px;
}
.card_with_tooltip .shadow p a {
  font-size: 1.6rem;
  line-height: 1.9;
}
.card_with_tooltip .one_tooltip {
  text-decoration: none;
  color: black;
}
.card_with_tooltip .one_tooltip mark {
  background-color: #b1d1ea;
}
.card_with_tooltip .one_tooltip mark:hover {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #0067bb;
}
.card_with_tooltip .two_tooltip {
  text-decoration: none;
  color: black;
}
.card_with_tooltip .two_tooltip mark {
  background-color: #a3d0ad;
}
.card_with_tooltip .two_tooltip mark:hover {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid green;
}
.card_with_tooltip .three_tooltip {
  text-decoration: none;
  color: black;
}
.card_with_tooltip .three_tooltip mark {
  background-color: #dcbb94;
}
.card_with_tooltip .three_tooltip mark:hover {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid orange;
}
.card_with_tooltip .four_tooltip {
  text-decoration: none;
  color: black;
}
.card_with_tooltip .four_tooltip mark {
  background-color: #b1d1ea;
}
.card_with_tooltip .four_tooltip mark:hover {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #0067bb;
}
.card_with_tooltip .five_tooltip {
  text-decoration: none;
  color: black;
}
.card_with_tooltip .five_tooltip mark {
  background-color: #a3d0ad;
}
.card_with_tooltip .five_tooltip mark:hover {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid green;
}

/*End the tooltip*/
.tab-word-doc {
  font-size: 1.6rem;
}
.tab-word-doc .nav a {
  padding: 8px 50px;
  color: black;
  font-weight: 500;
}
.tab-word-doc ul li.tab_active a {
  display: block;
  background-color: #002D60;
  color: #fff;
}
.tab-word-doc .card .card-header {
  background-color: #325b9b;
  color: white;
}
.tab-word-doc .card-body {
  background-color: #f9f9fb;
}
.tab-word-doc .card-body .card-body::-webkit-scrollbar {
  width: 0.4rem;
}
.tab-word-doc .card-body .card-body::-webkit-scrollbar-thumb {
  background-color: #0d405f;
}

.blog-sidebar ul.free_diss_lists li a {
  color: black;
}
.blog-sidebar div.research_library_ul ul li a {
  color: black;
}
.blog-sidebar .sample_sidebar div.pricing_serv_box .card-header.header_img {
  background-image: url(https://essays.uk/wp-content/uploads/2020/10/our-teamm.png);
  background-size: cover;
  height: 200px;
}
.blog-sidebar .three_cards_boxes .card:hover {
  transform: scale(1.09);
  transition: 2s;
  cursor: pointer;
}
.blog-sidebar .three_cards_boxes .free_diss_lists li a {
  color: black;
}
.blog-sidebar .three_cards_boxes .blog_card1 {
  background-color: #b1d1ea94;
}
.blog-sidebar .three_cards_boxes .blog_card2 {
  background-color: #a3d0ad9e;
}
.blog-sidebar .three_cards_boxes .blog_card3 {
  background-color: #dcbb94;
}

@media (max-width: 992px) {
  .blog-sidebar {
    display: none;
  }
}
.tab-word-doc .nav a {
  padding: 8px 100px;
}
.tab-word-doc .nav-pills li a.active {
  background-color: #737373 !important;
}
.tab-word-doc .card .card-header {
  background-color: #325b9b;
  color: white;
}
.tab-word-doc .card-body {
  background-color: #f9f9fb;
}
.tab-word-doc .card-body .card-body::-webkit-scrollbar {
  width: 0.4rem;
}
.tab-word-doc .card-body .card-body::-webkit-scrollbar-thumb {
  background-color: #0d405f;
}

.sub-header-new-design-service {
  padding-top: 30px;
  padding-bottom: 150px;
  background-color: #fee1cf;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}
.sub-header-new-design-service h1 {
  font-size: 2.8rem;
}
.sub-header-new-design-service p {
  font-size: 1.6rem;
}
.sub-header-new-design-service .sub-header-info {
  background-color: #b08968;
  color:#fff;
  border-radius: 1rem;
  margin-top: 0.4rem;
  cursor: pointer;
}
.sub-header-new-design-service .sub-header-info span {
  font-size: 1.2rem;
  font-weight: 600;
}
.sub-header-new-design-service .star-sub-header .card {
  background-color: transparent;
  border: none;
  margin-bottom: 1.4rem;
}
.sub-header-new-design-service .star-sub-header .card .icon-img {
  height: 4rem;
}
.sub-header-new-design-service .star-sub-header .card .rate-num {
  font-size: 1.8rem;
}
.sub-header-new-design-service .star-sub-header .card .left-rating-text {
  line-height: 1;
}
.sub-header-new-design-service a {
  font-size: 1.6rem;
}
.sub-header-new-design-service .header-calculator .card {
  padding: 15px 15px;
  border-radius: 70px 0;
}
.sub-header-new-design-service .header-calculator .card .form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.4rem 0.11rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #657c94;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sub-header-new-design-service .header-calculator .card #numberofpagesselect {
  width: 102%;
  padding-left: 15px;
  padding-right: 64px;
}
.sub-header-new-design-service .header-calculator .card .circle {
  height: 60px;
  width: 70px;
  background-color: #e9e7ff;
  border-radius: 50%;
}
.sub-header-new-design-service .header-calculator .card .circle .fa {
  font-size: 1.6rem;
  color: #594ac2;
}
.sub-header-new-design-service .header-calculator .card .fontt {
  font-size: 2.5rem;
}
.sub-header-new-design-service .custom-shape-divider-bottom-1623153273 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.sub-header-new-design-service .custom-shape-divider-bottom-1623153273 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 103px;
  transform: rotateY(180deg);
}
.sub-header-new-design-service .custom-shape-divider-bottom-1623153273 .shape-fill {
  fill: #FFFFFF;
}

/*end the sub header*/
.writer-testimonial-slides img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 10rem;
  width: 10rem;
  margin-left: 5rem;
}

.how_its_work_service_sec_new img {
  width: 15rem;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.how_its_work_service_sec_new .circle {
  background-color: white;
  border: 2px solid #22282d;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  position: relative;
  z-index: 1000;
}
.how_its_work_service_sec_new .circle h3 {
  color: #22282d;
  font-size: 48px;
}
.how_its_work_service_sec_new .connecting-line {
  position: absolute;
  bottom: 52px;
  width: 75%;
  margin: 0 auto;
  border-top: 3px dashed #22282d;
  z-index: 1;
  left: 140px;
}

.our-service-writer-from {
  background-color: #ededed;
  padding-top: 9rem;
  padding-bottom: 15rem;
  min-height: auto;
  position: relative;
}
.our-service-writer-from .custom-shape-divider-bottom-1623309818 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.our-service-writer-from .custom-shape-divider-bottom-1623309818 svg {
  position: relative;
  display: block;
  width: calc(170% + 1.3px);
  height: 180px;
}
.our-service-writer-from .custom-shape-divider-bottom-1623309818 .shape-fill {
  fill: #FFFFFF;
}

.professtional-video-expert-logo-writer img {
  height: 11rem;
  width: 13rem;
  filter: grayscale(100%);
}

.our-new-pro-samples {
  position: relative;
  min-height: auto;
  padding-bottom: 10rem;
  padding-top: 5rem;
}
.our-new-pro-samples .custom-shape-divider-bottom-1623308476 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.our-new-pro-samples .custom-shape-divider-bottom-1623308476 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 76px;
}
.our-new-pro-samples .custom-shape-divider-bottom-1623308476 .shape-fill {
  fill: #FFFFFF;
}
.our-new-pro-samples .hub-slider {
  position: relative;
}
.our-new-pro-samples .hub-slider ul {
  list-style-type: none;
}
.our-new-pro-samples .hub-slider ul li {
  border-radius: 10px;
  height: 40rem;
  width: 35rem;
  background: #ededed;
  position: absolute;
  top: 0;
  left: 0;
}
.our-new-pro-samples .hub-slider ul li .card {
  background-color: #ededed;
  position: relative;
  border: none;
}
.our-new-pro-samples .hub-slider ul li .card:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 40px solid #eee;
  border-left: 40px solid transparent;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
}
.our-new-pro-samples .hub-slider ul li .card:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-top: 39px solid #002147;
  border-right: 39px solid transparent;
}
.our-new-pro-samples .hub-slider .hub-slider-controls {
  position: absolute;
  left: 0px auto;
  top: 470px;
  z-index: 1000;
}
.our-new-pro-samples .hub-slider .hub-slider-arrow {
  width: 50px;
  height: 30px;
  border-radius: 10px;
  background: #002147;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 490px) {
/*   .our-new-pro-samples {
    min-height: 220vh !important;
  } */
  .our-new-pro-samples #hub-slider-portion {
    margin-top: 8rem;
  }
  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper {
    position: absolute;
    left: 10rem;
  }
  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper .hub-slider ul li {
    height: 40rem;
    width: 35rem !important;
  }
}
@media (max-width: 368px) {
/*   .our-new-pro-samples {
    height: 240vh !important;
  } */
  .our-new-pro-samples #hub-slider-portion {
    margin-top: 8rem;
  }
  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper {
    position: absolute;
/*     left: 3rem; */
  }
  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper .hub-slider ul li {
    height: 40rem;
    width: 28rem !important;
  }
}
@media (max-width: 325px) {
/*   .our-new-pro-samples {
    height: 260vh !important;
  } */
/*   .our-new-pro-samples #hub-slider-portion {
    margin-top: 8rem;
  }
  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper {
    position: absolute;
    left: 2rem;
  }
  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper .hub-slider ul li {
    height: 40rem;
    width: 22rem !important;
  } */
}

.why_choose_our_gurantee {
  font-size: 1.6rem;
  padding-bottom: 3rem;
}
.why_choose_our_gurantee__services_boxes {
  position: relative;
  height: 180px;
  padding: 0px 0px 20px 0px;
}
.why_choose_our_gurantee__services_boxes:hover {
  cursor: pointer;
}
.why_choose_our_gurantee__services_boxes:hover .decorate-divider {
  height: 130px;
}
.why_choose_our_gurantee__services_boxes .decorate-divider {
  position: absolute;
  left: 0;
  top: 5%;
  right: auto;
  bottom: 0;
  background-color: #df6321;
  width: 5px;
  height: 50px;
  transition: height 0.5s;
  transition-timing-function: linear;
}
.why_choose_our_gurantee__services_boxes .content_section {
  transition: 0.5s ease;
  transition-timing-function: linear;
}

.ordering-process-rp-version {
  background-color: #ffffff;
  padding-top: 2rem;
  min-height: 65vh;
  /*font-family: "Fira Sans", sans-serif;*/
  display: flex;
}
.ordering-process-rp-version .blog-slider {
  width: 95%;
  position: relative;
  max-width: 1250px;
  margin: auto;
  background: #ededed;
  box-shadow: 0px 14px 14px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
.ordering-process-rp-version .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.ordering-process-rp-version .blog-slider .swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.ordering-process-rp-version .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.ordering-process-rp-version .blog-slider__item {
  display: flex;
  align-items: center;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.ordering-process-rp-version .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.ordering-process-rp-version .blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #ffdac5 0%, #ffdac5 74%);
  box-shadow: 9px 10px 12px 1px #f97c5f26;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.ordering-process-rp-version .blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: linear-gradient(147deg, #0067bb 0%, #002147 74%);*/
  border-radius: 20px;
  /*opacity: 0.8;*/
}
.ordering-process-rp-version .blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
.ordering-process-rp-version .blog-slider__content {
  padding-right: 25px;
}
.ordering-process-rp-version .blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.ordering-process-rp-version .blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.ordering-process-rp-version .circle {
  border: 4px solid #002147;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.ordering-process-rp-version .circle h3 {
  color: #002147;
  font-size: 32px;
  font-weight: bolder;
}
.ordering-process-rp-version .blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.ordering-process-rp-version .blog-slider__text {
  color: #4e4a67;
  font-size: 1.6rem;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.ordering-process-rp-version .blog-slider__button {
  display: inline-flex;
  background-color: #ef6a23;
  padding: 0.5rem 2.5rem;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px gray;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
.ordering-process-rp-version .blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
.ordering-process-rp-version .blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.ordering-process-rp-version .blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f97c5f;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
.ordering-process-rp-version .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 992px) {
  .ordering-process-rp-version .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-process-rp-version .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
  .ordering-process-rp-version .blog-slider__item {
    flex-direction: column;
  }
  .ordering-process-rp-version .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
  .ordering-process-rp-version .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
  .ordering-process-rp-version .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ordering-process-rp-version .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
  .ordering-process-rp-version .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .ordering-process-rp-version .blog-slider {
    height: 350px;
  }
  .ordering-process-rp-version .blog-slider__img {
    height: 270px;
  }
}
@media screen and (max-width: 576px) {
  .ordering-process-rp-version .blog-slider__img {
    width: 95%;
  }
  .ordering-process-rp-version .blog-slider__content {
    padding: 0;
  }
  .ordering-process-rp-version .blog-slider__button {
    width: 100%;
  }
}

.rp-custom-essys-writing-inner-page h2 {
  font-size: 2.6rem;
}
.rp-custom-essys-writing-inner-page ul li {
  font-size: 1.6rem;
}
.rp-custom-essys-writing-inner-page ul li a {
  font-size: 1.6rem;
}
.rp-custom-essys-writing-inner-page .scrolll {
  height: 350px;
  width: 100%;
  background-color: #ededed;
  color: black;
  overflow-y: scroll;
  border-radius: 10px;
  padding: 40px 0px 40px 40px;
  /* width */
}
.rp-custom-essys-writing-inner-page .scrolll::-webkit-scrollbar {
  width: 10px;
}

.mostviewartlibpage {
  background-color: #ededed;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.mostviewartlibpage:hover {
  cursor: pointer;
}
.mostviewartlibpage .mostviewartone {
  border: 2px solid #fee1cf;
  transition: 0.5s;
  font-size: 1.4rem;
}
.mostviewartlibpage .mostviewartone:hover {
  box-shadow: 5px 5px 15px 5px #ededed;
}
.mostviewartlibpage .mostviewartone .section-title {
  visibility: hidden;
}
.mostviewartlibpage .mostviewartone:hover .section-title{
  visibility: visible;
}
.mostviewartlibpage .mostviewartone .card-header {
  background-color: #fee1cf !important;
  font-size: 1.4rem;
}
.mostviewartlibpage .mostviewartone:hover .card-header {
  background-color: #ffffff !important;
}
.mostviewartlibpage .mostviewartone .section-title h4:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 3px;
  background-color: #fee1cf;
  left: 0;
  left: 50%;
  margin-left: -124px;
}
.mostviewartlibpage .mostviewartwo {
  border: 2px solid #ffd480;
  transition: 0.5s;
  font-size: 1.4rem;
}
.mostviewartlibpage .mostviewartwo:hover {
  box-shadow: 5px 5px 15px 5px #ededed;
}
.mostviewartlibpage .mostviewartwo .section-title {
  visibility: hidden;
}
.mostviewartlibpage .mostviewartwo:hover .section-title {
  visibility: visible;
}
.mostviewartlibpage .mostviewartwo .card-header {
  background-color: #ffd48066 !important;
}
.mostviewartlibpage .mostviewartwo:hover .card-header {
  background-color: #ffffff !important;
}
.mostviewartlibpage .mostviewartwo .section-title h4:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 3px;
  background-color: #ffd480;
  left: 0;
  left: 50%;
  margin-left: -124px;
}
.mostviewartlibpage .mostviewartthree {
  border: 2px solid #b3d9ffb0;
  transition: 0.5s;
  font-size: 1.4rem;
}
.mostviewartlibpage .mostviewartthree:hover {
  box-shadow: 5px 5px 15px 5px #ededed;
}
.mostviewartlibpage .mostviewartthree .section-title {
  visibility: hidden;
}
.mostviewartlibpage .mostviewartthree:hover .section-title {
  visibility: visible;
}
.mostviewartlibpage .mostviewartthree .card-header {
  background-color: #b3d9ffb0 !important;
  font-size: 1.4rem;
}
.mostviewartlibpage .mostviewartthree:hover .card-header {
  background-color: #ffffff !important;
}
.mostviewartlibpage .mostviewartthree .section-title h4:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 3px;
  background-color: #b3d9ffb0;
  left: 0;
  left: 50%;
  margin-left: -124px;
}

.lib-dissertaiton-post-header-all {
  background-color: #fee1cf;
}
.lib-dissertaiton-post-header-all .diss-txt a {
  color: #22282d !important;
  font-size: 1.4rem;
}
.lib-dissertaiton-post-header-all .card {
  background-color: transparent;
  border: 1px solid transparent;
}

.dessertationallposts .headtxt {
  font-size: 3rem;
}
.dessertationallposts .dissertxt {
  font-size: 1.7rem;
}
.dessertationallposts h5 {
  font-size: 2rem;
}
.dessertationallposts p {
  font-size: 1.5rem;
}
.dessertationallposts .cardheadone {
  background: linear-gradient(#f97c5f, #f97c5f);
  background: -webkit-linear-gradient(#f97c5f, #f97c5f);
}
.dessertationallposts .cardheadtwo {
  background: linear-gradient(#ff8c05, #FFBB00);
  background: -webkit-linear-gradient(#ff8c05, #FFBB00);
}
.dessertationallposts .cardheadthree {
  background: linear-gradient(#38ac51, #6AE960);
  background: -webkit-linear-gradient(#38ac51, #6AE960);
}
.dessertationallposts .cardone:hover {
  border: 1px solid #f97c5f !important;
  box-shadow: 5px 10px 5px 5px #F1F1F1;
}
.dessertationallposts .cardtwo:hover {
  border: 1px solid #ff8c05 !important;
  box-shadow: 5px 10px 5px 5px #F1F1F1;
}
.dessertationallposts .cardthree:hover {
  border: 1px solid #38ac51 !important;
  box-shadow: 5px 10px 5px 5px #F1F1F1;
}
.dessertationallposts .page-item:last-child .page-link {
  font-size: 1.6rem;
}
.dessertationallposts span.page-numbers.current {
  font-size: 1.6rem;
  padding: 0 0.2rem;
}

.lib-how-we-can-help {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fee1cf;
  background-image: url("https://essays.uk/wp-content/uploads/2021/08/subheadertopbg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*min-height: 55vh;*/
}

.libraryposts__header {
  background-color: #fee1cf !important;
}
.libraryposts .card:hover {
  border: 1px solid #f87359;
}

/* this is a css of 404 page */
.cls_404-1 {
    fill: #979797;
}
.cls_404-2 {
    fill: #f97c5f;
}

.cls_404-3 {
    fill: #f97c5f;
}

.cls_404-4 {
  fill: #f78d5e;
}

.cls_404-5 {
  fill: #31aa4b;
}

.cls_404-6,
.cls_404-7,
.cls_404-8 {
  fill: #ff8c05;
}

.cls_404-10,
.cls_404-6 {
  opacity: 0.6;
}

.cls_404-7 {
  opacity: 0.4;
}

.cls_404-9 {
  fill: #f4b73b;
}

.cls_404-11 {
  fill: #f9c358;
}

.cls_404-12 {
  fill: #9b462c;
}

.cls_404-13 {
  fill: #aa512e;
}

.cls_404-14 {
  fill: #003d6f;
}

/* animations */
.wheel {
  -webkit-animation: wheel-rotate 6s ease infinite;
          animation: wheel-rotate 6s ease infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@-webkit-keyframes wheel-rotate {
  50% {
    transform: rotate(360deg);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    transform: rotate(960deg);
  }
}

@keyframes wheel-rotate {
  50% {
    transform: rotate(360deg);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    transform: rotate(960deg);
  }
}
.clock-hand-1 {
  -webkit-animation: clock-rotate 3s linear infinite;
          animation: clock-rotate 3s linear infinite;
  transform-origin: bottom;
  transform-box: fill-box;
}

.clock-hand-2 {
  -webkit-animation: clock-rotate 6s linear infinite;
          animation: clock-rotate 6s linear infinite;
  transform-origin: bottom;
  transform-box: fill-box;
}

@-webkit-keyframes clock-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes clock-rotate {
  100% {
    transform: rotate(360deg);
  }
}
#box-top {
  -webkit-animation: box-top-anim 2s linear infinite;
          animation: box-top-anim 2s linear infinite;
  transform-origin: right top;
  transform-box: fill-box;
}

@-webkit-keyframes box-top-anim {
  50% {
    transform: rotate(-5deg);
  }
}

@keyframes box-top-anim {
  50% {
    transform: rotate(-5deg);
  }
}
#umbrella {
  -webkit-animation: umbrella-anim 6s linear infinite;
          animation: umbrella-anim 6s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@-webkit-keyframes umbrella-anim {
  25% {
    transform: translateY(10px) rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}

@keyframes umbrella-anim {
  25% {
    transform: translateY(10px) rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}
#cup {
  -webkit-animation: cup-rotate 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
          animation: cup-rotate 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  transform-origin: top left;
  transform-box: fill-box;
}

@-webkit-keyframes cup-rotate {
  50% {
    transform: rotate(-5deg);
  }
}

@keyframes cup-rotate {
  50% {
    transform: rotate(-5deg);
  }
}
#pillow {
  -webkit-animation: pillow-anim 3s linear infinite;
          animation: pillow-anim 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@-webkit-keyframes pillow-anim {
  25% {
    transform: rotate(10deg) translateY(5px);
  }
  75% {
    transform: rotate(-10deg);
  }
}

@keyframes pillow-anim {
  25% {
    transform: rotate(10deg) translateY(5px);
  }
  75% {
    transform: rotate(-10deg);
  }
}
#stripe {
  -webkit-animation: stripe-anim 3s linear infinite;
          animation: stripe-anim 3s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@-webkit-keyframes stripe-anim {
  25% {
    transform: translate(1rem, 0) rotate(-10deg);
  }
  75% {
    transform: translateX(1rem);
  }
}

@keyframes stripe-anim {
  25% {
    transform: translate(1rem, 0) rotate(-10deg);
  }
  75% {
    transform: translateX(1rem);
  }
}
#bike {
  -webkit-animation: bike-anim 6s ease infinite;
          animation: bike-anim 6s ease infinite;
}

@-webkit-keyframes bike-anim {
  0% {
    transform: translateX(-1300px);
  }
  50% {
    transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    transform: translateX(1300px);
  }
}

@keyframes bike-anim {
  0% {
    transform: translateX(-1300px);
  }
  50% {
    transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    transform: translateX(1300px);
  }
}
#rucksack {
  -webkit-animation: ruck-anim 3s linear infinite;
          animation: ruck-anim 3s linear infinite;
  transform-origin: top;
  transform-box: fill-box;
}

@-webkit-keyframes ruck-anim {
  50% {
    transform: rotate(5deg);
  }
}

@keyframes ruck-anim {
  50% {
    transform: rotate(5deg);
  }
}
.circle_404 {
  -webkit-animation: circle-anim ease infinite;
          animation: circle-anim ease infinite;
  transform-origin: center;
  transform-box: fill-box;
  perspective: 0px;
}

.circle_404.c1 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.circle_404.c2 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.circle_404.c3 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.circle_404.c4 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.circle_404.c5 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.circle_404.c6 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes circle-anim {
  50% {
    transform: scale(0.2) rotateX(360deg) rotateY(360deg);
  }
}

@keyframes circle-anim {
  50% {
    transform: scale(0.2) rotateX(360deg) rotateY(360deg);
  }
}
.four_404,
#ou {
  -webkit-animation: four-anim cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
          animation: four-anim cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

.four_404.a {
  transform-origin: bottom left;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transform-box: fill-box;
}

.four_404.b {
  transform-origin: bottom right;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transform-box: fill-box;
}

#ou {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  transform-origin: center;
  transform-box: fill-box;
}

@-webkit-keyframes four-anim {
  50% {
    transform: scale(0.98);
  }
}

@keyframes four-anim {
  50% {
    transform: scale(0.98);
  }
}
.section-two-404 ul {
  list-style-type: none;
}

.section-two-404 ul li > a {
  /* padding-left: 10px; */
  color: #0067bb;
  font-weight: 500;
  font-size: 1.4rem;
}

.section-two-404 .card-header {
  color: #0067bb;
  font-weight: bold;
  font-size: 2rem;
}

/* end 404 css */
/* section of footer */
.footer-section {
  background: #fee1cf;
}
.footer-section .headingstyle {
  /*color: #ffffff;*/
  font-weight: 400;
  font-size: 1.4rem;
}
.footer-section .footer_upper_box {
  background-image: linear-gradient(to left, #f8735975, #f87359);
  padding: 35px;
}
.footer-section .myfont {
  font-size: 1.4rem;
}
.footer-section .myfont a {
  /*color: white;*/
}
.footer-section .fspanone {
  font-size: 1.4rem;
}
.footer-section .footer-link a {
  /*color: #ffffff;*/
}
.footer-section .footer-link a:hover {
  /*color: white;*/
}
.footer-section .social {
  list-style-type: none;
}
.footer-section .social li {
  float: left;
  font-size: 1.2rem;
  margin-right: 0.3rem;
}
.footer-section .social li a {
  /*color: #ffffff;*/
}
.footer-section .lastfooter a {
  /*color: #ffffff;*/
  font-size: 1.4rem;
}

.whatsapp {
  position: fixed;
  left: 10px;
  top: 88%;
}

.whatsapp h5 {
  color: white;
  background: #25D366;
  padding: 10px;
  border-radius: 10px;
}

/* end footer */

/* end the translation dropdown css */
@media all and (max-width: 2000px) and (min-width: 1200px) {
  #mega-menu-8355 {
    width: 1100px;
  }
 

  #mega-menu-8356 {
    width: 900px;
  }

  #mega-menu-8357 {
    width: 1000px;
  }

  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper {
    position: absolute;
    left: 18rem;
  }
}
/* end the translation dropdown css */
@media all and (max-width: 1200px) and (min-width: 992px) {
  #nav-item-8360 a::after {
    display: none;
  }

  .template--section img {
    height: 227px;
    width: 330px;
  }

  .grid-item h3, h4 {
    font-size: 2.2rem;
  }

  .grid-item h2 {
    font-size: 2.7rem;
  }

  /*this css are belog to sample pro fo service*/
  /*.our-new-pro-samples {*/
  /*  min-height: 210vh !important;*/
  /*}*/
  .our-new-pro-samples #hub-slider-portion {
    margin-top: 8rem;
  }
  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper {
    position: absolute;
    left: 16rem;
  }

  /*end*/
}
/* Small devices (landscape phones, 576px and up) */
@media all and (max-width: 992px) and (min-width: 768px) {
  .grid-item--width2 {
    width: 100%;
  }

  .grid-item--width3 {
    width: 100%;
  }

  .hiwidth {
    width: 100%;
    margin-top: 40px;
  }

  .grid-item--height5 {
    height: 600px;
  }

  .template--section img {
    height: 228px;
    width: 330px;
  }

  .article--image img {
    height: 300px;
    width: 330px;
    margin-left: 170px;
  }

  .grid-item h3, h4 {
    font-size: 2.2rem;
  }

  .grid-item h2 {
    font-size: 2.7rem;
  }

  /*this css are belog to sample pro fo service*/
  /*.our-new-pro-samples {*/
  /*  min-height: 210vh !important;*/
  /*}*/
  .our-new-pro-samples #hub-slider-portion {
    margin-top: 8rem;
  }
  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper {
    position: absolute;
    left: 16rem;
  }

  /*end*/
  /*how it work line*/
  .connecting-line {
    display: none;
  }

  /*end*/
  /*our writer university*/
  .writer-testimonial-slides img {
    height: 6rem;
    width: 6rem;
  }

  /*end*/
  #nav-item-8360 a::after {
    display: none;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media all and (max-width: 768px) and (min-width: 576px) {
html, body {
  font-size: 60.5%;
}
  .grid-item--width2 {
    width: 100%;
  }

  .grid-item--width3 {
    width: 100%;
  }

  .hiwidth {
    width: 100%;
    margin-top: 120px;
    height: 160px;
  }

  .grid-item--height5 {
    height: 530px;
  }

  .video--section {
    margin-top: 30px;
    height: 330px;
  }

  .article--image img {
    height: 240px;
    width: 300px;
  }

  .template--section img {
    height: 228px;
    width: 330px;
  }

  .grid-item h3, h4 {
    font-size: 2.2rem;
  }

  .grid-item h2 {
    font-size: 2.7rem;
  }
	
  .lecture--slide {
    margin-top: 50px;
    height: 170px;
}

  /*this css are belog to sample pro fo service*/
  /*.our-new-pro-samples {*/
  /*  min-height: 130vh !important;*/
  /*}*/
  .our-new-pro-samples #hub-slider-portion {
    margin-top: 8rem;
  }
  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper {
    position: absolute;
    left: 10rem;
  }
  .our-new-pro-samples .hub-slider .hub-slider-controls{
      display:none !important;
  }
  /*end*/
  /*how it work line*/
  .connecting-line {
    display: none;
  }

  /*end*/
  /*our writer university*/
  .writer-testimonial-slides img {
    height: 5rem;
    width: 5rem;
  }

  /*end*/
  #nav-item-8360 a::after {
    display: none;
  }
	/* assignment and poster samples iframe styling */
	iframe {
    width: -webkit-fill-available;
	height: 400px;
}
/* end of iframe styling */
}
/* end */
/* Small devices (landscape phones, 576px and up) */
@media all and (max-width: 576px) and (min-width: 279px) {
/*sample home page*/
.sub-header-sample-of-our-work {
    background-image: url(https://essays.uk/wp-content/uploads/2021/09/ready-to-place-bg-img.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    height: 70vh;
}
.top_phone_email a{
    font-size: 1.7rem;
}
.all-sample-of-our-work-cards {
  margin-top: 0rem !important;
}

html, body {
  font-size: 60.5%;
}
.navbar-brand .desktop {
    width: 185px !important;
}
.navbar-light .navbar-toggler {
    padding: 7px !important;
}
/* assignment and poster samples iframe styling */
	iframe {
    width: -webkit-fill-available;
	height: 330px;
}
/* end of iframe styling */
.social_header_sec .social_link_header {
    margin-left: -5rem;
    margin-top: 1rem;
}
/* .top_phone_email a {
    font-size: 1.0rem !important;
} */
  .grid-item--width2 {
    width: 100%;
  }

  .grid-item--width3 {
    width: 100%;
  }

  .hiwidth {
    width: 100%;
    margin-top: 40px;
  }

  .grid-item--height3 {
    height: 400px;
    top: 1320.36px;
  }
  .grid-item--height5 {
    height: 440px;
}
  .lecture--slide {
    height: 195px;
    top: 2330.44px;
  }
  .video--section {
    height: 320px;
    top: 715px;
}
.knowledge--base {
    height: 250px;
}
  .article--image img {
/*     height: 240px; */
    width: 340px;
    margin-top: -75px;
  }

  .template--section img {
/*     height: 190px; */
    width: 210px;
  }

  .article--section {
    height: 185px;
    top: 1850.4px;
  }

  .grid-item h3, h4 {
    font-size: 2.2rem;
  }

  .grid-item h2 {
    font-size: 2.7rem;
  }

  /*this css are belog to sample pro fo service*/
  /*.our-new-pro-samples {*/
  /*  min-height: 135vh !important;*/
  /*}*/
  .our-new-pro-samples #hub-slider-portion {
    margin-top: 8rem;
  }
  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper {
    position: absolute;
    left: 6rem;
  }
  .our-new-pro-samples .hub-slider .hub-slider-controls {
    display:none !important;
    /*position: absolute;*/
    /*top: 420px;*/
    /*left: 30px;*/
}
  .our-new-pro-samples #hub-slider-portion .hub-slider-wrapper .hub-slider ul li {
    height: 40rem;
    width: 38rem;
  }

  /*end*/
  /*how it work line*/
  .connecting-line {
    display: none;
  }

  /*end*/
  #nav-item-8360 a::after {
    display: none;
  }

  /*our writer university*/
  .writer-testimonial-slides img {
    height: 3rem;
    width: 3rem;
    margin-left: 10rem;
  }

  /*end*/
}
/* end */
.research-prospect-posts__sidebars div.free_diss_lists ul li.change_clr a {
  color: #ef6a23;
}
.research-prospect-posts__sidebars div.research_library_ul ul li a {
  color: black;
}
.research-prospect-posts__sidebars .sample_sidebar div.pricing_serv_box .card-header.header_img {
  background-image: url(https://essays.uk/wp-content/uploads/2020/10/our-teamm.png);
  background-size: cover;
  height: 200px;
}
.research-prospect-posts__sidebars .fixed-top-card_boxes {
  position: fixed;
  top: 50px;
}
.research-prospect-posts__sidebars .three_cards_boxes .card .card-body {
  padding: 1.5rem !important;
}
.research-prospect-posts__sidebars .three_cards_boxes .card:hover {
  transform: scale(1.09);
  transition: 2s;
  cursor: pointer;
}
.research-prospect-posts__sidebars .three_cards_boxes .free_diss_lists li a {
  color: black;
}
.research-prospect-posts__sidebars .three_cards_boxes .blog_card1 {
  background-color: #fee1cf;
}
.research-prospect-posts__sidebars .three_cards_boxes .blog_card2 {
  background-color: #ffd48066;
}
.research-prospect-posts__sidebars .three_cards_boxes .blog_card3 {
  background-color: #b3d9ffb0;
}

#mega-menu-26925{
    margin-right: -118px !important;
}
#mega-menu-26926{
    margin-right: 115px;
}
/*#mega-menu-26927{*/
/*    margin-right: -14px;*/
/*}*/

#mega-menu-8354{
    width:100% !important;
}

/* a-mega menu */
.a-responsivemenu-rp {
width: 575px;
border-radius: 8px;
background: linear-gradient(to left, transparent 50%, #fff 50%);
position: relative;
/*height: 400px;*/
}

.a-responsivemenu-rp .menu-li {
display: inline-block;
width: 50%;
padding-right: 10%;
}

.a-responsivemenu-rp .menu-li a {
font-size: 1.6rem;
}

.a-responsivemenu-rp .depth2-box {
display: none;
position: absolute;
right: 0;
top: 0;
width: 50.5%;
height: 100%;
padding: 1em 1.5em 1em 0.75em;
border-radius: 0 8px 8px 0;
/*box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);*/
background: #fee1cf;
}

.a-responsivemenu-rp .depth2-box ul li {
list-style: none;
}

.a-responsivemenu-rp .depth2-box ul li a {
color: #3b3b3b !important;
font-size: 1.6rem;
font-weight: 400 !important;
}

.a-responsivemenu-rp .menu-ul *.menu-li:hover>.depth2-box {
display: block;
}
