html,
body {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    margin: 0;
}

p,
ul li,
ol li {
    margin: 0;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

input[type="submit"],
input[type="reset"],
a {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

img {
    width: 100%;
}

/*-- banner --*/
.banner-1 {
    background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
    position: relative;
    min-height: 350px;
}

.banner {
    background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
    position: relative;
}

.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* -- TOP HEADER */
.top-middle li {
    display: inline-block;
}

.top .top-left,
.top .top-middle,
.top .top-right {
    padding: 0px;
}

.top-left li {
    display: inline-block;
    color: #fff;
    margin-right: 2em;
    letter-spacing: 1px;
}

.top {
    padding: 15px 0;
    background: rgba(33, 33, 33, 0.66);
    background: #ff4d0b;
}

.top-middle {
    text-align: right;
}

.top-left p {
    color: #fff;
    font-size: 16px;
    margin-top: 3px;
}

.top-left i.fa {
    margin-right: 2px;
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
}

.top-middle li {
    margin-left: 15px;
}

.top-middle .fa-facebook {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}

.top-middle .fa-facebook:hover {
    background: #527dbd;
    color: #ececec;
    border: 1px solid #527dbd;
}

.top-middle .fa-twitter {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}

.top-middle .fa-twitter:hover {
    background: #1da1f2;
    color: #ececec;
    border: 1px solid #1da1f2;
}

.top-middle .fa-google-plus {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}

.top-middle .fa-google-plus:hover {
    background: #dd4b39;
    color: #ececec;
    border: 1px solid #dd4b39;
}

.top-middle .fa-linkedin {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}

.top-middle .fa-linkedin:hover {
    background: #0077b5;
    color: #ececec;
    border: 1px solid #0077b5;
}

.top-middle i.fa {
    /* border: 1px solid #fff; */
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* -- //TOP HEADER */
/*-- Top-Bar --*/
.top-bar {
    background: rgb(255, 77, 11, 0.86);
    background: #fff;
    padding: 10px 0;
}

/*-- Logo --*/
.logo {
    width: 60%;
    float: left;
}

.logo a {
    font-size: 40px;
    font-weight: bolder;
    color: #EEE;
}

.logo a:hover {
    color: #FFF;
}

/*-- //Logo --*/
/*-- Info --*/
.info {
    width: 40%;
    float: left;
    padding-top: 20px;
}

.info .email,
.info .phone {
    width: 50%;
    float: left;
}

.info p {
    color: #EEE;
    font-size: 13px;
}

.info a {
    color: #FFF;
}

.info a:hover {
    color: #009688;
}

.info span.glyphicon {
    margin-right: 5px;
}

.navbar-brand {
    line-height: 0px !important;
}

.navbar-brand {
    float: none;
}

nav.linkEffects.linkHoverEffect_12 ul {
    margin-top: 6px;
}

.dropdown-menu>li>a {
    padding: 0px;
    color: #fff;
}

/*-- //Info --*/
.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    float: right;
}

.navbar-default {
    background: none;
    border-color: rgba(103, 80, 31, 0);
}

.navbar-default .navbar-brand {
    color: #ffffff !important;
    font-size: 35px;
    font-weight: 600;
    text-decoration: none;
}

a.navbar-brand img {
    display: inline-block;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding: 0;
    float: left;
    margin-left: 20em;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
    text-decoration: none;
}

a.navbar-brand span {
    color: #146eb4;
}

.navbar {
    position: relative;
    min-height: inherit;
}

.navbar-header {
    margin-top: 5px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;

    color: rgb(255, 77, 11);
    background: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    color: rgb(255, 77, 11);
    position: relative;
}

.navbar-default .navbar-nav>li.active::before {
    content: '';
    display: block;
    background: #fff;
    background: #ff4d0b;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(10px);
    opacity: 1;
}

.navbar-default .navbar-nav>li::before {
    content: '';
    display: block;
    background: #fff;
    background: #ff4d0b;
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10px);
    opacity: 1;
    transition: all .3s;
}

.navbar-default .navbar-nav>li:hover::before {
    width: 100%;
}

.navbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.navbar-right {
    float: none !important;
    margin-right: 0;
    margin-left: 0em;
}

.navbar-nav {
    float: right !important;
    margin: 6px 0 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    color: #ff4d0b;
}

.nav>li>a,
.agile_short_dropdown li a {}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff ! important;
    color: #ff4d0b ! important;
    background-color: rgba(76, 76, 76, 0) ! important
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.24) ! important;
    background-color: rgba(0, 0, 0, 0.5) ! important;
}

ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 4em;
    right: 27px ! important;
    min-width: 90px;
}

div.dropdown-menu {
    background: rgba(0, 0, 0, 0.6) ! important;
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 4em;
    /* right: 27px ! important; */
    right: 0;
    /* left: 50% ! important; */
    /* transform: translateX(-50%); */
    min-width: 90px;
}

.dropdown-menu .pd-part {
    color: #fff;
    padding-bottom: 10px;
}

.dropdown-menu .pd-part .pd-title {
    background: #ff4d0b;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 10px;
}

.dropdown-menu .pd-part .pd-item {
    line-height: 28px;
    cursor: pointer;
    transition: all .3s;
    padding: 0 10px;
}

.dropdown-menu .pd-part .active a {
    color: #ff4d0b;
}

.dropdown-menu .pd-part .pd-item a:hover {
    color: #ff4d0b;
}

.dropdown-menu .pd-part .pd-item a {
    font-size: inherit;
    display: block;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: rgba(0, 0, 0, 0.24) ! important;
    color: #fff ! important;
}

.w3_agile_login {
    float: right;
}

.w3_agile_login a i {
    padding: .5em .7em;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    margin-top: 1em;
}

.navbar-nav>li>a {
    padding: 0px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active.open>a {
    color: #f62b2b;
}

.agile_short_dropdown li a {
    padding: 8px 20px;
    color: #fff;
    text-align: center;
}

.agile_short_dropdown li a:before {
    content: '';
    display: none;
}

/* Effect 15: scale down, reveal */
.cl-effect-15 a {
    color: #ffffff;
    text-shadow: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
}

.cl-effect-15 a::before {
    color: #ffffff;
    color: #f62b2b;
    /* content: attr(data-hover); */
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

nav#cl-effect-15 ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}

/*-- header-contact --*/
.agileits-contact-info {
    float: left;
    width: 33%;
    margin-top: 10px;
}

.agileits-contact-info ul li {
    display: inline-block;
    font-size: 15px;
}

.agileits-contact-info ul li span {
    left: -0.5em;
    color: #168eea;
    font-size: 14px;
}

.agileits-contact-info ul li:nth-child(2) {
    margin-left: 25px;
}

.agileits-contact-info ul li a {
    color: #000;
    vertical-align: text-bottom;
}

.agileits-contact-info ul li a:hover {
    color: #139596;
}

/*-- header-contact --*/
/*-- //Top-Bar --*/
/*-- w3-banner --*/
.w3-banner {
    padding: 13em 0 17em 0;
    text-align: center;
}

.banner-dott {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}

.banner-dott1 {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    padding: 3em 0;
}

.w3-banner p {
    width: 55%;
    margin: 1em auto;
    font-size: 1em;
    letter-spacing: 1px;
    color: #fff;
    line-height: 30px;
}

#typer {
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 2.8em !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.top-banner-right {
    float: right;
}

.w3ls-phone {
    float: left;
}

.top-banner-right ul {
    padding: 0;
    margin: 0;
}

.top-banner-right ul li {
    display: inline-block;
    margin: 0 1em;
}

.top-banner-right ul li:nth-child(4) {
    margin-right: 0;
}

.top-banner-right ul li a {
    color: #fff;
    font-size: 1.2em;
}

.top-banner-right ul li a:hover {
    color: #CDDC39;
}

.w3ls-phone h2 {
    color: #FFFFFF;
    font-size: 1.2em;
    margin: 0;
    text-align: center;
    font-weight: 300;
}

i.fa.fa-phone {
    margin-left: 10px;
    color: #FFEB3B;
}

/*-- w3-banner --*/
/*-- bootstrap-modal-pop-up --*/
.modal-header {
    font-size: 2em;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-weight: 600;
    letter-spacing: 4px;
}

.close {
    opacity: 1;
}

.modal-body p {
    color: #999;
    text-align: left;
    padding: 2em 2em 1em;
    margin: 0 !important;
    line-height: 2em;
    font-size: 14px;
}

.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #212121;
}

.modal-body {
    padding: 0;
}

.modal-body img {
    padding: 0em 2em 0 2em;
}

.modal-content {
    border-radius: 0;
}

button.close {
    font-size: 1.5em;
    color: #000;
    outline: none;
}

/*-- //bootstrap-modal-pop-up --*/
/* about */
h3.wthree_head {
    text-align: center;
    font-size: 40px;
    color: #f7622a;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* heading style */
i.fa.fa-scissors {
    position: absolute;
    right: 49%;
    bottom: 100%;
    color: #cc4141;
}

/* //heading style */

/*-- clients--*/
.clients {
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}

.clients h3 {
    color: #fff;
}

.clients label.line {
    background: #fff;
}

.clients h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 35px;
}

.flex-active-slide p {
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-style: italic;
    width: 40%;
    margin: 30px auto;
    letter-spacing: 2px;
    font-size: 15px;
}

.client h5 {
    font-size: 25px;
    color: #f7622a;
}

/*-- //clients--*/
/*-- services-bottom --*/
.services-bottom {
    background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
}

.services-bottom h3 {
    text-align: center;
    font-size: 2em;
    text-transform: capitalize;
    line-height: 1.5em;
    color: #fff;
}

.services-bottom h3 i {
    color: #f56f19;
    padding-right: 1em;
}

.wthree-agile-counter {
    padding: 5em 0;
}

/*-- counter--*/
.agile_count_grid_left {
    float: left;
    width: 25%;
    text-align: center;
}

.agile_count_grid_left span,
.agile_count_grid_right p {
    font-size: 2em;
}

.agile_count_grid_right {
    float: left;
    margin-left: 0em;
    width: 60%;
    text-align: center;
}

.agile_count_grid_left span.glyphicon.glyphicon-thumbs-up {
    font-size: 1.7em;
    line-height: 40px;
}

.agile_count_grid_left span.glyphicon.glyphicon-user {
    font-size: 1.7em;
    line-height: 40px;
}

.agile_count_grid_left span.glyphicon.glyphicon-heart-empty {
    font-size: 1.7em;
    line-height: 40px;
}

span.fa.fa-trophy {
    font-size: 1.7em;
    line-height: 45px;
}

.agile_count_grid_right p {
    color: #f7622a;
    font-weight: bold;
}

.w3_agile_stats_grid h4 {
    font-size: 1.3em;
    color: #fff;
    margin: 1em 0 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    text-align: center;
}

.agile_count_grid_left span {
    color: #fff;
    top: 5px;
}

.w3_agile_stats_grid {
    background: rgba(221, 223, 226, 0.23);
    padding: 2em 1em;
}

/*-- //counter--*/
/*-- advantages --*/
p.w3layouts_dummy_para {
    font-size: 1.5em;
    color: #140b05;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 3.5em;
}

h3.w3l-titles:after {
    right: 34%;
    top: 120%;
    background: #fff;
}

h3.w3l-titles:before {
    left: 34%;
    background: #fff;
}

.w3_two_grid_left {
    padding: 0;
}

.w3_two_grid_right {
    padding: 0 4em 0;
}

.w3_two_grid_right h3 {
    font-size: 2em;
    color: #fff;
    text-transform: capitalize;
}

.w3_two_grid_right p.w3layouts_dummy_para {
    margin: 1em 0;
    color: #003743;
    line-height: 2em;
}

.w3_two_grid_right1:nth-child(2) {
    padding: 2em 0;
}

.w3_two_grid_right_grid1 {
    width: 65px;
    height: 65px;
    text-align: center;
    border: 1px solid #f7622a;
}

.w3_two_grid_right1:hover .w3_two_grid_right_grid1 {
    background: #f7622a;
}

.w3_two_grid_right1:hover .w3_two_grid_right_grid1 i {
    color: #fff;
}


.w3_two_grid_right_grid1 i {
    font-size: 1.3em;
    color: #f7622a;
    line-height: 3.1em;
}

.w3_two_grid_right_gridr h4 {
    color: #140b05;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.w3_two_grid_right_gridr p {
    color: #999999;
    line-height: 2em;
    min-height: 6em;
}


h3.w3l-titles,
h2.w3l-titles {
    display: inline-block;
    font-size: 1.8em;
    text-align: center;
    position: relative;
    color: #f7622a;
}

h3.w3l-titles:before,
h3.w3l-titles:after,
h2.w3l-titles:before,
h2.w3l-titles:after {
    content: " ";
    background: #000;
    position: absolute;
    width: 8%;
    height: 2px;
}

.sub-title {
    margin-top: 5px;
    font-size: 1rem;
    position: relative;
}

.sub-title::before {
    content: " ";
    background: linear-gradient(to bottom, transparent, rgba(247, 98, 42, .2));
    position: absolute;
    width: calc(100% + 40px);
    height: 1em;
    border-radius: 1em;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 40%);
}

.clients .sub-title::before {
    content: " ";
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2));
    position: absolute;
    width: 120%;
    height: 1em;
    border-radius: 1em;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 40%);
}

h3.w3l-titles:before,
h3.w3l-titles:after,
h2.w3l-titles:before,
h2.w3l-titles:after {
    content: " ";
    background: transparent;
    position: absolute;
    width: 8%;
    height: 2px;
}

h3.w3l-titles:before,
h2.w3l-titles:before {
    left: 36%;
}

h3.w3l-titles:after,
h2.w3l-titles:after {
    right: 36%;
    top: 106%;
}

.two-grids {
    padding: 5em 0;
}

/*-- //advantages --*/
/*-- about --*/
.about {
    padding: 5em 0;
}

.agileits-heading h3 {
    color: #2f2f2f;
    margin: 0;
    font-size: 3.5em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-weight: 400;
    text-transform: Uppercase;
}

.w3l-about-grids {
    margin: 5em 0 0 0;
}

.icon-left {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    padding: 1.2em 0 0 0;
    margin-right: 1.5em;
}

.icon-right {
    float: left;
    width: 80%;
}

.icon-left i.fa {
    color: #f7622a;
    font-size: 2em;
}

.icon-left i.iconfont {
    color: #f7622a;
    font-size: 2em;
}

.icon-right h5 {
    color: #140b05;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 1em 0;
}

.icon-right p {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}

.agileits-icon-grid:nth-child(2) {
    margin: 2em 0;
}

/* Radial Out */
.hvr-radial-out {
    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;
    background: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f7622a;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: #FFFFFF;
}

.agileits-icon-grid:hover div.hvr-radial-out:before {
    -webkit-transform: scale(2);
    transform: scale(2);
    color: #FFFFFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-icon-grid:hover i.fa {
    color: #FFFFFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-icon-grid:hover i.iconfont {
    color: #FFFFFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.w3ls-about-right-img {
    background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 470px;
}

/*-- //about --*/
/*-- services --*/
.services {
    padding: 5em 0;
}

.agile-heading h3 {
    text-align: center;
}

.wthree-services {
    padding: 15px;
}

.wthree-services-grids,
.agileinfo-gallery,
.agile-team-grids,
.wthree-news-grids,
.agile-contact-form {
    margin: 4em 0 0 0;
}

.wthree-services-grid {
    overflow: hidden;
    position: relative;
    display: block;
    box-shadow: 0 0px 1px rgb(107, 107, 107), 0 1px 2px rgba(0, 0, 0, .24);
}

.wthree-services-info {
    padding: 4em 0;
    background: #FFFFFF;
    text-align: center;
}

.wthree-services-info i,
.wthree-services-info i.fa.fa-money,
.wthree-services-info i.fa.fa-comment-o,
.wthree-services-info i.fa.fa-scissors,
.wthree-services-info i.fa.fa-thumbs-o-up,
.wthree-services-info i.fa.fa-bell-o,
.wthree-services-info i.fa.fa-sun-o,
.wthree-services-info i.fa.fa-credit-card,
.wthree-services-info i.fa.fa-bullhorn {
    color: #212121;
    font-size: 3em;
}

.wthree-services-info h4 {
    color: #212121;
    font-size: 1.2em;
    margin: 1em 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

.w3ls-border {
    width: 20%;
    margin: 3em auto 0;
    /* border: double 4px #000; */
    background: rgba(255, 77, 11, 0.12);
    height: 8px;
    position: relative;
    border-radius: 8px;
}

.w3ls-border::before {
    content: '';
    display: block;
    height: 3px;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FF4D0BFF;
    border-radius: 3px;
}

.wthree-services-captn {
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0 3em;
    align-items: center;
    justify-content: center;
    display: flex;
    top: -100%;
    right: 0;
    background-color: #F7622A;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wthree-services-captn h4 {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0;
}

.wthree-services-captn p {
    font-size: .9em;
    /* margin-top: 1em; */
    color: #fff;
    line-height: 1.8em;
    text-align: center;
}

.wthree-services-grid:hover .wthree-services-captn {
    /* display: block; */
    top: 0%;
}

.services-grids1 {
    margin: 2em 0 0 0 !important;
}

.wthree-top-grid h4 {
    color: #212121;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.wthree-top-grid p {
    color: #777;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

.agileits-about-top {
    padding: 0 0 5em;
}

/*-- //services --*/
/*-- about --*/
.agileits-top-heading {
    padding: 2em 0;
    text-align: center;
}

.agileits-top-heading h2 {
    color: #FFFFFF;
    font-size: 3em;
    margin: 0;
    font-family: 'Pacifico', cursive;
}

.main-textgrids {
    padding: 4em 0;
}

.main-textgrids img {
    width: 100%;
}

.ab-text p {
    line-height: 1.8em;
    margin: 0 0 1em 0;
    font-size: 0.9em;
    color: #999999;
}

ul.ab {
    padding: 0;
}

ul.ab li {
    list-style-type: none;
    margin: 0 0 1em;
}

ul.ab li a {
    color: #999999;
    line-height: 1.8em;
    font-size: 0.9em;
    text-decoration: none;
}

.statements {
    margin-top: 4em;
}

ul.ab li a:hover {
    color: #ffae00;
}

.statements p {
    line-height: 1.8em;
    margin-bottom: 4%;
    margin-top: 3%;
    font-size: 0.9em;
    color: #777;
}

.mission h4 {
    text-align: left;
    color: #ffae00;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 0;
    font-weight: 800;
}

/*-- different --*/
.ab-agile {
    margin-top: 5em;
}

.agileinfo-team-grids {
    margin-top: 5em;
}

.different {
    background: url(../images/2.jpg)no-repeat center 0px fixed;
    background-size: cover;
    padding: 5em 0;
}

.different h3 {
    color: #FFFFFF;
    text-align: center;
    color: #ffae00;
    text-transform: uppercase;
    margin: 0 0 .5em;
    font-size: 2.8em;
    letter-spacing: 1px;
}

.w3agile-different-info p {
    text-align: center;
    margin: 3em auto 0;
    font-size: .9em;
    color: #FFFFFF;
    width: 73%;
    line-height: 1.8em;
}

.w3agile-button {
    margin: 3em 0 0 0;
    text-align: center;
}

.w3agile-button a {
    border: solid 1px #ffae00;
    color: #FFFFFF;
    font-size: 1em;
    padding: .5em 1em;
    text-decoration: none;
    background: #ffae00;
}

.w3agile-button a:hover {
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    background: none;
}

/*-- //different --*/
/*-- team --*/
.team {
    background: #f5f5f5;
    padding: 5em 0;
}

.wthree-team-grid img {
    width: 100%;
}

.wthree-team-grid-info {
    padding: 1em;
    background: #FFFFFF;
    text-align: center;
}

.wthree-team-grid h4 {
    font-size: 1.2em;
    color: #ffae00;
    margin: 0;
    font-weight: 600;
}

.wthree-team-grid p {
    margin: .5em 0;
    color: #999999;
    font-size: .9em;
}

.team-social-grids ul {
    padding: 0;
    margin: 0;
}

.team-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}

.team-social-grids ul li a {
    text-align: center;
}

.team-social-grids ul li a i.fa {
    height: 30px;
    width: 30px;
    border: solid 2px #FFFFFF;
    line-height: 29px;
    background: none;
    color: #b2b2b2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.team-social-grids ul li a i.fa.fa-facebook:hover {
    border: solid 2px #3b5998;
    background: #3b5998;
    color: #FFFFFF;
}

.team-social-grids ul li a i.fa.fa-twitter:hover {
    border: solid 2px #55acee;
    background: #55acee;
    color: #FFFFFF;
}

.team-social-grids ul li a i.fa.fa-rss:hover {
    border: solid 2px #f26522;
    background: #f26522;
    color: #FFFFFF;
}

/*-- //team --*/
/* copyright */
.copyright ul li {
    display: inline-block;
    padding: 0 10px;
}

a.facebook {
    color: #fff;
    font-size: 16px;
}

/*-- //copyright --*/
.agile_map_grid ul li a,
.agileits_w3layouts_footer_grid ul li a {
    color: #fff;
    text-decoration: none;
}

.agileits_w3layouts_footer_grid ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
}

.agileits_w3layouts_footer_grid ul li span {
    font-weight: 600;
}

/*-- footer --*/
.footer {
    background: #212121;
    padding: 5em 0;
}

.agileits_w3layouts_footer_grid {
    border-left: 1px solid #fff;
    /* padding-left: 3em; */
}

.agileits_w3layouts_footer_grid h3 {
    font-size: 1.2em;
    color: #f7622a;
    text-transform: capitalize;
    margin-bottom: 1em;
}

.agileits_w3layouts_footer_grid p {
    color: #fff;
}

.agileits_w3layouts_footer_grid p i {
    display: block;
    font-style: normal;
    margin: .5em 0 0;
}

.w3_agileits_footer_grids {
    margin: 2em 0 0;
}

.w3_agileits_footer_grid p {
    color: #fff;
    line-height: 2em;
}

.w3_agileits_footer_grid h3 {
    font-size: 1.2em;
    color: #f7622a;
    text-transform: capitalize;
    /* padding-left: 3em; */
    position: relative;
}

.logo-wrap .img-wrap {
    position: relative;
    /* padding-left: 2em; */
    font-size: 1.5em;
    display: flex;
    align-items: center;
    color: #f7622a;
    margin-bottom: 0.4em;
}

.logo-wrap .img-wrap:before,
.w3_agileits_footer_grid h3:before {
    /* content: '----'; */
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
}

.w3_agileits_footer_grid h4 {
    font-size: 1em;
    letter-spacing: 2px;
    color: #fff;
    margin: 1.5em 0 1em 0;
    text-transform: uppercase;
}

.w3_agileits_footer_grid ul li {
    display: block;
    color: #999;
}

.w3_agileits_footer_grid ul li span {
    font-weight: 600;
    display: inline-block;
}

.w3_agileits_footer_grid ul li:first-child {
    margin-bottom: .5em;
}

.w3_agileits_footer_grid form {
    padding: 10px 20px;
    border: 1px solid #fff;
    margin: 1.5em 0 0;
}

.w3_agileits_footer_grid input[type="email"] {
    outline: none;
    border: none;
    color: #fff;
    font-size: 14px;
    width: 73%;
    background: none;
    font-weight: bold;

}

.w3_agileits_footer_grid input[type="submit"] {
    outline: none;
    border: none;
    width: 25%;
    background: #f7622a;
    padding: 7px 6px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}





.logo-wrap img {
    height: 40px;
    width: initial;
    display: block;
}

.wthree_copy_right {
    padding: 1.5em 0;
    background: #0a0b0c;
    background: #ff4d0b;
    text-align: center;
}

.wthree_copy_right p {
    color: #fff;
    line-height: 2em;
    letter-spacing: 2px;
    font-size: 14px;
}

.wthree_copy_right p a {
    color: #f7622a;
    color: #fff;
    text-decoration: noen;
}

.wthree_copy_right p a:hover {
    color: #fff;
}

/*-- //footer --*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //to-top --*/
/*-- gallery --*/
.w3ls_gallery_grids {
    padding-top: 1em;
}

.agile_gallery_grid {
    margin-top: 2em;
}

.agile_gallery_grid1 {
    position: relative;
}

.w3layouts_gallery_grid1_pos {
    background: #b06010;
    bottom: 45px;
    left: 45px;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: 45px;
    text-align: center;
    top: 45px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.w3layouts_gallery_grid1_pos h3 {
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 1em 0 .5em;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
    color: #212121;
}

.w3layouts_gallery_grid1_pos p {
    color: #fff;
    line-height: 2em;
    letter-spacing: 1px;
}

.agile_gallery_grid:hover .w3layouts_gallery_grid1_pos {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}

.banner-bottom.gallery {
    padding: 5em 0;
}

p.quia {
    font-size: 1.2em;
    color: #140b05;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*-- //gallery --*/
.agileinfo_social_icons {
    float: right;
    margin: 0.5em 0em 0 0;
}

.agileits_social_list li {
    display: inline-block;
    margin-right: 5px;
}

.agileits_social_list li a {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    border-radius: 25px;
}

.agileits_social_list li a i {
    line-height: 2.4em;
}

.agileits_social_list li a:hover {
    color: #b06010;
    border: 2px solid #b06010;
    background: none;
}

a.w3_agile_facebook {
    background: #3b5998;
    border: 2px solid #3b5998;
}

a.agile_twitter {
    background: #1da1f2;
    border: 2px solid #1da1f2;
}

a.w3_agile_dribble {
    background: #ea4c89;
    border: 2px solid #ea4c89;
}

a.w3_agile_vimeo {
    background: #f26522;
    border: 2px solid #f26522;
}

/*-- contact --*/
.typo,
section.contact-w3ls,
.w3_wthree_agileits_icons {
    padding: 5em 0;
}

section.contact-w3ls p.contact-agile1 {
    font-size: 1em;
    letter-spacing: 1px;
    padding-bottom: 2em;
    color: #000;
}

section.contact-w3ls p.contact-agile1 strong {
    letter-spacing: 1.5px;
    color: #efa60f !important;
    font-size: 1em;
    font-weight: 500;
}

section.contact-w3ls p.contact-agile1 a {
    color: #000;
}

section.contact-w3ls h4 {
    font-size: 1.6em;
    letter-spacing: 1px;
    color: #f7622a;
    padding: 1em 0;
}

section.contact-w3ls p.contact-agile2 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px;
    line-height: 30px;
    color: #ffce14;
    text-align: center;
}

section.contact-w3ls label.contact-p1 {
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
    padding-bottom: 10px;
}

.form-group {
    margin-bottom: 2em;
}

section.contact-w3ls p.help-block {
    color: #ff0500 !important;
}

section.contact-w3ls input#name,
section.contact-w3ls input#email,
section.contact-w3ls input#phone {
    height: 50px;
}

section.contact-w3ls input#name,
section.contact-w3ls input#email,
section.contact-w3ls input#phone {
    font-size: 1em;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    border-color: #000;
    padding: 0.8em;
}

section.contact-w3ls button.btn.btn-primary {
    color: #fff;
    background-color: #212121;
    border: 2px solid #212121;
    font-size: 1.2em;
    padding: .5em;
    outline: none;
    width: 100%;
    letter-spacing: 1px;
    border-radius: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

section.contact-w3ls button.btn.btn-primary:hover {
    background-color: #f7622a;
    border: 2px solid #f7622a;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.book_date input::-webkit-input-placeholder {
    color: #fff !important;
}

.book_date input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

.book_date input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

.book_date input:-ms-input-placeholder {
    color: #fff !important;
}

.footer-icons-agileinfo {
    margin: 3em 0;
}

.w3l-map iframe {
    width: 100%;
    height: 500px;
    margin-top: 0;
    outline: none;
    border: none;
}

.w3l-map {
    padding: 12px;
    border: 10px solid #f7622a;
}

h4.w3l-contact {
    margin-bottom: 1.5em;
}

.con-top {
    margin-top: 4em;
}

/*-- //contact --*/
/*-- icons --*/
.codes a {
    color: #999;
}

.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

.icon-box:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.icon-box:hover i.fa {
    color: #fff !important;
}

.icon-box:hover a.agile-icon {
    color: #fff !important;
}

.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

h3.icon-subheading {
    font-size: 28px;
    color: #f7622a !important;
    margin: 30px 0 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222222;
    font-weight: 600;
    letter-spacing: 2px;
}

.icons a {
    color: #999;
}

.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

/*-- //icons --*/
.w3_wthree_agileits_icons.main-grid-border {
    padding: 5em 0;
}

/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

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;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
    margin-bottom: 1em;
    color: #f7622a;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.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 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.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>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.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;
}

/*-- //typography --*/
.typo {
    padding: 5em 0;
}

.pd-wrap .pd-tip {
    grid-gap: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.pd-wrap .pd-tip .pd-item {
    width: 10em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.pd-wrap .pd-tip .pd-item img {
    width: 46px;
    height: 46px;
    margin-bottom: 1em;
}

.pd-wrap .pd-tip .pd-item .name {
    color: #000000;
    font-weight: 700;
}

.pd-wrap .pd-tip .pd-item p {
    color: #000000;
    opacity: 0.5;
    white-space: nowrap;
}

.mb13 {
    margin-bottom: 1.3em;
}

.content-center {
    text-align: center;
}

.yycj-wrap {
    background: #fbefea;
    color: #F7622A;
    flex-wrap: wrap;
    padding: 2em 0;
}

.yycj-wrap .con {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.yycj-wrap .l {
    width: 25em;
    justify-content: center;
}

.about-desc-wrap .slide,
.yycj-wrap .slide {
    position: relative;
    width: 64px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #F7622A;
    margin-top: 2em;
}

.about-desc-wrap .slide::before,
.yycj-wrap .slide::before {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 16px;
    border-radius: 20px;
    background: #F7622A;
    bottom: 1px;
    left: 1px;
}

.about-desc-wrap .slide {
    position: relative;
    width: 64px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .2);
    margin: 2em auto;
}

.about-desc-wrap .slide::before {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 16px;
    border-radius: 20px;
    background: #ffffff;
    bottom: 1px;
    left: 1px;
}

.yycj-wrap .l .yycj-title {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

.yycj-wrap .l p {
    font-size: 1em;
}

.yycj-wrap img {
    width: 35em;
}

.flex10 {
    display: grid;
    display: flex;
    grid-gap: 10px;
}

.flex {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-row-center {
    display: flex;
    justify-content: center;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.banner-wrap {
    height: 29em;
}


.banner-wrap .project-wrap img {
    height: initial;
}

.banner-wrap .project-wrap {
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.project-title {
    font-size: 2.2em;
}

#project-subtitle {
    font-size: 1em;
    margin: 1em 0;
}

#project-code {
    display: inline-block;
    padding: 0 20px;
    line-height: 1.8em;
    height: 1.8em;
    background: #FF4D0B;
    border-radius: 2em;
    font-size: 0.8em;
}

.banner2-wrap {
    height: 374px;
    background: url(../images/about/banner2.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.banner2-wrap .container {
    height: 100%;
    color: #fff;

}

.culture-content-wrap {
    position: relative;
    margin-top: 3em;
}

.culture-content-wrap .l {
    width: 50%;

}

.culture-content-wrap .r {
    width: 50%;
    padding: 2em;
    background: #F7622AFF;
    color: #fff;
    justify-content: center;
}

.culture-content-wrap .r p {
    font-size: 0.8em;
}

.culture-content-wrap .culture-filter {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.culture-content-wrap .culture-filter1 {
    width: 220px;
}

.culture-content-wrap .culture-filter2 {
    width: 120px;
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);

}

.tc {
    text-align: center;
}

.about-desc-wrap {
    justify-content: center;
}

.about-desc-wrap p {
    margin-bottom: 10px;
}

.introduce-list-wrap {
    justify-content: space-between;
    flex-wrap: wrap;
}

.introduce-list-wrap .introduce-item {
    width: 150px;
}

.introduce-list-wrap .introduce-item img {
    width: 30px;

}

.introduce-list-wrap .introduce-item p {
    white-space: nowrap;
    margin: 10px 0 0 0;
}

.introduce-list-wrap .introduce-item span {
    font-weight: 700;
    font-size: 1.8em;
    color: #FF4D0B;

}

#system-feature-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex {
    display: flex;
}

.gp10 {
    grid-gap: 10px;
}

.flex-row-center {
    display: flex;
    align-items: center;
}

.flex-row-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-row-center-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-row-center-around {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-column-center-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

a {
    text-decoration: none;
    transition: 0.1s;
    color: #000;
}

a :hover {
    text-decoration: none;
    transition: 0.1s;
}