/** 
color combinations
**/
/** 
transition
**/
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

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

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

/** 
core css
**/
::-moz-selection {
  background-color: #00c4da;
  color: #fff;
}

::selection {
  background-color: #00c4da;
  color: #fff;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #00c4da;
}

body::-webkit-scrollbar-thumb {
  background-color: #f42ea4;
  outline: 1px solid #f42ea4;
  border-radius: 25px;
}

p {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}

section {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

h1,
.h1 {
  font-size: 42px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 500;
}

h3,
.h3 {
  font-size: 30px;
  font-weight: 500;
}

.white-color {
  fill: #fff;
}

.svg-fix {
  overflow: hidden;
  position: relative;
  display: block;
}

#cover-spin {
  position:fixed;
  width:100%;
  left:0;right:0;top:0;bottom:0;
  background-color: rgba(255,255,255,0.7);
  z-index:9999;
  display:none;
}

@-webkit-keyframes spin {
from {-webkit-transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}

#cover-spin::after {
  content:'';
  display:block;
  position:absolute;
  left:48%;top:40%;
  width:40px;height:40px;
  border-style:solid;
  border-color:black;
  border-top-color:transparent;
  border-width: 4px;
  border-radius:50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

/** 
transition
**/
.top-bar {
  padding: 0px !important;
  border-bottom: 2px solid #a5a8aa;
}

.top-bar ul {
  padding: 5px 0px 0px;
  margin: 0px;
}

.top-bar ul li {
  list-style: none;
  display: inline;
  margin: 0px 10px;
}

.top-bar ul li a {
  color: #343535;
}

.top-bar .right-ul {
  padding: 5px 0px 5px;
}

.top-bar .right-ul li {
  list-style: none;
}

.top-bar .right-ul li a {
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.top-bar .right-ul li a i {
  color: #f42ea4;
}

.top-menu {
  padding: 0px 0px;
}

.top-menu .nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.top-menu .navbar-custom {
  background: #fff;
  border-top: 0px;
}

.top-menu .navbar-custom .navbar-toggler {
  background-color: #00c4da !important;
}

.top-menu .number-ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  padding: 0px 50px 0px 10px;
  margin-top: 15px;
}

.top-menu .signin-ul {
  padding: 0px 0px 0px 10px;
}

.top-menu .signin-ul li {
  list-style: none;
  padding: 17px 0px 0px;
}

.top-menu .signin-ul li a {
  color: #343535;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  list-style: none;
}

.top-menu .signin-ul li a i {
  font-size: 20px;
  padding-right: 5px;
  color: #f42ea4;
}

.top-menu .parent-order-ul .order-btn {
  background: #f42ea4;
  padding: 5px 20px;
  border-radius: 25px;
  font-size: 15px;
  color: #fff;
  margin: 16px 0px 0px 20px;
}

.top-menu .parent-order-ul .order-btn:hover, .top-menu .parent-order-ul .order-btn:focus {
  -webkit-transition: border-radius 0.5s ease-in;
  transition: border-radius 0.5s ease-in;
  border-radius: 25px;
}

.top-menu .parent-order-ul .cart-btn-animated {
  position: relative;
  overflow: hidden;
}

.top-menu .parent-order-ul .cart-btn-animated .ink {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 20;
}

.top-menu .parent-order-ul .cart-btn-animated .animate {
  webkit-animation: ripple 4s linear infinite;
  -webkit-animation: ripple 4s linear infinite;
          animation: ripple 4s linear infinite;
}

@-webkit-keyframes ripple {
  20% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes ripple {
  20% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

.top-menu .dropdown:hover > .dropdown-menu {
  display: block;
  margin: 0px;
}

.top-menu .dropdown:hover > .dropdown-menu .dropdown-item {
  font-size: 16px;
  padding: 0px 10px;
  margin: 5px 0px;
  color: #343535;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
}

.top-menu .navbar-dark .navbar-nav .nav-link {
  color: #343535;
  font-weight: 500;
  font-size: 18px;
  margin: 0px 15px;
  text-transform: capitalize;
  font-family: "Dosis", sans-serif;
}

.top-menu .navbar-dark .navbar-nav .nav-link:hover,
.top-menu .navbar-dark .navbar-nav .nav-link:focus {
  color: #f42ea4;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  text-transform: capitalize;
}

.top-menu .navbar-dark .navbar-nav .dropdown-item {
  color: #343535;
  font-weight: 500;
  font-size: 18px;
  margin: 0px 10px;
  text-transform: capitalize;
}

.top-menu .nav-scroller .nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.top-menu .nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.top-menu .nav-underline .nav-link:hover {
  color: #007bff;
}

.top-menu .nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: #6f42c1;
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

/*
  *  
  *off canvas
  */
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 190px;
    /* Height of navbar */
    z-index: 99;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #00c4da;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: left, visibility;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
  .fixed-top .offcanvas-collapse {
    top: 97px;
    /* Height of navbar */
    z-index: 99;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.bc-banner-home {
  padding: 50px 0px 100px;
  background: url(https://86e8e4.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/british-essays-banner-home.png) no-repeat;
  background-position-x: 56%;
  background-size: cover;
}

.bc-banner-home .h1 {
  color: #f42ea4;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.bc-banner-home p {
  font-size: 20px;
  color: #343535;
}

.bc-banner-home .btn-ordernow {
  font-weight: 500;
  padding: 13px 40px;
  font-size: 15px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #f42ea4;
  border: 2px solid transparent;
}

.bc-banner-home .btn-ordernow:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
  border: 2px solid #f42ea4;
  color: #f42ea4;
}

.bc-banner-home .btn-number {
  font-weight: 500;
  font-size: 20px;
  color: #343535;
  background-color: #ffe04e;
  padding: 0px 20px;
  border: 2px solid #f42ea4;
}

.bc-banner-home .btn-number:hover {
  background: #f42ea4;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #f42ea4;
}

.bc-banner-home .btn-number span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #343535;
  text-transform: capitalize;
}

.bc-banner-home .btn-number img {
  margin-top: -23px;
  position: absolute;
  margin-left: -3px;
}

.gurantees-bc-home .box {
  min-height: 275px;
  padding: 20px 20px;
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  text-align: center;
  /*
      * svg stylings 
      */
}

.gurantees-bc-home .box:hover, .gurantees-bc-home .box:focus {
  background: #00c4da;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  /*
        * svg stylings - on hover
        */
}

.gurantees-bc-home .box:hover p, .gurantees-bc-home .box:focus p {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gurantees-bc-home .box:hover .h2, .gurantees-bc-home .box:focus .h2 {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gurantees-bc-home .box:hover .experienced-writers .st0,
.gurantees-bc-home .box:hover .technical-support .st0,
.gurantees-bc-home .box:hover .value-of-money .st0,
.gurantees-bc-home .box:hover .ontime-delivery .st0, .gurantees-bc-home .box:focus .experienced-writers .st0,
.gurantees-bc-home .box:focus .technical-support .st0,
.gurantees-bc-home .box:focus .value-of-money .st0,
.gurantees-bc-home .box:focus .ontime-delivery .st0 {
  fill: #fff;
  -webkit-transition: fill 0.6s ease;
  transition: fill 0.6s ease;
}

.gurantees-bc-home .box .h2 {
  font-weight: 500;
  font-size: 20px;
  color: #00c4da;
  padding: 10px 0px 0px;
}

.gurantees-bc-home .box p {
  color: #343535;
  font-weight: 200;
  font-size: 14px;
}

.gurantees-bc-home .box .experienced-writers .st0,
.gurantees-bc-home .box .technical-support .st0,
.gurantees-bc-home .box .value-of-money .st0,
.gurantees-bc-home .box .ontime-delivery .st0 {
  fill: #00c4da;
}

.why-choose-us-bc-home {
  background: url(https://e905c1.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/why-british-course.png) no-repeat;
  padding: 50px 0px 50px;
  background-size: cover;
  background-position: center;
}

.why-choose-us-bc-home .box {
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  background: #f42ea4;
  border-radius: 5px;
  padding: 30px 20px;
}

.why-choose-us-bc-home .box .order-btn {
  background: #ffe04e;
  padding: 5px 20px;
  border-radius: 0px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  -webkit-transition: border-radius 0.5s ease-in;
  transition: border-radius 0.5s ease-in;
}

.why-choose-us-bc-home .box .order-btn:hover, .why-choose-us-bc-home .box .order-btn:focus {
  border-radius: 25px;
}

.why-choose-us-bc-home .box .livechat-btn {
  background: #00c4da;
  padding: 5px 20px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin: 0px 0px 0px 10px;
  -webkit-transition: border-radius 0.5s ease-in;
  transition: border-radius 0.5s ease-in;
}

.why-choose-us-bc-home .box .livechat-btn:hover, .why-choose-us-bc-home .box .livechat-btn:focus {
  border-radius: 25px;
}

.why-choose-us-bc-home .box .h2 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #ffe04e;
  font-size: 36px;
}

.why-choose-us-bc-home .box p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
}

.why-choose-us-bc-home .box .h3 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 46px;
  color: #ffe04e;
  text-align: center;
  display: block;
  padding: 30px 0px 0px;
}

.why-choose-us-bc-home .box .h4 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
}

.services-bc-home {
  background: url(https://97d51e.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/services-bc-home.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.services-bc-home .h1 {
  font-weight: 500;
  font-size: 30px;
  color: #f42ea4;
  font-family: "Dosis", sans-serif;
}

.services-bc-home .paragraph {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #343535;
}

.services-bc-home .h3 {
  font-size: 18px;
  color: #00c4da;
  font-weight: 400;
  font-family: "Dosis", sans-serif;
}

.services-bc-home p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #343535;
  font-weight: 300;
  margin-bottom: 0px;
}

.services-bc-home a {
  color: #f42ea4;
}

.icon-main {
  background-image: url(https://241c9a.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/icons-bg.png);
  width: 33px;
  position: relative;
  min-height: 35px;
  display: inline-block;
}

.icon-main.math {
  background-position: -91px -44px;
}

.icon-main.engineering {
  background-position: -346px -44px;
}

.icon-main.history {
  background-position: -604px -43px;
}

.our-team .h1 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 36px;
  display: block;
  text-align: center;
  color: #f42ea4;
  padding: 0px 0px 30px;
}

.our-team .box {
  background: #00c4da;
  padding: 50px 30px;
  margin-top: 75px;
}

.our-team .box .curve-box {
  width: 110px;
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  height: 110px;
  background: #fff;
  margin-top: -105px;
  margin-left: -85px;
}

.our-team .box .curve-box img {
  margin: 15px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.our-team .box p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.our-team .img-custom {
  margin: 20px 0px;
}

.cta-1-bc {
  background: url(https://a5d415.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/cta-1-bc.png) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 30px 0px;
}

.cta-1-bc .h1 {
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  font-family: "Dosis", sans-serif;
}

.cta-1-bc .btn-ordernow {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 0px;
  text-transform: uppercase;
  color: #343535;
  background: #ffe04e;
  border: 2px solid #ffe04e;
}

.cta-1-bc .btn-ordernow:hover {
  border-radius: 25px;
  -webkit-transition: border-radius 0.5s ease-in;
  transition: border-radius 0.5s ease-in;
}

.cta-1-bc ul {
  padding: 0px;
}

.cta-1-bc ul li {
  list-style: none;
  display: inline;
  margin: 0px 10px;
}

.cta-1-bc ul li a {
  padding: 13px 0px 15px 0px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #f42ea4;
}

.cta-1-bc ul li a .icon-main {
    background-image: url(https://241c9a.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/icons-bg.png);
    width: 54px;
    position: relative;
    min-height: 43px;
    display: inline-block;
    top: 0px;
    margin-bottom: -6px;
}

.cta-1-bc ul li a .icon-main.whatsapp {
  background-position: -1358px -32px;
}

.cta-1-bc ul li a .icon-main.phone {
  background-position: -849px -28px;
}

.cta-1-bc ul li a .icon-main.pricing {
  background-position: -1104px -33px;
}

.cta-3-bc {
  background: url(https://442a12.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/cta-3-bc.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0px;
}

.cta-3-bc ul {
  padding: 0px;
}

.cta-3-bc ul li {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0px;
}

.cta-3-bc ul li i {
  padding-right: 10px;
  color: #f42ea4;
  font-size: 24px;
}

.cta-3-bc .h1 {
  color: #f42ea4;
  font-size: 28px;
  font-weight: 500;
  font-family: "Dosis", sans-serif;
}

.cta-3-bc .order-form {
  background: #00c4da;
  background-size: cover;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 4px 3px rgba(255, 255, 255, 0.5);
}

.cta-3-bc .order-form .h2 {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}

.cta-3-bc .order-form .form-group .form-control {
  border-radius: 5px;
  padding: 10px 10px;
  height: 40px;
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 0px;
}

.cta-3-bc .order-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.cta-3-bc .order-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.cta-3-bc .order-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.cta-3-bc .order-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.cta-3-bc .order-form .btn-ordernow {
  display: block;
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 40px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #ffe04e;
  border: 2px solid transparent;
}

.cta-3-bc .order-form .btn-ordernow:hover {
  border: 2px solid #ffe04e;
  background: transparent;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.testimonial-bc-home .heading-1 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 36px;
  display: block;
  text-align: center;
  color: #f42ea4;
  padding: 20px 0px 0px;
}

.testimonial-bc-home #quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 20px;
}

.testimonial-bc-home #quote-carousel .carousel-indicators {
  position: relative;
  right: 0;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
}

.testimonial-bc-home #quote-carousel .carousel-indicators li {
  margin: 28px 10px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 0px;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  vertical-align: middle;
}

.testimonial-bc-home #quote-carousel .carousel-indicators li.active {
  width: 128px;
  height: 128px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0px;
}

.testimonial-bc-home #quote-carousel .star-ul {
  margin-left: -40px;
}

.testimonial-bc-home #quote-carousel .star-ul li {
  list-style: none;
  display: inline;
}

.testimonial-bc-home #quote-carousel .star-ul li i {
  font-size: 20px;
  color: #ffbb53;
}

.testimonial-bc-home #quote-carousel p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343535;
}

.testimonial-bc-home #quote-carousel small {
  color: #022a50;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 20px;
}

.faqs-bc-home {
  padding: 50px 0px;
  background: #00c4da;
  background-size: cover;
  background-position: center;
}

.faqs-bc-home .h1 {
  font-size: 28px;
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 30px;
}

.faqs-bc-home .panel-default {
  border-color: #000;
  border-radius: 0px;
  text-align: center;
  background: #fff;
  margin-bottom: 0;
}

/* .faqs-bc-home .panel-default::after {
  content: url(https://bf44ff.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/why-british-course-after-arrow.png);
  width: 0;
  height: 0;
  float: right;
  margin: -13px 500px 0px 0px;
  font-family: FontAwesome;
  font-size: 36px;
} */

.icon-main {
  background-image: url(https://241c9a.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/icons-bg.png);
  width: 54px;
  position: relative;
  min-height: 37px;
  display: inline-block;
  top: 0px;
  margin-bottom: 10px;
}

.icon-main.arrow {
  background-position: -1613px -46px;
}

.faqs-bc-home .panel-default .panel-heading {
  background: #fff;
  padding: 15px 0px;
  border: 0px;
}

.faqs-bc-home .panel-default .panel-heading a {
  text-align: center;
  display: block;
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.faqs-bc-home .panel-default .panel-body {
  border-top-color: #ddd;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #343535;
  padding: 20px 10px;
}

.faqs-bc-home .panel-default .panel-body p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #343535;
}

.cta-2-bc {
  background: url(https://1c7e4a.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/cta-2-bc.png) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.cta-2-bc .h1 {
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  font-family: "Dosis", sans-serif;
}

.cta-2-bc p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.cta-2-bc .btn-ordernow {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 10px 40px;
  font-size: 15px;
  border-radius: 0px;
  text-transform: uppercase;
  color: #343535;
  background: #ffe04e;
}

.cta-2-bc .btn-ordernow:hover {
  border-radius: 25px;
  -webkit-transition: border-radius 0.5s ease-in;
  transition: border-radius 0.5s ease-in;
}

footer {
  background: #f5f5f5;
  padding: 30px 0px 0px;
}

footer p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #343535;
}

footer .social-list {
  padding: 0px;
}

footer .social-list li {
  list-style: none;
  display: inline;
  font-size: 16px;
}

footer .social-list li a {
  color: #fff;
}

footer .social-list li a:hover i {
  color: #f42ea4;
  background: transparent;
  border: 2px solid #f42ea4;
}

footer .social-list li a i {
  border-radius: 50px;
  padding: 10px 13px;
  background: #343535;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}

footer .social-list li a .custom-twitter {
  margin-left: 5px;
  padding: 10px 10px;
}

footer .h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #343535;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

footer .apply-border {
  float: left;
  width: 30%;
  background: #f42ea4;
  padding: 1px;
  margin: 0px;
}

footer ul {
  padding: 10px 0px 0px;
}

footer ul li {
  list-style: none;
  margin: 5px 0px;
}

footer ul li a {
  font-size: 16px;
  color: #343535;
  font-family: "Lato", sans-serif;
}

footer ul li a:hover, footer ul li a:focus {
  color: #f42ea4;
}

footer ul li a i {
  color: #f42ea4;
  padding-right: 5px;
}

footer .contact-list {
  padding: 10px 0px 0px;
}

footer .contact-list li {
  margin: 10px 0px;
}

footer .contact-list li a:hover i, footer .contact-list li a:focus i {
  color: #f42ea4;
  background: transparent;
  border: 2px solid #f42ea4;
}

footer .contact-list li a i {
  border-radius: 50px;
  padding: 8px 9px;
  background: #343535;
  color: #fff;
  margin-right: 4px;
  border: 2px solid transparent;
}

footer .h5 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #343535;
}

.footer-bottom {
  background: #f42ea4;
  padding: 10px 0px;
}

.footer-bottom span {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 14px;
  display: block;
  color: #fff;
  text-align: center;
}

.inner-page-banner {
  background: url(https://95f033.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/banner-update.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.inner-page-banner .h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  color: #fff;
}

.inner-page-banner p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.inner-page-banner .btn-ordernow {
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #f42ea4;
  border: 2px solid transparent;
}

.inner-page-banner .btn-ordernow:hover {
  border: 2px solid #f42ea4;
  background: transparent;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.inner-page-banner .btn-number {
  font-weight: 500;
  font-size: 20px;
  color: #343535;
  background-color: #ffe04e;
  padding: 0px 20px;
  border: 2px solid #f42ea4;
  margin-left: 20px;
}

.inner-page-banner .btn-number:hover {
  background: #f42ea4;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #f42ea4;
}

.inner-page-banner .btn-number span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #343535;
  text-transform: capitalize;
}

.inner-page-banner .btn-number img {
  margin-top: -23px;
  position: absolute;
  margin-left: -3px;
}

.breadcrums-bc {
  background: #f42ea4;
  padding: 10px 0px;
}

.breadcrums-bc ul {
  padding: 0px;
  margin: 0px;
}

.breadcrums-bc ul li {
  list-style: none;
  display: inline;
  color: #fff;
  margin: 0px 10px 0px 0px;
}

.breadcrums-bc ul li a {
  color: #fff;
}

.servicesinner-page-content .h2 {
  color: #f42ea4;
  font-weight: 500;
  font-size: 22px;
  font-family: "Dosis", sans-serif;
}

.servicesinner-page-content .h3 {
  color: #343535;
  font-weight: 700;
  font-size: 18px;
}

.servicesinner-page-content .h4 {
  color: #f42ea4;
  font-weight: 600;
  font-size: 28px;
}

.servicesinner-page-content .block-quote {
  background: url(https://d5bd3c.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/block-quote-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 10px;
}

.servicesinner-page-content .block-quote span {
  font-family: "Dosis", sans-serif;
  font-size: 22px;
  color: #343535;
  text-align: center;
  display: block;
}

.servicesinner-page-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343535;
}

.servicesinner-page-content ul {
  padding: 0px;
}

.servicesinner-page-content ul li {
  list-style: none;
  margin: 10px 0px;
}

.servicesinner-page-content ul li i {
  padding-right: 10px;
  color: #f42ea4;
  font-size: 20px;
}

.servicesinner-page-content .banner {
  background: url(https://99652e.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/services-inner-bannner-content.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10px 20px;
  margin: 20px 0px;
}

.servicesinner-page-content .banner .h3 {
  color: #fff;
  margin-top: 12px;
  font-size: 22px;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
}

.servicesinner-page-content .banner .btn-ordernow {
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #f42ea4;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  border: 2px solid transparent;
}

.servicesinner-page-content .banner .btn-ordernow:hover, .servicesinner-page-content .banner .btn-ordernow:focus {
  border-radius: 25px;
  -webkit-transition: border-radius 0.5s ease-in;
  transition: border-radius 0.5s ease-in;
}

.servicesinner-page-content .exhaustive li img {
  padding-right: 10px;
}

.servicesinner-page-content .exhaustive li strong {
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.servicesinner-page-content .btn-livechat {
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #f42ea4;
  border: 0px solid transparent;
}

.servicesinner-page-content .btn-livechat:hover, .servicesinner-page-content .btn-livechat:focus {
  border-radius: 25px;
  -webkit-transition: border-radius 0.5s ease-in;
  transition: border-radius 0.5s ease-in;
}

.servicesinner-page-content .btn-ordernow {
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #00c4da;
  border: 0px solid transparent;
}

.servicesinner-page-content .btn-ordernow:hover, .servicesinner-page-content .btn-ordernow:focus {
  border-radius: 25px;
  -webkit-transition: border-radius 0.5s ease-in;
  transition: border-radius 0.5s ease-in;
}

.servicesinner-page-content .head-parent {
  background-color: #00c4da;
  padding: 10px 0px;
}

.servicesinner-page-content .head-parent .heading-4 {
  font-family: "Dosis", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.servicesinner-page-content .get-quote {
  background: #f42ea4;
  background-size: cover;
  background-position: center;
  padding: 30px 10px 30px;
}

.servicesinner-page-content .get-quote .form-control {
  border-radius: 2px;
}

.servicesinner-page-content .get-quote .btn-ordernow {
  padding: 7px 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: block;
  text-align: center;
  border: 2px solid transparent;
  text-transform: uppercase;
  background: #00c4da;
  color: #fff;
  border-radius: 2px;
  margin-top: 20px;
}

.servicesinner-page-content .get-quote .btn-ordernow:hover {
  background: transparent;
  border: 2px solid #00c4da;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicesinner-page-content .sidebar-2 {
  background: url(https://cd5bf6.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/sidebar-2.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 10px;
  border-radius: 5px;
}

.servicesinner-page-content .sidebar-2 .h4 {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #343535;
  margin-bottom: 0px;
}

.servicesinner-page-content .sidebar-2 p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #343535;
}

.servicesinner-page-content .sidebar-2 .heading-5 {
  color: #4b5255;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 22px;
  display: block;
  text-align: center;
  line-height: 25px;
  padding-bottom: 20px;
}

.servicesinner-page-content .sidebar-2 img {
  margin: 20px 0px;
  background-color: #1a88ca;
  padding: 5px 5px;
  border-radius: 5px;
}

.servicesinner-page-content .sidebar-2 ul {
  padding: 0px;
}

.servicesinner-page-content .sidebar-2 ul li {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 13px;
  display: block;
  color: #1d252c;
  margin: 17px 0px;
}

.servicesinner-page-content .sidebar-2 .btn-ordernow {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #f42ea4;
  padding: 8px 40px;
  border: 2px solid transparent;
  border-radius: 2px;
  margin-top: 20px;
}

.servicesinner-page-content .sidebar-2 .btn-ordernow:hover {
  background: transparent;
  border: 2px solid #f42ea4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #f42ea4;
}

.servicesinner-page-content .sidebar-2 .parent-svg {
  background: #00c4da;
  padding: 2px 22px;
  margin: 5px 0px;
  border-radius: 2px;
}

.servicesinner-page-content .sidebar-2 .parent-svg .qualified-writer #XMLID_18_ {
  fill: #fff;
}

.servicesinner-page-content .sidebar-2 .parent-svg .on-time-delivery #XMLID_125_ {
  fill: #fff;
}

.servicesinner-page-content .sidebar-2 .parent-svg svg {
  margin-left: -20px;
}

.servicesinner-page-content .sidebar-3 {
  padding: 50px 10px;
  height: 386px;
  background: url(https://8d76c0.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/sidebar-3.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.servicesinner-page-content .sidebar-3 span {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  font-family: "Dosis", sans-serif;
}

.servicesinner-page-content .sidebar-3 .btn-ordernow {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #f42ea4;
  padding: 8px 40px;
  border-radius: 2px;
  margin-top: 110px;
}

.servicesinner-page-content .box {
  min-height: 235px;
  padding: 0px 20px 20px;
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  text-align: center;
}

.servicesinner-page-content .box .h4 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #f42ea4;
  padding: 20px 0px 10px;
}

.servicesinner-page-content .box p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #343535;
  font-size: 14px;
}

.servicesinner-page-content .box .triangle-shaddow {
  -webkit-filter: drop-shadow(0px 6px 2px #f0f0f0);
          filter: drop-shadow(0px 6px 2px #f0f0f0);
}

.servicesinner-page-content .box .triangle {
  -webkit-clip-path: polygon(0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34));
  clip-path: polygon(10% 0, 50% 80%, 90% 0);
  background: #fff;
  height: 80px;
}

.servicesinner-page-content .box .triangle img {
  margin-top: 7px;
}

.servicesinner-page-content .box .btn-readmore {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  border: 0px solid transparent;
}

.servicesinner-page-content .box .btn-ordernow {
  padding: 7px 17px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
  color: #fff;
  background: #963fb7;
  border: 0px solid transparent;
  margin-left: 10px;
}

.servicesinner-page-content .faq-card .header a {
  background: #f7f7f7;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #00c4da;
  padding: 15px 20px;
  margin: 15px 0px;
}

.servicesinner-page-content .faq-card .header a i {
  float: right;
  color: #00c4da;
  font-size: 20px;
}

.servicesinner-page-content .faq-card .faq-body {
  padding: 20px;
}

.servicesinner-page-content .faq-card .faq-body p {
  padding: px 20px;
}

.login-bc .login-form {
  background: url(https://362d80.claudeassets.com/20220121025220im_/https://britishcoursework.com/images/bg/login-form-bg.png) no-repeat;
  background-size: cover;
  background-position: top;
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  padding: 0px 20px 50px;
}

.login-bc .login-form .btn-login {
  display: block;
  padding: 7px 20px;
  font-size: 20px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
  color: #fff;
  background: #00c4da;
  border: 0px solid transparent;
}

.login-bc .login-form .btn-livechat {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background: #f42ea4;
  border: 0px solid transparent;
}

.login-bc .login-form .btn-number {
  font-weight: 500;
  font-size: 16px;
  color: #343535;
  background-color: #ffe04e;
  padding: 0px 20px;
  border: 1px solid #f42ea4;
  margin-left: 20px;
}

.login-bc .login-form .btn-number span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: #343535;
  text-transform: capitalize;
}

.login-bc .login-form .btn-number img {
  margin-top: -25px;
  position: absolute;
  margin-left: -3px;
}

.login-bc .login-form .triangle-shaddow {
  -webkit-filter: drop-shadow(0px 6px 2px #f0f0f0);
  filter: drop-shadow(0px 6px 2px #f0f0f0);
}

.login-bc .login-form .triangle-shaddow .triangle {
  -webkit-clip-path: polygon(0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34));
  clip-path: polygon(21% 0, 50% 98%, 80% 0);
  background: #fff;
  height: 80px;
}

.login-bc .login-form .triangle-shaddow .triangle span {
  color: #f42ea4;
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.login-bc .login-form .form-group label {
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.login-bc .login-form .form-group .form-control {
  border-radius: 5px;
  padding: 10px 10px;
  border: 0.5px solid #f42ea4;
  height: 45px;
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.login-bc .login-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.login-bc .login-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.login-bc .login-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.login-bc .login-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.order-bretish-course .box {
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 10px 10px;
}

.order-bretish-course .box span {
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  color: #343535;
  font-size: 16px;
  padding-left: 5px;
}

.order-bretish-course .order-form {
  padding: 20px 20px 30px;
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
}

.order-bretish-course .order-form .h1 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  color: #f42ea4;
}

.order-bretish-course .order-form .form-group label {
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.order-bretish-course .order-form .form-group .form-control {
  border-radius: 5px;
  padding: 10px 10px;
  height: 45px;
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.order-bretish-course .order-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.order-bretish-course .order-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.order-bretish-course .order-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.order-bretish-course .order-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.order-bretish-course .order-form .form-group .additional-msg {
  height: auto;
}

.order-bretish-course .order-form .cost {
  font-size: 20px;
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  color: #f42ea4;
}

.order-bretish-course .order-form .cost .zero {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #343535;
}

.order-bretish-course .order-form .cost img {
  margin-top: -10px;
}

.order-bretish-course .order-form p {
  font-size: 14px;
  font-weight: 400;
  color: #343535;
}

.order-bretish-course .order-form .btn-submit {
  padding: 7px 25px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background: #f42ea4;
  border: 0px solid transparent;
}

.order-bretish-course .order-form .btn-livechat {
  padding: 7px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background: #00c4da;
  border: 0px solid transparent;
}

.contact .h1 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #f42ea4;
}

.contact p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #343535;
  font-weight: 300;
}

.contact .support {
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  padding: 10px 20px;
}

.contact .support ul {
  padding: 0px;
}

.contact .support ul li {
  margin: 10px 0px;
  list-style: none;
}

.contact .support ul li a {
  font-size: 16px;
  color: #343535;
  font-family: "Lato", sans-serif;
}

.contact .support ul li a i {
  border-radius: 50px;
  padding: 10px 11px;
  background: #f42ea4;
  color: #fff;
  margin-right: 4px;
}

.contact .support p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #343535;
  font-weight: 400;
}

.contact .support .btn-livechat {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background: #00c4da;
  border: 0px solid transparent;
}

.contact .support .btn-number {
  font-weight: 500;
  font-size: 16px;
  color: #343535;
  background-color: #ffe04e;
  padding: 0px 20px;
  border: 0.5px solid #f42ea4;
  margin-left: 20px;
}

.contact .support .btn-number span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #343535;
  text-transform: capitalize;
}

.contact .support .btn-number img {
  margin-top: -25px;
  position: absolute;
  margin-left: -3px;
}

.contact .contact-form {
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  padding: 30px 20px;
}

.contact .contact-form .h2 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #f42ea4;
}

.contact .contact-form .form-group label {
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}

.contact .contact-form .form-group .form-control {
  border-radius: 5px;
  padding: 10px 10px;
  height: 40px;
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.contact .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.contact .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.contact .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.contact .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.contact .contact-form .form-group .details {
  height: auto;
}

.contact .contact-form .btn-submit {
  padding: 9px 40px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background: #f42ea4;
  border: 0px solid transparent;
}

.essay-services .h4 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #343535;
  text-align: center;
  padding-bottom: 30px;
}

.essay-services .box {
  text-align: center;
  padding: 0px 0px 20px;
  min-height: 330px;
  position: relative;
  overflow: hidden;
  border: 0.2px solid rgba(0, 0, 0, 0.08);
}

.essay-services .box.box-first {
  border-top-left-radius: 8px;
}

.essay-services .box.box-last {
  border-top-right-radius: 8px;
}

.essay-services .box .h2 {
  padding: 15px 10px;
  font-size: 19px;
  color: #fff;
  background: #f42ea4;
  display: block;
  position: relative;
}

.essay-services .box .h2.box-after {
  position: relative;
  overflow: hidden;
}

.essay-services .box .h2.box-after::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 27px solid transparent;
  border-top: 27px solid transparent;
  border-left: 27px solid rgba(255, 255, 255, 0.4);
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.essay-services .box p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #343535;
  font-weight: 300;
  padding: 20px 20px;
}

.essay-services .box .btn-ordernow {
  font-weight: 300;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #00c4da;
  padding: 8px 30px;
  border-radius: 2px;
}

.sitemap .h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  color: #f42ea4;
  padding-bottom: 10px;
  border-bottom: 1px solid #343535;
}

.sitemap .h2 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  color: #343535;
  padding-top: 30px;
}

.sitemap ul {
  padding: 0px;
}

.sitemap ul li {
  list-style: none;
  border-bottom: 1px solid #343535;
  margin: 10px 0px;
  padding: 0px 0px 10px;
}

.sitemap ul li a {
  color: #343535;
}

.sitemap ul li a i {
  color: #f42ea4;
  padding-right: 5px;
}

.feedback-bc .box {
  margin: 30px 0;
}

.feedback-bc .box blockquote {
  background: #f42ea4;
  border: medium none;
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  position: relative;
  min-height: 106px;
}

.feedback-bc .box blockquote::before {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 20px solid #fff;
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-left-style: inset;
  border-bottom-style: inset;
}

.feedback-bc .box blockquote::after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 20px 16px 0 0;
  border-color: #3b3736 transparent transparent transparent;
}

.feedback-bc .box .testimonials-name {
  color: #f42ea4;
  font-size: 16px;
  font-weight: 500;
  margin: 23px 0 7px;
  text-align: left;
  display: block;
  font-family: "Dosis", sans-serif;
}

.feedback-bc .box .testimonials-post {
  text-transform: capitalize;
  color: #343535;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  display: block;
  font-family: "Dosis", sans-serif;
}

.feedback-bc .box p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.feedback-bc .box hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cbc5c5;
}

#notfound {
  position: relative;
  height: 80vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #343535;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #f42ea4;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #fff;
  background: #00c4da;
}

.faqs-bc-home .h1, .faqs-bc-home .h2, .faqs-bc-home .h3, .faqs-bc-home .h4, .faqs-bc-home .h5, .faqs-bc-home .h6, 
.faqs-bc-home h1, .faqs-bc-home h2, .faqs-bc-home h3, .faqs-bc-home h4, .faqs-bc-home h5, .faqs-bc-home h6{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
} 
.faqs-bc-home span.panel-title {
  padding: 0 10px 0 10px;
  display: block;
}
.faqs-bc-home .panel-default .panel-body p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #343535;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}

/*media query*/
@media only screen and (max-width: 480px) {
  .bc-banner-home .btn-ordernow {
    display: block;
    margin: 10px 0px;
  }
  .bc-banner-home .btn-number {
    display: block;
  }
  .bc-banner-home .btn-number img {
    display: none;
  }
  .gurantees-bc-home .box {
    margin: 10px 0px;
    border: 1px solid #f42ea4;
  }
  .why-choose-us-bc-home {
    padding: 50px 0px;
  }
  .cta-3-bc {
    background: #fff;
  }
  .faqs-bc-home .panel-default {
    margin-bottom: 20px;
  }
  .services-bc-home {
    text-align: center;
  }
  .inner-page-banner .btn-ordernow {
    display: block;
  }
  .inner-page-banner .btn-number {
    display: block;
    margin-left: 0px;
    margin-top: 20px;
  }
  .servicesinner-page-content .head-parent {
    margin-top: 20px;
  }
  .servicesinner-page-content .sidebar-3 .btn-ordernow {
    margin-top: 50px;
  }
  .servicesinner-page-content .sidebar-2 {
    text-align: center;
  }
  .essay-services .box {
    margin: 10px 0px;
    min-height: 260px;
  }
  .contact .support .btn-livechat {
    display: block;
  }
  .contact .support .btn-number {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
  }
  .contact .support .btn-number img {
    margin-left: 37px;
  }
  .login-bc .login-form .btn-livechat {
    display: block;
  }
  .login-bc .login-form .btn-number {
    display: block;
    margin-top: 20px;
    margin-left: 0px;
  }
  .login-bc .login-form .btn-number img {
    margin-left: 37px;
  }
  footer {
    padding: 30px 0px;
  }
  .our-team .box {
    margin: 0px;
  }
  .our-team .box .curve-box {
    display: none;
  }
  .sidebar-2 .h4 {
    text-align: left;
  }
  .sidebar-2 p {
    text-align: left;
  }
  .sidebar-2 .parent-svg {
    display: none;
  }
  .inner-page-banner {
    background-size: cover !important;
  }
  .why-choose-us-bc-home .box .order-btn {
    display: block;
    margin: 10px 0px;
  }
  .why-choose-us-bc-home .box .livechat-btn {
    margin: 10px 0px !important;
    display: block;
  }
  .servicesinner-page-content .btn-livechat {
    display: block;
    margin: 10px 0px;
  }
  .servicesinner-page-content .btn-ordernow {
    display: block;
    margin: 10px 0px;
  }
  .order-bretish-course .order-form .btn-submit {
    display: block;
    margin: 10px 0px;
  }
  .order-bretish-course .order-form .btn-livechat {
    display: block;
    margin: 10px 0px !important;
  }
  .servicesinner-page-content .table-responsive .trhead {
    padding: 10px 5px;
    font-size: 12px;
  }
  .servicesinner-page-content .table-responsive .table td,
  .servicesinner-page-content .table-responsive .table th {
    padding: 10px 5px;
    font-size: 10px;
  }
}

/*media query*/
/*# sourceMappingURL=style.css.map */
/*
     FILE ARCHIVED ON 21:36:31 Dec 20, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:02:08 Jul 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.376
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.036
  esindex: 0.006
  cdx.remote: 2.387
  LoadShardBlock: 96.018 (3)
  PetaboxLoader3.datanode: 54.853 (4)
  PetaboxLoader3.resolve: 515.343 (2)
  load_resource: 529.114
*/