@charset "utf-8";
/* CSS Document */

.menuzord-brand img {
    max-height: 90px;
}
.menuzord.theme-colored .menuzord-menu > li.active > a{
	background-color:#fff;color:#333;
}
.menuzord-menu > li {
    padding: 15px 0;
}
body p{
	color:#333;
}

.agnis-bg1{
	background: url("../images/pattern/use_your_illusion.png");
}
.list li{
	color:#333;
}
.box-shadow-theme-colored-6px {
    box-shadow: 0 0 0 2px #10252E;
}
.serviceBox{
    color: #555;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 0 0 15px;
    margin: 15px 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
}
/*.serviceBox:after{
    content: "";
    background: linear-gradient(to bottom,#FFC312,#F79F1F);
    width: 100%;
    height: 49px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}*/
.serviceBox .service-count{
    color: #fff;
    background: linear-gradient(to bottom,#FFC312,#F79F1F);
    font-size: 45px;
    line-height: 130px;
    width: 80px;
    height: 110px;
    margin: -15px 0 20px;
    border-radius: 40px 0 100px 100px;
    position: relative;
}
.serviceBox .service-count:before,
.serviceBox .service-count:after{
    content: "";
    background: #F79F1F;
    width: 25px;
    height: 15px;
    border-radius: 50px 50px 0 0;
    position: absolute;
    top: 0;
    left: 80px;
}
.serviceBox .service-count:after{
    background: #FFC312;
    border-radius: 50px 0 0 0;
    left: 65px;
    z-index: -2;
}
.serviceBox .service-icon{
    color: #afafaf;
    font-size: 60px;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateY(360deg); }
.serviceBox .title{
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 15px;
    margin: 0 0 10px;
	color:#00ABC9;
}
.serviceBox .description{
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
    padding: 0 30px;
    margin: 0 0 23px;
}
/*.serviceBox .read-more{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease 0s;
}*/
.serviceBox .read-more:hover{ text-shadow: 0 0 5px #555; }
.serviceBox.blue:after,
.serviceBox.blue .service-count{
    background: linear-gradient(to bottom, #00adef, #00ABC9);
}
.serviceBox.blue .service-count:before{ background: #00689b; }
.serviceBox.blue .service-count:after{ background: #00adef; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 15px 0 50px; }
}

.box-shadow-theme-colored-6px {
    box-shadow: 0 0 0 2px #10252E;
}
.menuzord-menu ul.dropdown {
    top: 52px;
}
.services-list ul li a {
	padding: 10px 30px;
}
.services-list ul li a {
    font-size: 16px;
}
/*=========================================   16 */
/* agnis list 16 */
.agnis-list-16 {
	width:auto;
	background: #282826;
	color: #8b8b8b;
	padding: 20px 10px 20px 10px;
	border-radius: 4px;
}
.agnis-list-16 span {
	color: #F90;
}

.agnis-list-16 ul{
	clear:both !important;
	list-style:none;
	}

.agnis-list-16 li{
	margin: 5px 0px 0px 0px;
	float: left;
	width: 100%;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #555;
}
.agnis-list-16 li:last-child {
    border-bottom: 0px solid #555;
}

.agnis-list-16  .icon-box {
	width: 15%;
	text-align: center;
	float: left;
	font-size: 300%;
	color: #bdbdbd;
	}
.agnis-list-16 li .icon-description {
	width: 85%;
	float: left;
}

.icon-description small {
	display: block;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 0px;
	font-size: 110%;
	color: #1BB4E0;
	font-weight: 700;
	text-transform: uppercase;
}
.icon-description h5 {
	padding: 3px 0px 0px 5px;
	margin: 0;
	font-weight: 300;
	color: #FFF;
	text-transform: none !important;
}

.agnis-list-16 h3{
	margin:0px;
	padding:20px 30px;
	font-size:200%;
	color:#fff;
	}
.agnis-list-16 .icon-box {
    margin-bottom: 0px;
}

.bg-gradient {
	margin: 0;
	
	color: #fff;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab );
	background-size: 400% 400%;
	-webkit-animation: gradientBG 10s ease infinite;
	        animation: gradientBG 10s ease infinite;
}
@-webkit-keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
         

.btn-grad {background-image: linear-gradient(to right, #7474BF 0%, #348AC7  51%, #7474BF  100%)}
.btn-grad {
margin: 5px 0px 0px 0px;
font-size: 18px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;            
/*box-shadow: 0 0 20px #eee;*/
border-radius: 10px;
padding:10px 20px 10px 20px;
}

.btn-grad:hover {
background-position: right center; /* change the direction of the change here */
color: #fff;
text-decoration: none;
}

.btn-grad2 {background-image: linear-gradient(to right, #cb2d3e 0%, #ef473a  51%, #cb2d3e  100%)}
.btn-grad2 {
margin: 5px 0px 0px 0px;
font-size: 20px !important;
font-weight: 600;
text-align: center;
text-transform: capitalize;
transition: 0.5s;
background-size: 200% auto;
color: white;            
/*box-shadow: 0 0 20px #eee;*/
border-radius: 10px;
padding:10px 20px 10px 20px;
}

.btn-grad2:hover {
background-position: right center; /* change the direction of the change here */
color: #fff;
text-decoration: none;
}
 
/* .agnis-header {
	
	color: #f35626;
	background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 10s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
  */  
#workshop .icon-box{
	height: 500px;
}
.panel-group.accordion-classic .panel-heading .panel-title a {
    padding-left: 55px;
}
.panel-group.accordion-classic .panel-heading .panel-title a::before{
	font-size: 14px;
}
.panel-group .panel-heading .panel-title {
    font-size: 16px;
}
.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    color: #fff;
    background-color: #00ABC9;
}
.nav-tabs > li > a {
    background-color: #f5f5f5;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #555555;
    padding: 7px 15px;
    margin-right: 0;
}
.tab-content li{
	color:#333;
}
.tab-content {
    border: 1px solid #7C7C7C;
}
.list-border li {
    border-bottom: 1px dashed #00abc9;
    padding: 10px 0;
}
.nav-tabs > li > a {
    background-color: #000;
	color:#fff;
}
.agnis-bg2{
	background: url("../images/pattern/vertical_cloth.png") repeat;
}
.agnis-border-bottom{
	box-sizing: content-box;
  border-width: 8px;
  border-style: solid;
  border-image: linear-gradient(to right bottom, #333, #ccc);
  border-image-slice: 1;
}
.agnis-bg3{
	background:url("../images/pattern/p9.png") repeat;
}
.services-list ul li a {
    background: #fff;
}