#loader:after,
#loader:before {
    content: "";
    position: absolute
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section {
    margin: 0;
    padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: bold;
}

.cl-effect-5 a,
a,
a:focus,
a:hover {
    text-decoration: none
}

.cl-effect-5 a,
.cl-effect-5 a span {
    text-transform: uppercase;
    position: relative
}
.container
{
   width: 85%;
}

.focus-input2,
img {
    pointer-events: none
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    line-height: 24px;
    background: #fff
}

#home-slider .caption h3,
.theme-btn {
    font-family: 'Poiret One', cursive
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 230px;
    height: 230px;
    margin: -115px 0 0 -115px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #7a5924;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}
.service-image-part
{
    display: none;
}

#loader:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #dc9832;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f2b747;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #2b200f;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.no-js #loader-wrapper {
    display: none
}

.no-js h1 {
    color: #222
}

#loader-wrapper img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 9999
}

.navbar-second-part,
p,
section {
    width: 100%
}

.loaded #loader-wrapper img {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8
}

p,
section {
    float: left
}



a {
    color: #b2b2b2
}

a:hover {
    color: #fb5404;
}

.theme-btn {
    background: rgba(219, 21, 99, 1);
    background: -webkit-linear-gradient(45deg, #785723, #d93);
    background: -o-linear-gradient(45deg, #785723, #d93);
    background: -moz-linear-gradient(45deg, #785723, #d93);
    background: linear-gradient(45deg, #785723, #d93);
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all
}

.navbar-second-part,
.top-part-bg,
.topbar-main-part {
    margin: 0;
    padding: 0;
    float: left
}

.theme-btn:focus,
.theme-btn:hover {
    color: #fff;
    background: -webkit-linear-gradient(45deg, #d93, #785723);
    background: -o-linear-gradient(45deg, #d93, #785723);
    background: -moz-linear-gradient(45deg, #d93, #785723);
    background: linear-gradient(45deg, #d93, #785723)
}

.topbar-main-part {
    width: 100%;
    border-bottom: 1px solid #242424;
    transition: .5s all;
    background-color: black;
}

.top-part-bg {
    width: 25%;
    text-align: center;
    position: relative;
    line-height: 34px
}

.top-part-bg:before,
.top-part-bg:last-child:after {
    background: #242424;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    position: absolute
}

.top-part-bg:before {
    left: 0
}

.top-part-bg:last-child:after {
    right: 0
}

a.social-icon {
    float: left;
    height: 35px;
    width: 35px;
    border-right: 1px solid #242424;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px
}

a.social-icon:hover {
    background: #fb5404;
    color: #000
}
.pt-8
{
    padding-top: 8px;
    padding-bottom: 5px;
}

.top-part-bg i.fa-mobile {
    font-size: 23px;
    position: relative;
    top: 3px
}

.navbar-default {
    background: #332712;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    transition: .5s all
}
.text-white
{
    color: white !important;
}

.navbar-fixed-top {
    background: 0 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: 0 0;
    color: #fb5404;
}

.navbar-brand {
    height: auto;
    width: 250px;
    padding: 0px 0;
    transition: .5s all
}

.navbar-nav {
    margin-top: 20px;
    transition: .5s all;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
}

.navbar-default-active {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #453e31;
    background: #332712
}

.navbar-default-active .navbar-nav>li>a {
    color: #b2b2b2
}

.navbar-default .navbar-toggle {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 15px
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default-active .navbar-toggle .icon-bar,
.navbar-default-active .navbar-toggle:focus,
.navbar-default-active .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default-active .navbar-toggle:focus .icon-bar,
.navbar-default-active .navbar-toggle:hover .icon-bar {
    background-color: #fff
}

.navbar-default-active .topbar-main-part {
    border-bottom: 1px solid #3b3326
}

.navbar-default-active .top-part-bg:before,
.navbar-default-active .top-part-bg:last-child:after {
    background: #453e31
}

.navbar-default-active a.social-icon {
    border-right: 1px solid #453e31
}

.navbar-default-active .navbar-brand {
    width: 150px;
    padding: 5px 0
}

.navbar-default-active .navbar-nav {
    margin-top: 12px
}

.cl-effect-5 a {
    display: inline-block;
    outline: 0;
    padding-top: 5px!important;
    overflow: hidden;
    height: 24px;
    line-height: 21px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
}

.cl-effect-5 a:focus,
.cl-effect-5 a:hover {
    outline: 0
}

.cl-effect-5 a span {
    display: inline-block;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cl-effect-5 a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    color: #fb5404;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.cl-effect-5 a:focus span,
.cl-effect-5 a:hover span {
    -webkit-transform: translateY(-109%);
    -moz-transform: translateY(-109%);
    transform: translateY(-109%)
}

.navbar-nav>li::before {
    content: "•";
    position: absolute;
    left: 50%;
    color: transparent;
    width: 100%;
    text-shadow: transparent 0 0;
    font-size: 14px;
    bottom: -25px;
    clear: both;
    height: auto;
    display: inline-block;
    z-index: -1;
    margin: 0 0 0 -3px;
    transition: text-shadow .3s, color .3s
}

.navbar-nav>li:focus:before,
.navbar-nav>li:hover:before {
    color: #fb5404;
    text-shadow: 10px 0 #fb5404, -10px 0 #fb5404
}

#home-slider {
    overflow: hidden;
    position: relative
}

#home-slider .caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

#home-slider .caption h3 {
    color: #fff;
    font-size: 65px;
    font-weight: 400;
    margin: 0
}

#home-slider .caption h3 a {
    background: #f3b848;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border: 1px solid #fff;
    font-size: 15px;
    color: #000;
    padding: 13px 35px;
    font-family: Verdana, Geneva, sans-serif;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

#home-slider .caption h3 a:hover {
    background: #000;
    color: #fff
}

#home-slider .caption1 {
    left: 50%
}

#home-slider .caption2 {
    text-align: center;
    left: 0
}

#home-slider .caption p {
    font-size: 14px;
    color: #FFF;
    text-transform: capitalize;
    padding: 0 24%
}

.caption .btn-start {
    color: #fff;
    font-size: 14px;
    padding: 14px 40px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-top: 40px;
    background: 0 0;
    transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}

.caption .btn-start:hover {
    background: #fff;
    color: #dd374d
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 2037px;
    background-position: bottom center
}

.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9
}

.fact-text p:after,
.service-line:after,
h2.title-part:after {
    content: ""
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right,
.close {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

.left-control,
.right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.left-control {
    left: -51px
}

.right-control {
    right: -51px
}

.left-control:hover,
.right-control:hover {
    color: #c3a73c;
    background: #FFF;
    outline: 0
}

.left-control:focus,
.right-control:focus {
    color: #af0b0b;
    outline: 0
}

#home-slider:hover .left-control {
    left: 30px
}

#home-slider:hover .right-control {
    right: 30px
}

#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 60px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite
}

.service-block {
    background: #2c2e2d
}

.service-imge-bg {
    margin: 0;
    padding: 75px 0;
    float: left;
    width: 100%;
    background: url(../images/hair1.jpg) center center no-repeat fixed;
    background-size: cover
}

h2.title-part {
    margin: 0 0 0px;
    padding: 20px;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 55px;
    line-height: 50px;
    position: relative;
    font-family: 'Poiret One', cursive
}

.service-image-title-name,
.work-title-part {
    font-family: Courgette, cursive
}

.title-tagline {
    clear: both;
    font-size: 20px;
    color: rgba(255, 255, 255, .8);
    text-transform: none
}

h2.title-part:after {
    height: 1px;
    width: 119px;
    background: url(../images/title-tagline.png) no-repeat;
    bottom: 0px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -55px
}

.service-icon-part {
    margin: 50px 2% 0;
    padding: 0;
    float: left;
    width: 96%
}

.service-image-part {
    margin: 0;
    padding: 0;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0
}

.service-image-title-part {
    margin: 0;
    padding: 0 0 0 150px;
    float: left;
    width: 100%;
    text-align: right
}

.service-image-title-name {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 25px;
    color: #fb5404;
}

.service-image-title-details {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #fff;
    height: 75px;
    overflow: hidden
}

.service-line {
    margin: 10px 0;
    padding: 0;
    float: right;
    width: 96%;
    height: 1px;
    background: #fb5404;
    position: relative
}

.service-line:after {
    height: 7px;
    width: 7px;
    background: #fb5404;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    left: -20px;
    top: -3px
}



.service-list-part {
    margin-bottom: 25px
}





.story-part {
    padding: 75px 0 0;
    background: url(../images/background.jpg) fixed
}

.our-story-block {
    margin: 20px 0 0;
    padding: 0;
    float: left;
    width: 95%;
    max-width: 750px;
    color: #000
}

.our-story-heading {
    margin: 0;
    padding: 20px 0 10px;
    float: left;
    width: 100%;
    background: #fb5404;
    color: #000
}

.our-story-block h2.title-part:after {
    display: none
}

.our-story-block .title-tagline,
.our-story-block h2.title-part {
    color: #000;
    margin-bottom: 0
}

.our-story-body {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1c2123
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #fb5404;
}

.our-story-body-bg {
    margin: 0;
    padding: 5%;
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, .7)
}

.story-pic {
    margin-top: 50px;
    width: 100%;
   /* border: 4px solid #e8ce49;*/
}

.story-right-part-main {
    float: right
}

.story-left-part-main {
    float: left
}

.our-work-part {
    background: #01182b;
    padding: 75px 0
}

.our-works-bg {
    margin: 50px 0 0;
    padding: 25px;
    float: left;
    width: 96%;
    background: #03355f;
    border: 1px solid #ffe66d
}

.work-title-part {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    float: left;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, .5);
    font-size: 25px;
    font-weight: 400
}

.our-work-block,
.our-works-bg p {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    float: left;
    overflow: hidden
}

.our-work-block {
    position: relative
}

.our-works-bg p {
    text-align: center;
    font-size: 14px;
    height: 50px;
    color: rgba(255, 255, 255, .3)
}

.our-work-block span {
    height: 0;
    width: 100%;
    background: rgba(149, 118, 44, .8);
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    text-align: center;
    color: #fff;
    display: none;
    overflow: hidden
}

.our-work-block span i,
.our-work-block:hover span {
    height: 100%;
    width: 100%
}

.our-work-block span i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    font-size: 30px
}

.our-work-block span a {
    color: #fff
}

.history-part {
    background: url(../images/hair.jpg) top center no-repeat fixed;
    background-size: cover;
    padding: 75px 0
}

.counter_details_block {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.history-count {
    width: 250px;
    float: left;
    background: rgba(255, 255, 255, .1);
    padding: 40px 20px;
    font-size: 14px;
    position: relative;
    margin-top: 50px
}

.history-count .counter {
    font-size: 35px;
    position: relative
}

.fact-text p:after {
    position: absolute;
    top: -15px;
    left: 20%;
    width: 60%;
    height: 1px;
    background: #cab99e
}

.history-count:after,
.history-count:before {
    height: 40px;
    width: 40px;
    content: ""
}

.fact-text p {
    margin: 30px 0 0;
    position: relative
}

.history-count:after {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #c4b699;
    border-left: 1px solid #c4b699
}

.history-count:before {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #c4b699;
    border-right: 1px solid #c4b699
}

.hair-loss-part {
    background: url(../images/hair3.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 75px 0
}

.hair-loss-slider {
    margin: 30px 0px;
    padding: 0;
    float: left;
    width: 100%
}

.servs .owl-item {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border: 1px solid #fb5404;
    float: left!important
}

.owl-carousel .item img {

    width: 100%!important;
}

.owl-carousel .item p {
    margin: 50px 0 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}
.owl-carousel .item h4
{
	font-size: 25px;
	color: white;
}

.owl-theme .owl-nav [class*=owl-] {
    background: 0 0!important;
    font-size: 30px;
    padding: 0
}

.footer-social a,
footer {
    font-size: 14px;
    float: left
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fb5404;
}
.footer-social a i
{
    font-size: 20px;
}
.footer-social a:hover i
{
    color: white;
    transform: scale(1.2);
}


footer {
    margin: 0;
    padding: 75px 0 20px;
    width: 100%;
    background: #0c0c0c
}

.footer-menu-body-part {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

.main_banner {
    margin-top: 86px;
}

.footer-contact-part {
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    float: left;
    width: 100%
}

.footer-title-part {
    margin: 0 0 20px;
    padding: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #fb5404;
    font-size: 18px
}

.footer-menu-body-part ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-menu-body-part ul li {
    margin: 0;
    padding: 3px 0;
    display: inline;
    width: 100%;
    float: left
}

.footer-menu-body-part ul li a , .footer-menu-body-part p{
    color: rgba(255, 255, 255, .7)
}

.footer-contact-part span {
    position: absolute;
    left: 15px;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 30px;
    width: 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #fb5404;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #fb5404;
}

.mar-top-30 {
    margin-top: 30px
}

.footer-social {
    margin: 20px 0px 0px 0px;
    padding: 0;
    float: left;
    width: 100%
}

.footer-social a {
    background: #101010;
    height: 40px;
    width: 47px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #202020
}

.footer-social a:last-child {
    border-right: 1px solid #202020
}

.footer-social a:hover {
    color: #fff
}

.instagram-bg:hover {
    background: #517fa6
}

.pinterest-bg:hover {
    background: #ca3737
}

.footer-bottom {
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    text-align: center;
    padding: 10px 0;
    color: #404040;
    text-transform: uppercase;
    margin: 20px 0 0;
    float: left;
    width: 100%
}

.footer-menu-body-part ul li a:hover {
    color: #fb5404
}

.inquiry-modal {
    margin: 0;
    padding: 0;
    z-index: 9999;
    position: relative
}

.modal-content {
    background: #fff;
    border-radius: 0
}

.modal-title {
    color: #000;
    font-size: 22px;
}

label {
    font-weight: 400
}
.btn-primary, .btn-primary.active.focus, 
.btn-primary.active:focus, .btn-primary.active:hover,
 .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, 
 .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover
{
    background-color: #fb5404 !important; 
    background-image: none;
    color: black;
    margin-top: 20px;
    height: 50px;
}

.form-image {
    margin: 0 0 10px;
    padding: 0;
    float: left;
    width: 100%
}

.form-image img {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%
}

.form-group {
    position: relative;
    margin-bottom: 20px
}
.frm
{
    padding-left: 30px;
    padding-right: 40px;
    margin-top: 20px;
}

.form-group input,
.form-group select {
    outline: 0;
    border: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}
.input-group-addon
{
    background-color: #fb5404;
    border: 1px solid #fb5404;
}

.focus-input2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.focus-input2::before {
    content: "";
    display: none;
    position: absolute;
    bottom: -2px;
    left: 16px;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: rgba(219, 21, 99, 1);
    background: -webkit-linear-gradient(45deg, #785723, #d93);
    background: -o-linear-gradient(45deg, #785723, #d93);
    background: -moz-linear-gradient(45deg, #785723, #d93);
    background: linear-gradient(45deg, #785723, dd9933)
}

.form-control:focus+.focus-input2::before,
.has-val.form-control+.focus-input2::before,
.inner-page-title {
    width: 100%
}

.focus-input2::after {
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 13px;
    color: #999;
    line-height: 1.2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

input.form-control {
    height: 50px
    background-color:transparent !important;
}

textarea.form-control {
    min-height: 115px;
    padding-top: 13px;
    padding-bottom: 13px;
     background-color:transparent !important;
}

textarea.form-control+.focus-input2::after {
    top: 16px;
    left: 0
}

.form-control:focus+.focus-input2::after {
    top: -5px;
    color: rgba(221, 153, 51, 1)
}

.has-val.form-control+.focus-input2::after {
    top: -13px
}

.form-control:focus {
    border-color: none;
    box-shadow: none
}

.inner-header-bg,
.inner-header-bg .topbar-main-part {
    border-bottom: 1px solid #453e31
}

.inner-header-bg .navbar-default-active a.social-icon,
.inner-header-bg a.social-icon {
    border-right: 1px solid #453e31
}

.inner-page {
    margin-top: 39px;
    padding-bottom: 50px
}

.inner-page h2.title-part {
    color: #000
}

.inner-page .title-tagline {
    color: #856426;
    font-weight: 700
}

.inner-header-bg {
    background: #332712
}

.inner-header-bg .top-part-bg:before,
.inner-header-bg .top-part-bg:last-child:after {
    background: #453e31
}

.inner-page-title {
    margin: 15px 0 5px;
    padding: 0;
    float: left;
    font-size: 25px;
    color: #ff2015
}

.title_small_border {
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(221, 153, 51, .3)
}

.technology_tab_content,
p.normal_article_text,
ul.listing_arrow_block,
ul.listing_arrow_block li {
    padding: 0;
    width: 100%;
    float: left
}

ul.listing_arrow_block {
    margin: 0;
    list-style-type: none
}

ul.listing_arrow_block li {
    margin: 0;
    line-height: 40px
}

ul.listing_arrow_block li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 10px
}

p.normal_article_text {
    margin: 0 0 15px
}

.text-center img {
    display: inline-block
}

.technology_tab_content {
    margin: 0
}

.technology_tab_content .nav-tabs>li>a {
    font-size: 16px
}

.technology_tab_content .tab-content .tab-pane {
    padding: 20px
}

.contact_map_part {
    margin: 0 0 40px;
    float: left;
    width: 100%
}

.contact_map_part iframe {
    width: 100%;
    height: 250px
}

.form_contact_part {
    float: left;
    width: 100%
}

.form_contact_part form .form-group {
    margin-bottom: 16px
}

.form_contact_part form .form-group .form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0
}

.form_contact_part form .btn {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    background: #856426;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px
}

.form_contact_part form .btn:hover {
    background: #f1b649
}

.contact_details_block {
    float: left;
    width: 100%
}

h4.title_contact_details {
    margin: 0 0 15px;
    padding: 0;
    float: left;
    width: 100%;
    color: #000;
    font-size: 22px
}

ul.contact_listing_details {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style-type: none
}

ul.contact_listing_details li {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

ul.contact_listing_details li strong {
    float: left;
    margin-right: 15px;
    color: #856426;
    font-size: 14px
}

ul.contact_listing_details li span {
    display: table-cell
}

.form_contact_part textarea.form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.service_block_content {
    float: left;
    width: 100%
}

.da-thumbs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    float: left
}

.da-thumbs li {
    float: left;
    margin: 0 1% 1% 0;
    padding: 0;
    position: relative;
    width: 24%;
    text-align: center
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
    width: 100%
}

.da-thumbs li a {
    overflow: hidden
}

.da-thumbs li a div {
    position: absolute;
    background: #333;
    background: rgba(133, 100, 38, .7);
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 9
}

.da-thumbs>li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    content: ''
}

h2.services_title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 20px;
    color: #fff;
    z-index: 99;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.da-thumb-info h3 {
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    line-height: 30px
}

.da-thumbs li:hover h2.services_title {
    display: none
}

.other_service_block {
    margin: 40px 0 0;
    float: left;
    width: 100%
}

h6.title_other_service {
    margin: 0 0 20px;
    padding: 0 0 15px;
    float: left;
    width: 100%;
    color: #856426;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc
}

.book_appointment_btn {
    margin: 15px 0 0;
    float: left;
    width: 100%
}

.book_appointment_btn a {
    margin: 0;
    padding: 10px 25px;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    background: #f1b649;
    color: #000;
    border-radius: 50px;
    border: 1px solid #f1b649;
    transition: .5s all
}

.book_appointment_btn a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: 0 0
}

.service_inner_slider {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.service_inner_slider .owl-carousel .item img {
    border-radius: 0;
    margin: 0;
    width: 100%!important
}

.service_inner_slider .owl-carousel .owl-item {
    padding: 0
}

.service_inner_slider .owl-theme .owl-nav {
    position: absolute;
    bottom: 10px;
    width: 100%
}

.service_inner_slider .owl-theme .owl-nav i {
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px
}

#bookAnAppointment .modal-body,
#costCalculator .modal-body,
#enquiryForm .modal-body,
#myInquiry .modal-body {
    display: inline-block
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    text-align: left;
    height: auto;
    color: #fff;
    text-transform: capitalize;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
    background-color: black;
    background-image: none;
    color: #fb5404;
}
.dropdown-menu {
    background: #000;
    padding: 10px;
}

ul.cost-analyzer-list {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style-type: none
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar
{
    margin-bottom: 0;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: relative !important;
    margin-bottom: 0;
}

.mt-20 {
    margin-top: 20px;
}

.carou {
    margin-top: -20px;
}

ul.cost-analyzer-list li {
    margin: 0 0 20px;
    padding: 0;
    float: left;
    width: 100%;
    list-style-type: none
}

#career-form textarea {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none
}

#career-form .input-group-btn {
    background: #e1e1e1
}

#career-form {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

.sticky-container-left .sticky li,
.sticky-container-right .sticky li {
    list-style-type: none;
    cursor: pointer
}

.sticky-container-left {
    padding: 0;
    margin: 0;
    position: fixed;
    left: -180px;
    top: 230px;
    width: 220px;
    z-index: 1100;
    text-align: right
}

.sticky-container-left .sticky li {
    color: #efefef;
    margin: 0 0 1px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center
}

.sticky-container-left .sticky li:hover {
    margin-right: -135px
}

.sticky-container-left .sticky li img {
    float: right;
    margin: 5px 5px 5px 4px
}

.sticky-container-left .sticky li p {
    padding-top: 5px;
    margin: 0;
    line-height: 16px;
    font-size: 11px;
    float: right;
    width: auto
}

.sticky-container-left .sticky li i {
    float: right;
    width: 30px;
    font-size: 25px
}

.sticky-container-left .sticky li a {
    color: #fff
}

.sticky-container-right {
    padding: 0;
    margin: 0;
    position: fixed;
    right: 0px;
    top: 230px;
    z-index: 9;
}



.sticky-container-right .sticky li p {
    padding-top: 5px;
    margin: 0;
    line-height: 16px;
    font-size: 11px;
    float: left;
    width: auto
}

.sticky-container-right .sticky li i {
    float: left;
    width: 30px;
    font-size: 25px
}

.sticky-container-right .sticky li a {
    color: #fff
}

.help-block {
    position: absolute
}

.has-error .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none
}

.top-part-bg a {
    cursor: pointer
}

.contact-add {
    padding: 3em 0;
}

input[type=text] {
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: transparent;
    height: 50px;
}
input[type=number]
{
     padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: transparent;
    height: 50px;
}
.input-group-addon
{
    color: black;
}

button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

canvas {
    /*prevent interaction with the canvas*/
    pointer-events: none;
}