html{  font-size:13px;}
@font-face {
    font-family: 'Prompt-Regular';
    src: url('fonts/Prompt-Regular.eot');
    src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Regular.woff') format('woff'),
         url('fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Bold';
    src: url('fonts/Prompt-Bold.eot');
    src: url('fonts/Prompt-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Bold.woff') format('woff'),
         url('fonts/Prompt-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Prompt-regular';
	cursor: default;
	position: relative;
	line-height:normal;
    color: #000;
	font-size: 1rem;
}

img{ border:0; margin:auto;}
a{ text-decoration:none;}
a:hover{ text-decoration: none;}
.h30{clear:both; width:100%; height:3rem;}
.h20{clear:both; width:100%; height:2rem;}
.h10{clear:both; width:100%; height:1rem;}
.img-filter{filter: brightness(0) invert(1);}

a{text-decoration:none;color:inherit;}
a:hover{color:inherit;}
ul{	padding-left: 0;margin-bottom: 0;}

#back-to-top {
    width: 50px;
    height: 25px;
    position: fixed;
    z-index: 9999;
    bottom: 0%;
    left: 5%;
    text-align: center;
    display: none;
    background-color: #bf7ecf;
    border-radius: 50px 50px 0 0;
    border: 2px solid #FFF;
    border-bottom: 0;
    font-size: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 30px;
	position: absolute;
    top: 25%;
    right: 5%;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #6c29a9;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.fullbox-header{
    position: sticky;
    top: 0;
    width: 100%;
    margin: auto;
    z-index: 555;
    transition: all 0.5s;
}
.headbar-top{
    width: 100%;
    padding: .8rem 0;
    transition: all 0.5s;
    background: url("../images/bg-head.png") top right no-repeat;
    background-size: cover !important;
}
.slim .headbar-top{box-shadow: 0 3px 3px rgba(0,0,0,0.3);}
.menuhead-top{
    padding: 0;
    transition: all 0.4s;
}
.hamburgers-box{
    width: 100%;
    position: relative;
}
.navbar-brand {
    width:100%;
    padding: 0;
    margin-right: 0;
    text-align: left;
}
.navbar-brand img {
    width:100px;
    margin: 0;
    transition: all 0.5s;
}
.slim .navbar-brand img{width: 70px;}
.navbar-logo-mobile {
    width: 100%;
    padding: 5% 0;
    display: block;
    text-align: center;
}
.navbar-logo-mobile img{width:146px;}
.navbar-collapse ul{margin-top: 1rem;}
.navbar-collapse ul li{
	padding: 0;
    font-size: 1.2rem;
    transition: all 0.5s;
}
.navbar-collapse ul li a {
    width: 90%;
    margin: auto;
    color: #6c29a9;
    padding:10px 15px;
    position: relative;
    display: block;
    text-align: left;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{ color: #FFF; }
.navbar-collapse ul li.active, .navbar-collapse ul li:hover{ background-color: #bf7ecf;}

.contact-header{padding: 0 15px; margin-top: 1.2rem;transition: all 0.5s;}
.contact-header img{width: 2rem;}

.social-header{ margin: 1rem auto; padding: 0 15px;}
.social-header img {width:2rem; transition: all 0.5s;}
.social-header img:hover{transform: translateY(-5px);} 

.contact-header a:hover{color: #bf7ecf;}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}
#slide-zone .banner-slide img{
    width: 100%;
}
#slide-zone .owl-dots{
	display: block !important;
	position: absolute;
    bottom:1.5rem;
    left: 50%;
	transform: translate(-50%,0);
}
#slide-zone .owl-carousel button.owl-dot{
	width:13px;
    height: 13px;
	margin: 0 7px;
    border-radius: 50%;
    background-color: transparent;
    border:2px solid rgba(255,255,255,1);
}
#slide-zone .owl-carousel button.owl-dot.active{
    background: #FFF;
}
/*content--//////////////////////////////////////////////////////////////////////////*/
.text-bold{font-family: 'Prompt-Bold';}
.font-style1{font-size: 1.2rem;}
.font-style2{font-size: 1.4rem;}
.font-style3{font-size: 1.6rem;}
.font-style4{font-size: 1.8rem;}
.font-style5{font-size: 2rem;}
.content-box{padding-bottom:10%;}

.text-gray{color: #6e6e6e;}
.text-red{color: #fd0000;}
.text-purple{color: #5c18a1;}

.aboutus-box{
    padding: 1rem 1.5rem;
    margin-top: 1.2rem;
}
.aboutus-box p{color: #bf7ecf;}
.line-title{
    width: 221px;
    height: 8px;
    margin-bottom: 1.5rem;
    border-bottom: 8px solid rgba(191,126,207,.3);
}

.servicepoint-box{
    background: url("../images/bg-purple.png") center bottom no-repeat #5c18a1;
    background-size: 100% !important;
    padding: 10% 0;
}
.title-box{
    background: url("../images/bg-title.png") center bottom no-repeat;
    padding-bottom: .5rem;
    margin-bottom: 2.5rem;
}
.icon-box{
    margin-bottom: 2rem;
    cursor: pointer;
}
.img-icon{
    margin-bottom: 1.5rem;
    background: url("../images/bg-icon.png") center bottom no-repeat;
}
.img-icon img{transition: all 0.5s;}
.icon-box:hover img{
    transform: translateY(-5px);
}
.ourwork-box{
    cursor: pointer;
    margin-bottom: 2rem;
}
.img-work{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}
.img-work img{
    width: 100%;
    transition: all 0.5s;
}
.readmore-btn{
    position: absolute;
    width: 90%;
    bottom: -1.8rem;
    left: 50%;
    padding: 5px;
    text-align: center;
    color: #FFF;
    background: #bf7ecf;
    border-radius: 10px 10px 0 0;
    transform: translate(-50%,0);
    z-index: 55;
    transition: all 0.5s;
}
.ourwork-box:hover .readmore-btn{
    bottom: 0;
}
.ourwork-box:hover img{transform: scale(1.05);}

.readmore-work{color: #bf7ecf;}
.readmore-work img{
    transition: all 0.5s;
}
.readmore-work:hover img{transform: translateX(5px);}
.full-ourwork-box{
    padding: 10% 0;
}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    padding: 6% 0;
    background:url("../images/bg-footer.png") center center no-repeat; 
    background-size: cover !important;
}
.footer a:hover{ color: #5c18a1;}
.copyright-box{
    color: #FFF;
    padding: 2% 0%;
    text-align: center;
    background: url("../images/bg-copyright.png") left center no-repeat;
    background-size: cover !important;
}
.copyright-box .col-md-8{padding: 0 15%;}
.address-footer{margin:1rem auto;}
.logo-footer img{width: auto;}
.contact-footer table td{padding: 4px 0;}
.social-footer{margin-top: 1rem;}
.social-footer img{transition: all 0.5s;}
.social-footer img:hover{transform: translateY(-5px);}
.copyright-box a:hover{color: #bf7ecf;}



/*contactus--//////////////////////////////////////////////////////////////////////////*/
.title-name{ 	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(1.2rem * 1.2 * 2);
    font-size: 1.2rem;
}
/*contactus--//////////////////////////////////////////////////////////////////////////*/
.web-text-color{color: #5c18a1;}
.list-icon{
	color: #5c18a1;
	font-size: 26px;
}
.list-icon-circle {
    color: #ffffff;
    background: #5c18a1;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
	font-size:14px;
}
.list-icon-circle .svg-inline--fa {
	vertical-align: middle;
}
.address-contactpage a:hover i{
	color: #0c4da2;
}
.address-contactpage a h1 .svg-inline--fa:hover {
	padding:0 3px;
	border-radius:3px;
	transition: all 0.6s;
}

.line-titlepage {
    width: 100%;
    margin: 1rem auto;
    border-bottom: none;
    border-top: 2px solid #bf7ecf;
}
.form-sendbox {
    width: 100%;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    background: #FFF;
}
.map-box {
    width: 100%;
    height: 250px;
}
.map-box iframe {
    width: 100%;
    height: 100%;
}
.sendbox-contactpage .fa-sync-alt {
    color: #bf7ecf;
    cursor: pointer;
}
.send-bt-submit {
    display: block;
    padding: 5px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s;
    color: #5c18a1;
    background: #FFF;
    border: 2px solid #5c18a1;
}
.send-bt-submit:hover {
    cursor: pointer;
    background: #bf7ecf;
    border: 2px solid #bf7ecf;
}
input.form-sendbox:-internal-autofill-selected ,
input.form-sendbox:focus {
	border: 1px solid #4a8904;
}

/*showproduct-box-------------------------------*/
.red-color{color: #F00;}
.download-file{
    width: 180px;
    padding: 5px;
    color: #9350ba;
    border: 2px solid #9350ba;
    border-radius: 5px;
    background: #FFF;
    transition: all 0.4s;
    margin:1rem 0;
}
.download-file:hover{
    background: #bf7ecf;
    color: #FFF;
}
.download-file a{display: block;}
.download-file img{transition: all 0.5s;}
.download-file:hover img{filter: brightness(0) invert(1);}

.vdobox-indetail{
    width: 100%;
    height: 250px;
}
.vdobox-indetail iframe{
    width: 100%;
    height: 100%;
}
.vdobox-moredetail ul li{ 
    border: 1px solid #f1f1f1;
    border-bottom: none;    
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}
.vdobox-moredetail ul li:first-child{margin-right: 10px;}
.vdobox-moredetail a {
    color: #000000;
    display: block;
    padding: 5px 10px;   
    background-color: #f1f1f1;
}
.vdobox-moredetail a.active{
    background: #9350ba;
    color: #FFF;
}
.text-gray{color: #4F4F4F;}
.gallery-ourwork{
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.2rem;
}
.gallery-ourwork img{width: 100%;}
/*showproduct-box------------------End-------------*/

 /*-----cate----/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul.main-cate {
	list-style:none ;
	text-align:center !important;
}
ul.main-cate li{
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
    font-size: 1rem;
	color:#3b3b3b;
    text-transform: uppercase;
	padding: 0px 15px;
    border-bottom: 3px solid #ffffff;
	margin: 0.2rem 0.2rem;
   /* -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.main-cate li.active,
ul.main-cate li:hover{
	color: #a563c3;
    border-bottom: 3px solid #a563c3;
}
/*///////img-box-2///////*/
.img-box,
.img-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 100%;
}
.img-box-2 {
    padding-bottom: 80%;
}
.img-box div ,
.img-box-2 div {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    /* height: auto; */
    height: 100%;
    width: 100%;
    /* width: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.img-box div img ,
.img-box-2 div img {
	/*max-height: 100% !important;
    width: auto !important;
    max-width: none !important;*/
	width: 100% !important;
	height: auto !important;
    max-width: none !important;
}

.text-indent2{ text-indent:2rem; }
/*///////////////////////////////////////////////////////////////////////////port///////////////////////////////////////////////////////////////////////////*/
.portbox{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}
.portbox img{width: 100%; transition: all 0.5s;}
.portbox:hover img{transform: scale(1.05);}
.hover-port{
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(0);
    z-index: 5;
    background: rgba(191,126,207,0.9);
}
.portbox:hover  .hover-port{
    opacity: 1;
    transform: scale(1);
}
.hover-port div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hover-port p{
    text-decoration: underline;
}

/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.pagelist{
 text-align: center;
 padding:1rem 0;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:1rem;
	cursor:pointer;
	/*padding: 0.3rem 0rem;*/
	margin: 0.2rem;
	border:2px solid #777;
	border-radius: 5px;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0 0.5rem;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:1rem;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
	background: #bf7ecf;
    transition: all 0.4s;
    border: 2px solid #a462c3;
}
.pagelist li a:hover{
    color: #a462c3 ;
	transition: all 0.4s;
}
.pagelist li:hover{
	border:2px solid #a462c3;
}
.pagelist li svg { vertical-align: middle; }
.pagelist li.active a {
    color: #ffffff;
}

/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
        position: fixed;
        width: 250px;
        background-color: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0;
        display: block;
        left: -250px;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-top, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-top.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
}




