

body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}
body 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;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.logo{
        position: absolute;
    z-index: 999;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code --*/
div p button {
       z-index: 999;
    right: 70px;
    top: 70px;
    width: 50px;
    height: 50px;
    background: #a92525;
    padding: 5px;
    position: fixed;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #FFF;
    outline: none;
}
div p button i.fa.fa-bars {
    color: #ffffff;
    font-size: 24px;
}

	/*-- Heading-1 --*/

	.agileheader h3 {
		position: absolute;
		top: 40%;
		right: 0;
		left: 0;
		width: 60%;
		margin: 0 auto;
		padding: 50px 0;
		font-size: 50px;
		letter-spacing: 3px;
		font-weight: 700;
		color: #FFF;
		background-color: rgba(0, 0, 0, 0.75);
		border: 5px solid #FFF;
	}

	/*-- //Heading-1 --*/

	/*-- Slider --*/
/*
	.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
	}

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

	.rslides li:first-child {
		position: relative;
		display: block;
		float: left;
	}

	.rslides img {
		display: block;
		float: left;
		width: 100%;
		height: 100%;
		border: 0;
	}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    text-decoration: none;
    height: 50px;
    width: 50px;
    background: #000 url(../images/arrows.png) no-repeat left top;
    margin-top: -45px;
    border-radius: 50%;
}

	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		right: 0;
	}

	ul.callbacks_tabs.callbacks1_tabs {
		display: none;
	}

	.callbacks_nav {
		left: 20px;
	}

	.callbacks_nav.next {
		right: 20px;
	}
section.banner{
	position:relative;
}

section.banner1 {
    background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover;
	position:relative;
	min-height:300px;
}*/
	/*-- //Slider --*/

/*-- //Header --*/
.navbar-right {
    float: right !important;
    margin-right: 0;
}
.logo a h1 {
    position: absolute;
    z-index: 999;
    left: 70px;
    top: 70px;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
}
span {
       color: #ffffff;
}
.banner h3 {
     position: absolute;
    top: 28%;
    right: 0;
    left: 113px;
    width: 60%;
    /* margin: 0 auto; */
    padding: 50px 0;
    font-size: 50px;
    font-size: 65px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #FFF;
    /* text-align: center; */
    /* left: -78px; */
}
.banner h4 {
    position: absolute;
    top: 85%;
    left: 5%;
    color: #fff;
    letter-spacing: 2px;
    font-size: 22px;
    background: #E91E63;
    margin: 0;
    padding: 9px 16px 7px;
}
/*-- banner bottom --*/
.banner_bottom {
    padding: 5em 0;
}
.banner_bottom-w3l-left {
    background: url(../images/g11.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height:500px;
}
.banner_bottom-w3l-right {
    padding: 100px 60px 60px 60px;
    width: 40%;
}
.banner_bottom h4 {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #E91E63;
    text-transform: uppercase;
}
.banner_bottom h3{
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
	margin:1em 0;
}
.banner_bottom p {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #777;
    line-height: 1.8em;
    margin: 1em 0;
}
.find-about a {
    float: none;
    margin-top: 1.5em;
    color: #000;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 6px 22px;
    font-size: 15px;
    background: transparent;
    border: 2px solid #000;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    border-radius: 0px;
}
.find-about a:hover {
    background: #E91E63;
    color: #000;
    border: 2px solid #E91E63;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.banner_bottom-w3l-right2 {
    background: url(../images/g9.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 380px;
    width: 40%;
}
.top_agile_info {
    border: 2px solid #000;
    margin: 3em 3em 0 29em;
    padding: 3em 2em;
}
.banner_bottom h5 {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #E91E63;
    text-transform: uppercase;
}
/*-- //banner bottom --*/
.heading-agileinfo {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 40px;
   /* margin-bottom: 1.9em;*/
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
    margin-bottom: 5px;
}
.heading-agileinfo span {
    display: block;
    font-size: 17px!important;
    margin-top: 1em;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
}
/*.heading-agileinfo span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}*/
/*--services --*/
span.ttt {
    color: #fff;
}
.w3-services{
 /*  background: url(../images/back-sms.jpg) no-repeat 0px 0px;*/
    background-size: cover;
  padding:5em 0;
	background-attachment:fixed;
        background-color: #000;
}
.w3-services-left-grid h3 {
    color: #fff;
}
.w3-services-left-grid h4 {
    font-size: 1.4em;
    font-weight: 300;
    color: #fff;
	margin-bottom: 1em;
}
.w3-services-left-grid p {
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 0px;
    color: #fff;
	padding: 0 3em;
}
.w3-icon-grid1 i {
    font-size: 3em;
    color:#fff;
}
.w3-icon-grid1 {
    margin-top: 3em;
    text-align: ;
    text-align: center;
}
.w3-icon-grid1 h3 {
    text-transform: uppercase;
    color: #df745d;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 1em 0;
}
.w3-services p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
    /* font-size: 1em; */
    color: #fff;
    line-height: 1.9em;
    letter-spacing: 1px;
   
}
.w3-services-left-grid {
    text-align: center;
}
/*-- services --*/
/*-- //news --*/
.news_w3l{
	padding:5em 0;
	background: #E7E7E7;
}
.news_left_top2 {
    margin: 2em 0;
}
.news_right h5 a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
}
.news_right h5 {
    margin: 0;
}
.news_right h6 {
    font-size: 1.2em;
    color: #E91E63;
    font-weight: 600;
    margin: 1em 0;
    letter-spacing: 2px;
}
.news_right_left1 {
    background: #fff;
    padding: 30px;
    width: 48%;
    float: left;
}
.news_left_top3 {
    margin-top: 2em;
}
.news_right_left2{
    background: #fff;
    padding: 30px;
    width: 48%;
	margin-left:4%;
    float: left;
}
/*-- news --*/
/*-- testimonials --*/
.testimonials .h3-w3l{
	color:#fff;
}
/*--/test-monials --*/
.testimonials {
    background: url(../images/2.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    padding: 5em 0;
}
.test-review {
    padding: 2em;
    border: 1px solid #fff;
}
.test-review p {
	color:#fff;
    line-height: 2.2em;
}
.test-review img {
    margin: 0 auto;
}
.test-review img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
}
.w3_about_grid_left h6 {
      color: #EB4549;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
}
.test-monials h5 {
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: none;
    margin-top: 1em;
}
.test-review i {
    color: #fff;
    font-size: 2em;
    margin: 0 0.5em;
}
.img-agile h6 {
    font-size: 1.2em;
	color: #fff;
	margin-top: 1em;
}
.img-agile img {
    margin: 0 auto;
    border-radius: 50%;
}
.test-tooltip1:after {
    content: '';
    position: absolute;
    left: -19px;
    border-color: #fff;
    top: 40%;
    border-left: 9px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid rgba(255, 255, 255, 0.66);
    transform: rotate(90deg);
    -webkit-transform: rotate(-92deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
/*-- //testimonials --*/

/*-- subscribe --*/
/*-- newsletter --*/
section.subscribe {
    padding: 5em 0;
}

.subscribe p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}
.newsletter {
    position: relative;
}
.newsletter input[type="email"] {
    font-style: italic;
    padding: 11px 60px 9px 16px;
    border: 1px solid #3a3939;
    width: 100%;
    text-align: left;
    color: #fff;
    background-color: #191818;
    outline: none;
}
.newsletter input[type="submit"] {
    width: 55px;
    height: 38px;
    background-image: url(../images/email.png);
    background-color: #E91E63;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0em;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.newsletter {
    text-align: center;
    width: 50%;
    margin: 20px auto;
}
.newsletter h4 {
    font-size: 1.4em;
    color: #fff;
    text-transform: uppercase;
	font-weight: 700;
    margin:2em 0 3em 0;
}
.newsletter form {
    width: 60%;
    margin: 0 auto;
}
/*-- //subscribe --*/
/*-- //newsletter --*/
/*--footer--*/
.footer-w3 {
    padding: 5em 0;
    background: #000;
}
.footer-w3 h3,.footer-w3 h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.footer-w3 p {
    color: #bfbfbf;
	font-size:14px;
	line-height:26px;
}
.footer-w3 ul li  {
    display:block;
	color: #bfbfbf;
	padding: 5px 0px;
	font-weight: 600;
}
.footer-list i {
    padding-right: 10px;
    color: #ff8049;
}
.footer-w3 ul li a {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 600;
   
    padding: 5px 0px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.footer-w3 ul li a:hover {
    color: #E91E63;
}
.footer-w3 ul li.hd {
    color: #ff8049;
}
/*--//footer--*/
/* copyright */
.copyright ul li {
    display: inline-block;
    padding: 0 10px;
}
a.facebook {
    color: #fff;
    font-size: 16px;
}
a.facebook:hover {
    color: #E91E63;
}
.copyrighttop {
    float: right;
}
.copyrightbottom {
    float: left;
}
.copyright {
    background: #000;
    color: #fff;
    padding: 1em 0;
    border-top: 1px solid #2f2f2f;
}
.copyrightbottom p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
}
.copyrightbottom a {
       color: #ffffff;
    text-decoration: none;
}
.copyrightbottom a:hover {
    color: #fff;
}
/*.contact p {
    text-align: center;
    color: #655454;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto 5em;
}*/
/* copyright */

/* modal */
.agileits-w3layouts-info img {
    width: 100%;
    margin-bottom: 15px;
}
.modal-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #E91E63;
}
.agileits-w3layouts-info p {
    color: #999;
    font-size: 14px;
    line-height: 28px;
}
.span2 {
    color: #000;
}
/* //modal */

/* gellery */
section#gallery {
    background: rgba(46, 186, 239, 0.87);
}
h3.agileits-title {
    color: #fff;
}
/* //gellery */

/*-- //footer--*/
/* //copyright */
.agileits_w3layouts_footer_grid_list li {
    list-style-type: none;
    color: #999;
    text-transform: uppercase;
}
.agileits_w3layouts_footer_grid_list li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.9em;
}
.agileits_w3layouts_footer_grid_list li i {
    color: #d96d3e;
    padding-right: 1em;
}
.agileits_w3layouts_footer_grid_list li a:hover {
    color: #fa5d07;
}
/* top top */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/* //top top */
/*-- about --*/
.wthree-heading{
	padding:2em 0;
	text-align:center;
}
.wthree-heading h2{
	color:#FFFFFF;
}
/*-- courses --*/
.wthree_banner1_info{
	margin: 8em 0 0;
    text-align: right;
}
.wthree_banner1_info h3{
	font-size:2em;
	color:#fff;
}
.wthree_banner1_info h3 span{
	color:#ec9114;
}
.agileinfo_courses_flipster{
	width:70%;
	margin:0 auto;
}
.w3ls_courses_left {
    padding: 0 3em 0 0;
}
.w3ls_courses_left_grid h3 {
    color: #212121;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 0;
}
.w3ls_courses_left_grid h3 i{
    color: #E91E63;
    padding-right: 1em;
}
.w3ls_courses_left_grid p{
    margin: 1em 0 0;
    color: #999;
    line-height: 1.8em;
    font-size: .9em;
}
.w3ls_courses_left_grid:nth-child(2){
	padding-top:2em;
}
.w3ls_courses_right p{
	margin-bottom:2em !important;
}
.agileits_courses_right img{
	width:100%;
}
/*-- //courses --*/
/*-- features --*/
.features{
	background: url(../images/2.jpg);
    background-size: cover;
	background-attachment:fixed;
   padding: 5em 0;
}
.features-heading h3{
	color:#FFFFFF;
}
.agile_head1,.w3_agile_para1{
	color:#fff;
}
.agileits_w3layouts_features_grid{
	padding:1em;
	background:#fff;
}
.agileits_w3layouts_features_gridl {
    padding: 0;
}
.agileits_w3layouts_features_gridr {
    padding-left: 0;
}
.agile_feature_grid{
    width: 80px;
    height: 80px;
    background: #E91E63;
    text-align: center;
    border: 4px solid #cc3707;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3_agileits_features_grid:hover .agile_feature_grid{
    background: #212121;
    border: 4px solid #000000;
}
.w3_agileits_features_grid:hover .agileits_w3layouts_features_gridr h4{
    color: #E91E63;
}
.w3_agileits_features_grid:hover .agile_feature_grid i{
	color:#FFFFFF;
}
.agile_feature_grid i{
    font-size: 1.5em;
    color: #212121;
    line-height: 3em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.agileits_w3layouts_features_gridr h4{
    color: #212121;
    font-size: 1em;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
}
.agileits_w3layouts_features_gridr p{
    color: #999;
    line-height: 1.8em;
    margin: .5em 0 0 0;
    font-size: .9em;
}
.w3_agileits_features_grid:nth-child(4),.w3_agileits_features_grid:nth-child(5),.w3_agileits_features_grid:nth-child(6){
	padding-top:2em;
}
/*-- //features --*/
.agileits_w3layouts_team_grids.w3ls_courses_grids {
    margin-top: 4em;
}
.w3_agileits_features_grids {
    margin-top: 4em;
}
/*-- team --*/
.team {
    background: #e5eff1;
    padding: 5em 0;
}
.agileinfo-team-grids{
	margin:4em 0 0 0;
}
.wthree-team-grid img{
	width:100%;
}
.wthree-team-grid-info {
    padding: 1em;
    background: #FFFFFF;
    text-align: center;
}
.wthree-team-grid h4 {
    font-size: 1.4em;
    color: #E91E63;
    margin: 0;
    font-weight: 700;
}
.wthree-team-grid p {
    margin:.5em 0;
    color: #999999;
    font-size: .9em;
}
.team-social-grids ul {
    padding: 0;
    margin: 0;
}
.team-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.team-social-grids ul li a {
    text-align: center;
}
.team-social-grids ul li a i.fa{
	height: 30px;
    width: 30px;
    border: solid 2px #FFFFFF;
    line-height: 29px;
    background: none;
    color: #b2b2b2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.team-social-grids ul li a i.fa.fa-twitter:hover{
	border: solid 2px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.team-social-grids ul li a i.fa.fa-rss:hover{
	border: solid 2px #f26522;
	background:#f26522;
	color: #FFFFFF;
}
/*-- //team --*/
.courses {
    padding: 5em 0;
}
/*-- //about --*/
/*-- img-hover-effect --*/
.adipoli-wrapper
{
    margin:auto;
    position:relative;
    display: inline-block;
}
.adipoli-wrapper>img
{
    position: absolute;
    z-index: 1;
}
.adipoli-before
{
    position: absolute;
    z-index: 5;
}
.adipoli-after
{
    position: absolute;
    z-index: 10;
}
.adipoli-slice {
    display:block;
    position:absolute;
    z-index:15;
    height:100%;
	background-size: cover !important;
}
.gal-w3l img {
    width:100%!important;
}
.gal-w3l {
    padding-left:5px!important;
    padding-right:5px!important;
    margin-bottom:4px;
}
.gallery {
       padding: 5em 0;
    background: #f4f4f4;
}
.gallery_gds {
    margin-top: 3em;
}
/*-- //img-hover-effect --*/
/* contact page */
.wthree_footer_grid_left {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    background: #ff0a80;
    margin-bottom: 1em;
}
.w3ls_footer_grid_left p {
    color: #3f4044;
    line-height: 2em;
}
.w3ls_footer_grid_left p span {
    display: block;
}
.wthree_footer_grid_left i {
    color: #fff;
    font-size: 1.6em;
    line-height: 2.8em;
}
.w3ls_footer_grid_left p a {
    color: #3f4044;
    text-decoration: none;
}
.w3ls_footer_grid_left p a:hover {
    color: #000;
}
.w3ls_address_mail_footer_grids iframe{
    width: 100%;
    height: 25em;
    border: none;
    margin-bottom: 2em;
}
h4.white-w3ls {
    color: #fff;
    margin-bottom: 1em;
    font-size: 30px;
}
.multi-gd-img.multi-gd-text h4 {
    position: absolute;
    top: 50%;
    left: 30%;
    font-size: 2em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 10px;
}
.multi-gd-img.multi-gd-text h4  span{
    font-weight:700;
	color:#2fdab8;
}
.multi-gd-img.multi-gd-text {
    padding: 0;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.address-grid {
    padding: 1em 0em 0 0em;
}
.contact-form {
    background: #181919;
    padding: 5em 3em;
}
.contact input[type="text"], .contact input[type="email"], .contact textarea {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
}
.contact textarea { 
	min-height: 8em;
    resize: none;
} 
.contactright {
    padding-left: 7em;
    padding-top: 4em;
}
.w3ls_footer_grid_left {
    margin-bottom: 2em;
}
.w3ls_footer_grid_left:nth-child(4) {
    margin-bottom: 0em;
}
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #ff0a80;
    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 0em;
    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: 14px;
	letter-spacing:1px;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span, .styled-input textarea ~ span {
    display: block;
    width: 0;
    height: 2px;
    background: rgb(39, 39, 39);
    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; 
} 
.white-w3ls{
	color:#fff!important;
}
.contactright h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 1em;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0.5em 1em 0.5em 0;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
}
.contact-form  textarea {
    height: 8em;
}
.contact-form input[type="submit"] {
    border: none;
    padding: 0.7em 2.5em;
    font-size: 15px;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background:#ff0a80;
    color: #fff;
}
.contact-form input[type="submit"]:hover {
    background: #b46e3c;
}
.w3ls_address_mail_footer_grids {
    padding: 5em 0;
}
/* //contact page */
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 28px;
    color: #E91E63 !important;
    margin: 30px 0 15px;
    font-weight: 700;
    letter-spacing: 2px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222222;
    font-weight: 700;
    letter-spacing: 2px;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
	    color: #777;
}
@media (max-width:991px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
}
@media (max-width:768px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
	}
}
@media (max-width: 640px){
	.icon-box {
		float: left;
		width: 50%;
	}
}
@media (max-width: 480px){
	.bs-glyphicons li {
		width: 31%;
	}
}
@media (max-width: 414px){
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}
@media (max-width: 384px){
	.icon-box {
		float: none;
		width: 100%;
	}
}
/*-- //icons --*/
.w3_wthree_agileits_icons.main-grid-border {
    padding: 5em 0;
}
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #E91E63;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
	font-size: 13px;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.typo {
    padding: 5em 0;
}

/* Responsive Design */
@media (max-width:1600px) {
	.banner h3 {
		top: 36%;
	}
	.banner h4 {
		top: 85%;
	}
}
@media (max-width:1440px) {
	.callbacks_nav{
		top:47%;
	}
	.banner h4 {
		top: 85%;
	}
	.top_agile_info {
    margin: 3em 3em 0 23em;
}
.banner_bottom-w3l-right {
    width: 41%;
}
.banner_bottom-w3l-right2 {
    width: 41%;
}
}
@media (max-width:1366px) {
	.banner h3 {
		top: 31%;
	}
	.banner h4 {
		top: 85%;
	}
	.top_agile_info {
    margin: 3em 3em 0 20em;
}
.banner_bottom-w3l-right {
    width: 44%;
}
.banner_bottom-w3l-right2 {
    width: 44%;
}
}
@media (max-width:1280px) {
	.callbacks_nav {
		top: 43%;
	}
	.banner h3 {
		top: 30%;
		font-size: 56px;
	}
	.banner_bottom-w3l-right {
    width: 47%;
}
.top_agile_info {
    margin: 3em 3em 0 18em;
}
.banner_bottom-w3l-right2 {
    width: 47%;
}
}
@media (max-width:1080px) {
	.callbacks_nav {
		top: 51%;
	}
	.banner h3 {
		font-size: 48px;
	}
	.banner h4 {
		top: 84%;
	}
	div p button {
		right: 60px;
		top: 60px;
	}
	.logo a h1 {
		left: 60px;
		top: 60px;
		font-size: 42px;
	}
	.banner_bottom-w3l-right {
    padding: 50px 50px 50px 50px;
    width: 50%;
}
.banner_bottom-w3l-right2 {
    width: 50%;
}
.top_agile_info {
    margin: 3em 3em 0 11em;
}
.news_right h5 a {
    font-size: 16px;
    line-height: 27px;
}
}
@media (max-width:1024px) {
	.banner h3 {
		font-size: 46px;
		top: 33%;
	}
	.banner h4 {
		top: 84%;
		font-size: 21px;
	}
	.wthree-model-video p {
		width: 60%;
	}
	nav.thumbGridNav {
		margin-top: 40px;
	}
	div p button {
		right: 50px;
		top: 50px;
	}
	.logo a h1 {
		left: 50px;
		top: 50px;
		font-size: 40px;
	}
	.callbacks_nav {
		top: 54%;
	}
	.banner_bottom h3 {
    font-size: 20px;
    letter-spacing: 1px;
}
.banner_bottom h4 {
    font-size: 18px;
}
.top_agile_info {
    margin: 3em 3em 0 8em;
}
}
@media (max-width:991px) {
	.wthree-model-video p {
		width: 66%;
	}
	.about-grid1 {
		width: 33.33%;
		float: left;
	}
	.about-grid1 h4{
		margin-bottom:10px;
	}
	.services-left, .services-right, .testimonals-grids, .about-grids, .team-grid-top, .team-grid-bottom, .contact-left, .contact-right ,.agileits-feedback-grids{
		margin-top: 30px;
	}
	.icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
		width: 33.33%;
		float: left;
	}
	.services-right {
		width: 66.66%;
		float: left;
	}
	.services-left {
		width: 33.33%;
		float: left;
	}
	.icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
		padding: 35px 10px;
	}
	.team1 {
		width: 25%;
		float: left;
	}
	.team1 h3 {
		margin-top: 17px;
		font-size: 19px;
	}
	.team1 p {
		font-size: 14px;
	}
	.team-social a i {
		font-size: 17px;
		width: 30px;
		height: 30px;
		line-height: 13px;
	}
	.inner-team1:hover div.team-social {
		bottom: 90px;
		left: 28px;
	}
	.thumb-grid {
		width: 80%;
	}
	nav.thumbGridNav a {
		width: 16px;
		height: 16px;
	}
	nav.thumbGridNav {
		margin-top: 30px;
	}
	.contact-left,.contact-right{
		width: 50%;
		float: left;
	}
	.contact-inner-left p{
		padding-right: 0px;
	}
	.contact_form input[type="text"], .contact_form input[type="email"] {
		font-size: 14px;
		padding: 12px 10px 10px;
		margin: 0 0 10px;
	}
	.contact_form textarea {
		font-size: 14px;
		padding: 12px 10px 10px;
		height: 140px;
	}
	.contact_form input[type="submit"] {
		padding: 10px;
	}
	.footer-main1 {
		width: 50%;
		float: left;
	}
	.social ul {
		margin-top: 10px;
	}
	.footer-agile {
		padding: 2em 0em;
	}
	.banner_bottom-w3l-right {
    width: 100%;
}
.top_agile_info {
    margin: 0em 38em 2em 2em;
}
.banner_bottom-w3l-right2 {
    width: 100%;
}
.w3-icon-grid1 {
    float: left;
    width: 50%;
}
.news_right_top {
    margin-top: 2em;
}
.footer-w3agile {
    float: left;
    width: 50%;
    margin: 0 0 2em 0;
}
.footer-w3-agile{
    float: left;
    width: 50%;
}
.footer-agileits{
    float: left;
    width: 50%;
}

.copyrighttop {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}
.copyrightbottom {
    float: none;
    width: 100%;
    text-align: center;
}
.agileits_courses_right {
    padding: 0;
    margin-top: 2em;
}
.wthree-team-grid {
    float: left;
    width: 50%;
    margin-top: 2em;
}
.agileinfo-team-grids {
    margin: 0em 0 0 0;
}
section.banner1 {
    min-height: 250px;
}
.gal-w3l {
    float: left;
    width: 50%;
}
}
@media (max-width:900px) {
	.banner h3 {
		font-size: 41px;
		top: 28%;
	}
	.footer-main1 h3 {
		font-size: 35px;
	}
	.top_agile_info {
    margin: 0em 36em 2em 2em;
}
}
@media (max-width:800px) {
	div p button {
		right: 40px;
		top: 40px;
	}
	.logo a h1 {
		left: 40px;
		top: 40px;
		font-size: 38px;
	}
	.banner h3 {
    font-size: 36px;
    top: 30%;
}
	.callbacks_nav {
		top: 55%;
	}
	div p button i.fa.fa-bars {
		font-size: 20px;
	}
	.wthree-model-video h2 {
		font-size: 22px;
	}
	.wthree-model-video h4 {
		font-size: 16px;
		width: 105px;
		margin: 15px auto 0;
		padding: 8px 0;
	}
	.thumb-grid {
		width: 90%;
	}
	.footer-main1 h3 {
		font-size: 32px;
	}
	.social ul {
		margin-top: 1px;
	}
	.top_agile_info {
    margin: 0em 29em 2em 2em;
}
}
@media (max-width:768px) {
	.services, .contact, .testimonals, .subscribe, .gallery, .about, .team {
		padding: 3em 0;
	}
	.heading h3 {
		font-size: 35px;
	}
	.banner h4 {
		top: 83%;
	}
	.banner_bottom {
    padding: 3em 0;
}
.w3-services {
    padding: 3em 0;
}
.banner h3 {
    width: 74%;
}
.top_agile_info {
    margin: 0em 25em 2em 2em;
}
.news_w3l {
    padding: 3em 0;
}
.testimonials {
    padding: 3em 0;
}
section.subscribe {
    padding: 3em 0;
}
.subscribe p {
    width: 100%;
}
.newsletter {
    width: 70%;
}
.footer-w3 {
    padding: 3em 0;
}
section.banner1 {
    min-height: 230px;
}
.courses {
    padding: 3em 0;
}
.w3_wthree_agileits_icons.main-grid-border {
    padding: 3em 0;
}
.typo {
    padding: 3em 0;
}
.w3ls_address_mail_footer_grids {
    padding: 3em 0;
}
}
@media (max-width:736px) {
	.callbacks_nav {
		top: 60%;
	}
	.top_agile_info {
    margin: 0em 23em 2em 2em;
}
}
@media (max-width:667px) {
	.banner h3 {
		top: 25%;
	}
	.callbacks_nav {
		top: 61%;
	}
	.banner h4 {
		top: 74%;
		font-size: 19px;
	}
	.logo a h1 {
		left: 30px;
		top: 30px;
		font-size: 34px;
	}
	div p button {
		right: 30px;
		top: 30px;
		width: 40px;
	}
	.wthree-model-video p {
		width: 80%;
	}
	.services-left {
		width: 95%;
		float: none;
		margin: 0 auto;
		margin-top:20px;
	}
	.services-right {
		width: 100%;
		float:none;
		margin-top:20px;
	}
	.team1 {
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	.team-social a i {
		color: #000;
		font-size: 20px;
		background: #eee;
		padding: 10px;
		width: 40px;
		height: 40px;
		line-height: 20px;
		border-radius: 5px;
	}
	.inner-team1:hover div.team-social {
		display: block;
		bottom: 100px;
		left: 68px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
	}
	.wthree-model-video p {
		margin: 0px auto 0;
	}
	.footer-main2 ul li a {
		font-size: 16px;
	}
	.social a {
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}
	.social i.fa {
		font-size: 14px;
		line-height: 31px;
	}
	.footer-main1 h3 {
		font-size: 29px;
	}
	.newsletter {
		width: 70%;
	}
	.top_agile_info {
    margin: 0em 19em 2em 2em;
}
.banner_bottom-w3l-right2 {
    min-height: 347px;
}
.banner_bottom-w3l-left {
    min-height: 347px;
}
}
@media (max-width:640px) {
.banner h3 {
    width: 77%;
}
.banner h4 {
    top: 82%;
}
.heading-agileinfo {
    font-size: 36px;
    margin-bottom: 1.5em;
}
.heading-agileinfo span {
    font-size: 16px!important;
    letter-spacing: 2px;
}
section.banner1 {
    min-height: 190px;
}
}
@media (max-width:600px) {
	.banner h3 {
		font-size:33px;
		top: 24%;
	}
	.banner h4 {
		font-size: 17px;
	}
	.callbacks_nav {
		top: 59%;
	}
	div p button {
		right: 20px;
		top: 20px;
	}
	.logo a h1 {
		left: 20px;
		top: 20px;
		font-size: 31px;
	}
	.thumb-grid li {
		margin: 1%;
		width: 47.333%;
	}
	.thumb-grid {
		width: 95%;
	}
	.contact-left, .contact-right {
		width: 100%;
		float: none;
	}
	.top_agile_info {
    margin: 0em 14em 2em 2em;
}
}
@media (max-width:568px) {
	.about-grid1 {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.footer-main2 ul li {
		margin-right: 10px;
	}
	.copyright-agile p {
		letter-spacing: 1px;
	}
	.services, .contact, .testimonals, .subscribe, .gallery, .about, .team {
		padding: 2em 0;
	}
	.about-grid1 h4 {
		font-size: 18px;
	}
	.wthree-model-video p {
		width: 81%;
	}
	.overlay ul li a {
		font-size: 22px;
	}
	.overlay ul li {
		min-height: 24px;
	}
	.callbacks_nav {
		top: 63%;
	}
	
	.callbacks_nav {
		height: 40px;
		width: 40px;
		background-size: 84px;
	}
	.top_agile_info {
    margin: 0em 11em 2em 2em;
}
}
@media (max-width:480px) {
	.banner h4 {
		top: 82%;
	}
	.inner-team1:hover div.team-social {
		left: 30px;
	}
	.team-grid-bottom {
		margin-top: 0px;
	}
	.footer-main1 {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 2em;
	}
	.social ul {
		float: none;
		text-align: center;
	}
	.banner h3 {
    font-size: 28px;
    letter-spacing:1px;
}
.callbacks_nav {
    top: 74%;
}
.banner_bottom-w3l-left {
    min-height: 249px;
}
.banner_bottom-w3l-right {
    padding: 50px 20px 50px 20px;
}
.top_agile_info {
    margin: 0em 6em 2em 0em;
}
.banner_bottom-w3l-right2 {
    min-height: 250px;
}
.footer-w3layouts {
    width: 100%;
}
.footer-w3agile {
    width: 100%;
    margin: 2em 0 2em 0;
}
.w3ls_courses_left_grid h3 {
    letter-spacing: 2px;
}
}
@media (max-width:440px) {
	.banner h3 {
		font-size: 32px;
		top: 21%;
		 padding: 35px 0;
	}
	.banner h4 {
    font-size: 13px;
    top: 82%;
}
	.logo a h1 {
		left: 15px;
		top: 15px;
		font-size: 30px;
	}
	div p button {
		right: 15px;
		top: 15px;
	}
	.wthree-model-video p {
		width: 100%;
	}
	.icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
		padding: 40px 10px;
		width: 100%;
		float: left;
		margin: 10px auto;
	}
	.services-right-top,.services-right-bottom{
		margin: 0 auto;
		width: 70%;
	}
	.team1 {
		width: 80%;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.thumb-grid li {
		margin: 1%;
		width: 94.333%;
		margin-bottom: 20px;
	}
	.contact-inner-left h3, .contact-inner-right h3 {
		margin: 15px 0px;
		font-size: 19px;
	}
	.contact-inner-left h4 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.contact-inner-left .contact-between {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.agileinfo_footer_grid ul li {
		margin-bottom: 3px;
		line-height: 23px;
	}
	iframe {
		height: 300px;
	}
	.newsletter {
		width: 90%;
	}
	.subscribe p {
		width: 100%;
	}
	.footer-main1 h3 {
		font-size: 23px;
		letter-spacing: 1px;
	}
	.footer-main1 {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 25px;
	}
	.social ul {
		float: none;
		text-align: center;
	}
	.banner_bottom h4 {
    letter-spacing: 0px;
}
.top_agile_info {
    margin: 0em 0em 2em 0em;
}
.w3-icon-grid1 {
    float: left;
    width: 100%;
    margin-top: 2em;
}
.w3-icon-grid1:nth-child(1) {
    margin-top: 0em;
}
.contactright {
    padding-left: 1em;
    padding-top: 3em;
}
}
@media (max-width:414px) {
	.banner h3 {
		font-size: 28px;
		top: 21%;
		letter-spacing: 2px;
	}
	.heading h3 {
		font-size: 30px;
	}
	.services-left a {
		font-size: 15px;
		padding: 6px 15px;
	}
	.contact_form input[type="submit"] {
		padding: 7px;
		font-size: 13px;
	}
	.wthree-model-video h2 {
		font-size: 19px;
	}
	.wthree-model-video h4 {
		margin: 8px auto 0;
	}
	.inner-team1:hover div.team-social {
		left: 68px;
	}
	.banner_bottom-w3l-left {
    min-height: 200px;
}
.banner_bottom h4 {
    font-size: 17px;
}
.banner_bottom h3 {
    letter-spacing: 0px;
}
.banner_bottom-w3l-right2 {
    min-height: 200px;
}
.img-agile {
    width: 100%;
}
.test-review {
    width: 100%;
    margin-top: 1em;
}
.test-tooltip1:after {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.w3ls_courses_left_grid h3 {
    letter-spacing: 1px;
}
section.banner1 {
    min-height: 150px;
}
.wthree-team-grid {
    width: 100%;
    margin-top: 2em;
}
.gal-w3l {
    float: left;
    width: 100%;
}
.w3ls_address_mail_footer_grids iframe {
    height: 17em;
}
}
@media (max-width:384px) {
	.banner h3 {
		font-size: 26px;
		top: 13%;
		letter-spacing: 1px;
	}
	.logo a h1 {
		left: 10px;
		top: 15px;
		font-size: 30px;
	}
	div p button {
		right: 10px;
		top: 10px;
	}
	.copyright-agile {
		padding: 20px;
	}
	.copyright-agile p {
		letter-spacing: 1px;
		line-height: 22px;
	}
	.about-grid1 h4 {
		font-size: 17px;
	}
	.wthree-model-video p{
		font-size:14px;
	}
	.inner-team1:hover div.team-social {
		left: 60px;
	}
	.banner_bottom-w3l-right {
    padding: 30px 20px 30px 20px;
}
.banner_bottom h4 {
    font-size: 15px;
}
.banner_bottom h3 {
    font-size: 18px;
}
.heading-agileinfo span {
    font-size: 15px!important;
    letter-spacing: 0px;
}
.footer-w3 h3, .footer-w3 h2 {
    letter-spacing: 0px;
}
.w3ls_courses_left_grid h3 {
    letter-spacing: 0px;
}
section.banner1 {
    min-height: 140px;
}
.contact-form {
    padding: 3em 3em;
}
}
@media (max-width:375px) {
	.footer-main2 {
		margin: 20px 0 0;
	}
	.callbacks_nav {
		height: 36px;
		width: 36px;
		background-size: 76px;
	}
}
@media (max-width:320px) {
	.banner h3 {
    font-size: 21px;
    top: 26%;
    letter-spacing: 0px;
}
.banner_bottom {
    padding: 2em 0;
}
.callbacks_nav {
    top: 62%;
}
.logo a h1 {
    left: 10px;
    top: 17px;
    font-size: 30px;
}
.rslides img {
    height: 251px;
}
	.banner h4 {
		top: 78%;
	}
	.services-right-top, .services-right-bottom {
		margin: 0 auto;
		width: 100%;
	}
	.team1 {
		width: 100%;
	}
	.contact_form textarea {
		font-size: 13px;
		padding: 10px 8px 8px;
		height: 100px;
	}
	.contact_form input[type="text"], .contact_form input[type="email"] {
		font-size: 13px;
		padding: 10px 8px 8px;
		margin: 0 0 8px;
	}
	.overlay ul li a {
		font-size: 27px;
	}
	.overlay ul li {
		display: block;
		height: 20%;
		height: calc(60% / 5);
		min-height: 40px;
	}
	.wthree-model-video h2 {
		font-size: 19px;
		margin-top: 10px;
	}
	.overlay .overlay-close {
		right: 5px;
		top: 36px;
		background-size: 35px;
	}
	.banner_bottom h4 {
    line-height: 1.5em;
}
.banner_bottom h3 {
    font-size: 18px;
    line-height: 26px;
}
.banner_bottom p {
    letter-spacing: 0px;
}
.banner_bottom h5 {
    font-size: 17px;
    letter-spacing: 0px;
}
.banner_bottom-w3l-right2 {
    min-height: 160px;
}
.banner_bottom-w3l-left {
    min-height: 160px;
}
.w3-services {
    padding: 2em 0;
}
.news_w3l {
    padding: 2em 0;
}
.news_right_left1 {
    width: 100%;
}
.news_right_left2 {
    width: 100%;
    margin-left: 0%;
    margin-top: 2em;
}
.testimonials {
    padding: 2em 0;
}
.heading-agileinfo {
    font-size: 32px;
}
section.subscribe {
    padding: 2em 0 1em;
}
.footer-agileits {
    float: left;
    width: 100%;
}
.footer-w3-agile {
    float: left;
    width: 100%;
    margin-top: 2em;
}
.copyright ul li {
    padding: 0 6px;
}
section.banner1 {
    min-height: 130px;
}
.courses {
    padding: 2em 0;
}
.w3ls_courses_left_grid h3 i {
    padding-right: 0.5em;
}
.w3ls_courses_left_grid h3 {
    line-height: 1.5em;
}
.w3_wthree_agileits_icons.main-grid-border {
    padding: 2em 0;
}
.typo {
    padding: 2em 0;
}
.contact-form {
    padding: 2em 2em;
}
.w3ls_address_mail_footer_grids {
    padding: 2em 0;
}
}
/* //Responsive Design */



/*navigation*/

/* OVERLAY EFFECTS*/


/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(233, 30, 99, 0.8);*/
        background-color: #a92525c7;
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

/* Menu style */
.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(80% / 5);
    min-height: 54px;
}

.overlay ul li a {
    font-size: 40px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-family: 'Josefin Sans', sans-serif;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #000000;
}

/* Effects */
.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 999;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }
    .overlay ul li {
        min-height: 34px;
    }
}

/* //OVERLAY EFFECTS*/

/*navigation*/



/*my-css*/

.provider-section .provider {
           background-color: #8b79f1;
    padding: 36px 25px;
    color: #fff;
}
.provider-section .provider h2 {
    font-size: 22px;
    margin-bottom: 14px;
}
.provider-section{
    margin-top: -160px;
    z-index: 999;
    position: relative;
    text-align: center;
}
.provider-section .provider2{
    background-color: #db56e0;
}
.provider-section .provider3{
    background-color: #ff844c;
}

/*deal-section*/
  h3.heading, h2.heading
    {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
}
.about-bottom h5.heading {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.about-bottom .left-img img{
    width:500px;
}
.about-bottom .inner-heading h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
}
.about-bottom p {
    margin: 0;
    font-size: 1em;
    color: #777;
    line-height: 1.9em;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}
.about-bottom .inner-heading a.btn {
        background: #947ff2;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 1em;
    border-radius: 0px;
}
.about-bottom .inner-heading span.fa {
       height: 50px;
    width: 50px;
    line-height: 52px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    color: #db57de;
    font-size: 22px;
    transition: all 0.3s ease 0s;
        background: rgba(215, 72, 191, 0.37);
}
}

/*deal-section*/

/*sms-experience*/

.sms-exerperience .experience {
    border-top: 1px solid #ddd;
    margin-top: 3em;
    padding-top: 4em;
}

.sms-exerperience .sms-exerperience-heading{
        margin-bottom: 32px;
}
.sms-exerperience .sms-exerperience-heading p{
text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
    color: #777;
}
.sms-exerperience .sms-route {
    text-align: center;
}
.sms-exerperience .sms-route span {
        font-size: 2em;
    color: #ff8049;
    margin-top: 0.1em;
}
.sms-exerperience .featured_grid_right_info h4 {
   /*  font-size: 1.2em;*/
    margin-bottom: .7em;
    font-weight: 600;
    color: #222222;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: uppercase;
}
.sms-exerperience .link-hny {
    color: #222222;
}   
/*sms-expereince*/

/*counter-section*/
.stats_w3pvt_counter_grid span {
    font-size:35px!important;
    color: #fcd846!important;
}
.featured_grid_right_info p{
        margin: 0;
    font-size: 1em;
    color: #777;
    line-height: 1.9em;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}
.footer-content {
   /* background: #191818;*/
       background: url(../images/back-sms.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 5em 0;
    background-attachment: fixed;
}

p.counter {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
}
p.para-w3pvt {
    color: #ddd;
    font-size: 15px;
    text-transform: uppercase;
}

/*counter-section*/

/*our-blog*/

.blog-images-us {
    box-shadow: 0px 0px 10px #cecece;
    position: relative;
}
/*.blog-images-us img{
    border-radius: 5px 5px 144px 0px;
}*/
.blog-wthree-sub {
    padding: 1em 1em;
}
.news-date {
     position: absolute;
    background: #ff8049;
    width: 21%;
    /* height: 18%; */
    text-align: center;
    line-height: 72px;
    border-radius: 49%;
    top: 216px;
    color: #dadada;
    right: 20px;
}
.news-date a {
       font-size: 16px;
    color: #fff;
}
.blog-wthree-sub h4{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
    color: #a92525;
}
.blog-wthree-sub h4 a{
    color: #000;
}
.blog-wthree-sub p{
    font-size: 1em;
    color: rgb(119, 119, 119);
    line-height: 1.9em;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
}
/*our-blog*/

/*slider-partner*/
/*.our-partner-section{
    background-color: #000;
}*/

/*slider-partner*/

/*our-partner*/

.our-partner{
        background: url(../images/back-sms.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 5em 0;
    
}
.our-partner .our-blog-h3{
    color: #fff!important;
}
/*our-partner*/


/*contact-us*/


/*-- contact --*/
.adress-w3pvt-info h6 {
    font-size: 1.2em;
    color: #3d3d3e;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 1em 0;
    text-transform: capitalize;
}
.adress-w3pvt-info a {
    color: #777;
    letter-spacing: 1px;
}
.adress-icon span.fa {
    color:#ff8049;
    font-size: 2em;
    vertical-align: middle;
}
.contact-forms input, .contact-forms textarea, .contact-forms select {
    font-size: 15px!important;
    color: #000!important;
    padding: 1em 1em!important;
    background: #f6f6f6!important;
    outline: none!important;
    border: none!important;
    letter-spacing: 1px!important;
    border-radius: 0px!important;
    outline: none !important!important;
}
.contact-forms select{
    padding: 0em 1em;
    height: 52px !important;
    color: #777;
}
button.sent-butnn {
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 2px;
    outline: none;
    color: #fff;
    background:#ff8049;
    border-radius: 0px;
    padding: 10px 20px;
}
.contact-left-form {
    padding: 3em;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}
.location-phase p{
    color: #707579;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
}
.contact-right h4 {
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 1em;
}
.contact-right h5 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
}
.map iframe {
    border: none;
    outline: none;
    height: 350px;
    width: 100%;
}
/*-- contact --*/

/*map-section*/

.map-section iframe{
width: 100%;
}
/*map-section*/
/*contact-us*/
/*my-css*/



/*nav*/


#header {
    width: 100%;
    background: #f9873e; 
    padding:0px 0px 0px;
    position: fixed;
    z-index: 999;
    top: 0;
    box-shadow: -1px 2px 15px #4c4c4c;
    }

#header .navbar {width: 100%;}

#header .navbar-brand strong {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    margin-left: 23px;
    font-family: georgia sans-serif;
    font-style: italic;
    }

#header .navbar-brand img {
    width: 100%;
    }

#header .navbar .navbar-nav .nav-item a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 18px;
    }

#header .navbar .navbar-nav .active a {color: #000;}

#header .navbar .navbar-nav .nav-item a:hover {
    color: #fff;
}

#header .dropdown-item:focus, #header .dropdown-item:hover {
    background-color: #c56324;
       color: #fff;
    }

#header .navbar .navbar-nav .dropdown-menu {
    background-color: #e0742e;
    padding: 0px;
}

#header .navbar .navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
}

#header .dropdown-item.active, #header .dropdown-item:active {
    background-color:#c56324;
    color: #fff;
}

#header .navbar .navbar-nav .nav-item .dropdown-item:hover {color: #fff;}

/*banner*/
.slider{
    position: relative;
    overflow: hidden;
    height: 100vh;
   
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    transition: all 2s ease-in-out;
}
#slideshow .carousel-caption{
           top: 20%!important;
    width: 56%!important;
    text-align: left!important;
    left: 9%;
}
#slideshow .carousel-caption .get-started a{
        background-color: #ef9126;
         padding: 16px 38px;
    color: #fff;
    font-size: 21px;
    /* text-transform: uppercase; */
    border-radius: 50px;
   /* border: 1px solid #fff;*/
    text-decoration: none;
    margin-right: 28px;
}
#slideshow .carousel-caption .get-started .get{
background-color: #131d33;
}
#slideshow .carousel-caption h2{
        font-size: 46px;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 17px;
    /* background-color: #0000002b; */
    padding: 18px 21px;
    /* text-align: center; */
}
#slideshow .carousel-caption p{
           margin-bottom: 4rem;
}
    
#slideshow .carousel-caption h2 span{
    color: #ef9126;
}
.slide.current {
    opacity: 1;
    transform: scale(1);
}

.slide .content {
    position: absolute;
    bottom: 70px;
    left: -600px;
    opacity: 0;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 35px;
}

.slide .content h1 {
    margin-bottom: 10px;
    color: #E94654;
    font-family: 'Anton';
    font-size: 50px;
    font-weight: 800;
}

.slide.current .content {
    opacity: 1;
    transform: translateX(600px);
    transition: all 1s ease-in-out 1s;
}

.buttons button#next {
    position: absolute;
    top: 50%;
    right: 15px;
}

.buttons button#prev {
    position: absolute;
      top: 50%;
    left: 15px;
}

.buttons button {
          border: 2px solid #ffffff;
    background-color: #8b79f1;
    color: #E94654;
    cursor: pointer;
    /* padding: 13px 15px; */
    border-radius: 50%;
    outline: none;
    width: 60px;
    height: 60px;
    text-align: center;
}
.buttons button .fa{
  color: #fff;
}
.buttons button:hover {
  background-color: #E94654;
  color: #FFF;
}

@media(max-width: 500px) {
  .slide .content {
    bottom: -300px;
    left: 0;
    width: 100%
  }
  
  .slide.current .content {
    transform: translateY(-300px);
  }
}



/* Background Images */
.slide:first-child {
   background: linear-gradient(to right top, #121b29f2, #121b2980, #121b2970, #121b2973, #121b29d1), url(../images/banner-special.jpg) no-repeat;
    background-size: cover;
    background-position: center
}
.slide:nth-child(2) {
    background: linear-gradient(to right top, #121b29f2, #121b2980, #121b2970, #121b2973, #121b29d1), url('../images/banner-front3.jpg') no-repeat;
    background-size: cover;
     background-position: center;
}
.slide:nth-child(3) {
    background:linear-gradient(to right top, #121b29f2, #121b2980, #121b2970, #121b2973, #121b29d1),  url('../images/banner-front2.jpg') no-repeat;
    background-size: cover;
     background-position: center;
}

.slide:nth-child(4) {
    background:linear-gradient(to right top, #121b29f2, #121b2980, #121b2970, #121b2973, #121b29d1),  url('../images/sms-banner-new1.jpg') no-repeat;
    background-size: cover;
     background-position: center;
}
.slide:nth-child(5) {
    background:linear-gradient(to right top, #121b29f2, #121b2980, #121b2970, #121b2973, #121b29d1),  url('../images/sms-banner-new2.jpg') no-repeat;
    background-size: cover;
     background-position: center;
}




/*crosal-slider*/




/*banner*/

/*nav*/
/*.defult-nav{
background: #fff;
}*/
.defult-nav .navbar {
padding: 0px;
}
/*.navbar-nav{
    background-color: black;
}*/
.navbar-nav .nav-item .nav-link{
      color: #fff !important;
    /* padding-right: 30px; */
    font-weight: 600;
    /* text-transform: uppercase; */
    font-weight: 700!important;
    font-size: 17px;
    padding: 17px 17px;
}
.navbar-nav .quote{
background-color: #81bb32;
color: #fff;
font-size: 15px;
border-radius: 0px;
padding: 9px 9px;
}
.navbar-nav .quote .quote-link {
text-align: center;
margin: 0 auto;
color: #fff!important;
padding: 9px 18px;
font-size: 14px;
}
.navbar-brand img{
      width: 250px;
}
.header-contact{
padding: 0px;
padding-top: 7px;
background-color: #006fc1;
}
.header-contact .list1{
background-color: #fff;
}
/*.header-contact .header-list{
background-color: green;
}*/
.head-contact-list{
padding: 5px 15px;
display: block;
margin-bottom: 0;
}
.head-contact-list li{
display: inline-block;
}
.head-contact-list li .fa{
font-size: 17px;
margin-right: 4px;
}
.make {
margin: 1em auto 0;
text-align: center;
}
header{
       width: 100%;
    z-index: 1003;
    background-color: #8b79f1cf;
}
/*nav*/

/*form*/

.service-form {
    /*padding: 10vw 0 0vw;*/
    box-sizing: border-box;
    padding: 2.5em;
    background: #fff;
        /*margin-top: 98px;*/
            box-shadow: -1px 2px 10px -4px #000000;
                /*border: 2px dashed #ff8049;*/
                background-image: url(../images/our-service-form.jpg);
                background-size: cover;
}
.service-form form h5
{
        text-align: center;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}


.service-form .first-service input[type="text"], .first-service input[type="email"], .first-service input[type="password"],select {
       outline: none;
    font-size: 14px;
    border: none;
    color: #666;
    background: #f1f1f126;
    letter-spacing: 0.5px;
    padding: 14px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #b3a2a2;
}
.service-form .first-service button.btn {
    color: #fff;
    background: #feada9;
    border: none;
    padding: 14px 0;
    outline: none;
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.service-form .first-service input[type="submit"]:hover {
    background: #dc3545;
}

.service-form .first-service span {
    font-size: 13px;
    color: #666;
}
.service-form .first-service span a {
    color: #3369e7;
}

/*form*/

/*connect-with-us*/

.social-network li{
list-style-type: none;
  display: inline-block;
  border: 
}
.social-network li .fa{

 /*  border: 1px solid;*/
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    background-color: #ff8049;
    color: #fff;
}
/*connec-with-us*/

.fixed-header{
        background-color: #ff8853;
    position: fixed;
}

/*fixed-menu*/
.side-menu{
    width: 16em;
    height: auto;
    margin: 4em auto 0;
    font-size: 1em;
    line-height: 2em;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
/*  text-decoration: none;
    border: none;*/
    position: absolute;
   /* top: 0;*/
    bottom: 0;
    top: 50%;
    left: -13em;
    position: fixed;
        z-index: 9999;
}
.side-menu ul{
    list-style: none;
}
.side-menu ul li a{
        color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}
.side-menu ul li .fa{
        width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 100px;
    line-height: 35px;
    float: right;
    margin: 3px 5px 0 10px;
    transition: all .7s ease;
    text-align: center;
    background: #ebebeb;
        color: #479af1;
}
.side-menu ul li .whatsapp-fx{
    color:#00e676; 
}
.side-menu li{
        display: block;
    background: #333;
    border-radius: 0 50px 50px 0;
    /* padding: 1em 5.5em; */
    position: relative;
    transition: transform .5s,background-color .5s ,color 0.5s;
    margin-bottom: 6px;
    padding: 6px 72px;
}
.side-menu li:nth-child(1){
    background:#479AF1 ;
}
.side-menu li:nth-child(2){
        background: #00e676;
}

.side-menu li:hover{
    background:;
    transform: translateX(10em);
}

.side-menu span{
          display: block;
    position: absolute;
    font-size: 1.222222222222222em;
    line-height: -2em;
    height: 2em;
    top: 0;
    bottom: 0;
    margin: -18px -11px;
    padding: 1em 1.5em;
    right: -1em;

}

/*fixed-menu*/

/*enquiry-section*/

.enquiry-section{
        background-color: #8b79f1;
}
.enquiry-section-heading h2{
        font-size: 48px;
    color: #fff;
    font-weight: 700;
}
.enquiry-section .enquiry-span span{
        font-size: 30px;
}
.enquiry-section .enquiry-span span .fa{
        font-size: 45px;
    transform: rotate(45deg);
}
/*enquiry-section*/

/*sms-exerperience*/


.sms-exerperience .experience-route {
    text-align: center;
    padding: 30px 6px;
}
.sms-exerperience .experience-route:hover h4{
color: #fff;
}
.sms-exerperience .experience-route:hover p{
    color: #fff;
}
.sms-exerperience .experience-route:hover{
    background-color: #479AF1;
}
.sms-exerperience .featured_grid_right_info{
        padding-top: 13px;
}
/*sms-exerperience*/


/*our-partner-section*/
.our-partner-section .item img{
    height: 68px;
    width: 100%;
}
.our-partner-section .item {
       border: 1px solid #e6e0e0;
    padding: 12px 10px;
    margin-right: 9px;
}

/*our-partner-section*/



.smsbubbles {
    max-width: 400px;
    margin-left: auto
}

.smsbubbles__top {
    line-height: 1
}

@media (min-width:768px) {
    .smsbubbles.smsbubbles--topmargin {
        margin-top: 85px
    }
}

.smsbubbles__item {
    position: relative;
    display: none;
    max-width: 210px;
    margin-bottom: 10px
}

.smsbubbles__item.smsbubbles__item--absolute {
    position: absolute
}

.smsbubbles__item.smsbubbles__item--large {
    max-width: 270px
}

.smsbubbles__check {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: rgba(41, 201, 19, .3);
    width: 50px;
    height: 50px;
    border-radius: 100%
}

.smsbubbles__check span {
    display: block;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    background-color: #29c913;
    height: 34px;
    width: 34px;
    border-radius: 100%
}

.smsbubbles__check span:after,
.smsbubbles__check span:before {
    content: "";
    position: absolute;
    bottom: 10px;
    background-color: #fff;
    width: 3px;
    border-radius: 10px
}

.smsbubbles__check span:before {
    height: 14px;
    left: 19px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.smsbubbles__check span:after {
    height: 9px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.smsbubbles__check span {
    display: inline-block;
    position: absolute;
    top: 50%
}

@media (min-width:768px) {
    .smsbubbles__item {
        display: inline-block
    }
}

.smsbubbles__item.smsbubbles__item--7 {
    max-width: none
}

.smsbubbles__insides {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    padding: 0;
    opacity: 0;
    background-color: #db56e0;
    box-shadow: 0 7px 29px -5px rgba(1, 87, 155, .37);
    border-radius: 19px 19px 19px 0;
    overflow: hidden;
    transition: all .2s ease
}

.smsbubbles__insides.smsbubbles__insides--reversed {
    border-radius: 19px 19px 0 19px
}

.smsbubbles__insides--revealed {
    width: 100%;
    height: 100%;
    opacity: 1;
    padding: 5px 15px 5px 10px
}

.smsbubbles__insides.smsbubbles__insides--static {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px 15px 5px 10px;
    opacity: 0
}

.smsbubbles__item:nth-of-type(2n) {
    float: right
}

.smsbubbles__insides--revealed .smsbubbles__bold,
.smsbubbles__insides--revealed .smsbubbles__content,
.smsbubbles__insides--revealed .smsbubbles__light {
    transition: font-size .2s ease
}

.smsbubbles__insides--revealed .smsbubbles__bold,
.smsbubbles__insides--revealed .smsbubbles__light,
.smsbubbles__insides.smsbubbles__insides--static .smsbubbles__bold,
.smsbubbles__insides.smsbubbles__insides--static .smsbubbles__light {
    font-size: 13px
}

.smsbubbles__insides--revealed .smsbubbles__content,
.smsbubbles__insides.smsbubbles__insides--static .smsbubbles__content {
    font-size: 14px
}

.smsbubbles__item--large .smsbubbles__insides--revealed .smsbubbles__content,
.smsbubbles__item--large .smsbubbles__insides.smsbubbles__insides--static .smsbubbles__content {
    font-size: 16px
}

.smsbubbles__bold {
    font-size: 0;
    font-family: neuehaasunica-bold, Helvetica, Arial, sans-serif;
        color: #fefeff;
}

.smsbubbles__light {
    opacity: .5
}

.smsbubbles__content,
.smsbubbles__light {
    font-family: neuehaasunica-normal, Helvetica, Arial, sans-serif;
    font-size: 0;
        color: #ffffff;
}

.smsbubbles__content {
    line-height: 21px
}

.smsbubbles__content--nowrap {
    white-space: nowrap
}

.smsbubbles__innercontent {
    display: inline-block;
    padding-right: 12px;
    vertical-align: middle;
    white-space: normal
}

.smsbubbles__item--1 {
    margin-left: 104px
}

.smsbubbles__item--1,
.smsbubbles__item--3 {
    margin-bottom: 20px
}

.smsbubbles__item--4 {
    margin-bottom: 35px;
    margin-right: 32px
}

.smsbubbles__item--5 {
    margin-left: 80px
}

@media (max-width:991px) {
    .smsbubbles__item--4,
    .smsbubbles__item--5,
    .smsbubbles__item--8 {
        display: none
    }
}

.smsbubbles__item.smsbubbles__item--6 {
    float: left;
    margin-bottom: 26px
}

.smsbubbles__item.smsbubbles__item--7 {
    float: right
}

.smsbubbles__item--8,
.smsbubbles__item--9,
.smsbubbles__item--10,
.smsbubbles__item--11 {
    display: none;
    z-index: 1
}

@media (min-width:768px) and (max-width:991px) {
    .smsbubbles__item--8 {
        right: 120px!important
    }
    .smsbubbles__item--11 {
        bottom: auto!important;
        right: 650px!important;
        top: 40px
    }
}

@media (min-width:992px) {
    .smsbubbles__item--8,
    .smsbubbles__item--9,
    .smsbubbles__item--10,
    .smsbubbles__item--11 {
        display: block
    }
}

.smsbulbe-top{
        margin-top: 47px;
}

/*top-header*/



.header-contact {
    padding: 0px;
    /* padding-top: 7px; */
    background-color: #171649;
    padding: 6px 0px;
}
.header-contact .ll2{
    text-align: center;
}
.header-contact .ll2 a{
          text-align: center;
    background-color: #1ca5db;
    border-radius: 0px;
    /* border: 1px solid #fff; */
    color: #fff;
   /* border: 1px solid;*/
}
.header-contact .list1{
    background-color: #005390;
}
/*.header-contact .header-list{
background-color: green;
}*/
.head-contact-list{
       padding: 5px 7px;
    display: block;
    margin-bottom: 0;
   
}
.head-contact-list li a{
    color: #fff;
}
.head-contact-list li {
    display: inline-block;
    margin-right: 19px;
    letter-spacing: 2px;
}
.head-contact-list li a{
    font-size: 14px;
}
.head-contact-list li .fa{
font-size: 17px;
margin-right: 4px;
}
header .social-follow-top ul li{
list-style-type: none;
display: inline-block;
    margin-right: 16px;
}
header .social-follow-top{
    text-align: center;
}
header .social-follow-top ul{
    padding: 0px;
    margin: 0px;
}
#myModal 
{
-webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

/*top-header*/
#myModal .modal-content{
left: 350px;
top: 122px;
}
.sms-exerperience {
        padding-top: 42px;
}
.blog-images-us img{
    width: 100%;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}