@import url('css2-Ralewaywght400500600700800_swap.css');
.banner-bg {
    background: url(/images/banner-bg.webp) center top no-repeat;
}

body {
    font-family: 'Raleway', sans-serif;
}

.logo-index {
    margin: 17px 0;
}

.top-bar {
    border: 1px solid #ffffff3d;
    background: #00000073;
}

.pho {
    float: right;
    margin: 22px 10px;
}

.pho a {
    background: #ffb384;
    background: -moz-linear-gradient(left, #ffb384 0%, #fe6f88 50%, #fe2d8c 100%);
    background: -webkit-linear-gradient(left, #ffb384 0%, #fe6f88 50%, #fe2d8c 100%);
    background: linear-gradient(to right, #ffb384 0%, #fe6f88 50%, #fe2d8c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb384', endColorstr='#fe2d8c', GradientType=1);
    float: left;
    border-radius: 35px;
    font-size: 24px;
    color: #fff;
    padding: 6px 15px;
    transition: all 0.9s
}

.pho a:hover {
    background: #fe2e8c;
    
    background: -moz-linear-gradient(left, #fe2e8c 1%, #ffb284 99%);
    
    background: -webkit-linear-gradient(left, #fe2e8c 1%, #ffb284 99%);
    
    background: linear-gradient(to right, #fe2e8c 1%, #ffb284 99%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe2e8c', endColorstr='#ffb284', GradientType=1);
    
}

.header-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.req {
    float: right;
    margin: 22px 10px;
}

.req a {
    float: left;
    padding: 12px 25px;
    color: #FFFFFF;
    font-weight: 600;
    background: #6242bd;
    background: -moz-linear-gradient(left, #6242bd 0%, #2b90fb 100%);
    background: -webkit-linear-gradient(left, #6242bd 0%, #2b90fb 100%);
    background: linear-gradient(to right, #6242bd 0%, #2b90fb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6242bd', endColorstr='#2b90fb', GradientType=1);
    border-radius: 25px;
    font-size: 16px;
}

.req a:hover {
    
    background: #2b8ffa;
    
    background: -moz-linear-gradient(left, #2b8ffa 0%, #6242bd 100%);
    
    background: -webkit-linear-gradient(left, #2b8ffa 0%, #6242bd 100%);
    
    background: linear-gradient(to right, #2b8ffa 0%, #6242bd 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2b8ffa', endColorstr='#6242bd', GradientType=1);
    
}

.menu {
    min-height: 94px;
    border-right: 1px solid #ffffff3d;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.menu #navbar {
    float: none;
    border: 0px solid #dee1e3;
    border-bottom: 0px solid #e7e7e7;
    margin: 0;
    
    box-shadow: 0 0px 0px 0px;
    border-radius: 6px 6px 0 0 !important;
    background: none;
    min-height: auto;
}

.menu #navbar .collapse {
    padding: 0;
}

.menu #navbar .topmenu>li a {
    display: block;
    font-size: 18px;
    padding: 0px 0 0 0;
    color: #fff;
    position: relative;
    text-shadow: 0px 0px 0px #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.menu #navbar .topmenu>li a:hover {
	text-decoration:underline;
}
.menu .navbar-default .navbar-brand {
    color: #fff !important;
}

.menu .navbar-toggle {
    background: none !important;
    margin-top: 8px;
}

.menu #navbar .topmenu {
    float: right;
    margin: 0 15px 0 0;
    ;
    padding: 0;
}

.menu #navbar .topmenu>li {
    float: left;
    list-style: none;
    padding: 0 25px;
    position: relative;
}


.menu #navbar .topmenu>li>a:hover:before {
    left: 0;
    right: 0;
}

.menu #navbar .topmenu>li:last-child>ul {
    min-width: 157px;
}

.menu #navbar .topmenu>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 300px;
    font-size: 16px;
    z-index: 2;
    background: #ffffff;
    border-radius: 7px;
}
.menu #navbar .topmenu>li>ul.ddown{
    padding:10px 0;


}
.menu #navbar .topmenu>li>ul.ddown li>a {
    color: #000;
    line-height: 30px;
	text-align:left;
}
.menu #navbar .topmenu>li>ul.ddown li>a:hover {
    color: #ff002c;
}
.menu #navbar .topmenu>li>ul.ddown li>a i{
	padding:0 5px 0 0;
}
.ddown li a {
    font-size: 15px !important;
}

.menu #navbar .topmenu>li:hover ul li {
    display: inline-block;
    padding-left: 10px;
    width: 100%;
    border-bottom: 1px solid #ffffff2b;
    font-size: 15px;
    line-height: 44px;
    list-style: none;
    transition: 0.5s all ease;
}

.menu #navbar .topmenu>li:hover ul li i {
    margin-right: 10px;
}

.menu #navbar .topmenu>li ul li a:hover {
    text-decoration: underline;
}

.menu #navbar .topmenubtn {
    width: 30px;
    float: right;
    z-index: 99999;
    position: relative;
    outline: none;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0 15px 0 0;
    background: none;
    cursor: pointer;
}

.menu #navbar .topmenubtn span {
    width: 100%;
    height: 3px;
    background: #fff;
    float: left;
    margin-bottom: 5px;
}

.menu #navbar .topmenubtn:hover span {
    background: #f31037;
}

.menu #navbar .topmenubtn {
    width: 30px;
    float: right;
    z-index: 99999;
    position: relative;
    outline: none;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0 15px 0 0;
    background: none;
    cursor: pointer;
}

.menu #navbar .topmenubtn span {
    width: 100%;
    height: 3px;
    background: #fff;
    float: left;
    margin-bottom: 5px;
}

.menu #navbar .topmenubtn:hover span {
    background: #f31037;
}

.ban-text {
    margin: 5% 0 0 0%;
}
.ban-text h1 {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 50px;
    line-height: 55px;
}

.ban-text p {
    color: #fff058;
    font-size: 24px;
    font-weight: 500;
}

.ban-text a {
    background: #ffb384;
    background: -moz-linear-gradient(left, #ffb384 0%, #fe6f88 50%, #fe2d8c 100%);
    background: -webkit-linear-gradient(left, #ffb384 0%, #fe6f88 50%, #fe2d8c 100%);
    background: linear-gradient(to right, #ffb384 0%, #fe6f88 50%, #fe2d8c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb384', endColorstr='#fe2d8c', GradientType=1);
    float: left;
    border-radius: 35px;
    font-size: 20px;
    color: #fff;
    padding: 15px 40px;
    font-weight: 600;
    margin: 0px 0 20px 0;
}

.ban-text a:hover {
    background: #fe2e8c;
    
    background: -moz-linear-gradient(left, #fe2e8c 1%, #ffb284 99%);
    
    background: -webkit-linear-gradient(left, #fe2e8c 1%, #ffb284 99%);
    
    background: linear-gradient(to right, #fe2e8c 1%, #ffb284 99%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe2e8c', endColorstr='#ffb284', GradientType=1);
    
}

.ban-text img {
    clear: both;
    margin: 0 100px 0 0;
}

.ban-text-rht {}

.ban-text-rht p {
    margin: 25px 0 20px 0;
    color: #FFFFFF;
    font-size: 24px;
    padding: 0 0px 0 0;
    letter-spacing: 0px;
}
.ban-text-rht p strong {
    color: #fff058;
}

.ban-thumb1 {
    
    background: #8de1f9;
    
    background: -moz-linear-gradient(top, #8de1f9 0%, #07998e 100%);
    
    background: -webkit-linear-gradient(top, #8de1f9 0%, #07998e 100%);
    
    background: linear-gradient(to bottom, #8de1f9 0%, #07998e 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8de1f9', endColorstr='#07998e', GradientType=0);
    
    padding: 30px 5px 20px 5px;
    border-radius: 20px;
    margin-bottom: 60px;
}

.ban-thumb1 img {
    margin: 0px auto;
}

.ban-thumb1 h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
}
.ban-thumb2 {
    
    background: #41a5e3;
    
    background: -moz-linear-gradient(top, #41a5e3 0%, #6a0acf 100%);
    
    background: -webkit-linear-gradient(top, #41a5e3 0%, #6a0acf 100%);
    
    background: linear-gradient(to bottom, #41a5e3 0%, #6a0acf 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#41a5e3', endColorstr='#6a0acf', GradientType=0);
    
    padding: 30px 5px 20px 5px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.ban-thumb2 img {
    margin: 0px auto;
}

.ban-thumb2 h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
}
.ban-thumb3 {
    
    background: #fa89f1;
    
    background: -moz-linear-gradient(top, #fa89f1 0%, #b606a8 100%);
    
    background: -webkit-linear-gradient(top, #fa89f1 0%, #b606a8 100%);
    
    background: linear-gradient(to bottom, #fa89f1 0%, #b606a8 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa89f1', endColorstr='#b606a8', GradientType=0);
    
    padding: 30px 5px 20px 5px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.ban-thumb3 img {
    margin: 0px auto;
}

.ban-thumb3 h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
}
.pageheading {
    background: url(/images/line.webp) no-repeat center bottom;
    font-size: 29px;
    color: #232323;
    padding-bottom: 12px;
    font-family: 'Raleway-Medium';
    text-align: center;
    line-height: 50px;
}

.services {}

.services h5 {
    font-size: 32px;
    color: #232323;
    padding-bottom: 10px;
    text-align: center;
    line-height: 50px;
    margin: 10px 0;
    font-weight: 800;
    background: url(/images/line.webp) no-repeat center bottom;
}

.services p {
    font-size: 18px;
    color: #232323;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
    padding: 0 60px;
}

.service-box {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    transition: 0.5s all ease;
    margin: 15px 0;
}

.service-box h2 {
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    color: #000;
}

.service-box p {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    color: #000;
    line-height: 21px;
    min-height: 130px;
}

.service-box:hover {
    box-shadow: 0 0 6px 3px #b7b7b7;
}

.load-instant {
    background: #3e35b5;
    padding: 60px 0 0 0;
    margin: 30px 0 0 0;
}

.load-instant h5 {
    color: #FFFFFF;
    font-size: 30px;
    padding: 50px 0 10px 0;
    font-weight: 800;
    letter-spacing: 1px;
}

.load-instant p {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
}

.load-instant a {
    background: #ffb384;
    background: -moz-linear-gradient(left, #ffb384 0%, #fe6f88 50%, #fe2d8c 100%);
    background: -webkit-linear-gradient(left, #ffb384 0%, #fe6f88 50%, #fe2d8c 100%);
    background: linear-gradient(to right, #ffb384 0%, #fe6f88 50%, #fe2d8c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb384', endColorstr='#fe2d8c', GradientType=1);
    float: left;
    border-radius: 35px;
    font-size: 20px;
    color: #fff;
    padding: 15px 40px;
    font-weight: 600;
    margin: 15px 0 30px 0;
}

.load-instant a:hover {
    background: #fe2e8c;
    
    background: -moz-linear-gradient(left, #fe2e8c 1%, #ffb284 99%);
    
    background: -webkit-linear-gradient(left, #fe2e8c 1%, #ffb284 99%);
    
    background: linear-gradient(to right, #fe2e8c 1%, #ffb284 99%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe2e8c', endColorstr='#ffb284', GradientType=1);
    
}

.project-bg {
    background: #f3f7f9;
    padding: 0 0 50px 0;
}

.project h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 60px 0 40px 0;
    color: #000000;
}

.number {
    border-radius: 10px;
    box-shadow: 0 0 10px 0px #b7b7b7bf;
    background: #fff;
    border: 1px solid #ebedee;
    padding: 10px;
}

.number img {
    padding: 5px 0px;
    float: left;
}
.number h5 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    font-family: "arial";
    margin: 10px 0 0 0;
}

.number p {
    color: #505050;
    font-size: 16px;
    font-weight: 600;
}

.linker {
    font-size: 20px;
    font-color: black;
}




.about-area {
    margin: 0 auto;
}

.about-area ul li {
    width: 24%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.about-area ul li.first {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.about-area ul li.first::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #e1e1e1;
    border-radius: 50px;
    right: -5px;
    bottom: -5px;
}

.about-area ul li.third {
    border-right: 1px solid #e1e1e1;
    ;
}

.about-area ul li.sec {
    border-bottom: 1px solid #e1e1e1;
    ;
}

.about-area ul li.last {
    border: none;
}

.about-area ul li img {
    padding: 0 15px 15px 15px;
}

.get-free {
    text-align: center;
    margin: 50px 0;
    float: left;
    width: 100%
}

.get-free a {
    text-align: center;
    float: none;
    padding: 17px 30px;
}

.clients-results {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px #b7b7b7bf;
    border: 1px solid #ebedee;
    padding: 30px 15px;
    text-align: center;
}

.clients-results h1 {
    color: #3a3a3a;
    font-size: 18px;
    margin: 10px 0;
    line-height: 30px;
    font-weight: 700;
}

.clients-results p {
    color: #3a3a3a;
    font-size: 17px;
    margin: 10px 0;
    line-height: 26px;
    font-weight: 500;
    min-height: 210px;
}
.clients-results h2 {
    color: #3a3a3a;
    font-size: 22px;
    margin: 20px 0 0 0;
    line-height: 25px;
    font-weight: 700;
}

.clients-results h3 {
    color: #3a3a3a;
    font-size: 18px;
    margin: 0px 0;
    line-height: 30px;
    font-weight: 700;
    ;
}

.clients-results i {
    color: #fdbb00;
    font-size: 18px;
    margin: 10px 0;
}

.Recognized-Agencies {
    text-align: center;
}

.Recognized-Agencies p {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
}

.get-free span {
    font-size: 24px;
    font-weight: 500;
    padding: 0 20px;
}

.get-free strong {
    font-size: 30px;
    font-weight: 700;
}

.footer-area {
    background: #333335;
    padding: 30px 0;
	margin-top:30px;
	clear:both;
}

.footer-area h2 {
    margin: 15px 0;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
}

.footer-area li {
    padding: 5px 0;
}

.footer-area li i {
    color: #FFFFFF;
    font-size: 18px;
    padding: 0 10px 0 0;
}

.footer-area li a {
    color: #FFFFFF;
    padding: 0 0px;
    font-size: 16px;
}

.footer-area li a:hover {
    color: #ffb384;
    text-decoration: underline;
    font-weight: 600;
}

.ftr-number {
    margin: 15px 0 0 0;
}

.ftr-number p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    padding: 0 5px;
    line-height: 33px;
    margin: 5px 0;
}

.ftr-number li {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.ftr-number li a {
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px;
    font-family: "arial";
    color: #000000;
}

.social-link {
    margin-top: 10px;
}

.social-link a {
    display: inline-block;
    margin-right: 10px;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    transition: 0.5s all ease;
    font-size: 24px;
    background: #fff;
    border-radius: 50%;
    color: #332d9a;
}

.social-link a:hover {
    transform: rotate(360deg);
}

.social-link a:nth-child(1):hover {
    background: #3c5a99;
    color: #FFFFFF;
}

.social-link a:nth-child(2):hover {
    background: #00abf1;
    color: #FFFFFF;
}

.social-link a:nth-child(3):hover {
    background: #e85858;
    color: #FFFFFF;
}

.social-link a:nth-child(4):hover {
    background: #0085af;
    color: #FFFFFF;
}

.social-link a:nth-child(5):hover {
    background: #b5308e;
    color: #FFFFFF;
}

.social-link a:nth-child(6):hover {
    
    color: #FFFFFF;
}

.menu-container {
    display: none;
}

.menu-mobile {
    color: #FFFFFF;
    font-size: 24px;
    cursor: pointer;
    float: right;
    margin: 25px 0 0 0;
}


.open-text-area h6 {
    margin: 0;
    font-size: 24px !important;
    font-weight: 700 !important;
}
.open-text-area a {
    background: #292929;
    padding: 15px 30px;
    float: left;
    margin: 30px 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.open-text-area a:hover{
	background:#75b64f;
}

.magento-servoves-p .services-haead {
    text-align: center;
    padding: 30px 0 !important;
}
.container-cust{
	max-width:1500px;
	margin:0 auto;
}


.mcolor1 {
  background: #e8ffd3;
  border-radius:10px;
  margin-bottom:30px; }
  .mcolor1:hover {
    background: #d7ffb3; }
.mcolor2 {
  background: #d6ffff;
  border-radius:10px;
  margin-bottom:30px; }
  .mcolor2:hover {
    background: #b3ffff; }
.mcolor3 {
  background: #ffe9db;
   border-radius:10px;
   margin-bottom:30px; }
  .mcolor3:hover {
    background: #ffd0b3; }
.mcolor4{
  background: #e3eeff;
   border-radius:10px;
   margin-bottom:30px; }
.mcolor4:hover {
    background: #bad5ff; }
.mcolor5 {
  background: #f7e8ff;
   border-radius:10px;
   margin-bottom:30px; }
  .mcolor5:hover {
    background: #e6b8ff; }

.mcolor6 {
  background: #ffe5ec;
   border-radius:10px;
   margin-bottom:30px; }
  .mcolor6:hover {
    background: #ffb6ca; }

.mcolor7 {
  background: #e0ffeb;
   border-radius:10px;
   margin-bottom:30px; }
  .mcolor7:hover {
    background: #b9ffd2; }

.mcolor8 {
  background: #fff4d6;
   border-radius:10px;
   margin-bottom:30px; }
  .mcolor8:hover {
    background: #ffedbc; }



.shop-text img{
	margin:30px auto 0 auto;
}
.shop-text h2{
	text-align:left;
	margin:30px 0 0 0;
	padding:0 0 30px 0;
}
.shop-text h3{
	text-align:left;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	font-size:30px;
	color:#000000;
	font-weight:700;
}
.shop-text p {
    text-align: left;
    padding: 0px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
	color:#000000;
}

.fastr-amp p{
	font-size:18px;
	
}
.magento-services-2 .why-hair-us h2 {
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
}



.serve-you {
    clear: both;
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}

.serve-you h2 {
    color: #1a1919;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 35px;
    text-align: center;
    margin: 0; }
.serve-you h2 span {
      color: #f31037; }
.serve-you p {
    color: #202020;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    line-height: 35px;
    padding: 60px 0; }
 .serve-you .serve-you-img {
    background: url(/images/lara/serve-img.webp) no-repeat center center;
    text-align: center;
    padding: 65px 0; }
 .serve-you .serve-you-img h4 {
      color: #fff;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      font-size: 40px;
      padding: 0 0 35px 0;
      margin: 0; }
   .serve-you .serve-you-img h4 span {
        color: #f7b61e;
        font-weight: 800; }
   .serve-you .serve-you-img a {
      color: #292929;
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      font-size: 16px;
      display: inline-block;
      padding: 18px 0;
      width: 225px;
      text-align: center;
      margin: 0 10px;
      background-color: #fff;
      border-radius: 8px;
      transition: 0.5s all; }
    .serve-you .serve-you-img a:hover {
      background-color: #f31037;
      color: #fff; }
	  
.services_include{
	margin:20px 0;
	
}
.services_include li {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.services_include li img{
	margin:0;
	padding:0 10px 0 0;
}

.why-chose-open .why-chose-open-head h4 {
    margin-top: 50px !important;
    float: left;
    width: 100%;
}
.bottomicons span {
    font-size: 20px !important;
    color: #000000 !important;
}
.bottomicons_img {
    min-height: 125px !important;
}



figure.snip1321 {
    position: relative;
    float: left;
    overflow: hidden;
    color: #000000;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    margin: 30px 0;
    border: 1px solid #00000057;
    border-radius: 6px;
}
figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.snip1321 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1321 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

figure.snip1321 h2 {
	font-size:14px;
	text-transform:capitalize;
}
figure.snip1321 h4 {
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
}
figure.snip1321 i {
  font-size: 24px;
}
figure.snip1321:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
figure.snip1321 a {
    float: left;
    width: 100%;
    font-size: 16px;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}

.port-thumb{
    position: absolute;
    bottom: 00px;
    left: 15px;
    right: 15px;
    padding: 0 10px;
    background-image: linear-gradient(#00000000, #000000de);
}
.port-thumb h4 {
    font-weight: 800;
    font-size: 24px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.port-thumb p {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    font-family: "Raleway", sans-serif;
}



.midarea .responsive-pc_text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 10px;
    background-image: linear-gradient(#00000091, #000000);
}
.midarea .responsive-pc_text a{
color: white !important;
    text-decoration: underline !important;
}
.midarea .responsive-pc_text a:hover{
color: red !important;
}
 .midarea .responsive-pc_text a i{   color: white;
    padding: 0 5px 0 0;
}







.cleant-section-dropdowns a{width:100%;background:#f4f4f4!important;font-family:"Open Sans",sans-serif;font-size:20px;color:#000!important;border:none; border-radius:0;text-align:left;padding:10px 15px;margin-bottom:5px}

.fhd-faq  p{
	font-size: 18px;
    padding: 15px;
    font-weight: 600;
}
.fhd-faq p a {
    font-size: 18px;
    padding: 0px;
    font-weight: 600;
    background: none !important;
    margin: 0;
	text-decoration:underline;
}
.fhd-faq li{
	font-size: 18px;
    padding: 5px 15px;
    font-weight: 600;
}

.cleant-section-dropdowns a i{font-size:18px;color:#3c34b1}

.common-questions{
    clear: both;
    margin: 40px 0 20px 0;
    float: left;
    width: 100%;
    color: #3c34b1;
    font-weight: 700;
}

.dfBDQI {
    color: rgb(255 255 255 / 0%) !important;
	opacity:0 !Important
}


.services-inner{
	text-align:center;
}

.services-inner li {
    text-align: center;
    width: 18%;
    float: none;
    background: #e8ffd3;
    border-radius: 10px;
    padding: 40px 0;
    box-shadow: 0px 0px 25px -15px #000;
    margin: 15px 15px 30px 15px;
    display: inline-block;
}
.services-inner h3 {
    font-size: 22px;
    color: #151515;
    line-height: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    padding: 20px 0 0 0;
    margin: 0;
}

.services-inner li img {
}
.services-inner li:hover{
	background:#d7ffb3;
	
}

.fhd-service{
	text-align:center;
}
.fhd-service ul{
	display: flex;
    flex-wrap: wrap;
}
.fhd-service li {
    text-align: center;
    
    float: none;
    border-radius: 10px;
    box-shadow: 0px 0px 25px -15px #000;
    margin: 15px 15px 30px 15px;
    display: inline-block;
    padding:30px 15px;
    flex-grow: 1;
     flex-basis: 0; 
}
.fhd-service h3 {
        font-size: 18px;
    color: #000;
    padding-top: 20px;
    line-height: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}
.fhd-service p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

.fhd-service li img {
	text-align:center;
	margin:0 auto;
}



@media screen and (max-width:1750px) {
    .menu #navbar .topmenu>li {
        padding: 0 18px;
    }
	.services-inner li {
    width: 17%;
	}
}

@media screen and (max-width:1600px) {
    .menu #navbar .topmenu>li {
        padding: 0 10px;
    }
    .menu #navbar .topmenu>li a {
        font-size: 16px;
    }
	
	

}




@media screen and (max-width:1440px) {
    .menu #navbar .topmenu>li {
        padding: 0 15px;
    }
    .menu #navbar .topmenu>li a {
        font-size: 15px;
    }

	.fhd-service li{
		 flex: 1 1 30%; 
	}


}

@media screen and (max-width:1385px) {
    .menu #navbar .topmenu>li a {
        font-size: 14px;
    }
    .menu #navbar .topmenu>li {
        padding: 0 5px;
    }
	

	
}

@media screen and (max-width:1200px) {
    .menu {
        margin-right: 15px;
    }
    .req a {
        padding: 12px 12px;
    }
    .req {
        margin: 22px 5px;
    }
    .pho {
        margin: 16px 3px;
    }
    .number {
        padding: 0px;
    }
	.ban-thumb1 img {
    margin: 10px auto;
}
.ban-thumb1 {
    padding: 20px 7px 15px 7px;
}
.ban-thumb2 {
    padding: 20px 7px 15px 7px;
}
.ban-thumb3 {
    padding: 20px 7px 15px 7px;
}

.ban-thumb2 img {
    margin: 10px auto;
}

.ban-thumb3 img {
    margin: 10px auto;
}
.ban-thumb1 h5 {
    font-size: 14px;
    line-height: 22px;
}
.ban-thumb2 h5 {
    font-size: 14px;
    line-height: 22px;
}
.ban-thumb3 h5 {
    font-size: 14px;
    line-height: 22px;
}
 .number p {
    font-size: 12px;
}
   .ftr-number li a {
    font-size: 13px;
    padding: 0 3px;
}
.footer-area li a {
    padding: 0 0px;
    font-size: 13px;
}
.ftr-number li {
    padding: 10px;
}
.service-box h2 {
    font-size: 12px;
}

.services-inner h3 {
    font-size: 18px;
    color: #151515;
    line-height: 24px;
}
.services-inner li {
    margin: 10px 10px 20px 10px;
    display: inline-block;
}
}

@media screen and (max-width:1080px) {
    .menu {
        min-height: 85px;
    }
    .req a {
        padding: 12px 12px;
        font-size: 12px;
    }
    .menu #navbar .topmenu>li {
        padding: 0 4px;
    }
    .menu #navbar .topmenu>li a {
        font-size: 13px;
    }
    .pho a {
        padding: 1px 10px;
    }
    element.style {}
    .number p {
        font-size: 14px;
    }
    .footer-area li a {font-size: 13px;}
    
}

@media screen and (max-width:991px) {
    .header-area {
        display: none;
    }
    #navbar .navbar-collapse {
        z-index: 99999;
        position: absolute;
        right: 0;
        left: auto;
        width: 100%;
        border-radius: 0px;
        background: #fff;
    }
    .pho {
        margin: 0;
        display: none;
    }
    .req {
        margin: 22px 5px;
        display: none;
    }
    #navbar .topmenu>li:hover ul {
        display: block;
    }
    .menu {
        min-height: 0px;
        border-right: none;
        display: block;
        align-items: center;
        margin-right: 0px;
    }
    
    .menu-container {
        display: block;
    }
    #overlay-button {
        position: absolute;
        right: 2em;
        top: 10px;
        padding: 26px 11px;
        z-index: 5;
        cursor: pointer;
        user-select: none;
    }
    #overlay-button span {
        height: 4px;
        width: 35px;
        border-radius: 2px;
        background-color: white;
        position: relative;
        display: block;
        transition: all 0.2s ease-in-out;
    }
    #overlay-button span:before {
        top: -10px;
        visibility: visible;
    }
    #overlay-button span:after {
        top: 10px;
    }
    #overlay-button span:before,
    #overlay-button span:after {
        height: 4px;
        width: 35px;
        border-radius: 2px;
        background-color: white;
        position: absolute;
        content: "";
        transition: all 0.2s ease-in-out;
    }
    #overlay-button:hover span,
    #overlay-button:hover span:before,
    #overlay-button:hover span:after {
        background: #fff;
    }
    input[type="checkbox"]:checked~#overlay {
        visibility: visible;
    }
    input[type="checkbox"]:checked~#overlay-button:hover span,
    input[type="checkbox"]:checked~#overlay-button span {
        background: transparent;
    }
    input[type="checkbox"]:checked~#overlay-button span:before {
        transform: rotate(45deg) translate(7px, 7px);
        opacity: 1;
    }
    input[type="checkbox"]:checked~#overlay-button span:after {
        transform: rotate(-45deg) translate(7px, -7px);
    }
    #overlay {
        height: 100vh;
        width: 100vw;
        background: #ec6451;
        z-index: 2;
        visibility: hidden;
        position: fixed;
    }
    #overlay.active {
        visibility: visible;
    }
    #overlay ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
        height: auto;
        padding-left: 0;
        list-style-type: none;
        margin-top: 10%;
    }
    #overlay ul.my-dropdown {
        display: none;
        background: #000;
    }
    #overlay ul:hover .my-dropdown {
        display: block;
    }
    #overlay ul.my-dropdown-2 {
        display: none;
        background: #000;
    }
    #overlay ul:hover .my-dropdown-2 {
        display: block;
    }
    #overlay ul li {
        padding: 1em;
    }
    #overlay ul li a {
        color: white;
        text-decoration: none;
        font-size: 1.5em;
    }
    #overlay ul li a:hover {
        color: #333332;
    }
	
	
.ban-text {
    margin: 5% 0 0 5%;
}
.ban-text img {
    margin: 0 0px 0 30px;
}
.ban-text-rht p {
    margin: 30px 0 20px 0;
    font-size: 22px;
    letter-spacing: 0px;
    text-align: center;
}
.number {
    margin: 10px 0;
}
.banner-bg {
	background-size:cover;
}
.service-box h2 {
    font-size: 18px;
}
.ban-text-rht {
    clear: both;
}

}



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fe2f8c;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    display: block;
    transition: 0.3s;
	text-align:left;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.my-dropdown li a {
    font-size: 14px;
}
.my-dropdown li a i{
	padding:0 5px 0 0;
    font-size: 14px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  
  .menu-mobile {
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
    float: right;
    margin: 18px 0 0 0;
}
.fhd-service ul{
	display:block;
}
.fhd-service li{
		width:100%;
		 flex: 1 1 100%; 
	}
}
@media screen and (max-width: 768px){
  .menu-mobile {
    font-size: 18px !important;
    margin: 18px 0 0 0 !important;
}	
.ban-text img {
    margin: 0 0px 0 0px;
}
.ban-thumb1 h5 {
    font-size: 16px;
	text-align:center
}
.ban-thumb2 h5 {
    font-size: 16px;
	text-align:center
}
.ban-thumb3 h5 {
    font-size: 16px;
	text-align:center;
}
.service-box{
	text-align:center;
}
.service-box h2 {
    text-align: center;
}
.service-box p {
    font-size: 13px;
    text-align: center;
    min-height: auto;
}
.clients-results {
    padding: 15px 5px;
    text-align: center;
    margin: 20px 0;
}
.services h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.load-instant {
    background: #3e35b5;
    padding: 0px 0 0 0;
    margin: 20px 0 0 0;
}
.services p {
    font-size: 15px;
    line-height: 24px;
    padding: 0 0px;
}
.number {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}
.number img {
    padding: 5px 0px;
    float: none;
}
.number h5 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin: 10px 0 0 0;
    clear: both;
    width: 100%;
    text-align: center;
}
.footer_links ul li {
    padding: 5px 10px;
}
.footer-area li a {
    font-size: 16px;
}

.main-banner {
    padding-top: 20px !important;
}
.main-banner .next-banners h1 {
    font-size: 24px;
}
.main-banner .next-banners .magento-banner-padd {
    font-size: 22px;
}
.main-banner .next-banners p {
    font-size: 15px;
    line-height: 24px;
    padding: 0 !important;
}
.mangento-about .text-area p {
    font-size: 16px;
}
.magento-servoves-p {
    padding: 0 10px !important;
}
.magento-services-2 .mag-haead h2 {
    font-size: 20px !important;
    line-height: 30px;
    margin: 0;
}
.shop-text p {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}
.serve-you .serve-you-img {
    padding: 20px 0;
    background: #444444;
}
.fastr-amp{
	clear:both;
}
.serve-you .serve-you-img h4 {
    font-size: 25px;
    padding: 0 0 27px 0;
    margin: 0;
}
.serve-you .serve-you-img a {
    font-size: 16px;
    padding: 15px 0;
    width: 200px;
    text-align: center;
    margin: 7px 10px;
}
.shop-services-2 .why-hair-list .why-list-in {
    background: #79c050 !important;
	text-align:center;
}
.why-list-in img {
    width: 100px !important;
}
.magento-services-2 .why-hair-list .why-list-in p {
    margin-bottom: 0 !Important;
    font-size: 15px!Important;
    text-align: center!Important;
}
.services_include {
    margin: 0px 0 0px 0;
}
.services_include li {
    clear: both;
}
.cleant-section-dropdowns a {
    white-space: inherit;
	font-size:15px;
}
.shop-about-img img {
    width: 75%;
}
.magento-servoves-p .mser1 {
    min-height: auto;
}
.img60{
    width: 60%;
}
.magento-services-2 .why-hair-list .why-list-in {
    width: 45% !important;
    margin: 5px;
}
.magento-services-2 .why-hair-list .why-list-in img{
	margin:0 auto;
}
.services_include li {
    font-size: 16px;
}
.bottomicons span {
    font-size: 18px !important;
}
.footer-area h2 {
    margin: 25px 0 10px 0;
    font-size: 26px;
    min-height: 0px;
}

.services-inner li {
    width: 40%;
}



}


@media screen and (max-width: 400px){
	.bottomicons p {
    font-size: 13px;
    line-height: 20px;
}

}


.float{
    display:none;
}
.float-new{
	position:fixed;
	width:50px;
	height:50px;
	bottom:25px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
      line-height: 53px;
    font-size: 37px;
}
.float-new i:hover{
	color:#FFFFFF;
}
.float-new:hover{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px #000;
    z-index: 100;

}

.my-float{
}