
html {
  scroll-behavior: smooth;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
	.jumbotron{
	          
			  
			  background-image: url(ca-patilmhatrepol.jpg)   ;
				  
					-webkit-background-size: 100% 100%;
				-moz-background-size: 100% 100%;
				-o-background-size: 100% 100%;
				background-size: 100% 100%;
				
				min-height:792px;
			  text-align:center;
			  align-items:center;
			  
	
	}
	
	.jumbotron-text_jumbotron_info {
    padding: 18em 0 0;
}
.jumbotron-text_jumbotron_info_agileits_jumbotron-text{
	padding:18em 0 0;
}
.jumbotron-text_jumbotron_info_left ul li{
	display: inline-block;
    color: #fff;
    width:24%;
    text-transform: capitalize;
    font-weight: 600;
}
.jumbotron-text_jumbotron_info_left ul li:nth-child(2){
	margin:0 5em;
}
.jumbotron-text_jumbotron_info_left ul li span{
	display:block;
	padding-top:.5em;
	margin-top:.5em;
	border-top:1px solid;
}
.jumbotron-text_jumbotron_info_left{
	float:left;
	width: 50%;
}

/*navbar*/

.navbar{
	    margin:0px !important;
		background-color:white !important;
		position:relative;
		top:-20px;
		
	
}

.nav-item{
	
	  font-size:18px;
	  padding-right:30px;
	  font-weight:bold;
}


.nav-link:hover{
	   
	  color:orange !important;
}

/*Wrapper*/
.wrapper{
    position: relative;
}
.wrapper h2 {
    font-size: 1.1em;
    letter-spacing: 5px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
}
.wrapper .sentence {
    font-size:5em;
	text-transform: capitalize;
}


/*animate*/
/*Animation*/
.animate{
	display: inline;
	text-indent: 8px;
}
.animate span {
    animation: move 7.5s linear infinite 0s;
    -ms-animation: move 7.5s linear infinite 0s;
    -webkit-animation: move 7.5s linear infinite 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 70%;
    left: 13%;
    color: red;
    font-family: 'Josefin Sans', sans-serif;
}
.animate span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.animate span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.animate span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}

/*move Effect Animation*/
@-moz-keyframes move{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes move{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);}
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes move{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.lead{
	   margin-top:150px;
	
}
	
	/* -- Responsive code -- */
@media screen and (max-width: 1440px){
	.pg2 {
		margin: 0 1.2em;
	}
}
@media screen and (max-width: 1280px){
	.agile-pricing.w3ls-section .container {
		width: 69%;
	}
	.jumbotron {
       min-height: 750px;
	}
	.contact-right-w3l {
		padding: 4em 4em;
	}
	.navbar-nav > li > a {
		margin: 0 1.5em;
	}
	.button a {
		width: 14%;
	}
	.agileits-about-grid1 {
		padding: 2em;
	}
	.agile-pricing.w3ls-section .container {
		width: 82%;
	}
}
@media screen and (max-width: 1080px){
	h2.h3-w3l.text-center {
		width: 72%;
	}
	.team-grid {
		padding: 0 1.5em;
	}
	.team-grid .social-icons {
		margin: 2em 0 0;
	}
	.agileits-section p {
		width: 81%;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.8em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 170px;
	}
}
@media screen and (max-width: 1050px){
	.jumbotron {
       min-height: 700px;
	}
	.agile-pricing.w3ls-section .container {
		width: 94%;
	}
	.jumbotron-text_jumbotron_info{
		padding:14em 0;
	}
}
@media screen and (max-width: 1024px){
	.jumbotron-text_jumbotron_info {
		padding: 13em 0;
	}
	.jumbotron {
		min-height: 610px;
	}
	.wrapper .sentence {
		font-size: 4em;
	}
	.contact-right-w3l {
		padding: 4em 3em;
	}
}
@media screen and (max-width: 991px){
	.navbar-nav > li > a {
		margin: 0 0.9em;
	}
	.popEffect span {
       width: 100%;
		left: 0%;
	}
	.wrapper h2 {
		letter-spacing: 3px;
	}
	.jumbotron {
		min-height: 580px;
	}
	h2.h3-w3l.text-center {
		width: 87%;
		font-size: 2.3em;
	}
	.agileits-section p {
		width: 98%;
	}
	p.about-info {
		width: 60%;
	}
	.agileits-about-grid1 {
		padding: 2em 1.8em;
	}
	.button a {
		width: 19%;
	}
	.wthree-pricing-grid1 {
		width: 32%;
		float: left;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.5em;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.5em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 125px;
	}
	.w3_agile_work_grid {
		float: left;
		width: 33.33%;
	}	
	.team-grid {
		width: 50%;
	}
	.team-grid.t2{
		margin-bottom:2em;
	}
	.sub-form {
		width: 55%;
	}
	.w3-blog {
		width: 50%;
	}
	.w3-blog.b3 {
		margin-top: 2.5em;
	}
	.team-grid .social-icons {
		margin: 3em 0 0;
	}
	.contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="email"] {
		margin-right: 0;
	}
	.contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] {
		width: 100%;
	}
	.contact-right-w3l {
		padding: 2em 3em;
	}
	.agileits_w3layouts-map iframe {
		min-height: 511px;
	}
	ul.footer-social-icons li {
		margin: 0 1.5em 0 0;
	}
}
@media screen and (max-width: 900px){
	.agile-pricing.w3ls-section .container {
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	.wrapper .sentence {
		font-size: 3.8em;
	}
	.wthree-pricing-grid1 {
		width: 47%;
		float: left;
	}
	.agile-pricing.w3ls-section .container {
		width: 85%;
	}
	.pg2 {
		margin: 0 0 3em 1em;
	}
}
@media screen and (max-width: 768px){
	h3.h3-w3l.wthree-head.wthree-head-g:before, h3.h3-w3l.wthree-head.wthree-head-b:before, h3.h3-w3l.wthree-head.wthree-head-t:before {
        left: 46%;
	}
	.wrapper h2 {
		font-size: 1em;
	}
	.jumbotron-text_jumbotron_info {
		padding: 12em 0;
	}
	h2.h3-w3l.text-center {
		font-size: 2.1em;
	}
	.wrapper .sentence {
		font-size: 3.5em;
	}
	.jumbotron {
		min-height: 530px;
	}
}
@media screen and (max-width: 767px){
	.jumbotron-text_jumbotron_info {
		padding: 11em 0;
	}
	.navbar-nav>li>a {
		padding:2px 0;
	}	
	.navbar-default .navbar-toggle {
		border-color: #212121;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: #d53362;
	}
	.navbar-toggle {
		margin: 2em 0 0;
		background: #d53362;
	}
	.navbar-nav > li > a {
		margin-left: 0;
	}
	.navbar-right {
		float: none !important;
	}
	.navbar-nav {
		margin: 0;
		text-align: center;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background: rgba(15, 148, 148, 0.83);
		z-index: 999;
	}
	.nav > li > a {
		display: inline-block;
	}
	.navbar-left {
		float: none!important;
		padding: 0 2em;
	}
	.navbar-togglem.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus  {
		background-color: #d53362;
	}
	.navbar-default .navbar-toggle {
		border-color: #d53362;
		margin:1.5em 0;
	}
	.navbar-default{
		padding:0;
	}
	.navbar img {
		width:300 !important;
	}
}
@media screen and (max-width: 736px){
	.agileits-about-grid1 {
		padding: 2em;
	}
	.agileits-about-grid1.about-grid2 {
		padding-top: 0;
		padding-bottom:0;
	}
	.button a {
		width: 20%;
	}
	.w3_agile-footer1.f1 h6 a {
		font-size: 3.1em;
	}
	ul.footer-social-icons li {
		margin: 0 1.4em 0 0;
	}
	.wrapper .sentence {
		font-size: 3em;
	}
}
@media screen and (max-width: 667px){
	.jumbotron {
		min-height: 504px;
	}
	.w3_agileits_sub_work:hover {
		line-height: 110px;
	}
	.wrapper h2 {
		letter-spacing: 2px;
	}
	h2.h3-w3l.text-center {
		font-size: 2em;
	}
	p.about-info {
		width: 80%;
	}
	.button a {
		width: 22%;
	}
	.agile-pricing.w3ls-section .container {
		width: 91%;
	}
	.team-grid .social-icons {
		margin: 2em 0 0;
	}
	.agileits_w3layouts-map {
		width: 100%;
	}
	.contact-right-w3l{
		width:100%;		
		padding: 3em 6em;
	}
	.agileits_w3layouts-map iframe {
		min-height: 330px;
	}
	.h3-w3l {
		font-size: 2.3em;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 4px;
	}
	.icon-border::before, .icon-border::after {
		width: 96%;
		height:96%;
	}
	.footer-nav li {
		margin: 0 0.6em;
	}
	.w3_agile-footer1 {
		width: 50%;
	}
	.w3_agile-footer1 {
		width: 100%;
		margin: 2em 0 0;
	}
	.w3_agile-footer-grids {
		padding: 0em 0 2em;
	}
	.agileits_w3layouts-footer-bottom {
		text-align: center;
	}
	.w3_agile-footer1.f1 p {
		width: 59%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px){
	.jumbotron {
		min-height: 480px;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.3em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 105px;
	}
	.button a {
		width: 23%;
	}
	.agile-pricing.w3ls-section .container {
		width: 96%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 3px;
	}
	.team-grid .social-icons {
		margin: 1.6em 0 0;
	}
	.sub-form {
		width: 57%;
	}
	.icon-border::before, .icon-border::after {
		width: 92%;
		height: 90%;
	}
	.social-icons ul li a.fa{
		line-height:2.4;
	}
	.wthree-head.wthree-head-t:before {
		left: 46.5%;
	}
	.wthree-head:before {
		left: 45%;
	}
	.contact-right-w3l {
		padding: 3em 8em;
	}
	
}
@media screen and (max-width: 600px){
	.jumbotron-text_jumbotron_info {
		padding: 11em 0 0;
	}
	.wrapper .sentence {
		font-size: 2.8em;
	}
	h2.h3-w3l.text-center {
		width: 89%;
	}
	.button a {
		width: 24%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 2.1em;
		letter-spacing: 3px;
	}
	.w3ls_pricing_grid_top{
		padding:3px 0;
	}
	.w3ls_pricing_grid_top:before {
		top: 9%;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 14px solid #d53362;
	}
	.w3ls_pricing_grid_top p {
		font-size: 1.3em;
	}
	.pg2 {
		margin: 0 0 3em 0.5em;
	}
	.wthree-pricing-grid1 {
		width: 49%;
	}
	.w3l_pricing_grid_content {
		padding: 3em 1.8em;
	    margin: 2.5em 0 0;
	}
	.agileinfo_work_grids {
		margin-top: 0em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 99px;
	}
	.team-grid .social-icons {
		margin: 1.4em 0 0;
	}
	.wthree-head.wthree-head-g:before {
		left: 45%;
		top: -24px;
	}
	.sub-form {
		width: 65%;
	}
	.w3_agile-footer1 h5 {
		font-size: 0.95em;
	}
	ul.footer-social-icons li {
		margin: 0 0.82em 0 0;
	}
	.team-grid {
		padding: 0 1em;
	}
	.w3_agile-footer1.f1 p {
		width: 63%;
	}
}
@media screen and (max-width: 568px){
	.jumbotron {
		min-height: 448px;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 3px;
	}
	.jumbotron-text_jumbotron_info {
		padding: 10em 0 0;
	}
	.wrapper .sentence {
		font-size: 2.4em;
	}
	h2.h3-w3l.text-center {
		width: 97%;
	}
	.wthree-head:before{
		font-size:2.2em;
	}
	h3.h3-w3l.wthree-head.wthree-head-g:before, h3.h3-w3l.wthree-head.wthree-head-b:before, h3.h3-w3l.wthree-head.wthree-head-t:before {
		top: -20px;
	}
	.wthree-head.wthree-head-g1:before {
		top: -24px;
	}
	.w3_agileits_sub_work:hover {
		line-height: 85px;
	}
	.button a {
		width: 26%;
	}
	.w3ls_pricing_grid_top:before {
		top: 9%;
	}
	.w3l_pricing_grid_content {
		padding: 3em 1.2em;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 2px;
	}
	.blog-left a {
		margin-right: 7px;
	}
	.footer-nav li {
		margin: 0 0.4em;
	}
	.w3_agile-footer1.f1 h6 a {
		font-size: 2.8em;
	}
	.w3_agile-footer1.f1 p {
		width: 68%;
	}
}

@media screen and (max-width: 480px){
	.jumbotron {
		min-height: 410px;
	}
	.jumbotron-text_jumbotron_info {
		padding: 9em 0 0;
	}
	.wrapper h2 {
		letter-spacing: 1px;
	}
	h2.h3-w3l.text-center {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
	.w3ls-section {
		padding: 3em 0;
	}
	p.about-info {
		width: 90%;
	}
	.h3-w3l {
		font-size: 2.2em;
		letter-spacing: 1px;
	}
	.wthree-head:before {
		top: -23px;
	}
	.button a {
		width: 31%;
	}
	.team-grid.t2 {
		margin: 2em 0;
	}
	.w3ls_pricing_grid_top:before {
		top: 8%;
	}
	.wthree-pricing-grid1 {
		width: 100%;
	}
	.agile-pricing.w3ls-section .container {
		width: 67%;
	}
	.pg2 {
		margin: 3em 0;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 1px;
		font-size: 1.8em;
	}
	.team-grid {
		width: 100%;
	}
	.team-grid .social-icons {
		margin: 5.4em 0 0;
	}
	.sub-form {
		width: 80%;
	}
	.w3-blog {
		width: 100%;
	}
	.w3-blog.b3{
		margin:0;
	}
	.w3-blog.b2{
		margin:1em 0;
	}
	.w3ls_pricing_grid_top:before {
		top: 9%;
	}
	.w3_agile_work_grid {
		float: none;
		width: 100%;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.6em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 235px;
	}
	.contact-right-w3l {
		padding: 3em 5em;
	}
	.footer-nav li{
		padding:0.5em;
	}
}
@media screen and (max-width: 414px){
	.jumbotron {
		min-height: 370px;
	}
	.wrapper h2 {
		letter-spacing: 1px;
	}
	.wrapper .sentence {
		font-size: 2.2em;
	}
	h2.h3-w3l.text-center {
		font-size: 1.7em;
		letter-spacing: 0px;
	}
	.button a {
		width: 36%;
	}
	.h3-w3l {
		font-size: 2em;
	}
	.wthree-head:before {
		top: -17px;
	}
	.w3ls_pricing_grid_top:before {
		top: 8%;
	}
	.agile-pricing.w3ls-section .container {
		width: 80%;
	}
	.w3ls_pricing_grid_top:before {
		top: 9%;
	}
	.h3-w3l{
		margin-bottom:0.8em;
	}
	h3.h3-w3l.wthree-head.wthree-head-g:before, h3.h3-w3l.wthree-head.wthree-head-b:before, h3.h3-w3l.wthree-head.wthree-head-t:before {
		top: -16px;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		letter-spacing: 0px;
		font-size: 1.7em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 205px;
	}
	.button a{
		margin:1.5em auto 0;
	}
	.team-grid .social-icons {
		margin: 4em 0 0;
	}
	.jumbotron-text_jumbotron_info {
		padding: 7em 0 0;
	}
	.agileits_w3layouts-map iframe {
		min-height: 300px;
	}
	.w3_agile-footer1.f1 p {
		width: 79%;
	}
	.contact-right-w3l {
		padding: 3em;
	}
}
@media screen and (max-width: 384px){
	.w3ls-section {
		padding: 2em 0;
	}
	.jumbotron {
		min-height: 360px;
	}
	.navbar-brand {
		font-size: 1.1em;
		padding:0.7em 0;
	}
	.jumbotron-text_jumbotron_info {
		padding: 7em 0 0;
	}
	.wrapper h2 {
		letter-spacing: 0px;
	}
	.wrapper .sentence {
		font-size: 2.5em;
	}
	h2.h3-w3l.text-center {
		font-size: 1.6em;
	}
	.button a {
		width: 40%;
	}
	.agile-pricing.w3ls-section .container {
		width: 89%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 1.7em;
		line-height: 1.5;
	}
	.team-grid .social-icons {
		margin: 3em 0 0;
	}
	.sub-form {
		width: 85%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 1.9em;
	}
	.w3_agileits_sub_work:hover {
		line-height: 195px;
	}
	.wthree-head.wthree-head-g1:before {
		left: 36%;
		top: -20px;
	}
}
@media screen and (max-width: 375px){
	.jumbotron-text_jumbotron_info {
		padding: 7em 0 0;
	}
	.jumbotron {
		min-height: 340px;
	}
	h2.h3-w3l.text-center {
		font-size: 1.5em;
	}
	.agile-pricing.w3ls-section .container {
		width: 87%;
	}
	.wthree-head:before {
		left: 43%;
	}
	.sub-form {
		width: 95%;
	}
	.sub-form  input[type="submit"]{
		width:32.8%;
	}
}
@media screen and (max-width: 320px){
	.jumbotron {
		min-height: 310px;
	}
	.navbar-left {
		padding: 0 1em;
	}
	.wrapper h2 {
		font-size: 1em;
		line-height: 1.5;
	}
	.jumbotron-text_jumbotron_info {
		padding: 5em 0 0;
	}
	.wrapper .sentence {
		font-size: 2em;
	}
	.button a {
		width: 49%;
	}
	.sub-form  input[type="email"]{
		width:65%;
	}
	.w3_agileits_sub_work>.agileits_w3layouts_work {
		font-size: 1.4em;
	}
	.w3ls_pricing_grid_top:before {
		top: 8%;
	}
	.agile-pricing.w3ls-section .container {
		width: 93%;
	}
	.w3ls_pricing_grid_top:before {
		top: 9%;
	}
	.team-grid .social-icons {
		margin: 1.3em 0 0;
	}
	.wthree_work_grid1 {
		padding-top: 1em;	
	}
	.w3_agileits_sub_work:hover {
		line-height: 155px;
	}
	.w3_agile-footer1 h5 {
		font-size: 0.85em;
	}
}
/* -- //Responsive code -- */
   
	/*about-us*/
	
	
	#about-us {
    padding: 3% 0;
    text-align: center;
}
	
	
	#about-us h2{
		
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    padding: 10px 30px;
    display: inline-block;
    border: 5px solid #3c7bdd;
}
		
		
		
	#row-about{
    
   padding-top:25px;
  -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
}

.img-responsive {
  width: 100%;
  height: auto;
}
	
	.ht-content{
       text-align:justify;
       
       font-size:14px;
       
}	
		.readmore{
  padding-top:20px;
  
  
}

/*modal*/
.modal-title{
	align:center;
	font-weight:bold;
	color:Orange;
	
}

.modal-body{
       text-align:justify;
       
       
}		
.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}


.modal-open[style] {
padding-right: 0px !important;
}

html, body{
    padding-right: 0px !important; 
    position: relative!important;
}
/*about-us*/

/*services*/


	
	
	#services {
    padding: 3% 0;
    text-align: center;
}
	
	
	#services h2{
		
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    padding: 10px 30px;
    display: inline-block;
    border: 5px solid #3c7bdd;
}
			
			
			/*-- team --*/ 


	.team {
    padding: 3% 0;
    text-align: center;
}
	
	
   .team h2{
		
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    padding: 10px 30px;
    display: inline-block;
    border: 5px solid #3c7bdd;
}
			
.team.agileits-w3layouts {
    background: #fff;
}
.team-grid {
	text-align: left;
	padding: 0 2.5em;
}
.team .img-w3l {
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.agileits-team-bottom h5 {
	font-size: 1.6em;
	margin: 0.8em 0 .4em;
	color: #d53362;
	font-weight: 600;
	letter-spacing: 2px;
}
.agileits-team-bottom {
    padding: 1em;
}
img.img-w3l.t1-wthree.img-responsive {
    padding: 0;
}
.team-grid .social-icons {
    margin: 3em 0 0;
    border: solid #d53362;
    padding: 1em 0em;
    border-width: 7px 1px 1px 0;
}



/*-- contact--*/
#contact h3.h3-w3l{
	color:#fff
}
.agileits_w3layouts-map {
    padding: 0;
	float:right;
}
.agileits_w3layouts-map iframe{
	width:100%;
	min-height:456px;
	position:relative;
	
}
.w3ls-address{
	position:relative;
}
span.w3ls-address-info {
    position: absolute;
    background: #d53362;
    left: 33%;
    top: 107px;
    color: #fff;
    padding: 1em 2em;
    line-height: 2;
    font-size: 1em;
    text-align: center;
}
span.w3ls-address-info:before {
    content: '';
    position: absolute;
    left: 44%;
    bottom: -14px;
    border-left: 7px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid #d53362;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.contact-right-w3l ::-webkit-input-placeholder {
   color: #fff;
   
   
}
.contact-right-w3l{
	
	
	
}
.contact-right-w3l:-moz-placeholder { /* Firefox 18- */
   color: #fff;
} 
.contact-right-w3l ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
} 
.contact-main :-ms-input-placeholder {  
    color: #fff;
	
}	
.contact-right-w3l input[type="text"],.contact-right-w3l input[type="email"]{
    font-size: 1em;
    border: 1px solid #fff;
    background: transparent;
    outline: none;
    padding: 0.7em;
    width: 48.5%;
    margin-bottom: 1em;
    color: #fff;
	
}
.contact-right-w3l input[type="text"]:nth-child(1),.contact-right-w3l input[type="email"] {
    margin-right:2%;
}
.contact-right-w3l textarea{
	width:100%;
	padding: 0.7em;
	outline:none;
	resize:none;
	height:100px;
	border:1px solid #fff;
	font-size:1em;
	background: transparent;
	color:#fff;
}
.contact-right-w3l input[type="submit"] {
    background: #fff;
    color: #000;
    padding: .9em 1.8em;
    margin-top: 1.3em;
    border: 1px solid #ffffff;
    outline: none;
    font-size: 0.9em;
}
.contact-right-w3l input[type="submit"]:hover {
    background: #0f9494;
    color: #fff;
    border: 1px solid #0f9494;
}
.contact-right-w3l {
    padding: 4em 6em;
    background: url(get-in-touch.jpg) no-repeat center;
    background-size: cover;
	
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- //contact --*/



/*copyright*/

#extra{
	
	background-color:#748591;
}

.agileits_w3layouts-copyright {
	text-align:center;
    border: 1px solid #e2dede ;
    border-width: 1px 0;
	background-color:#748591;
	font-weight:bold;
}


#myBtn {
		  display: none;
		  position: fixed;
		  bottom: 20px;
		  right: 30px;
		  z-index: 99;
		  font-size: 18px;
		  border: none;
		  outline: none;
		  background-color: red;
		  color: white;
		  cursor: pointer;
		  padding: 15px;
		  border-radius: 4px;
		}

		#myBtn:hover {
		  background-color: #555;
		}
		.divider {
    height: 1px;
    margin: 30px 0 20px;
    background-color: #e1e8ed;
    text-align: center;
}
center {
    display: block;
    text-align: -webkit-center;
}

.caller {
    font-size: medium;
    color: white;
    font-weight: bold;
}
	