<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* Reset Code */
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: Helvetica, Arial, sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

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

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    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;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
    font-family: Helvetica, Arial, sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

/* //Reset Code */
/* bottom-to-top */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 999;
    width: 35px;
    height: 35px;
    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 */
/* header */
/* logo */
a.navbar-brand {
    font-size: 36px;
    letter-spacing: 1px;
    color: #ff4f81;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #1ab744;
    color: #66cc33;
    color: #34bf49;
}

/* //logo */
/* navigation */
.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #4682B4;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 10px;
    left: -37px;
}

.navbar-light .navbar-nav .show&gt;.nav-link,
.navbar-light .navbar-nav .active&gt;.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #C71585;
}

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

/* fixed nav */
nav.fixed-navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.fixed-navi ul li {
    float: left;
}

/*helper*/
.isFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 4px 10px 3px rgba(8, 8, 8, 0.12);
    z-index: 999;
    background: #fff;
    transition: all 1.5s ease;
}

/* //fixed nav */

/* search */

.search i {
    color: #8c8b8b;
    font-size: 20px;
}

a.reqe-button {
    background: #ff5722;
    color: #fff;
    padding: 14px 12px;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}

a.reqe-button:hover {
    opacity: .7;
}

/* //search */
/* //navigation */
/* //header */

/* banner */

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

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

.banner-3 {
    background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-4 {
    background: url(../images/4.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-5 {
    background: url(../images/5.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-6 {
    background: url(../images/6.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-1,
.banner-2,
.banner-3,
.banner-4,
.banner-5,
.banner-6 {
    min-height: 50vw;
}

/* banner text */

.slider-info {
    padding-top: 14em;
}

.style-banner {
    max-width: 768px;
}

.style-banner h3 {
    font-size: 70px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #000;
}

.button-style {
    padding: 8px 8px;
    border: none;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
    background: #fff;
}

.button-style:hover {
    background: #34bf49;
    color: #fff;
}

/* //banner text */
/* banner slider code */
#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;
    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;
}

.slider {
    position: relative;
}

.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;
    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 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);
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    left: 46.5%;
    bottom: 8%;
    z-index: 2;
    border-radius: 5px;
}

/* //banner slider code */
/* //banner */

/* laptop section */
.who-agile {
    background: url(../images/bg1.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    margin: 20em 0 16em;
}

.style-agile-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: -21em;
}

h3.tittle {
    font-size: 44px;
    letter-spacing: 1px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.4;
}

.grid-ec1 h4 {
    color: #000;
    font-size: 22px;
    letter-spacing: 1px;
}

.grid-ec1 {
    border-top: 6px solid #ff5722;
}

.title-midd-w3ls {
    margin: 14em 0;
}

.style-agile {
    position: absolute;
    left: 0;
    margin: 0 8em;
    bottom: -15em;
}

a.button-style-3 {
    background: #34bf49;
    border-color: #34bf49;
    color: #fff;
}

/* //laptop section */

/* mobile section */

h3.text-mobile-w3 {
    font-size: 40px;
    letter-spacing: 1px;
}

/* //mobile section */

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

.feedback-top h4 {
    letter-spacing: 1px;
}

.feedback-top p {
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 300;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #ff5722;
}

ol.carousel-indicators {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0;
}

/* //testimonials */

/* stats */
/* heading title */
h3.tittle {
    font-size: 40px;
    letter-spacing: 1px;
}

p.sub-tittle {
    max-width: 700px;
    margin: 0 auto;
}

/* //heading title */
.main-stats-inner-img,
.main-stats-inner-img.two {
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
}

.main-stats-inner-img.two {
    background: url(../images/bg3.jpg) no-repeat center;
}

.stats_info p {
    font-size: 46px;
    color: #ff5722;
}

.stats_info h4 {
    color: #444;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400;
}

.stats_info i {
    font-size: 40px;
    color: #2c2c2d;
}

.stats_info {
    margin-top: 7.5em;
}

/* //stats */

/* services */
.serives-agile {
    background: #34bf49;
}

.services-w3ls-grid h4 {
    letter-spacing: 1px;
    font-weight: 600;
}

.services-w3ls-grid p {
    color: #fdfdfd;
    font-weight: 300;
}

.services-w3ls-grid i {
    color: #fff;
    font-size: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 90px;
    height: 90px;
    line-height: 2.6;
}

/* //services */

/* work */
/* tabs */

.nav-pills .nav-link {
    padding: 0.7em 2em;
    letter-spacing: 0px;
    color: #4e4c4c;
    background: rgba(255, 255, 255, 0.72);
    font-weight: 700;
    
}

.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
    color: #fff;
    background: #000;
}

.nav.nav-pills {
    text-align: center;
    margin: 0 auto;
    width: 305px;
}

/* //tabs */
h3.text-mobile-w3-2 {
    font-size: 30px;
    letter-spacing: 1px;
}

h4.dtyle-title {
    font-size: 18px;
    font-family: initial;
    letter-spacing: 1px;
    line-height: 1.4;
}

/* progress */
.progress-one .progress {
    height: 0.5rem;
    background: #e1e2e2;
}

h4.progress-tittle {
    color: #464545;
    font-size: 16px;
    margin-bottom: 12px;
}

.progress-one.two-progress {
    margin: 2em 0;
}

/* //progress */
/* //work */

/* footer */
footer {
    background: #FFFFFF;
}

.footer-title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0px;
}

.contact-info p a,
.contact-info p,
ul.links li a {
    color: #ababab;
    font-size: 14px;
}

.contact-info p span {
    display: block;
}

.footer-style-w3lsp a {
    color: #ababab;
}

.contact-info h4 {
    font-size: 16px;
    letter-spacing: 1px;
}

/* quick links */
ul.links li a {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: inline-block;
}

ul.links li a:hover,
.footer-style-w3lsp a:hover {
    color: #fff;
}

/* //quick links */

/* copyright */
.copy-right {
    letter-spacing: 2px;
    font-size: 15px;
}

.copy-right a {
    color: #34bf49;
}

.copy-right a:hover {
    color: #fff;
}

.copy-right-top {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

/* copyright */
/* //footer */
/* inner pages */
.banner-w3ls-2 {
    background: url(../images/1.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}

/* page details */
.breadcrumb li a {
    color: #ff5722;
}

.breadcrumb li {
    letter-spacing: 1px;
    color: #000;
}

/* //page details */
/* about page */

h4.about-left-agile {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2em;
    text-transform: uppercase;
}

h4.about-left-agile span {
    color: #ff5722 !important;
}

/* //about page */

/*-- contact page --*/
.address-grid,
.address-right {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 13px -1px rgba(0, 0, 0, 0.15);
}

.address h4 {
    font-size: 23px;
    color: #000;
}

.address-info p a {
    color: #999;
}

.address-info p span {
    display: block;
}

.address input[type="text"],
.address input[type="email"],
.address textarea {
    color: #000;
    outline: none;
    font-size: 15px;
    padding: 11px;
    border: none;
    letter-spacing: 1px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.address textarea {
    min-height: 10em;
    resize: none;
}

.address input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 11px 0;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 16px;
    background: #34bf49;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.address input[type="submit"]:hover {
    opacity: .7;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.map iframe {
    width: 100%;
    min-height: 400px;
}

/*-- //contact page --*/
/* gallery page */
.name-agile-gallery h4 {
    background: #34bf49;
    text-align: center;
    color: #fff;
    padding: 11px 0;
    font-size: 20px;
    letter-spacing: 1px;
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.24);
}

/* //gallery page */
/* responsive */

@media(max-width: 1680px) {}

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

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

@media(max-width: 1280px) {
    .style-banner h3 {
        font-size: 58px;
    }

    .slider-info {
        padding-top: 10em;
    }

    .welcome-left h3 {
        font-size: 40px;
    }

    .welcome-left h4 {
        font-size: 20px;
    }

    .style-agile {
        bottom: -12em;
        margin: 0 5em;
    }

    .feedback-top p {
        font-size: 17px;
    }

    .banner-w3ls-2 {
        min-height: 200px;
    }
}

@media(max-width: 1080px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .style-banner h3 {
        font-size: 54px;
    }

    .slider-info {
        padding-top: 8em;
    }

    nav.navbar.navbar-expand-lg {
        padding: 2px 0;
    }

    a.reqe-button {
        font-size: 14px;
    }

    .welcome-left h3 {
        font-size: 34px;
    }

    .welcome-left h4 {
        font-size: 18px;
    }

    .style-agile-2 img {
        width: 66%;
    }

    .style-agile-2 {
        top: -19em;
    }

    .title-midd-w3ls {
        margin: 10em 0;
    }

    .style-agile {
        margin: 0 2em;
    }

    .grid-ec1 h4 {
        font-size: 18px;
    }

    h3.text-mobile-w3 {
        font-size: 34px;
    }

    .who-agile {
        margin: 18em 0 11em;
    }

    .stats_info i {
        font-size: 38px;
    }

    .stats_info p {
        font-size: 40px;
    }

    .stats_info h4 {
        font-size: 15px;
    }

    .main-stats-inner-img,
    .main-stats-inner-img.two {
        min-height: 330px;
    }

    .stats_info {
        margin-top: 6em;
    }

    .contact-info h4 {
        font-size: 15px;
    }

    .map iframe {
        min-height: 330px;
    }
}

@media(max-width: 1050px) {

    .style-banner h3 {
        font-size: 50px;
    }

    .slider-info {
        padding-top: 7em;
    }

    .style-agile-2 {
        top: -18em;
    }

    .who-agile {
        margin: 16em 0 11em;
    }

    p.sub-tittle {
        font-size: 14px;
    }

    h3.tittle {
        font-size: 36px;
    }

    .progress-one.two-progress {
        margin: 1.5em 0;
    }

    h3.text-mobile-w3-2 {
        font-size: 28px;
    }

    ul.links li a {
        font-size: 14px
    }
}

@media (min-device-width:769px) and (max-device-width:1024px){
    
 a.navbar-brand {
        font-size: 34px;
        }

    .banner-1,
    .banner-2,
    .banner-3,
	.banner-4,
	.banner-5,
	.banner-6 {
        min-height: 530px;
    }

   

@media(max-width: 991px) {
    a.navbar-brand {
        font-size: 34px;
    }

    .style-banner h3 {
        font-size: 46px;
    }

    .who-agile {
        margin: 16em 0 11em;
        min-height: 560px;
    }

    .style-agile {
        bottom: -13em;
    }

    .title-midd-w3ls {
        margin: 0;
    }

    h3.tittle {
        font-size: 36px;
    }

    h3.tittle.titlem-2 {
        margin-top: 4em;
        max-width: 500px;
    }

    .exce-grid1-mmstyle {
        padding: 0 .5em;
    }

    h3.text-mobile-w3 {
        font-size: 32px;
    }

    .phone img {
        width: 50%;
    }

    .feedback-top p {
        font-size: 16px;
    }

    .main-stats-inner-img,
    .main-stats-inner-img.two {
        min-height: 280px;
    }

    .stats_info i {
        font-size: 34px;
    }

    .stats_info p {
        font-size: 34px;
    }

    .stats_info h4 {
        font-size: 13px;
    }

    .stats_info {
        margin-top: 5em;
    }

    .banner-w3ls-2 {
        min-height: 160px;
    }
}

@media(max-width: 900px) {

    .banner-1,
    .banner-2,
    .banner-3,
	.banner-4,
	.banner-5,
	.banner-6 {
        min-height: 530px;
    }

    .who-agile {
        margin: 15em 0 10em;
    }

    .style-agile-2 {
        top: -16em;
    }

    .grid-ec1 h4 {
        font-size: 16px;
    }

    .style-agile {
        bottom: -12em;
    }
}

@media(max-width: 800px) {
    .style-agile-2 img {
        width: 74%;
    }

    .style-agile {
        bottom: -11em;
    }
}

@media(max-width: 768px) {
    h3.tittle.titlem-2 {
        margin-top: 3em;
    }

    .who-agile {
        margin: 15em 0 8em;
        min-height: 500px;
    }
}

@media(max-width: 736px) {
    .style-banner h3 {
        font-size: 42px;
    }

    p {
        font-size: 15px;
    }

    .button-style {
        padding: 11px 20px;
        font-size: 13px;
    }

    .banner-1,
    .banner-2,
    .banner-3,
	.banner-4,
	.banner-5,
	.banner-6, {
        min-height: 490px;
    }

    .slider-info {
        padding-top: 6em;
    }

    .welcome-left h3 {
        font-size: 32px;
    }

    .style-agile {
        margin: 0 9em;
        position: static;
    }

    .style-agile-2 img {
        width: 78%;
    }

    h3.tittle {
        font-size: 32px;
    }

    .who-agile {
        margin: 15em 0 0em;
    }

    h3.text-mobile-w3 {
        font-size: 30px;
    }

    .phone img {
        width: 62%;
    }

    .grid-ec1 h4 {
        font-size: 21px;
    }

    .stats_info {
        margin: 3em 0;
    }
}

@media(max-width: 667px) {
    .agile-why-text h4 {
        font-size: 22px;
    }

    h3.tittle.titlem-2 {
        margin-top: 2em;
    }

    .style-agile {
        margin: 0 8em;
    }
}

@media(max-width: 640px) {
    .nav-pills .nav-link {
        padding: 0.8em 1.5em;
        font-size: 15px;
    }

    h3.text-mobile-w3-2 {
        font-size: 26px;
    }
}

@media(max-width: 600px) {
    .style-agile-2 {
        top: -13em;
    }

    .style-agile-2 img {
        width: 80%;
    }

    .who-agile {
        margin: 11em 0 0em;
    }

    h3.tittle.titlem-2 {
        margin-top: 3em;
    }

    .style-agile {
        margin: 0 6em;
    }
}

@media(max-width: 568px) {
    nav.navbar.navbar-expand-lg {
        padding: 0px 16px;
    }

    .style-banner h3 {
        font-size: 38px;
    }

    .banner-1,
    .banner-2,
    .banner-3,
	.banner-4,
	.banner-5,
	.banner-6, {
        min-height: 410px;
    }

    .slider-info {
        padding-top: 5em;
    }

    h3.text-mobile-w3 {
        font-size: 28px;
    }

    .style-agile-2 img {
        width: 86%;
    }

    .copy-right {
        font-size: 14px;
    }

    .feedback-top p {
        font-size: 15px;
    }
}

@media(max-width: 480px) {
    .style-banner h3 {
        font-size: 36px;
    }

    .welcome-left h3 {
        font-size: 30px;
    }

    .style-agile-2 {
        top: -11em;
    }

    .who-agile {
        margin: 9em 0 0em;
    }

    h3.tittle {
        font-size: 30px;
    }

    .style-agile {
        margin: 0 4em;
    }

    .grid-ec1 h4 {
        font-size: 20px;
    }

    .banner-w3ls-2 {
        min-height: 130px;
    }
}

@media(max-width: 440px) {
    .welcome-left h3 {
        font-size: 28px;
    }

    .style-agile-2 img {
        width: 100%;
    }

    h3.tittle.titlem-2 {
        font-size: 27px;
    }

    .style-agile {
        margin: 0 2em;
    }

    .phone img {
        width: 70%;
    }

    .contact-info h4 {
        font-size: 14px;
    }
}

@media(max-width: 414px) {
    .style-banner h3 {
        font-size: 32px;
    }

    p {
        font-size: 14px;
    }

    a.navbar-brand {
        font-size: 30px;
    }

    .style-banner p {
        font-size: 13px;
    }

    .welcome-left h3 {
        font-size: 26px;
    }

    .copy-right {
        letter-spacing: 1px;
    }
}

@media(max-width: 384px) {
    .style-banner h3 {
        font-size: 30px;
    }

    .button-style {
        padding: 10px 16px;
    }

    .slider-info {
        padding-top: 4em;
    }

    .banner-1,
    .banner-2,
    .banner-3,
	.banner-4,
	.banner-5,
	.banner-6, {
        min-height: 375px;
    }

    .welcome-left h3 {
        font-size: 24px;
    }

    .welcome-left h4 {
        font-size: 14px;
    }

    .phone img {
        width: 80%;
    }

    .grid-ec1 h4 {
        font-size: 18px;
    }

    .grid-ec1 {
        padding: 2em 1em !important;
    }

    h3.tittle.titlem-2 {
        font-size: 23px;
    }

    h3.tittle.titlem-2 {
        margin-top: 2em;
    }

    h3.text-mobile-w3 {
        font-size: 25px;
    }

    .agile-why-text h4 {
        font-size: 20px;
    }

    .icon-effect {
        padding: 18px 22px;
    }

    .feedback-top p {
        font-size: 14px;
    }
}

@media(max-width: 375px) {

    .main-stats-inner-img,
    .main-stats-inner-img.two {
        min-height: 230px;
    }

    p.sub-tittle {
        font-size: 13px;
    }

    .map iframe {
        min-height: 300px;
    }
}

@media(max-width: 320px) {
    .style-banner h3 {
        font-size: 27px;
    }

    .style-banner p {
        font-size: 12px;
    }

    .slider-info {
        padding-top: 3em;
    }

    .callbacks_tabs a:after {
        width: 18px;
        height: 18px;
    }

    .callbacks_tabs a {
        height: 8px;
        width: 8px;
    }

    .callbacks_tabs li {
        margin: 0 0.4em;
    
        min-height: 328px;
    }

    .button-style {
        font-size: 12px;
    }

    a.navbar-brand {
        font-size: 28px;
    }

    .navbar-toggler {
        padding: 3px 8px;
    }

    .welcome-left h3 {
        font-size: 24px;
    }

    .phone img {
        width: 90%;
    }

    .style-agile-2 {
        top: -9em;
    }

    .who-agile {
        margin: 6em 0 0em;
    }

    h3.tittle.titlem-2 {
        font-size: 20px;
    }

    .style-agile {
        margin: 0 1em;
    }

    .grid-ec1 h4 {
        font-size: 16px;
    }

    h3.text-mobile-w3 {
        font-size: 23px;
    }

    .icon-effect i {
        font-size: 22px;
    }

    .icon-effect {
        padding: 18px 20px;
    }

    .feedback-top h4 {
        font-size: 18px;
    }

    .feedback-top p {
        font-size: 13px;
    }

    .nav.nav-pills {
        width: 274px;
    }

    .footer-title {
        font-size: 18px;
    }

    h4.dtyle-title {
        font-size: 16px;
    }

    .banner-w3ls-2 {
        min-height: 100px;
    }
}

/* //responsive */</pre></body></html>