*{
	font-family: 'Titillium Web', sans-serif;
}
p{
	letter-spacing: 0.5px;
}

.testi-heading{
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}


.main-sec{
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	background-position: center;
	width: 100%;
}

.readmore-btn{
	background-color: #AA6C39;
	padding: 10px 20px;
	border-radius: 6px;
	color: #fff;
}

.readmore-btn:hover{
	background-color: #F16621;
	text-decoration: none;
	color: #fff;
}
.row-videoWrap{
	margin: 0 auto;
}
.skillsvideo{
	width: 100%;
}
.row-videoWrap.owl-carousel .owl-dots{
	width: 110px;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.row-videoWrap.owl-nav{
	display: none!important;
	position: absolute;
}

.row-videoWrap.owl-nav{
	display: block!important;
}
	

.row-videoWrap.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
	display: none;
}
.row-roun.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	display: none;
}
.row-actra{
	height: 100%;
}
.container-actra{
	height: 100%;
}

.container-actra{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	margin:0 auto;
	z-index: 11;

}
.actra-sec h1{
	text-align: center;
    color: #898989;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    max-width: 768px;
    margin: 0 auto;
}
.actra-sec h1 strong{
	color:#AA6C39;
}
.actra-sec h1{
	-webkit-animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-11-5 12:9:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

.actra-sec a{
	display: block;
	width: 130px;
	padding: 10px 20px;
	background-color: #AA6C39;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.actra-sec a:hover{
	background-color: #fff;
	color: #AA6C39;
	text-decoration: none;
}
.home-service-sec {
	border-top: 8px solid #E2E2E2;
}
.home-service-wrap{
	max-width: 576px;
	margin: 0 auto;
}
.home-service-wrap h2{
	font-size: 22px;
	text-align: center;
	margin: 20px 0;
	font-weight: 600;
}
.home-service-wrap p{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.home-service-icon{
	width: 100px;
	margin: 0 auto;
}
.home-service-icon img{
	width: 100%;
}
.home-service-wrap1 img{
	border-radius: 50%;
    border: 8px solid #EDEDED;
}
.home-service-sec{
	padding: 40px 0;
	background-color: #fff;
}
.home-service-sec span{
	display: block;
	height: 8px;
	width: 80px;
	margin: 20px auto 40px auto;
	background: rgb(170,108,57);
background: linear-gradient(90deg, rgba(170,108,57,1) 50%, rgba(137,137,137,1) 50%);
}





.welcome-sec{
	padding: 80px 0;
	background:url(../images/welcome.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;

}
.welcome-sec h2{
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
}
.welcome-sec span{
	display: block;
	height: 8px;
	width: 80px;
	margin: 20px auto 20px auto;
	background: rgb(170,108,57);
background: linear-gradient(90deg, rgba(170,108,57,1) 50%, rgba(137,137,137,1) 50%);
}
.welcome-sec p{
	color: #fff;
	text-align: justify;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 28px;
	padding: 0;

}
.row-welcome{
	max-width: 992px;
	margin: 0 auto;
}
.home-search-sec{
	padding: 40px 0;
	width: 100%;
	background-color: #fff;
}
.home-search-sec h2{
	font-size: 26px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.5px;
}
.home-search-sec span{
	display: block;
	height: 8px;
	width: 80px;
	margin: 40px 0;
	background: rgb(170,108,57);
background: linear-gradient(90deg, rgba(170,108,57,1) 50%, rgba(137,137,137,1) 50%);
}
.home-search-sec p{
	color: #000;
	text-align: justify;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 28px;
	margin-top: 20px;
}

.home-tittle-wrap{
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: #616161;
	cursor: pointer;
	margin: 0 auto;
}
.home-tittle-wrap:hover{
	background-color: #3C5B87;
}
.home-tittle-wrap h3{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-top: 50px;
}
.home-tittle-wrap1 h3{
	padding-top: 36px !important;
}
.simply-sec{
	width: 100%;
	background-color: #F9F9F9;
	padding: 40px 0;
}
.simpliImgWrap{
	max-width: 682px;
	background-image: url(../images/Group3.png);
	padding: 20px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
}

.simpliImgWrap p{
	font-size: 12px;
	color: #fff;
	padding-top: 30px;
}


.home-form-sec{
	background-color: #3C5B87;
	padding: 40px 0;
}
.home-form-sec span{
	display: block;
	height: 8px;
	width: 80px;
	margin: 40px auto;
	background: rgb(170,108,57);
background: linear-gradient(90deg, rgba(170,108,57,1) 50%, rgba(137,137,137,1) 50%);
}
.input-box{    
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
}
.input-box:focus{
	border-radius: none;
}
.home-form-sec .input-box::placeholder{
	color: #fff;
}
.home-form-sec h2{
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.5px;

}
.home-form-sec p{
	color: #fff;
}
.home-form-sec label{
	color: #fff;
}
.radio-submit-btn{
	border: none;
	border-radius: 4px;
	background-color: #F16621;
	padding: 5px 10px;
	color: #fff;
	width: 130px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.radio-submit-btn:hover{
	background-color: #fff;
	color: #F16621;
}
.row-touch{
	max-width: 992px;
	margin: 0 auto;
}
.home-partner-sec{
	padding: 40px 0;
	background-color: #AA6C39;
}
.home-partner-sec h2{
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
}
.partnerWrap{
	max-width: 250px;
	margin: 20px auto;
}
.row-round{
	max-width: 1040px;
	margin: 0 auto;
}















/*About Page*/
.about-sec{
	background:url(../images/about1.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	background-position: center;
	background-attachment: fixed;
}
.about-sec h1{
	color: #fff;
}
.about-sec h1{
	-webkit-animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-11-5 12:9:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
.about-con{
	height: 100%;
}
.about-row{
	height: 100%;
}
.aboutus-sec{
	padding: 40px 0;
	background-color: #AA6C39;
	color: #fff;
}
.about-text h2{
	font-size: 26px;
}
.about-text p{
	font-size: 16px;
	text-align: justify;
	line-height: 28px;
}
.aboutus-img img{
	border-radius: 5px;
}




/****************titelservice page**************/
.title-service-sec{
	padding: 40px 0;
	background-color: #F9F9F9;
	color: #000;
	background-attachment: fixed;
}
.title-service-sec h2{
	font-size: 28px;
}
.title-service-sec p{
	font-size: 16px;
	text-align: justify;


}
.ultitle li{
	letter-spacing: 0.5px;
	list-style-type: none;
}


/*******Title Searches Page******/
.title-search-sec{
	background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/Search-services.png) !important;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	color: #fff;
	background-position: bottom;
	background-attachment: fixed;
}
.hairbonding-sec{
	background-image: url(../images/welcome.jpg);
	padding: 40px 0;
	color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.title-search-sec p{
	font-size: 16px;
	text-align: center;
	max-width: 768px;
	margin: 0 auto;
	color: #fff;
}

.hairbonding-sec ul li{
	list-style-type: none;
}
.hairbonding-sec .fa{
	font-size: 16px;
	
}

.bondingWrap{
	position: sticky;
  position: -webkit-sticky;
  top: 100px;
  background-position: fixed;
  background-color: #fff;
  padding: 5px;
}
/* .bondingWrap ul{
	border-right: 2px solid #1E7DB9;
} */
.bondingWrap ul li{
	list-style-type: none;
}
.bondingWrap ul li a{
	text-decoration: none;
	display: block;
	font-size: 14px;
}
ul.dots-bee li a.active {
   background-color: #AA6C39;
   color: #fff!important;
    outline: none;
    text-align: center;
}

.dots-bee li a {
    border-bottom: 1px dotted;
    margin: 0;
    padding: 11px 13px 15px 0;
    font-size: 18px;
    line-height: normal;
    text-transform: inherit;
    width: 100%;
    box-sizing: border-box;
    color: #4d4d4d !important;
    font-weight: 700;
    background-color: none !important;
}
.dots-bee li a:hover{
	 background-color: #AA6C39;
   color: #fff!important;
    outline: none;
    text-align: center;
}

.hairextensionWrpUl li{
	list-style-type: none;
}
.hairextensionWrpUl li a{
	text-decoration: none;
}
.title-search-wrap h3{
	font-size: 22px;
	color: #fff;
}
.title-search-wrap h4{
	font-size: 18px;
	color: #fff;
}

.title-search-wrap p{
	font-size: 16px;
	color: #fff;
	text-align: justify;
	letter-spacing: 0.5px;
}
.title-search-wrap-img{
	max-width: 560px;
	margin: 0 auto;
}
.title-search-wrap-img img{
	border-radius: 4px;
}
.settlement-secccc{
	background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/Sk93CnyUtv-min.jpg) !important;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	color: #fff;
	background-position: center !important;
	background-attachment: fixed;
}
.settlement-seccccccc{
	background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/w0UPpestyu-min.jpg) !important;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	color: #fff;
	background-position: center !important;
	background-attachment: fixed;
}


/********************Under Writing Page********************/
.underwriting-sec{
	background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/underwritting.jpg) !important;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	color: #fff;
	background-position: center!important;
	background-attachment: fixed;
}
/********************testimonials Page********************/
.testimonials-sec{
	background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/testimonials.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	color: #fff;
	background-position: center;
	background-attachment: fixed;
}
.blog-sec{
	padding:50px 0;
	width: 100%;
	background-color:#fff;
}
.row-blog{
	-webkit-box-shadow: 11px 11px 9px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 11px 11px 9px -13px rgba(0,0,0,0.75);
box-shadow: 11px 11px 9px -13px rgba(0,0,0,0.75);
}
.blog-wrap{
	max-width: 200px;
}
.blog-sec h2{
	font-size: 25px;
	text-align: center;
	color: #AA6C39;
	font-weight: 700;
}
.blog-sec p{
	font-size: 14px;
	text-align: center;
	color: #5c0841;
}
.blog-wraptext p{
	font-size: 12px;
	color: #9a9c9f;
	text-align: left;
	margin-bottom: 5px;
}
.blog-wraptext h3{
	font-size: 14px;
	font-weight: 700;
	color:#AA6C39;	 
}
.blog-wraptext span{
	width: 100%;
	height: 1px;
	display: block;
	background-color: #c0c0c0;
	margin: 5px 0;
}
.blog-wraptext h4{
	font-size: 14px;
	font-weight: 400;
	color: #000;
}




/***********Contact us page*************/


.contactus-sec{
	background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/conatctus.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	color: #fff;
	background-position: center;
}











@media(min-width:576px){
	
}
@media(min-width:768px){

	.row-videoWrap.owl-carousel .owl-nav button.owl-next span{
		display: none;
		color: #fff;
		font-size: 25px;
		background-color: #000;
		font-weight: 300;
		width: 30px;
		text-align: center;
		position: absolute;
	    right: -80px

	}
	.row-videoWrap.owl-carousel .owl-nav button.owl-prev span{
		display: none;
		color: #fff;
		font-size: 25px;
		background-color: #000;
		width: 30px;
		text-align: center;
		position: absolute;
	    left: -80px
	}
	.row-videoWrap.owl-carousel .owl-nav button.owl-next span:focus{

	}



.home-tittle-wrap h3:hover {
	-webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-11-5 12:3:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}


.home-tittle-wrap:hover{
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-11-5 11:55:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.home-search-img11 img{
	margin-top: 32px;
}
.container-actra{
	position: absolute;
	top: 34px;
	left: 0;
	right: 0;
	bottom: 0;
	margin:0 auto;
	z-index: 11;

}
.actra-sec h1{
	text-align: center;
    color: #898989;
    font-size: 36px;
    font-weight: 700;
    padding: 15px 0;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    max-width: 768px;
    margin: 0 auto;
}
	.actra-sec h1{
		font-size: 36px;
	}
	.welcome-sec p{

		padding: 0 50px;

	}
	.welcome-sec h2{
		font-size: 28px;

	}
	.welcome-sec span{
		    margin: 60px auto 60px auto;
	}
	.home-search-sec h2{
		font-size: 28px;
	}
	.simpliImgWrap p{
		font-size: 16px;
		color: #fff;
		padding-top: 0;
	}

}

@media(min-width:992px){

	.row-videoWrap.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    	display: none;
	}
	.home-search-img11 img{
		margin-top: 0px;
	}
}

@media(min-width:1200px){

}
@media(min-width: 1400px){

}