/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/

body {
	margin: 0;
	font-family: 'Alegreya Sans', sans-serif;
	background: #fff;
}

body a,
.slider-info a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Alegreya Sans', sans-serif;
}

p {
	margin: 0;
	color: #2b2222;
	font-size: 1em;
	line-height: 1.6;
}

ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus {
	outline: none;
	text-decoration: none;
}

/*-- bottom-to-top --*/

/*-- to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 35px;
	height: 35px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}

#toTopHover {
	width: 35px;
	height: 35px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //to-top --*/

/*-- //bottom-to-top --*/

.sidenav {
	height: 100%;
	/*width: 320px;*/
	position: fixed;
	z-index: 1;
	top: 0;
	/*left: 0;*/
	background-color: #fff;
	/*background: url(../images/nav.jpg) no-repeat center;*/
	background-size: cover;
	overflow-x: hidden;
	padding-top: 20px;
	right: 0;
}

.sidenav:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}

section#about {
	margin: 1em;
	padding: 1em;
	border: 1px solid #dacfcf;
}

.navbar-light .navbar-brand {
	padding: 6px 15px;
	line-height: 36px;
	text-decoration: none;
	font-size: 29px;
	color: #000;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	font-weight: 300;
	background: #fff;
	border: 4px solid rgba(103, 58, 183, 0.43);
	text-align: center;
}

.navbar-expand-lg .navbar-nav li a {
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 15px;
}

header {
	/*padding-top: 10em;*/
}

.navbar-expand-lg .navbar-nav li {
	margin: 1em 0 0;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #673ab7;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #673ab7;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.serv_link {
    color: #fff;
    font-weight: 600;
}
.main {
	margin-right: 358px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

.banner-text-w3ls {
	/*background: url(../images/etc.jpg) no-repeat center;*/
	background-size: cover;
	padding: 0vw 0;
	/*margin: 10px;*/
}

.banner-text-w3ls h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	font-size: 6em;
	text-transform: uppercase;
	font-weight: bold;
}

/* about bottom */

.abbot-main {
	/*background: #edf5fd;*/
	margin-top: -44px;
}

.abbot-grid2 {
	background: #fdeef1;
}

.abbot-right .card {
	background: transparent;
	border: none;
}

.abt_card_btn {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.2em;
	letter-spacing: 4px;
	color: #333 !important;
}

/* progress bars */

.progress_agile {
	max-width: 500px;
}

.progress-outer {
	border-radius: 50px;
}

.progress-outer h6 {
	color: #000;
	font-size: 1em;
	letter-spacing: 1px;
}

.progress {
	height: 22px;
	margin: 0;
	overflow: visible;
	border-radius: 50px;
	background: #e6d9d9;
	box-shadow: inset 0 10px 10px rgba(247, 247, 247, 0.9);
}

.progress .progress-bar {
	border-radius: 50px;
}

.progress .progress-value {
	position: relative;
	left: -45px;
	top: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}

.progress-bar.active {
	animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}

@-webkit-keyframes animate-positive {
	0% {
		width: 0%;
	}
}

@keyframes animate-positive {
	0% {
		width: 0%;
	}
}

/* //progress bars */

/* //about bottom */

/* about */

h3.agile-title {
	font-size: 3em;
	line-height: 36px;
	font-weight: 100;
	letter-spacing: 4.7px;
}

span.w3-line {
	background: #68b85e;
	width: 52px;
	height: 5px;
	margin: 0 auto;
}

.card-title {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	/*font-style: italic;*/
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: center;
}

section.agile_stats {
	background: #EFF6FD;
}

h3.stat-title {
	color: #2280fc;
	letter-spacing: 0.3px;
	font-size: 2em;
	text-transform: uppercase;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
	/*font-style: italic;*/
}

.card-img-top h6 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
	word-spacing: 4px;
	color: #777;
}

.counter i {
	color: #bed0e9;
}

.timer {
	font-size: 2em;
	color: #000;
}

.w3l-thead {
	background: #007bff;
}

/*-- about--*/

/* slide */

.slide-bg {
	/*background: url(../images/slide.jpg) no-repeat;*/
	/*background-size: cover;
	min-height: 40vw;*/
	background-color: #4d6de6;
}

h5.agile-title {
	color: #fff;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 3px;
	font-family: 'Alegreya Sans', sans-serif;
	max-width: 750px;
}

.slide-bg p {
	max-width: 750px;
	letter-spacing: 1px;
}

/* //slide */

/*-- services --*/

div#agileits-services {
	background: url(../images/s2.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.agileits-services-grids {
	text-align: center;
}

.agileits-services-grids:first-child,
.agileits-services-grids:last-child {
	/*background: #fd9426;*/
}

.agileits-services-grids:nth-child(2),
.agileits-services-grids:nth-child(7) {
	/*background: #fc3158;*/
}

.agileits-services-grids:nth-child(3),
.agileits-services-grids:nth-child(6) {
	/*background: #147efb;*/
}

.agileits-services-grids:nth-child(4),
.agileits-services-grids:nth-child(5) {
	/*background: #8549ba;*/
}

.agileits-services-grids h4 {
	font-size: 1em;
	color: #000;
	line-height: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.agileits-services-grids h6 {
	padding: 1px;
	background: #2954a2;
	width: 33%;
	margin: 2em auto 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.agileits-services-grids:hover h6 {
	width: 55%;
	background: #2954a2;
}

/*-- Effect 1--*/

.agileits-services-grids span {
	font-size: 2em;
	color: #673AB7;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
	width: 80px;
	height: 80px;
}

/*-- //services --*/

div#contact {
	padding-bottom: 0;
}

.contact-g1 {
	padding: 2em;
	background: #eee;
}

.contact-center {
	padding: 2em 2em 5em;
}

.contact-list ul li {
	font-size: 1.2em;
	color: #000;
	margin: 1.5em 0 0;
}

.contact-g1 h6,
.contact-g2 h6 {
	color: #fff;
	/*font-size: 1.8em;*/
	letter-spacing: 0.5px;
	margin-bottom: 0.5em;
	/*font-style: italic;*/
	font-size: 25px;
	text-transform: uppercase;
}

ul.address li span {
	color: #026fbf;
	font-size: 1.2em;
	margin-right: 1em;
}

ul.address li {
	margin: 1em 0 0;
	font-size: 1.1em;
	font-weight: 600;
	color: #000;
}

ul.address li a {
	color: #000;
}

ul.social-icons3 li {
	display: inline-block;
	margin: 0 8px;
}

ul.social-icons3 li a {
	display: block;
	height: 37px;
	width: 37px;
	-webkit-transition: .5s all;
	transition: .5s all;
	-moz-transition: .5s all;
	-webkit-transition: .5s all;
	transition: .5s all;
	-moz-transition: .5s all;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	line-height: 39px;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
}

ul.social-icons3 li a.s-iconfacebook {
	background: #4D669C;
}

ul.social-icons3 li a.s-icontwitter {
	background: #9f1971;
}

ul.social-icons3 li a.s-icondribbble {
	background: #4479dd;
}

ul.social-icons3 li a.s-iconbehance {
	background: #b51111;
}

ul.social-icons3 li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/*--contact --*/

/*-- subscribe --*/

.subscribe-grid p {
	color: #fff;
	text-transform: capitalize;
	font-size: 1.2em;
	margin-bottom: 1em;
	letter-spacing: 1px;
}

.subscribe-grid input[type="email"] {
	display: inline-block;
	background: #ffffff;
	border: solid 1px #026fbf;
	width: 75%;
	outline: none;
	padding: 10px;
	font-size: 1em;
	color: #000;
	letter-spacing: 1px;
}

.subscribe-grid {
	margin: 2em 0 0;
	text-align: center;
}

.subscribe-grid i.fa.fa-paper-plane-o {
	color: #FFFFFF !important;
	font-size: 1.2em !important;
}

.subscribe-grid button.btn1 {
	color: #ffffff;
	font-size: 1em;
	border: solid 1px #673AB7;
	width: 15%;
	height: 46px;
	text-align: center;
	text-decoration: none;
	background: #673AB7;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	cursor: pointer;
}

.btn-info {
	color: #fff;
	background-color: #68B85E !important;
	border-color: #68B85E !important;
	color: #fff !important;
}

.subscribe-grid form {
	max-width: 500px;
	margin: 0 auto;
}

button.btn1:hover {
	background: #000;
}

button.btn1:hover i.fa.fa-paper-plane-o {
	color: #2f2f2f !important;
}

.agile-section.subscribe.text-center p {
	color: #fff;
	letter-spacing: 1px;
	margin: 1em 0 0;
}

/*-- //subscribe --*/

.footer-w3ls {
	/*background: url(../images/footer.jpg) no-repeat center;*/
	background-size: cover;
	background-color: #1b2664;
}

.map iframe {
	width: 99%;
	border: 2px solid #000;
	min-height: 400px;
}

.address h5 {
	color: #000;
	text-transform: capitalize;
	font-size: 1.1em;
}

.address p a,
p.c-txt {
	color: #777;
	font-size: 1.2em;
}

.address p a:hover {
	color: #777;
}

.contact-top1 .form-group label,
form.f-color .form-control {
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
}

.form-control {
	/*box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);*/
	/*background: #74c4d9;*/
	border-bottom: 2px solid;
}

.contact-top1 h5 {
	font-size: 2em;
}

.address h5 {
	font-size: 1.5em;
}

/*--//contact--*/

p.text-white {
	letter-spacing: 1px;
	font-size: 0.95em;
}

p.text-white a {
	color: #fff;
}

/* -- Responsive code -- */

@media screen and (max-width: 1440px) {
	ul.social-icons3 li {
		display: inline-block;
		margin: 0 4px;
	}
}

@media screen and (max-width: 1366px) {
	ul.social-icons3 li {
		margin: 0 2px;
	}
	h3.stat-title {
		font-size: 1.7em;
	}
}

@media screen and (max-width: 1280px) {
	h3.stat-title {
		font-size: 1.8em;
	}
	.card-img-top h6 {
		letter-spacing: 2px;
	}
	h3.agile-title {
		font-size: 2.8em;
	}
	h5.agile-title {
		font-size: 2.5em;
		letter-spacing: 2px;
		word-spacing: 2px;
	}
}

@media screen and (max-width: 1080px) {
	h5.agile-title {
		font-size: 2.2em;
		letter-spacing: 1px;
		word-spacing: 1px;
	}
	.sidenav {
		width: 260px;
	}
	.main {
		margin-right: 260px;
	}
	#services .card-body {
		padding: 0;
	}
}

@media screen and (max-width: 1050px) {
	.banner-text-w3ls h2 {
		font-size: 5em;
	}
	h3.stat-title {
		font-size: 1.5em;
		padding-top: 38px;
	}
	.card-img-top h6 {
		letter-spacing: 1px;
	}
	p.card-text {
		font-size: 15px;
	}
}

@media screen and (max-width: 991px) {
	header {
		/*padding-top: 5em;*/
	}
}

@media screen and (max-width: 900px) {
	h3.agile-title {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 800px) {
	.banner-text-w3ls h2 {
		font-size: 4em;
	}
	h5.agile-title {
		font-size: 2em;
	}
}

@media screen and (max-width: 768px) {
	h3.agile-title {
		letter-spacing: 2px;
	}
}

@media screen and (max-width: 736px) {
	.sidenav {
		width: 100%;
		height: 60%;
		position: relative;
	}
	.main {
		margin-right: 0;
	}
	header {
		padding-top: 0;
	}
	.abbot-main {
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.banner-text-w3ls h2 {
		font-size: 3.2em;
	}
}

@media screen and (max-width: 600px) {
	h5.agile-title {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 568px) {
	h3.agile-title {
		font-size: 2.3em;
	}
	h5.agile-title {
		font-size: 1.8em;
	}
	.agileits-services-grids span {
		font-size: 2em;
		color: #673AB7;
		border-radius: 50%;
		background: #ffffff;
		box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
		width: 65px;
		height: 65px;
		line-height: 45px;
	}
}

@media screen and (max-width: 480px) {
	h3.stat-title {
		font-size: 1.3em;
		padding-top: 38px;
	}
}

@media screen and (max-width: 414px) {
	.banner-text-w3ls h2 {
		font-size: 2.7em;
	}
	h5.agile-title {
		font-size: 1.6em;
	}
	.contact-center {
		padding: 3em 2em 3em;
	}
}

@media screen and (max-width: 384px) {
	h3.stat-title {
		font-size: 1.3em;
		padding-top: 38px;
	}
	h3.agile-title {
		font-size: 2.1em;
	}
	.subscribe-grid p {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 375px) {
	h3.agile-title {
		font-size: 1.9em;
	}
}

@media screen and (max-width: 320px) {
	h3.agile-title {
		font-size: 1.7em;
	}
	h5.agile-title {
		font-size: 1.4em;
	}

}

/* -- //Responsive code -- */


@media screen and (max-width: 375px){
	.banner-text-w3ls {
		background-size: auto;
		background-size: cover;
		padding: 30vw 0;
		/*margin: 10px;*/
	}

}


@media screen and (max-width: 453px){
	.banner-text-w3ls {
		background-size: auto;
		background-size: cover;
		padding: 30vw 0;
		/*margin: 10px;*/
	}

}

@media screen and (max-width: 497px){
	.banner-text-w3ls {
		background-size: auto;
		background-size: cover;
		padding: 30vw 0;
		/*margin: 10px;*/
	}

}

@media screen and (max-width: 600px){
	.banner-text-w3ls {
		background-size: auto;
		background-size: cover;
		padding: 30vw 0;
		/*margin: 10px;*/
	}

}


@media screen and (max-width: 650px){
	.banner-text-w3ls {
		background-size: auto;
		background-size: cover;
		padding: 30vw 0;
		/*margin: 10px;*/
	}

}


@media screen and (max-width: 690px){
	.banner-text-w3ls {
		background-size: auto;
		background-size: cover;
		padding: 30vw 0;
		/*margin: 10px;*/
	}

}

@media screen and (max-width: 695px){
	.banner-text-w3ls {
		background-size: auto;
		background-size: cover;
		padding: 30vw 0;
		/*margin: 10px;*/
	}

}
@media screen and (max-width: 729px){
	.banner-text-w3ls {
		background-size: auto;
		background-size: cover;
		padding: 30vw 0;
		/*margin: 10px;*/
	}

}


@media screen and (max-width: 732px){
	.banner-text-w3ls {
		background-size: auto;
		background-size: cover;
		padding: 0vw 0;
		/*margin: 10px;*/
	}

}



.call{
	margin-bottom: 20px;
}

.call h3{
	margin-bottom: 10px;
    text-align: center;
}

.call h5{
    text-align: center;
}

option {
  font-size: 15px;
}

span {
  color: #fff;
  font-weight: 600;
}


#photo{
	cursor: help;
}

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.call_float {
  position:fixed;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size:30px;
  left:60px;
  padding-top: 0px;
  background-color:#007cff;
  border-radius:33px;
  text-align:center;
  z-index:100;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #007cff;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

@media (min-width:320px)  {
	#gaps{
		margin-top: 0px;
	}
 }
@media (min-width:600px)  {
#gaps{
		margin-top: -30px;
	} 
}
@media (min-width:801px)  {  
#gaps{
		margin-top: -40px;
	}}
@media (min-width:1024px) {
#gaps{
		margin-top: -50px;
	}  
}
@media (min-width:1035px) {
#gaps{
		margin-top: -80px;
	}  
}
@media (min-width:1281px) {
	#gaps{
		margin-top: -62px;
	}
}



@media (min-width:320px)  {
	#spaces{
		margin-top: 0px;
	}
 }
@media (min-width:600px)  {
#spaces{
		margin-bottom: -44px;
	} 
}
@media (min-width:801px)  {  
#spaces{
		margin-top: -40px;
	}}
@media (min-width:1024px) {
#spaces{
		margin-top: -50px;
	}  
}
@media (min-width:1035px) {
#spaces{
		margin-bottom: -150px;
	}  
}
@media (min-width:1281px) {
	#spaces{
		margin-bottom: -100px;
	}
}

.call-cta {
  background-color: #68b85e;
  color: #fff;
  padding: 3px 18px;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 8px;
  display: inline-block;
  transition: transform 0.2s ease-in-out;
  animation: shakeBtn 2s infinite;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  font-size: 24px;
}

.call-cta:hover {
  background-color: #5aa14f;
  transform: scale(1.05);
}

/* Shake Animation */
@keyframes shakeBtn {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-3px); }
  40% { transform: translateX(3px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(3px); }
}

/* Blinking call icon */
.call-icon {
  animation: blinkIcon 1.2s infinite;
  margin-right: 8px;
}

@keyframes blinkIcon {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}


 @keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
}
@-webkit-keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
}
.service-block-one a {text-decoration:none}

@keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
}
@-webkit-keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
}
.service-block-one .inner-box{position:relative;display:block;overflow:hidden;text-align:center;/*background:#353535;*/padding:50px 20px 36px}
.service-block-one .inner-box:before{position:absolute;content:'';width:100%;height:0;left:0;bottom:0;right:0;transition:all 500ms ease}
.service-block-one .inner-box:hover:before{height:100%;top:0}
.service-block-one .inner-box .icon-box{position:relative;display:inline-block;/*font-size:100px;*/line-height:100px;margin-bottom:8px;z-index:1;transition:all 500ms ease}
.service-block-one .inner-box .icon-box:before{position:absolute;content:'';/*background:#303030;*/width:72px;height:72px;border-radius:50%;left:-9px;top:-13px;z-index:-1;transition:all 500ms ease}
.service-block-one .inner-box:hover .icon-box:before{/*background:#c42526*/}
.service-block-one .inner-box:hover .icon-box{transform:rotateY(360deg);color:#fff}
.service-block-one .inner-box h3{position:relative;display:block;font-size:22px;line-height:30px;color:#fff;font-weight:800;margin-bottom:9px}
.service-block-one .inner-box h3 a{display:inline-block;color:#fff}
.service-block-one .inner-box p{;position:relative;color:#000;margin-bottom:33px}
.service-block-one .inner-box .theme-btn{padding:12px 25px}
.service-block-one .inner-box:hover .theme-btn{background:#de3f40}
.service-section .sec-title{margin-bottom:70px}
.service-section .sec-title span{margin-bottom:21px}
.service-block-one .inner-box .icon-box{color:#da292a}
.service-block-one .inner-box:before{/*background:#da292a*/}
.theme-btn{position:relative;display:inline-block;font-size:15px;background:#da292a;line-height:26px;font-weight:700;font-family:'Rubik',sans-serif;color:#fff!important;text-align:center;cursor:pointer;border-radius:5px;z-index:1;transition:all 500ms ease}
.theme-btn:before{position:absolute;content:'';background:#1c1d1f;width:100%;height:100%;border-radius:5px;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.theme-btn:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}
.theme-btn i{position:relative;top:2px;font-size:20px;margin-left:40px;}
@media(max-width:1024px) {
  .service-block-one .inner-box{padding:30px;padding-left: 0px;padding-right: 0px;}
  .service-block-one{margin-bottom:15px}
  .theme-btn{padding:10px 20px}
}


#e-tech{
	color:#000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
.color-black {
	color: #000000 !important;
}

.alegreya-font {
	font-family: 'Alegreya Sans', sans-serif !important;
	font-style: italic !important;
  letter-spacing: 1px !important;
  text-transform: capitalize !important;
  font-size: 3em;
}

@media screen and (max-width: 770px) {
	.aboutopmobile{
		margin-top: -58px;
	}
	.serviceblack1{
		margin-bottom: -48px !important;
    margin-top: -33px;
	}
	.newabouttext1{
		margin-top: 45px;
  margin-bottom: 0px;
	}
	.cardimgtop1{
		max-width: 75px;
	}
	.newsservice1{
		font-size: 15px !important;
    line-height: 20px;
	}
	}


	.form-control {
		border-radius: 0px!important;
	}

	iframe{
		width: 100%;
	}