@import url("icons.css");
body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
    font-family: 'Titillium Web', 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;
}
a:hover{
	text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form 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;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
img{
	width:100%;
}


/* header */

.navbar {
}

header h1 {
    line-height: 0;
}

a.navbar-brand i {
    color: #fd5c63;
}

header h1 a span {
    font-size: 18px;
    letter-spacing: 1px;
}

.navbar-brand {
    font-size: 1em;
    text-transform: capitalize;
    display: initial;
    margin: 0;
}
.navbar-light .navbar-brand {
    color: #fff;
    font-weight: 700;
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: rgba(254, 59, 48, 0.6);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #fff;
}
.navbar-brand::first-letter {
    border-bottom: 3px solid #fe3b30;
    color: #fe3b30;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
}
.navbar-light .navbar-nav .nav-link:hover {
   color: #eb1111;
}

.navbar-light .navbar-nav .dropdown-menu a.nav-link {
    color: #333333;
    padding-left: 1em;
    font-weight: 600;
}
.navbar-light .navbar-nav .dropdown-menu a.nav-link:hover {
    color: #fd5c63;
}
a.contact {
    padding: 12px 30px !important;
    color: #fff;
    background: rgb(255, 0, 0);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 35px;
    text-transform: uppercase;
}
.alignlisting{
    margin-right: 20px;
}
a.contact:hover {
    background: #fff;
    color: #e50000;
}
li.nav-item {
    padding-top: 5px;
}
.dropdown-menu li.nav-item {
    padding-top: 0px;
}

.w3ls-btn {
    letter-spacing: 1px;
}
header {
    position: absolute;
    z-index: 9;
    width: 100%;
}
.sampletext{
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Titillium Web', sans-serif;
    color: #fd5c63;
}
/*-- //header --*/

/*-- modal --*/
.modal-body {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 28px;
    color: #666;
}
.modal-title {
    font-size: 28px !important;
     font-weight: 700;
    padding: 0 !important;
    letter-spacing: 2px;
    color: #333;
}
.modal-title span.fas{
    color: #fd5c63;
}
.modal-title span.logo{
    font-size: 18px;
    letter-spacing: 1px;
}
/*-- //modal --*/
.star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 4px;
    position: relative;
}


/* Keyframes for sliding images */
@keyframes slideEachImage {
    0% { transform: translateX(100%); opacity: 0; }
    20% { transform: translateX(0); opacity: 1; }
    33% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(-100%); opacity: 0; }
    100% { transform: translateX(-100%); opacity: 0; }
}

/* Wrapper for sliding banner */
.banner-slide-horizontal {
    position: relative;
    overflow: hidden;
    min-height: 700px;
}

/* Individual sliding images */
.banner-slide-horizontal .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: slideEachImage 12s infinite ease-in-out;
    opacity: 0; /* Default hidden state */
}

/* Timing for each image */
.banner-slide-horizontal .slide:nth-child(1) {
    background-image: url('images/cv.jpg');
    animation-delay: 0s;
}

.banner-slide-horizontal .slide:nth-child(2) {
    background-image: url('images/slider-bg-02.jpg');
    animation-delay: 4s;
}

.banner-slide-horizontal .slide:nth-child(3) {
    background-image: url('images/main-search-background-01.jpg');
    animation-delay: 8s;
}

/* Overlay Layer */
.banner-layer {
    background: rgba(0, 0, 0, 0.8);
    min-height: 700px;
    z-index: 2;
    position: relative;
}



/* Smaller Banner with Sliding Background */
/* .banner1 {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
    animation: slideBackground 9s infinite ease-in-out; /* Same animation used 
}

/* Overlay Layer for Smaller Banner */
/* .banner-layer1 {
    background: rgba(0, 0, 0, 0.5); /* Adjust transparency if needed 
    min-height: 300px;*/

.agile_banner_info {
    padding: 9em 0em 0em;
}
.agile_banner_info1{
	/* margin-left:0em; */
    text-align: center;
}
.agile_banner_info h3{
	font-size:1em;
	color:#fff;
	text-transform:capitalize;
	line-height:1.5em;
}
.agile_banner_info h3 span{
	color: #fff;
    padding: .2em .8em;
    background:#ec9114;
}
.banner_agile_para {
    margin-right: 10em;
}
#typed{
	font-size:3.5em;
	color:#fff;
	text-transform:capitalize;
	line-height:1.5em;
     font-weight: 600;
}
#typed i{
	font-style:normal;
    color: #ff000d;
	font-weight:600;
}
.banner_agile_para p{
    color: #fff;
    margin: 1em 0;
    line-height: 2em;
    letter-spacing: 2px;
}
.agile_banner_info a {
    padding: 12px 35px;
    color: #fff;
    background: #ff000d;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 1.5em;
    border-radius: 35px;
}
.agile_banner_info a:hover {
    background: #fd5c63;
}
button.btn.btn-primary.play {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    background-color: #03cce6;
    border: none;
}





/*-- Welcome section --*/
h2.heading,h3.heading {
    font-size: 45px;
    font-weight: 700;
    color: #232323;
    margin-top: 40px;
}

p.heading-bottom {
    color: #a6a6a6;
    letter-spacing: 2px;
    font-size: 15px;
}
.welcome_right p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 28px;
    color: #666;
}
.icon span.fa,.icon span.fas {
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #ff000d;
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.icon span.fa:hover, .icon span.fas:hover {
    background: #fd5c63;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.grid_info {
    padding-left: 0;
}
.grid_info h3 {
    font-size: 22px;
    color: #333;
     letter-spacing: 1px;
}
.head_part {
    padding-left: 1em;
    border-left: 4px solid #ff000d;
}
.welcome_left p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 28px;
    color: #666;
}
.welcome_left h3 {
    font-size: 24px;
    color: #222;
    letter-spacing: 1px;
	text-transform: capitalize;
}
.welcome_left a {
    padding: 12px 35px;
    color: #fff;
    background: #ff000d;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 1.5em;
    border-radius: 35px;
}
.welcome_left a:hover {
    background: #fd5c63;
}

.welcome_left h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    color: #888;
    letter-spacing: 5px;
}
.grid2 {
    margin-top: 2em;
    margin-bottom: 2em;
}
.about-grids h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
     color: #fd5c63;
    letter-spacing: 3px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.about-grids {
    border-top: 1px solid #fd5c63;
    margin-top: 2em;
}
.about-grid1 {
    padding-top: 1em;
    border-top: 2px solid #fd5c63;
}
.about-hover-grid{
    padding-top: 1em;
    border-top: 2px solid transparent;
}
.about-hover-grid:hover{
    border-top: 2px solid #fd5c63;
}
/*-- //Welcome section --*/


/* ---------------------------------- */
/* Small Category Boxes
------------------------------------- */
.categories-boxes-container {
	width: calc(100% + 20px);
	left: -20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
    margin-top: 25px;
}

.category-small-box {
	float: left;
	background-color: #f2f2f2;
	border-radius: 4px;
	margin: 20px 0 0 20px;
	padding: 20px 16px;
	text-align: center;
	color: #777;
	transition: 0.4s;
	transform: scale(1);
	vertical-align: top;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Hover Animation */
.category-small-box:hover {
    /* 	-webkit-transform: scale(1.05);
        -moz-transform: scale(1.05); */
        transform: translateY(-6px);
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.1); 
    }

.category-small-box h4 {
    font-size: 16px;
    color: #333;
    transition: 0.4s;
    line-height: 22px;
    margin-top: 9px;
    margin-bottom: 7px;
}

.category-small-box i {
	font-size: 38px;
	height: 40px;
	display: inline-block;
	margin-top: 20px;
}

.category-small-box:hover h4 { color: #555; }

.category-small-box:hover {
    border: 2px solid #eb1e1e;
    transition: transform 0.1s ease-in-out; 
}
.icon1{
    color: #eb0e5b;
}
.icon1:hover{
    color: #eb0e5b;
}
.icon2{
    color: #2050A4;
}
.icon2:hover{
    color: #2050A4;
}
.icon3{
    color: #F7AF2B;
}
.icon3:hover{
    color: #F7AF2B;
}
.icon4{
    color: #bfa889;
}
.icon4:hover{
    color: #bfa889;
}
.icon5{
    color: #be1024;
}
.icon5:hover{
    color: #be1024;
}
.icon6{
    color: #216351;
}
.icon6:hover{
    color: #216351;
}
.icon7{
    color: #10ebaf;
}
.icon7:hover{
    color: #10ebaf;
}
.icon8{
    color: #FFD700;
}
.icon8:hover{
    color: #FFD700;
}
.icon9{
    color: #140be5;
}
.icon9:hover{
    color: #140be5;
}
.icon10{
    color: #e50b89;
}
.icon10:hover{
    color: #e50b89;
}
.icon11{
    color: #e55f0b;
}
.icon11:hover{
    color: #e55f0b;
}
.icon12{
    color: #7B3F00;
}
.icon12:hover{
    color: #7B3F00;
}
.icon13{
    color: #5869eb;
}
.icon13:hover{
    color: #5869eb;
}
/* Media Queries For Small Category Boxes */
@media (max-width: 768px) {
	.category-small-box { width: calc(100% * (1/2) - 21px); }
}
@media (min-width: 768px) {
	.category-small-box { width: calc(100% * (1/3) - 21px); }
}
@media (min-width: 992px) {
	.category-small-box { width: calc(100% * (1/3) - 21px); }
}
@media (min-width: 1240px) {
	.category-small-box { width: calc(100% * (1/6) - 21px); }
}


/* Colored Category Boxes */
.category-small-box {  background-color: #f8f8f8; }

.category-small-box h4 {
    color: #555;
    transition: 0.3s;
    font-weight: 500;
}

.category-small-box i {
    transition: 0.3s;
}

.category-small-box:hover h4,
.category-small-box:hover i {
    transition: 0.3s;
}


.category-small-box h4 { display: block; }
.category-small-box .category-box-counter {
    font-size: 13px;
    font-weight: 400;
    color: #909090;
    border-radius: 50px;
    background-color: rgba(0,0,0,0.04);
    display: block;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    left: auto;
    right: auto;
    margin-bottom: 12px;
    transition: 0.4s;
    padding: 2px 0;
    line-height: 22px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.category-small-box:hover .category-box-counter { 
    color: #fff;  
    background-color: rgba(0,0,0,0.15);
}

/*------------------SMALL BOXES 1 --------------------------*/
.categories-boxes-container1 {
	width: calc(100% + 20px);
	left: -20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
    margin-top: 25px;
}
.checked {
  color: orange;
}
.category-small-box1 {
	float: left;
	/* background-color: #f2f2f2; */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	margin: 20px 0 0 20px;
	padding: 20px 16px;
	text-align: center;
	color: #777;
	transition: 0.4s;
	transform: scale(1);
	vertical-align: top;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Hover Animation */
.category-small-box1:hover {
	
    /* 	-webkit-transform: scale(1.05);
        -moz-transform: scale(1.05); */
        transform: translateY(-6px);
        border: 2px solid red;
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.1); 
    }

.category-small-box1 h4 {
    font-size: 16px;
    color: #333;
    transition: 0.4s;
    line-height: 22px;
    margin-top: 9px;
    margin-bottom: 7px;
}

.category-small-box1 i {
	font-size: 38px;
	height: 40px;
	display: inline-block;
	margin-top: 20px;
}

.category-small-box1:hover h4 { color: #555; }

.category-small-box1:hover {
        background-color: #f2f2f2;

}


/* Media Queries For Small Category Boxes */
@media (max-width: 768px) {
	.category-small-box1 { width: calc(100% * (1/2) - 21px); }
}
@media (min-width: 768px) {
	.category-small-box1 { width: calc(100% * (1/3) - 21px); }
}
@media (min-width: 992px) {
	.category-small-box1 { width: calc(100% * (1/3) - 21px); }
}
@media (min-width: 1240px) {
	.category-small-box1 { width: calc(100% * (2/6) - 21px); }
}


/* Colored Category Boxes */
.category-small-box1 {  background-color: #f8f8f8; }

.category-small-box1 h4 {
    color: #777;
    transition: 0.3s;
    font-weight: 500;
}

.category-small-box1 i {
    color: #66676b;
    transition: 0.3s;
}

.category-small-box1:hover h4,
.category-small-box1:hover i {
    color: #555;
    transition: 0.3s;
}


.category-small-box1 h4 { display: block; }
.category-small-box1 .category-box-counter {
    font-size: 13px;
    font-weight: 400;
    color: #909090;
    border-radius: 50px;
    background-color: rgba(0,0,0,0.04);
    display: block;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    left: auto;
    right: auto;
    margin-bottom: 12px;
    transition: 0.4s;
    padding: 2px 0;
    line-height: 22px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.category-small-box1:hover .category-box-counter { 
    color: #fff;  
    background-color: rgba(0,0,0,0.15);
}


/*-- team --*/
.team{
    min-height: 700px;
    margin-top: 50px;
}
.w3_agileits-team1 h5 {
    font-size: 18px;
    color: #333;
	text-transform: uppercase;
     font-weight: 700;
    letter-spacing: 3px;
}
.w3_agileits-team1 p {
    margin: 0;
    font-size: 15px;
    color: #777;
    line-height: 28px;
    letter-spacing: 1px;
}
.social-icons ul li {
    display: inline-block;
    text-align: center;
}

.social-icons ul li a.fab {
    font-size: 14px;
    color: #333;
}
.social-icons ul li a.facebook {
    color: #3b5998;
}
.social-icons ul li a.twitter {
    color: #1da1f2;
}
.social-icons ul li a.googleplus {
    color: #dd4b39;
}
.team-right p {
    font-size: 20px;
}
.team-info {
    background: #eee;
    padding: 1.5em;
    padding-left: 2em;
}
/*-- //team --*/

/*-- pricing --*/
.pricing {
    
}
.pricing-layer {
    background: #ff000d;
}
.pricing h3.heading {
    color: #fff;
}
.pricing p.heading-bottom,.stats p.heading-bottom {
    color: #ccc;
}
.pricing .head_part,.stats .head_part {
    border-left: 40px solid #fff;
}

.pricing-grid1 h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    color: #fd5c63;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.pricing-grid1 h4 {
    font-size: 18px;
    letter-spacing: 2px;
     margin-bottom: 25px;
}
.pricing-grid1 p {
    font-size: 15px;
    color: #888;
    margin: 10px 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: left;
}
.pricing-info {
    padding: 1em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.pricing-grid1{
	background: #fff;
     padding: 2em;
}
.pricing-grid1 a {
    width: 100%;
    padding: 10px 35px;
    color: #fff;
    background: #ff000d;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 1em;
    border-radius: 35px;
}
.pricing-grid1 a:hover {
    background: #fd5c63;
}
/*-- //pricing --*/

/*-- services --*/
.services{
}
.service{
    width: 100%;
    box-shadow: 0 5px 5px #efefef;
    padding: 30px 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.service1{
    margin-top: 5px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 5px 5px #efefef;
    padding: 30px 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}

h4{
    font-size: 120%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fd5c63;
    font-weight: bold;
}
h5{
    font-size: 90%;
    word-spacing: 2px;
    text-align: center;
    letter-spacing: 1px;
    color: #fd5c63;
    font-weight: bold;
}
.serv-icons span {
    font-size: 80px;
    color: #333;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.serv-icons span:hover {
    color: #fd5c63;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.serv-grids h4 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333;
     margin-top: 30px;
}
.serv-grids p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 28px;
    color: #666;
     margin: 1em 2em;
}

.serv-grids a {
    padding: 12px 35px;
    color: #fff;
    background: #ff000d;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 1.5em;
    border-radius: 35px;
}
.serv-grids a:hover {
    background: #fd5c63;
}
.read {
    width: 25%;
    background: #FFF;
     margin-left: auto;
}

.serv-grids {
    padding: 0em 4em;
    position: relative;
}
.serv-icons {
    background: #fff;
    width: 50%;
}
.serv-grids:after {
    content: "";
    border: 4px solid #333;
    display: inline-block;
    left: 0px;
    position: absolute;
    right: 0;
    top: 12%;
    bottom: 6%;
    z-index: -1;
}

.bullet{
    color: #0ceb26;
    font-size: 120%;
    font-weight: bold;
}
/*-- //services --*/

/*-- footer --*/
footer{
	background:#212121;
}
.agileinfo_footer_grid h3 {
    font-size: 1.5em;
    color: #fff;
	letter-spacing: 1px;
    position: relative;
} 
.agileinfo_footer_grid p {
    margin: 0;
    color: #aaa;
    letter-spacing: .5px;
    font-size: 15px;
    line-height: 28px;
}
ul.w3agile_footer_grid_list li {
    list-style-type: none;
    color: #999;
    line-height: 1.9em;
    margin-bottom: 1em;
}
ul.w3agile_footer_grid_list li:last-child {
    margin-bottom: 0;
}
ul.w3agile_footer_grid_list li a{
	color:#f44336;
	text-decoration:none;
}
ul.w3agile_footer_grid_list li a:hover{
	color:#fff;
}
ul.w3agile_footer_grid_list li span {
    display: block;
    margin: 0.2em 0 0;
    font-size: .85em;
}
ul.w3agile_footer_grid_list li span i{
    padding-right: 1.5em;
}
.agileinfo_footer_grid form{
	margin:1em 0 0;
     position: relative;
}
.agileinfo_footer_grid input[type="email"]{
	outline:none;
	padding:10px;
	width:100%;
	background:#fff;
	border:none;
     font-size: 15px;
	color:#212121;
     border-radius: 35px;
     padding: 12px 12px 12px 25px;
     box-sizing: border-box;
}
.agileinfo_footer_grid input[type="submit"]{
	outline: none;
    padding: 12px 0;
    width: 38%;
    background:#ff000d;
    border: none;
     font-size: 15px;
	 letter-spacing: 1px;
    color: #fff;
    border-radius: 35px;
    box-sizing: border-box;
    position: absolute;
    right: -1px;
    top: 0;
}
.agileinfo_footer_grid input[type="submit"]:hover{
	background:#fd5c63;
	color:#fff;
} 
.agileinfo_footer_grid h2 a span {
    color: #fd5c63;
    font-size: 18px;
    letter-spacing: 1px;
}
.agileinfo_footer_grid h2 a {
    font-size: 1.1em;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: inline-block;
}
ul.con_inner_text li,ul.con_inner_text li a {
    list-style-type: none;
    color: #aaa;
    letter-spacing: .5px;
    font-size: 15px;
    line-height: 26px;
}
.w3agile_copy_right{
	padding:1.5em 0;
	background:#1b1b1b;
	text-align:center;
}
.w3agile_copy_right p {
    color: #fff;
    letter-spacing: 1px;
}
.w3agile_copy_right p a{
	text-decoration:none;
	color:#f44336;
}
.w3agile_copy_right p a:hover{
	color:#fff;
}
.agileinfo-social-grids.footer-w3icons ul li {
    display: block;
}
.agileinfo-social-grids.footer-w3icons ul li i,ul.con_inner_text span {
    width: 20px;
     font-size: 13px;
}
.agileinfo-social-grids.footer-w3icons ul li a{
     color: #fff;
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 28px;
}
.copyleft p {
    color: #aaa;
    letter-spacing: .5px;
    font-size: 15px;
}
.copyleft p a{
	color: #eee;
}
.copyleft p a:hover{
	color: #ff000d;
}
ul.social li {
    list-style-type: none;
     display: inline-block;
     color: #aaa;
    letter-spacing: .5px;
    font-size: 15px;
}
ul.social li span{
      width: 20px;
    font-size: 13px;
}
ul.social li:hover{
    color:#fff;
}
.copyright {
    text-align: right;
}
.copyleft,.copyright {
    border-top: 1px solid #333;
}
.footercompany{
    color: #f4d90b;
    
}

.sub-btn {
    width: 20%;
    padding: 10px;
    border-radius: 30px;
    margin-top: 5px;
    border: none;
   background-color: #ff0000;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 1px #444;
}   

.sub-btn:hover {
    background: #f14848;
    color: #ffffff;
}
/*-- //footer --*/

/* testimonials */
.testimonials h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    color: #ff000d;
    letter-spacing: 3px;
    margin-top: 25px;
}
.testimonials h5 {
    font-size: 18px;
    font-weight: 500;
    color: #ff000d;
    letter-spacing: 3px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.testimonials h6 {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    letter-spacing: 3px;
    margin-bottom: 5px;
    text-align: center;
}
.w3l-info1 h1{
    font-size: 3em;
    color: #000;
    text-transform: uppercase;
	line-height:1.4em;
	letter-spacing:0.2em;
    font-weight: 900;
}
.w3l-info1 p {
      font-size: 15px;
    color: #777;
    margin: 10px 0;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.flexslider .slides img {
    background: #999;
    margin: 0 auto;
      box-shadow: 12px 12px #ff000d;
    -webkit-box-shadow: 12px 12px #fd000dd2;
    -o-box-shadow: 12px 12px #ff000d;
    -moz-box-shadow: 12px 12px #ff000d;
    -ms-box-shadow: 12px 12px #ff000d;
}
.w3l-info1 {
    padding-bottom: 1em;
}
.w3l-info1 h3 {
    font-size: 3em;
	color:#999;
}

.testimonials {
	padding-left:0px;
	padding-right:0px;
}
.testimonials-grid-2 {
    padding-left: 3em;
}

/* //testimonials */

/*-- stats --*/
.stats {
    background: url(../images/banner.jpg) no-repeat fixed;
    background-size: cover;
}
.wthree-different-dot1 {
    background: rgba(0, 0, 0, 0.5);
}
.stats h3.heading{
	color:#fff;
}
.travel span.glyphicon.glyphicon-play-circle {
    margin-bottom: 0;
}
p.counter{
	font-size: 3em;
    color: #eee;
    font-weight: bold;
}
.agileinfo_stats_grid h3{
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}
.w3_agileits_head1{
	color:#212121 !important;
}
.agileinfo_stats_grid {
    border: 2px solid #fff;
    border-radius: 0%;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    text-align: center;
    padding: 2.5em 0;
     box-shadow: 7px 7px #fff;
    -webkit-box-shadow: 7px 7px #fff;
    -o-box-shadow: 7px 7px #fff;
    -moz-box-shadow: 7px 7px #fff;
    -ms-box-shadow: 7px 7px #fff;
}
.agileinfo_stats.mid-w3l-stat {
	position: relative;
}
.agileinfo_stats.mid-w3l-stat:after, .agileinfo_stats.mid-w3l-stat:after {
    content: '';
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: -3%;
}
p.w3l-par-st {
    margin-top: 3em;
    color: #fff;
    text-align: left;
}
/*-- //stats --*/

/*-- contact --*/
.agileinfo-contact-form-grid input[type="text"]{
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #777;
    width: 100%;
	float:left;
    outline: none;
    padding: 8px 15px 8px 0px;
     font-size: 15px;
    letter-spacing: 2px;
    color: #777;
    margin-bottom: 1.5em;
}
.agileinfo-contact-form-grid input[type="email"] {
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #777;
    width: 100%;
    outline: none;
    padding: 8px 15px 8px 0px;
     font-size: 15px;
    letter-spacing: 2px;
    color: #777;
    margin-bottom: 1.5em;
}
.agileinfo-contact-form-grid textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #777;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
     font-size: 15px;
    letter-spacing: 2px;
    color: #777;
    resize: none;
    padding: 8px 15px 8px 0px;
    margin-bottom: 1em;
}
.agileinfo-contact-form-grid button.btn1{
      padding: 12px 45px;
    color: #fff;
    background: #ff000d;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    margin-top: 1em;
    border-radius: 35px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-contact-form-grid button.btn1:hover{
	background:#fd5c63;
}
.contact-form-left iframe {
    width: 90%;
    height: 400px;
    border: none;
    box-shadow: 12px 12px #ff000d;
    -webkit-box-shadow: 12px 12px #333;
    -o-box-shadow: 12px 12px #ff000d;
    -moz-box-shadow: 12px 12px #ff000d;
    -ms-box-shadow: 12px 12px #ff000d;
}
/*-- //contact --*/

/*-- to-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/arr.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);
}
/*-- //to-top --*/
.whatsapp_float {
	position:fixed;
	width:70px;
	height:70px;
	bottom:60px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
        font-size:40px;
	box-shadow: 2px 2px 3px #999;
        z-index:100;
}

.whatsapp-icon {
	margin-top:16px;
}
/* for mobile */
@media screen and (max-width: 767px){
     .whatsapp-icon {
	 margin-top:10px;
     }
    .whatsapp_float {
        width: 60px;
        height: 60px;
        bottom: 100px;
        left: 10px;
        font-size: 37px;
    }
    .sub-btn {
    width: 40%;
    padding: 10px;
    border-radius: 30px;
    margin-top: 5px;
    border: none;
    background: linear-gradient(#2082f4, #2082f4);
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 1px #444;
}  
  .agileinfo_footer_grid h3 {
    margin-top: 15px;
}
/*-- Responsive design --*/

@media screen and (max-width: 1366px) {
	.banner,.banner-layer {
		min-height: 700px;
	}
	.agile_banner_info {
		padding: 15em 0em 0em;
	}
}
@media screen and (max-width: 1080px) {
	.team-info {
		padding: 1.5em 1em;
		padding-left: 2em;
	}
	#typed {
		font-size: 3em;
	}
}
@media screen and (max-width: 1024px) {
	.banner, .banner-layer {
		min-height: 650px;
	}
	.agile_banner_info {
		padding: 13em 0em 0em;
	}
	.copyleft p {
		letter-spacing: .5px;
		font-size: 14.5px;
	}
}
@media screen and (max-width: 991px) {
	.navbar-light .navbar-toggler {
		border-color: #fd5c63;
		border-radius: 0;
		background: #fd5c63;
	}
	.navbar-collapse {
		background: rgba(0,0,0,0.7);
		padding: 2em 0;
	}
	.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
		color: #fd5c63;
	}
	.navbar-light .navbar-nav .nav-link {
		display: inline-block;
	}
	.dropdown-menu {
		min-width: auto;
		padding: 0;
		margin: 0;
		background-color: transparent;
		border: none;
		border-radius: 0;
		text-align: center;
	}
	.navbar-light .navbar-nav .dropdown-menu a.nav-link {
		color: #fff;
		padding-left: 0em;
	}
	.serv-icons span {
		font-size: 45px;
	}
	.serv-grids:after {
		top: 6%;
	}
	.serv-grids {
		padding: 0em 1em;
	}
	.read {
		width: 33%;
	}
	.serv-grids a {
		margin-top: 0em;
	}
	.w3l-info1 p {
		letter-spacing: .5px;
	}
	.agileinfo_stats_grid {
		width: 145px;
		height: 145px;
		padding: 1em 0;
	}
	.copyleft, .copyright {
		text-align: center;
	}
	.navbar {
		padding: 0;
	}
	h2.heading, h3.heading {
		font-size: 40px;
	}
}
@media screen and (max-width: 800px) {
	#typed {
		font-size: 2.7em;
	}
}
@media screen and (max-width: 736px) {
	.banner_agile_para {
		margin-right: 0em;
	}
	.banner_agile_para p {
		font-size: 15px;
	}
	.read {
		width: 42%;
	}
	.testimonials-grid-1 {
		width: 50%;
		margin: auto;
	}
    
	.testimonials h4 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.testimonials h5 {
		font-size: 15px;
	}
	.agileinfo_stats.mid-w3l-stat.hide_dot:after {
		background: none;
	}
}
@media screen and (max-width: 667px) {
	.navbar-brand {
		font-size: .9em;
	}
	.banner, .banner-layer {
		min-height: 700px;
	}
	.agile_banner_info {
		padding: 11em 0em 0em;
	}
	h2.heading, h3.heading {
		font-size: 35px;
	}
    	a.contact {
		font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px
	}
}
@media screen and (max-width: 568px) {
	#typed {
		font-size: 2.5em;
	}
	.serv-grids h4 {
		font-size: 23px;
	}
	.agileinfo_footer_grid h2 a {
		margin-top: 0em;
		
	}
	.team-grids,.pricing-layer {
		padding: 0 5em;
	}
    	a.contact {
		font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px
	}
}
@media screen and (max-width: 480px) {
	#typed {
		font-size: 2.2em;
	}
	.banner_agile_para p {
		font-size: 14px;
		line-height: 1.8em;
	}
    	a.contact {
		font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px
	}
}
@media screen and (max-width: 414px) {
	.navbar-brand {
		font-size: .8em;
	}
	#typed {
		font-size: 22px;
	}
	.navbar-toggler {
		font-size: 1rem;
	}
	.serv-icons {
		width: 100%;
	}
	.serv-grids p {
		font-size: 14px;
		margin: 1em 0em;
	}
	.serv-grids h4 {
		font-size: 22px;
		letter-spacing: 1px;
	}
	.read {
		width: 62%;
	}
	.team-grids, .pricing-layer {
		padding: 0 2em;
	}
}
@media screen and (max-width: 384px) {
	.team-grids, .pricing-layer {
		padding: 0 0em;
	}
	.agile_banner_info {
		padding: 9em 0em 0em;
	}
	.banner, .banner-layer {
		min-height: 500px;
	}
}
@media screen and (max-width: 375px) {
	.welcome_left h3 {
		font-size: 23px;
		letter-spacing: 0px;
	}
	.welcome_left h4 {
		letter-spacing: 3px;
	}
	.about-grids h3 {
		font-size: 16px;
	}
	a.contact {
		font-size: 13px;
        margin-top: 10px;
        margin-bottom: 10px
	}
}
@media screen and (max-width: 320px) {
	.agileinfo_stats_grid {
		width: 125px;
		height: 125px;
	}
	p.counter {
		font-size: 2.2em;
	}
	.agileinfo_stats_grid {
		box-shadow: 5px 5px #fff;
		-webkit-box-shadow: 5px 5px #fff;
		-o-box-shadow: 5px 5px #fff;
		-moz-box-shadow: 5px 5px #fff;
		-ms-box-shadow: 5px 5px #fff;
	}
	#typed {
		font-size: 1.5em;
	}
	h2.heading, h3.heading {
		font-size: 30px;
	}
	p.heading-bottom {
		letter-spacing: 1px;
		font-size: 14px;
	}
	.grid_info h3 {
		font-size: 20px;
	}
	.read {
		width: 75%;
	}
}
@media screen and (max-width: 320px) {
	
}
/*-- //Responsive design --*/
#backtotop {
	position: fixed;
	right: 0;
	opacity: 0;
	visibility: hidden;
	bottom: 25px;
	margin: 0 25px 0 0;
	z-index: 999;
	transition: 0.35s;
	transform: scale(0.7);
}
#backtotop.visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
#backtotop a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 46px;
	height: 46px;
	background-color: #66676b;
	opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    text-align: center;
    font-size: 26px
}
body #backtotop a { color: #fff; }

#backtotop a:after {
	content: "\f106";
	font-family: "FontAwesome";
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
}
#backtotop { display: none; }

	.small-dialog-header {
	    width: calc(100% + 60px);
	    left: -30px;
	    padding: 30px;
	}

   

    h1 {
        color: #1a237e;
        font-size: 2.5em;
        margin: 20px 0;
    }

    .features-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        justify-content: center;
        padding: 20px;
        max-width: 1200px;
        margin: auto;
    }

    .feature-box {
        background-color: #f0f5ff;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: center;
        transition: transform 0.2s ease-in-out;
    }

    .feature-box:hover {
        transform: scale(1.05);
    }

    .feature-box img {
        width: 50px;
        margin-bottom: 10px;
        transition: filter 0.3s ease, opacity 0.3s ease;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* Icon Hover Effect */
    .feature-box:hover img {
        filter: brightness(0.5) saturate(1.5); /* Darkens and adds vibrancy */
        opacity: 0.8; /* Slightly fades the icon */
    }

    .feature-box p {
        font-size: 1.1em;
        color: #0d47a1;
        font-weight: bold;
    }

    /* General Page Styling */
    

    h1 {
        text-align: center;
        margin: 20px 0;
        font-size: 2.5em;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    /* Container */
    .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }

    /* Box Styling */
    .box {
        background: linear-gradient(135deg, #1e3c72, #2a5298);
        border-radius: 15px;
        padding: 20px;
        width: 280px;
        height: 200px;
        position: relative;
        color: #fff;
        text-align: center;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease-in-out;
        overflow: hidden;
    }

    .box::before {
        content: '';
        position: absolute;
        top: -50px;
        left: -50px;
        width: 100px;
        height: 100px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        z-index: 0;
    }

    .box h2 {
        position: relative;
        margin: 10px 0;
        font-size: 1.5em;
        text-transform: uppercase;
        z-index: 1;
    }

    .box p {
        position: relative;
        font-size: 1em;
        z-index: 1;
        line-height: 1.5;
    }

    .box:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.6);
    }

    .box::after {
        content: '';
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 150px;
        height: 150px;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
        z-index: 0;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
        .box {
            width: 45%;
        }
    }

    @media (max-width: 600px) {
        .box {
            width: 90%;
        }
    }
