	
html,
body {
    font-family: 'Lora';
    font-size: 100%;
    overflow-x: hidden;
    background: #fff;
}

body a,
.btn-agile,
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;
}

.banner_info_text
{
	padding: 29px;font-size: 14px;color: #fbf8f8;background: #0a3047d9;text-align: center;width: 57%;top: 50%;/* bottom: 0; *//* left: 50%; */margin-left: 229px;text-align:left;-webkit-box-shadow: 0 0 10px rgba(0,0,0, .65);-moz-box-shadow: 0 0 10px rgba(0,0,0, .65);box-shadow: 0 0 10px rgba(0,0,0, .65);
}

.border-0 {
  border: 0 !important;
  font-family:sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
}

p , li{
    line-height: 1.7;
    font-size: 17px;
    color: #252323;
    font-weight: 500;
    margin: 0;
	font-family:sans-serif;
}

ul {
    /* margin: 0; */
    /* padding: 0; */
}
.agileinfo {margin-bottom : 0;}


body a:hover {
    text-decoration: none;
}

/* banner */

/* header */

h1 a.navbar-brand {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 10px;
    font-family: 'Lora';
}

h1 a.navbar-brand span {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 3px;
}

.navbar-light .navbar-nav .nav-link {
    /* font-weight: bold; */
    text-transform: uppercase;
    color: #000;
	font-size : 14px;
    /* letter-spacing: 1px; */
	 font-weight: bold
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link {
    color: #254150;

}

button.btn.btn-agile.btn-block.w-25 {
    background: #0a3047;
    font-weight: 600;
    color: white;
}

a.btn:hover {
    background: #1ba6bb;
    color: #000;
}

.serv

/*--/navbar--*/

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
    background: #f7eb48;
    top: 0px;
}

.navbar h1 span {

    border-right: 4px solid #031621ab;
    font-size: 35px;
    color: black;
    font-weight: 600;
    font-family: 'Lora';
}

/*--logo--*/

/*-- //header --*/

/* banner */

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

.banner {
    background: url(../images/banner.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.banner-text-agile {
    padding: 13vw 0;
    box-sizing: border-box;
}

h3.b-w3ltxt span {
    font-weight: 100;
    text-shadow: none;
    letter-spacing: 1px;
    color: #ea1b4b;
	font-family: 'Lora';
}

.header-top {

    background: #0D4E9B;
}

/* navigation */

/*--/header --*/

header.mainheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

nav.navbar.second {
    border: none !important;
    transition: all 1s ease;
}

/*--/navbar--*/

/*-- /nav.navbar.second --*/

nav.navbar.second {
    border: none !important;
    transition: all 1s ease;
}

nav.navbar.shrink.pagescrollfix {
    width: 100%;
    box-shadow: 0 1px 0 0 #dadada;
    position: fixed;
    left: 0px;
    transition: all 1.2s ease;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #0D4E9D !important;
    z-index: 9;
    top: 0;
    transition: all 1.5s ease;
}

nav.navbar.shrink .navbar-toggler {
    transition: all 1.5s ease;
}

.bg-transparent {
    background: transparent;
}

/*-- //nav.navbar.second --*/

/* //navigation */

h3.b-w3ltxt {
    font-size: 3em;
    color: #ffeb3b;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
	font-family: 'Lora';
}

.carousel-item p {
    color: #000;
    font-weight: 100;
    text-transform: capitalize;
    font-size: 19px;
    width: 75%;
	letter-spacing:2px;
}

.btn-banner {
    background: #ea1b4b;
    border-radius: 20px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 20px;
}

.carousel-indicators {
    position: absolute;
    bottom: -53px;
    margin-left: 0;
    justify-content: flex-start;
    z-index: 1;
}

.carousel-indicators li {
    cursor: pointer;
}

ul.social-iconsv2 li {
    display: inline-block;
    border-radius: 50%;
}

ul.social-iconsv2 li a {
    text-decoration: none;
    font-size: 16px;
}

ul.social-iconsv2 li a i.fab {
    font-size: 15px;
    line-height: 38px;
    width: 30px;
    height: 37px;
    color: #fdfbfb;
    margin-right: 15px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

ul.social-iconsv2 li:first-child a {
    color: #3b5998;
}

ul.social-iconsv2 li:last-child {
    color: #287bbc;
}

/* //banner */

.serv_bottom {
    background: #031621;
    padding : 10px !important;
}

.about-text-grid {
    padding-left: 4em;
}

.bg-theme {
    color: #fff !important;
    background: #FF5722 !important;
}

.abbot-right img {
    box-shadow: 0px 3px 10px 5px rgba(144, 141, 141, 0.96);
}

.abbot-right {
    position: relative;
    z-index: 0;
}

.abbot-right span {
    border: 9px solid #d6d6d6;
    position: absolute;
    width: 530px;
    height: 425px;
    left: -22px;
    top: -29px;
    z-index: -1;
}

h4.agile-ser_bot {
    font-size: 1.8em;
    line-height: 1.5;
}

a.serv_link {
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 3px;
    padding: 8px 36px;
    border-radius: 20px;
    background: #fff;
}
.a.serv_link:hover  {
    background: #ccc;
}

/* about bottom */

h3.stat-title {
    color:#0a3047;
    text-transform: capitalize;
    font-size: 2em;
    /* font-weight: 600; */
    text-shadow: 0px 1px 1px #000000;
    font-family: 'Lora';
}

/* //about bottom */

/* pricing */

.w3ls-pricing.card {
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);

    padding: 2.25rem;
    position: relative;
    background: #fff;
}


.list-group-item{
	
	    text-align: left;
    padding: 0px;
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 17px;
    font-family: sans-serif;
}
.w3ls-pricing.card i {
    position: absolute;
    right: 40px;
    bottom: 23px;
    font-size: 3em;
    color: rgba(0, 0, 0, 0.32);
}

section#services,
#contact {
 
      background: url(../images/services.jpg) no-repeat center;
    background-size: cover;
	    margin-top: 20px;
}



.services-w3sec .agileabt-w3 .serv-title
{
	padding: 8px;
    background: blue;
    font-size: 18px;
    height: 60px;
    color: #f1e9e9;
}

a.price_link {
    color: #eee;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 3px;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
    background: #bb2d46;
}

.card-title {
    margin-bottom: 3em;
    font-size: 14px;
    color: #232020;
}

.w3ls-pricing.card-header::after {
    content: "";
    display: table;
    clear: both;
}

.w3ls-pricing.card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #ff5722;
    transition: 0.5s;
}

h4.serv-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #17a2b8;
    text-align: center;

}
.pp{
	font-family:sans-serif;

}

.borderstyle{
	    border: 1px solid #d3d3e0;
		background:white;
}
/* .w3ls-pricing.card:hover,
.w3ls-pricing.card.service-active {
    transform: scale(1.15);
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
    background: #006879;
    z-index: 1;
} */

.w3ls-pricing.card:hover p,
.w3ls-pricing.service-active p {
    color: #fff;
}

.w3ls-pricing.card.service-active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ff5722;
    transition: 0.5s;
}

.w3ls-pricing.card:hover:after {
    width: 100%;
}

.w3ls-pricing .card-header {
    color: #000;
    background: transparent;
    padding-left: 0;
    border-bottom: none;
    text-transform: capitalize;
}

h4.price-title {
    font-size: 1.2em;
}

.w3ls-pricing .card-block {
    padding-top: 0;
}

/* //pricing */

/*-- text Slider --*/

.testimonials {
    background: url(../images/yellow.jpg) no-repeat center;
    background-size: cover;
    padding: 6em 0;
}

#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
}

ul.callbacks_tabs {
    position: absolute;
    z-index: 2;
    right: 10%;
    bottom: 50px;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: inline-block;
    height: 10px;
    width: 15px;
    border-radius: 10px;
    background: #17a2b8;
}

.callbacks_here a:after {
    background: #c9333f;
}

/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}*/

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}

#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}

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

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

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs li {
    display: inline-block;
}

.callbacks_tabs a {
    visibility: hidden;
    width: 20px;
    line-height: 19px;
    height: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    display: block;
    background: #fff;
    border-radius: 50%;
}

.callbacks_tabs a:hover {
    background: #1165f3;
    color: #fff;
}

.testi-agile {
    position: relative;
    padding: 4em 0 10em;
}

.testi-pos {
    position: absolute;
    bottom: 40px;
    left: 44%;
}

.testi-agile h4 {
    color: #000;
    font-size: 1em;
    text-transform: capitalize;
    margin: 1em 0 0.5em;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}

.testi-agile p {
    width: 80%;
    margin: 1em auto 0;
    color: #000;
    padding: 4em 2em 5em;
    font-weight: 600;
    -webkit-box-shadow: 1px 1px 10px 0px #777129;
    -moz-box-shadow: 1px 1px 10px 0px #777129;
    box-shadow: 1px 1px 10px 0px #777129;
}

/* //testimonials */

/* footer */

.footer_grid1 span {
    color: #189ba7;
    line-height: 1.5;
}

.list-unstyled li span {
    color: #000;
    font-weight: 600;
}

input[type="submit"] {
    cursor: pointer;
}

#footer h5 {
    margin-bottom: 20px;
    color: #000000;
    text-transform: capitalize;
    font-size: 1.4em;
}

#footer ul.social li {
    padding: 3px 0;
}

.footer-logo h2 a {
    color: #ab3031;
    font-size: 0.9em;
    text-transform: capitalize;
}

.footer-logo p {
    font-size: 14px;
}

.footer-logo h2 a span {
    display: block;
    font-size: 0.5em;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 3px;
    font-weight: 600;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #000;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
    color: #000;
}

#footer ul.quick-links li a:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
    color: #189ba7;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

fv3-contact span {
    color: #56ab2f;
    font-size: 1.2em;
    display: inline-block;
    background: #eee;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.fv3-contact p {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 15px;
}

.fv3-contact p a {
    color: #333;
}


/* -- //my css -- */

.text-white { color : white;font-size: 18px;}

.icon-bar {
  position: fixed;
  top: 50%;
  right : 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
      z-index: 2;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}


.content {
  margin-left: 75px;
  font-size: 30px;
}
.centered {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@include keyframes(bounce) {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateY(0));
  }
	40% {
    @include transform(translateY(-30px));
  }
	60% {
    @include transform(translateY(-15px));
  }
}



#sideMenuContainer a {
 color: #fff;
 text-decoration: none;
 -moz-transition: 0.1s all ease-in-out;
 -o-transition: 0.1s all ease-in-out;
 -webkit-transition: 0.1s all ease-in-out;
 transition: 0.1s all ease-in-out;
}
#sideMenuContainer a:hover {
 color: #fcfcfc;
}
.colorchange {
 color: #f35626;
   background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-animation: hue 60s infinite linear;
}
@-webkit-keyframes hue {
 from {
   -webkit-filter: hue-rotate(0deg);
 }

 to {
   -webkit-filter: hue-rotate(-360deg);
 }
}

#userPLink {
 position: relative;
}
#sideMenu {
 margin: 0 10px 0 0;
 text-shadow: 1px 1px 2px #212121;
 position : fixed;
 top : 150px;
 color: #f06060;
 z-index: 5;
 cursor:pointer;
} 
#sideMenu h4{
background: #0a3047;
   padding: 5px;
   font-size: 19px;
   color: white;
}
#userMenuToggle {
 position: absolute;
 right: 0;
}
ul#userMenu {
 background: #202020;
 list-style: none;
 position: absolute;
 top: 40px;
 left: 0;
 padding: 0;
}
#userMenu li {
 display: block;
 padding: 5px 10px;
 text-align: left;
 width: 150px;
}
ul#userMenu li a::after {
 content: attr(title);
}
#userMenu li a:hover, #sideMenuContainer > a:hover {
 padding-left: 3px
}

#scrollingNews {
 color: #fcfcfc;
}

#sideMenuContainer {
 background: #202020;
 padding: 10px 0;
 position: fixed;
 top: 180px;
 right: -200px;
 width: 260px;
 z-index: 4;
}
#sideMenuContainer h2 {
 color: #fcfcfc;
 font: 16px 'PT Sans', Helvetica, Arial, sans-serif;
 letter-spacing: 2px;
 text-transform: uppercase;
}
#sideMenuContainer > a {
 display: block;
 padding: 5px 10px;
}
#sideMenuContainer > a::after {
 content: attr(title);
 font: 12px 'PT Sans', Helvetica, Arial, sans-serif;
 padding-left: 10px;
 text-transform: uppercase;
}
.fa-angle-double-right {
    margin-right: 10px;
}
.cpy-right p {
    color: white;
    font-size: 12px;
}
.entry_heading{margin-bottom:10px; text-transform : uppercase;}
.entry_heading h3{text-transform : uppercase; font-size: 25px;}

.button-submit{
	display: inline-block;
    font-weight: 400;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 17px;
        font-family: sans-serif;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #0d4e9d;
    color: white;
	margin-bottom: 20px;
	margin-top:17px;
}

.ser{
	    padding-bottom: 54px;
}
.mainheading{
	    color: #0a3047;  
    text-align: center;
   PADDING-TOP: 38PX;
}
.mainheading1{
	    color: #0a3047;  
    text-align: center;
   PADDING-TOP: 38PX;
   padding-bottom:30px;
}

.blue-title{
	    background: url(../images/services.jpg) no-repeat center;
    background-size: cover;
	padding:25px;
}

.paraghraph{
	padding:25px 0;
}

.industryadviosry{
    background:#129caf;
    padding: 10px 0;
    font-size: 1.2em;
    text-transform: capitalize;
	text-align: center;
	color:white;
}

.industryadviosryP{

padding: 10px;

	
}
.h4{
   text-align: center;
    background: #117e90;
    padding: 18px 0;
    font-size: 14px;
    text-transform: capitalize;
    height: 53px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: sans-serif;
	text-transform:uppercase;
}

.h41{
   text-align: center;
    background: #1ea6c0;
    padding: 17px 0;
    font-size: 15px;
    text-transform: capitalize;
    height: 53px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: sans-serif;
}
 h3.heading{
display: inline-block;
height: 60px;
background: #0d4e9d;
text-align: center;
padding: 17px 40px 0 40px;
    position: relative;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    left: 33%;
    top: 48px;
    width: 34%;
 }
 
h3.heading:before { 
content: "";
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 30px solid #0d4e9d;
margin-left: -30px;
transform: rotate(180deg);
position: absolute;
left: 0;
top: 0;
}

.branches{
	padding-bottom:20px:
}
   
h3.heading:after { 
content: "";
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 30px solid #0d4e9d;
position: absolute;
right: -30px;
top: 0;
} 
	  
.line-heading{  
margin-top: 17px;
margin-bottom: 1rem;
border-top: 5px solid #0d4e9d;  
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
	.banner_info_text
	{
		padding: 29px;font-size: 14px;color: #fbf8f8;background: #0a3047d9;text-align: center;width: 100%;top: 50%;/* bottom: 0; *//* left: 50%; */margin-left: 2px;text-align:left;-webkit-box-shadow: 0 0 10px rgba(0,0,0, .65);-moz-box-shadow: 0 0 10px rgba(0,0,0, .65);box-shadow: 0 0 10px rgba(0,0,0, .65);
	}
	


}


/*-- footer */

/*-- services --*/

#service {
    background: #fff;
}

.contact-top {
   background:#fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.content-contact-top {
       padding: 50px 8em 0 8em;
}

/*--contact--*/

.w3-contact {
    background: #fff;
}

.contact-bottom h5,
.wthree-form-left h5 {
    color: #000;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 1.5em;
}

.contact-right-w3ls span {
    background: #52b3cc;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #eee;
    font-size: 1.5em;
    text-align: center;
    border-radius: 50%;
}

.fv3-contact h6 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

.address h5 {
    color: #000;
    text-transform: capitalize;
    font-size: 1.1em;
}

.address p a,
p.c-txt {
    color: #777;
}

.address p a:hover {
    color: #000;
}

form.contact-wthree label {
    width: 22%;
    line-height: 0;
    color: #000;
    font-weight: 500;
    /* left: 20px; */
    /* margin-left: 72px; */
    font-size: 17px;
}

form.contact-wthree .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 4px solid #eee;
}

.contact-top1 h5 {
    font-size: 2em;
}

.address h5 {
    font-size: 1.5em;
}

/*--//contact--*/

.icon i {
    width: 100px;
    height: 100px;
    color: #ffffff;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 3em;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    background: #139bb1;
}

.services-box h4 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 1em 0;
    color: #000;
    font-weight: 600;
}
.services-box{
	padding:20px;
}
.team-block h5 {
    color: #10aebd;
    text-transform: capitalize;
    font-size: 1.3em;
}
.team-block{
	border: 1px solid #ece4e4;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.32);
}
.team-block h5 {
       color: #f6f9f9;
    text-transform: uppercase;
    font-size: 17px;
}

.team-content {
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    color: #fff;
    top: 0px;
    left: 0;
    text-align: center;
}

.team-content h4 {
       background: #1ea6c0;
    padding: 10px 0;
    font-size: 15px;
    text-transform: capitalize;
    height: 53px;
}

h5.blog-title {
    font-size: 1.2em;

    margin-bottom: 1em;
}

section.section-events {
    background: #fff;
}

.sub-sec-grid {
    background: #eee;
}

.pos-date {
    position: absolute;
    height: 100px;
    width: 100px;
    transition: .3s all ease-in-out;
    background: #ffeb3b;
    border: 5px solid #ffffff;
    top: 50%;
    left: 31.5%;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: top left;
    /* transform-origin: top left; */
    text-align: center;
}

.pos-date-even {
    position: absolute;
    height: 100px;
    width: 100px;
    transition: .3s all ease-in-out;
    background: #ffeb3b;
    border: 3px solid #eeeeee;
    top: 50%;
    right: 22.5%;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: top left;
    /* transform-origin: top left; */
    text-align: center;
}

.date-grid-agile-left {
    padding-right: 4em;
}

.date-grid-agile-right {
    padding-left: 4em;
}

.sub-sec-grid:hover .pos-date,
.sub-sec-grid:hover .pos-date-even {
    background: #20a1b6;
}

.pos-date__inner {
    position: absolute;
    vertical-align: middle;
    width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transition: .3s all ease-in-out;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.pos-date__title {
    position: relative;
    font-size: 2rem;
}

.pos-date__title:after {
    position: relative;
    background: #f64861;
    width: 40px;
    height: 3px;
    top: 0;
    display: block;
    content: '';
    margin: 8px auto 0;
}

.team-img {
    position: relative;

}

.team-img img {
    width: 100%;
}

.overlay {
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    background-color: #11181f;
}

.team-img:hover .overlay {
    opacity: .8;
}

/* .team-img:hover .team-content {
    opacity: 0;
} */

.text {
    position: absolute;
    top: 35%;
    left: 26%;
    width: 100%;
    transform: translate(-26%, -26%);
    -ms-transform: translate(-26%, -26%);
    right: 0;
    font-weight: 400;
    font-size: 16px;
}

/* //blog */

.cpy-right {
    background: #031621;
    padding: 10px;
    margin: 0;
}

.cpy-right p a {
    color: #000;
}

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/* -- Responsive code -- */

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1080px) {
    .abbot-right span {
        width: 453px;
        height: 377px;
        left: -25px;
    }
    .pos-date {
        top: 38%;
    }
}

@media screen and (max-width: 1050px) {}

@media screen and (min-device-width: 481px) and (max-width: 1024px) {
    
 .line-heading{  
    margin-top: 0px;
    margin-bottom: 1rem;
    border-top: 5px solid #0d4e9d;  
    }   
    h3.heading {
        font-size: 23px;
        left: 140px !important;
        top: 51px;
        width: 65% !important;
        margin-bottom: 20px;
    }
    .banner_info_text { 
        margin-left: 145px;
    }
}



@media screen and (max-width: 900px) {
    .testimonials {
        padding: 4em 0 2em;
    }
}

@media screen and (max-width: 800px) {
    h3.b-w3ltxt {
        font-size: 2.5em;
    }
    h4.agile-ser_bot {
        font-size: 1.6em;
    }
    .w3ls-pricing.card:hover,
    .w3ls-pricing.card.service-active {
        transform: scale(1.05);
    }
    .testi-pos {
        left: 41%;
    }
        .team-block{
            margin-bottom: 20px;
    }
}
@media screen  and (max-width: 768px) {
    h3.b-w3ltxt {
        font-size: 2.2em;
    }
    .abbot-right span {
        width: 76%;
        left: 39px;
    }
    #sideMenu {
        top: 213px;
    }
    
    #sideMenuContainer {
        top: 244px;
    }

        .team-block{
            margin-bottom: 20px;
    }
    h3.heading {
        left: 29px;
        width: 85%;
        margin-bottom: 20px;
    }   
    .banner_info_text {
        margin-left: 0;
            width: 100%;
    }

}

@media screen and (max-width: 736px) {
    .carousel-item p {
        font-size: 16px;
    }
    .abbot-right span {
        width: 86%;
        height: 400px;
    }
    .about-text-grid {
        margin-top: 4em;
    }
    .pos-date {
        top: 55%;
    }
    .pos-date-even {
        top: 45%;
    }

        .team-block{
            margin-bottom: 20px;
    }
}

@media screen and (max-width: 667px) {
    h4.agile-ser_bot {
        font-size: 1.5em;
    }
    .content-contact-top {
        padding: 3em 1em;
    }

        .team-block{
            margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .testi-agile {
        padding: 2em 0 10em;
    }
        .team-block{
            margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 568px) {
    .abbot-right span {
        border-color: transparent;
    }
    .about-text-grid {
        padding-left: 1em;
        margin-top: 3em;
    }
    h3.stat-title {
        font-size: 2.3em;
    }
    .w-75 {
        width: 100% !important;
    }
    .contact-right-w3ls span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.3em;
    }

        .team-block{
            margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    h3.b-w3ltxt {
        font-size: 1.8em;
    }
    .btn-banner {
        font-size: 13px;
        padding: 6px 14px;
    }
    .carousel-item p {
        font-size: 15px;
        width: 60%;
    }
    h1 a.navbar-brand {
        font-size: 17px;
    }
    .navbar h1 span {    font-size: 24px;}
    h1 a.navbar-brand span {
        font-size: 12px;
        letter-spacing: 2px;
    }
    h4.agile-ser_bot {
        font-size: 1.3em;
    }
    a.serv_link {
        letter-spacing: 0px;
        padding: 6px 22px;
        font-size: 14px;
    }
    h3.stat-title {
        font-size: 18px;   
        margin-bottom: 32px;
    }
    #growth, #industry { margin-bottom: 40px;}
    .testi-agile p {
        padding: 2em 2em 4em;
    }
    .testi-pos {
        left: 38%;
    }
    .pos-date {
        top: 51%;
        left: 54%;
    }
    .pos-date-even {
        top: 49%;
    }
    .date-grid-agile-right {
        padding-left: 1em;
    }
    .date-grid-agile-left {
        padding-right: 1em;
    }
    .pos-date__inner {
        left: 48%;
    }
    
    .contact-bottom h5, .wthree-form-left h5 {
        font-size: 1.3em;
    }
        .team-block{
            margin-bottom: 20px;
    }
}

@media screen and (max-width: 414px) {
    .carousel-item p {
        font-size: 15px;
    }
    section#sub-services h3.stat-title {
        font-size: 1.8em;
    }
    .icon i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 2em;
    }
    .pos-date {
        top: 24%;
    }
    .pos-date-even {
        top: 71%;
        right: 39%;
    }

        .team-block{
            margin-bottom: 20px;
    }
}

@media screen and (max-width: 384px) {
    .header-top p {
        font-size: 15px;
    }
    .carousel-item p {
        width: 64%;
    }
    h4.agile-ser_bot {
        font-size: 1.2em;
    }
    p , li{
       /* font-size: 0.9em; */
       text-align : justify;
    }
    h3.stat-title {
        font-size: 16px;
    }
    section#sub-services h3.stat-title {
        font-size: 1.6em;
    }
    .testimonials {
        padding: 2em 0 1em;
    }
    .pos-date-even {
        top: 80%;
    }
    .fv3-contact h6 {
        font-size: 0.95em;
    }
    #footer h5 {
        font-size: 1.2em;
    }

        .team-block{
            margin-bottom: 20px;
    }
}

@media screen and (max-width: 375px) {
    .contact-add {
        padding-left: 2em;
    }
    form.contact-wthree label {
        font-size: 0.9em;
    }

        .team-block{
            margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px) {
    .header-top p {
        font-size: 12px;
    }
    ul.social-iconsv2 li a i.fab {
        margin-right: 5px;
    }
    h3.b-w3ltxt {
        font-size: 1.5em;
    }
    .carousel-item p {
        width: 80%;
        font-size: 14px;
    }
    .carousel-indicators {
        bottom: -40px;
    }
    h4.agile-ser_bot {
        font-size: 1.15em;
    }
    section#sub-services h3.stat-title {
        font-size: 1.4em;
    }
    h3.stat-title {
        font-size: 16px;
    }
    .testi-pos {
        left: 31%;
    }
      .team-block{
            margin-bottom: 20px;
    }
}

/* -- //Responsive code -- */

   
