﻿body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	font-family: 'Source Sans Pro', 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%;
}

/* top contact bar */
.top-contact {
    position: relative;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 0;
}
.top-contact .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-contact p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.top-contact p i {
    color: #dc3545;
    margin-right: 8px;
}

/* header */
header {
    position: relative;
    z-index: 9;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.buttons p i {
    color: #fff;
    background: #dc3545;
    padding: 12px;
    font-size: 11px;
    border-radius: 50%;
}
header h1 {
    line-height: 0;
}
.navbar{
	padding: 0.5rem 1rem;
}
a.navbar-brand i.fas {
    font-size: 35px;
    margin-right: 10px;
    color: #e2b13c;
}

.navbar-light .navbar-brand {
    font-size: 1em;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    white-space: normal;
    max-width: 100%;
    line-height: 1.3em;
}
a.navbar-brand span{
	color: #dc3545;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #fff;
}
header h1 a span {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
    word-spacing: 5px;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
	font-size: 15px;
    padding: 0.5rem 0.6rem;
    white-space: normal;
}
.dropdown-item{
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    letter-spacing: 2px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.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 ,.dropdown-item:hover{
    color: #dc3545;
    background: transparent;
    border-radius: 5px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #dc3545;
    text-decoration: none;
    background-color: transparent;
}
.w3ls-btn,.w3ls-btn1:hover {
    letter-spacing: 1px;
    font-size: 15px;
    background: #e2b13c;
    border-color: #e2b13c;
}
.w3ls-btn:hover,.w3ls-btn1  {
    background: #333;
    border-color: #333;
    letter-spacing: 1px;
    font-size: 15px;
}
.buttons p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
/*-- //header --*/


/*-- banner --*/
.bg1 {
    background: url(../images/banner1.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}

.bg2 {
    background: url(../images/banner2.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}

.bg3 {
    background: url(../images/banner3.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}
.bg4 {
    background: url(../images/banner4.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}

.banner-text {
    padding: 18vw 0 0;
    text-align: center;
}

/*-- text Slider --*/

#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;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks_tabs li {
    display: block;
    margin: 0.5em 0;
}

.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}

.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.callbacks_here a:after {
    border-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}

#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;
    line-height: 1.3em;
    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 li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 0.5em;
}

.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}

.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.callbacks_here a:after {
    border-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}

p.sub-para {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    left: 46.5%;
    bottom: 20px;
    z-index: 2;
    border-radius: 5px;
}

.slider-top span {
    font-weight: 600;
}

.home h3 {
    font-size: 2em;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.15em;
}

.slider-info p {
    color: #e8e8e8;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 1em;
    text-transform: capitalize;
}

.slider-info a {
    color: #fff;
    font-size: 16px;
    background: #dc3545;
    padding: 10px 30px;
    letter-spacing: 2px;
     box-shadow: 4px 4px #aaa;
    -webkit-box-shadow: 4px 4px #aaa;
    -o-box-shadow: 4px 4px #aaa;
    -moz-box-shadow: 4px 4px #aaa;
    -ms-box-shadow: 4px 4px #aaa;
}
.slider-info a:hover {
    background: #333;
}

/* //text slider */

.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: rgba(0, 0, 0, 0.3);
}
.bs-slider-overlay1 {
    width: 100%;
    height: 100%; 
	background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
h4.agile-title,h1.agile-title,h2.agile-title {
    letter-spacing: 2px;
    line-height: 1.4em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    font-size: 3.5em;
    font-weight: 700;
	color: #fff;
}
h5.tag {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 4.2px;
}
/*-- //banner --*/

/*-- services --*/
h2.heading,h3.heading {
    font-size: 50px;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #1d1e22;
}
.service_grids h4 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 2px;
    color: #333;
    position: relative;
}
.service_grids h4:after {
    position: absolute;
    content: '';
    width: 15%;
    height: 2px;
    background: #000;
    top: 50%;
}
.service_grids p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666;
    line-height: 26px;
}
.service_grids a {
    font-size: 16px;
    color: #dc3545;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: right;
    display: block;
    margin-top: 10px;
    margin-right: 20px;
}
/*-- //services --*/

/*-- quotes --*/
.quotes h3 {
    letter-spacing: 2px;
    line-height: 1.4em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    font-size: 2.5em;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}
.quotes p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666;
    line-height: 26px;
}
.quotes-info {
    padding: 0 10em;
}
.quotes a {
    color: #fff;
    font-size: 16px;
    background: #dc3545;
    padding: 10px 30px;
    letter-spacing: 2px;
     display: inline-block;
    box-shadow: 4px 4px #ccc;
    -webkit-box-shadow: 4px 4px #ccc;
    -o-box-shadow: 4px 4px #ccc;
    -moz-box-shadow: 4px 4px #ccc;
    -ms-box-shadow: 4px 4px #ccc;
}
.quotes a.start {
    color: #fff;
    font-size: 16px;
    background: #333;
    padding: 10px 30px;
    letter-spacing: 2px;
     display: inline-block;
    box-shadow: 4px 4px #ccc;
    -webkit-box-shadow: 4px 4px #ccc;
    -o-box-shadow: 4px 4px #ccc;
    -moz-box-shadow: 4px 4px #ccc;
    -ms-box-shadow: 4px 4px #ccc;
}
.quotes a:hover{
    background: #333;
}
.quotes a.start:hover{
    background: #dc3545;
}
/*-- //quotes --*/

/*-- services-bottom --*/
.services-bottom {
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.layer {
    background: rgba(0, 0, 0, 0.6);
    padding: 4em 0em 3em 13em;
	height: 100%;
}
.agileits_w3layouts_about_counter_left span {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.agileits_w3layouts_about_counter_left p {
    font-size: 3em;
    font-weight: 600;
    color: #fff;
}
.agileits_w3layouts_about_counter_left h3 {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.countericon, .counterinfo {
    float: left;
}
.agileits_w3layouts_about_counter_left:nth-child(4),.agileits_w3layouts_about_counter_left:nth-child(5){
    margin-bottom: 0em;
}
/*-- //services-bottom --*/
/*-- clients--*/
.clients{
    background: #232323;
    background: #dc3545;
    padding: 4em 10em 4em 4em;
}
.clients h3,.service-bottom h3,.work h3{
	color:#fff;
}
.clients label.line{
	background:#fff;
}
.flex-active-slide p {
    line-height: 28px;
    color: #fff;
	letter-spacing:2px;
	font-size:15px;
    padding-bottom: 1em;
}

.client h5 {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
    float: left;
    margin-top: 1em;
    margin-left: 1em;
}
.client {
    margin-top: 0em;
}
/*-- //clients--*/

/*-- about --*/
.about-grids p{
	margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666;
    line-height: 26px;
}
.about-grids a {
    color: #fff;
    font-size: 16px;
    background: #dc3545;
    padding: 10px 30px;
    letter-spacing: 2px;
    display: inline-block;
    box-shadow: 4px 4px #ccc;
    -webkit-box-shadow: 4px 4px #ccc;
    -o-box-shadow: 4px 4px #ccc;
    -moz-box-shadow: 4px 4px #ccc;
    -ms-box-shadow: 4px 4px #ccc;
}
.about-grids a:hover {
    color: #fff;
    background: #333;
}
.about-grids h3 {
    background: #dc3545;
    padding: 1.2em;
    color: #fff;
    font-size: 28px;
     font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.about-grids h3.margin {
	margin-bottom: 15px;
}
h3.black {
    background: #333;
}
h3.grey {
    background: #30c39e;
}
h3.green {
    background: #17a2b8;
}

/*-- //about --*/

/*-- how we work --*/
.work {
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
     background-attachment: fixed;
}
.steps-reach p {
    font-size: 16px;
    color: #ccc;
    letter-spacing: 1px;
     line-height: 26px;
}
.steps-reach h4 {
    font-size: 30px;
    color: #ccc;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
     position: relative;
}
.steps-reach h4:after {
    position: absolute;
    content: '';
    width: 15%;
    height: 2px;
    background: #ccc;
    top: 50%;
}
.steps-reach span {
    font-size: 40px;
    color: #eee;
    margin-bottom: 15px;
}
.steps-reach span.fab.fa-algolia,.service-bottom span.fab.fa-algolia {
    color: #17a2b8;
}
.steps-reach span.fab.fa-asymmetrik,.service-bottom span.fab.fa-asymmetrik {
    color: #30c39e;
}
.steps-reach span.fas.fa-bug,.service-bottom span.fas.fa-bug {
    color: #fd5c63;
}
.steps-reach span.fas.fa-check-square,.service-bottom span.fas.fa-check-square {
    color: #ffc168;
}
.steps-reach {
    position: relative;
}
.style-border {
    position: absolute;
     bottom: -50%;
    right: -49px;
    width: 63%;
    transform: rotate(-20deg);
}
.second-border {
    position: absolute;
     bottom: 95%;
    right: -49px;
    width: 63%;
    transform: rotate(20deg);
}
.join {
    margin: 6em 0 4em;
}
.work-layer {
    background: rgba(0, 0, 0, 0.6);
}
/*-- //how we work --*/

/*-- blog --*/
.blog {
    background: #f0f0f0;
}
.blog-grid1 p,.blog-grid2 p {
    font-size: 16px;
    color: #777;
    letter-spacing: 1px;
    line-height: 26px;
}
.blog-grid1 h4,.blog-grid2 h4 {
    font-size: 22px;
    margin: 15px 0;
    color: #333;
    letter-spacing: 2px;
    font-weight: 600;
}
.blog-grid1 {
    border-top: 3px solid #dc3545;
     background: #fff;
}
.blog-grid2 {
    border-top: 3px solid #dc3545;
     background: #fff;
}
.more_blog a {
    color: #fff;
    font-size: 16px;
    background: #dc3545;
    padding: 10px 30px;
    letter-spacing: 2px;
    display: inline-block;
    box-shadow: 4px 4px #ccc;
    -webkit-box-shadow: 4px 4px #ccc;
    -o-box-shadow: 4px 4px #ccc;
    -moz-box-shadow: 4px 4px #ccc;
    -ms-box-shadow: 4px 4px #ccc;
}
.more_blog a:hover {
    background: #333;
}
a.blog {
	font-size: 16px;
	color: #dc3545;
	background: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: right;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
}
a.blog:hover {
	color: #333;
}
.blog-page{
	background: #fff;
}
/*-- //blog --*/

/*-- footer --*/
footer h3{
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
	color: #ddd;
    position: relative;
}
footer h3:after {
    position: absolute;
    content: '';
    width: 15%;
    height: 2px;
    background: #fff;
    top: 50%;
}
footer {
    background: #1d1e22;
}
footer p,footer ul li {
    font-size: 16px;
    color: #777;
    line-height: 26px;
    letter-spacing: 1px;
}
footer ul li {
    font-size: 16px;
    color: #777;
    line-height: 26px;
    letter-spacing: 1px;
	list-style-type: none;
}
footer ul li i,address p i {
    font-size: 14px;
    color: #ccc;
}
.footer-gap {
    padding: 0 2em;
}
footer  form {
    border: 1px solid #666;
    width: 80%;
	position: relative;
}
address p a{
    font-size: 16px;
    color: #777;
    line-height: 26px;
    letter-spacing: 1px;	
}
address p a:hover {
    color: #dc3545;
}
a.facebook {
    font-size: 14px;
    letter-spacing: 1px;
    background: #3b5998;
	color: #fff;
    padding: 10px 15px;
	text-align: center;
     box-shadow: 4px 4px #444;
    -webkit-box-shadow: 4px 4px #444;
    -o-box-shadow: 4px 4px #444;
    -moz-box-shadow: 4px 4px #444;
    -ms-box-shadow: 4px 4px #444;
}
a.twitter {
    font-size: 14px;
    letter-spacing: 1px;
    background: #1da1f2;
	color: #fff;
    padding: 10px 15px;
	text-align: center;
     box-shadow: 4px 4px #444;
    -webkit-box-shadow: 4px 4px #444;
    -o-box-shadow: 4px 4px #444;
    -moz-box-shadow: 4px 4px #444;
    -ms-box-shadow: 4px 4px #444;
}

.blog-grid-right h5 {
    font-size: 16px;
    color: #777;
    line-height: 26px;
    letter-spacing: 1px;
}
.blog-grid-right h5 a{
   color:#777;
}
.blog-grid-left img {
    border: 2px solid #ebecec;
    padding: .2em;
}
.sub-meta span {
    font-size: 0.8em;
    color: #a9abad;
}
footer [type="email"] {
    outline: none;
    padding: 12px 25px 12px 12px;
    color: #777;
    font-size: 15px;
    width: 83%;
    border: none;
    background: none;
    letter-spacing: 1px;
}
button.btn1 {
    color: #fff;
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 17%;
     background: #dc3545;
      position: absolute;
    top: -3%;
    right: -0.5%;
    padding: 12px 0;
     box-shadow: 4px 4px #444;
    -webkit-box-shadow: 4px 4px #444;
    -o-box-shadow: 4px 4px #444;
    -moz-box-shadow: 4px 4px #444;
    -ms-box-shadow: 4px 4px #444;
}
button.btn1:hover {
    background: #fff;
    color: #333;
}

.copyright p {
    letter-spacing: 1px;
    font-size: 16px;
    color: #888;
}
.copyright p a {
    color: #aaa;
}
.copyright p a:hover {
    color: #fff;
}
.copyright {
    background: #1d1e22;
}
/*-- footer --*/

/*-- modal --*/
.modal-body {
    font-size: 15px;
    line-height: 28px;

/* ===== Responsive Styles ===== */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .top-contact .container {
        justify-content: flex-end;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991px) {
    .navbar-light .navbar-brand {
        font-size: 0.85em;
        max-width: 100%;
        white-space: normal;
        line-height: 1.3em;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.4rem 0.5rem;
    }
    .quotes-info {
        padding: 0 3em;
    }
    .clients {
        padding: 3em 5em 3em 3em;
    }
    .layer {
        padding: 3em 0em 2em 5em;
    }
    h2.heading, h3.heading {
        font-size: 40px;
    }
    .bg1, .bg2, .bg3, .bg4 {
        height: 60vw;
    }
    .banner-text {
        padding: 22vw 0 0;
    }
    h4.agile-title, h1.agile-title, h2.agile-title {
        font-size: 2.5em;
    }
    .quotes h3 {
        font-size: 2em;
    }
    .footer-gap {
        padding: 0 1em;
    }
}

/* Small devices (phones, 767px and down) */
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    /* Top contact bar */
    .top-contact .container {
        justify-content: center;
    }
    .top-contact p {
        font-size: 12px;
    }

    /* Header & Navbar */
    header {
        position: relative;
    }
    .navbar {
        padding: 0.5rem;
    }
    .navbar-light .navbar-brand {
        font-size: 0.75em;
        max-width: 100%;
        white-space: normal;
        line-height: 1.3em;
        
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.4rem 0.3rem;
        letter-spacing: 0.5px;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
        padding: 10px 0;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .buttons p {
        font-size: 13px;
    }
    .buttons p i {
        padding: 8px;
        font-size: 10px;
    }

    /* Banner */
    .bg1, .bg2, .bg3, .bg4 {
        height: 80vw;
    }
    .banner-text {
        padding: 28vw 0 0;
    }
    h4.agile-title, h1.agile-title, h2.agile-title {
        font-size: 1.6em;
        letter-spacing: 1px;
    }
    h5.tag {
        font-size: 11px;
        letter-spacing: 2px;
    }
    .slider-info a {
        font-size: 13px;
        padding: 8px 20px;
    }

    /* Headings */
    h2.heading, h3.heading {
        font-size: 28px;
        margin-bottom: 20px !important;
    }

    /* About section */
    .about-grids h3 {
        font-size: 20px;
        padding: 0.8em;
    }
    .about-grids p {
        font-size: 14px;
    }

    /* Work section */
    .work-layer {
        padding: 2em 0 !important;
    }
    .join {
        margin: 2em 0 2em;
    }
    .steps-reach h4 {
        font-size: 22px;
    }
    .steps-reach p {
        font-size: 13px;
    }
    .steps-reach span {
        font-size: 30px;
    }

    /* Services */
    .service_grids h4 {
        font-size: 18px;
    }
    .service_grids p {
        font-size: 14px;
    }

    /* Quotes */
    .quotes {
        padding: 2em 0 !important;
    }
    .quotes-info {
        padding: 0 1em;
    }
    .quotes h3 {
        font-size: 1.6em;
    }
    .quotes p {
        font-size: 14px;
    }
    .quotes a {
        font-size: 13px;
        padding: 8px 20px;
    }

    /* Stats / Counter */
    .services-bottom {
        background: none !important;
    }
    .layer {
        padding: 2em 1em !important;
    }
    .clients {
        padding: 2em 1em !important;
    }
    .agileits_w3layouts_about_counter_left p {
        font-size: 2em;
    }
    .agileits_w3layouts_about_counter_left h3 {
        font-size: 14px;
    }

    /* Coverage area */
    .services .row .col-md-4 {
        margin-bottom: 15px;
    }

    /* Footer */
    footer {
        padding: 0 !important;
    }
    footer .container-fluid {
        padding: 1.5em 1em !important;
    }
    footer h3 {
        font-size: 16px;
    }
    footer p, footer ul li {
        font-size: 13px;
    }
    .footer-gap {
        padding: 0;
    }
    footer form {
        width: 100%;
    }
    footer [type="email"] {
        width: 78%;
        font-size: 13px;
    }
    button.btn1 {
        width: 22%;
    }
    .copyright p {
        font-size: 12px;
    }

    /* Modal */
    .modal-dialog {
        margin: 10px;
    }
    .modal-body {
        font-size: 13px;
    }

    /* Inner banner */
    .inner-banner {
        padding: 2em 0 !important;
    }
    .inner-banner h1 {
        font-size: 1.5em !important;
    }

    /* Team / Process */
    .team-members {
        margin-bottom: 15px;
    }
    .team-desc h4 {
        font-size: 16px;
    }

    /* Card layouts */
    .card-body {
        padding: 1rem;
    }
    .card-body h4 {
        font-size: 16px;
    }
    .card-body p {
        font-size: 13px;
    }

    /* Counter boxes */
    .counter-box {
        margin-bottom: 20px;
    }
    .counter-box i {
        font-size: 2em !important;
    }
    .counter-box h3 {
        font-size: 1.5em;
    }
    .counter-box p {
        font-size: 13px;
    }

    /* Blog grids */
    .blog-grid1, .blog-grid2 {
        margin-bottom: 15px;
    }
    .blog-grid1 h4, .blog-grid2 h4 {
        font-size: 18px;
    }

    /* Contact form */
    .styled-input input,
    .styled-input textarea {
        font-size: 13px;
        padding: 8px 10px;
    }

    /* Map */
    .map iframe {
        height: 200px !important;
    }

    /* Service bottom layout */
    .service-bottom .row {
        flex-direction: column;
    }
    .service-bottom .col-lg-6 {
        width: 100%;
        padding: 0;
    }
}

/* Extra small devices (phones, 575px and down) */
@media (max-width: 575px) {
    .navbar-light .navbar-brand {
        font-size: 0.65em;
        max-width: 100%;
        white-space: normal;
        line-height: 1.3em;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        padding: 0.35rem 0.25rem;
    }
    h2.heading, h3.heading {
        font-size: 24px;
    }
    h4.agile-title, h1.agile-title, h2.agile-title {
        font-size: 1.3em;
    }
    .bg1, .bg2, .bg3, .bg4 {
        height: 100vw;
    }
    .banner-text {
        padding: 35vw 0 0;
    }
    .about-grids h3 {
        font-size: 16px;
        padding: 0.6em;
    }
    footer .container-fluid {
        padding: 1em 0.5em !important;
    }
}
html,body{overflow-x:hidden;width:100%}*{-webkit-box-sizing:border-box;box-sizing:border-box}
@media(max-width:767px){.bg1,.bg2,.bg3,.bg4{height:45vh!important;min-height:200px;max-height:300px}.banner-text{padding:18vh 10px 0!important;text-align:center}h4.agile-title,h1.agile-title,h2.agile-title{font-size:1em!important;letter-spacing:0.5px!important;line-height:1.2em!important;word-break:break-word}h5.tag{font-size:9px!important;letter-spacing:1px!important}h2.heading,h3.heading{font-size:20px!important;text-align:center}.navbar-light .navbar-brand{font-size:0.5em;max-width:100%;white-space:normal;line-height:1.3em}.service_grids h4{text-align:center}.service_grids h4:after{display:none}.service_grids p{text-align:center}.countericon,.counterinfo{float:none;display:inline-block;vertical-align:middle}.service-bottom .row{flex-direction:column}.service-bottom .col-lg-6{width:100%;padding:0}}
@media(max-width:575px){.bg1,.bg2,.bg3,.bg4{height:40vh!important;min-height:180px;max-height:250px}.banner-text{padding:15vh 8px 0!important}h4.agile-title,h1.agile-title,h2.agile-title{font-size:0.9em!important}h2.heading,h3.heading{font-size:18px!important}.navbar-light .navbar-brand{font-size:0.45em;max-width:100%;white-space:normal;line-height:1.3em}}
