.color-online {
  color: #30ff39;
}

@-webkit-keyframes GradientAnimation {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes GradientAnimation {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}

body {
  overflow-x: hidden;
}

@media (max-width: 480px) {
  body {
    padding-top: 60px;
  }
}

.golden-shadow {
  -webkit-box-shadow: 1px 1px 10px 2px #e7aa00;
          box-shadow: 1px 1px 10px 2px #e7aa00;
  border: 2px solid #ffbc00 !important;
}

.black-overlay {
  position: relative;
}

.black-overlay:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
span.badge {
  display: inline-block!important;
  position: absolute;
  background-color: #ff5104 !important;
  font-size: 11px;
  top: 5px;
  display: inline-block;
  vertical-align: top;
  padding: 3px 5px;
  border-radius: 24px;
  color: #fff!important;
  font-weight: 700;
  margin: 2px 0 0 2px;
}
li.nav-item.re-list {
  width: 107px;
}
.reviewsection {
  margin-top: 160px;
}
.black-overlay.dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}

.white-light-opaque-back {
  position: relative;
}

.white-light-opaque-back:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main-heading {
  margin-bottom: 3rem;
}

.main-heading h2, .main-heading h1 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #05001d;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 540px) {
  .main-heading h2, .main-heading h1 {
    font-size: 1.5rem;
  }
}

.main-heading h2 span, .main-heading h1 span {
  display: inline-block;
}

@media (max-width: 480px) {
  .main-heading h2 span, .main-heading h1 span {
    display: inline;
  }
}

.main-heading h2 span:before, .main-heading h1 span:before {
  content: "{ ";
  color: #1bbc9d;
}

.main-heading h2 span:after, .main-heading h1 span:after {
  content: " }";
  color: #1bbc9d;
}

.main-heading.heading-sm h2, .main-heading.heading-sm h1 {
  font-size: 1.5rem;
}

.main-heading p {
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 2rem;
  margin-bottom: 0;
}

.main-heading.white h2 {
  color: #ffffff;
}

.main-heading.white p {
  color: #efefef;
}

section#page-header {
  min-height: 50vh;
  background-size: cover;
  background-attachment: fixed;
}

section#page-header .main-heading h2 {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  section#page-header .main-heading h2 {
    font-size: 2rem;
  }
  ul.pagination {
    justify-content: center;
    flex-wrap: wrap;
}
nav.navbar .navbar-brand img {
  top: 71px !important;
  left: 30px;
}
}

section#page-header .main-heading p {
  font-size: 1.3rem;
  line-height: 2.3rem;
}

.form-control {
  font-size: 0.85rem;
}

section {
  padding: 8rem 0;
}

@media only screen and (max-width: 540px) {
  section {
    padding: 4rem 0;
  }
}

p {
  font-size: 1rem;
  line-height: 1.8rem;
}

.section-padding {
  padding: 3rem 0;
}

.owl-theme .owl-nav {
  position: relative;
  top: -100px;
  left: 0;
  right: 0;
}

@media (max-width: 480px) {
  .owl-theme .owl-nav {
    display: none;
  }
}

.owl-theme .owl-nav button {
  position: relative;
  background: #e4e4e4 !important;
  color: #fff !important;
  width: 35px;
  height: 35px;
  padding-top: 5px;
  border-radius: 50% !important;
}

.owl-theme .owl-nav button i {
  font-size: 20px !important;
  line-height: 1;
}

.owl-theme .owl-nav button.owl-prev {
  float: left;
  margin-left: -30px;
}

.owl-theme .owl-nav button.owl-next {
  margin-right: -30px;
  float: right;
}

p a {
  color: #000000;
}

p a.border-bottom-primary {
  border-bottom: 2px solid #1bbc9d;
}

p a.border-bottom-primary:hover {
  color: #000000;
  text-decoration: none;
}

.bg-light-grey {
  background-color: #f3f6fa;
}

.bg-black {
  background-color: #000;
}

.overflow-hidden {
  overflow: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.swal2-popup .swal2-content {
  font-size: 15px !important;
}

.btn {
  border-radius: 40px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 10px 40px;
  font-weight: 500;
}

.btn.btn-gradient {
  background: -webkit-gradient(linear, right top, left top, from(#32526e), to(#05001d));
  background: linear-gradient(270deg, #32526e, #05001d);
  background-size: 400% 400%;
  -webkit-animation: GradientAnimation 0.1s ease infinite;
  animation: GradientAnimation 0.1s ease infinite;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  padding: 10px 40px;
  font-size: 18px;
  letter-spacing: 0.03rem;
  border-radius: 40px;
}

.btn.btn-white-o {
  border: 1px solid #fff;
  background-color: transparent;
}

.btn.btn-white-o:hover {
  background-color: #ffffff;
  color: #1bbc9d;
}

.btn.btn-primary {
  background-color: #1bbc9d;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #1bbc9d;
}

.btn.slider-btn {
  padding: 8px 30px;
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0.8rem;
}

.btn:focus, .btn:active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}

.blog-excerpt .btn.read-more-btn {
  padding: 5px 15px;
  display: block;
  width: auto;
  font-size: 12px;
  margin-top: 10px;
}

.submit-work-form .btn {
  padding: 0.5rem 1rem;
  width: 100%;
  margin-top: 8px;
}

.naked-btn {
  padding: 0;
  border: 0;
}

nav.navbar {
  padding: 10px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-top: 0;
  display: block;
}

nav.navbar.bg-transparent {
  background-color: transparent !important;
}

@media (max-width: 480px) {
  nav.navbar.bg-transparent {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
}

nav.navbar.bg-dark {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.add-horiztal{
  clear: both;
  margin-bottom: 20px;
  margin-top: 10px;
}


/***offer***/

.offer-bar {
  display: flex;
  justify-content: center;
  align-items: center;  
}

.offer-bar h5 {
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 0;
}
.order-now {
  display: inline-block !important;
  background-color: #ff5104;
  color: #fff;
  padding: 4px 15px;
  font-size: 15px;
  font-weight: 700;
  margin-right: 16px;
  border-radius: 3px;

}

.order-now:hover{
  background-color: #e55313;
  color: #fff;
}
.offer-bar h5 span {
  color: #fff;
  display: inline-block;
}
span.blink sup {
  color: #ff5104;
}
.offer-bar span {
  margin-left: 16px;
}
.offer-bar .blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  font-weight: 600;
  color: #fff !important;
  font-size: 18px;
}
nav.navbar .top-strip-offer {
  padding: 6px 0px 6px !important;
 
}
@keyframes blink-animation {
  100% {
      visibility: hidden;
  }
}


.sideOffer { 
  width: 360px;
  margin: 20px 0 0; 
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  position: fixed;
  top: 100px;
  z-index: 10;
}
.sideOffer p {
  text-align: center;
  font-size: 35px !important;
  line-height: 43px;
  color: #666;
}
.sideOffer p strong {
  font-size: 40px;
  color: #000;
}
.sideOffer.fixAd {
  position: sticky;
  top: 200px;
  width: 100%;
  z-index: 10;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 37px;
  margin-bottom: 30px;
}

h3.offer-para {
  font-weight: 300;
  line-height: 43px;
  font-size: 38px !important;
  color: #666 !important;
  border: none;
}
h3.offer-para::after{
  display: none;
}
.sideOffer p strong {
  font-size: 40px;
  color: #000 !important;
}
.offrCTa {
  margin-top: 40px;
}

h3.offer-para strong {
  font-weight: 700;
  color: #000 !important;
}

.sideOffer.fixAd.offerapply {
  display: block;
  /* position: fixed; */
  width: 337px;
  top: 160px;
}
.offrCTa a {
  color: #fff;
}
.offrCTa a.btn-submit {
  width: 100% !important;
  display: block;
}
/* .sideOffer.fixAd {
  display: none;
} */
.offrCTa a.btn-free-quote {
  width: 100% !important;
  display: block;
  font-weight: 700;
}
.offer-block {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 23px 0px;
}
.free-structures.services-detailes h3 {
  font-size: 26px !important;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}

/* top-promotion */

.darkHeader {
  position: fixed;
  top: 134px;
  z-index: 999;
}
.top-promotion {
 
  width: 100%;
  left: 0;
  right: 0;
  /* text-align: center; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #183650;
  justify-content: center;
  padding: 5px 0px;
  color: #fff;
}
.top-promotion p{
  margin-bottom: 0;
}
a.btn-download {
  background-color: #00a2f0;
  margin-left: 8px;
  color: #fff;
  border-radius: 3px;
  padding: 7px 11px!important;
}
.top-promotion a.ask-btn-question {
  margin: 0 20px;
  background-color: #ff5104;
  padding: 7px 11px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.top-promotion a.ask-btn-question:hover {
  background-color: #e55313 !important;
  color: #fff !important;
  text-decoration: none;
}
a.btn-download:hover {
  background-color: #0692d5;
  cursor: pointer;
}

/***price***/
.home_about_forms {
  padding: 0;
  box-shadow: 0 6px 11px 0 #00000005;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: 34px;
}
.free-list {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  text-align: left;
  padding: 5px 17px 5px 40px;
  border-bottom: 1px solid #edeae3;
  position: relative;
}
.free-list:before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(../assets/images/tick.png);
  left: 15px;
  top: 25%;
  margin-top: -1px;
  border-radius: 0;
  background-size: 15px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.free-list p {
  color: #191919;
  max-width: 50%;
  float: left;
  font-size: 14px !important;
  vertical-align: bottom;
  line-height: 20px;
  text-align: left !important;
  padding: 0;
  margin: 0 !important;
}
.free-structures .free-list p.free {
  float: right;
}
.free-structures .free-list .free {
  float: right;
}
.free-structures .free-list p b {
  margin-left: 5px;
  line-height: 23px;
  font-weight: 500;
  font-size: 14px;
}

.free-list span {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  background: #18bc79;
  padding: 2px 10px;
  border-radius: 3px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .5px;
  float: right;
  margin-left: 5px;
}
.free-list-order {
  clear: both;
}
.free-list-order a.btn-submit {
  display: block;
  text-align: center;
  color: #fff;
  width: 90%;
  margin: 0 auto;
}
.free-list-last p.totals {
  max-width: 80%;
  text-align: left;
  font-size: 14px !important;
  float: left;
  line-height: 2;
  color: #000;
  padding-left: 8px;
}
.free-list-last p.free {
  max-width: 30%;
  text-align: right;
  display: block;
  float: right;
  padding-right: 10px;
}
.free-list-last span {
  color: #0bb06d;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;  
  padding: 0 0 0 10px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.line-through {
  position: relative;
  display: inline-flex;
  /* float: right; */
  margin-left: 5px;
  line-height: 23px;
  font-weight: 500;
  font-size: 14px;
}

.line-through:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 10px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: red;
  z-index: 999;
}







@media (max-width: 767.98px) {
  nav.navbar.navbar-expand-md > .container, nav.navbar.navbar-expand-md > .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

nav.navbar .navbar-brand img {
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  nav.navbar .navbar-nav {
    padding-top: 1.5rem;
  }
}

nav.navbar .navbar-nav .nav-item {
  position: relative;
}

nav.navbar .navbar-nav .nav-item .nav-link {
  padding: 5px 1rem;
  font-size: 0.9rem;
  color: #ffffff;
}

nav.navbar .navbar-nav .nav-item .nav-link.btn {
  padding: 5px 20px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  nav.navbar .navbar-nav .nav-item .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sideOffer.fixAd {
    display: none !important;
}
span.mb-hide {
  display: none !important;
}
.offer-bar {
    display: flex;
    justify-content: inherit;
}
}

nav.navbar .navbar-nav .nav-item.active .nav-link:before {
  content: "{ ";
  color: #1bbc9d;
}

nav.navbar .navbar-nav .nav-item.active .nav-link:after {
  content: " }";
  color: #1bbc9d;
}

@media (min-width: 768px) {
  nav.navbar .navbar-nav .nav-item .dropdown-menu {
    top: 50px;
  }
}

nav.navbar .original-navbar-container {
  margin-top: 10px;
}

nav.navbar .top-strip-offer {
  background-color: #32526e;
  text-align: center;
  padding: 1px 0 2px;
  position: relative;
}

nav.navbar .top-strip-offer .close {
  position: absolute;
  right: 5px;
  color: #fff;
  opacity: 1;
  top: 6px;
  font-size: 20px;
}

nav.navbar .top-strip-offer .close i {
  -webkit-text-stroke: 2px #32526e;
}

nav.navbar .top-strip-offer p {
  margin: 0;
  font-size: 14px;
}

nav.navbar .top-strip-offer p .offer {
  margin-right: 5px;
  color: #ffffff;
}

nav.navbar .top-strip-offer p .btn {
  padding: 2px 20px;
  font-size: 12px;
  letter-spacing: 1px;
}

.ask-question-popup {
  position: fixed;
  left: calc(50% - 150px);
  width: 300px;
  bottom: 0;
  z-index: 99;
  background-color: #32526e;
  border-radius: 8px 8px 0 0;
  padding: 0.3rem;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration: none;
}

.ask-question-popup:hover {
  color: #fff;
  text-decoration: none;
}

.ask-question-popup p {
  margin-bottom: 0;
}

.ask-question-popup .book-icon {
  font-size: 2.5rem;
  color: #fff;
}

.ask-question-popup .color-online {
  font-size: 0.8rem;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

footer.main {
  padding: 5rem 0;
  background: url("assets/images/new-footer-map.webp");
  background-size: cover;
}

footer.main .footer-heading h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

footer.main .footer-heading h3:before {
  content: "{ ";
  color: #1bbc9d;
}

footer.main .footer-heading h3:after {
  content: " }";
  color: #1bbc9d;
}

footer.main .quick-links {
  padding-left: 0;
}

footer.main .quick-links li {
  margin: 0.6rem 0;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

footer.main .quick-links li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  height: calc(100% - 8px);
  background: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

footer.main .quick-links li:hover {
  color: #1bbc9d;
  padding-left: 10px;
}

footer.main .quick-links li:hover:before {
  background-color: #1bbc9d;
}

footer.main .quick-links li:hover a {
  opacity: 1;
  text-decoration: none;
}

footer.main .quick-links li a {
  color: #efefef;
  opacity: 0.8;
  font-size: 14px;
}

footer.main .social-icons-list li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  display: inline-block;
}

footer.main .social-icons-list li i {
  font-size: 1.0rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input.form-control {
  min-height: calc(2.25rem + 2px);
}

.submit-work-form.sidebar [class*="col-sm-"] {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.submit-work-form.sidebar [class*="offset-sm-"] {
  margin-left: 0;
}

.submit-work-form.sidebar .trumbowyg-button-pane {
  display: none;
}

.submit-work-form.without-label label {
  display: none;
}

.submit-work-form .form-group {
  margin-bottom: 0.7rem;
}

.submit-work-form .form-control {
  padding: .300rem .75rem;
}

.submit-work-form .dtp_main {
  border-color: #ced4da;
}

.submit-work-form .trumbowyg-editor, .submit-work-form .trumbowyg-textarea, .submit-work-form .trumbowyg-box, .submit-work-form .trumbowyg-editor {
  min-height: initial;
  margin: 0;
}

.submit-work-form .trumbowyg-editor, .submit-work-form .trumbowyg-textarea {
  padding: 10px;
  font-size: 14px;
  background-color: #fff;
}

.payment-form {
  padding: 1.5rem;
  padding-bottom: 2.5rem;
  background-color: #191919;
  /* border: 1px solid #ff5a09; */
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

.payment-form form {
  margin-bottom: 0;
}

.payment-form label {
  color: #fff;
}

.payment-form button.FormButton {
  margin-top: 40px;
  display: inline-block;
  margin-bottom: 20px;
}

.payment-form .paypal-icons {
  width: 70%;
  display: block;
  margin: 0 auto;
}

section#homepage--slider {
  /* background: url("assets/images/computer-3368242_1280.webp"); */
  background: url("assets/images/main-banner.webp");
  background-size: cover;
  padding: 6rem 0 3rem;
}

section#homepage--slider .home-slider {
  text-align: center;
  padding: 7rem 0 5rem;
  padding-right: 6rem;
}

@media (max-width: 480px) {
  section#homepage--slider .home-slider {
    padding: 0;
    margin-bottom: 2rem;
  }
}

section#homepage--slider .home-slider h1 {
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.3;
}

@media (max-width: 480px) {
  section#homepage--slider .home-slider h1 {
    font-size: 1.8rem;
  }
}

section#homepage--slider .home-slider h1 span {
  color: #1bbc9d;
}

section#homepage--slider .home-slider p {
  color: #efefef;
  font-weight: 300;
  margin: 0 auto;
  margin-bottom: 2rem;
}

section#homepage--slider .home-slider .action-btns {
  padding-left: 0;
}

@media (max-width: 480px) {
  section#homepage--slider .home-slider .action-btns .btn-white-o {
    display: none;
  }

}

section#homepage--slider .home-slider .action-btns li {
  display: inline-block;
}

section#homepage--slider .submit-work-form {
  background-color: rgba(255, 255, 255, 0.97);
  padding: 2rem;
  border: 1px solid #838383;
  border-radius: 3px;
}

.feature-box {
  text-align: center;
}

.feature-box .icon {
  margin-bottom: 1.5rem;
  color: #333333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.feature-box .icon i {
  font-size: 4rem;
}

.feature-box.active .icon {
  color: #1bbc9d;
}

.feature-box .heading {
  margin-bottom: 1rem;
}

.feature-box .heading h3 {
  font-size: 1.3rem;
}

@media (max-width: 480px) {
  .testimonial-owl-carousel .testimonial-item {
    text-align: center;
  }
}

.testimonial-owl-carousel .testimonial-item .profile-image {
  padding: 0 1.5rem;
}

.testimonial-owl-carousel .testimonial-item .profile-image img {
  border: 1px solid #dadada;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .testimonial-owl-carousel .testimonial-item .profile-image img {
    width: 100px;
    margin: 0 auto;
  }
}

.testimonial-owl-carousel .testimonial-item .description {
  padding-top: 1rem;
}

.testimonial-owl-carousel .testimonial-item .description p {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .testimonial-owl-carousel .testimonial-item .description p {
    font-size: 1.0rem;
  }
}

.testimonial-owl-carousel .testimonial-item .test-author p {
  font-size: 1rem;
  font-weight: 700;
}

section#distribute-workload {
  background: url("assets/images/student-849822_1280.webp");
  background-attachment: fixed;
  padding: 8rem 0;
}

section#distribute-workload .main-heading {
  margin-bottom: 0;
}

section#distribute-workload .main-heading p {
  margin-bottom: 3rem;
}

section#homepage--about-codeavaiil {
  background: url("assets/images/studio-republic-644339-unsplash.webp");
  background-attachment: fixed;
  background-size: cover;
  padding: 8rem 0;
}

section#homepage--about-codeavaiil .main-heading {
  margin-bottom: 0;
}

.about-card {
  background-color: rgba(255, 255, 255, 0.949);
  border-radius: 8px;
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 80px 10px #0000006e;
          box-shadow: 0px 0px 80px 10px #0000006e;
}

.about-card .service-item {
  text-align: center;
  border: 1px solid #efefef;
  padding: 1rem;
}

.about-card .service-item .icon {
  margin-bottom: 0.7rem;
}

.about-card .service-item .icon img {
  max-height: 50px;
}

.about-card .service-item .service-heading {
  margin-bottom: 0.7rem;
}

.about-card .service-item .service-heading h3 {
  font-size: 1rem;
}

.about-card .service-item .service-heading h3 span:before {
  content: "{ ";
  color: #32526e;
}

.about-card .service-item .service-heading h3 span:after {
  content: " }";
  color: #32526e;
}

.about-card .service-item .text p {
  font-size: 0.8rem;
  line-height: 1.5;
}

section#homepage--services .service-box {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px;
  border: 0;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

section#homepage--services .service-box:hover {
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

section#homepage--services .service-box:hover .heading h4 {
  color: #1bbc9d;
}

section#homepage--services .service-box .heading h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}

section#homepage--services .service-box .heading h4 .icon {
  position: absolute;
  left: 0;
  top: 0;
}

section#homepage--services .service-box .text p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

section#homepage--cta {
  background: url("assets/images/achievement-agreement-arms-1413656.webp");
  background-size: cover;
  background-position-y: bottom;
  padding: 4rem 0;
}

section#homepage--cta .main-heading {
  margin-bottom: 0;
}

section#homepage--blog .blog-box {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 480px) {
  section#homepage--blog .blog-box {
    margin-bottom: 20px;
  }
}

section#homepage--blog .blog-box:hover {
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

section#homepage--blog .blog-box a.image-container {
  display: block;
  width: 100%;
  height: 180px;
  background-size: cover;
}

section#homepage--blog .blog-box .blog-texts {
  padding: 1.5rem;
}

section#homepage--blog .blog-box .blog-heading {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}

section#homepage--blog .blog-box .blog-heading h3 {
  margin: 0;
  font-size: 1.0rem;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

section#homepage--blog .blog-box .blog-heading h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 4px;
  height: calc( 100% - 6px);
  background-color: #32526e;
}

section#homepage--blog .blog-box .blog-heading h3 a {
  color: #333333;
}

section#homepage--blog .blog-box .blog-excerpt {
  padding-top: 15px;
}

section#homepage--blog .blog-box .blog-excerpt p {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
  font-weight: 100;
  margin-bottom: 0;
}

.assignment-form .main-heading {
  margin-bottom: 0;
}

.assignment-form label {
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
}

.assignment-form .asterisk {
  color: #dc3545;
}

.assignment-form .form-container {
  padding: 3rem;
  border-radius: 5px;
}

@media only screen and (max-width: 540px) {
  .assignment-form .form-container {
    padding: 1rem;
  }
}

.assignment-form.sidebar-form .form-container {
  padding: 1.3rem;
}

.assignment-form.sidebar-form .form-container [class*=col-md-] {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 100%;
          flex: 100%;
  max-width: 100%;
}

.assignment-form.sidebar-form .heading {
  padding: 15px;
  background-color: #32526e;
  color: #ffffff;
}

.assignment-form.sidebar-form .heading h3 {
  font-size: 1.3rem;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.assignment-form.sidebar-form .heading h3 i {
  position: absolute;
  left: 0;
  font-size: 20px;
}

.assignment-form .about-card .service-item {
  margin-top: 16px;
}

.dtp_modal-title {
  font-size: 1rem;
  text-align: center;
}

.dpt_modal-button {
  background-color: #32526e;
  border: 0;
  font-size: 18px;
  margin: 0 auto;
  display: inline-block;
  margin-left: initial;
  float: initial;
}

@media (max-width: 768px) {
  .dtp_modal-content {
    width: 310px;
    padding-bottom: 20px;
  }
}

.dtp_modal-content {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100vh;
  overflow-y: auto;
  z-index: 99999;
}

.dtp_modal-cell-time {
  border-right-color: #e0e0e0;
  text-align: center;
}

.dtp_modal-cell-time .dtp_modal-digit {
  font-size: 44px;
  color: #333;
}

.dtp_modal-cell-date {
  float: left;
}

.dtp_modal-cell-selected {
  background-color: #32526e;
  color: #ffffff;
}

.dtp_modal-colored {
  color: #32526e;
}

.dtp_modal-append, .dtp_modal-digits {
  padding-left: 0;
  text-align: center;
}

.intl-tel-input {
  width: 100%;
}

.header-form-back {
  background: url("assets/images/annie-spratt-608001-unsplash.jpg");
  background-size: cover;
}

@media (max-width: 480px) {
  .header-form-back .about-card {
    margin-top: 2rem;
  }
}

.form-container-white {
  background-color: #ffffff;
}

section.payment {
  background: url("assets/images/paypal-3384015_1280.png");
  background-size: cover;
  background-position: center;
}

main.content-template-with-form {
  padding-top: 130px;
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  main.content-template-with-form {
    padding-top: 80px;
  }
}

main.content-template-with-form .submit-work-form {
  padding: 1.5rem 1rem;
 /* position: -webkit-sticky;
  position: sticky; */
  top: 130px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
  main.content-template-with-form .submit-work-form {
    margin-bottom: 20px;
  }
}

main.content-template-with-form .submit-work-form .main-heading h2 {
  margin-bottom: 0;
}

main.content-template-with-form .submit-work-form .main-heading p {
  margin-bottom: 1rem;
}

main.content-template-with-form .page-content {
  /*border: 1px solid #e3e3e3; background-color: #fff;-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);old code*/
  border: none;
  padding: 1.5rem;
  border-radius: 5px;
}

main.content-template-with-form .page-content .main-heading {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */

p.Review {
  font-size: 16px;
  line-height: 20px;
  margin-top: 14px;

}
.avg_client .AddedOn {
  float: right;
  font-weight: 600;
  font-size: 13px;
}
.pagination>li>a {
  font-size: 14px;
}
li.page-item.page-link {
  color: #1bbc9d!important;
  font-size: 13px;
  line-height: 21px;
}

.avg_client .border {
  overflow: hidden;
  border: none;
}
.avg_client .term_paper {
  min-height: 149px;
}