 h2,h3{
	font-family: 'Oleo Script', cursive !important;
 }
 h1,h4,h5,h6{font-family: 'Roboto', sans-serif!important;}
 p{font-family: 'Roboto', sans-serif!important;}
 a{font-family: 'Roboto', sans-serif !important;
 text-transform: capitalize !important;
font-size: 16px !important;
 }
li{font-family: 'Roboto', sans-serif!important;}
 svg{display:none;}
 .jssorb031 svg{
	 display:block !important;
 }
p{
	font-size: 11px;
}
h5
{
	text-align: justify;
}
 h5 > a{
     
     border-style: '';
     border-width: 0px; 
 }
 p > a{
     
     border-style: '';
     border-width: 0px; 
 }
 span > a,div > a,section > a{
     
     border-style: '';
     border-width: 0px; 
 }           
 h3{
     color:#6C217E;
 }

ul.nav > li > a > span:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #5f3382;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-53%) skew(-20deg) scaleX(0);
}
ul.nav > li:hover > a > span:before,
ul.nav > li.selected > a > span:before,
ul.nav > li.on > a > span:before{
    opacity: 1;
    transform: translateX(-53%) skew(-20deg) scaleX(1);
    transition: all 0.3s linear 0s;
}
 
 .navbar-right {
   float: right !important;
padding-right: 93px;
}
 .navbar-brand{
	 position: relative;
      margin-top: -77px;
 }
 .navbar-header{
	 padding: 12px 9px 12px 52px;
	 border-top: 74px solid #fff;
	 border-right: 40px solid transparent;
	
 }
 .navbar-shrink {
    background: #bfa1d2;
 }
 .navbar-nav.navbar-right:last-child{
	 margin-right:0px !important;
 }
 .pd_hole{
	 padding:0px 15px 12px 0px !important;
 }
 .nav-container img{
	 margin-right:10px;
	 margin-left:60px;
 }
 .container{width:1171px !important;}
 .navbar-default.light-menu .navbar-nav > li > a.selected{
	 color:#fff !important;
 }
  .navbar-default .navbar-nav li a, .navbar-default .navbar-nav li a:hover{
	 border-width:0px !important;
	 color:#fff;
	 font-weight: 600;
text-transform: uppercase;
font-size: 14px;
 }
 .navbar-default .navbar-nav li a:hover{color:#fff !important;}
 .navbar-default.light-menu .navbar-nav > li > a{
	 padding:15px 6px !important;
 }
 .fodder_last p{
	 padding:20px 0px;
	 margin:0px;
	 font-size:14px;
	 
 }
 .footer{
	 margin-top:0px !important;
	 border-top:0px !important;
 }
 
.head-slider img{
	width:100%;
	height:500px;
	margin-top:53px;
}
.p0{
	padding:0;
	margin:0;
}
.about_us{
	border-top: 5px solid #bfa1d2;
}
.about_us p, .syn_product p{
	font-size:15px !important;
	margin-bottom:5px;
	text-align:justify;
}
.common_space{
	padding:50px 0px;
}
.part-color{
	color:#70488e;
}

.common_space h2{
	text-align:center;
	font-size:30px;
	font-weight:bold;
}
.vision{
	//background: url("./img/inst/visin.png") no-repeat fixed center center / cover;
	background:#7e5594;
}
.vision h2{
	color:#111;
	font-size:30px;
	font-weight:bold;
	text-align:center !important;
}
.vision p{
	color:#f2f2f2;
}
/* start-profile */
.box{
   text-align: center;
overflow: hidden;
box-shadow: 0 0 3px
rgba(0,0,0,0.3);
position: relative;
border-radius: 200px;
width: 250px;
margin: auto;
margin-bottom:10px;
border:2px solid #6c217e;
}
.box:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(219, 208, 225, 0.5);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.box:hover:before{ opacity: 1; }
.box img{
    width: 100%;
    height: auto;
}
.box .icon{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.box .icon li{ display: inline-block; }
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 5px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    border-color: #e7a50f;
    background: #e7a50f;
}
.box .icon li:first-child a{ transform: translateX(0); }
.box .icon li:last-child a{ transform: translateX(0); }
.box:hover .icon li:first-child a,
.box:hover .icon li:last-child a{
    opacity: 1;
    transform: translateX(50px);
}
.box:hover .icon li:last-child a{ transform: translateX(-50px); }
.box .box-content{
    width: 100%;
    padding-bottom: 30px;
    color: #fff;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{ bottom: 0; }
.box .title{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #6c217e;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.box .post{
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .box-content{ padding-bottom: 15px; }
}
/* strat */
.product_space{
	padding:70px 0px;
}
.product_space h2{
	text-align:center;
	font-size:30px;
}
.product_space h5{
	text-align:center;
}
.product_space p{
	font-size:16px;
	margin-bottom:10px !important;
	margin:0;
}
.sta_r_list {
	padding-left:20px;
}
.sub_list {
	padding-left:40px;
}
.sta_r_bg{
	background:#dbd0e1;
}
/* product */
.stago_product{
	background: url("./img/vis.jpg") no-repeat fixed center center / cover;
	text-align:center;
}
.stago_product h3{
	text-transform: uppercase;
color:#f7f4f4;
font-size: 23px;
font-weight: 600;
}
.stago_product h5{
	text-align:center !important;
	background: #9a79b5;
	width: 275px;
	margin: 0 auto;
	color:#fff;
	padding: 10px 25px;
	border-radius: 5px;
}
.grid {
margin: 75px auto 75px !important;
}
.grid a{
	float:none !important;
}

.p-t50{
	padding-top:50px;
}
.p-t30{
	padding-top:30px;
}
.icon-content{
	text-align:center !important;
	padding: 54px 0px;
}
.icon-content h3{font-size:24px;}
.icon-content h4{font-size:16px;}
/*======================================
43. Animate line
======================================*/
.animate_line{
	position:relative;
	z-index:0;
}
.animate_line:after,
.animate_line:before{
	content: "";
	height: 4px;
	width: 0px;  
	position: absolute; 
	transition: all 0.5s ease 0s; 
	-webkit-transition: all 0.5s ease 0s; 
	z-index: -1; 	
}

.animate_line:after { 
  left: 7px; 
  bottom: -7px; 
}
.animate_line:before { 
  right: 7px;
top: -7px;
}
.animate_line:hover:after,
.animate_line:hover:before{ 
	width: 50%; 
	height:50%;
	background: #6c217e; 
}
.ch-info p a{
	letter-spacing:.5px !important;
	text-align:center;
}
.close-btn:hover{
	color:#fff;
}
.product-table, .product-table th{
	border: 1px solid #9274a8 !important;
}
.txt_head th{
	text-align:center;
}
.txt_head{
	margin-top:10px;
}
.location-table, .location-table th, .location-table td{
	border: 1px solid #9274a8 !important;
}
.close-btn{
	background:#222;
padding: 6px;
border-radius: 8px;
position: relative;
top: 36px;
color:#fff;
}
/* career */
.syn_career {
	background:#efe8f2;
}
.syn_career h4{
	font-size:20px;
}
.syn_career table th{
	background:#DBD0E1;
color:#555;
font-weight: 600;
}
.syn_career table th:nth-child(1){
	width:30% !important;
}
.syn_career table th:nth-child(2){
	font-weight:normal !important;
}
.bg-jop{
	background:#fdfafa;
padding: 20px 0px !important;
border-radius: 10px;
box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
}
.syn_career .col-md-12{padding:0;}
.syn_career h3{margin:0;padding-bottom:5px;font-weight:500;color:#BFA1D2;font-size:22px;}
.syn_career p{margin:0;line-height:32px;font-size:16px !important;}
.syn_career .table > thead > tr > th, .table > tbody > tr > th, 
.table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, 
.table > tfoot > tr > td{
	border-top:none !important;
	font-size:16px;
}
/* location */
#contacts a{text-transform:lowercase !important;
font-size: 14px !important;
}
#contacts input, #contact_message{
	border:1px solid #DBD0E1 !important;
}
#contacts a:hover{
	border-style:none !important;
}
#contacts table p{
	font-size:14px;
	margin:0;
}
.contact_list{
	padding: 10px 0px 10px 20px;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
}
.contact_list a{
	border:none !important;
	text-transform:lowercase !important;
}
.contact_list li i{
	margin-right:5px;
}
.contact_list li{
	list-style:none;
}
.contact_list h3{
	margin-bottom:5px !important;
	text-align:center ;
}
.contact_last ul{
	min-height:228px !important;
}
.contact_last1 ul{
	min-height:202px !important;
}
.contact_last3 ul{
	min-height:304px !important;
}
/* other */

.display{
	display:none;
}
.sub_color{
	color:#6C217E;
}
.product_space h5{
	text-transform:uppercase !important;
	font-size:20px;
}
.product_space h4{
	font-family: 'Oleo Script', cursive !important;
	color:#6C217E;
}
/* media */
@media (max-width: 768px) {
	.display{
	display:block !important;
}
 .navbar-right {
    float: none !important;
    padding-right: 0px;
}
 .container{width:100% !important;}
 .navbar-shrink {
    height: 85px !important;
}
.navbar-header{
	border-top:0px !important;
}
.nav-container img{margin-left:0px;
padding-top: 23px;
}
.navbar-shrink .navbar-toggle {
    margin-right: -31px;
}
.navbar-header {
    padding: 0px 9px 12px 52px;
}
.navbar-default.light-menu .navbar-nav > li > a {
    padding: 0px 15px !important;
}
.navbar-collapse{
	padding-right:0px !important;
}
.nav li{
	background:#000;
}
.nav li a{
	color:#fff !important;
}
.nav {
padding-left: 14px;}
.head-slider{
	margin-top:65px !important;
}
.animate_line{
	margin-bottom:15px;
}
.p-t30{
padding-top:0px;}
.syn_career .table{
	display:revert !important;
}
.syn_career table th {
    width: 100% !important;
}
.syn_career table th:nth-child(1) {
    width: 100% !important;
}
#contacts table td{
	
}
address{
	margin-top:0 !important;
}
.txt_head{
	margin-top:0px;
}
.location-table th, .location-table td{
	border: none !important;
}
.navbar-default.light-menu .navbar-nav > li > a.selected {
	color: #fff !important;
	background:#885e9c  !important;
    padding: 0 !important;
    margin: 0;
    padding-left: 20px !important;

}
.vision {
    background: #8b51a6 !important;
	text-align:center;
}
.vision h2{
	text-align:center !important;
}
.all{
	margin-top:69px;
}
.product_space {
    padding: 45px 0px;
    text-align: justify;
}
.product_space h5{
	text-transform:uppercase !important;
}
}