body, h1, h2, h3, h4, h5, h6, html, p {
    letter-spacing: 1px;
}
body, h1, h2, h3, h4, h5, h6, html, p, ul {
    padding: 0;
    margin: 0;
}
.row, body, html, p, ul {
    margin: 0;
}
.cd-header-buttons, .cd-header-buttons li {
    display: inline-block;
}
.gallery-box, .team-grids, img.zoom-img:hover {
    overflow: hidden;
}
#toTop, .copyrightbottom a, a:hover, body a, body a:focus, body a:hover, button.btn1, footer ul li a {
    text-decoration: none;
}
body, html {
    font-family: Lato, sans-serif;
    background-color: #fff;
}
body a {
    outline: 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
input[type=button], input[type=submit], input[type=email], input[type=text], input[type=tel], input[type=password], select, textarea {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}
h1 a.navbar-brand, p {
    font-family: Lato, sans-serif;
}
img.img-responsive {
    width: 100%}
ul {
    list-style-type: none;
}
.clr {
    color: #fff;
}
.lft {
    text-align: left;
}
.rigt {
    text-align: right;
}
#typer, .w3-banner, .wthree-ser i {
    text-align: center;
}
.cd-main-header {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    top: 0;
    right: 0;
}
.cd-nav-trigger, .cd-search-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}
.cd-search-trigger::after, .cd-search-trigger::before {
    content: '';
    position: absolute;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-search-trigger::before {
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
}
.cd-search-trigger::after {
    height: 3px;
    width: 8px;
    background: #fff;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.cd-search-trigger span::after, .cd-search-trigger span::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -moz-transition: opacity .3s, -moz-transform .3s;
    transition: opacity .3s, transform .3s;
}
.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::after, .cd-search-trigger.search-is-visible::before {
    -moz-opacity: 0;
    opacity: 0;
}
.cd-search-trigger.search-is-visible span::after, .cd-search-trigger.search-is-visible span::before {
    -moz-opacity: 1;
    opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-search {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.newsletter, .team-grids, .testi-left, .testi-text {
    position: relative;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background: #212121;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 1em;
    padding: 1em 2em;
    color: #fff;
}
.cd-search input::-webkit-input-placeholder {
    color: #fff!important;
}
.cd-search input::-moz-placeholder {
    color: #fff!important;
}
.cd-search input:-moz-placeholder {
    color: #fff!important;
}
.cd-search input:-ms-input-placeholder {
    color: #fff!important;
}
.cd-search input:focus {
    outline: 0;
}
.cd-search.is-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.center-container {
    padding: 2em 0 48em;
    background: rgba(0, 0, 0, .44);
}
ul.navbar-nav {
    padding: 0;
}
h1 a.navbar-brand {
    padding-top: 0;
    font-size: 23px;
    color: #ff3d00!important;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 0;
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 15px;
    padding: 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.agileits-services-row-2, a.w3-buttons {
    margin-top: 40px;
}
nav.navbar.navbar-toggleable-md.navbar-light {
    padding: 0;
    background: rgba(255, 255, 255, 0);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .open>.nav-link {
    color: #ff3d00;
}
.navbar {
    padding: 0;
}
.banner1 {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 350px;
}
.main_section_agile {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 640px;
}
.w3-banner {
    padding: 14em 0 0;
}
#typer {
    vertical-align: middle;
    color: #FFF;
    font-size: 3em!important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.w3-banner p {
    width: 60%;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 30px;
}
h5.card-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1em;
    color: #ff3d00;
}
a.blog-btn, p.card-text {
    letter-spacing: 1px;
    font-size: 15px;
}
p.card-text {
    color: #504f4f;
    line-height: 1.8em;
}
.w3ls-card {
    padding: 25px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
a.blog-btn {
    background: #ff3d00;
    padding: .5em 1.5em;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}
p.tit {
    font-size: 15px;
    color: #504f4f;
    line-height: 2em;
    width: 70%}
.ser-tp p, p.Lor {
    line-height: 1.8em;
}
h2.tittle, h3.tittle {
    font-size: 2.8em;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}
.agileits-services {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.wthree-heading h4 {
    font-size: 23px;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.wthree-ser {
    padding: 0;
}
.wthree-ser i {
    font-size: 40px;
    color: #ff3d00;
}
a.w3-buttons {
    color: #fff;
    padding: 12px 34px;
    background: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.ser-tp {
    padding: 20px;
    background: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.ser-tp:hover {
    -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .18);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .18);
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.ser-tp p {
    color: #504f4f;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.agileits-services-grids a.w3-buttons:hover, .agileits-services-row-2 .agileits-services-grids a.w3-buttons:hover {
    background: #56d25b;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
h4.card-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1em;
    color: #ff3d00;
}
h3.subheading-w3-agile {
    font-size: 40px;
    margin-bottom: 1em;
    color: #000;
}
.stat-grids p {
    font-size: 2em;
    letter-spacing: 3px;
    color: #ff3d00;
}
.stat-grids h3 {
    font-size: 1.3em;
    color: #000;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 5px;
}
.carousel-indicators {
    bottom: -65px;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 1px solid #ff3d00;
}
.stat-grids:nth-child(1), .stat-grids:nth-child(2) {
    margin-bottom: 1.5em;
}
.about-left {
    padding: 0;
}
.middle-w3l {
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.middle-w3l h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.middle-w3l p {
    color: #ececec;
    max-width: 600px;
}
.carousel-indicators .active {
    background: #ff3d00;
}
.content {
    margin-top: 20px;
}
.adjust2 {
    margin: 0;
}
.carousel-control {
    color: #fff;
    bottom: 0;
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.media-object {
    margin: 1em auto auto;
    border-radius: 50%}
.adjust1 {
    float: left;
    width: 100%;
    margin-left: 1px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #EEE;
    box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    padding: 20px;
    border-radius: 5px;
    background-color: #FFF;
}
@media screen and (max-width:768px) {
    .media-object {
    margin-top: 0;
}
}p.Lor {
    font-size: 15px;
    color: #504f4f;
}
.about-right h4 {
    font-size: 24px;
    font-weight: 600;
    color: #131212;
}
.fone {
    margin-top: 30px;
}
.carousel-control .active {
    background: #31708f;
}
.testi-text p {
    line-height: 2em;
    text-align: left;
}
.testi-left .carousel-control.left, .testi-left .carousel-control.right {
    width: 19px;
    height: 19px;
}
.testi-text1:before {
    border-left: 10px solid #ad1a0a;
    border-right: none!important;
    left: auto!important;
    right: -3%!important;
}
.testi-text h4 {
    font-size: 1.3em;
    color: #ff3d00;
    line-height: 1.5em;
    font-weight: 500;
    text-align: right;
}
.caption.testi-text span {
    font-size: 1.2em;
    margin-right: 10px;
    color: #504f4f;
}
.testi-text h4 span {
    color: #504f4f;
    display: inline-block;
    background: #919191;
    width: 44px;
    height: 1px;
    margin: 6px;
}
.testi-left {
    width: 89%;
    margin: 0 auto;
}
.modal-body p {
    font-size: 15px;
    color: #504f4f;
    line-height: 1.8em;
    padding: 20px 0;
}
h4.modal-title {
    font-size: 24px;
    color: #ff3d00;
    font-weight: 600;
    letter-spacing: 2px;
}
.list-group-item, .well, li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}
.show-grid [class*=col-]:hover {
    background: #e0e0e0;
}
.grid_3 {
    margin-bottom: 2em;
}
.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}
.label {
    border-radius: 4px;
}
.grid_5 {
    background: 0 0;
    padding: 2em 0;
}
.grid_5 h1, .grid_5 h2, .grid_5 h3, .grid_5 h4, .grid_5 h5, h3.bars, h3.hdg {
    margin-bottom: 1em;
    color: #ff3d00;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 0;
}
.badge-primary {
    background-color: #03a9f4;
}
.badge-success {
    background-color: #fb5710;
}
.badge-warning {
    background-color: #ffc107;
}
.badge-danger {
    background-color: #e51c23;
}
.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: .9em;
    margin-bottom: 1em;
    font-weight: 300;
}
.bs-docs-example {
    margin: 1em 0;
}
section#tables p {
    margin-top: 1em;
}
.tab-container .tab-content {
    border-radius: 0 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #fff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px!important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: .9em;
    color: #999;
    border-top: none!important;
}
footer ul li a:hover, footer-list i {
    color: #ffa41f;
}
.tab-content>.active {
    display: block;
    visibility: visible;
}
.label {
    font-weight: 300!important;
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}
.alert {
    font-size: .85em;
}
h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 2em;
    margin-top: .5em;
    margin-bottom: .5em;
}
li.list-group-item1 {
    line-height: 2.5em;
}
.input-group {
    margin-bottom: 20px;
}
.in-gp-tl {
    padding: 0;
}
.in-gp-tb {
    padding-right: 0;
}
.list-group {
    margin-bottom: 48px;
}
ol {
    margin-bottom: 44px;
}
h2.typoh2 {
    margin: 0 0 10px;
}
@media (max-width:768px) {
    .grid_5 {
    padding: 0 0 1em;
}
.grid_3 {
    margin-bottom: 0;
}
}@media (max-width:640px) {
    .grid_3 p, .well, li.list-group-item1, ol.breadcrumb li, ul.list-group li {
    font-size: 14px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.grid_5 h1, .grid_5 h2, .grid_5 h3, .grid_5 h4, .grid_5 h5, h3.bars, h3.hdg {
    margin-bottom: .5em;
}
.progress {
    height: 10px;
    margin-bottom: 10px;
}
.breadcrumb {
    margin-bottom: 25px;
}
.well {
    margin-bottom: 10px;
}
h2.typoh2 {
    font-size: 1.5em;
}
.label {
    font-size: 60%}
.in-gp-tl {
    padding: 0 1em;
}
.in-gp-tb {
    padding-right: 1em;
}
}@media (max-width:480px) {
    .grid_5 h1, .grid_5 h2, .grid_5 h3, .grid_5 h4, .grid_5 h5, h3.bars, h3.hdg {
    font-size: 1.2em;
}
.table h1 {
    font-size: 26px;
}
.table h2 {
    font-size: 23px;
}
.table h3 {
    font-size: 20px;
}
.label {
    font-size: 53%}
.alert, p {
    font-size: 14px;
}
.pagination {
    margin: 20px 0 0;
}
.grid_3.grid_4.w3layouts {
    margin-top: 25px;
}
}@media (max-width:320px) {
    .alert, .list-group {
    margin-bottom: 10px;
}
.grid_4 {
    margin-top: 18px;
}
h3.title {
    font-size: 1.6em;
}
.alert {
    padding: 10px;
}
ul.pagination li a {
    font-size: 14px;
    padding: 5px 11px;
}
.well {
    padding: 10px;
}
.nav>li>a {
    font-size: 14px;
}
.bs-docs-example, .table-bordered, table.table.table-striped {
    display: none;
}
}.form-group.row {
    margin-bottom: 1rem;
}
.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}
footer {
    background-color: #0e0f10;
}
footer h3 {
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
footer p, footer ul li {
    font-size: 15px;
    line-height: 1.8em;
    color: #bfbfbf;
}
footer ul li {
    display: block;
    font-weight: 400;
    margin: .7em 0;
}
footer-list i {
    padding-right: 10px;
}
footer ul li a {
    color: #bfbfbf;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 5px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
footer ul li.hd {
    color: #ff3d00;
}
.flickr-grid {
    float: left;
    width: 32%;
    margin: 0 .1em .2em;
}
.copyrighttop, button.btn1 {
    float: right;
}
.flickr-grid a img {
    width: 100%;
    padding: .3em;
    border: 1px solid #333;
}
.newsletter .email {
    background-color: #F4F4F4;
    outline: 0;
    padding: 13px 15px;
    color: #fff;
    font-size: 14px;
    width: 80%;
    background: rgba(0, 0, 0, .22);
    border: 1px solid #2d2d2d;
}
.newsletter {
    margin-top: 2em;
}
.address-grid-wthree-agileits, .address-left {
    margin: 0 auto;
    text-align: center;
}
button.btn1 {
    color: #fff;
    border: none;
    padding: 12px 0;
    text-align: center;
    background: #ff3d00;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
    width: 20%}
.copyright ul li {
    display: inline-block;
    padding: 0 10px;
}
a.facebook {
    color: #fff;
    font-size: 16px;
}
a.facebook:hover {
    color: #ff3d00;
}
.copyrightbottom {
    float: left;
}
.copyright {
    background: #141415;
    color: #fff;
    border-top: 1px solid rgba(25, 24, 24, .58);
}
.copyrightbottom p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 28px;
}
.copyrightbottom a {
    color: #ff3d00;
}
.copyrightbottom a:hover {
    color:#ffa41f;
}
.copyrighttop h4 {
    font-size: .95em;
}
.gallery-grids {
    padding: 5px;
}
.gallery-box {
    display: block;
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
.gallery-box img {
    max-width: inherit;
}
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
img.zoom-img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
}
.address-left {
    width: 80px;
    height: 80px;
    background: #ff3d00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%}
.address-grid-wthree-agileits span {
    font-size: 1.7em;
    color: #fff;
    margin-top: 27px;
}
.address-right {
    margin-top: 1.2em;
}
.address-right h6 {
    font-size: 1.1em;
    margin-bottom: .5em;
}
.contact_grid_right {
    width: 100%}
.contact_grid_right input[type=email], .contact_grid_right input[type=text], .contact_grid_right textarea, input[type=tel] {
    outline: 0;
    padding: 15px;
    font-size: 14px;
    color: #504f4f;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    margin-top: 1em;
}
.contact_grid_right input[type=email], .contact_grid_right input[type=text]:nth-child(2) {
    margin: 1em 0 0;
}
.contact_grid_right textarea {
    min-height: 150px;
    margin: 1em 0;
    resize: none;
}
.contact_grid_right input[type=reset], .contact_grid_right input[type=submit] {
    outline: 0;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    background: #0e0f10;
    width: 22%;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    font-weight: 600;
    cursor: pointer;
}
.address.row, .contact-map {
    width: 100%}
.contact_grid_right input[type=reset]:hover, .contact_grid_right input[type=submit] {
    background-color: #ff3d00;
}
.contact-left h4 {
    color: #444;
    font-size: 1em;
    margin-bottom: .5em;
    letter-spacing: 1px;
    font-weight: 700;
}
.contact-left p {
    font-size: 1em;
    letter-spacing: 1px;
}
.contact-text a {
    color: #888;
}
.contact-text a:hover {
    color: #fb383b;
}
.contact-left h6, .contact_grid_right h6 {
    font-size: 1.2em;
    color: #ff3d00;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact-map iframe {
    width: 100%;
    height: 300px;
}
.address-right a, .address-right p {
    color: #504f4f;
}
@media(max-width:1080px) {
    .input {
    max-width: 309px;
    width: calc(100% - 0em);
    vertical-align: top;
    float: left;
}
}@media(max-width:991px) {
    .contact_grids_info {
    padding: 0;
    margin-top: 1em;
}
.input {
    max-width: 100%}
span.input.input--chisato:nth-child(2) {
    margin: 0;
}
.map iframe {
    width: 100%;
    min-height: 400px;
}
}input[type=submit]:hover {
    background: #da3602;
}
@media(max-width:640px) {
    .mail_form input[type=submit] {
    width: 40%}
.mail_form textarea {
    padding: .9em;
    margin: 1.3em 0;
    min-height: 140px;
}
}@media(max-width:600px) {
    .map iframe {
    width: 100%;
    min-height: 250px;
}
}.team-grids img {
    margin: 0 auto;
    width: inherit;
    width: 100%}
.team-grids h4 {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
.team-grids h6 {
    font-size: .9em;
    font-weight: 400;
    color: #ff3d00;
    letter-spacing: 1px;
    margin: 1em 0;
}
.caption p {
    font-size: 15px;
    color: #76daff;
    letter-spacing: .6px;
    margin: 4px 0 11px;
}
.testi-text p {
    color: #504f4f;
    font-size: 15px;
}
.social-icons-section a {
    color: #636c72;
}
.social-icons-section a:hover {
    color: #76daff;
}
.team-info {
    position: absolute;
    bottom: -227px;
    margin: 0;
    left: 15px;
    background: #111213;
    border-top: 4px solid #ff3d00;
    padding: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 90%;
    text-align: center;
}
.team-grids:hover div.team-info {
    bottom: 0;
}
.team-grids:hover {
    border-color: #76daff;
}
.social-icons-section {
    margin-top: .5em;
}
.caption {
    padding: 0;
}
.team-info .social-icons-section a {
    margin: 0 .5em;
}
.banner_bottom_left h4 {
    font-size: 1.5em;
    color: #3c3c3c;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.banner_bottom_left p {
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.8em;
    color: #504f4f;
}
@media(max-width:1080px) {
    .team-grids h4 {
    font-size: 1em;
}
.team-info {
    width: 88%}
}@media(max-width:991px) {
    .team-grids h4 {
    font-size: .9em;
}
.team-info {
    width: 84%}
}@media(max-width:767px) {
    .team-grids {
    margin: 1em 0;
}
.team-info {
    width: 88%}
}@media(max-width:568px) {
    .team-info {
    width: 94%}
}@media(max-width:480px) {
    .team-info {
    width: 93%}
}@media(max-width:414px) {
    .team-info {
    width: 92%}
}@media(max-width:375px) {
    .team-info {
    width: 90%}
}@media(max-width:320px) {
    .team-info {
    width: 89%}
}#toTop, #toTopHover {
    width: 64px;
    height: 64px;
    overflow: hidden;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 1%;
    z-index: 999;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat;
    background-size: 80%}
#toTopHover {
    display: block;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
@media(max-width:1080px) {
    .banner1 {
    min-height: 300px;
}
p.tit {
    width: 100%}
.w3-banner p {
    width: 92%}
.main_section_agile {
    min-height: 580px;
}
.w3-banner {
    padding: 10em 0 0;
}
#typer {
    font-size: 2.5em!important;
}
}@media(max-width:991px) {
    div#navbarSupportedContent {
    position: absolute;
    width: 97%;
    left: 0;
    top: 49px;
    z-index: 999;
    background: #000;
}
ul.navbar-nav {
    width: 100%;
    left: 0;
    text-align: center;
    padding: 1em 0;
}
li.nav-item {
    margin: 10px 0;
}
.navbar-light .navbar-toggler {
    /* border-color: #ff3d00;
    background: #ff3d00; */
    padding: 2px 6px;
    margin-top: 5px;
    outline: 0;
    margin-right: 0;
    z-index: 9999;
    cursor: pointer;
    border-radius: 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.navbar-light .navbar-toggler:hover {
    /* background: #ff3d00; */
}
.dropdown-menu.show {
    text-align: center;
    background: #000;
}
.dropdown-item {
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #029eb7;
    text-decoration: none;
    background-color: #000;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.agile_banner_text_info h3 {
    font-size: 3em;
    letter-spacing: 2px;
}
.agile_banner_text_info p {
    width: 90%}
.agile_banner_text_info {
    top: 37%}
.rslides_tabs {
    bottom: -1%}
.w3l_header {
    font-size: 2.7em;
}
.wthree_head_section p {
    width: 100%}
.w3-services-left-grid {
    text-align: center;
    margin-bottom: 2em;
}
.ser-lef-agile:nth-child(1) {
    margin: 1em 0;
}
.stat-grids p {
    font-size: 3em;
}
.n-left h6 {
    font-size: 1.8em;
}
.dropdown-divider {
    background-color: #000;
    margin: 0;
    border-top: 1px solid #000;
}
.footer-grid:nth-child(1), .footer-grid:nth-child(2), .footer-grid:nth-child(3) {
    margin-bottom: 1.5em;
}
.copyrightbottom {
    width: 100%;
    margin-top: 1em;
}
.copyrighttop {
    width: 100%;
    text-align: center;
}
h2.tittle, h3.tittle {
    font-size: 2.5em;
}
.banner_bottom_left h4 {
    font-size: 1.3em;
    line-height: .6em;
}
.middle-w3l h2 {
    font-size: 30px;
}
#typer {
    font-size: 2.2em!important;
}
.wthree-heading h4, h5.card-title {
    font-size: 20px;
}
.w3-banner {
    padding: 9em 0 0;
}
.main_section_agile {
    min-height: 550px;
}
h5.card-title {
    letter-spacing: 1px;
}
.testi-left {
    width: 100%;
    margin: 3em auto 0;
}
}@media(max-width:800px) {
    .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
}@media(max-width:768px) {
    .banner1 {
    min-height: 270px;
}
#typer {
    font-size: 1.8em!important;
}
.main_section_agile {
    min-height: 500px;
}
.w3-banner {
    padding: 8em 0 0;
}
}@media(max-width:736px) {
    .n-left h6 {
    margin-bottom: .5em;
}
.banner_bottom_left {
    margin-top: 1.5em;
}
h5.card-title {
    font-size: 18px;
}
.w3ls-card {
    padding: 12px;
}
a.blog-btn {
    font-size: 14px;
}
.agileits-services-grids:nth-child(2) {
    margin: 1.5em 0;
}
.agileits-services-row-2 {
    margin-top: 1.5em;
}
h4.card-title {
    font-size: 17px;
}
#typer {
    font-size: 1.7em!important;
}
}@media(max-width:667px) {
    #typer {
    font-size: 1.5em!important;
}
.w3-banner p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}
.main_section_agile {
    min-height: 450px;
}
.w3-banner {
    padding: 7em 0 0;
}
}@media(max-width:640px) {
    .banner1 {
    min-height: 240px;
}
.agile_banner_text_info {
    top: 38%}
.agile_banner_text_info h3 {
    font-size: 2.5em;
}
}@media(max-width:600px) {
    h1 a.navbar-brand {
    font-size: 20px;
}
}@media(max-width:568px) {
    .banner1 {
    min-height: 210px;
}
.main_section_agile {
    min-height: 410px;
}
.w3-banner {
    padding: 6em 0 0;
}
}@media(max-width:480px) {
    .w3l_header {
    font-size: 2.3em;
    letter-spacing: 0;
}
.copyrightbottom p {
    text-align: center;
}
h2.tittle, h3.tittle {
    font-size: 2.2em;
}
h1 a.navbar-brand {
    font-size: 18px;
}
.contact_grid_right input[type=reset], .contact_grid_right input[type=submit] {
    padding: 14px 0;
    width: 37%}
#typer {
    font-size: 1.4em!important;
}
.main_section_agile {
    min-height: 390px;
}
.w3-banner {
    padding: 5em 0 0;
}
}@media(max-width:440px) {
    #typer {
    font-size: 1.2em!important;
}
.main_section_agile {
    background: url(../images/bg.jpg) -280px 0 no-repeat;
    min-height: 500px;
}
.w3-banner {
    padding: 4.5em 0 0;
}
.sub-head{
  font-size: 14px !important;
  letter-spacing: 0px !important;
  /* font-style: normal !important; */
}
}


@media(max-width:414px) {
    .banner1 {
    min-height: 180px;
}
a.navbar-brand span {
    padding-left: .1em;
    margin-left: .1em;
}
}@media(max-width:384px) {
    h1 a.navbar-brand {
    font-size: 13px;
}
.middle-w3l h2 {
    font-size: 27px;
}
.w3-banner p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
}
#typer {
    letter-spacing: 1px;
}
.about-right h4 {
    font-size: 22px;
}
}@media(max-width:375px) {
    .banner_bottom_left h4 {
    font-size: 1.2em;
}
}@media(max-width:320px) {
    .banner1 {
    min-height: 150px;
}
h1 a.navbar-brand {
    font-size: 13px;
    letter-spacing: 1px;
}
.navbar-toggler-right {
    right: 0!important;
}
h2.tittle, h3.tittle {
    font-size: 1.8em;
}
p.tit {
    line-height: 1.8em;
}
.contact-left h6, .contact_grid_right h6 {
    margin-bottom: .5em;
}
.copyright ul li {
    padding: 0 6px;
}
footer h3 {
    font-size: 1.4em;
}
.banner_bottom_left h4 {
    font-size: 1em;
}
.middle-w3l h2 {
    font-size: 21px;
}
#typer {
    font-size: 1em!important;
}
.main_section_agile {
    min-height: 330px;
    background: url(../images/bg.jpg) -380px 0 no-repeat;
}
.w3-banner {
    padding: 3em 0 0;
}
.wthree-heading h4 {
    font-size: 19px;
}
.about-right h4 {
    font-size: 18px;
}
}
