@charset "utf-8";
/* CSS Document */

/* 

	Comapny Name : Orange feather Designs - Best Interior designer in Delhi 
	Author : Weblifo
	
*/

/*=====================================================================

--------------- Table of Content ---------------

	01. Theme Font
	02. Global Settings
	03. Header
	04. Slider
	05. Services
	06. About Area
	07. Call To Action Section
	08. Counter Section
	09. Portfolio Section
	10. Blog Section
	11. Testimonial Section
	12. Team Section
	13. Partner Section
	14. Footer Section
	15. Inner Page Title
	16. Contact Us
	17. Service Details Section
	18. Faq Section

=====================================================================*/

/*--------------------------------------------------------------
	01. Theme Font
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap');

/*--------------------------------------------------------------
	02. Global Settings
--------------------------------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

p {
    line-height: 24px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;

}

a:hover {
    text-decoration: none;

}

img {
    max-width: 100%;
}

/*--- Background Color ---*/

.bg-gray {
    background-color: #FFE5B4;
}

/*--- Buttons ---*/
.btn-style-1 {
    color: #fff;
    background-color: #FF7D00;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 10;
    border-radius: 50px;
}

.btn-style-1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFE5B4;
    left: 0;
    top: -100%;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
}

.btn-style-1:hover:before {
    visibility: visible;
    top: 0;
}

.btn-style-1:hover {
    color: #212529;
}

.btn-style-2 {
    color: #fff;
    background-color: #FFE5B4;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-style-2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FF7D00;
    left: 0;
    top: -100%;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-style-2:hover:before {
    visibility: visible;
    top: 0;
}

.btn-style-2:hover {
    color: #fff;
}

/*--- Loading ---*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

/*--- Top Scroll ---*/

.topscroll {
    display: none;
    position: fixed;
    bottom: 2px;
    text-align: center;
    right: 2%;
    width: 30px;
    border: 2px solid #696969;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    background-color: #FF7D00;
    text-decoration: none;
    border-radius: 100%;
    z-index: 9999;
}

.topscroll:hover {
    color: #fff !important;
    text-decoration: none;
}

/*--- Section Title ---*/

.section-title {
    position: relative;
}



.section-title h2 {
    position: relative;
    font-weight: 700;
    z-index: 1;
}

.section-title h2:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #FF7D00;
    left: 0px;
    top: -10px;
    right: 0px;
    margin: auto;
}

.section-title h1 {
    position: relative;
    font-weight: 700;
    z-index: 1;
}

.section-title h1:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #FF7D00;
    left: 0px;
    top: -10px;
    right: 0px;
    margin: auto;
}

.section-title h3 {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    line-height: inherit;
}

.section-title p {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    z-index: 1;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    line-height: inherit;
}
.section-title .title-text {
    position: absolute;
    left: 0px;
    font-size: 70px;
    font-weight: 800;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 0;
    color: #DDDDDD;
    opacity: 0.5;
    margin: auto;
}

.single-about h2 {
    position: relative;
    font-weight: 700;
    z-index: 1;
    color: #FF7D00;
    font-size: 30px;
}

/*--------------------------------------------------------------
	03. Header
--------------------------------------------------------------*/

.header-upper {
    background-color: #FF7D00;
    padding: 5px 0px;
}

.header-upper ul li {
    padding: 0px 12px 0px 0px;
    margin-right: 0px !important;
}

.header-upper ul li:last-child {
    padding: 0px 0px 0px 0px;
}

.header-upper ul li a {
    color: #ffffff;
    text-decoration: none;
}

.header-upper ul li a i {
    padding-right: 4px;
    position: relative;
    top: 0px;
}

.header-upper ul li a:hover {
    color: #FFE5B4;
}

.header-upper .header-social {

    float: right;
}

.btn-social-icon {
    display: inline-flex;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: .25s;
}

.btn-social-icon:hover {
    background: #fff;
    color: var(--second-color);
    text-decoration: none;
}


/* navigation */
.navigation .navbar-brand {
    padding: 0px;
    width: 250px;

}

.navigation .navbar .navbar-nav > .nav-item {
    margin-right: 30px;
    position: relative;
}

.navigation .navbar-nav .nav-link {
    color: #333;
    padding: 25px 0px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.navigation .navbar-nav .nav-link:hover {
    color: #FF7D00;
}

.navigation .navbar-nav .nav-item.active .nav-link {
    color: #FF7D00;
}

.navigation .navbar .navbar-nav > .nav-item:last-child {
    margin-right: 0px;
}

.navigation .navbar .navbar-nav > .nav-item.search a:before {
    content: "";
    height: 15px;
    width: 1px;
    background: #c4c1c4;
    position: absolute;
    left: -21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navigation .navbar .navbar-nav > .nav-item .dropdown-menu {
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    background-color: #fff;
    border-top: 2px solid #FF7D00;
}

.navigation .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.navigation .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    left: 0;
}

.navigation .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.navigation .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:active {
    background-color: #FF7D00;
    color: #fff;
}

@media screen and (min-width: 992px) {

    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block !important;
    }
}

/*--------------------------------------------------------------
	04. Slider
--------------------------------------------------------------*/
.slider .overlay-background-black {
    background-color: rgba(0, 0, 0, 0.3);
}

.slider .carousel-caption {
    top: 50%;
    bottom: auto;
    left: 15%;
    right: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
    transform: translateY(-50%);
}

.slider .carousel-caption {
    text-align: center;
}

.slider .carousel-caption h2 {
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 50px;
    color: #ffffff;
    text-shadow: rgb(0, 0, 0) 1px 1px 2px, rgb(0, 0, 0) 0px 0px 25px, rgb(0, 0, 0) 0px 0px 5px;



}

.slider .carousel-caption h1 span {
    color: #FF7D00;
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
    border-radius: 100%;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.slider .carousel-control-next {
    bottom: auto;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}

.slider .carousel-control-prev {
    left: 60px;
    display: inline-block;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

/*--------------------------------------------------------------
	05. Services
--------------------------------------------------------------*/






.service-box .image {
    position: relative;
    overflow: hidden;
    border-top: 4px solid #FF7D00;
    z-index: 0;
}

.service-box .image img {
    position: relative;
    width: 100%;
    display: block;
}





.service-box:hover .image img {
    transform: scale(1.2);
}

.service-box .caption {
    padding: 20px;
    background-color: #fff;
    z-index: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
}

.service-box h3 a {
    color: #212529;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-box h3 a:hover {
    color: #FF7D00;
}

.service-box .btn-style-1 {
    font-size: 15px;
    position: relative;
    right: 0px;
    top: 15px;
    padding: 8px 20px;
    z-index: 5;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
	06. About Area
--------------------------------------------------------------*/
.single-about .hoverlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-about .hoverlay a {
    background-color: #FF7D00;
    color: #fff;
}

.single-about .hoverlay a:hover {
    background-color: #FFE5B4;
}

.single-about h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FF7D00;

}

.single-about h3 {
    color: #212529;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.single-about h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;


}

.single-about span a {
    color: #666666;
    font-weight: 700;
}

.single-about span a:hover {
    color: #FF7D00;
}

.about-img img {
    border-radius: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}

.about-img-carousel .owl-nav {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.about-img-carousel .owl-nav button {
    background-color: rgba(255, 255, 255, 0.7) !important;
    width: 30px;
    margin: 0px 2px 0px 0px !important;
    border-radius: 0px !important;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.about-img-carousel .owl-nav button:hover {
    background-color: #FF7D00 !important;
}

/*--------------------------------------------------------------
	07. Call To Action Section
--------------------------------------------------------------*/

.call-to-action-section {
    z-index: 0;
    position: relative;
}

.call-to-action-section:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.call-to-action-bg {
    background: url(../img/bg/call-to-action-bg.jpg) fixed no-repeat;
    background-size: cover;
}

.call-to-action-section h2 {
    text-transform: capitalize;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.call-to-action-section p {
    color: #fff;
}

.call-to-action-section a {

    display: inline-block;
    margin-top: 15px;
}


/*--------------------------------------------------------------
	08. Counter Section
--------------------------------------------------------------*/
.counter-up-area {
    background-color: #FFE5B4;
}

.counter-up-area .single-count-item {
    z-index: 0;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}

.counter-up-area .single-count-item:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 50%;
    background-color: #FF7D00;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.counter-up-area .single-count-item h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px;
    text-transform: uppercase;
    color: #212529;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.counter-up-area .single-count-item span {
    color: #FF7D00 !important;
    font-size: 2rem;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*--------------------------------------------------------------
	09. Portfolio Section
--------------------------------------------------------------*/
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none;
    overflow: hidden;
}

.filter1 {
    border-bottom: 1px solid #CCC;
}

.filter1 li span {
    cursor: pointer;
    padding: 8px 20px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.filter1 li span:hover {
    background-color: #FF7D00;
    color: #fff;
}

.filter1 li span.active {
    background-color: #FF7D00;
    color: #fff;
}

.filter1 li span:after {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #ccc;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
}

.filter1 li:last-child span:after {
    display: none;
}

.filter1 li span.active:before {
    background-color: #FF7D00;
}

.portfolio-item .box-content {
    position: relative;
}

.portfolio-item .portfolio-item-img {
    position: relative;
}

.portfolio-item .portfolio-item-img:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-item-img:after {
    opacity: 1;
}

.portfolio-item .box-content {
    margin-bottom: 20px;
    bottom: 0;
    z-index: 1;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.portfolio-item .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px
}

.portfolio-item .hover-btn {
    list-style: none;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    transition: all .5s ease 0s;
}

.portfolio-item:hover .hover-btn {
    opacity: 1;
}

.portfolio-item .hover-btn li {
    display: inline-block
}

.portfolio-item .hover-btn li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FF7D00;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease 0s
}

.portfolio-item .hover-btn li a:hover {
    background-color: #FFE5B4;
}

.portfolio-item .hover-btn li:last-child a {
    margin-right: 0
}

/* Portfolio Single */
.portfolio-single-title {
    position: relative;
    padding-left: 50px;
}

.portfolio-single-title:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    background-color: #FF7D00;
    height: 4px;
    width: 30px;
    transform: translateY(-50%);
}

.portfolio-single-carousel .owl-nav {
    width: 100%;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.portfolio-single-carousel .owl-nav .owl-prev {
    float: left;
}

.portfolio-single-carousel .owl-nav .owl-next {
    float: right;
}

.portfolio-single-carousel .owl-nav .owl-prev,
.portfolio-single-carousel .owl-nav .owl-next {
    background-color: #fff !important;
    border-radius: 100%;
    color: #333 !important;
    line-height: 30px;
    height: 30px;
    width: 30px;
}

.portfolio-single-carousel .owl-nav .owl-prev:hover,
.portfolio-single-carousel .owl-nav .owl-next:hover {
    background-color: #FF7D00 !important;
    color: #fff !important;
}

/*--------------------------------------------------------------
	10. Blog Section
--------------------------------------------------------------*/

.blog-wrapper {
    border: 1px solid #e0e0e0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-wrapper:hover {
    background: #fff;
    border: 1px solid #FF7D00;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.blog-wrapper .blog-inner {
    overflow: hidden;
}

.blog-wrapper .tag-blog > a {
    background-color: #FF7D00;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 50px;
}

.blog-wrapper .tag-blog > a:hover {
    background-color: #FFE5B4;
    color: #212529;
}

.blog-wrapper .blog-inner h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 6px;
    margin-top: 0px;
}

.blog-wrapper .blog-inner h4 a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-wrapper .blog-inner h4 a:hover {
    color: #FF7D00;
}

.blog-wrapper .blog-meta span {
    color: #b7b7b7;
    font-size: 12px;
    margin-bottom: 15px;
}

.blog-wrapper .blog-meta span a {
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}

.blog-wrapper .blog-meta span a:hover {
    color: #FF7D00
}

.blog-wrapper .blog-more {
    color: #FF7D00;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #FF7D00;
    transition: all 0.3s ease 0s;
}

/* start sidebar wrapper */
.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
}

/* sidebar title */
.sidebar-title .title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 40px;
}

.sidebar-title .title:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    background-color: #FF7D00;
    height: 4px;
    width: 30px;
    transform: translateY(-50%);
}

/* sidebar search form */
.sidebar-search-box .search-form {
    position: relative;
    display: block;
    -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
    box-shadow: 0px 0px 8px 2px #f6f6f6;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    line-height: 33px;
    padding: 10px 50px 10px 20px;
    background: #ffffff;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    font-weight: 400;
    border: 1px solid #eeeeee;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar-wrapper .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #FF7D00;
    color: #ffffff;
    font-size: 14px;
    height: 100%;
    width: 60px;
    border: 0px;
    text-align: center;
    border-radius: 0px;
    transition: all 500ms ease 0s;
    margin: 0;
}

.sidebar-wrapper .search-form button i {
    font-size: 14px
}

.sidebar-wrapper .search-form input[type="text"]:focus {
    border: 1px solid #FF7D00;
    background: #fff;
    color: #000000;
}

.sidebar-wrapper .search-form input[type="text"]:focus + button,
.sidebar-wrapper .search-form button:hover {
    border-color: #FF7D00;
    color: #ffffff;
}

/* categories */
.single-sidebar .categories {
    display: block;
}

.single-sidebar .categories li {
    display: block;
    position: relative;
    margin-bottom: 2px;
}

.single-sidebar .categories li a {
    position: relative;
    color: #84858a;
    font-size: 14px;
    font-weight: 600;
    display: block;
    border-left: 2px solid transparent;
    padding: 20px 28px 17px;
    background-color: #f5f5f5;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.single-sidebar .categories li:hover a {
    color: #FF7D00;
    border-color: #FF7D00;
}

/* recent post */
.single-sidebar .recent-post {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-sidebar .recent-post li {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 118px;
    min-height: 115px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}

.single-sidebar .recent-post li:last-child {
    margin-bottom: 0px;
}

.single-sidebar .recent-post li .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
}

.single-sidebar .recent-post li .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.single-sidebar .recent-post li span {
    font-size: 13px;
    color: #FF7D00;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.single-sidebar .recent-post li .post-title {
    position: relative;
    font-size: 18px;
    margin: 0px 0px 0px;
    font-weight: 600;
    color: #222222;
    line-height: 1.6em;
    text-transform: capitalize;
}

.single-sidebar .recent-post .post-title a {
    color: #212529;
    line-height: 28px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.single-sidebar .recent-post li .title-holder .post-title a:hover {
    color: #FF7D00;
}

/* popular tag */

.single-sidebar .popular-tag {
    display: block;
}

.single-sidebar .popular-tag li {
    display: inline-block;
    float: left;
    margin: 2px;
}

.single-sidebar .popular-tag li a {
    display: block;
    padding: 4px 10px;
    color: #FFE5B4;
    font-size: 14px;
    border: 1px solid #FF7D00;
}

.single-sidebar .popular-tag li a:hover {
    color: #ffffff;
    background-color: #FF7D00;
    border: 1px solid #FF7D00;
}

/* pagination */
.pagination-box .page-item:last-child .page-link,
.pagination-box .page-item:first-child .page-link {
    border-radius: 0px;
}

.pagination-box .pagination .page-link {
    color: #333;
}

.pagination-box .page-item.active .page-link {
    background-color: #FF7D00;
    border-color: #FF7D00;
    color: #fff;
}

/* blog single */
.blog-single-section .blog-wrapper {
    border: 0px;
}

.blog-single-section .blog-wrapper:hover {
    box-shadow: none;
}

.blog-single-section .blog-wrapper .blog-inner img {
    margin-top: 0px;
}

.blog-single-section .blog-wrapper .blog-inner h4 {
    margin-top: 6px;
    margin-bottom: 15px;
}

.blog-single-section .blockquote {
    padding: 15px 15px 15px 25px;
    background-color: #f9f8fd;
}

.blog-single-section .blockquote p {
    line-height: 26px;
    font-style: italic;
    font-size: 16px;
}

.blog-single-section .blockquote:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF7D00;
}

.blog-single-section .blog-wrapper .blog-inner,
.blog-single-section .blog-wrapper {
    overflow: visible;
}

.blog-single-section .blog-single-tag li a {
    color: #959595;
}

.blog-single-section .blog-single-tag li a:hover {
    color: #FF7D00;
}

.blog-single-section .blog-single-social li a {
    color: #959595;
}

.blog-single-section .blog-single-social li a:hover {
    color: #FF7D00;
}

/* comments block */
.comments-block .media .media-body h5 small {
    font-size: 12px;
    color: #959595;
}

.comments-block .media {
    display: flex;
    align-items: flex-start;
    padding-bottom: 8px;
}

.comments-block .media img {
    border-radius: 100%;
}

.comments-block .media .media-body a {
    color: #FF7D00;
    font-size: 12px;
}

.comments-block .media .media-body a i {
    font-size: 10px;
}

.comments-block ul li ul {
    margin-left: 35px;
}

.comments-block h3 {
    position: relative;
    padding-left: 40px;
    font-size: 24px;
    font-weight: 700;
}

.comments-block h3:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    background-color: #FF7D00;
    height: 4px;
    width: 30px;
    transform: translateY(-50%);
}

/* leave a comments block */
.leave-a-comments-block form.comment-form input {
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 15px 10px 15px 0px !important;
    height: auto;
}

.leave-a-comments-block form.comment-form input:focus,
.leave-a-comments-block form.comment-form textarea:focus {
    box-shadow: none;
}

.leave-a-comments-block h3 {
    position: relative;
    padding-left: 40px;
    font-size: 24px;
    font-weight: 700;
}

.leave-a-comments-block h3:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    background-color: #FF7D00;
    height: 4px;
    width: 30px;
    transform: translateY(-50%);
}

.leave-a-comments-block form.comment-form textarea {
    border-bottom: 1px solid #dddddd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 15px 10px 15px 0px !important;
}

.leave-a-comments-block form.comment-form .btn {
    background-color: #FF7D00;
    color: #fff;
    float: right;
    border-radius: 4px;
    padding: 8px 16px;
}

.leave-a-comments-block form.comment-form .btn:hover {
    background-color: #FFE5B4;
}

/*--------------------------------------------------------------
	11. Testimonial Section
--------------------------------------------------------------*/
.clients-section {
    position: relative;
    z-index: 0;
    background: #fff;
}

.testimonial-section {
    position: relative;
    z-index: 0;

}

.testimonial-section:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.testimonial-bg {
    background: url(../img/bg/testimonial-bg.jpg) fixed no-repeat;
    background-size: cover;
}

.testimonial-item {
    width: 100%;
}

.testimonial-item .title-box {
    margin-left: 120px;
    margin-bottom: 15px;
}

.testimonial-img {
    width: 100%;
    text-align: center;
}

.testimonial-item .testimonial-user-img {
    position: absolute;
    top: -28px;
    left: 30px;
}

.testimonial-item .testimonial-user-img img {
    border: 4px solid #fff;
    border-radius: 50%;
    width: 90px;
    height: auto;
    display: block;
    margin: 0 auto;
    background: #fff;
}

.testimonial-user-name {
    margin: 0px 0 5px 0;
    width: 100%;
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
    color: #FF7D00;
}

.testimonial-user-position {
    margin: 5px 0 10px 0;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #959595;
}

.testimonial-des {
    width: 100%;
    margin-top: 28px;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    height: 310px;
}

.testimonial-item p {
    margin-bottom: 0px;
}

.testimonial-item p i {
    color: #FF7D00;
    padding: 0px 6px;
    opacity: 0.7;
    font-size: 20px;
}

.testimonial-carousel .owl-nav {
    width: 100%;
    margin-top: 30px;
}

.testimonial-carousel .owl-nav .owl-prev {
    border-radius: 4px 0px 0px 4px;
}

.testimonial-carousel .owl-nav .owl-next {
    border-radius: 0px 4px 4px 0px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    background-color: #FF7D00 !important;
    color: #fff !important;
    line-height: 40px;
    margin: 0px;
    height: 40px;
    width: 40px;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background-color: #212529 !important;
    color: #FFE5B4 !important;
}

.bg-orange {
    background: #FFE5B4;

    -webkit-box-shadow: 0 5px 10px -5px #ccc;
    box-shadow: 0 5px 10px -5px #ccc;

}

/*--------------------------------------------------------------
	12. Team Section
--------------------------------------------------------------*/

.team-item .team-item-caption {
    padding: 20px;
    text-align: center;
    z-index: 10;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.team-item .team-item-caption h4 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 600;
}

.team-item .team-item-caption p {
    position: relative;
}

.team-item .team-item-caption p:before {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #ededed;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    content: "";
}

.team-item .team-item-caption p:after {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #ededed;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    content: "";
}

.team-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.team-item .team-item-social {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 4px solid #212529;
    list-style: none;
    opacity: 0;
    display: flex;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.team-item .team-item-social li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #ededed;
    flex: 1 1 auto;
}

.team-item .team-item-social li:last-child {
    border-right: none;
}

.team-item .team-item-social a {
    position: relative;
    display: block;
    background: #ffffff;
    color: #7c7e84;
    font-size: 14px;
    line-height: 50px;
    transition: all 500ms ease;
}

.team-item .team-item-social a:hover {
    color: #fff;
    background-color: #FF7D00;
}

.team-item:hover .overlay,
.team-item:hover .team-item-social {
    opacity: 1;
}

.team-item img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-more-div {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
    opacity: 0;
}

.team-item .team-item-img .team-more {
    color: #FF7D00;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #FF7D00;
    transition: all 0.3s ease 0s;
}

.team-item:hover .team-item-img .team-more-div {
    opacity: 1;
}

/*--------------------------------------------------------------
	13. Partner Section
--------------------------------------------------------------*/
.partner-item {
    position: relative;
}

.partner-item .partner-text {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

.partner-item .partner-text span {
    background-color: #FF7D00;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
}

.partner-item:hover .partner-text {
    opacity: 1;
}

/*--------------------------------------------------------------
	14. Footer Section
--------------------------------------------------------------*/
.footer {
    background-image: url(../img/bg/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: cover;
    z-index: 0;
}

.footer:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.widgettitle {
    font-size: 20px;
    color: #fefefe;
    position: relative;
    padding-bottom: 8px;
    font-weight: 700;
    margin-bottom: 20px;
}

.widgettitle:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    content: '';
    background: #FF7D00;
}

.singllefadds {
    position: relative;
    padding-left: 33px;
    min-height: 35px;
}

.singllefadds i {
    font-size: 18px;
    line-height: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #FF7D00;


}

.singllefadds p,
.singllefadds a {
    line-height: 1.5rem;
    color: #e9e9e9;
}

.singllefadds a:hover {
    color: #FF7D00;
}

.footer-link ul li {
    margin-bottom: 10px;
}

.footer-link ul li:last-child {
    margin-bottom: 0px;
}

.footer-link ul li a {
    font-size: 14px;
    color: #e9e9e9;
    display: inline-block;
}

.footer-link ul li a:hover {
    color: #FF7D00;
    text-decoration: none;
}

.footerfindSer h2 {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 22px;
}

.footerfindSer h2 span {
    color: #FF7D00;
    font-size: 25px;
    font-weight: 700;
    text-decoration: underline;
}

.findloca p {
    font-size: 15px;
    color: #e9e9e9;
    line-height: 28px;
    margin-bottom: 11px;
}

.findloca input {
    background: #089b45;
    height: 50px;
    border: 0px;
    width: 100%;
    padding: 13px 19px;
    color: #cccccc;
}

.findloca button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border: 0px;
    background: #FF7D00;
    color: #fff;
    font-size: 16px;
    line-height: .8;
    padding: 18px 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.findloca button:hover {
    background: #333;
    color: #fff;
}

/**--- copyright ---**/
.copyright {
    background: #000;
    padding: 12px 0;
}

.copyright a {
    color: #666666;
}

.copyright a:hover {
    color: #FF7D00;
}

.footer-social i {
    font-size: 1.5rem;
    text-align: center;
    line-height: 30px;

}

.footer-social a {
    display: block;
    padding: 0.5rem 0.5rem;
    margin: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    text-align: center;
    color: #e9e9e9;
    background: #FF7D00;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.footer-social a:hover {
    color: #FF7D00;
    background: #FFE5B4;
}



/*--------------------------------------------------------------
	15. Inner Page Title
--------------------------------------------------------------*/
.inner-page-title-bg {
    background-image: url(../img/bg/inner-title-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 60px 0px;
}

.inner-page-title-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.inner-page-title h1 {
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

/* breadcrumb */
.breadcrumb-box .breadcrumb {
    background-color: #FF7D00;
    display: inline-block;
    width: auto !important;
    padding: 8px 20px;
}

.breadcrumb-box .breadcrumb-item.active {
    color: #000;
}

.breadcrumb-box .breadcrumb li {
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb-box .breadcrumb li a {
    color: #fff;
}

/*--------------------------------------------------------------
	16. Contact Us
--------------------------------------------------------------*/


.join-box h3 {
    font-weight: 600;
}

.join-box span a {
    color: #666666;
    font-weight: 700;
}

.join-box span a:hover {
    color: #FF7D00;
    font-weight: 700;
}

.contact-form-block h3 {
    font-weight: 600;
}

.contact-box h4 {
    line-height: 22px;

}

.contact-box h3 {
    font-weight: 600;

}

.contact-box h4 small {
    font-size: 14px;
    color: #333;
}

.contact-box ul li a {
    color: #333;
}

.contact-box ul li a i {
    padding-right: 6px;
    color: #FF7D00;
}

/* contact form */
.contact-form input {
    background-color: #ffffff;
    padding: 10px !important;
    border: 1px solid #212529;
    height: auto;
}

.contact-form textarea {
    background-color: #ffffff;
    border: 1px solid #212529;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #ff7d00;
    outline: 0;
    box-shadow: none;
}

.contact-form .submit-btn {
    background-color: #FF7D00;
    color: #fff;
    padding: 8px 16px;
    border: 0px;
    border-radius: 50px;
}

.contact-form .submit-btn:hover {
    background-color: #212529;
}

.help-block.with-errors ul {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
}

/* map area */
.map-area iframe {
    width: 100%;
    height: 250px;
    border: 0px;
}

/*--------------------------------------------------------------
	17. Service Details Section
--------------------------------------------------------------*/
.service-detail-contant {
    padding-bottom: 10px;
}

.service-sidebar .service-cat ul {
    position: relative;
    display: block;
    border: 1px solid #ffffff;
    background-color: #ff7d00;
}

.service-sidebar .service-cat ul li {
    position: relative;
    display: block;
    height: 50px;
    border-bottom: 1px solid #fff;
    transition: all 500ms ease;
}


.service-sidebar .service-cat ul li:hover {
    background-color: #FFE5B4;
}

.service-sidebar .service-cat ul li.active a,
.service-sidebar .service-cat ul li:hover a {
    color: #212529;
}

.service-sidebar .service-cat ul li.active:before,
.service-sidebar .service-cat ul li:hover:before {
    opacity: 1;
    transform: translateX(0%) translateY(0%) scaleY(1.0);
    transition: all 700ms ease 100ms;
}

.service-sidebar .service-cat ul li:before {
    position: absolute;
    top: 10px;
    left: -1px;
    bottom: 10px;
    width: 3px;
    background: #FF7D00;
    content: "";
    z-index: 3;
    opacity: 0;
    transition: all 700ms ease 300ms;
    transform: translateX(0%) translateY(0%) scaleY(0.1);
}

.service-sidebar .service-cat ul li a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
    line-height: 50px;
}

/* sidebar contact box */
.sidebar-contact-box {
    position: relative;
    display: block;

}

.sidebar-contact-box .inner-content {
    position: relative;
    display: block;
    padding: 48px 40px 50px;
    background: #FF7D00;
    z-index: 1;
}

.sidebar-contact-box .inner-content .icon-holder {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.sidebar-contact-box .inner-content .icon-holder i {
    color: #fff;
    font-size: 65px;
    line-height: 65px;
}

.sidebar-contact-box .inner-content h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 22px;
}

.sidebar-contact-box .inner-content .bottom-box {
    position: relative;
    display: block;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}

.sidebar-contact-box .inner-content .bottom-box h2 a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px;
}

.sidebar-contact-box .inner-content .bottom-box h2 a:hover {
    color: #FFE5B4;

}

.sidebar-contact-box .inner-content .bottom-box span a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;

}

.sidebar-contact-box .inner-content .bottom-box span a:hover {
    color: #FFE5B4;

}

.sidebar-contact-box .inner-content .button {
    position: relative;
    display: block;
    padding-top: 32px;
}

.sidebar-contact-box .inner-content .button a {
    display: block;
}

.brochure-btn {
    position: relative;
    display: inline-block;
    background: #FFE5B4;
    color: #212529;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 30px 0;
    transition: all 500ms ease;
    margin-top: 30px;
    border-radius: 50px;
}

.brochure-btn:hover {
    color: #FFE5B4;
    background: #212529;
    -webkit-box-shadow: 0px 4px 4px 0px #FFE5B4;
    box-shadow: 0px 4px 4px 0px #FFE5B4;
}

/* service detail contant */
.service-detail-contant h2 {
    position: relative;
    padding-left: 50px;
    font-weight: 600;
    font-size: 1.6rem
}

.service-detail-contant h3 {
    position: relative;

    font-weight: 600;
    font-size: 1.2rem;
}

.service-detail-contant h2:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    transform: translateY(-50%);
    background-color: #FF7D00;
}

/*--------------------------------------------------------------
	18. Faq Section
--------------------------------------------------------------*/

.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down {
    display: inline-block;
    color: #FF7D00;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-down {
    display: none;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-right {
    display: inline-block;
}

.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right {
    display: none;
}

.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down,
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right {
    padding-top: 4px;
}

.faq-box .accordion-item .accordion-header {
    background-color: transparent;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
    color: #333 !important;
}

.faq-box .accordion-item {
    border: 0px;
    margin-bottom: 0px;
}

.faq-box .accordion-item:last-child {
    margin-bottom: 0px;
}

.faq-box .accordion-item .accordion-header {
    border: 0px;
    padding: 0px;
}

.faq-box .accordion-item .accordion-body {
    line-height: 24px;
    padding: 10px 0px 10px 0px;
    color: #959595;
}

.faq-box .accordion-item .accordion-header .accordion-button {
    border-bottom: 1px solid #CCC;
    color: #333 !important;
    padding: 0px;
    background-color: transparent;
    position: relative;
}

.faq-box .accordion-item .accordion-header .accordion-button i {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.faq-box .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.faq-box .accordion-item .accordion-header .accordion-button span {
    color: #FF7D00;
    font-size: 30px;
    line-height: 20px;
    margin-right: 10px;
}

.faq-box .accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.img-holder img {
    border-radius: 10px;
}

.hoverlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hoverlay a {
    font-size: 60px;
    color: #fff;
    line-height: 20px;
}

/*** 
=============================================
    Working Area style
=============================================
***/



.work-process-area .single-working-item {
    padding-bottom: 40px;
}

.work-process-area .single-working-item .icon-box {
    background: #FFE5B4 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    height: 180px;
    padding: 9px;
    position: relative;
    width: 180px;
    margin: 0 auto;
    transition: all 500ms ease;
}

.work-process-area .single-working-item .icon-box .icon {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 160px;
    width: 160px;
    text-align: center;
    line-height: 160px;
    color: #FF7D00;
    font-size: 50px;
    transition: all 500ms ease;
}

.work-process-area .single-working-item .icon-box .icon img {
    height: 85px;
    width: 85px;

    margin-bottom: 20px;
}

.work-process-area .single-working-item .icon-box .icon span:before {
    font-size: 50px;
}

.work-process-area .single-working-item .icon-box .count {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #FFE5B4;
    border-radius: 50%;
    display: block;
    height: 45px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 45px;
    transition: all 500ms ease;
}

.work-process-area .single-working-item .icon-box .count h3 {
    color: #252525;
    font-size: 18px;
    line-height: 39px;
    font-weight: 700;
    transition: all 500ms ease;
}

.work-process-area .single-working-item .text-box {}

.work-process-area .single-working-item .text-box h3 {
    color: #FF7D00;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 21px 0 9px;
}

.work-process-area .single-working-item .text-box p {
    color: #ffffff;

}

.work-process-area .single-working-item .text-box p {
    margin: 0;
}

.work-process-area .single-working-item:hover .icon-box {
    background: #FF7D00;
}

.work-process-area .single-working-item:hover .icon-box .count {
    background: #FF7D00;
}

.work-process-area .single-working-item:hover .icon-box .count h3 {
    color: #fff;
}














.work-process-area {
    background: url(../img/bg/work-process.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 20px;
}



.work-process-single-box {
    background: #070707;
    text-align: center;
    padding: 41px 0 49px;
    margin: 0 36px 0 36px;
    position: relative;
    z-index: 1;
}

.work-process-icon img {
    transition: .5s;
}

.work-process-single-box::before {
    position: absolute;
    content: "";
    height: 84px;
    width: 1px;
    background: #FF7D00;
    bottom: -60%;
}

.work-process-single-box:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background: #FF7D00;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s;
    opacity: 0;
    transform: scale(0);
}



.work-process-numbar span {
    font-size: 42px;
    position: absolute;
    color: #ffffff;
    font-weight: 600;
    animation: dance 2s alternate infinite;
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
    left: 0;
    right: 0;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.work-process-single-box:hover:after {
    opacity: 1;
    height: 100%;
    width: 100%;
    transform: scale(1);
    right: 0;
    top: 0;
}

.work-process-single-box:hover .work-process-icon img {
    filter: brightness(0) invert(1);
}


.work-process-numbar {
    position: relative;
    top: 45%;
    text-align: center;
    height: 105px;
    width: 105px;
    line-height: 100px;
    margin: auto;
    background-color: #070707 !important;
    border-radius: 50%;
}

.work-process-numbar::before {
    position: absolute;
    content: "";
    height: 105px;
    width: 105px;
    border: 3px dotted #FF7D00;
    left: 0;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

h3.work-process-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    padding: 25px 0 0;
    position: relative;
}

h3.work-process-title::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 51%;
    background: #fff;
    bottom: -8px;
}

/*rotateme animation*/
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.vision-section {
    background: #FFE5B4;


}

.call-btn {
    display: flex;
    position: fixed;
    left: 30px;
    z-index: 999999;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 20px;
    transition: all .3s
}

.whatsapp-btn {
    display: flex;
    position: fixed;
    left: 30px;
    z-index: 999999;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 25px;
    transition: all .3s
}

.call-btn {
    margin-bottom: 20px;
    background: #FF7D00;
    animation: mover 2s infinite alternate;
}

.call-btn:hover {
    text-decoration: none;
    background: #FFE5B4;
    color: #212529;

}

.whatsapp-btn {
    bottom: 30px;
    background: #25D366;
}

.whatsapp-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #168A7D;
}

@keyframes mover {
    0% {
        bottom: 80px
    }

    50% {
        bottom: 100px
    }

    100% {
        bottom: 80px
    }
}

.banner {
    background: url(../img/bg/location-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
    position: relative;
    padding-top: 7rem;
}

.banner:before {
    position: absolute;
    content: " ";
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-form {
    background: #fff;
    border-radius: 8px;
    padding: 30px 15px;
}

.banner-text {
    color: #FF7D00 !important;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;

}

.get-free-consultation {
    padding: 0 1.5rem;
}

.get-free-consultation .form-control {
    border-radius: 5px;
    margin-bottom: 12px;

}

.get-free-consultation .btn-style-1 {
    font-size: 15px;
    position: relative;
    right: 0px;
    top: 15px;
    padding: 8px 20px;
    z-index: 5;
    margin-bottom: 10px;
    border: none;

}





.hero1_h1 {

    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: rgb(0, 0, 0) 1px 1px 2px, rgb(0, 0, 0) 0px 0px 25px, rgb(0, 0, 0) 0px 0px 5px;
}

.hero4 {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-shadow: rgb(0, 0, 0) 1px 1px 2px, rgb(0, 0, 0) 0px 0px 25px, rgb(0, 0, 0) 0px 0px 5px;
}


/*--------------------------------------------------------------
# Hero Style3  Warp  Style
--------------------------------------------------------------*/
 .principal-area {
    background: url(../img/bg/abt-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 130px 0 100px;
}

.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #FF7D00;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 5px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}
.about-section{
  position: relative;
  
}

.about-section .sec-title{
  margin-bottom: 30px;
}

.about-section .content-column{
  position: relative;
  
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 10px 25px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: #ff7d00;
    padding: 10px 25px;
    left: 136px;
    width: calc(100% - 190px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
  font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: 700;
    white-space: nowrap;
}
.about-section .image-column .inner-column .author-desc span{
   font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 500;
}
.about-section .image-column .inner-column:before{
  content: '';
    position: absolute;
    width: calc(50% + 50px);
    height: calc(100% + 120px);
    top: -60px;
    left: -3px;
    /* border-radius: 80px; */
    background: transparent;
    z-index: 0;
    border: 20px solid #FFE5B4;
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
    border-radius: 20px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
	color: #ffffff;}
	
	
.service-area-section .text-primary-hover li:hover {
    color: #212529;!important;
}

.service-area-section h3{
	color: #212529;
	font-size: 18px;
	font-weight: 600;
	
}
.service-area-section{
	    background: url(../img/bg/locations.webp) center bottom no-repeat;
    background-size: cover;

}

.service-area-section h3{
	color: #212529;
	font-size: 1.3rem;
	font-weight: 700;
	
}
.service-area-section ul li a{
	color: #212529;
	font-size: 16px;
	font-weight: 500;
	
}

.service-area-section ul li a:hover{
	color: #000;
	text-decoration: underline;
	
	
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem ;
}

.ofg-main-color{
	color: #FF7D00 !important;
}
.area-about-section{
	    background: url(../img/bg/locations.webp) center bottom no-repeat;
    background-size: cover;

}
.area-about-section .paragraph p{
	line-height: 24px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
	
}
.why-choose-us h4{
	color: #FF7D00;
	font-weight: 600;
	font-size: 20px;
	
}
.why-choose-us img{
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
	
}
.why-choose-us .why-content p{
	line-height: 24px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
	margin-top: 5px;
	text-align: start;
	
}