html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
  
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
 

}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Markazi Text', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 300;
}

p {
    margin: 0;
    font-size: 1em;
    line-height: 1.9em;
    letter-spacing: 1px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 300;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/*--/header --*/

.dropdown-menu {
    top: 50px;
}

/*--/navbar--*/

.navbar {
    padding: 0em 2em;
    border-bottom: 1px solid rgba(243, 242, 242, 0.41);
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
    background: #ffffff42;
    border: none;
    padding: 0em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
    background: #0c0b0bb0;
    padding: 0.2em 0;
 }

/*--logo--*/

a.navbar-brand {
    font-size: 1.5em;
    text-shadow: 2px 4px 1px rgb(227, 69, 27);
    text-transform: uppercase;
  }

/*--logo--*/

a.navbar-b li.nav-item {
    margin: 0 1px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0.3em 1.2em;
    color: #fff !important;
    background: transparent;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0 auto;
    width: 100%;
    font-family: 'Philosopher', sans-serif;
    font-weight: 900;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    background: transparent;
    color: #d56e9b;
    border-radius: 10px;
}

.dropdown-item {
    padding: 0.5em 1.5rem;
    font-size: 0.9em;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #777;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}

a.nav-link.request {
    padding: 0.3em 1.2em;
    color: #fff;
    background: transparent;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 600;
}

/*---*/

.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border: 0px;
}

#menu ul {
    top: 108px;
    position: relative;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ff4081;
    text-decoration: none;
    background-color: #f0f0f1;
}

/*-- /nav.navbar.second --*/

nav.navbar.second {
    border: none !important;
    padding: 0.7em 0;
}

a.nav-item.nav-link.sec {
    padding: 0.3em 1.2em;
    color: #00c1cf;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 300 !important;
}

nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
    background: #4764c6;
    padding: 0.5em 0;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse h1 a.navbar-brand {
    font-size: 1em;
}

/*-- //nav.navbar.second --*/

.top-info ul li {
    list-style: none;
    display: inline-block;
    margin: 0 1em;
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.9em;
    vertical-align: top;
    margin-top: 0.7em
}

/* Important styles */

#toggle {
    display: block;
    padding: 0;
    top: 10px;
    margin: 0px 0 0;
    height: 30px;
    width: 35px;
    cursor: pointer;
    z-index: 3;
    position: relative;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */

#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+#menu {
    opacity: 1;
    visibility: visible;
    height: 100%; 
 }

/* menu appearance*/

#menu {
 
    position: fixed;
    right: 0;
    top: 0;
    color: #999;
    width: 100%;
    padding: 10px;
    margin: auto;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 4px;
    background-color: rgba(48,48,48,.9);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    z-index: 2;


}

/*#menu:after {
    position: absolute;
    top: -15px;
    left: 80px;
    content: "";
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid white;
}*/

a.btn {
    color: #fff;
    background: #e4b85e;
    text-transform: capitalize;
    padding: 8px 28px;
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 25px;
    border: 5px solid #e4b85e;
    font-weight: 300;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

a.btn:hover {
    box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(5px);
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    -webkit-transform: translateY(5px);
}

.inner-banner {
    background: url(../images/banner.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 200px;
}

li.breadcrumb-item a {
    color: #000;
    font-weight: 600;
    font-size: 0.95em;
    letter-spacing: 0.5px;
}

.breadcrumb-item.active {
    color: #d56e9b;
    font-weight: bold;
    font-size: 0.9em;
    letter-spacing: 1px;
}

h3.agile-title {
    text-transform: capitalize;
    color: #000;
    font-size: 1.8em;
    letter-spacing: 0.5px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
}

h3.agile-titles {
    text-transform: capitalize;
    color: #fffc;
    font-size: 1.8em;
    letter-spacing: 0.5px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
}

h3.agile-title span {
    color: #d5a46e;
    font-family: 'Philosopher', sans-serif;
    text-shadow: 1px 3px 1px #deb06c;
    font-size: 1.8em;
}

h3.agile-titles span {
    color: #d5a46e;
    font-family: 'Philosopher', sans-serif;
    text-shadow: 1px 3px 1px #deb06c;
    font-size: 1.8em;
}

h3.agile-title span.title-pos {
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    left: -58px;
    top: 23px;
    color: #000;
    font-weight: 800;
    font-family: 'Source Sans Pro', sans-serif;121
    text-shadow: none;
}

/* provide */

/*-- services --*/

#services {
    background: linear-gradient(rgba(87, 65, 65, 0.68), rgba(87, 65, 65, 0.68)), url(../images/3.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0; 
    padding:40px 0;
    z-index: 1;
}

#services:before {
    background: rgba(251, 251, 251, 0.55);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.agileits-services-grids h4 {
    font-size: 1em;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 600;
    margin: 10px 0 0;
}

.agileits-services-grids h6 {
    padding: 1px;
    background: #2954a2;
    width: 33%;
    margin: 2em auto 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.agileits-services-grids:hover h6 {
    width: 55%;
    background: #2954a2;
}

/*-- Effect 1--*/

.agileits-services-grids i {
    font-size: 2em;
    color: #efaf16;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
    border-radius: 50%;
}

.agileits-services-grids span {
    width: 40px;
    height: 2px;
    background: #efaf16;
    display: inline-block;
}

.agileits-services-grids {
    background: #fff;
    padding: 1.5em;
}

a.service-btn {
    background: #77bce7;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    padding: 6px 15px;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 5px;
    letter-spacing: 1px;
}

/*-- //services --*/

/* //provide */

/*-- features--*/

.feature-review p {
    max-width: 550px;
    letter-spacing: 1px;
}

.feature-review p {
    max-width: 250px;
    font-style: italic;
}

.img-agile i {
    color: #fff;
}

.img-agile h6 {
    font-size: 2em;
    text-transform: capitalize;
}

.img-agile span {
    display: block;
    background: #67b63a;
    width: 50%;
    height: 3px;
    margin: 4px auto 0;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 25px;
}

.carousel-control.left {
    left: -25px;
}

.carousel-control.right {
    right: -25px;
}

.broun-block {
    padding-bottom: 34px;
}

.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #000;
    margin-top: 27px;
    padding: 15px 18px;
}

.block-text span {
    color: #eb5c74;
}

.block-text h6 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 21px;
}

.mark {
    background: none;
}

.block-text p {
    color: #585858;
    font-style: italic;
}

.block {
    display: block;
}

.zmin {
    z-index: 1;
}

.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}

.person-text h5 {
    color: #eb5c74;
    display: block;
    font-size: 1.2em;
    margin: 10px 0 5px;
}

.person-text i {
    color: #000;
}

.rel {
    position: relative;
    background: #eaeaea;
    padding: 2em;
}

.person-text.rel {
    background: transparent;
}

/*-- features--*/

.our-team {
    text-align: center;
    position: relative;
    color: #fff;
}

.our-team .content {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 70%;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.our-team:hover .content,
.our-team.active .content {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
}

.our-team .content .title {
    margin: 0 0 10px;
    display: block;
    font-size: 25px;
    font-weight: 600;
}

.our-team .content .post {
    margin: 0 0 25px;
    display: block;
    font-size: 15px
}

.our-team .social {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 0;
    background-color: #d56e9b;
    margin-right: 5px;
    transition: all 0.5s ease 0s;
    position: relative;
}

.our-team .social li a:hover,
.our-team.active .social li a {
    border-radius: 50%;
    text-decoration: none;
}

/* //team */

/* progress bars */

.progress-outer {
    border-radius: 50px;
}

.progress-outer h6 {
    color: #000;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.progress {
    height: 15px;
    margin: 0;
    overflow: visible;
    border-radius: 50px;
    background: #77bce7;
    box-shadow: inset 0 10px 10px rgb(214, 214, 214);
}

.progress .progress-bar {
    border-radius: 50px;
}

.progress .progress-value {
    position: relative;
    left: -45px;
    top: -38px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
}

.progress-bar.active {
    animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

/* //progress bars */

/*-- text Slider --*/

.testimonials {
    background: linear-gradient(rgba(47, 42, 42, 0.84), rgba(27, 25, 25, 0.82)), url(../images/tespic.jpg) no-repeat;
    background-size: cover;
    padding: 6em 0;
}
#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
}

ul.callbacks_tabs {
    position: relative;
    z-index: 1000;
    right: -37%;
    top: 19px;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: inline-block;
    height: 10px;
    width: 15px;
    border-radius: 10px;
    background: #73b9e6;
}

.callbacks_here a:after {
    background: #d56e9b;
    height: 8px;
    width: 55px;
    border-radius: 10px;
}

/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}*/

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}

#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs li {
    display: block;
    padding: 0 17px;
    float: left;
}

.callbacks_tabs a {
    visibility: hidden;
    width: 20px;
    line-height: 19px;
    height: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    display: block;
    background: #fff;
    border-radius: 50%;
}

.callbacks_tabs a:hover {
    background: #1165f3;
    color: #fff;
}

.testi-agile h4 {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    margin: 1.5em 0;
    font-weight: bold;
 }

.testi-agile p {
    width: 800px;
    margin: 1em auto 0;
    color: #fff;
    font-weight: 600;
}

/* //testimonials */

/* services */

.main-services span {
    background: #eee;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #77bce7;
    font-size: 1.5em;
    text-align: center;
    border-radius: 50%;
}

.main-services h5 {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 1.4em;
    margin: 5px 0;
    color: #d56e9b;
}

.main-services h6 {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
}

/* //services */

/* stats */

.counter i {
    color: rgba(216, 216, 216, 0.8);
    font-size: 2em;
}

p.count-text {
    color: #d56e9b;
}

.timer {
    font-size: 2em;
    color: #fff;
}

.agile_stats_main {
    background: url(../images/stats.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.agile_stats_main:before {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.counter {
    background: rgba(0, 0, 0, 0.14);
    text-align: center;
}

/* //stats */

.team-block {
    margin-bottom: 20px;
}

.team-content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.43);
    bottom: 0px;
    display: inline-block;
     color: #fff;
    padding: 50% 10%;
    top: 0;
}

.team-img {
    position: relative;
}

.team-img img {
    width: 100%;
}

.team-meta {
    color: #9da4aa;
    font-weight: 400;
    font-size: 16px;
}

.overlay {
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    background-color: #11181f;
}

.team-img:hover .overlay {
    opacity: .8;
}

.team-img:hover .team-content {
    opacity: 0;
}

.text {
    color: #fff;
    position: absolute;
    top: 35%;
    left: 30%;
    transform: translate(-26%, -26%);
    -ms-transform: translate(-26%, -26%);
    right: 0;
    font-weight: 400;
    font-size: 16px;
}

/* /footer */

/*-- gallery --*/

.w3_agile_gallery_effect {
    position: relative;
}

.gallery-left-grid {
    padding-top: 10em;
}

.agileits_w3layouts_gallery_grid1 {
    margin: 1.5em 0;
    border: 10px solid #eee;
}

a.sb {
    display: block;
    cursor: zoom-in;
}

.hover14 figure {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-17deg);
    -moz-transform: skewX(-17deg);
    -o-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .95s;
    -moz-animation: shine .95s;
    animation: shine .95s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*-- //gallery --*/

/* footer grids */

section.footerw3-top .container {
    border-top: 0.5px dotted #a99e9e;
}

.branches-position {
    position: absolute;
    width: 76%;
    left: 12%;
    top: 50%;
    z-index: 1;
}

section.branches {
    padding: 8em 0 15em;
}

.footer-bottom {
    padding-top: 12em;
}

footer {
    background: #75bdeb;
}

input#email {
    color: #fff;
}

.footv3-left h3 {
    color: #000;
    font-size: 1.4em;
    text-transform: capitalize;
}

.footv3-left h4 a {
    font-size: 1.3em;
    letter-spacing: 0.5px;
    color: #fff !important;
    padding: 14px 0 0;
    position: relative;
    text-transform: capitalize;
}

.testi_footerv3-top p {
    font-size: 1em;
    color: #a3b1bf;
    margin: 1em 0;
    line-height: 1.5em;
}

.testi_footer p a {
    color: #777;
}

.testi_footer p a:hover {
    color: #ED4F2E;
}

.fv3-contact span {
    color: #777;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.fv3-contact p {
    display: inline-block;
    color: #777;
}

.testi_footer-top p {
    max-width: 400px;
}

.fv3-contact p a:hover {
    color: #000;
}

.list-agileits li a {
    color: #000;
    text-transform: capitalize;
    font-size: 0.95em;
}

h3.w3f_title {
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #000;
}

.cpy-right p a {
    color: #333;
    font-size: 1em;
}

.cpy-right p a:hover
{
    text-decoration: underline;
}

input#sub {
    cursor: pointer;
}

.cpy-right {
    border-top: 1px dotted #6c757d;
}

/* footer grids */

/* fixed social icons*/

#fixed-social a {
    display: inline-block;
    padding: 4px 15px;
    font-size: 14px;
    color: #000;
    text-align: left;
}

#fixed-social a i {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
}

i.fab.fa-facebook-f {
    color: #fff;
}

i.fab.fa-twitter {
    color: #fff;
}

i.fab.fa-google-plus-g {
    color: #fff;
}

i.fab.fa-linkedin-in {
    color: #fff;
}

/* //end fixed social */

/* blog */

section.blog_w3ls {
    background: url(../images/nart.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    color: #fff;
    display: flex;
    height: 600px;
    margin: 0px 0 0 0;
}

section.blog_w3ls:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
}

.card-header:first-child {
    background: #d56e9b;
}

.card {
    background-color: rgba(0, 0, 0, 0.29);
    border: none;
}

h5.card-title a {
    color: #fff;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.5;
}

.blog_w3icon span {
    color: #fff;
    font-size: 13px;
    word-spacing: 3px;
}

/* //blog */

.form-control {
    font-size: 1.2em;
    letter-spacing: 1px;
    text-transform: capitalize;
}

/*--contact--*/

.w3-contact {
    background: #fff;
}

.contact-bottom h5,
.wthree-form-left h5 {
    color: #000;
    text-transform: capitalize;
    font-size: 1.5em;
    margin-bottom: 1.5em;
}

.contact-right-w3ls span {
    background: #75bdeb;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    border-radius: 50%;
}

.fv3-contact h6 {
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 16px;
}

.address h5 {
    color: #000;
    text-transform: capitalize;
    font-size: 1.1em;
}

.address p a,
p.c-txt {
    color: #777;
}

.address p a:hover {
    color: #000;
}

form.contact-wthree label {
    width: 30%;
    line-height: 2.5;
    color: #000;
    font-weight: 600;
}

form.contact-wthree .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 4px solid #eee;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.9em;
}

.contact-top1 h5 {
    font-size: 2em;
}

.address h5 {
    font-size: 1.5em;
}

.map iframe {
    width: 100%;
    min-height: 350px;
    border: 5px solid #d56e9b;
}

/*--//contact--*/

/* error */

.bg-error {
    background: rgba(0, 123, 255, 0.43);
    box-shadow: 0px 0px 5px #3990eb;
}

.bg-error p {
    color: #000;
}

.error_agileinfo h4 {
    font-size: 2em;
    color: #000;
}

.error_agileinfo h3 {
    font-size: 3em;
    text-transform: uppercase;
    color: #cd2029;
}

/* //error */

/* typography */

.typo-wthree h4 {
    color: #000;
    font-size: 2em;
    text-transform: capitalize;
}

.bg-flex {
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.bg-flex-item {
    background-color: #fff;
    border: 1px solid #78c7d6;
}

.typo-wthree h5 {
    color: #007bff;
}

/* //typography */

/* -- Responsive code -- */

@media screen and (max-width: 1920px) {
    .footer-bottom {
        padding-top: 16em;
    }
}

@media screen and (max-width: 1600px) {
    .footer-bottom {
        padding-top: 12em;
    }
}

@media screen and (max-width: 1440px) {
    .footer-bottom {
        padding-top: 9em;
    }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1080px) {
    h3.agile-title {
        font-size: 1.5em;
    }
    .branches-position {
        width: 86%;
        left: 7%;
    }
    .text h4 {
        font-size: 1.4em;
    }
    .text {
        top: 31%;
    }
    .footer-bottom {
        padding-top: 6em;
    }
    .timer {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1050px) {
    .branches-position {
        width: 92%;
        left: 4%;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    ul.navbar-nav {
        background: #d56e9b;
        padding: 2em 0;
    }
    .branches-position {
        position: inherit;
        width: 100%;
        left: 0;
    }
    section.branches {
        padding: 4em 0 0em;
    }
    .footer-bottom {
        padding-top: 0;
    }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {
    .our-team .content .title {
        font-size: 22px;
    }
    .our-team .social li a {
        font-size: 16px;
        height: 34px;
        width: 34px;
        line-height: 34px;
    }
}

@media screen and (max-width: 768px) {
    h3.agile-title {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 736px) {
    .gallery-left-grid {
        padding-top: 0em;
    }
    .error_agileinfo h3 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 667px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 568px) {
    a.navbar-brand {
        font-size: 1.3em;
    }
    #fixed-social a {
        padding: 4px 0px;
    }
    nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
        padding: 0.2em 1em;
    }
    a.btn {
        padding: 4px 20px;
    }
    .footv3-left h3 {
        font-size: 1.2em;
    }
    ul.callbacks_tabs {
        right: 70px;
    }
    .testi-agile p {
        width: 450px;
    }
    .error_agileinfo h4 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    h3.agile-title span {
        font-size: 1.5em;
    }
    .contact-right-w3ls span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.3em;
    }
    .contact-bottom h5,
    .wthree-form-left h5 {
        font-size: 1.3em;
    }
    h3.stat-title {
        font-size: 1.3em;
    }
    .cpy-right {
        padding: 0 1em;
    }
    p {
        font-size: 0.9em;
    }
    .testi-agile p {
        width: 350px;
    }
    .testimonials {
        padding: 4em 0;
    }
    .our-team .content {
        padding-top: 19%;
    }
    .main-services h5 {
        font-size: 1.2em;
    }
    .typo-wthree h4 {
        font-size: 1.3em;
    }
    .typo-wthree h5 {
        font-size: 1em;
    }
}

@media screen and (max-width: 414px) {
    a.navbar-brand {
        font-size: 1.1em;
    }
    .our-team .content .title {
        font-size: 18px;
    }
    .our-team .content .post {
        margin: 0 0 15px;
    }
    .row.team-owl-slider {
        display: block;
    }
    .row.team-owl-slider .col-6 {
        max-width: 100%;
        margin: 1em 0;
    }
    .our-team .content {
        padding-top: 70%;
    }
    .owl-pagination {
        top: 0px;
    }
    .main-services .col-10 {
        padding-left: 2em;
    }
}

@media screen and (max-width: 384px) {
    h3.agile-title {
        font-size: 1.2em;
    }
    .error_agileinfo h3 {
        font-size: 2.3em;
    }
}

@media screen and (max-width: 375px) {
    a.btn {
        padding: 2px 17px;
        letter-spacing: 0px;
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    .fv3-contact .row {
        display: block;
    }
    .fv3-contact h6 {
        margin-top: 1em;
    }
    .progress-outer h6 {
        font-size: 1em;
    }
    section.branches {
        padding: 3em 0 0em;
    }
    .error_agileinfo h3 {
        font-size: 2em;
    }
}

/* -- //Responsive code -- */
.nav-lst
{
    margin: 0 0;
    padding:0 0;
}

.nav-lst a
{
    margin: 0 !important;
    width: 100% !important;
    font-size: 16px !important;
    padding: 27px 18px !important;
    top: 0px;
    position: relative;
    border-radius: unset !important;
}

.nav-lst a:hover
{
    margin: 0 !important;
    width: 100% !important;
    font-size: 16px !important;
    padding: 27px 18px !important;
    top: 0px;
    position: relative;
    border-radius: unset !important;
    background: #303030 !important;
}

.nav-lst.active {

    background: #303030;
 }

.appo a
{
     
    margin: 0 !important;
    width: 100% !important;
    font-size: 17px !important;
    padding: 3px 7px !important;
    border: 2px solid #fff;
    top: 0px;
    position: relative;
    border-radius: unset !important;
}

.appo a:hover
{
    border-radius:unset !important; 
    border: 2px solid #000;
    color: #ff0 !important;

}

.appo-back
{
      margin: 0 0 50px 0;
}

.appo-back 
{
    background: linear-gradient(rgba(87, 65, 65, 0.68), rgba(255, 255, 255, 0.01)), url(../images/appo1.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 650px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0;

}

.srvc-back
{
      margin: 0 0 50px 0;
}

.srvc-back img
{
    width: 100%;
    object-fit: cover;
    height: 450px;

}



.appo-hdng h1
{
   font-size: 45px;
   text-transform: capitalize;
   padding: 20px 0 9px 0;
   margin: 0 0 0 0px;
   color: #fff;
   width: 60%;
   text-align: center;
}

.appo-hdng h2
{
   font-size: 65px;
   text-transform: capitalize;
   padding: 0px 0;
   margin: 0 0 0 0px;
   color: #fff;
   width: 60%;
   text-align: center;
}

.appo-hdng h3
{
   font-size: 45px;
   text-transform: capitalize;
   padding: 0px 0;
   margin: 0 0 0 0px;
   color: #fff;
   width: 55%;
   text-align: center;
}

.appo-hdng h4
{
margin: 0px;
padding: 22px 0px;
font-size: 66px;
color: #fff;
text-align: center;
width: 53%;

}

.srvc-hdng h2
{
   text-align: center;
   font-size: 70px;
   text-transform: capitalize;
   padding: 90px 0 0px;
   margin: 0 0 0 0;
   color: #505050;
   display: none;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.booking-form
{
   text-align: center;
   margin: 0 0 0px 30px;
   width: 60%;
   padding: 25px 0;
   box-shadow: 1px 0px 7px 5px #201d1d66;
   border-radius: 4px;
}

.appo-form
{
 width: 45% !important;
}

.appo-frm
{
 width: 45% !important;
 padding: 12px;
 border: 1px solid #ccc;
 border-radius: 4px;
 box-sizing: border-box;
 margin-top: 6px;
 margin-bottom: 16px;
 resize: vertical;
}

.appo-srvc
{
 width: 90% !important;
 padding: 12px;
 border: 1px solid #ccc;
 border-radius: 4px;
 box-sizing: border-box;
 margin-top: 6px;
 margin-bottom: 16px;
 resize: vertical; 
}

input[type="text"], select, textarea
{
    font-family: 'Philosopher', sans-serif;
    width: 90%;
}

#date {

    color: #505050b3;
    font-size: 16px;
    font-family: 'Philosopher', sans-serif;

}

#service {
     font-size: 16px;
    font-family: 'Philosopher', sans-serif;
}

.appo-sub
{
 font-family: 'Philosopher', sans-serif !important;
 background-color: #C6AB35  !important;
 color: white !important;
 padding: 10px 0px !important;
 border: none !important;
 border-radius: 0px !important;
 cursor: pointer !important; 
 width: 35%;
 margin: 10px auto 10px;
 font-size: 20px;
 
}

.appo-sub:hover
{
    background: #fff !important;
    color: #C6AB35  !important;

}

.footer-bottom
{
    padding: 0px;
}

.w3-button.w3-black li {
    color: #fff !important;
    background: transparent;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0 auto;
    width: 100%;
    font-family: 'Philosopher', sans-serif;
    font-weight: 900;
 }



 

.nav {
    display: block;
    font: 13px Helvetica, Tahoma, serif;
    text-transform: uppercase;
    margin: 0; 
    padding: 0;
}

.nav li {
    display: inline-block;
    list-style: none;
}

.nav .button-dropdown {
    position: relative;
}

.nav li a {
    display: block;
    color: #333;
    background-color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}

.nav li a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #999;
}

.nav li a:hover, .nav li a.dropdown-toggle.active {
    background-color: #289dcc;
    color: #fff;
}

.nav li a:hover span, .nav li a.dropdown-toggle.active span {
    color: #fff;
}

.nav li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: left;
}

.nav li .dropdown-menu.active {
    display: block;
}

.nav li .dropdown-menu a {
    width: 150px;
}

.srvc-back
{
    background: linear-gradient(rgba(87, 65, 65, 0.68), rgba(255, 255, 255, 0.01)), url(../images/srvc.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 650px;
    background-position: center;
    background-attachment: scroll;
    margin: 0 0;
}

.srvc-txt
{
   margin: 0 0 0 0;
   padding: 200px 12px 0;
   text-align: end;
}

.srvc-txt p
{
margin: 0px auto;
padding: 0 0 0 0;
font-size: 107px;
font-weight: 900;
color: #fff;
width: 100%;
line-height: 73px;
text-shadow: 2px 4px 1px rgb(41, 36, 35);
text-align: center;
position: relative;
top: 305px;

}

 

 

.btm-txt h1
{
    margin: 0 0 0 0;
    padding:50px 0;
    background: #ffff00b3;
    text-align: center;
    font-size: 50px;
    text-shadow: 2px 4px 1px rgba(225, 101, 68, 0.49);
}

.bck-cvr
{
    background: linear-gradient(rgba(87, 65, 65, 0.68), rgba(255, 255, 255, 0.01)), url(../images/srvc1.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0;
}

.abt-bck
{
    background: linear-gradient(rgba(87, 65, 65, 0.68), rgba(255, 255, 255, 0.01)), url(../images/abt.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 650px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0;
}

.glry-back
{
    background: linear-gradient(rgba(87, 65, 65, 0.68), rgba(255, 255, 255, 0.01)), url(../images/back4.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 650px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0;
    padding: 0px 0 0 0;
}

.skin-back
{
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(../images/skin.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 650px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0;
    padding: 0px 0 0 0;
}
.appo-back-down
{
    background: linear-gradient(rgba(87, 65, 65, 0.68), rgba(255, 255, 255, 0.01)), url(../images/back1.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 600px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0;
    padding: 100px 0;
}

.testimonials h1
{
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 0 0;
    padding: 0 0 50px 0;
    font-size: 50px;
    letter-spacing: 2px;
    text-shadow: 2px 4px 1px rgb(54, 50, 50);
}

.acdmy-back
{
    background: linear-gradient(rgba(246, 235, 235, 0.19), rgba(255, 255, 255, 0.01)), url(../images/acdmy.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 650px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0;
}

.left-img {
    width: 50%;
}

.left-img img
{
   margin: 0px;
   padding: 0px;
   width: 100%;
   height:100%;
}

.right-txt
{
   margin: 0px;
   padding: 0px;
   width: 50%;
   height:100%; 
}

.right-txt h2
{
    mix-blend-mode: lighten;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.66);
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #000;
    padding-left: 10%;
    padding-right: 10%;
    text-align: end;
    font-size: 60px;
    line-height: 89px;
}

.pd-top
{
padding-top: 77px;
}

.pd-botm
{
 padding-bottom: 78px;
}
 

.course-one-mkup
{
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(../images/makeup.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 500px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0; 
    padding:0 0 0 0;
    display: flex;
}

.course-two-hairb
{
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(../images/hairb.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 500px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0; 
    padding:0 0 0 0;
    display: flex;
}

.course-three-hairf
{
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(../images/co2.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 500px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0; 
    padding:0 0 0 0;
    display: flex;
}

.course-four-skin
{
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(../images/skin.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 500px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0; 
    padding:0 0 0 0;
    display: flex;
}

.course-five-nail
{
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(../images/nail2.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 500px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0; 
    padding:0 0 0 0;
    display: flex;
}
 
.course-six-color
{
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(../images/co6.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 500px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0; 
    padding:0 0 0 0;
    display: flex;
}

.course-hdng
{
    background: linear-gradient(rgba(87, 65, 65, 0.68), rgba(255, 255, 255, 0.01)), url(../images/co7.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0; 
    padding:80px 0;
 
}

.course-form
{
    background: linear-gradient(rgba(87, 65, 65, 0.68), rgba(255, 255, 255, 0.01)), url(../images/k11.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0; 
    padding:40px 0;
}

.course-one h2
{
    margin: 0 0 0 0;
    padding:50px 0;
    font-size: 50px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 2px 4px 1px rgb(39, 37, 36);
}


.lft-add
{
 width: 50%;
}

.rgt-map
{
    width: 50%;
    margin: 0 11px 0 0px;

}

.rgt-map iframe
{
    height: 550px;
    width: 100%;
}


 



/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #ff0;
  color: #000;
  padding: 16px 0px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 74px;
  right: 28px;
  width: 50px;
  z-index: 1;
 }

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 64px;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: #ffffffb3;
  margin: 0px;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 5px 10px;
  margin: 5px 0 22px 0;
  border: none;
  background: #ccc;
  color: #000;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 5px 0px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


.crs-pic
{ 
  margin:0 0 0 0;
  padding:0 0 0 0; 
  width: 50%;

}

.crs-txt
{
    margin:0 0 0 0;
    padding:0 0 0 0; 
    width: 50%;    
}
.cors-txt
{
    margin:0 0 0 0;
    padding:0 0 0 0; 
    width: 50%;    
}

.crs-txt p
{
 
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #f08023;
    padding: 38px 0px 23px;
    text-align: center;
    font-size: 65px;
    line-height: 31px;
 
}

.cors-txt p
{
 
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #f08023;
    padding: 38px 0px 23px;
    text-align: center;
    font-size:50px;
    line-height: 42px;
 
}


.crs-txt h1
{
 
   
     margin: 0;
    font-weight: 900;
    color: #fff;
    padding: 10px 50px 0px;
    text-align: justify;
    font-size: 30px;
    line-height: 52px;
    font-family: Segoe Script;        
}

.crs-txt h2
{
  
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #000;
padding: 23px 50px 46px;
text-align: justify;
font-size: 17px;
line-height: 30px;        
}

.crs-txt h3
{
 
 
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #fff;
padding: 15px 50px 0px;
text-align: justify;
font-size: 14px;
line-height: 31px;           
}

.crs-txt h4
{
 
   
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #000;
padding: 16px 50px 0px;
text-align: justify;
font-size: 17px;
line-height: 28px;        
}

.crs-txt h5
{
 
 
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #000;
padding: 26px 50px 0px;
text-align: justify;
font-size: 17px;
line-height: 26px;        
}

.crs-txt h6
{
 
   
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #000;
    padding: 30px 50px 35px;
    text-align: justify;
    font-size: 20px;
    line-height: 38px;        
}

.cors-txt h6
{
 
 
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #000;
padding: 0px 50px 10px;
text-align: justify;
font-size: 14px;
line-height: 28px;        
}

.course-hdng h2
{
  color: #fff;
  margin: 0px auto;
  width: 59%;
  padding: 28px 0;
  text-transform: capitalize;
  text-align: center;  
  font-size: 40px;
  line-height: 70px;
}

.course-hdng span
{
    background: -webkit-linear-gradient(left, pink, #ff0, red);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      font-size: 70px;
}

.course-hdng p
{
    color: #fff;
    margin: 0 auto;
    padding: 10px 15px;
    width: 50%;
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;

}

.course-form h1
{
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    text-transform: capitalize;
    background: -webkit-linear-gradient(left, pink, #ff0, red);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.addmisssion-form
{
    margin: 0 auto;
    width: 70%;
    display: flex;
}

.add-txt
{
    text-align: center;
}

.add-dtl
{
    width: 40% !important;
    padding: 10px 20px !important;
    margin: 14px 10px !important;
    background:transparent;
    color:#fff;
}

.add-sel
{
  width: 83%;
  background:transparent;
  color:#ffffff91;
}

.add-sel option {

    color: #000;
    font-size: 15px;

}

.add-msg
{
    width: 83%;
    background: transparent;
    color: #fff;
}

.add-snd
{
    font-family: 'Philosopher', sans-serif !important;
    background-color: #C6AB35 !important;
    color: white !important;
    padding: 10px 0px !important;
    border: none !important;
    border-radius: 0px !important;
    cursor: pointer !important;
    width: 50%;
    margin: 10px auto 10px;
    font-size: 23px;
    text-transform: capitalize;
}

.add-snd:hover
{
    background: transparent !important;
    color: #C6AB35 !important;
}

.clr
{
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    clear: both;
}


.galler-back
{
    background-color: #f1f1f1;
    padding: 50px 0 0 0;
}


.skin-back p
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    position: absolute;
    top: 35%;
    left: 4%;
    font-weight: bold;
}

.skin-txt
{
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(../images/skin-back.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 300px;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0;
    padding: 45px 0 0 0;

}

.skin-txt p
{
    margin: 0 auto;
    padding: 0 0 0 0;
    font-size: 25px;
    text-align: center;
    line-height: 41px;
    width: 80%;
}

.skin1
{
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(../images/skin2.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 500px;
    background-position: center;
    background-attachment: scroll;
    margin: 0 0;
    padding: 45px 0 0 0;
}

.skin1 h2
{
   margin: 0 0 0 auto;
   padding: 0 0;
   font-size: 55px;
   text-transform: capitalize;
   font-weight: bold;
   width: 90%;
}
.skin1 h6
{ 
   margin: 0 0 0 auto;
   padding: 5px 0;
   font-size: 30px;
   text-transform: capitalize;
   font-weight: normal;
   width: 90%; 
}
.skin1 p
{  
   margin: 0 137px;
   padding: 5px 0;
   font-size: 17px;
   text-transform: capitalize;
   font-weight: normal;
   width: 39%;
   line-height: 32px;
}

.skin1 a h3
{
    margin: 15px 0 0 137px;
    padding: 8px 12px;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: bold;
    border: 2px solid #000;
    float: left;
    color: #303030;
}

.skin1 h3:hover
{
    color: #fff;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    background-color: #303030;
    border: 2px solid #303030;
}

.skin2
{
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(../images/skin21.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 500px;
    background-position: center;
    background-attachment: scroll;
    margin: 0 0;
    padding: 45px 0 0 0;  
}

.skin2 h2
{
margin: 0 auto 0 0;
padding: 0 0;
font-size: 55px;
text-transform: capitalize;
font-weight: bold;
float: right;
width: 47%;
}

.skin2 h6
{ 
 margin: 0 0 0 auto;
 padding: 5px 0;
 font-size: 30px;
 text-transform: capitalize;
 font-weight: normal;
 width: 47%;
}
.skin2 p
{  
  margin: 0 0 0 auto;
  padding: 5px 0;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: normal;
  width: 47%;
  line-height: 32px;
}

.skin2 a h3
{
   margin: 15px 455px 0 auto;
   padding: 8px 12px;
   font-size: 25px;
   text-transform: capitalize;
   font-weight: bold;
   border: 2px solid #000;
   float: right;
   color: #303030;
}

.skin2 h3:hover
{
    color: #fff;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    background-color: #303030;
    border: 2px solid #303030;
}

.skin3
{
    background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url(../images/skin3.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: 500px;
    background-position: center;
    background-attachment: scroll;
    margin: 0 0;
    padding: 45px 0 0 0;
}

.skin3 h2
{
   margin: 0 0 0 auto;
   padding: 0 0;
   font-size: 55px;
   text-transform: capitalize;
   font-weight: bold;
   width: 90%;
}
.skin3 h6
{ 
   margin: 0 0 0 auto;
   padding: 5px 0;
   font-size: 30px;
   text-transform: capitalize;
   font-weight: normal;
   width: 90%; 
}
.skin3 p
{  
   margin: 0 137px;
   padding: 5px 0;
   font-size: 17px;
    font-weight: normal;
   width: 35%;
   line-height: 32px;
}

.skin3 a h3
{
    margin: 15px 0 0 137px;
    padding: 8px 12px;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: bold;
    border: 2px solid #000;
    float: left;
    color: #303030;
}

.skin3 h3:hover
{
    color: #fff;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    background-color: #303030;
    border: 2px solid #303030;
}

.skin-treatment-form
{
    background: linear-gradient(rgba(87, 65, 65, 0.68), rgba(87, 65, 65, 0.68)), url(../images/3.jpg) no-repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    height: auto;
    background-position: center;
    background-attachment: fixed;
    margin: 0 0; 
    padding:40px 0;
}

.skin-treatment-form h1
{
      text-align: center;
    font-size: 60px;
    font-weight: 900;
    text-transform: capitalize;
    background: -webkit-linear-gradient(left, pink, #ff0, red);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}
 
#gallery {

    background: #f2f1af;

}

.autoslide
{
  background: #eee;
}

.appo-back-down p
{
 margin: 5px auto;
 width: 94%;
 color: #ff0;
}

.swiper-slide h1
{
margin: 0px;
padding: 0px;
font-size: 250px;
color: #fff;
position: absolute;
 font-weight: normal;
font-family: Edwardian Script ITC;
/*background: -webkit-linear-gradient(left, red, crimson, green);
    background-clip: border-box;
background-clip: border-box;
background-clip: border-box;
background-clip: border-box;
background-clip: border-box;
background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
width: 100%;
}


.mainlogo
{
 margin:0 0 0 0;
 padding: 0 0 0 0;

}

.mainlogo a img
{
 margin:0 0 0 0;
 padding: 0 0 0 0;
 width: 80%;
 }

.wthree-title b {
    font-size: 15px;
    position: absolute;
    left: 142px;
    top: 45%;
}
 
.wthree-title p {
    text-align: justify;
    letter-spacing: 0px;
}

.ftr-lnks a
{
    color: #fffc;
    margin: 0;
    font-size: 1em;
    line-height: 1.9em;
    letter-spacing: 1px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 300;    
}

.ftr-lnks a:hover
{
    color: #ff0;
    text-decoration: underline;
}











































@media(min-width: 320px) and (max-width: 720px)
{

.nav-lst a
{
    margin: 0 !important;
    width: 100% !important;
    font-size: 16px !important;
    padding: 0px 18px !important;
    top: 0px;
    position: relative;
    border-radius: unset !important;
} 

.nav-lst a:hover
{
    margin: 0 !important;
    width: 100% !important;
    font-size: 16px !important;
    padding: 0px 18px !important;
    top: 0px;
    position: relative;
    border-radius: unset !important;
}    


.ftr-lnks
{
  margin: 0 0 0 0;
  padding:6px 0;
}

.ftr-lnks a
{
  margin: 0 0 0 0;
  padding:0 0 0 0;
  line-height: 10px;
  font-size: 12px;
  letter-spacing: 0px;
}

.wthree-title b
 {
    font-size: 10px;
    position: absolute;
    left: 100px;
    top: 45%;
}
.swiper-slide h1
{
    font-size: 50px;
}
.mainlogo
{
    width: 50%;
}

.mainlogo a img
{
 margin:0 0 0 0;
 padding: 0 0 0 0;
 width: 80%;
 }

 
.navbar-brand.text-white {
    font-size: 30px;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse h1 a.navbar-brand
{
 font-size: 20px;
}
 
h3.agile-title span
{
 font-size: 2em;
}

h3.agile-title
{
    line-height: 30px;
}

h3.agile-titles
{
    line-height: 21px;
    font-size: 15px;
}

#gallery {
     padding: 20px 0 0 0;
}

section.blog_w3ls
{
    display: inherit;
    height: auto;
}

.left-img {

    width: 100%;

}

.right-txt
{
    width: 100%;
    height: auto;
}

.pd-top {

    padding-top: 15px;

}

.pd-botm {

    padding-bottom: 15px;

}

.right-txt h2
{
 font-size: 30px;
 line-height: 35px;
}

.testimonials {
    padding: 2em 0;
}

.testimonials h1
{
    padding: 0 0 20px 0;
    font-size: 40px;
}

ul.callbacks_tabs {
    right: -2px;
    top: -10px;
}

.open-button
{
    bottom: 67px;
    right: 11px;
}

ul.navbar-nav {
    background: #ea3d19d4;
    padding: 0px 0 0 0;
}

.navbar-light .navbar-nav .nav-link
{
    padding: 0.1em 1.2em;
    font-size: 18px;
}

#toggle
{
    top: -89px;
}

.w3-button.w3-black li
{
    font-size: 18px;
    line-height: 10px;
}

.navbar-toggler:hover
{
    background-color: #fffc;
}

.w3-modal h1
{
    font-size: 40px;
    padding: 55px 0 0 0;
}

.lft-add {
    width: 100%;
}

.w3-modal h2
{
    font-size: 25px;
    padding: 0 0 8px 0;
}

.w3-modal p
{
    font-size: 14px;
    line-height: 22px;
}

.w3-modal h4
{
    font-size: 18px;
    padding: 0px 0 15px;

}

.rgt-map
{
    width: 100%;
    margin: 0px;
}

.rgt-map iframe
{
    height: 250px;
}

.w3-display-topright
{
    right: 9px;
    top: 0px;
}

.abt-bck
{
    height: 300px;
}
.srvc-txt
{
    padding: 0px;
}

.srvc-txt p
{
    font-size: 52px;
    top: 200px;
    line-height: 44px;
}

.owl-pagination
{
    top: 5px !important;
}

.srvc-back
{
    height: 300px;
}
.price-collapse .panel-default > .panel-heading h4 a
{
    font-size: 15px !important; 
    background: #fff30099;
}

.btm-txt h1
{
 padding: 20px 0;
 font-size: 16px
}

.filter a
{
    padding: 5px 9px !important;
    margin: 0 0px !important;
    font-size: 14px !important;
}

.glry-back
{
    height: 300px;
}

.filter
{

    padding: 20px 0 0 0 !important;
 
}

.acdmy-back
{
    height: 300px;
    background-attachment: unset;
}

.course-hdng h2
{
    width: 100%;
    font-size: 20px;
}

.course-hdng p
{
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}


.course-one-mkup
{
    display: inherit; 
    height: auto;
     background-position: left;
   background: linear-gradient(rgba(225, 219, 219, 0.29), rgba(255, 255, 255, 0.83)), url(../images/makeup.jpg) no-repeat;
  }

.crs-pic
{
    width: 100%;
}

.crs-txt
{
    width: 100%;
}

.crs-txt p
{
    padding: 25px;
    font-size: 30px;
 }

.crs-txt h1
{
  padding: 0px 15px;
  color: #303030;
  text-align: justify;
  font-size: 10px;
  line-height: 20px;  
}

.course-two-hairb
{
  display: inherit;
  height: auto;
  background-attachment: unset;
  padding: 0 0 10px 0px;
}

.crs-txt h2
{
    padding: 0px 15px;
  text-align: justify;
  font-size: 10px;
  line-height: 20px;   
}

.course-three-hairf
{
    display: inherit;
    height: auto;
    padding: 0 0 10px 0px;
      background-position: left;
    background-attachment: unset;
}
.crs-txt h3
{
  padding: 0px 15px;
  text-align: justify;
  font-size: 10px;
  line-height: 20px;
}

.course-four-skin
{
    display: inherit;
    height: auto;
    padding: 0 0 10px 0px; 
     background-position: right;
    background-attachment: unset;
}

.crs-txt h4
{
  padding: 0px 15px;
  text-align: justify;
  font-size: 10px;
  line-height: 20px;
}

.course-five-nail
{
    display: inherit;
    height: auto;
    padding: 0 0 10px 0px;
    background-position: left;
    background-attachment: unset;
}   

.crs-txt h5
{
  padding: 0px 15px;
  text-align: justify;
  font-size: 10px;
  line-height: 20px;

}

.course-six-color
{
  display: inherit;
    height: auto;
    padding: 0 0 10px 0px;
    background-position: right;
    background-attachment: unset;  
}

.cors-txt
{
    width: 100%;
}

.cors-txt p
{
    font-size: 25px;
line-height: 30px;
}
.cors-txt h6
{
     padding: 0px 15px;
  text-align: justify;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
 
}

.course-form h1
{
    font-size: 29px;
}

.add-dtl
{
    width: 100% !important;
    margin: 5px 0px !important;
}
.add-sel
{
    width: 100%;
}

.add-sel option 
{
    font-size: 10px;
}

.add-msg
{
    width: 100%;
}

.add-snd
{
    width: 100%;
}


.skin-back
{
      display: inherit;
    height: 300px;
    padding: 0 0 10px 0px;
    background-position: right;
    background-attachment: unset; 
}

.skin-back p
{
    font-size: 21px;
    line-height: 19px;
    top: 28%;
    left: 2%;
}

.numscroller-big-bottom
{
    font-size: 30px !important;
}

.numscroller-info-top
{
    font-size: 10px !important;
}

.half-left
{
    width: 21.33% !important;
}

.middle {

    width: 41.33% !important;
 }

.skin-txt
{
    height: auto;
    padding: 20px 0px;
}

.skin-txt p
{
font-size: 12px;
line-height: 19px;
width: 100%;
padding: 0 20px;
}

.skin1
{
    display: inherit;
    height: 300px;
    padding: 15px 0 10px 0px;
    background-position: right;
    background-attachment: unset; 
}

.skin1 h2
{
    font-size: 37px;
    width: 100%;
}

.skin1 p
{
    width: 100%;
    margin: 0px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #303030;
}

.skin1 a h3
{
    font-size: 15px;
}

.skin2
{
    display: inherit;
    height: 300px;
    padding: 15px 0 10px 0px;
    background-position: left;
    background-attachment: unset; 
}

.skin2 h2
{
   font-size: 30px;
   width: 100%;
   text-align: center;
 }
.skin2 p
{
     width: 100%;
    margin: 0px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #303030;
}

.skin2 a h3
{
   font-size: 15px;
   margin: 15px;
   float: left; 
}

.skin3
{
    display: inherit;
    height: 300px;
    padding: 15px 0 10px 0px;
    background-position: right;
    background-attachment: unset;
}

.skin3 h2
{
  font-size: 30px;
   width: 100%;
   text-align: center;
}

.skin3 h6
{
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.skin3 p
{
       width: 100%;
    margin: 0px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #303030;
 
}

.skin3 a h3
{
    font-size: 15px;
}

.appo-back
{
     height: 300px;
    padding: 0 0 10px 0px;
    background-position: left;
    background-attachment: unset; 
}

.appo-back-down
{
      height: auto;
    padding: 85px 0px;
    background-position: right;
    background-attachment: unset; 
}

.appo-hdng h1
{
    font-size: 25px;
    margin: 0 0;
    text-align: center;
    width: 100%
}

.appo-hdng h2
{
    font-size: 29px;
    margin: 0 0;
    text-align: center;
    width: 100%
}

.appo-hdng h3
{
    font-size: 29px;
    margin: 0 0;
    text-align: center;
    width: 100%
}

.appo-hdng h4
{
    font-size: 29px;
    margin: 0 0;
    text-align: center;
    width: 100%
}

.booking-form
{
    width: 100%;
    margin: 0px;
}

.appo-form
{
    width: 100% !important;
    color: #fff;
    background:transparent;
}

.appo-frm
{
    width: 100% !important;
   
    background:transparent;
}

#date
{
     color: #ffffff9c;
}
#service
{
     color: #ffffff9c;
     width: 100% !important;
     background:transparent;
}

#service option
{
    color: #303030;
    font-size: 10px;
}

#subject
{
     color: #fff;
     width: 100% !important;
     background:transparent;
     height: 100px !important;
}

.appo-sub
{
    width: 100%;
}

.appo a
{
    top: 0px;
}

.w3-btn, .w3-button
{
    top: 0px !important;
}
















}