body{
	margin: 0;
	font-family: 'Roboto', sans-serif;
	background: #fff;
	height: 400px;
	width: 100%;
}
body a{ 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Mirza', cursive;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.body a:hover{
	text-decoration:none;
}
a:link {
	color: #000000;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
.maintext {
	color: #000;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	}
.redtext {
	color: #F40C42;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
.mainlist {
	color: #000;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	padding-left: 15px;
	list-style: none;
}
.mainlist li {
	padding-bottom: 25px;
	background-image: url(../images/bullet_ff.jpg);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding-left: 15px;
}
.smallist {
	color: #000;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	padding-left: 15px;
	list-style: none;
}
.smallist li {
	background-image: url(../images/bullet_ff.jpg);
	background-repeat: no-repeat;
	background-position: 0em 0.75em;
	padding-left: 15px;
	line-height: 25px;
}

/*-- header --*/
.logo {
	background-image: url(../images/disaim%20logo.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	width: 150px;
	height: 100px;
	visibility: visible;
	position: relative;
	float:left;
}

.box {
	background-color: #000;
	height: 80px;
}

.header {
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #000;
} 
/*-- header --*/


/*-- top-nav --*/
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
.navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}
.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0.6em 0 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
    background: none;
}
.navbar-nav > li {
    margin: 0 0.5em;
	float: none;
    display: inline-block;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 1.2em;
    padding: 0 5px;
    position: relative;
	font-weight: 300;
	min-width: 120px;
	text-transform:uppercase;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration:none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
	color: #FFFFFF;
}
.w3ls-hover:hover,.navbar-default .navbar-nav li a.active {
  letter-spacing: 3px;
}

.w3ls-hover:after,
.w3ls-hover:before {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden; 
		  backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: -3px;
	content: " ";
	display: block;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 280ms ease-in-out;
	-moz-transition: all 280ms ease-in-out;
	-o-transition: all 280ms ease-in-out;
	-ms-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
	width: 0;
}

.w3ls-hover:hover:after,
.w3ls-hover:hover:before,.navbar-default .navbar-nav li a.active:after,.navbar-default .navbar-nav li a.active:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
  -moz-transition: width 350ms ease-in-out;
  -o-transition: width 350ms ease-in-out;
  -ms-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 100%;
}

.w3ls-hover:hover:before,.navbar-default .navbar-nav li a.active:before {
  bottom: auto;
  top: -3px;
  width: 100%;
} 
/*-- //top-nav --*/


/*-- banner section --*/
.fader{
    position: relative;
    padding-top: 55%;
    overflow: hidden;
} 
 
.fader .slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	opacity: 0;
}
 
.fader img.slide{
    height:1200px;
	width:100%;
}

.fader .prev,
.fader .next{
  position: absolute;
  height: 80px;
  line-height: 55px;
  width: 50px;
  font-size: 100px;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 0;
  z-index: 4;
  margin-top: -25px;
  cursor: pointer;
  opacity: .7;
  transition: all 150ms;
}

.fader .prev:hover,
.fader .next:hover{
  opacity: 1;
}

.fader .next{
  left: auto;
  right: 0;
}

.fader .pager_list{
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  bottom: 150px;
  text-align: center;
  z-index: 4;
}

.fader .pager_list li{
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  background: #fff;
  opacity: .7;
  text-indent: -9999px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 150ms;
}

.fader .pager_list li:hover,
.fader .pager_list li.active{
  opacity: 1;
}
/*-- /banner section --*/

/*-- about --*/

.about a:hover{
	text-decoration:underline;
}	

.about-left {
    padding: 5em 8em;
	text-align:center;
} 
.about-right {
	padding: 0;
    background-size: cover;
    min-height: 650px;
}
.about-right img {
    width: 100%;
}

.about h3 {
	color: #F40C42;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

p {
    font-size: 1em;
    line-height: 1.8em;
    color: #999;
}
/*-- //about --*/

/*-- read more --*/
a.sim-button.button13 {
    font-size: 1em;
    color: #555;
    padding: 1em 3em;
    margin-top: 2em;
    display: inline-block;
	-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;
	text-decoration: none;
	outline: none;
}   
.button13 a{
	color: #000;
	text-decoration: none;
	display: block;
}
.button13::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid #F40C42;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.button13:hover::before{
	opacity: 0;
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.button13::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #F40C42;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -o-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.button13:hover::after{
	opacity: 1 ;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
} 
a.sim-button.button13:hover {
    color: #fff;
}
/*-- //read more --*/

/*-- banner-modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 0 2em 2.5em;
}
.modal-dialog {
    margin: 6em auto 0;
} 
.modal-body h3 {
	color: #F40C42;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
}
.bnr-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 0.5em 2em 0;
}
.bnr-modal button.close {
	color: #999999;
	opacity: .9;
	font-size: 2.5em;
	outline: none;
}
.modal-body p {
    font-weight: 300;
}
.modal-body li {
    font-weight: 300;
}
/*-- //banner-modal --*/


/*-- services --*/

.services a:hover{
	text-decoration:underline;
}	

.services h3 {
	color: #F40C42;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.services-row {
	overflow: hidden;
}
.services-left {
    padding: 0;
    background: url(../images/img2.jpg)no-repeat center 0px;
    background-size: cover;
    min-height: 343px; 
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all;
}
.services-right{
	padding:7em 10em;
	background:#00405c;
}
h4.w3agile-sbtitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
    color: #fff;
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
h4.w3agile-sbtitle:after {
    width: 6%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.services p {
    color: #d4d4d4;
    font-weight: 300;
}
img.img-responsive {
    width: 100%;
}
.services-left.services-left2 {
    float: right;
    background: url(../images/img3.jpg) no-repeat center 0px;
    background-size: cover;
	min-height: 344px;
}
.services-right.services-right2 {
    background: #2b82ad;
}
.services-left.services-left3 { 
    background: url(../images/img4.jpg) no-repeat center 0px;
    background-size: cover;
}
.services-row:hover .services-left {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*-- //services --*/

/*-- gallery --*/

.gallery-button {
    padding: 2em 1em;
	text-align:center;
} 
.gallery a:hover{
	text-decoration:underline;
}	
.gallery a.sim-button.button13 {
    font-size: 1em;
    color: #555;
    padding: 1em 3em;
    margin-top: 2em;
    display: inline-block;
	-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;
	text-decoration: none;
	outline: none;
}
.gallery a.sim-button.button13:hover {
    color: #fff;
}   
.gallery h3 {
	color: #F40C42;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.gallery-grid {
    margin-top: 2em;
}
.wpf-demo-4 {
	background-color: #F40C42;
	display: block; 
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
	width: 100%;
	height: 230px;
}
.wpf-demo-4 a.item-hover {
    display: block;
}
.wpf-demo-4 img {
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.wpf-demo-4:hover img {
    height: 100%;
    margin-left: -42px;
    margin-top: -7px;
	-webkit-transform: translateY(-10%) rotate(-42deg) scale(1.5);
	-moz-transform: translateY(-10%) rotate(-42deg) scale(1.5);
	-o-transform: translateY(-10%) rotate(-42deg) scale(1.5);
	-moz-transform: translateY(-10%) rotate(-42deg) scale(1.5);
    transform: translateY(-10%) rotate(-42deg) scale(1.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
    transition: all 0.5s;
    width: 134%;
}
.wpf-demo-4:hover .view-caption {
    text-align: right;
	-webkit-transform: translateY(-111%);
	-moz-transform: translateY(-111%);
	-o-transform: translateY(-111%);
	-moz-transform: translateY(-111%);
    transform: translateY(-111%);
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
    transition: all 0.5s;
    bottom: -25px;
}
.wpf-demo-4 .view-caption {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
	text-align: right;
	position: absolute;
	right: 0;
	bottom: -25px;
}
.wpf-demo-4 .view-caption p {
    color: #fff;
    font-size: 1em;
    padding-right: 7px;
}
/*-- jzBox-lightbox --*/
#jzBox {
	top: 0;
	left: 0;
	z-index: 10000;
	position: fixed;
	background-color: rgba(30, 30, 30, 0.9);
	margin: 0 !important;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	color: #fff;
	    overflow-y: scroll;
}
#jzBoxTargetImg {
	margin:6% 0 1% 0;
	max-width: 96%;
	max-height: 73%;
	cursor: pointer;
}
#jzBoxCounter {
	margin-bottom: 1%;
	font-size: 12px;
}

#jzBox i:hover {
    cursor: pointer;
    color: #F40C42;
    opacity: 1;
	background:transparent;
}
#jzBoxBottom { max-height: 22%; }

#jzBoxNextBig, #jzBoxPrevBig {
	cursor: pointer;
	top: 0;
	left: 0;
	width: 0;
	position: fixed;
	z-index: 10001;
	height: 100%;
}

#jzBoxNextBig { left: 60%; }
#jzBoxMoreItems{
	position:relative;
	margin-bottom: 2em;
}
#jzBoxMoreItems .close {
    float: none;
    opacity: 1;
    margin: 1.5em 1em 0;
    position: absolute;
    font-size: 1.7em;
    color: #fff;
    border: 1px solid;
    padding: .3em .5em;
    top: 0;
    right: 29%;
    z-index: 99999;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
} 
.arrow-left,.arrow-right {  
    font-size: 3em;
    background: #F40C42;
    padding: 0em 0.3em;
	border: 1px solid #F40C42;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
 .arrow-left{ 
    margin-right:0.5em; 
}
.item-type-move .item-hover {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    text-decoration: none;
    background: #FF69B4;
	display:block;
} 
/*-- //jzBox-light box --*/
/*-- //gallery --*/


/*-- camara --*/

.camara a:hover{
	text-decoration:underline;
}	

.camara-left {
	padding: 0;
	min-height: 150px;
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: center;
} 
.camara-right {
	padding: 0;
	min-height: 150px;
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: center;
}

.camara h3 {
	color: #F40C42;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

/*-- //camara --*/


/*-- certificate --*/
.certificate-left {
	padding: 0;
	min-height: 150px;
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: center;
} 
.certificate-middle {
	padding: 0;
	min-height: 150px;
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: center;
}
.certificate-right {
	padding: 0;
	min-height: 150px;
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: center;
}
/*-- //certificate --*/


/*-- features --*/
.features a:hover{
	text-decoration:underline;
}
.features {
    margin-top: 5em;
}
.features h3 {
	color: #F40C42;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.features h4 {
    font-size: 1.6em;
    color: #2b82ad;
	font-family: Tahoma, Geneva, sans-serif;
    margin-bottom: .5em;
	font-weight: bold;
}

.features-grid.features-w3ls-btm {
    margin-top: 4em;
}
/*-- Effect1 --*/
.features-grid-left {
    text-align: right;
}
.features-grid-left i{
    font-size: 2em;
    color: #fff;
    display: inline-block;
	-webkit-border-radius: 50%;
    border-radius: 50%;
	-moz-border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    padding: 1em;
	position: relative;
}
.features-grid-left i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.effect-1 {
  background: #2b82ad;
  -webkit-transition: background 0.5s, color 0.2s;
  -moz-transition: background 0.5s, color 0.2s;
  -o-transition: background 0.5s, color 0.2s;
  -ms-transition: background 0.5s, color 0.2s;
  transition: background 0.5s, color 0.2s;
}
.effect-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	-webkit-box-shadow: 0 0 0 2px #2b82ad; 
	-moz-box-shadow: 0 0 0 2px #08B1A3;
	-o-box-shadow: 0 0 0 2px #08B1A3;
	-ms-box-shadow: 0 0 0 2px #08B1A3;
	box-shadow: 0 0 0 2px #2b82ad;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
	-moz-transition: -moz-transform 0.5s, opacity 0.2s;
	-o-transition: -moz-transform 0.5s, opacity 0.2s;
	-ms-transition: -moz-transform 0.5s, opacity 0.2s;
	transition: transform 0.5s, opacity 0.2s;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	-moz-opacity: 0;
}
.features-grid:hover i{
	background:#2b82ad;
	color: #fff !important;
}
.features-grid:hover i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-moz-opacity: 1;
}
/*-- //Effect1 --*/
/*-- //features --*/


/*-- social-icons --*/
.social-icons {
    margin-top: 1em;
	text-align: center;
}
.social-icons h3.agileits-title {
    font-size: 2.5em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
}
.social-icons ul li {
    display: inline-block;
}
.social-icons ul li a.fa {
    font-size: 1.5em;
    color: #fff;
    padding: 0 0.5em;
    line-height: 2.2em;
}
.icon-border {
	position: relative;
}
.icon {
    vertical-align: top;
    overflow: hidden;
    margin: 4px;
    width: 45px;
    height: 45px;
}
.icon-border::before,
.icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
} 
.icon-border::before {
	z-index: 1;
	-webkit-border-radius: 75%;
	-moz-border-radius: 75%;
	-o-border-radius: 75%;
	-ms-border-radius: 75%;
	border-radius: 75%;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;      
}  
/* facebook */
.icon-border.facebook::before {
	-webkit-box-shadow: inset 0 0 0 48px #3b5998; 
	-moz-box-shadow: inset 0 0 0 48px #3b5998; 
	-o-box-shadow: inset 0 0 0 48px #3b5998; 
	-ms-box-shadow: inset 0 0 0 48px #3b5998; 
	box-shadow: inset 0 0 0 48px #3b5998; 
} 
.icon-border.facebook:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #3b5998; 
	-moz-box-shadow: inset 0 0 0 4px #3b5998; 
	-o-box-shadow: inset 0 0 0 4px #3b5998; 
	-ms-box-shadow: inset 0 0 0 4px #3b5998; 
	box-shadow: inset 0 0 0 4px #3b5998;
} 
/* twitter */
.icon-border.twitter::before {
	-webkit-box-shadow: inset 0 0 0 48px #4099ff;
	-moz-box-shadow: inset 0 0 0 48px #4099ff;
	-o-box-shadow: inset 0 0 0 48px #4099ff;
	-ms-box-shadow: inset 0 0 0 48px #4099ff;
	box-shadow: inset 0 0 0 48px #4099ff;
} 
.icon-border.twitter:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #4099ff;
	-moz-box-shadow: inset 0 0 0 4px #4099ff;
	-o-box-shadow: inset 0 0 0 4px #4099ff;
	-ms-box-shadow: inset 0 0 0 4px #4099ff;
	box-shadow: inset 0 0 0 4px #4099ff;
} 
/*-- //social-icons --*/  
/*-- //subscribe --*/
/*-- contact --*/
.contact a:hover{
	text-decoration:underline;
}
.contact h3 {
	color: #F40C42;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.col-md-6.contact-right a {
    color: #F40C42;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.col-md-6.contact-right a:hover{
	color: #000;
}
.mapa {
    width: 100%;
    min-height: 32.5em;
    border: none;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact input[type="text"],.contact textarea{
    font-size: 1em;
    color: #555;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
.contact textarea { 
    min-height: 13em; 
} 
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: 1.1em;
    color: #F40C42;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
	width:100%;
	margin: 2em 0 1em;
	position: relative;
}
.styled-input label {
    color: #555;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 1em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
	width: 0;
	height:2px;
	background:#2b82ad;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	transition: all 0.125s; 
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
.contact input[type="submit"] {
    outline: none;
    color: #fff;
	width: 30%;
    padding: .8em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #F40C42;
    border: 2px solid #F40C42;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.contact input[type="submit"]:hover {
    background-color: transparent;
    color: #F40C42;
	letter-spacing: 5px;
}
/*-- //contact --*/
/*-- footer --*/
.footer {
    padding: 3em 0;
    background: #222;
}
.address ul li {
    font-size: 1.1em;
    display: inline-block;
    width: 33%;
    text-align: center;
    color: #fff;
}
.address ul li a{ 
    color: #fff;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.address ul li a:hover{
    color: #F40C42;
}
.address ul li i.fa {
    font-size: 1.5em;
    margin-right: 0.5em;
    vertical-align: middle;
}
.copy-right p {
    color: #fff;
    text-align: center;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 2px solid #2d2d2d;
}
.copy-right p a {
    color: #F40C42;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.copy-right p a:hover{
    color: #fff;
}
/*-- //footer --*/
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/top.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/ 
/*-- responsive-design --*/
@media(max-width:1440px){
.about-left {
    padding: 4em 6em;
}
.about-right { 
    min-height: 485px;
}
.services-left { 
    min-height: 368px; 
}
.services-left.services-left2 { 
    min-height: 369px;
}
}
@media(max-width:1366px){
.banner {
    min-height: 710px; 
}
h1.agile-logo { 
    margin-bottom: 2em;
}
.banner-text h2{ 
    font-size: 4.5em; 
} 
.about-left h3.agileits-title {
    font-size: 3.5em;
}
.about-left h3.agileits-title:after { 
    left: 45%; 
}
.about h4 {
    font-size: 1.4em; 
}
.team, .services, .testimonials, .subscribe, .contact {
    padding: 4em 0;
}
h3.agileits-title { 
    font-size: 3.6em; 
}
h3.agileits-title:after {
    width: 55px; 
    left: 47%; 
}
.services-right {
    padding: 6em 10em; 
}
.services-left,.services-left.services-left2  {
    min-height: 340px;
} 
}
@media(max-width:1280px){
.about h4 {
    font-size: 1.3em;
} 
.about-right {
    min-height: 467px;
}
a.sim-button.button13 { 
    padding: 0.8em 3em;
    margin-top: 1.5em; 
}
#jzBoxMoreItems .close {
    margin: 1.3em 1em 0;
}
}
@media(max-width:1080px){
.agile-logo span, .agile-logo span:hover { 
    font-size: 1.3em; 
}
.agile-logo a b { 
    letter-spacing: 4px; 
}
.banner-text h2{
    font-size: 4.3em;
	margin: 0.2em 0 0.5em;
}
.banner-text h4 {
    font-size: 1.6em;  
}
.banner {
    min-height: 650px;
}
.navbar-default .navbar-nav > li > a { 
    font-size: 1.1em;
    padding: 0 2px; 
}
.about-left {
    padding: 4em 3em;
}
.ch-grid li.ch-grid-item {
    width: 210px;
    height: 210px; 
    margin: 10px;
}
.services-right {
    padding: 5em 6em;
}
.services-left, .services-left.services-left2 {
    min-height: 312px;
}
.wpf-demo-4 { 
    height: 194px;
}
.wpf-demo-4 .view-caption p { 
    padding-right: 5px;
}
.wpf-demo-4:hover .view-caption {  
    -webkit-transform: translateY(-95%); 
    -moz-transform: translateY(-95%); 
    -o-transform: translateY(-95%); 
    -moz-transform: translateY(-95%); 
    transform: translateY(-95%); 
}
.features-grid-right {
    padding-right: 0;
}
.testi-three-grids {
    width: 80%; 
}
.testi-right h4 {
    font-size: 1.8em; 
}
.testi-right h4 span { 
    font-size: 0.5em;
} 
.contact textarea {
    min-height: 10em;
}
.mapa { 
    min-height: 29em; 
}
.modal-dialog {
    margin: 4em auto 0;
}
}
@media(max-width:1024px){
.about-left h3.agileits-title {
    font-size: 3em;
}
.about-left {
    padding: 3em 3em;
}
.services-right {
    padding: 4.1em 6em;
}
h3.agileits-title {
    font-size: 3.4em;
}
.address ul li {
    font-size: 1em; 
}
.copy-right p { 
    text-align: center;
    margin-top: 1.5em;
    padding-top: 1.5em; 
}
.contact input[type="submit"] { 
    width: 40%; 
} 
}
@media(max-width:991px){
.navbar-default .navbar-nav > li > a { 
    font-size: 1.1em; 
    min-width: 97px; 
}
.agile-logo span, .agile-logo span:hover {
    font-size: 1.2em;
    border: 8px dashed #fff;
}
.banner-text h2 {
    font-size: 4em; 
}
.banner {
    min-height: 630px;
}
.about-left {
    padding: 3em 7em;
}
.about-right {
    min-height: 360px;
    background-position: center;
}
.ch-grid li.ch-grid-item {
    width: 167px; 
    margin: 5px;
}
.services-right { 
    float: right;
    width: 65%;
}
.services-left{ 
    float: left;
    width: 35%;
}
.services-left, .services-left.services-left2 {
    min-height: 287px;
}
.gallery-grid {
    margin-top: 1em;
    float: left;
    width: 33.33%;
    padding: 0 .5em;
}
.wpf-demo-4 {
    height: 155px;
}
#jzBoxMoreItems .close { 
    right: 16%; 
}
.features-grid {
    margin-bottom: 2em;
}
.features-grid.features-w3ls-btm {
    margin-top: inherit;
}
.testi-right h4 {
	font-size: 1.6em;
}
h3.agileits-title {
    font-size: 3em;
}
.social-icons {
    margin-top: 1em;
}
.mapa {
    min-height: 17em;
}
.contact textarea {
    min-height: 8em;
}
.contact input[type="submit"] {
    width: 27%;
    padding: .6em 4em; 
    margin: 0;
}
.contact-right {
    margin-top: 1.5em;
}
.address ul li { 
    width: inherit;
}
.address ul li:nth-child(2) {
    margin: 0 4em;
}
.modal-dialog {
    margin: 2em auto;
}
}
@media(max-width:800px){ 
.agile-logo span, .agile-logo span:hover {
    font-size: 1.1em; 
}
.agile-logo a b {
    letter-spacing: 3px;
    font-size: .28em;
}
.banner-text h4 {
    font-size: 1.5em;
}
.banner-text h2 {
    font-size: 3.6em;
}
.banner {
    min-height: 600px;
}
.about-right {
    min-height: 300px; 
}
.team, .services, .testimonials, .subscribe, .contact {
    padding: 3em 0;
} 
h4.w3agile-sbtitle {
    font-size: 1.5em; 
    margin-bottom: 0.8em;
    padding-bottom: 0.6em; 
    letter-spacing: 2px;
}
.services-right {
    padding: 3.94em 4em;
}
.features {
    margin-top: 4em;
}
.features-grid-left i { 
    padding: 0.9em; 
}
.subscribe input[type="text"] { 
    padding: .7em 1em;
    font-size: 1.3em; 
}
.wpf-demo-4 .view-caption p { 
    font-size: 0.9em; 
}
} 
@media(max-width:767px){
.header {
    padding: 1.5em 1.5em 0;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0;
}
.navbar-default .navbar-nav > li > a { 
    text-align: center;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background: #000;
}
.navbar-default .navbar-toggle {
	border-color: #FFFFFF;
	margin: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-nav > li > a { 
    padding: 0.8em;
}
.navbar-nav > li {
    margin: 0;
    display: block;
} 
.w3ls-hover:hover:after, .w3ls-hover:hover:before, .navbar-default .navbar-nav li a.active:after, .navbar-default .navbar-nav li a.active:before {
   width: 50%;
}
.w3ls-hover:hover:before, .navbar-default .navbar-nav li a.active:before { 
    width: 50%;
}
div#bs-example-navbar-collapse-1 {
    background: rgba(0, 0, 0, 0.83);
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    border: 1px solid #fff;
    margin-top: 0.5em;
} 
}
@media(max-width:736px){
.banner-text {
    text-align: center;
    padding: 6em 0;
}
.banner {
    min-height: 540px;
}
h1.agile-logo {
    margin-bottom: 1.8em;
}
.banner-text h2 {
    font-size: 3.2em;
}
.about-left {
    padding: 3em 4em;
}
.ch-grid li.ch-grid-item {
    width: 36%; 
}
.services-left,.services-right {
    float: none;
    width: 100%;
}
.services-left, .services-left.services-left2{
    float: none; 
    min-height: 245px;
}
.wpf-demo-4 {
    height: 143px;
}
.features h4 { 
    margin-bottom: .3em;
}
.testi-right { 
    width: 74%; 
}
.testi-right h4 { 
    margin-top: 0.3em;
}
.social-icons h3.agileits-title {
    font-size: 2em; 
}
.address ul li {
    width: inherit;
    display: block;
}
.address ul li:nth-child(2) {
    margin: 1.2em 0;
}
.address ul li i.fa {
    font-size: 1.1em; 
}
.footer {
    padding: 2.5em 0; 
}
.modal {
    padding: 0 !important;
}
.modal-dialog { 
    width: 80%; 
}
.modal-body h4 ,h3.title{
    font-size: 1.8em; 
}
}
@media(max-width:667px){
.banner {
    min-height: 420px;
}
.banner-text {
    padding: 3.8em 0;
}
.banner-text h4 {
    font-size: 1.2em;
}
.banner-text h2 {
    font-size: 3em;
}
h1.agile-logo {
    margin-bottom: 1.2em;
}
.about-left {
    padding: 2.5em 3em;
}
.about-left h3.agileits-title {
    font-size: 2.8em;
    margin-bottom: .8em;
}
.about h4 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.wpf-demo-4 {
    height: 132px;
}
.gallery-grid {
    margin-top: 0.6em; 
    padding: 0 .3em;
}
.features h4 {
    font-size: 1.5em; 
} 
.testi-left {
    float: left; 
}
.testi-right {
    width: 72%;
    margin-left: 1em;
}
.testi-right h4 {
    margin-top: 0.1em;
    font-size: 1.3em;
}
.subscribe-w3row {
    width: 70%; 
}
h3.agileits-title { 
    margin-bottom: 0.8em; 
}
.about-right {
    min-height: 250px;
}
.services-right {
    padding: 3em 4em;
}
.skills ul li { 
    margin: 0 0.7em;
}
}
@media(max-width:640px){
.wpf-demo-4 {
    height: 130px;
}
.wpf-demo-4 .view-caption p {
    font-size: 0.8em;
}
.mapa {
    min-height: 14em;
} 
#jzBoxMoreItems .close { 
    right: 8%; 
}
}
@media(max-width:600px){
.modal-body {
    padding: 0 1.5em 2.5em;
}
.modal-body h4, h3.title {
    font-size: 1.6em;
}
.skills ul li {
    margin: 1em 1.7em 0;
}
.banner-text {
    padding: 3em 0;
}
.banner-text h2 {
    font-size: 2.7em;
}
h3.agileits-title {
    font-size: 2.6em;
}
.gallery-grid {
    margin-top: 1em;
    padding: 0 .5em;
    width: 50%;
}
.wpf-demo-4 {
    height: 174px;
}
.features-grid-left i {
    font-size: 1.8em; 
}
.testi-left {
    float: none;
    text-align: center;
    margin: 0 auto;
}
.testi-right {
    width: 100%;
    margin: 1em 0 0;
    text-align: center;
}
.wpf-demo-4:hover .view-caption {
    -webkit-transform: translateY(-115%);
    -moz-transform: translateY(-115%);
    -o-transform: translateY(-115%);
    -moz-transform: translateY(-115%);
    transform: translateY(-115%);
}
.testi-three-grids {
    width: 70%;
}
}
@media(max-width:568px){
.agile-logo span, .agile-logo span:hover {
    font-size: 1em;
}
.services-right {
    padding: 2.5em 3.5em;
}
.wpf-demo-4 {
    height: 164px;
}
}
@media(max-width:480px){
.banner-text h2 {
    font-size: 2.3em;
}
.banner-text h4 {
    font-size: 1.1em;
}
.banner {
    min-height: 370px;
}
.agile-logo span, .agile-logo span:hover {
    font-size: 0.9em;
}
.agile-logo a b {
    letter-spacing: 1px; 
}
.navbar-default .navbar-nav > li > a {
    font-size: 1em; 
}
.w3ls-hover:hover:before, .navbar-default .navbar-nav li a.active:before {
    width: 50%;
}
.header {
    padding: 1em 1em 0;
}
.about-left h3.agileits-title {
    font-size: 2.6em; 
}
h3.agileits-title:after {
    width: 40px; 
}
p {
    font-size: 0.9em; 
}
a.sim-button.button13 {
    font-size: 0.9em; 
}
.modal-dialog {
    width: 90%;
}
.skill-info {
    margin-top: 1em; 
}
.ch-grid li.ch-grid-item {
    width: 47%;
}
.services-left, .services-left.services-left2 { 
    min-height: 200px;
}
.wpf-demo-4 {
    height: 140px;
}
.arrow-left, .arrow-right {
    font-size: 2.5em; 
}
#jzBoxMoreItems .close{
	font-size: 1.5em;
	margin: 1.7em 0 0;
}
#jzBoxCounter {
    margin-bottom: 4%; 
} 
.social-icons ul li a.fa {
    font-size: 1.3em; 
    line-height: 2.3em; 
	padding:0;
}
.icon { 
    width: 40px;
    height: 40px;
}
.contact-left,.contact-right {
    padding: 0;
}
.contact input[type="text"], .contact textarea {
    font-size: 0.9em; 
}
.styled-input input:focus ~ label, .styled-input input:valid ~ label, .styled-input textarea:focus ~ label, .styled-input textarea:valid ~ label {
    font-size: 0.9em; 
}
.contact input[type="submit"] {
    width: 35%;
    padding: .6em 2em; 
}
.address ul li {
    font-size: 0.9em;
}
.testi-right h4 span {
    font-size: 0.6em;
}
}
@media(max-width:414px){
.agile-logo span, .agile-logo span:hover {
    font-size: 0.8em;
    border: 6px dashed #fff;
}
.agile-logo a b {
    letter-spacing: 0px;
}
.banner-text h2 {
    font-size: 2em;
}
.banner-text h4 {
    font-size: 1em;
} 
h1.agile-logo {
    margin-bottom: 0.8em;
}
.banner {
    min-height: 330px;
}
.about-left {
    padding:2em 1.5em 2.5em;
}
.about-left h3.agileits-title {
    font-size: 2.4em;
}
.about h4 {
    font-size: 1.1em; 
}
.about-right {
    min-height: 160px;
}
.ch-grid li.ch-grid-item {
    width: 68%;
}
.services-right {
    padding: 2em 2.5em;
}
h4.w3agile-sbtitle {
    font-size: 1.3em; 
}
.team, .services, .testimonials, .subscribe, .contact {
    padding: 2em 0;
}
.wpf-demo-4 {
    height: 220px;
}
.gallery-grid {
    margin-top: 1em;
    padding: 0 1em;
    width: 100%;
    float: none;
}
.wpf-demo-4 .view-caption p {
    padding-right: 12px;
}
.features {
    margin-top: 3em;
}
.features-grid {
    margin-bottom: 1em;
    padding: 0;
}
.features h4 {
    font-size: 1.4em;
}
h3.agileits-title:after { 
    left: 45%;
}
.subscribe input[type="text"] {
    padding: .7em 1em;
    font-size: 1.1em;
    border-width: 2px;
}
.subscribe input[type="submit"] { 
    font-size: 0.9em; 
	border-width: 2px;
}
.subscribe-w3row {
    width: 86%;
}
.social-icons h3.agileits-title {
    font-size: 1.7em;
    letter-spacing: 1px;
}
.mapa {
    min-height: 10em;
}
.contact input[type="submit"] { 
    font-size: 0.9em; 
}
.footer {
    padding: 2em 0;
}
.copy-right p { 
    margin-top: 1em;
    padding-top: 1em;
}
}
@media(max-width:384px){
.wpf-demo-4 {
    height: 200px;
}
.services-right {
    padding: 1.8em 2em;
}
}
@media(max-width:375px){
.services-left, .services-left.services-left2 {
    min-height: 170px;
}
.wpf-demo-4 {
    height: 190px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 0.9em;
}
.navbar-toggle { 
    padding: 6px 6px; 
}
.banner-text h2 {
    font-size: 1.8em;
}
}
@media(max-width:320px){
.banner-text {
    padding: 2.5em 0;
}
.banner-text h4 {
    font-size: 0.95em;
}
.banner {
    min-height: 300px;
} 
.about-left h3.agileits-title {
    font-size: 2.2em;
}
h3.agileits-title:after {
    width: 35px;
}
.about-right {
    min-height: 140px;
} 
h3.agileits-title {
    font-size: 2.3em;
}
.gallery-grid { 
    padding: 0; 
} 
.wpf-demo-4 {
    height: 183px;
}
.features {
    margin-top: 2em;
}
.features-grid-left i {
    font-size: 1.5em;
}
.features-grid-left {
    text-align: left;
    padding: 0;
}
.features h4 {
    font-size: 1.3em;
}
.subscribe input[type="text"] { 
    font-size: 1em; 
}
.social-icons {
    margin-top: 1em;
}
h3.agileits-title {
    font-size: 2.1em;
}
.contact input[type="submit"] {
    width: 42%; 
} 
}
/*-- //responsive-design --*/


/*-- RESPONSIVE DESIGN --*/

@media (max-width: 1800px) {
.fader .pager_list {
	bottom:30px;	
}

@media (max-width: 1600px) {
.fader .pager_list {
	bottom:30px;	
}
}

@media (max-width: 1440px) {
.fader .pager_list {
	bottom:30px;	
}
}

@media (max-width: 1080px) {
.logo {
	width: 100px;
	height: 75px;
}
}

@media (max-width: 1050px) {

}

@media (max-width: 1024px) {
.fader .pager_list {
    bottom: 50px;
}
.fader img.slide , .fader {
    height: 690px;
}
}

@media (max-width: 991px) {
.fader img.slide, .fader {
    height: 610px;
}
}

@media (max-width: 900px) {

}

@media (max-width: 800px) {

}

@media (max-width: 768px) {
.fader img.slide, .fader {
    height: 530px;
}
.fader .pager_list {
    bottom: 25px;
}
.logo {
	width: 60px;
	height: 40px;
}
.box {
	height: 10px;
}
}

@media (max-width: 736px) {
.fader img.slide, .fader {
    height: 380px;
}
.fader .prev, .fader .next {
	top:42%;
}
}

@media (max-width: 667px) {
}

@media (max-width: 640px) {
.fader img.slide, .fader {
    height: 400px;
}
.fader .pager_list {
    bottom: 25px;
}
.fader .prev, .fader .next {
    top: 50%;
}
}

@media (max-width: 600px) {
.fader .prev, .fader .next {
    top: 42%;
}
}

@media (max-width: 568px) {
.fader img.slide, .fader {
    height: 345px;
}
}

@media (max-width: 480px) {
.fader img.slide, .fader {
    height: 320px;
}

.fader .prev, .fader .next {
    top: 45%;
}
.fader .pager_list {
    bottom: 15px;
}
}

@media (max-width: 414px) {
.fader img.slide, .fader {
    height: 320px;
}
}


@media (max-width: 384px) {
.fader img.slide, .fader {
    height: 300px;
}
}

@media (max-width: 375px) {
.fader img.slide, .fader {
    height: 290px;
}
}

@media (max-width: 320px) {
.fader .pager_list {
    bottom: 5px;
}
.fader img.slide, .fader {
    height: 230px;
}
}
/*-- /RESPONSIVE DESIGN --*/
