
body{
    font-family: 'Lato', sans-serif !important;
}



button:disabled {
    background: #929595;
    cursor: not-allowed !important;
}

.error{ 
    color:red;
    margin-top: 0.5rem;
    margin-bottom: 0px;    
}


/*--head--*/
.top-nav{
    background-color: #7E2E33;
    padding: 20px 0px;
}
.top-nav-buttons{
    float:right;
}
.top-nav-buttons a{
    text-decoration: none;
}
.num-btn{
    background: #DE9A29;
    padding: 9px 20px;
    border: 2px solid transparent;
    border-radius:5px;
    color: white;
    transition: .5s;
}
.num-btn:hover{
    background-color: transparent;
    border: 2px solid #DE9A29;
    transition: .5s;
    color: #fff;
}
.email-btn{
    border:2px solid #DE9A29;
    border-radius: 10px;
    color: #DE9A29;
    padding: 8px 20px;
    border-radius:5px;
    transition: .5s;
}
.email-btn:hover{
    background-color: #DE9A29;
    color: white;
    transition: .5s;
}
.navbar-toggler{
    background-color: #7E2E33;
}
.navigation li{
    margin: 0px 8px;
}
.navigation .nav-item a{
    color: #383338 !important;
    border: 2px solid transparent;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 700;
}
.navigation .nav-item a:hover{
    color: #7E2E33 !important;
    transition: 0.5s;
    border-bottom: 1px solid #DE9A29;
    font-weight: 700;
}

.main-banner{
    background-image: url('../images/home-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.sec-heading h1{
    color: #2B2A33;
    font-weight: 700;
    font-size: 40px;
}
.sec-heading span{
    color: #2B2A33;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
}
.sec-para p{
    color: #2B2A33;
    font-weight: 400;
    font-size: 16px;
}
.header-form .form-group .form-control{
    border-color: #908f92;
}
.header-form .form-group input{
    background: transparent;
    padding: 10px 15px;
}
.header-form .form-group input:focus{
    border-color: #7E2E33;
    box-shadow: none;
}
.signup-btn{
    background-color: #DE9A29;
    /*padding: 10px 0px;*/
    width: 100%;
    border: none;
    color: white;
    border-radius: 5px;
    transition: .5s;
    padding:1.375rem 0.75rem !important;
    font-size: 1rem !important;
}
.signup-btn:hover{
    background-color: #7E2E33;
    transition: .5s;
}
.facility-box{
    text-align: center;
    padding: 40px 0px;
}
.facility-box p{
    color: white;
    margin: 15px 0px;
}
.maroon-box{
    background-color: #7E2E33;
}
.yellow-box{
    background-color: #E5AE46;
}
.brown-box{
    background-color: #553F3D;
}
.orange-box{
    background-color: #E88B07;
}
.four-box .col-md-3
{
    padding: 0px;
}
.four-box{
    margin-top: -140px;
}

.sec-inner-heading h2{
    color: #2B2A33;
    font-size: 35px;
    font-weight: bold;
}
.color-maroon{
    color: #7E2E33;
}
.body-section{
    padding: 25px 0px;
}
.sec-inner-para{
    margin: 20px 0px;
}
.sec-inner-para p{
    color: #404040;
}
.rectangle-box{
    background-color: #E6C484;
    border-radius: 5px;
    padding: 10px 50px;
    display: flex;
    position: relative;
    margin: 20px 0px;
}
.rectangle-box:nth-child(2){
    margin-left: 70px;
    margin-right: -70px;
}
.rectangle-box p::before{
    content: url('../images/arrow.png');
    position: absolute;
    left: 22px;
    top: 25px;
}
.rectangle-box p{
    margin-bottom: 0px;
    color: #404040;
    font-size: 16px;
    font-style: italic;
}
.policy-boxes{
    display: flex;
}
.policy-boxes .maroon-box, .policy-boxes .orange-box {
    padding: 20px;
    color: white;
    width: 50%;
}
.policy-boxes h6{
    font-size: 14px;
    font-weight: bold;
}
.policy-boxes .b-t-l{
    border-top-left-radius:10px;
}
.policy-boxes .b-t-r{
    border-top-right-radius:10px;
}
.policy-boxes .b-b-l{
    border-bottom-left-radius:10px;
}
.policy-boxes .b-b-r{
    border-bottom-right-radius: 10px;
}
.cta-buttons{
    display: flex;
}
.cta-buttons .order-btn{
    background-color: #E88B07;
    border: 1px solid transparent;
    padding: 10px 30px;
    border-radius: 5px;
}
.orange-bg-sec .cta-buttons .order-btn{
    background-color: white;
    border: 1px solid transparent;
    padding: 10px 30px;
    border-radius: 5px;
}
.cta-buttons .order-btn:hover{
    background-color: transparent;
    border: 1px solid #E88B07;
    transition:.5s;
}
.orange-bg-sec .cta-buttons .order-btn:hover{
    background-color: #7E2E33;
    border: 1px solid #7E2E33;
    transition:.5s;
}
.cta-buttons .order-btn a{
    color: #2B2A33;
    font-weight: bold;
    text-decoration: none;
}
.orange-bg-sec .cta-buttons .order-btn a{
    color: #E88B07;
    font-weight: bold;
    text-decoration: none;
}
.cta-buttons .live-btn{
    background-color: transparent;
    border: 1px solid #E88B07;
    padding: 10px 30px;
    border-radius: 5px;
    margin-left: 15px;
}
.orange-bg-sec .cta-buttons .live-btn{
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 5px;
    margin-left: 15px;
}
.cta-buttons .live-btn:hover{
    background: #7E2E33;
    transition: .5s;
    color: #fff;
    
}
.cta-buttons .live-btn a{
    color: #E88B07;
    text-decoration: none;
    font-weight: bold;
}
.orange-bg-sec .cta-buttons .live-btn a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#choose-writer .writer-details {
    display: flex;
    padding: 20px 0;
}
#choose-writer .writer-img {
    margin-right: 15px;
}
#choose-writer .writer-img img {
    max-width: 190px;
}
#choose-writer .writer-name p {
    color: #212529;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}
.light-blue {
    color: #7E2E33;
}
.rates {
    color: #D8B824;
}
#choose-writer .experience-project {
    display: flex;
}
#choose-writer .my-flex {
    margin-top: 10px;
    display: flex;
}
#choose-writer .experience-project div img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
#choose-writer .experience-project .my-flex p {
    margin-right: 15px;
    color: #212529;
    font-weight: 700;
    font-size: 11px;
}
#choose-writer .hire-writer-btn {
    margin-top: 14px;
}
#choose-writer .hire-writer-btn a {
    background: #E88B07;
    color: #fff;
    font-size: 13px;
    padding: 10px 21px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
}
#choose-writer .hire-writer-btn a:hover {
    background: #7E2E33;
    transition: 0.5s;
}
.color-orange{
    color: #E88B07;
}
.arrow-list{
    list-style: none;
    margin: 20px 0px;
}
.arrow-list li{
    margin: 15px 0px;
}
.arrow-list li::before{
    content: url('../images/arrow.png');
    position: absolute;
    left: 15px;
}
.arrow-list span::before{
    content: url('../images/arrow.png');
    position: absolute;
    left: 15px;
}
.arrow-list span{
    margin-left:30px;
    font-weight: 700;
    font-style: italic;
    color: #323848;
}
#cheap-essay h5{
    font-weight: bold;
}
.orange-bg-sec{
    background: url('../images/orange-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.orange-bg-sec .side-img img{
    position: absolute;
}
.mt-125{
    margin-top: 125px;
}
.service-icon-name{
    display: flex;
}
.service-icon-name .sub-heading{
    color: #212529;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
}
.service-detail p{
    color: #707070;
    margin: 25px 0px;
}
.service-box{
    margin: 50px 0px;
}
.orange-color-bg{
    background-color: #E88B07;
    border-radius: 15px;
    padding: 20px 25px;
}
.img-girl img{
    margin-top: -100px;
    margin-bottom: 40px;
}
.orange-color-bg .order-btn{
    text-align: center;
    background-color: #7E2E33;
    padding: 20px 0px;
    border-radius: 5px;
    margin: 25px 0px;
}
.orange-color-bg .order-btn a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.orange-color-bg .live-btn{
    text-align: center;
    background-color: #7E2E33;
    padding: 20px 0px;
    border-radius: 5px;
    margin: 25px 0px;
}
.orange-color-bg .live-btn a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.cta-box{
    background: #7E2E33;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: -30px;
    padding: 40px 50px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.cta-box h6{
    color: #fff;
}
.color-offwhite{
    color:#E9D2A8;
    font-weight: bold;
}
.cta-box .cta-buttons{
    margin-top: 30px;
}

#client {
    background: url('../images/client-bg.png');
    background-size: cover;
    background-repeat: no-repeat
}

#client .writing-section h2 {
    text-align: center
}

#client .rates {
    text-align: center;
    margin-bottom: 20px
}

#client .rates .fa-star {
    color: #7E2E33 !important;
    text-align: center;
    font-size: 90px
}

#client .rates span {
    color: white !important;
    text-align: center;
    font-size: 90px;
    font-weight: bold;
}

#client .item {
    height: 400px;
    display: flex
}

#client .client-review-box {
    background: #fff;
    border-radius: 5px;
    padding: 15px 0;
    margin-top: 65px
}

#client .client-name-rating {
    display: flex;
    justify-content: space-between;
    padding: 0 30px
}

#client .client-name-rating span {
    font-weight: 600;
    font-size: 20px
}

#client .star-rating .fa-star {
    color: #fd9102
}

#client .review-para p {
    color: #2e2e2e;
    padding: 0 30px
}

#client .order-number {
    display: flex;
    justify-content: space-between;
    padding: 0 30px
}

#client .order-number span {
    font-size: 12px;
    font-weight: 700
}

#client hr {
    background: #212529
}
.data-list {
        height: 100%;
        width: 100%;
        padding: 0 !important;
        overflow-y: hidden
}
.marquee-slide {
    height: 450px
}

.marquee-padding {
    padding-top: 100px
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

#testimonial {
    padding: 70px 0
}

#testimonial .main-heading h2 {
    color: #373737;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    line-height: 1.5
}

#testimonial .main-heading h2 span {
    color: #01877e
}

#testimonial .main-para p {
    color: #363636;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    padding: 0 100px
}

#testimonial .review-text p {
    color: #000000;
    font-weight: 400;
    text-align: left;
    font-size: 18px
}
#testimonial .review-text {
    position:relative !important;
}


#testimonial .review-text::before {
    position: absolute;
    content: "";
    width: 110px;
    height: 105px;
    left: 0;
    top: -60%;
    background-image: url('../images/left-coma.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9;
}
#testimonial .review-text::after {
    position: absolute;
    content: "";
    width: 110px;
    height: 105px;
    right: 0px;
    top: 50%;
    background-image: url('../images/right-coma.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9;
}

#testimonial .reviewer-name h5 {
    font-size: 20px;
    font-weight: 700
}

#testimonial .reviewer-name h5::before {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #E88B07;
    position: absolute;
    top: -10px
}

#testimonial .reviewer-name span {
    color: #E88B07
}

#testimonial .trust-customer {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin: 20px 5px;
}

#testimonial .testi-gap {
    margin-top: 70px
}

#testimonial .testi-details {
    margin-top: 100px;
    margin-bottom: 70px;
    background-image: unset;
    background-repeat: no-repeat;
    background-size: cover
}

#testimonial .trust-text h5 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    font-weight:500;
}

#testimonial .trust-customer .number-rating {
    margin-top: 10px
}

#testimonial .trust-customer .number-rating h4 {
    margin-bottom: 0;
    font-weight: 700;
    color: #323848;
    font-size: 30px;
}

#testimonial .trust-customer .grade-rating {
    margin-top: 10px
}

#testimonial .trust-customer .grade-rating h4 {
    margin-bottom: 0;
    font-weight: 700
}
#testimonial .owl-nav{
    position: absolute;
    right: 0;
    top: 350px;
}
#testimonial .owl-prev{
    background: none;
    margin: 0px 15px;
}
#testimonial .owl-prev:focus{
    outline: none;
}
#testimonial .owl-next:focus{
    outline: none;
}
#testimonial .owl-next{
    background: none;
    margin: 0px 15px;
}
.footer{
    background:#E88B07;
    padding: 70px 0px;
  }
  .footer-feature-box{
    text-align: center;
    margin-bottom: 100px;
  }
  .footer-feature-box p{
    font-size: 13px !important;
    color: white !important;
    margin-top: 15px;
  }
  .footer-form-heading h2{
    color: #7E2E33;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
  }
  .footer form{
    padding: 20px 70px;
  }
  .footer .form-group input{
    padding: 13px 15px;
    background: transparent;
    color: white;
    margin-bottom: 25px;
  }
  .footer .form-control::placeholder{
    color: white;
  }
  .footer .submit-btn{
    background: #7E2E33;
    text-align: center;
    padding: 13px 0px;
  }
  .footer .submit-btn button{
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    background-color:transparent;
    border: none;
    cursor: pointer;
  }
  .disclaimer h5{
    color: white;
    font-weight: 500;
    margin-bottom: 15px; 
  }
  .disclaimer p{
    color: white !important;
    font-size: 14px !important;
  }
  .footer-links h5{
    color: white;
    font-weight: 500;
    margin-bottom: 15px; 
  }
  .footer-links ul{
    list-style: none;
    padding: 0px;
  }
  .footer-links ul li{
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer-links ul li a{
      color: white;
      text-decoration: none;
  }
  .footer .phone-icon{
    display: flex;
  }
  .phone-icon img{
    height: 20px;
    margin-right: 15px;
    margin-top: 10px;
  }
  .social-payment{
    display: flex;
  }
  .social{
    display: flex;
    justify-content:center;
  }
  .social p{
    color: white !important;
    font-weight:500;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .social .breaker{
    color:#EFEFEF !important;
    margin-right: 10px;
  }
  .social i{
    color: #fff;
    margin: 0px 5px;
  }
  .copyrights{
    background: #393838;
    padding: 15px 0px;
  }
  .copyrights p{
    color: white !important;
    text-align: center;
    margin-bottom: 0px;
  }
  .orange-bg{
    background: #7E2E33;
    padding: 15px 0px;
  }
  .below-footer{
    background:#E88B07;
    padding: 20px 0px;
  }
  
  
  #contact-info .contact-info-box {
    background: #fff;
    padding: 10px 60px;
    border-radius: 10px;
    position: relative;
    margin-top: -60px;
    z-index: 99;
    top: 50px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
  }
  #contact-info .contact-detail {
    text-align: left;
    margin-top: 15px;
  }
  #contact-info .contact-detail span {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500;
  }
  #contact-info .contact-para p {
    text-align: left;
    color: #212529;
    font-weight: 500;
    font-size: 16px;
  }
  #contact-info .contact-call-icon {
    text-align: center;
    margin: 5px 0;
  }
  #contact-info .contact-call-text {
    text-align: center;
    margin: 5px 0;
  }
  #contact-info .contact-phone-number {
    text-align: center;
    margin: 0 0;
  }
  #contact-info .contact-phone-number a {
    color: #212529;
    font-weight: 500;
    text-decoration: none;
  }
  .contact-telephone{
    margin:15px 0px
  }
  .separator{
    margin:15px 0px
  }
  
  .benefit li{
    list-style: none;
    display: flex;
    margin: 15px 0px;
  }
  .benefit li p{
    margin-bottom: 0px;
    margin-left: 10px;
  }


  /*---FAQ Section--*/
section#faq-section h3 {
    font-weight: 600;
    color: #00084D;
   
}
section#faq-section{
 padding: 80px 0px;
 padding-top:unset !important;
 }
 
 .faq-content {
    margin: 30px auto 0px;
}
.faq-content p{
    color: #555555;
    font-weight: 400;
}

#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #7E2E33;
  color: #fff;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #7E2E33;
  color: #fff;
  font-weight: 400;
}
#faq .card-body p{
    color: #212529;
    font-weight: 400;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}


div#faq .card {
    box-shadow: -3px -1px 21px 0px rgba(156,156,156,0.75);
    -webkit-box-shadow: -3px -1px 21px 0px rgba(156,156,156,0.75);
    -moz-box-shadow: -3px -1px 21px 0px rgba(156,156,156,0.75);
}

div#faq .card  ul {
  list-style: none;
      padding-left: 17px;
}

div#faq .card  ul li::before {
  content: "\2022";
  color: #E88B07;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}


.line:before {
    position: absolute;
    content: "";
    background: #7e2e33;
    width: 550px;
    height: 4px;
    top: 80%;
}

.line:after {
    position: absolute;
    content: "";
    background: #7e2e33;
    width: 4px;
    height: 346px;
    top: 7%;
    left:120%
}

  @media(max-width:1199px){
      
      .line:before{
          display:none;
      } 
      .line:after{
          display:none;
      } 
  }


  /*----Media Query----*/
  @media(max-width:767px){
      #main #faq .btn{
         white-space: initial;
        }
      .top-nav{
          display:none;
        }
        .signup-btn{
            margin-bottom: 20px;
        }
        .rectangle-box:nth-child(2){
            margin-left: 0px;
            margin-right: 0px;
        }
        .body-section{
            padding: 30px 0px;
        }
        .cta-buttons {
            margin-bottom: 20px;
        }
        .policy-boxes{
            display: block;
        }
        .policy-boxes .maroon-box, .policy-boxes .orange-box{
            width: 100%;
        }
        .orange-bg-sec .side-img img {
            position: unset;
        }
        .cta-box .cta-buttons{
            display: block;
        }
        .cta-box .order-btn{
            text-align: center;
        }
        .cta-buttons .live-btn {
            background-color: transparent;
            text-align: center;
            border: 1px solid #E88B07;
            padding: 10px 0px;
            border-radius: 5px;
            margin-left: 0px;
            margin-top: 15px;
        }
        #testimonial .testi-details {
            padding: 20px;
        }
        .cta-buttons{
            display: block;
        }
        .cta-buttons .order-btn{
            text-align: center;
        }
        .reviewer-name{
            text-align: center;
        }
        .separator{
            display: none;
        }
        .footer form {
            padding: 20px 35px;
        }
        .orange-bg-sec .cta-buttons .live-btn{
            margin-left: 0px;
        }
        #testimonial .owl-nav{
            display: none;
        }
    }

    @media(min-width:768px) and (max-width:1023px){
        .four-box {
            margin-top: -50px;
        }
        .cta-box .cta-buttons{
            display: block;
        }
        .cta-box .cta-buttons .order-btn{
            text-align: center;
            margin-bottom: 15px;
        }
        .cta-box .cta-buttons .live-btn{
            margin-left: 0px;
            text-align: center;
        }
        .separator{
            display: none;
        }
        .footer form {
            padding: 20px 25px;
        }
        #testimonial .owl-nav{
            display: none;
        }
    }

  /*----END-----*/