/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html, body {
    height: 100%;
}

img.top-bar__logo--simple {
    width: 350px !important;
    margin-top: -20px;
}

#loading_page {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white url('../images/loading_page.gif') center 50px no-repeat;
    z-index: 9999;
    display: none;
}

#loading_page img {
    margin: 50px auto;
    display: block;
}

.home_products_link {
    cursor: pointer;
}

.header_bottom {
    background-color: #d2d2d2;
    border-top: 5px solid #8a8a8a;
    border-bottom: 5px solid #e3e3e3;
}

/*--header--*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

ul, ol {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.language_flags img {
    border: 1px solid white;
    padding: 2px;
    box-sizing: content-box;
}

.navbar-header {
    /*right: 100px;*/
    position: relative;
}

/*--- slider-css --*/
.slider {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 300px;
    background-color: black;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides_tabs {
    position: absolute;
    bottom: 10%;
    z-index: 2;
    right: 2%;
}

.rslides_tabs li {
    display: block;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}

h1 {
    margin: 0px !important;
}

.rslides_tabs a {
    border: 2px solid #fff;
    border-radius: 50%;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    color: #fff;
    font-weight: bold;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager img {
    float: left;
    display: block;
}

#slider3-pager .rslides_here a {
    background: transparent;
    border: 2px solid #d71920;
}

#slider3-pager a {
    padding: 4px;
}

/*-- navigation --*/
/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #f44639;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
    background: none !important;
}

.navbar-nav > li {
    margin: 0 0.5em;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 1.2em;
    padding: 1.8em 1em;
    position: relative;
    font-weight: 300;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav li a.active {
    color: #f44639 !important;
    background: none !important;
}

.navbar-right {
    float: left !important;
    margin-right: 0px !important;
}

.navbar-collapse {
    padding: 0 !important;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.header {
    position: relative;
}

.agile-top-header {
    position: absolute;
    z-index: 999;
    top: 20px;
    left: 8%;
    width: 80%;
}

.top-nav {
    float: left;
    margin-top: 27px;
}

.top-icons {
    float: right;
    margin-top: -150px;
}

.top-icons ul li {
    display: inline-block;
}

.top-icons .fa {
    text-shadow: 1px 1px 1px black;
}

.top-icons .fa:hover {
    text-shadow: none;
}

/* ******************************************************
	Effect 12: Border Style #1 .linkHoverEffect_12
*********************************************************/

.linkHoverEffect_12 a {
    padding: 12px 8px;
    position: relative;
    -moz-transition: ease-out 0.3s 0.1s;
    -o-transition: ease-out 0.3s 0.1s;
    -webkit-transition: ease-out 0.3s;
    -webkit-transition-delay: 0.1s;
    transition: ease-out 0.3s 0.1s;
}

.linkHoverEffect_12 a span::before {
    height: 100%;
    width: 2px;
    background: #d71920;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.linkHoverEffect_12 a span::after {
    height: 100%;
    width: 2px;
    background: #d71920;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.linkHoverEffect_12 a::before {
    height: 2px;
    width: 100%;
    background: #d71920;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.linkHoverEffect_12 a::after {
    height: 2px;
    width: 100%;
    background: #d71920;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.linkHoverEffect_12 a:hover {
    color: #6559bc;
}

.linkHoverEffect_12 a:hover::before, .linkHoverEffect_12 a:hover::after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.linkHoverEffect_12 a:hover span::before, .linkHoverEffect_12 a:hover span::after {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

nav.linkEffects.linkHoverEffect_12 ul li {
    display: inline-block;
}

nav.linkEffects.linkHoverEffect_12 ul li a {
    color: #fff;
}

a {
    text-decoration: none !important;
}

nav.linkEffects.linkHoverEffect_12 ul li a span {
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
}

/*-- header --*/

.top-icons ul li {
    font-size: 2em;
    margin-left: 16px;
}

.top-icons ul li a {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.top-icons ul li a:hover {
    color: #d71920;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.top-icons ul {
    margin-top: 25px;
}

nav.navbar.navbar-default {
    /*right: 14px;*/
}

#nav_container {
    display: table;
    margin: 150px auto auto auto;
    text-shadow: 2px 2px 1px black;
    font-size: 18px;
}

ul#slider3-pager li a img {
    border-radius: 50%;
}

.slider-info {
    position: absolute;
    z-index: 999;
    top: 55%;
    left: 11%;
}

.slider-info h4 {
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.slider-info h4 span, .slider-info h6 span {
    color: #ff222b;
}

.slider-info p {
    color: #fff875;
    font-size: 1.7em;
    letter-spacing: 4px;
    line-height: 3;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.slider-info h6 {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 4px;
}

/*--// header --*/

.marquee {
    width: 100%;
    overflow: hidden;
    border: none;
    background: #000;
    color: silver;
    padding: 10px;
    font-size: 1.3em;
    font-weight: bold;
    border-top: 1px solid silver;
}

#laser_technology {
    background-color: #424242;
    color: silver;
    padding: 40px 10px;
    border-top: 1px solid silver;
}

#laser_technology h3.heading {
    font-weight: 400;
    color: #c2c2c2;
}

#laser_technology h3.heading span {
    font-weight: 500;
    background: #c2c2c2;
    color: #333;
    padding: 0 10px;
}

#laser_technology h4 {
    color: #ff222b;
    font-size: 2em;
}

/*-- about section --*/
#about h4 {
    font-size: 28px;
    color: #333;
    letter-spacing: 2px;
    color: #bf3b3b;
}

.about, .services, .team, .portfolio {
    padding: 5em 0;
}

.about {
    padding-top: 3em;
    background: #fff;
}

h3.heading {
    font-size: 45px;
    font-weight: 500;
    color: #353b46;
    margin-bottom: 1em;
    position: relative;
}

h3.heading span {
    background: #555;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
}

.about_left h4 {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    font-weight: 500;
}

.about_left {
    padding-left: 0;
}

.about_left p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 19px;
    color: #444;
    margin: 1em 0;
}

.about_left p.second_para {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #333;
    margin: 1em 0;
}

.left span.fa.fa-angle-left, .right span.fa.fa-angle-right {
    font-weight: 400;
    position: absolute;
    font-size: 30px;
    top: 44%;
    background: transparent;
    padding: 10px 15px;
    color: #939393;
}

.left span.fa.fa-angle-left {
    left: 5%;
}

.right span.fa.fa-angle-right {
    right: 5%;
}

.about_left ul li {
    display: inline-block;
    font-size: 16px;
}

.profile_more {
    white-space: nowrap;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 20px !important;
    float: right !important;
}

#home_page_images {
    display: table;
    margin: auto;
    width: 100%;
    height: 270px;
    max-width: 320px;
    max-height: 270px;
    margin-bottom: 50px;
}

#home_page_images .carousel-inner img {
    width: 320px;
    height: 270px;
}

#bottom_left_grid img,
#bottom_right_grid img {
    width: 100%;
}

.ser_grid1 span.glyphicon {
    font-size: 40px;
    margin-bottom: 0.5em;
}

.ser_grid1 a {
    font-size: 15px;
    color: #999;
    letter-spacing: 0px;
}

.icon1 span.glyphicon, .icon1 a {
    color: #0071b6;
}

.icon2 span.glyphicon, .icon2 a {
    color: #bf3b3b;
}

.icon3 span.glyphicon, .icon3 a {
    color: #2a853e;
}

.icon4 span.glyphicon {
    color: #503468;
}

.icon1 a {
    color: #0071b6;
    border: 1px solid;
    padding: 10px 20px;
}

.icon1 a:hover {
    background: #0071b6;
    border: 1px solid transparent;
    color: #fff;
}

.icon2 a {
    color: #ff222b;
    border: 1px solid;
    padding: 10px 20px;
}

.icon2 a:hover {
    background: #9d0309;
    border: 1px solid transparent;
    color: #fff;
}

.icon3 a {
    color: #2a853e;
    border: 1px solid;
    padding: 10px 20px;
}

.icon3 a:hover {
    background: #2a853e;
    border: 1px solid transparent;
    color: #fff;
}

.icon4 a {
    color: #503468;
    border: 1px solid;
    padding: 10px 20px;
}

.icon4 a:hover {
    background: #503468;
    border: 1px solid transparent;
    color: #fff;
}

#home_manufacturers {
    text-align: left;
    display: table;
    margin: auto;
    max-width: 800px;
}

#home_manufacturers .manufacturer_logo {
    display: inline-block;
    margin: 4px;
    border: 8px solid transparent;
}

.gradient{
    background-color: #0f181f !important;
    background-image: linear-gradient(to bottom right, #0f181f, #183a44) !important;
}

#home_manufacturers img {
    /*width: 130px;*/
    /*height: 60px;*/
    width: 170px;
    height: 80px;
}

.ser_grid1 h3 {
    font-size: 18px;
    color: #333;
    margin: .5em 0;
    font-weight: bold;
}

.ser_grid1 p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #666;
    margin: 1em 0 2em;
    min-height: 60px;
}

/*-- // services section --*/

/*-- Team section --*/

.w3l_team_grid h4 {
    font-size: 1.3em;
    color: #008BFF;
    margin: 1em 0 .5em;
}

.w3l_team_grid p {
    font-size: 1em;
    color: #151515;
    margin-top: .5em;
}

.team_grid1 {
    padding: 0 2em !important;
}

.team_grid1 h4 {
    font-size: 28px;
    color: #333;
    letter-spacing: 2px;
}

.team_grid1 p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 1em 0 0;
    color: #333;
}

.team_grid1 p.second_para {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 28px;
    margin: 1em 0;
    color: #666;
}

.w3l_team_grid {
    text-align: center;
}

.team_grids {
    margin-top: 10px;
}

.view {
    overflow: hidden;
    position: relative;
}

.view img {
    display: table;
    position: relative;
    margin: auto;
}

.view-second img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.view-second .mask {
    background-color: rgba(19, 19, 19, 0.35);
    width: 520px;
    padding: 60px;
    height: 520px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(265px, 145px) rotate(45deg);
    -moz-transform: translate(265px, 145px) rotate(45deg);
    -o-transform: translate(265px, 145px) rotate(45deg);
    -ms-transform: translate(265px, 145px) rotate(45deg);
    transform: translate(265px, 145px) rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-second .w3l_social_icons1 {
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transform: translate(200px, -200px);
    -moz-transform: translate(200px, -200px);
    -o-transform: translate(200px, -200px);
    -ms-transform: translate(200px, -200px);
    transform: translate(200px, -200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-second:hover .mask, .w3l_team_grid:hover .view-second .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate(-125px, -45px) rotate(0deg);
    -moz-transform: translate(-125px, -45px) rotate(0deg);
    -o-transform: translate(-125px, -45px) rotate(0deg);
    -ms-transform: translate(-125px, -45px) rotate(0deg);
    transform: translate(-125px, -45px) rotate(0deg);
}

.view-second:hover .w3l_social_icons1, .w3l_team_grid:hover .view-second .w3l_social_icons1 {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.w3l_social_icons {
    float: left;
    margin: 1.5em 0 0;
}

.w3l_social_icons1 {
    float: none !important;
    margin: 0 !important;
}

.w3l_social_icons ul li {
    display: inline-block;
}

.w3l_social_icons ul li a i {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    line-height: 40px;
    color: #555;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
}

.w3l_social_icons ul li a {
    background: #fff;
    display: block;
}

.w3l_social_icons ul li a i:hover {
    color: #fff;
}

.w3l_social_icons ul li a.facebook:hover {
    background: 3px -23px #3b5998;
    display: block;
}

.w3l_social_icons ul li a.twitter:hover {
    background: -27px -23px #1dcaff;
    display: block;
}

.w3l_social_icons ul li a.google_plus:hover {
    background: -61px -23px #F44336;
    display: block;
}

.w3l_social_icons ul li a.pinterest:hover {
    background: -96px -22px #66eece;
    display: block;
}

/*-- // Team section --*/

/*-- gallery img-hover-effect --*/

.adipoli-wrapper {
    margin: auto;
    position: relative;
    display: inline-block;
}

.adipoli-wrapper > img {
    position: absolute;
    z-index: 1;
}

.adipoli-before {
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5) !important;
}

.adipoli-after {
    position: absolute;
    z-index: 10;
}

.adipoli-slice {
    display: block;
    position: absolute;
    z-index: 15;
    height: 100%;
    background-size: cover !important;
}

.gal-w3l img {
    width: 100% !important;
}

.gal-w3l {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 4px;
}

.gallery {
    padding: 5em 0;
    background: #e0e0e0;
}

.gallery_gds {
    margin-top: 3em;
}

/*-- // gallery img-hover-effect --*/


.stats {
    background: #0e151f;
    padding: 3em 0;
}

h4.title-agile {
    font-weight: 300;
    letter-spacing: 4px;
    font-size: 30px;
    margin-bottom: 50px;
    color: #fff;
}

.stats-agileinfo {
    text-align: left;
    margin: 50px auto;
    max-width: 1600px;
}

.stats-agileinfo h6 {
    letter-spacing: 1px;
    font-size: 30px;
    margin: 15px 0 0 0;
    color: #c6c2c2;
}

.stats-grid {
    padding: 10px 0;
}

.stats-icon span {
    font-size: 60px;
    padding: 10px 20px;
    color: #c6c2c2;
}

h4.title-agile.about.text-center span {
    background: #fc7e46;
    padding: 0px 2px 0 7px;
    color: #ffffff;
}

.bottom {
    background: #0e151f;
}

.bottom_left, .bottom_right {
    padding: 0 !important;
}

.bottom_left .col-md-6, .bottom_right .col-md-6 {
    padding: 0 !important;
}

#typed {
    font-size: 3em;
    color: #eee;
    line-height: 1.5em;
}

#typed i {
    font-style: normal;
    color: #ff0057;
    font-weight: 500;
}

/*-- code for animated blinking cursor --*/
.typed-cursor {
    opacity: 1;
    font-weight: 300;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #999;
    font-size: 2.5em;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes dotAnimation {
    99% {
        background: #0accff;
        box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 rgba(224, 70, 129, 0);
    }
    33% {
        background: rgba(224, 70, 129, 0);
        box-shadow: 0 17px 0 #0accff, 0 34px 0 rgba(224, 70, 129, 0);
    }
    66% {
        background: rgba(224, 70, 129, 0);
        box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 #0accff;
    }
}

@keyframes dotAnimation {
    99% {
        background: #0accff;
        box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 rgba(224, 70, 129, 0);
    }
    33% {
        background: rgba(224, 70, 129, 0);
        box-shadow: 0 17px 0 #0accff, 0 34px 0 rgba(224, 70, 129, 0);
    }
    66% {
        background: rgba(224, 70, 129, 0);
        box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 #0accff;
    }
}

.bottom_middle {
    text-align: center;
    background: #0e151f;
    margin-top: 4%;
}

p.typing_bottom {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .5px;
    color: #bfbfbf;
    width: 80%;
    margin: 2em auto;
}

.bottom_middle h4 {
    text-align: center;
    font-size: 25px;
    color: #eee;
}

span.glyphicon.glyphicon-play-circle {
    font-size: 60px;
    color: #ff0057;
    margin: .5em 0;
    cursor: pointer;
}

iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/*-- //bottom --/

/*-- clients --*/

.owl_thumb {
    max-width: 200px;
    max-height: 200px;
    padding: 6px;
    padding: 6px;
    border: 3px solid white;
}

.clients-main {
    padding: 5em 0;
    background: #c8c8c5;
    /*
    background: url(../images/security_bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    */
}

/*
.clients-main h3.heading span {
    font-weight: 500;
    background: #c8c8c5;
    color: #333;
    padding: 0 10px;
}
 */

.clients-main h3.heading {
    font-weight: 400;
    color: #555;
}

.cli-ent {
    width: 60%;
    margin: 0 auto;
}

.contact-w3layouts h3,
.clients h3 {
    color: #000 !important;
}

.spldishes-w3left {
    padding: 2.3em;
    background-color: #fd463e;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.w3agile-spldishes p.para-agileits-w3layouts {
    color: #8a8888 !important;
}

.spldishes-agileinfo:hover .spldishes-w3left {
    background-color: #09c4dc;
}

.spldishes-agileinfo {
    margin-top: 4em;
}

.spldishes-agileinfo h5 {
    font-size: 2em;
    color: #fff;
}

.spldishes-w3left p {
    color: #fff;
    margin-top: 1.4em;
}

.spldishes-grids {
    padding: 0;
}

p.para-w3-agile {
    display: table;
    margin: auto;
    max-width: 700px;
}

.g1 {
    position: relative;
    display: block;
}

.agile-dish-caption h4 {
    font-size: 17px;
    color: #dadada;
    margin: 0.6em 0;
    letter-spacing: 0;
}

.agile-dish-caption h3 {
    font-weight: bold;
    color: #3d3d3d;
}

.agile-dish-caption span {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    font-weight: 300;
    display: block;
}

#owl-demo .item img {
    width: 100px;
}

p.para-w3-agile {
    color: #eee;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.agile-dish-caption {
    text-align: center;
}

.flexslider .slides img {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
}

.g1 p span.fa {
    font-size: 1.8em;
    color: #eee;
    margin-right: 0.5em;
}

.client-eql {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*-- //clients --*/

/*-- contact --*/
.contact {
    padding: 5em 0;
}

.contact_heading {
    color: #bd2559;
    margin-top: 30px;
}

.con_inner_text {
    margin-top: 10px;
}

.con_inner_text li a {
    text-decoration: underline !important;
}

.con_inner_text li a:hover {
    color: #bd2559 !important;
    text-decoration: underline !important;
}

.contact_heading {
    font-size: 22px;
    margin-bottom: 30px;
}

.con_inner_text .fa {
    font-size: 25px;
}

.contact-form-left ul.con_inner_text li {
    color: #333;
    font-size: 16px;
    line-height: 45px;
}

.contact-form-left ul.con_inner_text li a {
    color: #333;
}

.contact-form-left ul.con_inner_text li label {
    color: #333;
}

.contact-form-left ul.con_inner_text span {
    margin-right: 13px;
    color: #bd2559;
    display: inline-block;
    min-width: 20px;
}

.w3layouts-contact-form-top h3, .contact-form-top h3, .w3agile-map h3, .agileits-contact-address h3 {
    color: #000000;
    font-size: 1.4em;
    margin: 0 0 1em 0;
    letter-spacing: 1px;
}

.w3layouts-contact-form-top p {
    font-size: 14px;
    color: #333;
    margin: 1em 0 0;
    line-height: 28px;
    letter-spacing: .5px;
}

.agileits-contact-address {
    margin: 3em 0 0 0;
}

.w3layouts-contact-form-top p {
    margin: 2em 0;
}

.agileinfo-contact-form-grid input[type="text"] {
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #444;
    width: 100%;
    float: left;
    outline: none;
    padding: 8px 15px 8px 0px;
    font-size: .9em;
    color: #464646;
    margin-bottom: 1.5em;
}

.agileinfo-contact-form-grid input[type="email"] {
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    outline: none;
    padding: 8px 15px 8px 0px;
    font-size: .9em;
    color: #464646;
    margin-bottom: 1.5em;
}

.agileinfo-contact-form-grid textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    display: block;
    height: 120px;
    outline: none;
    font-size: .9em;
    color: #464646;
    resize: none;
    padding: 8px 15px 8px 0;
    margin-bottom: 1em;
}

.agileinfo-contact-form-grid button.btn1, input[type="button"].rainbow {
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
    padding: 13px;
    background: #9c0113;
    letter-spacing: 1px;
    text-align: center;
    ms-transition: 0.5s all;
    display: table;
    max-width: 200px;
    margin: 20px auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.contact-form-left {
    padding-right: 10em;
}

.agileinfo-contact-form-grid button.btn1:hover,
input[type="button"].rainbow:hover {
    background: #410009;
    color: #fff;
}

.w3agile-map iframe {
    border: none;
    min-height: 300px;
    width: 100%;
}

.social ul li {
    list-style-type: none;
    display: inline-block;
}

.contact a.fa {
    color: #fff;
    font-size: 17px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #f7f7f7;
    text-align: center;
}

.contact a.fa.fa-facebook {
    background: #3b5998;
}

.contact a.fa.fa-twitter {
    background: #1da1f2;
}

.contact a.fa.fa-google-plus {
    background: #dd4b39;
}

.contact a.fa.fa-linkedin {
    background: #00a0dc;
}

.contact a.fa:hover {
    background: #00d2be;
    color: #ffffff;
}

/*-- //contact --*/

/*-- footer --*/

.footer_social_icons {
    background: black;
    border-top: 1px solid grey;

}

.footer {
    background: #0e151f;
}

.f-bg-w3l {
    padding: 5em 0;
}

.w3layouts_footer_grid h2,
.w3layouts_footer_grid h3 {
    font-size: 1.5em;
    color: #fff;
    position: relative;
    margin-bottom: 1em;
    letter-spacing: 2px;
}

h3.heading-agileinfo.white-w3ls {
    color: #f8b239;
    font-size: 35px;
    line-height: 48px;
}

.more-button a {
    font-size: 15px;
    background: #e709c1;
    color: #fff;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 2em;
}

.more-button a:hover {
    background: #000;
}

ul.links li {
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
}

.w3layouts_footer_grid h2 span,
.w3layouts_footer_grid h3 span {
    color: #ffcc54;
}

ul.links li a {
    color: #fff;
}

.social_agileinfo li {
    display: inline-block;
}

.social_agileinfo li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.social_agileinfo li a i {
    font-size: 1em;
    line-height: 2.4em;
}

.w3_facebook:hover {
    border: 1px solid #3b5998;
    background: #3b5998;
}

.w3_twitter:hover {
    border: 1px solid #1da1f2;
    background: #1da1f2;
}

.w3_instagram:hover {
    border: 1px solid #833ab4;
    background: #833ab4;
}

.w3_google:hover {
    border: 1px solid #dd4b39;
    background: #dd4b39;
}

.w3l_footer_nav {
    margin: 3em 0 3em;
}

.w3l_footer_nav li {
    display: inline-block;
    margin-right: 4em;
}

.w3l_footer_nav li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 2px;
}

.w3l_footer_nav li a:hover,
.w3l_footer_nav li a.active {
    color: #d71920;
}

.w3layouts_footer_grid p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 1em;
    color: #bfbfbf;
}

.greece_img {
    width: 100%;
    margin-top: 20px;
}

.career_oportunities {
    background-color: #bd2559;
    color: white;
    padding: 10px 30px;
    font-size: 1em;
    display: inline-block;
    min-width: 300px;
    margin-top: 30px;
}

.career_oportunities i {
    float: left;
    font-size: 30px;
    margin-right: 10px;
}

.career_oportunities a {
    color: white;
}

.career_oportunities a:hover {
    color: white;
    text-decoration: underline !important;
}

p.copyright {
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin-top: 0em;
    font-size: 12px;
    padding: 15px;
    text-align: center;
}

.copyright {
    background: #000000;
}

p.copyright a {
    color: #fff;
    text-decoration: underline;
}

p.copyright a:hover {
    color: #d71920;
}

p.copyright span {
    display: inline-block;
    white-space: nowrap;
}

.w3layouts_footer_grid form {
    width: 100%;
}

.w3layouts_footer_grid input[type="email"] {
    outline: none;
    padding: 12px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    width: 100%;
    background: rgba(0, 0, 0, 0.22);
    letter-spacing: 2px;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    background: #f53275;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    margin-top: .5em;
}

button.btn1:hover {
    background: #fff;
    color: #f53275;
}

ul.con_inner_text li {
    list-style-type: none;
    color: #bfbfbf;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 0px;
}

ul.con_inner_text span {
    margin-right: 13px;
}

ul.con_inner_text li a {
    color: #bfbfbf;
}

ul.con_inner_text li label {
    color: #bfbfbf;
    margin-right: 1em;
}

ul.con_inner_text.midimg li {
    display: inline-block;
    float: left;
    width: 25%;
    margin: 3px;
}

#ideas_img {
    float: left;
    margin: 0 100px 10px 0;
}

#ideas_img_container {
    max-width: 1024px;
    padding: 10px !important;
}

/*-- //footer --*/

/* new slider */
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.entry-teasers {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .entry-teasers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100vh
    }
}

.entry-teasers__item {
    display: block;
    width: 100%;
    padding-bottom: 66.6667%;
    position: relative;
    background: center center no-repeat;
    background-size: cover;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .entry-teasers__item {
        padding-bottom: 56.25%
    }
}

@media screen and (min-width: 1024px) {
    .entry-teasers__item {
        padding-bottom: 100vh
    }
}

.entry-teasers__item .entry-teasers__item__image {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.entry-teasers__item .entry-teasers__item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.entry-teasers__item .entry-teasers__item__body:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%)
}

@media screen and (min-width: 768px) {
    .entry-teasers__item .entry-teasers__item__body {
        padding-bottom: 64px
    }
}

@media screen and (max-width: 1023px) {
    .entry-teasers__item .entry-teasers__item__body {
        background-image: none !important
    }
}

@media screen and (min-width: 1024px) {
    .entry-teasers__item .entry-teasers__item__body {
        padding: 0 30px 80px;
        background: center center no-repeat;
        background-size: cover
    }
}

.entry-teasers__item .entry-teasers__item__text {
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .entry-teasers__item .entry-teasers__item__text {
        font-size: 35px;
    }
}

.entry-teasers__item .entry-teasers__item__text::after {
    display: block;
    margin: 13px auto 0;
    width: 150px;
    height: 2px;
    content: ' ';
    background: #D71920;
}

.entry-teasers__item .entry-teasers__item__button-container {
    display: block;
    width: 100%;
    max-height: 0;
    opacity: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition: margin-top 0.25s, max-height 0.25s, opacity 0.25s ease-in-out;
    transition: margin-top 0.25s, max-height 0.25s, opacity 0.25s ease-in-out
}

@media screen and (min-width: 1024px) {
    .entry-teasers__item:hover .entry-teasers__item__button-container, .entry-teasers__item:active .entry-teasers__item__button-container {
        margin-top: 40px;
        max-height: 50px;
        opacity: 1
    }
}

.entry-teasers__item .button {
    margin: 0
}

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8000;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.top-bar.top-bar--basic {
    position: absolute;
    background-color: transparent;
    border-color: transparent;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.top-bar__inner {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    max-width: 1600px;
}

.top-bar__inner::after, .top-bar__inner::before {
    display: table;
    content: ' ';
    clear: both;
}

.top-bar__logo {
    display: block;
    margin: 0 auto;
    width: 128px;
    height: 80px;
    padding-top: 24px
}

.top-bar--basic .top-bar__logo {
    width: 240px;
}

@media screen and (max-width: 960px) {
    #nav_container {
        margin: 50px auto auto auto;
    }

    img.top-bar__logo--simple {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (min-width: 961px) {

    .top-bar__inner {
        height: 120px;
        padding-top: 40px
    }

    .top-bar__logo {
        margin-left: 2.5%;
        float: left;
        padding-top: 0
    }

    .top-bar--show .top-bar__logo .top-bar__logo--positive, .top-bar--open-nav .top-bar__logo .top-bar__logo--positive {
        display: block
    }

    .top-bar--show .top-bar__logo .top-bar__logo--simple, .top-bar--open-nav .top-bar__logo .top-bar__logo--simple {
        display: none
    }

    .top-bar--basic .top-bar__logo {
        width: 290px;
    }
}

@media screen and (min-width: 1024px) {
    .top-bar__logo {
        margin-left: calc(2.5% + 26px)
    }
}

.top-bar__logo img {
    display: block;
    width: 100%;
    height: auto
}

.top-bar__logo .top-bar__logo--positive {
    display: none
}

.top-bar .top-icons {
    margin-top: -210px;
    margin-right: 20px;
}

.top-bar .top-icons a {
    color: white !important;
}

.entry-teasers__item .entry-teasers__item__button-container {
    display: block;
    width: 100%;
    max-height: 0;
    opacity: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transition: margin-top 0.25s, max-height 0.25s, opacity 0.25s ease-in-out;
    transition: margin-top 0.25s, max-height 0.25s, opacity 0.25s ease-in-out;
}

.entry-teasers__item .button {
    margin: 0;
}

.entry-teasers__item .entry-teasers__item__button-container .button {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    display: table;
    margin: auto;
    width: 100%;
    max-width: 150px;
    padding: 11px 32px 9px;
    border: 3px solid #D71920;
    background: transparent;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s ease-in-out;
    transition: color 0.25s, background-color 0.25s, border-color 0.25s ease-in-out;
    will-change: color, background-color, border-color;
}

.entry-teasers__item .entry-teasers__item__button-container .button:hover {
    background-color: #D71920;
}

@media screen and (min-width: 481px) {
    .button {
        display: inline-block;
        width: auto;
    }
}

/* end new slider*/


/*-- Responsive --  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

@media (max-width: 1920px) {
    .bottom_middle {
        /*padding: 4.54em 0;*/
    }

    .view .mask, .view .content {
        padding: 1em 3.5em;
    }
}

@media (max-width: 1680px) {
    .bottom_middle {
        /*padding: 3.3em 0;*/
    }

    .view .mask, .view .content {
        padding: 1em 2.2em;
    }

    .rslides_tabs {
        bottom: 10%;
    }
}

@media (max-width: 1600px) {
    .bottom_middle {
        /*padding: 2.38em 0;*/
    }

    .view .mask, .view .content {
        padding: 1em 1.7em;
    }
}

@media (max-width: 1500px) {
    .rslides_tabs {
        bottom: 5%;
    }
}

@media (max-width: 1440px) {
    .bottom_middle {
        margin-top: 2%;
        margin-bottom: 20px;
    }

    .team_grid1 h4 {
        font-size: 25px;
    }

    #typed {
        font-size: 2.5em;
    }

    p.typing_bottom {
        width: 85%;
        margin: 1.55em auto;
    }

    span.glyphicon.glyphicon-play-circle {
        font-size: 50px;
    }

    .view .mask, .view .content {
        padding: 1em 1em;
    }

    .bottom_middle {
        /*padding: 2.23em 0;*/
    }

    .rslides_tabs {
        bottom: 2%;
    }

}

@media (max-width: 1366px) {
    .logo a h1 {
        font-size: 3.3em;
    }

    .logo label {
        padding: 8px 18px;
    }

    .slider-info h4 {
        font-size: 2.8em;
    }

    .top-nav {
        margin-top: 17px;
    }

    .top-icons ul {
        /*margin-top: 12px;*/
    }

    .agile_banner_text_info h2, .agile_banner_text_info h3 {
        font-size: 3.5em;
        letter-spacing: 2px;
    }

    p.typing_bottom {
        width: 90%;
        margin: 1.2em auto;
    }

    .bottom_middle {
        /*padding: 1.85em 0;*/
    }

    .w3l_social_icons ul li a i {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .about, .services, .team, .portfolio, .contact {
        padding: 4em 0;
    }

    h3.heading {
        font-size: 43px;
    }

    .team_grid1 h4 {
        font-size: 24px;
    }

    ul#slider3-pager {
        bottom: 0 !important;
    }

    ul#slider3-pager li {
        float: left;
        margin-right: 5px;
    }

}

@media (max-width: 1280px) {
    #ideas_img {
        margin-right: 50px;
    }

    .logo a h1 {
        font-size: 3.2em;
        letter-spacing: 2px;
    }

    .agile-top-header {
        top: 2%;
    }

    .top-nav {
        margin-top: 14px;
    }

    .slider-info h4 {
        font-size: 2.6em;
    }

    .rslides_tabs {
        bottom: 25%;
    }

    p.typing_bottom {
        width: 80%;
        margin: 1em auto;
    }

    #typed {
        font-size: 2em;
    }

    span.glyphicon.glyphicon-play-circle {
        font-size: 40px;
        margin: .5em 0 0;
    }

    .bottom_middle {
        /*padding: 1.5em 0;*/
    }

    .team_grid1 h4 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .numscroller {
        font-size: 40px;
    }

    .w3l_team_grid {
        padding: 0 5px;
    }

    .team_grid1 p {
        font-size: 14px;
        letter-spacing: .5px;
    }

    .team_grid1 p.second_para {
        font-size: 14px;
    }

    .w3l_team_grid h4 {
        font-size: 1.2em;
    }

    .w3l_team_grid p {
        font-size: .9em;
    }

    .view .mask, .view .content {
        padding: 1em 1.3em;
    }

}

@media (max-width: 1100px) {
    nav.linkEffects.linkHoverEffect_12 ul li a span {
        font-size: .85em;
        letter-spacing: 0px;
    }
}

@media (max-width: 1080px) {
    #ideas_img {
        margin-right: 10px;
    }

    #about .second_p {
        display: none;
    }

    .about_left h4 {
        font-size: 18px;
        line-height: 30px;
    }

    p.typing_bottom {
        width: 90%;
        font-size: 14px;
    }

    .bottom_middle h4 {
        font-size: 20px;
    }

    .bottom_middle {
        /*padding: .5em 0;*/
    }

    span.glyphicon.glyphicon-play-circle {
        font-size: 35px;
        margin: .3em 0 0;
    }

    p.typing_bottom {
        margin: .65em auto;
    }

    .team_grid1 {
        padding: 0 1em 0 3em;
    }

    .stats-grid {
        padding: 0px 0;
    }

    .view .mask, .view .content {
        padding: 1em 0.6em;
    }

    .w3l_social_icons ul li a i {
        width: 33px;
        height: 33px;
        line-height: 33px;
    }

    .contact-form-left {
        padding-right: 6em;
    }

    .f-bg-w3l {
        padding: 3em 0;
    }

    .w3layouts_footer_grid p {
        font-size: 13.5px;
    }

    h3.heading {
        font-size: 38px;
    }

    .w3layouts-contact-form-top h3, .contact-form-top h3, .w3agile-map h3, .agileits-contact-address h3 {
        font-size: 1.2em;
    }

    .cli-ent {
        width: 75%;
        margin: 0 auto;
    }

}

@media (max-width: 1024px) {

    #ideas_img_container img,
    #img_elite {
        float: none !important;
        display: table;
        margin: auto !important;
        max-height: 400px;
    }

    .header_content {
        background-size: cover;
    }

    p.typing_bottom {
        width: 95%;
        font-size: 14px;
    }

    .team_grid1 {
        padding: 2em !important;
    }

    .numscroller {
        font-size: 35px;
    }

    .stats-agileinfo h6 {
        font-size: 18px;
    }

    .stats-icon span {
        font-size: 35px;
    }

    .view .mask, .view .content {
        padding: 1em 0.45em;
    }

    p.typing_bottom span {
        display: none;
    }

    .bottom_middle {
        /*padding: .85em 0;*/
    }

    .team_grid1 h4 {
        font-size: 23px;
        letter-spacing: 1px;
    }

    .view .mask, .view .content {
        padding: 1em 0.3em;
    }

    .logo a h1 {
        font-size: 2.9em;
        letter-spacing: 1px;
    }

    .agile-top-header {
        top: 3%;
    }

    .top-icons ul li {
        font-size: 1.5em;
    }

    .slider-info h4 {
        font-size: 2.4em;
    }

    .slider-info p, .slider-info h6 {
        letter-spacing: 3px;
    }

    ul#slider3-pager li a img {
        width: 58px;
        height: 58px;
    }

    #slider3-pager a {
        padding: 3px;
    }

    .rslides_tabs li {
        float: right;
        margin-bottom: 0px;
        margin-right: 5px;
    }

    .rslides_tabs {
        bottom: 22%;
        right: 6%;
    }

    .about, .services, .team, .portfolio, .contact {
        padding: 0;
    }

}

@media (max-width: 991px) {

    #bottom_left_grid,
    #bottom_right_grid {
        display: none;
    }

    .ser_grid1 {
        width: 50%;
        float: left;
        margin-bottom: 4em;
    }

    .ser_grid1:nth-child(3), .ser_grid1:nth-child(4) {
        margin-bottom: 0em;
    }

    .bottom_middle {
        /*padding: 3em 6em;*/
    }

    .team_grid1 {
        padding: 0 0em 0 2em;
        width: 33%;
        float: left;
    }

    .gal-w3l {
        width: 33.33%;
        float: left;
    }

    .w3l_team_grid {
        padding: 0 15px;
        width: 25%;
        float: left;
        margin-bottom: 2em;
    }

    .w3l_team_grid:nth-child(4), .w3l_team_grid:nth-child(5) {
        margin-bottom: 0em;
    }

    .w3layouts_footer_grid {
        width: 50%;
        float: left;
        margin-bottom: 3em;
    }

    .w3layouts_footer_grid:nth-child(3), .w3layouts_footer_grid:nth-child(4) {
        margin-bottom: 0em;
    }

    .view .mask, .view .content {
        padding: 1em 2em;
    }

    .about_left {
        padding-left: 15px;
    }

    .cli-ent {
        width: 90%;
        margin: 0 auto;
    }

    .bottom_left, .bottom_right {
        padding: 0;
        width: 30%;
        margin: 0 auto;
    }

    .slider-info h4 {
        font-size: 2.3em;
    }

    .rslides_tabs {
        bottom: 5%;
    }

    .w3l_team_grid {
        padding: 0 15px !important;
        width: 25% !important;
        float: left !important;
        margin-bottom: 2em !important;
    }

}

@media (max-width: 920px) {

    #ideas_img_container {
        font-size: .9em;
    }

    .linkHoverEffect_12 a {
        padding: 11px 5px;
    }
}

@media (max-width: 900px) {
    .team_grid1 h4 {
        font-size: 20px;
    }

    .view .mask, .view .content {
        padding: 1em 1.4em;
    }

}

@media (max-width: 835px) {
    nav.linkEffects.linkHoverEffect_12 ul li a span {
        font-size: .8em;
    }
}

@media (max-width: 800px) {
    .linkHoverEffect_12 a {
        padding: 11px 2px;
    }

    .team_grid1 {
        padding: 0em 4em 3em;
        width: 100%;
        float: none;
    }

    .team_grid1 p {
        border-bottom: 1px solid grey;
        margin-bottom: 10px;
    }

    .team .team_grid1 {
        width: 100%;
    }

    .stats-grid {
        padding: 0px 0;
        width: 25%;
        float: left;
    }

    .view .mask, .view .content {
        padding: 1em 0.5em;
    }

    .ser_grid1 span.glyphicon {
        font-size: 35px;
        margin-bottom: 0em;
    }

    .w3layouts_footer_grid h2, .w3layouts_footer_grid h3 {
        font-size: 1.3em;
        letter-spacing: 1px;
    }

    .about, .services, .team, .portfolio, .contact {
        padding: 3em 0;
    }

    .logo a h1 {
        font-size: 2.7em;
    }

    .agile-top-header {
        left: 10%;
    }

    .slider-info h4 {
        font-size: 2em;
    }

    nav.navbar.navbar-default {
        right: 5px;
    }

    .slider-info p {
        font-size: 1em;
    }

    .slider-info h6 {
        font-size: 0.9em;
    }

    ul#slider3-pager li a img {
        width: 50px;
        height: 50px;
    }

    .rslides_tabs {
        bottom: 11%;
    }

    h3.heading {
        font-size: 25px;
    }

    h4 {
        font-size: 18px !important;
        letter-spacing: 1px !important;
    }

}

@media (max-width: 768px) {

    .w3l_team_grid {
        padding: 0 10px;
    }

    .logo a h1 {
        font-size: 2.6em;
    }

    .top-icons ul li {
        /*margin-left: 4px;*/
        font-size: 1.1em;
    }

    .slider-info h4 {
        font-size: 1.8em;
    }

    #slider3-pager a {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .view .mask, .view .content {
        padding: 1em 0.3em;
    }

    .contact-form-left {
        padding-right: 0em;
    }

    .linkHoverEffect_12 a {
        padding: 9px 15px;
    }

    nav.linkEffects.linkHoverEffect_12 ul li a span {
        font-size: 1em;
    }

    nav.linkEffects.linkHoverEffect_12 ul li {
        margin: 12px 0px;
        text-align: center;
        display: block;
    }

    nav.linkEffects.linkHoverEffect_12 ul {
        background: #0d346f;
        padding: 10px 0px;
        text-align: center;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none !important;
    }

    #nav_container {
        display: block;
    }

    /*.top-nav {*/
    /*    margin-top: 7px;*/
    /*    float: left;*/
    /*    width: 80%;*/
    /*}*/
    nav.navbar.navbar-default {
        right: -1px;
    }

    .top-icons ul li {
        /*margin-left: 6px;*/
        font-size: 1.2em;
    }

    .top-icons {
        margin-top: 0;
    }

    .navbar-toggle {
        float: none !important;
        position: absolute !important;
        top: 0;
        right: 0;
    }

    ul#slider3-pager {
        bottom: 0 !important;
    }

}

@media (max-width: 736px) {
    .view .mask, .view .content {
        padding: 1em 0.7em;
    }

    .w3l_team_grid {
        padding: 0 5px;
    }

    p.para-w3-agile {
        font-size: 14px;
    }

    ul#slider3-pager li a img {
        width: 46px;
        height: 46px;
    }

    .slider-info h4 {
        font-size: 1.6em;
    }

    .top-nav {
        width: 79%;
    }
}

@media (max-width: 667px) {
    .about_left p, .about_left p.second_para, .ser_grid1 p {
        font-size: 14px;
    }

    .ser_grid1 a {
        font-size: 14px;
    }

    .ser_grid1 span.glyphicon {
        font-size: 30px;
    }

    .view .mask, .view .content {
        padding: 1em 0.5em;
    }

    .w3l_social_icons ul li a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .w3l_team_grid h4 {
        font-size: 1.1em;
    }

    .social_agileinfo li a {
        width: 35px;
        height: 35px;
    }

    .social_agileinfo li a i {
        font-size: .9em;
        line-height: 2.3em;
    }

    .bottom_left, .bottom_right {
        width: 40%;
    }

    .bottom_middle {
        /*padding: 3em 4em;*/
    }

    h3.heading {
        font-size: 35px;
        margin-bottom: .7em;
    }

    .logo a h1 {
        font-size: 2.4em;
    }

    .top-nav {
        width: 77%;
    }

    .rslides_tabs {
        bottom: 4%;
    }

}

@media (max-width: 640px) {
    .logo a h1 {
        font-size: 2.3em;
    }

    .top-nav {
        width: 76%;
    }

    .slider-info h4 {
        font-size: 1.5em;
    }

    .slider-info p {
        font-size: 0.9em;
    }

    .slider-info h6 {
        font-size: 0.8em;
    }

    ul#slider3-pager li a img {
        width: 40px;
        height: 40px;
    }

    .rslides_tabs {
        bottom: 6%;
    }

}

@media (max-width: 600px) {
    #ideas_img {
        height: 400px;
    }

    .bottom_middle {
        /*padding: 2em 2em;*/
    }

    .stats-agileinfo h6 {
        font-size: 16px;
    }

    .w3l_team_grid {
        padding: 0 15px;
        width: 50%;
    }

    .view .mask, .view .content {
        padding: 1em 4em;
    }

    p.para-w3-agile {
        font-size: 14px;
    }

    .agile-dish-caption h4 {
        margin: 0.5em 0;
    }

    .w3layouts_footer_grid {
        padding: 0 10px;
    }

    .logo a h1 {
        letter-spacing: 0px;
    }

    .top-nav {
        width: 74%;
    }

    .rslides_tabs {
        bottom: 7%;
    }

    .slider-info p, .slider-info h6 {
        letter-spacing: 2px;
    }

    .logo label {
        padding: 6px 16px;
    }

    .top-nav {
        margin-top: 1px;
    }

    ul#slider3-pager li a img {
        width: 38px;
        height: 38px;
    }

    .rslides_tabs {
        bottom: 3%;
    }

    nav.linkEffects.linkHoverEffect_12 ul {
        padding: 11px 0px;
    }
}

@media (max-width: 568px) {
    .logo img {
        width: 60%;
    }

    p.typing_bottom {
        width: 100%;
    }

    .stats-icon span {
        font-size: 30px;
    }

    .numscroller {
        font-size: 30px;
    }

    .view .mask, .view .content {
        padding: 1em 3.5em;
    }

    ul.con_inner_text li {
        letter-spacing: 0.5px;
    }

    ul.con_inner_text li label {
        margin-right: 0em;
    }

    .bottom_left, .bottom_right {
        width: 50%;
    }

    ul#slider3-pager li a img {
        width: 37px;
        height: 37px;
    }

    nav.linkEffects.linkHoverEffect_12 ul li {
        margin: 10px 0px;
    }

    .top-nav {
        width: 75%;
    }

    .top-icons ul li {
        margin-left: 5px;
        font-size: 1.1em;
    }

    .rslides_tabs {
        bottom: 2%;
    }

    .slider-info {
        display: none;
    }

    .top-icons {
        /*margin-top: -60px;*/
    }

}

@media (max-width: 480px) {
    #ideas_img {
        height: 200px;
    }

    #typed {
        font-size: 1.8em;
    }

    .about_left h4 {
        font-size: 16px;
        line-height: 28px;
    }

    .about_left p, .about_left p.second_para, .ser_grid1 p {
        font-size: 13.5px;
    }

    .view .mask, .view .content {
        padding: 1em 2em;
    }

    .cli-ent {
        width: 90%;
    }

    .contact-form-left {
        padding-right: 0em;
    }

    .w3layouts_footer_grid {
        width: 100%;
        float: none;
        margin-bottom: 3em;
    }

    .w3layouts_footer_grid:nth-child(3) {
        margin-bottom: 3em;
    }

    .left span.fa.fa-angle-left, .right span.fa.fa-angle-right {
        top: 41%;
    }

    .logo a h1 {
        font-size: 2.2em;
    }

    .top-nav {
        width: 90%;
    }

    .slider-info {
        top: 46%;
    }

    .slider-info h4 {
        font-size: 1.4em;
    }

    .slider-info p {
        line-height: 2;
    }

    ul#slider3-pager li a img {
        width: 32px;
        height: 32px;
    }

    .rslides_tabs {
        bottom: -1%;
    }

    .top-icons ul li {
        font-size: 1.1em;
    }

    .top-icons ul {
        /*margin-top: -37px;*/
    }

    .agile-dish-caption {
        padding: 0.5em;
    }

    .agile-dish-caption span {
        font-size: 0.8em;
    }
}

@media (max-width: 414px) {
    .ser_grid1, .ser_grid1:nth-child(3) {
        width: 100%;
        float: none;
        margin-bottom: 3em;
    }

    .bottom_middle {
        /*padding: 2em 1em;*/
    }

    #typed {
        font-size: 1.6em;
    }

    .bottom_middle h4 {
        font-size: 18px;
    }

    .team_grid1 {
        padding: 0em 2em 2em;
    }

    .stats-grid {
        padding: 0px 0px;
        width: 50%;
        float: left;
        margin-bottom: 3em;
    }

    .stats-grid:nth-child(3), .stats-grid:nth-child(4) {
        margin-bottom: 0em;
    }

    .gal-w3l {
        width: 50%;
        float: left;
    }

    .view .mask, .view .content {
        padding: 1em 1em;
    }

    h3.heading {
        font-size: 30px;
        margin-bottom: .7em;
    }

    .logo a h1 {
        font-size: 2.1em;
    }

    .logo label {
        padding: 5px 15px;
    }

    .navbar-toggle {
        padding: 7px 7px !important;
    }

    .navbar-toggle .icon-bar {
        width: 19px !important;
    }

    .top-nav {
        width: 89%;
    }

    .slider-info h4 {
        font-size: 1.3em;
    }

    .slider-info p {
        line-height: 1.5;
    }

    .slider-info p, .slider-info h6 {
        letter-spacing: 1px;
    }

    .slider-info {
        top: 50%;
        left: 10%;
    }

    ul#slider3-pager li a img {
        width: 28px;
        height: 28px;
    }

    .top-icons ul {
        /*margin-top: -35px;*/
    }

}

@media (max-width: 384px) {
    .about_left {
        padding: 0 10px;
    }

    p.typing_bottom {
        font-size: 13.5px;
    }

    .w3l_team_grid {
        padding: 0 10px;
        width: 50%;
    }

    .view .mask, .view .content {
        padding: 1em .8em;
    }

    p.para-w3-agile {
        font-size: 13px;
        line-height: 25px;
    }

    h3.heading {
        font-size: 30px;
    }

    .bottom_left, .bottom_right {
        width: 80%;
    }

    .agile-dish-caption h4 {
        margin: 0.5em 0 0;
    }

    .slider-info h4 {
        font-size: 1.3em;
        letter-spacing: 0px;
    }

    .slider-info p {
        line-height: 1.2;
        letter-spacing: 0px;
    }

    .top-nav {
        margin-top: 0px;
    }

    .slider-info p {
        font-size: 0.85em;
    }

}

@media (max-width: 375px) {
    #typed {
        font-size: 1.5em;
    }

    .bottom_left, .bottom_right {
        width: 100%;
    }

    .logo a h1 {
        font-size: 2em;
    }

    .slider-info p {
        font-size: 0.85em;
    }

    .slider-info {
        top: 51%;
    }

    #slider3-pager a {
        padding: 2px;
    }

    .top-icons ul {
        /*margin-top: -34px;*/
    }

}

@media (max-width: 320px) {
    .agileits_w3layouts_banner_nav {
        padding: .5em 0em 0;
    }

    .about_left {
        padding: 0 5px;
    }

    .about_left h4 {
        font-size: 15px;
        line-height: 26px;
    }

    .about_left p, .about_left p.second_para, .ser_grid1 p {
        font-size: 13px;
    }

    #typed {
        font-size: 1.3em;
    }

    .w3l_team_grid {
        padding: 0 10px;
        width: 100%;
        float: none;
    }

    .left span.fa.fa-angle-left, .right span.fa.fa-angle-right {
        top: 38%;
    }

    .team_grid1 h4 {
        font-size: 19px;
    }

    .view .mask, .view .content {
        padding: 1em 4em;
    }

    .logo a h1 {
        font-size: 1.8em;
    }

    .logo label {
        padding: 3px 13px;
    }

    .slider-info h4 {
        font-size: 1.2em;
    }

    .slider-info p {
        font-size: 0.8em;
    }

    .slider-info p, .slider-info h6 {
        letter-spacing: 1px;
        line-height: 1;
    }

    .navbar-toggle {
        margin-top: 0px !important;
    }

    .slider-info {
        top: 49%;
    }

    ul#slider3-pager li a img {
        width: 24px;
        height: 24px;
    }

    .rslides_tabs {
        bottom: -5%;
        right: 5%;
    }

    .top-icons ul li {
        margin-left: 1px;
        font-size: 1em;
    }

    .top-icons ul {
        /*margin-top: -32px;*/
    }

    .slider-info {
        left: 9%;
    }
}

/*-- //Responsive --*/

