@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/IRANSans-Bold-web.woff') format('woff');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/IRANSans-Medium-web.woff') format('woff');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/IRANSans-Light-web.woff') format('woff');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/IRANSans-UrtlaLight-web.woff') format('woff');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IRANSans-web.woff') format('woff');  /* All Major Browsers */
}

@font-face {
    font-family: Far_YasBd;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/Far_YasBd.woff') format('woff');  /* All Major Browsers */
}

.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.float-right{
	float: right;
	text-align: right;
	direction: rtl;
}
.float-left{
	float: left;
	text-align: left;
	direction: ltr;
}
.c-theme-link{
	float: left;
	text-align: left;
	direction: ltr;
}
.align-right{
	text-align: right;
	direction: rtl;
}

.text-right{
	float: left;
	text-align: right;
	direction: rtl;
}

.iran{
	font-family: IRANSans;
}

.c-address {
    clear: both;
    padding: 0;
    margin-top: 20px;
    font-weight: 400;
    line-height: 35px;
}
		
.c-address > li {
          list-style: none;
          padding: 5px 0; }
		  
.c-address > li > i {
            margin-right: 10px;
            position: relative;
            top: 2px; }
			
.cbp-l-caption-body a{
	font-family: Arial;
}

.little_img{
	height: 300px;
	border: 2px solid white;
}

.big_img{
	height: 500px;
	border: 2px solid white;
}

.map-canvas{
	width: 800px;
	height: 500px;
	max-width: 100%;
	max-height: 60%;
	margin: 0 auto;
}

@media(max-width: 720px){
	.map-canvas{
		width: 350px;
		height: 200px;
		max-width: 100%;
		max-height: 60%;
		margin: 0 auto;
	}
	body, span, input, label, .btn{
		font-size: 12px;
	}
}

@media(max-width: 480px){
	.map-canvas{
		width: 250px;
		height: 150px;
		max-width: 100%;
		max-height: 60%;
		margin: 0 auto;
	}
	body, span, input, label, .btn{
		font-size: 9px;
	}
}

div.stars {
	display: inline-block;
}

input.star { display: none; }

label.star {
	float: left;
	padding: 0 3px 0 3px;
	font-size: 20px;
	color: #444;
	transition: all .2s;
}

input.star:checked ~ label.star:before {
	content: '\f005';
	color: #FD4;
	transition: all .25s;
}

input.star-5:checked ~ label.star:before {
	color: #FE7;
	text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
	content: '\f006';
	font-family: FontAwesome;
}

.panel-title, .panel-body, .tabs-right li{
	text-align: right;
	direction: rtl;
}

.control-label{
	float: right;
}

.form-control.hamed-border-2px {
	border-color: #F2F3F4;
    border-width: 2px; }
	
.message_error{
	font-weight: bold;
	color: red;
}

.message_extra{
	font-size: 10px;
	color: red;
}


.message_success{
	font-weight: bold;
	color: green;
}

.message_warning{
	font-weight: bold;
	color: orange;
}

.hamed-block{
	width: 95%;
	margin: 0 2.5% 0 2.5%;
}

.c-content-bar-1{
	direction: rtl;
}

.disabled{
	width: 70%;
	float: right;
	margin-right: 31%;
	margin-top: -8%;
}

.disabled-btn{
	float: right;
}

@media(max-width: 1200px){
	.disabled{
		width: 68%;
		margin-right: 41%;
		margin-top: -8%;
	}
	.disabled-btn{
		width: 40%;
		font-size: 11px;
	}
}

@media(max-width: 1100px){
	.disabled{
		margin-top: -11%;
	}
}

@media(max-width: 920px){
	label{
		display: none;
	}
	.disabled{
		width: 68%;
		margin-right: 41%;
		margin-top: -11%;
	}
	.disabled-btn{
		width: 40%;
		font-size: 11px;
	}
}

.nav-justified{
	direction: rtl;
	margin-left: 50px;
}

@media(max-width: 720px){
	.nav-justified{
		margin-left: 20px;
	}
}

.edit_span{
	float: left;
	opacity: 0;
	transition: opacity 1s;
}
.edit_span:hover, .edit_span{
	color: white;
}

.editable:hover .edit_span{
	opacity: 1;
}

.hamed-margin{
	margin-left: 30px;
}
	
.product-img{
	height: 220px !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2c655c;
    border-color: #2c655c;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #f26b00;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #2c655c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.c-margin-r-10{
	margin-right: 10px;
}
.c-margin-r-20{
	margin-right: 20px;
}
.c-margin-r-30{
	margin-right: 30px;
}

th.hamed-table{
    height: 64px;
    background-color: #E5EBFF
}

tr.even:nth-child(even){
	background-color: #f2f2f2
}

.center{
	text-align: center;
	margin: auto;
}

@media(max-width: 991px){
	th.hamed-table{
	    height: 44px;
	}
	td.hamed-table{
	    height: 30px;
	}
}

@media(max-width: 720px){
	th.hamed-table{
	    height: 30px;
	}
	td.hamed-table{
	    height: 25px;
	}
	th {
	    height: 30px;
	}
}

@media(max-width: 480px){
	th.hamed-table{
	    height: 20px;
	}
	td.hamed-table{
	    height: 18px;
	}
}
/* MENU-LEFT
-------------------------- */
/* layout */
#left ul.nav {
    margin-bottom: 2px;
    font-size: 12px; /* to change font-size, please change instead .lbl */
}
#left ul.nav ul,
#left ul.nav ul li {
    list-style: none!important;
    list-style-type: none!important;
    margin-top: 1px;
    margin-bottom: 1px;
}
#left ul.nav ul {
    padding-right: 0;
    width: auto;
}
#left ul.nav ul.children {
    padding-right: 12px;
    width: auto;
}
#left ul.nav ul.children li{
    margin-right: 0px;
}
#left ul.nav li a:hover {
    text-decoration: none;
}

#left ul.nav li a:hover .lbl {
    color: #999!important;
}

#left ul.nav li.current>a .lbl {
    background-color: #999;
    color: #fff!important;
}

/* parent item */
#left ul.nav li.parent a {
    padding: 0px;
    color: #ccc;
}
#left ul.nav>li.parent>a {
    border: solid 1px #999;
    text-transform: uppercase;
}    
#left ul.nav li.parent a:hover {
    background-color: #fff;
    -webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);    
}

/* link tag (a)*/
#left ul.nav li.parent ul li a {
    color: #222;
    border: none;
    display:block;
    padding-right: 5px;    
}

#left ul.nav li.parent ul li a:hover {
    background-color: #fff;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;  
}

/* sign for parent item */
#left ul.nav li .sign {
    display: inline-block;
    padding: 5px 8px;
    background-color: transparent;
    color: #fff;
}
#left ul.nav li.parent>a>.sign{
    margin-right: 0px;
    background-color: #999;
}

/* label */
#left ul.nav li .lbl {
    padding: 5px 12px;
    display: inline-block;
}
#left ul.nav li.current>a>.lbl {
    color: #fff;
}
#left ul.nav  li a .lbl{
    font-size: 12px;
}

/* THEMATIQUE
------------------------- */
/* theme 1 */
#left ul.nav>li.item-1.parent>a {
    border: solid 1px #f26b00;
}
#left ul.nav>li.item-1.parent>a>.sign,
#left ul.nav>li.item-1 li.parent>a>.sign{
    margin-right: 0px;
    background-color: #f26b00;
}
#left ul.nav>li.item-1 .lbl {
    color: #f26b00;
    width: 85%;
}
#left ul.nav>li.item-1 li.current>a .lbl {
    background-color: #f26b00;
    color: #fff!important;
}







@keyframes curentRight{
	from{ 
		transform: translateX(100%) scale(.9) rotateZ(20deg); 
		-webkit-transform: translateX(100%) scale(.9) rotateZ(20deg); 
		opacity: .5; }
	to{ 
		transform: translateX(0) scale(1) rotateZ(0deg); 
		-webkit-transform: translateX(0) scale(1) rotateZ(0deg); 
		opacity: 1; }
}
@keyframes curentLeft{
	from{ 
		transform: translateX(-100%) scale(.9) rotateZ(-20deg);
		-webkit-transform: translateX(-100%) scale(.9) rotateZ(-20deg);
	 	opacity: .5; }
	to{ 
		transform: translateX(0) scale(1) rotateZ(0deg); 
		-webkit-transform: translateX(0) scale(1) rotateZ(0deg); 
		opacity: 1; }
}

@-webkit-keyframes curentRight{
	from{ 
		transform: translateX(100%) scale(.9) rotateZ(20deg); 
		-webkit-transform: translateX(100%) scale(.9) rotateZ(20deg); 
		opacity: .5; }
	to{ 
		transform: translateX(0) scale(1) rotateZ(0deg); 
		-webkit-transform: translateX(0) scale(1) rotateZ(0deg); 
		opacity: 1; }
}
@-webkit-keyframes curentLeft{
	from{ 
		transform: translateX(-100%) scale(.9) rotateZ(-20deg);
		-webkit-transform: translateX(-100%) scale(.9) rotateZ(-20deg);
	 	opacity: .5; }
	to{ 
		transform: translateX(0) scale(1) rotateZ(0deg); 
		-webkit-transform: translateX(0) scale(1) rotateZ(0deg); 
		opacity: 1; }
}

.content-item-current-right{
	animation: curentRight .7s;
	-webkit-animation: curentRight .7s;
	left: 0; top: 0;
}
.content-item-current-left{
	animation: curentLeft .7s;
	-webkit-animation: curentLeft .7s;
	left: 0; top: 0;
}
/***************************************************/
@keyframes outRight{
	from{ transform: translateX(0) scale(1) rotateZ(0deg); opacity: 1; }
	to{ transform: translateX(-100%) scale(.9) rotateZ(-20deg); opacity: .5; }
}
@keyframes outLeft{
	from{ transform: translateX(0) scale(1) rotateZ(0deg); opacity: 1; }
	to{ transform: translateX(100%) scale(.9) rotateZ(20deg); opacity: .5; }
}

@-webkit-keyframes outRight{
	from{ transform: translateX(0) scale(1) rotateZ(0deg); opacity: 1; }
	to{ transform: translateX(-100%) scale(.9) rotateZ(-20deg); opacity: .5; }
}
@-webkit-keyframes outLeft{
	from{ transform: translateX(0) scale(1) rotateZ(0deg); opacity: 1; }
	to{ transform: translateX(100%) scale(.9) rotateZ(20deg); opacity: .5; }
}
.content-item-out-right{
	animation: outRight .7s ease;
	-webkit-animation: outRight .7s ease;
	left: 0; top: 0;
	z-index: 1;
}
.content-item-out-left{
	animation: outLeft .7s ease;
	-webkit-animation: outLeft .7s ease;
	left: 0; top: 0;
	z-index: 1;
}

.slider-header{
    /*margin-top: 140px;*/
    position: relative;
    left: 0;
    /* top: 140px; */
    width: 100%;
    height: 700px;
    overflow: hidden;
    z-index: 1009;
    background: #222;
}
.slider-header .thumb-nav{
	position: absolute;
	z-index: 10;
	left: 30px;
	top: 100px;
}
.slider-header .thumb-nav a{
    display: inline-block;
    width: 65px;
    height: 65px;
    border: solid 2px #FFF;
    border-radius: 4%;
    margin-right: 1px;
    position: relative;
    bottom: 0;
}
.slider-header .thumb-nav.disable-nav a{
	pointer-events: none;
}
.slider-header .thumb-nav a img{
	border-radius: 4%;
    opacity: .1;
    width: 100%;
    height: 100%;
    transition: .4s;
    -webkit-transition: .4s;
}
.slider-header .thumb-nav a span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	color: #FFF;
	font-size: 24px;
}
.slider-header .thumb-nav a:hover img,
.slider-header .thumb-nav a.thumb-item-current img{
	opacity: .9;
	transform: scale(.8);
	-webkit-transform: scale(.8);
}
.slider-header .container-slider{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.slider-header .container-slider li{
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	outline: 1px solid transparent;
}
.slider-header .container-slider li.content-item-current{
	opacity: 1;
	z-index: 1
}
.slider-header .container-slider li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;

	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(133,133,133,0.16) 48%, rgba(0,0,0,0.42) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(48%,rgba(133,133,133,0.16)), color-stop(100%,rgba(0,0,0,0.42))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(133,133,133,0.16) 48%,rgba(0,0,0,0.42) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(133,133,133,0.16) 48%,rgba(0,0,0,0.42) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(133,133,133,0.16) 48%,rgba(0,0,0,0.42) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(133,133,133,0.16) 48%,rgba(0,0,0,0.42) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#6b000000',GradientType=0 ); /* IE6-9 */
};



/******************************/
#register{
	width: 100%;
    overflow: hidden;
}

.register {
    width: 100%;
    overflow: hidden;
}
.single_register {
    transform: skewX(-12deg);
}
.single_register a {
    color: #fff;
    font-size: 2rem;
    font-family: 'Arial';
    padding: 60px 0px;
    display: inline-block;
    transform: skewX(12deg);
}
.register .single_login1 {
    background: #21424a;
}
.register .single_login2 {
    background: #4e818e;
}
.single_register1 {
    background: #2fac6c;
}
.single_register2 {
    background: #195838;
}
#register .no-padding{
padding: 0px;
}


/******************************/



#weather {
    margin-top: 100px;
    direction: rtl;
}
.weather-content {
    background-image: url(/img/weather-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
#weather .tabs {
    list-style: none;
    margin-top: 0px;
    padding-right: 0px;
    background-color: rgba(31, 54, 70, 0.5);
}
#weather .tabs li {
    display: inline-block;
    text-align: center;
    margin: 0px -1.5px;
    width: 20%;
}
#weather .tabs a {
    display: block;
    transition: all 0.5s;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding-left: 0px;
    text-align: center;
}
.weathergroup {
    padding: 80px 30px;
}
#weather .weather-item {
    padding: 20px 10px 10px 10px;
    text-align: center;
    display: block;
    background-color: rgba(250, 250, 250, 0.3);
}
.weather-item h6 {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0px;
}
.weather-item .weather-icon {
    display: inline-block;
    margin-bottom: 10px;
    width: 200px;
    height: 200px;
}
.weather-item .weather-icon img{
    max-width: 200px;
    max-height: 200px;
    height: auto;
    width: 100%;
}
.weather-item span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.weather-item p {
    background-color: rgba(255, 255, 255, 0.75);
    margin-top: 40px;
    padding: 30px 20px;
    text-align: justify;
    direction: rtl;
    height: 150px;
}
.weather-item ul li {
    display: inline-block;
    margin: 0px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #121212;
}
.weather-item ul li span {
    margin-top: 15px;
    font-size: 12px;
    color: #121212;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px 8px;
}
#weather .tabs .active {
    background-color: #ffe165;
}

/******************************/



#blog {
    background-image: url(/img/blog-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 50px ;
}
#blog .section-heading {
    margin-bottom: 60px;
}
#blog .section-heading h4 {
    color: #fff;
}
#blog .section-heading .line-dec {
    background-color: #fff;
}
.blog-item {
    cursor: pointer;
    margin-bottom: 30px;
}
.blog-item .thumb {
    position: relative;
}
.blog-item img {
    width: 100%;
    overflow: hidden;
}
.b1.blog-item img {
    max-height: 530px;
}
.b2.blog-item img, .b3.blog-item img {
    max-height: 250px;
}
.blog-item .thumb::after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(255,255,255,.1)));
	background: linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,.1) 100%);
}
.blog-item .text-content {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 12px 20px;
}
.blog-item .text-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.7px;
}
.blog-item .text-content span {
    font-size: 12px;
    color: #fff;
}
.blog-item .text-content em {
    font-style: normal;
    font-weight: 700;
    margin-right: 5px;
}
#blog .pop, .pop2, .pop3 {
    background-color: #fff;
}
.pop, .pop2, .pop3 {
    z-index: 9999;
    text-align: center;
    padding: 30px;
    display: none;
    position: fixed;
    top: 25%;
    left: 10.3%;
    width: 80%;
    height: auto;
    box-shadow: 0px 0px 25px #7a7a7a;

}
.pop span, .pop2 span, .pop3 span {
    margin-bottom: 20px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background-color: #a2cf8d;
}
.pop p, .pop2 p, .pop3 p{
 direction: rtl;
    text-align: justify;
    color: #5a5a5a;
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 24px;
}





/******************************/
.middle-w3l {
    background: #ff6b6b;
    padding: 5em 0;
}
.callbacks_container {
    position: relative;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 390px;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

#slider3, #slider4, #slider5 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 32%;
    z-index: 999;
    left: -9.8%;
    padding: 0;
    margin: 0;
    line-height: 15px;
    width: 18px;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}


.rslides li {
    position: relative;
}

.callbacks_tabs a {
    visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #a00404;
}
.callbacks_here a:after {
    background: #fff;
    border: 1px solid #fff;
    height: 3px;
    width: 30px;
    border-radius: 0;
}
.about-left-w3-agileits {
    background: #fff;
    padding: 1.5em 2.5em;
    text-align: center;
}
.about-left-w3-agileits h6 {
    font-size: 2.5em;
    color: #42efae;
}
.w3l-book h6 {
    color: #ff1818;
    font-size: 3.5em;
}
.banner-text1 img {
    width: 100%;
}
.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}
.banner-text1 {
    padding: 0;
}
.callbacks p {
    margin: 0;
    font-size: 1em;
    line-height: 1.9em;
    color: #999;
    letter-spacing: 1px;
    height: 300px;
    text-align: justify;
    direction: rtl;
}
.w3l-book h5 {
    color: #000;
    font-size: 1.5em;
    letter-spacing: 1px;
    padding: 1.3em 0 1em;
}
.w3l-book h6 span {
    font-size: .5em;
    vertical-align: top;
}
.about-left-w3-agileits h3 {
    font-size: 1.4em;
    letter-spacing: 1px;
    color: #000;
    margin: 1.2em 0;
}



/******************************/
section.team-w3l {
    padding: 100px 0;
    background-color: #ececec;
}

section.team-w3l h3.text-center {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #401515;
    font-family: 'Poiret One', cursive;
    padding-bottom: 60px;
}
.view {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    -webkit-box-shadow: 0px 0px 20px 0px #000000;
    -moz-box-shadow: 0px 0px 20px 0px #000000;
    box-shadow: 0px 0px 20px 0px #000000;
}
.view:hover {
    -webkit-box-shadow: 0px 0px 20px 1px #000;
    -moz-box-shadow: 0px 0px 20px 1px #000;
    box-shadow: 0px 0px 20px 1px #000;
}
.view-third img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view-third .mask {
    background-color: rgba(0,0,0,0.55);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -moz-transform: translate(460px, -100px) rotate(180deg);
    -o-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    -moz-transition: all 0.2s 0.4s ease-in-out;
    -o-transition: all 0.2s 0.4s ease-in-out;
    -ms-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}
.view-third:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.view h4 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Poiret One', cursive;
    padding: 10px;
    background: rgba(165, 71, 71, 0.25);
    margin: 45px 0 0 0;
    letter-spacing: 1px;
}
.view-third h4 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-third:hover h4 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.view ul.social-icons1 {
    position: relative;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
}
.view-third ul.social-icons1 {
    -webkit-transform: translateX(300px) rotate(90deg);
    -moz-transform: translateX(300px) rotate(90deg);
    -o-transform: translateX(300px) rotate(90deg);
    -ms-transform: translateX(300px) rotate(90deg);
    transform: translateX(300px) rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-third:hover ul.social-icons1 {
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.view p.info {
    padding: 7px 0px;
    background: rgba(165, 71, 71, 0.25);
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.view-third:hover p.info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.view-third p.info {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view ul.social-icons1 li {
    display: inline-block;
}
.view ul.social-icons1 li a {
    text-decoration: none;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.view ul.social-icons1 li a i.fa {
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.view ul.social-icons1 li a i.fa.fa-facebook {
    background: rgba(59, 89, 152, 0.3);
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.view ul.social-icons1 li a i.fa.fa-google {
    background: rgba(234, 67, 53, 0.2);
}
.view ul.social-icons1 li a i.fa.fa-google {
    background: rgba(234, 67, 53, 0.2);
}
.view ul.social-icons1 li a i.fa.fa-youtube {
    background: rgba(205, 32, 31, 0.3);
}





/******************************/
section.menu-wthree {
    padding: 100px 0 0;
    background-color: #ececec;
}
section.menu-wthree h3.text-center {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #401515;
    font-family: 'Poiret One', cursive;
    padding-bottom: 60px;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
section.menu-wthree .container-fluid {
    padding: 0;
}
.col-lg-3.col-md-3.menu-w3-agile1,.col-lg-4.col-md-4.menu-w3-agile3, .col-lg-5.col-md-5.menu-w3-agile2 {
    padding: 0;
    height: 500px;
    overflow: hidden;
}
.col-lg-3.col-md-3.menu-w3-agile1 .col-lg-12 ,.col-lg-3.col-md-3.menu-w3-agile2 .col-lg-12   {
    width: 100%;
    padding: 0;
    height: 200px;
}
@media (max-width: 1920px){
	.col-lg-3.col-md-3.menu-w3-agile1,.col-lg-4.col-md-4.menu-w3-agile3, .col-lg-5.col-md-5.menu-w3-agile2 {
	    padding: 0;
	    height: 500px;
	    overflow: hidden;
	}
}

@media (max-width: 1680px){
	.col-lg-3.col-md-3.menu-w3-agile1,.col-lg-4.col-md-4.menu-w3-agile3, .col-lg-5.col-md-5.menu-w3-agile2 {
	    padding: 0;
	    height: 400px;
	    overflow: hidden;
	}
}
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    list-style: none;
    text-align: center;
}
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
figure.effect-duke {
    background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
    background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}
figure.effect-duke:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
section.menu-wthree img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
figure.effect-duke:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(2,2,1);
    transform: scale3d(2,2,1);
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
figure.effect-duke img, figure.effect-duke p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.effect-duke img, figure.effect-duke p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke p {
    border: 2px solid #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
}
figure.effect-duke p.p3 {
    width: 150px;
    margin: 29% auto 0;
    height: 70px;
    line-height: 65px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.effect-duke p.p2 {
    width: 200px;
    margin: 20% auto 0;
    height: 80px;
    line-height: 75px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
}
figure.effect-duke p.p1{
	width: 150px;
    margin: 13% auto 0;
    height: 54px;
    line-height: 47px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
}




/******************************/

.about-w3l {
    padding: 3em 0 13em;
}
h2.title-w3l, h3.title-w3l {
    font-size: 3.5em;
    color: #483b33;
    text-align: center;
    margin: 0 0 1.5em;
    position: relative;
}
h2.title-w3l:before {
    content: " ";
    background: #000;
    width: 6%;
    position: absolute;
    height: 2px;
    top: 113%;
    left: 47%;
}
h2.title-w3l span, h3.title-w3l span {
    color: #4CAF50;
}
.col-news-top {
    position: relative;
}
.col-news-top .date-in {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
    max-height: 300px;
}
.col-news-top img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.text-about {
    position: absolute;
    top: 70%;
    margin: 0 auto;
}
.text-about h4 {
    font-size: 1.5em;
    background: #000;
    color: #fff;
    padding: 2.6em 1em;
    width: 50%;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 180px;
    height: 180px;
    border: 2px solid #fff;
    -webkit-box-shadow: -1px 6px 12px -3px rgba(0,0,0,0.62);
    -moz-box-shadow: -1px 6px 12px -3px rgba(0,0,0,0.62);
    box-shadow: -1px 6px 12px -3px rgba(0,0,0,0.62);
}
.ab-agile1 h4 {
    background: #f7a613;
}
.ab-agile2 h4 {
    background: #2196F3;
}
.ab-agile3 h4 {
    background: #ef1861;
}





/******************************/

/*-- team --*/
.team-w33 {
    padding: 5em 0;
}
.agileits_w3layouts_schedule {
    text-align: center;
}
.agileits_w3layouts_schedule h3 {
    font-size: 2em;
    color: #212121;
    text-transform: capitalize;
}
.agileits_w3layouts_schedule img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.w3_agile_team_grid h3 {
    font-size: 1.2em;
    color: #212121;
    margin: 1em 0 0;
}
.team-w33 figure{
	margin: 0 !important;
}

.w3_agile_team_grids{
	margin:3em 0 0;
}

.w3_agile_team_grid p{
	color:#d4573f;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 1em;
}
.w3_agile_team_grid:nth-child(2),.w3_agile_team_grid:nth-child(4){
	margin-top:5em;
}
.w3_agile_team_grid ul li{
	display:inline-block;
	margin-right:1em;
}
.w3_agile_team_grid ul li:last-child{
	margin:0;
}
.w3_agile_team_grid figure {
	overflow: hidden;
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before,.w3_agile_team_grid:hover .hover14 figure::before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.w3_agile_team_grid{
	text-align: right;
	direction: rtl;
}
/*-- //team --*/







/*-- portfolio --*/
.w3_agile_portfolio_grid{
    overflow: hidden;
    position: relative;
}
.w3layouts_news_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.w3layouts_news_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.w3_agile_portfolio_grid:hover .w3layouts_news_grid_pos{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.w3_agile_portfolio_grid:hover .wthree_text{
    opacity: 1;
	-webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
.wthree_text{
    text-align: center;
    padding: 7.8em 0 0;
    opacity: 0;
	    -webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.wthree_text h3{
	color: #fff;
    font-size: 1.8em;
    text-transform: uppercase;
}
.wthree_text h3 span,.agile_testimonials_grid h3 span{
	color:#d4573f;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
.w3_agile_portfolio_grid img{
	height: 250px;
	width: 100%;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background:none;
    top: -5% !important;
    border-radius: 5px;
	display:none;
}
.nbs-flexisel-nav-left {
	left:91%;
}
.nbs-flexisel-nav-right {
	right: 1.2%;
    background:none;
}
/*--//flexisel--*/
/*-- //portfolio --*/










/*-- features --*/
.w3l_head {
    font-size: 2.5em;
    font-weight: bold;
    color: #4FC242;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 3px;
}
.w3ls_head_para {
    color: #C76994;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.w3l_head1, .w3ls_head_para1 {
    text-align: center;
}
.w3layouts_header {
    text-align: center;
    font-size: 40px;
    color: #4FC242;
}
.features {
    padding: 5em 0;
}
.w3_agile_features_grids {
    margin-top: 4em;
}
.w3_features_para {
    position: relative;
    text-align: center;
    color: #999;
    padding: 1em 0 1.5em;
}
.w3_features_para:before,.w3_features_para:after{
	content:'';
	position:absolute;
	bottom:0%;
	background:#C76994;
	width:20%;
	height:2px;
}
.w3_features_para:before{
	left:27%;
}
.w3_features_para:after{
	right:27%;
}
.w3_features_para span:before{
	content: '';
    position: absolute;
    bottom: -21%;
    left: 49%;
    border: 2px solid #C76994;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.agile_features_grid img{
	margin: 0 auto;
}
.w3_agile_features_grid{
	text-align:center;
	margin: 20px 0;
}
.features fieldset {
    padding: 1.5em 1.5em 2em;
    position: relative;
    margin: 2em auto 0;
    border: 2px solid #d5d2d2;
	line-height:2em;
	color:#999;
	font-size:14px;
	height: 200px;
	direction: rtl;
}
.w3_agile_features_grid legend{
	text-transform: capitalize;
    font-size:1.5em;
    color: #2c655c;
    line-height: 1.5em;
    margin: 0;
    font-weight: bold;
    border-bottom: none;
}
/*-- circle-effect --*/
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle,.ih-item.circle .img {
	position: relative;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.ih-item.circle,.ih-item.circle .img,.ih-item.circle.effect1 .spinner {
	width: 200px;
    height: 200px;
	margin: 0 auto;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle.effect1 .spinner {
    border: 5px solid #e5d08f;
    border-right-color: #2c655c;
    border-bottom-color: #2c655c;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
	position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: auto;
    height: auto;	
}
.ih-item.circle.effect1 .img:before {
  display: none;
}
.ih-item.circle.effect1:hover .spinner,.w3_agile_services_grid:hover .ih-item.circle.effect1 .spinner{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*-- //circle-effect --*/

/*-- //features --*/





.bannerbottomleft img {
    width: 100%;
     padding: 0;
	 opacity: 0.7;

}
.bannerbottomleft{
      padding: 0;
    position: relative;
}
.video-grid-single-page-agileits img {
    width: 100%;
}
@media only screen and (min-width: 991px){
	#video {
  position: relative;
  background: #000;
     width: 100%;
    margin:0px auto;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
}


#video img{ 
	display: block;
	width:100%;
 	height: 450px; }


.home-agile-text h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size:2em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    color: #111;
	letter-spacing:1px;
}
.home-agile-text p{
	line-height:2em;
    font-size: 1.2em;
    color: #fff;
    margin: 0.5em 0 2em 0;
}
.bannerbottomright {
    padding: 3em 5em 2em 1em;
    direction: rtl;
    text-align: justify;
}
.bannerbottomright h3 {
    font-size: 30px;
    font-family: "IRANSans";
    color: #000;
    margin-bottom: .5em;
}
.bannerbottomright p{
    font-size: 15px;
    color: #4e4e4e;
    margin-bottom: 2.5em;
	line-height:26px;
    letter-spacing: .5px;
}
.bannerbottomright h4 {
    font-size: 14px;
    margin: 1em 0 0;
    color: #444;
    text-transform: capitalize;
    line-height: 38px;
    font-family:"IRANSans" ;
}


@media only screen and (max-width: 768px){
	.bannerbottomright h4 {
    padding-left: 20px;
}
}
.bannerbottomright i.fa {
    width: 45px;
	color:#23B684;
}

/* //banner bottom */






/*-- services--*/
.w3ls-services{
	padding:2em 0 4em;
}
.w3ls-services .h3-w3l {
    font-size: 2.5em;
    color: #2c655c;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.w3ls-services.col-md-3{
	float: right;
}
.w3ls-services span.w3-line {
    height: 3px;
    width: 6%;
    background: #e5d08f;
    display: block;
    margin: 10px auto 0;
}
.services-head{
    margin-top: 2em;
}

.wthree-s1 {
    font-family: "IRANSans";
    margin-top: 1em;
    background: #f5f5f5;
    padding: 1.5em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    margin-right: 0.8em;
    height: 385px;
    margin-bottom: 10px;
}
.wthree-s1 img{
	width: 200px;
	height: 150px;
}
.wthree-s1 p{
    line-height: 26px;
    direction: rtl;
    text-align: justify;
    height: 105px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
}
.wthree-s1 a {
	border: 1px dashed #2c655c;
    width: 64px;
    height: 62px;
    border-radius: 12%;
    color: #ad9a60;
    padding: 4px 20px;
    font-size: 14px;
}
.input-group.c-square .input-group-btn > .btn{
    font-family: "IRANSans";
    font-size: 12px;
}
.mt-14{
    margin-top: 14rem;
}
.main-menu ul{
    font-family: "BHOMA";
}
.close{
    float: left;
}
.text-left{
    text-align: right !important;
}
#myModalLabel{
    font-size: 18px;
}
.feedback-box{
    font-family: "IRANSans";
}
.feedback-box label{
    font-size: 13px;
	display:block
}
.float-right-col{
	float: revert;
}
.modal-footer .btn{
    font-family: "IRANSans";
    font-size: 12px;
}
.feedback-btn{
    cursor: pointer;
}
.shoar h2{
    font-size: 20px !important;
    font-family: "IRANSans";
}
.wthree-s1 h4 {
    margin: 0.5em 0;
    font-weight: 500;
    font-size: 1.5em;
	color: #2c655c;
}
.wthree-s1:hover {
    transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	background:#e5d08f;
	/*z-index:9999;*/
}
.wthree-s1:hover a{
	 background:#2c655c;
	 border:none;
	 color:#fff;
}
.wthree-s1:hover p {
	color:#fff;
}
.s1-end{
	margin-right:0;
}
/*-- //services --*/






/*-- features --*/
.features-w3 {
    padding: 5em 0;
    background-color: #122f67;
    position: relative;
}
.multi-gd-text a {
    display: block;
    position: relative;
}
.multi-gd-text a:hover::before {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::before {
    background: rgba(250, 176, 1, 0.34);
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}
.multi-gd-text img {
    height: auto;
    width: 100%;
}
.multi-gd-text a:hover::after {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::after {
    background: rgba(250, 176, 1, 0.34);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}
h3.tittle {
    color: #fab001;
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
	font-weight:600;
}
.feat-left {
    padding: 0;
}
.im {
    margin-top: 18px;
}
.feat-grid h4 {
    font-size: 27px;
    font-weight: 600;
    color: #fab001;
    padding: 1em 0 0.5em;
    text-align: right;
}
.feat-grid p {
    font-size: 15px;
	color:#fff;
	line-height: 28px;
	text-align: justify;
	direction: rtl;
}

/*-- features --*/







/*-- services1 --*/
.services1{
    padding: 5em 0em;
}
.services-heading {
    text-align: center;
    padding-bottom:1em;
}
.services-heading h2,.services-heading h3,.about-banner h2 {
    font-size: 2.5em;
    color: #aebe27;
    font-family: 'Righteous', cursive;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}
.agileits-line {
	position: relative;
    content: "";
    height: 1px;
    background: #cecece;
    width: 14%;
    margin: 0 auto;
    top: 11px;
}
.agileits-line:before {
    content: "";
    height: 3px;
    background: #aebe27;
    position: absolute;
    width: 25%;
    top: -1px;
    left: 61px;
}
.services-grid-left {
    float: left;
    width: 50%;
}
.services-grid-right {
    text-align: center;
}
.services-grid-left {
    border: 1px solid #A5A3A3;
    padding: 2em 2em;
}
.services-text h4 {
    font-size: 1.5em;
    color: #000;
}
.services-text p {
    font-size: .9em;
    color: #46423F;
    line-height: 1.8em;
    margin: 0;
}
.services-icon {
    float: right;
    width: 70px;
    height: 70px;
    border: 1px solid #999;
    text-align: center;
    padding: 0.5em;
    color: #aebe27;
    font-size: 2em;
    line-height: 1.2em;
}
.services-text {
    float: left;
    width: 78%;
    text-align: right;
    direction: rtl;
    padding-right: 10px;
}
.services-text h4 {
    font-size: 1.5em;
    color: #000;
    margin: 0 0 .5em 0;
}
.services-grid-right img {
    border: 1px solid #999999;
    border-radius: 90px;
    width: 150px;
    height: 150px;
}
.services-grid {
    width: 80%;
    margin: 3em auto 0em;
}
@media(max-width: 992px){
	.services-grid-right {
	    width: 50%;
	    float: right;
	}
}
/*--services --*/








/*-- banner --*/

.banner {
	background: url(/img/banner.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 780px;
	position: relative;
}

.agileits-banner-info p {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 12px;
    color: #ffce14;
    font-weight: 600;
}
.wthree_banner_grid.bottom-head {
    text-align: center;
    background: #ff0101;
    padding: 0;
    height: 150px;
}
.bottom-head a {
    text-decoration: none;
    display: block;
    height: 150px;
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.wthree_banner_grid i {
    font-size: 2.2em;
    color: #fff;
}
.wthree_banner_grid h4 {
    text-transform: capitalize;
    font-size: 1.1em;
    color: #fff;
    padding-top: 1em;
    margin: 8px 0;
    line-height: 25px;
    letter-spacing: 2px;
}

/*-- //banner-text --*/

.wthree_banner_grid.bottom-head {
	text-align: center;
	background: #ff0101;
	padding: 0;
	height: 150px;
}

.bottom-head a {
	text-decoration: none;
	display: block;
	height: 150px;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.buy-media {
	position: absolute;
	bottom: 0;
	height: 150px;
	overflow: hidden;
	padding: 30px;
	width: 100%;
	background-color: #ff0101;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .2s ease, height .2s ease;
	-moz-transition: -moz-transform .2s ease, height .2s ease;
	-o-transition: -o-transform .2s ease, height .2s ease;
	transition: transform .2s ease, height .2s ease;
}

.bottom-head a:hover .buy-media {
	height: 220px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	width: 100%;
	background-color: #ef0101;
	position: absolute;
	bottom: 0;
	left: 0;
}

.wthree_banner_grid.bottom-head:hover .buy-media h4 {
	color: #ffce14;
}

.wthree_banner_grid:nth-child(2) {
	border-left: 1px ridge #da0606;
	border-right: 1px solid #da0606;
}

.wthree_banner_grid:nth-child(3) {
	border-right: 1px solid #da0606;
}

.wthree_banner_grid i {
	font-size: 2.2em;
	color: #fff;
}

.wthree_banner_grid h4 {
	text-transform: capitalize;
	font-size: 1.1em;
	color: #fff;
	padding-top: 1em;
	letter-spacing: 2px;
}

.agileits_more ul li {
	display: inline-block;
}
.w3layouts_banner_info {
	position: absolute;
	width: 100%;
	max-width: 1170px;
    bottom: 0;
}

/*-- //banner-info --*/





/*-- subscribe --*/ 
.sub-agileitsinfo{ 
	background: url(/img/555.jpg)no-repeat 0px 0px fixed;
    background-size: cover;
}
.subscribe {
    text-align: center;
    background: rgb(229, 208, 143);
    padding: 0em 1em 4em;
}
.subscribe h4 {
    font-size: 2.8em;
    color: #fff;
    font-weight: 300;
}
.subscribe form {
    width: 76%;
    margin: 3em auto 0;
}
.subscribe input[type="email"] {
    width: 70%;
    padding: .8em 1em;
    font-size: 1em;
    float: left;
    color: #2c655c;
    outline: none;
    border: 1px solid #fff;
    border-right: none;
    background: #fff;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    direction: rtl;
    font-family: "Arial";
}
.subscribe input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .8em 2em;
    border: 1px solid #fff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: none;
    font-weight: 600;
    font-family: "Arial";
        background: #2c655c;
}
.subscribe form:hover input[type="email"] {
    border-color: #fec303;
}
.subscribe form:hover input[type="submit"] {
    border-color: #2c655c;
    background:#2c655c; 
	color: #fff;
}  
.subscribe ::-webkit-input-placeholder {
	color:#fec303 !important;
}
.subscribe :-moz-placeholder { /* Firefox 18- */
	color:#fec303 !important;
}
.subscribe ::-moz-placeholder {  /* Firefox 19+ */
	color:#fec303 !important;
}
.subscribe :-ms-input-placeholder {  
	color:#fec303 !important;
}
.sub-agileitsinfo h3 {
    color: #2c655c;
    font-size: 25px;
    margin: 1.5em 0 0.5em;
}
 .sub-agileitsinfo p {
    color: #2c655c;
}
/*-- //subscribe --*/





.blog#blog12{
	padding:5em 0;
	border-bottom:1px solid #bbb;
}


/*-- classes --*/ /* blog */
.w3_agile_class_grid{
	padding:0 1em 2em;
}
.agile_class{
	padding:10px 30px;
	background: #01bcfa;
	color:#fff;
	font-size:1em;
	text-decoration:none;
}
.agile_class:hover {
    background: rgb(233, 30, 99);
    color: #fff;
}
.w3_agileits_class_grid{
	padding: 1.5em 1.5em 3.5em;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
}
.w3_agileits_class_grid p {
    color: #999;
    line-height: 26px;
    font-size: 14px;
}
.w3_agileits_class_grid h4{
	margin:1em 0;
}
.w3_agileits_class_grid h4 a{
	font-size: 1.1em;
    text-transform: capitalize;
    color: #212121;
    text-decoration: none;
}
.w3_agileits_class_grid h4 a:hover,.w3_agile_class_grid:hover .w3_agileits_class_grid h4 a{
	color:#58d3f3;
}
.w3_agileits_class_grid h5{
	font-size: 18px;
	color: rgba(233, 30, 99, 0.66);
}
.w3_agileits_class_grid_pos{
	position: absolute;
    width: 100%;
    bottom: -18%;
    left: 0;
}
.w3_agileits_class_grid_pos img {
    border-radius: 50%;
}
.w3_agileits_class_grid_pos img{
	margin:0 auto;
}
.agileits_w3layouts_class_pos{
	position:absolute;
	top:5%;
	right:10%;
}
.agileits_w3layouts_class_pos ul li{
	display:inline-block;
	color:#fff;
	font-size:1em;
}
.agileits_w3layouts_class_pos ul li i{
	padding-right:1em;
	color: #ee5388;
}
.agileits_w3layouts_class_pos ul li a{
	color:#fff;
	text-decoration:none;
}
.agileits_w3layouts_class_pos ul li a:hover{
	color:#58d3f3;
}
.agileits_w3layouts_class_pos ul li:nth-child(2){
	margin:0 1.5em;
}
.w3layouts_classes_grids{
	margin:6em 0 0;
}
/*-- //classes --*/	/* //blog */

/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	padding:0 0 .5em;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*-- Nav --*/
#blog12 .nbs-flexisel-nav-left,#blog12 .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background:rgba(233, 30, 99, 0.76);
    top: -13% !important;
    border: 1px solid rgba(233, 30, 99, 0.76);
    font-family: FontAwesome;
    text-align: center;
    line-height: 2.8em;
    color: #fff;
}
#blog12 .nbs-flexisel-nav-left{
	left:1.4%;
}
#blog12 .nbs-flexisel-nav-left:before {
	content:"\f053";
}
#blog12 .nbs-flexisel-nav-right{
	right: 91.2%;
}
#blog12 .nbs-flexisel-nav-right:after {
	content:"\f054";
}
#blog12 .nbs-flexisel-nav-left:hover,.nbs-flexisel-nav-right:hover{
	background:#58d3f3;
	color:#fff;
	border-color:#58d3f3;
}
/*--//flexisel--*/

/*-- team --*/
.w3layouts_team_grid{
    overflow: hidden;
    position: relative;
}
.w3layouts_team_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.w3layouts_team_grid.agileits_w3layouts_class img{
	height: 250px;
	width: 100%;
}
.w3layouts_team_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.w3_agile_team_grid:hover .w3layouts_team_grid_pos,.w3layouts_gallery_grid:hover .w3layouts_team_grid_pos,
.w3_agile_class_grid:hover .w3layouts_team_grid_pos{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.w3_agile_team_grid:hover .wthree_text,.w3layouts_gallery_grid:hover .wthree_text,
.w3_agile_class_grid:hover .wthree_text{
    opacity: 1;
	-webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
.wthree_text{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 11%;
    opacity: 0;
	    -webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.agileits_social_list li{
	display: inline-block;
}
.agileits_social_list li:nth-child(2){
    margin:0 1.5em;
}
.agileits_social_list li a{
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    width: 35px;
    height: 35px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.agileits_social_list li a i{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	line-height: 2.5em;
}
.agileits_social_list li a:hover{
	background:#fff;
}
a.w3_agile_facebook,.w3_facebook{
	background:#3b5998;
}
a.w3_agile_facebook:hover{
	color:#3b5998;
}
a.agile_twitter,.w3ls_twitter{
	background:#1da1f2;
}
a.w3_agile_dribble,.w3l_dribbble{
	background:#ea4c89;
}
a.w3_agile_vimeo{
	background:#1ab7ea;
}
a.agile_twitter:hover{
	color:#1da1f2;
}
a.w3_agile_dribble:hover{
	color:#ea4c89;
}
a.w3_agile_vimeo:hover{
	color:#1ab7ea;
}
.agile_social_icons_banner {
    float: right;
    margin:1.6em 2em 0 0;
}
.w3_agile_team_grid{
	text-align:center;
}
.w3_agile_team_grid h4{
	font-size: 1.5em;
    color: #212121;
    margin: 1.5em 0 .2em;
}
.w3_agile_team_grid p{
	color:#58d3f3;
}
/*-- //team --*/

.line1 {
    border-top: 2px solid #E91E63;
    width: 5%;
    margin: 38px auto 0;
    transform: rotate(90deg);
}
#blog12 .w3ls-heading h3 {
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Cinzel', serif;
}
/* modal */
.agileits-w3layouts-info p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
	margin-top:20px;
}
.modal-title {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-family: "IRANSans";
}
.modal-content{
	border-radius:0px;
}
/* //modal */








/* //services2 */
#services2.services {
    background: url(/img/bg.jpg)no-repeat center 0px;
    background-size: cover;
        padding: 1em 0;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.jarallax-container-0{
    clip: rect(0px 1663px 653px 0);
    clip: rect(0px, 1663px, 653px, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transition: transform linear -1ms, -webkit-transform linear -1ms;
    visibility: hidden;
    z-index: -100;
}
#services2 .title {
    margin-bottom: 5em;
    text-align: center;
}
#services2 .title h3 {
    font-size: 3.5em;
    text-align: center;
    color: #fb0f8f;
    font-weight: 200;
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #E4E4E4;
    margin: 0 auto;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
}
#services2 .title h3:before {
    content: '';
    width: 70px;
    height: 3px;
    background: #fb0f8f;
    position: absolute;
    bottom: -2px;
    left: 35%;
    display: block;
}
#services2 .title p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    text-align: center;
    margin-top: 1.5em;
}
#services2 .services-row {
    background: rgba(0, 0, 0, 0.63);
    padding: 3em;
}
#services2 .services-grids {
    text-align: center;
}
#services2 .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#services2 .effect-1 {
    background: #E2DFDF;
    -webkit-transition: background 0.5s, color 0.2s;
    -moz-transition: background 0.5s, color 0.2s;
    transition: background 0.5s, color 0.2s;
}
#services2 .services-grids span {
    font-size: 1.8em;
    color: #444;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    padding: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
#services2 .glyphicon-stats:before {
    content: "\e185";
}
#services2 .effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #fb0f8f;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}
#services2 .services-grids span:after {
    /* pointer-events: none; */
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#services2 .services-grids h4 {
    font-size: 1.5em;
    margin: 1em 0 .5em;
    color: #fff;
    line-height: 1.5em;
    position: relative;
}
#services2 .services-grids p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
#services2 .services-grids p:after {
    content: '';
    padding: 1px;
    background: #fb0f8f;
    width: 33%;
    height: 3px;
    margin: 2em auto 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    display: block;
}
#services2 .services-grids p:after {
    content: '';
    padding: 1px;
    background: #fb0f8f;
    width: 33%;
    height: 3px;
    margin: 2em auto 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    display: block;
}
#services2 .services-grids:hover span {
    background: #fb0f8f;
    color: #fff !important;
}
#services2 .services-grids:hover span:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
#services2 .services-grids:hover p:after {
    width: 55%;
}

/* //services2 */







.features-w3:after {
    content: '';
    position: absolute;
    background: url(/img/a.png)repeat center 0px;
    background-size: 3%;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2%;
}





/*-- events --*/
#events1 .wthree-heading h3 {
    text-align: center;
    font-size: 3em;
    margin: 0;
    font-family: 'Pacifico', cursive;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
#events1 .w3-agileits-services-grids, #events1 .agile_banner_bottom_grids {
    margin: 4em 0 0 0;
}
#events1.w3-events{
	padding:4em 0;
}
}
#events1 .events {
  list-style: none;
}

#events1.w3-events{
	position:relative;
	z-index: 1;
}
#events1 .agile_events_grid{
	width:45%;
	margin:0 auto;
	position:relative;
}
#events1 .agile_events_grid img{
	width:100%;
	height: 350px;
}

#events1 .agile_events_grid_pos_sub{
	position: absolute;
    right: -57%;
    top: 10%;
    width: 70%;
	border-bottom: 2px solid #65b126;
	padding: 2em;
    background: #e3e3e3;
    text-align: right;
    direction: rtl;
}
#events1 .agile_events_grid_pos1 h4 a,#events1 .agile_events_grid_pos_sub h4 a{
	font-size: 1em;
    letter-spacing: 1px;
    color: #212121;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 600;
    text-decoration: none;
}
#events1 .agile_events_grid_pos1 h4 a:focus{
	outline:none;
}
#events1 .agile_events_grid_pos1 h4 a:hover{
	color:#fa3d03;
}
#events1 .agile_events_grid_pos_sub h4 a:focus{
	outline:none;
}
#events1 .agile_events_grid_pos_sub h4 a:hover{
	color:#65b126;
}
#events1 .agile_events_grid_pos1 h4,#events1 .agile_events_grid_pos_sub h4{
	margin:1em 0 0;
}
#events1 .agile_events_grid_pos1 p,#events1 .agile_events_grid_pos_sub p{
    color: #999;
    line-height: 1.8em;
    font-size: .9em;
    margin: 1em 0 0 0;
}
#events1 .agile_events_grid_pos1{
    padding: 2em;
    background: #e3e3e3;
    position: absolute;
    left: -57%;
    top: 10%;
    width: 70%;
	border-bottom: 2px solid #fa3d03;
	text-align: right;
    direction: rtl;
}
#events1 .agile_events_grid_pos1 h5,#events1 .agile_events_grid_pos_sub h5{
	font-size: 1em;
    color: #FF9800;
    font-weight: 600;
    position: relative;
}
#events1 .agile_events_grid_pos1 h5 span,#events1 .agile_events_grid_pos_sub h5 span{
	font-size: 3em;
    padding-right: 0.5em;
}
#events1 .w3_agileits_event_head{
	color:#65b126 !important;
}
#events1 .w3_agileits_event_head:after{
	background:#65b126 !important;
}
#events1 .agileits_w3layouts_events_grid_social,#events1 .agileits_w3layouts_events_grid_social1{
    position: absolute;
    top: 0%;
    background: #F44336;
    padding: 1em;
}
#events1 .agileits_w3layouts_events_grid_social{
    right: -7.5%;
}
#events1 .agileits_w3layouts_events_grid_social1{
	left: -7.5% !important;
}
#events1 .agileits_w3layouts_events_grid_social ul,#events1 .agileits_w3layouts_events_grid_social1 ul{
	padding:0;
	margin:0;
}
#events1 .agileits_w3layouts_events_grid_social ul li,#events1 .agileits_w3layouts_events_grid_social1 ul li{
	display:block;
}
#events1 .agileits_w3layouts_events_grid_social ul li:nth-child(2),#events1 .agileits_w3layouts_events_grid_social1 ul li:nth-child(2){
	margin:1em 0;
}
#events1 .agileits_w3layouts_events_grid_social ul li a,#events1 .agileits_w3layouts_events_grid_social1 ul li a{
	color: #FFFFFF;
    font-size: 1em;
}
#events1 .agileits_w3layouts_events_grid_social ul li a:hover,#events1 .agileits_w3layouts_events_grid_social1 ul li a:hover{
	color:#212121;
}

@media(max-width:1080px){
	#events1 .agile_events_grid_pos_sub {
		width: 100%;
	}
	#events1 .agile_events_grid_pos1 {
		width: 100%;
	}

}
@media(max-width:991px){
	#events1 .agile_events_grid {
		width: 100%;
	}
	#events1 .agile_events_grid_pos1 {
		width: 100%;
		position: inherit;
		left: 0;
	}
	#events1 .agile_events_grid_pos_sub {
		width: 100%;
		position: inherit;
		right: 0;
	}
	#events1 .agileits_w3layouts_events_grid_social {
		right: 0;
	}
	.agileits_w3layouts_events_grid_social1 {
		left: 0% !important;
	}
}
@media(max-width:414px){

	#events1.w3-events {
		padding: 2em 0;
	}
		.agile_events_grid_pos1 {
		padding: 1em;
	}
@media(max-width:320px){

	#events1 .agile_events_grid_pos1 h5 span {
		font-size: 2em;
	}
	#events1 .agile_events_grid_pos1 h4 a {
		font-size: .9em;
		letter-spacing: 0px;
	}
}
}
.banner-bottom{
	    background: #e5d08f;
}

.c-layout-page{
	font-family: "Arial";
	    margin-top: 226px;
}
/*-- //events --*/


.c-body .row {
    padding: 0 30px;
}







