@font-face {
 	font-family: 'Quicksand', sans-serif;
}
@font-face {
font-family: 'Raleway', sans-serif;
}
a,p,li{
	font-family: 'Quicksand', sans-serif;
	color:#000;	
	font-size: 16px;
    font-weight: 500;	
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
.btn-primary {
    color: #fff;
    background-color: #ff7a00;
    border-color: #ff7a00;
    border-radius: 0;
    font-size: 22px;
    padding: 8px 40px;
	box-shadow: 15px 25px 55px 0px #ff7a007d !important;
	line-height: 1.7;
	border: 0;
}
.btn-primary:hover {
    background: #fff;
    color: #ff7a00;
    border: 0;
}
::placeholder{
	color:#000 !important;
}
.accordion-button:focus, .form-control:focus {
    box-shadow: none;
}
/********nav bar*********/
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .navbar-nav .nav-link {
	color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: Raleway;
}
.navbar-brand img {
    width: 252px;
}
div#navbarSupportedContent {
    padding-top: 12px;
}
 .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #fff;
    background: #ff7a00;
}
li.nav-item {
    padding: 0 10px;
}
a.nav-link.order-btn {
    background: #ff7a00;
    border: 1px solid #ff7a00;
    min-width: 125px;
    text-align: center;
}
ul.navbar-nav {
    justify-content: flex-end;
    width: 100%;
}
 .navbar-nav .order-btn:hover {
    color: #ff7a00;
    background: #fff;
}
.col-megamenu h3 {
    color: #ff7a00;
    font-size: 24px;
    font-weight: 700;
	padding-bottom: 25px;
}
.dropdown-menu.megamenu {
    border-radius: 0;
    padding: 20px 40px 50px 40px !important;
}
.list-unstyled a:hover {
    color: #202d61;
}
.list-unstyled a {
    text-decoration: none;
    line-height: 1.7;
    font-family: 'Raleway', sans-serif;
	    font-weight: 300;
}
.col-megamenu li {
    margin: 6px 0;
}
.col-megamenu .title {
    color: #555;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
/*******banner*******/
.banner {
	background-position: top center;
    background: url(../img/black-banner-bg.webp)no-repeat;
    background-size: cover;
}
.inner-banner {
    padding: 80px 0;
}
.orange-list {
    padding: 3px 8px;
    background: #FF7A00;
    display: initial;
}
.orange-list ul {
    padding: 0;
    display: inline-flex;
    margin: 0;
}
.orange-list li {
    color: #fff;
    font-weight: 600;
    padding: 0 6px;
}
.inner-banner h1 {
    font-weight: 700;
    font-size: 40px;
    color: #FFF;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 5px;
}
.inner-banner p {
    font-weight: 500;
    font-size: 18px;
    color: #FFF;
    margin-bottom: 5px;
}
.header-list {
    display: flex;
}
.inner-banner .header-list ul {
    padding: 0;
	width: 100%;
}
.header-list li {
    color: #fff;
    font-weight: 500;
	margin: 15px 0 0 0;
	font-size: 18px;
}
.header-list img {
    width: 25px;
	height: 25px;
    line-height: 0;
    align-items: center;
    vertical-align: bottom;
    margin-right: 10px;
	margin-top: 4px;
}
.inner-banner .btn-primary {
    margin-top: 15px;
}
/***********form***********/
.home-form:before {
    content: "";
    position: absolute;
    display: block;
    width: 104%;
    left: -8px;
    right: 0;
    top: -8px;
    border-radius: 22px;
    height: 126px;
    background: #ECCC14!important;
}
.inner-banner .top-form h2 {
    text-align: center;
    padding: 0;
	font-size: 22px;
}
.inner-banner .top-form h1 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0 20px 0px;
    color: #333;
    line-height: 30px;
    padding: 0 0 10px 0;
}
.top-form h1 {
    border-bottom: 2px solid #84BD00!important;
}
.home-form form .submit {
    cursor: pointer;
    background-color: #2C3E7E;
    color: #fff;
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Raleway';
    box-shadow: 0px 8.1793px 20.2391px rgb(0 51 102 / 28%);
}
.home-form form .form-select, .home-form form .form-control, .home-form form input#date {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    margin: 0px 0 0px 0px;
    font-size: 16px;
    font-family: 'Quicksand';
    color: #000;
    font-weight: 400;
    border: 1px solid #c8c6c6;
	margin-bottom: 10px;
	height: 40px;
}
.home-form {
    position: relative;
    display: flex;
	margin: 0 30px;
}
.top-form {
    z-index: 1;
    background: #fff;
    padding: 20px;
    border-radius: 22px;
	width:100%;
}
/************************/
.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}
.blue {
    padding: 40px 0;
    background: #1e2d63;
}
.count {
    display: flex;
    align-items:baseline;
    justify-content: center;
}
.box h1, .box span {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    text-align: center;
}
.box p {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.box.line {
    border-right: 1px solid #fff;
    padding: 15px;
}
.shape-1{
	background-position: top center;
    background: url(../img/shape-1.webp)no-repeat;
}
.shape-2{
	background-position: top center;
    background: url(../img/shape-3.webp)no-repeat;
}
.shape-3{
	background-position: top center;
    background: url(../img/shape-2.webp)no-repeat;
}
.shape-4{
	background-position: top center;
    background: url(../img/shape-4.webp)no-repeat;
}
.box {
    height: 150px;
    background-size: auto 140px;
}
/*********work**********/
.work{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff3e9;
}
h1.heading {
    text-align: center;
    font-weight: 700;
    color: #000;
    line-height: 1.3em;
    font-size: 40px;
}
.work-box img {
    margin-bottom: 30px;
    width: 60px;
}
.work-box {
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    position: relative;
}
.work-box h3 {
    font-size: 22px;
    font-weight: 600;
}
.work-box.arrow:after {
    position: absolute;
    content: url(../img/arrow.png);
    right: -40px;
    top: 18%;
}
/***********choose******************/
.choose {
    padding: 50px 0;
}
.choose .heading {
    text-align: left;
}
.sub-heading {
    font-size: 18px;
    font-weight: 500;
}
.choose .sub-heading {
    font-size: 20px;
    font-weight: 600;
	color:#000;
}
.choose-box {
    display: flex;
    padding: 20px;
    border: 1px solid #cececea8;
	    margin-right: 20px;
}
.choose-text {
    padding-left: 15px;
}
.choose-box:hover {
    box-shadow: 5px 25px 35px 0px rgb(0 0 0 / 10%);
}
.choose-box h4 {
    font-size: 18px;
    font-weight: 600;
}
.choose-us {
    text-align: center;
}
.choose-text p {
    margin-bottom: 0;
}
.choose .choose-box.first{
  margin-top:30px;
  border-radius:5px 5px 0 0;
}
.choose .choose-box.last{
  border-radius:0 0 5px 5px;
}
/************hire***************/
.hire {
    background: #1e2d63;
    padding: 50px 0;
}
.team-heading {
    width: 57%;
    margin: auto;
    text-align: center;
}
.team-heading .heading {
    color: #fff;
}
.sub-heading { 
    color: #fff;
}
.white-box h2 {
    font-size: 40px;
    font-weight: 700;
	font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
}
.team-4 h2 {
    color: #fff;
}
.white-box {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 200px;
}
.team-box .white-box p{
	color:#000;
}
.team-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.team-box p {
    font-size: 14px;
    color: #fff;
}
.team-1 .white-box{
	padding: 38px 10px;
}
.team-2 .white-box{
	padding: 20px 10px;
}
.team-3 .white-box{
	padding: 15px 10px;
}
.team-4 .white-box {
    padding: 5px 10px;
    background: #ff7a00;
    color: #fff;
}
.team-4 .white-box p {
    color: #fff !important;
}
.team-4 img {
    width: 146px;
}
.alignment {
    align-items: flex-end;
}
/*************************/
.experts {
    padding: 50px 0 80px 0;
}
.experts .team-heading .heading, .experts .sub-heading {
    color: #000;
}
/*************about***********/
.about {
    padding: 50px 0 80px 0;
}
.about .heading {
    text-align: left;
}
.about .sub-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
	color:#000;
}
.about .row {
    align-items: center;
    display: flex;
}
/*************gurantee**************/
.gurantee, .clients {
    background: #eef0f5;
	 padding: 50px 0 80px 0;
}
.gurantee .heading, .gurantee .sub-heading, .clients .sub-heading, .clients .heading{
    color: #000;
    text-align: center;
}
.gurantee .header-list li, .clients .header-list li {
    color: #000;
	display: flex;
}
.gurantee-photo {
    text-align: center;
    padding: 30px 0;
}
.gurantee-btn {
    text-align: center;
    margin-top: 30px;
}
.clients p {
    font-size: 18px;
    line-height: 1.7;
}
.clients-photo img {
    box-shadow: 0px 20px 50px -10px rgb(30 45 99 / 33%);
	text-align:center;
}
.clients .sub-heading {
    padding: 20px 0 40px 0;
}
.clients h3 {
    text-align: center;
    padding: 20px 0;
    font-size: 21px;
    font-weight: 700;
}
.clients ul {
    padding: 0;
}
/*************faq**************/
.faq {
    padding: 50px 0;
}
.faq .heading, .faq .sub-heading   {
     color: #000;
}
.order {
    background-position: top center;
    background: url(../img/blue-bg-banner.webp)no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #1e2d63;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-size: 18px;
}
.accordion-button {
    height: 70px;
    margin-top: 30px;
    border: 1px solid #c5c5c5 !important;
    color: #000;
    font-weight: 500;
	padding: 10px;
}
.accordion-body {
    padding: 10px;
    border: 1px solid #d4d3d3!important;
    font-size: 16px;
    margin-bottom: 30px;
	font-family: 'Quicksand', sans-serif !important;
}
.accordion-item {
    background-color: #fff;
    border: 0;
}
/***********************/
 #owl-demo .item{
      display: block;
      padding: 30px 0px;
      margin: 5px;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div {
      padding: 5px 9px;
    }

    .owl-theme .owl-buttons i{
      margin-top: 2px;
    }

    /*To move navigation buttons outside use these settings:*/

    .owl-theme .owl-controls .owl-buttons div {
      position: absolute;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev{
      left: -45px;
      top: 55px; 
    }

    .owl-theme .owl-controls .owl-buttons .owl-next{
      right: -45px;
      top: 55px;
    }
.customNavigation img {
    width: 15px;
}
.customNavigation a {
    background-size: 10px!important;
    background-color: #2C3E7E!important;
    border: 1px solid #2c3e7e;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 9px 0;
}
a.btn.prev {
    position: absolute;
    left: -25px;
    top: calc(50% - 22px);
}
a.btn.next{
    position: absolute;
    right: -25px;
   top: calc(50% - 22px);
}
.main-table {
    box-shadow: 0px 9px 23px -9px #9e9e9e4d;
}
.text-user-table li {
    list-style: none;
    padding: 20px 0px;
    border-bottom: 1px solid #d4d3d3;
    color: #2c3e7e;
    font-size: 16px;
    align-items: center;
    display: flex;
	font-weight: 500;
}
.text-user-table ul {
    padding: 10px 10px 0px 10px;
    margin: 0;
}
.text-user-table img {
    padding: 0px 10px 0px 0px;
    align-items: center;
    vertical-align: sub;
}
.text-user-table img {
    width: 40px!important;
}
.img-user-table {
    background: #2C3E7E;
    border-radius: 10px 10px 0px 0px;
   padding: 20px 0;
    text-align: center;
}
.img-user-table img {
    width: 60px!important;
}
.img-user-table h1, .white-testi h1 {
    font-size: 20px;
    font-weight: 600;
}
.img-user-table h1 {
    color: #fff;
    margin-top: 10px;
}
.white-testi-btn {
    background: #2c3e7e;
    padding: 30px 0;
    text-align: center;
}
.white-testi-btn a {
    color: #fff;
    font-size: 20px;
    background: #ff7a00;
    padding: 10px 30px;
    font-family: 'Quicksand';
	text-decoration: none;
}
.white-testi-btn a:hover {
    background: #fff;
    color: #ff7a00;
    border: 1px solid #ff7a00;
    text-decoration: none;
}
.owl-wrapper-outer {
    padding-top: 40px;
}
.row.slider {
    position: relative;
}
.owl-pagination {
    display: none;
}
/*********Completed Order slider***********/
.top-color {
    background: #2C3E7E;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    display: flex;
}
.white-testi {
    padding: 30px 10px;
    border-radius: 0px 0px 10px 10px;
}
.main-faq {
    box-shadow: 0px 9px 23px -9px #9e9e9e4d;
}
.main-faq .img-user {
    display: flex;
    align-items: center;
}
.text-user {
    text-align: left;
    padding: 10px 0px 0px 8px;
}
.text-user p {
    color: #fff;
    line-height: 13px;
    font-size: 16px;
    margin-bottom: 0;
}
.owl-carousel .owl-item img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
}
.white-testi h1 {
    font-weight: 700;
    color: #000000;
    margin: 0;
	line-height: 1.7;
}
.white-testi p {
    color: #000;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}
.user-info {
    padding: 20px 10px;
    display: flex;
}
.dotted {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
}
.user-info p {
    font-size: 14px;
}
p.date {
    text-align: right;
    width: 40%;
}
.user-info span {
    color: #2C3E7E;
}
/*********footer************/
footer {
    background: #000;
    padding: 50px 0 20px 0;
}
footer p {
    color: #fff;
    font-size: 18px;
	line-height: 1.7;
}
footer ul {
    display: flex;
    align-items: center;
	padding-top: 20px;
}
footer li a:hover {
    color: #ff7a00;
}
footer li a {
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding-right: 20px;
}
.ft-img img {
    width: 200px;
    padding: 10px 25px;
}
.copyright p {
    text-align: center;
    font-size: 16px;
}
.copyright {
    border-top: 1px solid #ffffff2b;
    margin-top: 50px;
    padding-top: 20px;
}
.navbar .megamenu{ padding: 1rem; }

.accordion-button::after {
    content: "\f067";
    font-family: fontawesome;
	background: transparent;
}
.accordion-button:not(.collapsed)::after {
  content: "\f068";
   font-family: fontawesome;
	background: transparent;
}
/***********thank you page*****************/
.thnaku-text {
    text-align: center;
}
.thnaku-text p {
    color: #ff7a00;
}
.review-box img {
    width: 90px;
    height: 90px;
    margin-right: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.review-box {
    display: flex;
    background: #f5f5f5;
    padding: 30px;
    margin: 5%;
    position: relative;
}
.testimonials {
    padding: 50px 0 50px 0;
}
.testimonials .heading {
    color: #000;
    margin-bottom: 40px;
}
.review-box p {
    font-size: 18px;
}
.client-name p {
    margin-bottom: 0;
}
.review-box:before {
    content: "\f10e";
    font-size: 22px;
    left: calc(50% - 20px);
    position: absolute;
    top: -22px;
    margin-left: -16px;
    border-radius: 31px;
    z-index: 2;
    font-family: fontawesome;
    border: 2px solid #000;
    width: 40px;
    height: 40px;
    padding: 3px 7px;
}