/*
Theme Name: Flusk
Theme URI: http://themewagon.com/demo/Flusk/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blur, white, one page, parallax, responsive-layout, full-width-template
Text Domain: flusk
*/


/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - Recent works
* 06.0 - Services
* 07.0 - Blog
* 08.0 - Testimonials
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global
/////////////////////////////////////////////////////////////////////*/

* {
    outline: none !important;
}

::selection {
    background-color: #475B6F;
    color: #fff;
}

div::-webkit-scrollbar {
    width: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    overflow-y: scroll;
    /* overflow: auto; */
}

body {
    color: #6a6a6a;
    background: #f1f0f0;
    overflow: hidden
}

p {
    margin: 0 0 20px 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
}

a {
    color: #4da7ca;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a:hover {
    color: #4290ae;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    color: #3A4F52;
    font-family: 'Alegreya Sans';
}

.btn {
    border-radius: 0;
}

.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}

.btn-o:hover {
    background: #3A4F52;
    color: white;
}

.btn.btn-o-white {
    border: 1px solid white;
    color: white;
    background: transparent;
}

.btn.btn-o-white:hover {
    background: white;
    color: #6a6a6a;
}


/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {
    position: relative;
    padding: 0 !important;
}

#header.header-wrapper {
    background: url(../images/welcome.JPG) no-repeat center center;
    background-size: cover;
    display: table;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    #header.header-wrapper {
        height: auto;
        min-height: 100vh;
        padding: 0px;
    }
}

#header.header-wrapper .header-wrapper-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#header .top {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 30px;
    height: auto;
    z-index: 500;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#header .top.solid {
    background: #475B6F;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .top h1 {
    margin-bottom: 0;
}

#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo,
#header .toggleDrawer {
    font-family: 'Alegreya SC';
    color: white;
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 4em;
    line-height: 48px;
    margin-bottom: 25px;
    letter-spacing: -3px;
    word-spacing: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

#header .slogan {
    text-align: center;
    background-position: center center;
    background-color: rgba(47, 79, 79, 0);
    height: fit-content;
    width: fit-content;
    font-size: 4em;
    margin-bottom: 15px;
    line-height: 1em;
    font-family: 'Nixie One';
    font-weight: bolder;
    color: rgba(255, 255, 255, 0.3);
    text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, 0.6);
}

#header .secondary-slogan {
    font-size: 3em;
    color: rgba(22, 221, 247, 0.7);
    line-height: 1em;
    font-weight: bolder;
    font-family: 'Alegreya SC';
}

#header .bottom {
    bottom: 10%;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 3;
}

#header .bottom a img {
    width: 50px;
}

#header .bottom a {
    opacity: 0.7;
}

#header .bottom a:hover {
    opacity: 1;
}


/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: rgba(35, 56, 83, 0.4);
    width: 300px;
    padding: 20px;
    z-index: 999;
}

#drawer-right h1,
#drawer-right h2 {
    color: white;
}

#drawer-right .nav-pills>li>a {
    font-size: 18px;
    border-radius: 0;
}

#drawer-right .social {
    margin-top: 30px
}

#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}

#drawer-right .social ul>li {
    display: inline-block;
}

#drawer-right .social ul>li>a:hover {
    color: white;
}


/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block {
    background: url(../images/dramatic..jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #CCCCCC;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    padding: 60px 0;
}

.content-block2 {
    background: url(../images/stock-photo-230207213.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #CCCCCC;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    padding: 60px 0;
}

.parallax {
    padding: 80px 0;
}

.block-body {
    margin-top: 60px;
}

#services {
    background-image: url(../images/two_jack.jpg);
    color: white;
}

#parallax {
    background-image: url(../images/blue_mac2.jpg);
    color: white;
}

#contact {
    background-image: url(../images/star2.jpg);
    color: white;
    background-color: #405162;
}

#parallax h1 {
    margin-bottom: 60px;
    color: white;
}


/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}

.recent-work span {
    margin-top: -18px;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.recent-work:hover {
    background-size: 200%;
    background-position: center;
}

.recent-work:hover:before,
.recent-work:hover span {
    opacity: 1;
}

.pa {
    color: white;
    width: 700px;
}

.pa:hover {
    color: rgb(236, 225, 125);
}


/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/

#services h1,
#services h2 {
    color: white;
}

.service i {
    font-size: 60px;
}

.service {
    padding: 0 25px;
}


/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/

#blog .blog-post img {
    margin-bottom: 20px;
}

#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/

#testimonials {
    text-align: center;
}

#testimonials .testimonial>img {
    border-radius: 100%;
    margin-bottom: 15px;
    width: 190px;
}

#testimonials .testimonial {
    padding: 15px;
}


/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/

#contact {
    color: white;
}

#contact h1 {
    color: white
}

.form-control-white {
    background: transparent;
    color: white;
}

.form-control-white::-webkit-input-placeholder {
    /* WebKit browsers */
    color: white;
}

.form-control-white:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
}

.form-control-white::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
}

.form-control-white:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/

#footer {
    background: #2B3E51;
    color: white;
}


/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px) {
    #header .slogan {
        font-size: 2.8em;
    }
    #header .secondary-slogan {
        font-size: 1.2em;
    }
    #header .bottom {
        bottom: 13%;
    }
    .blog-post {
        margin-bottom: 40px;
    }
    .recent-work {
        background-position: center;
    }
    .recent-work:before {
        opacity: 1;
    }
    .recent-work span {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    header .intro-text .intro-heading {
        line-height: 95px;
        font-size: 77px;
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    #drawer-right {
        padding: 10px 20px;
    }
    #drawer-right .nav-pills>li>a {
        font-size: 17px;
    }
    .nav-stacked>li+li {
        margin-top: 0;
    }
    .nav>li>a {
        padding: 8px 15px;
    }
    #drawer-right .social {
        margin-top: 5px;
    }
    #header {
        background-size: cover;
    }
}

html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

div::-webkit-scrollbar {
    width: 0;
}

modal body.modal-open {
    overflow: hidden;
}

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

a:hover {
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "microsoft yahei";
    font-weight: 600;
}

p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    color: #999;
    line-height: 2.0em;
    letter-spacing: 1px;
    text-align: justify;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}


/*-- Slider --*/

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.element::-webkit-scrollbar {
    width: 0 !important
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: -118px;
    left: 43%;
    padding: 0;
    margin: 0;
    z-index: 99;
    display: block;
    text-align: center;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 4px;
}


/*----*/

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 4px;
    width: 32px;
    display: inline-block;
    background: #fff;
    border-radius: 13px 0;
}

.callbacks_here a:after {
    background: #88d902;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: 65px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../images/arrows.png) no-repeat left top;
    transform: rotate(92deg);
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    left: 27%;
    top: 67%;
}

.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 27%;
    top: 50%;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks2_nav:active {
    opacity: 1.0;
}

.slider-info {
    z-index: 999;
    width: 50%;
    margin: 9em auto 0;
    padding: 4em 5em 4em 8em;
    background: rgba(0, 0, 0, 0.35);
}

.slider-info img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 2.5em;
}

.slider-info h3 {
    font-size: 1.6em;
    color: #e6e6e6;
    letter-spacing: 1px;
    margin-left: .2em;
    font-weight: 100;
}


/*ä¸»é¡µæ ‡é¢˜*/

.slider-info p {
    font-size: 3.0em;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
    line-height: 1.3;
    padding: .5em 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.slider-info h4 {
    font-size: 45px;
    color: #b56d10;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 7px;
}

h6 {
    margin: 0 auto;
    z-index: 999;
}

.slider-top span {
    font-weight: 600;
}


/*-- //Slider --*/


/*-- header --*/

input[type="submit"],
.w3l_header_left ul li a,
.related-post-right h4 a,
.comments-grid-right h4 a,
.reply a,
.w3_single_grid_left_grid ul li a,
ul.contact_info li a,
.w3ls_services_bottom_grid_grid_pos,
.footer-copy p a,
.w3l_services_grid h4 a,
.agileinfo_footer_grid ul li a,
.wthree_service_breadcrumb_left ul li a {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.w3l_header_left {
    float: left;
    margin: .3em 0 0;
}

.w3l_header_left ul li {
    display: inline-block;
    margin-right: 2em;
    font-size: 14px;
    color: #999;
}

.w3l_header_left ul li span {
    padding-right: 1em;
    color: #f58703;
}

.w3l_header_left ul li a {
    color: #212121;
    text-decoration: none;
}

.w3l_header_left ul li a:hover {
    color: #999;
}

.w3l_header_right {
    float: right;
}


/*-- social-icons --*/


/*--top header start here--*/

.w3ls-social-icons.text-left a {
    display: inline-block;
}

.w3ls-social-icons i {
    font-size: 15px;
    background: #333;
    padding: 8px 10px;
    color: #fff;
    border: 1px solid #333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.w3ls-social-icons i:hover {
    background: transparent;
    color: #f58703;
    border: 1px solid #f58703;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.top-header-main {
    padding: 1em 0em;
}

.header-address h6 {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
}

.logo h1 {
    font-size: 2.5em;
}


/*-- //social-icons --*/

.w3layouts_header_right {
    float: right;
    position: relative;
    width: 18%;
    margin-top: 1.5em;
}

.w3layouts_header_right input[type="search"] {
    width: 78%;
    outline: none;
    border: none;
    background: #fff;
    color: #999;
    padding: .7em 1em;
    font-size: .9em;
    float: left;
    letter-spacing: 1px;
}

.w3layouts_header_right input[type="submit"] {
    outline: none;
    border: none;
    background: #f14545 url(../images/search.png)no-repeat 15px 8px;
    color: #fff;
    padding: .6em 0;
    width: 20%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}

.slider {
    background: url(../images/b2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 840px;
}


/*-- menu-navigation --*/

.shy-menu {
    -moz-transition: all .4s cubic-bezier(.1, .7, .3, 1);
    -webkit-transition: all .4s cubic-bezier(.1, .7, .3, 1);
    -o-transition: all .4s cubic-bezier(.1, .7, .3, 1);
    -ms-transition: all .4s cubic-bezier(.1, .7, .3, 1);
    transition: all .4s cubic-bezier(.1, .7, .3, 1);
}

.shy-menu-panel ul {
    text-align: center;
}

.shy-menu-panel ul li {
    display: inline-block;
}

.shy-menu-panel ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-family: 'Bree Serif', serif;
}

.shy-menu {
    display: block;
    background-color: rgba(33, 40, 44, .1);
    color: #fff;
    position: absolute;
}

.shy-menu-hamburger,
.shy-menu {
    height: 35px;
    width: 35px;
}

.shy-menu.is-open {
    background-color: #262626;
}

.shy-menu.is-open {
    width: 100%;
}

.w3_agileits_banner_main_grid,
.shy-menu.is-open {
    height: 75px;
}

.shy-menu-panel {
    margin-left: 0px;
    display: none;
}

.is-open .shy-menu-panel {
    margin-left: 0;
    display: block;
    width: 95%;
}


/*** Hamburger ***/

.shy-menu-hamburger {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    float: right;
    margin-top: 1.4em;
}

.shy-menu-hamburger>.layer {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    overflow: hidden;
    position: absolute;
    left: 5px;
    width: 25px;
}

.shy-menu-hamburger .layer.top {
    top: 8px;
}

.is-open .shy-menu-hamburger .layer.top {
    margin-top: .58em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.shy-menu-hamburger .layer.mid {
    top: 17px;
}

.is-open .shy-menu-hamburger .layer.mid {
    opacity: 0;
    left: 0;
}

.shy-menu-hamburger .layer.btm {
    top: 26px;
}

.is-open .shy-menu-hamburger .layer.btm {
    margin-top: -.58em;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


/*-- nav-effect --*/

.link-effect-8 a {
    margin: 0.8em 2.5em 0;
    padding: 1em;
    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;
}

.link-effect-8 a::before {
    height: 2px;
    width: 100%;
    background: #797878;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.link-effect-8 a::after {
    height: 2px;
    width: 100%;
    background: #797878;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.link-effect-8 a:hover::before,
.w3layouts_menu__list li.active a::before {
    visibility: visible;
    top: 100%;
    background: white;
}

.link-effect-8 a:hover::after,
.w3layouts_menu__list li.active a::after {
    visibility: visible;
    top: 0;
    background: white;
}


/*-- //nav-effect --*/

.shy-menu-panel ul li.active a,
.link-effect-8 a:hover {
    color: #a4dd25;
}

.w3_banner_info {
    margin: 12em 0 0;
    width: 60%;
}

.w3_banner_info_grid h3 {
    font-size: 2em;
    color: #fff;
    line-height: 1.5em;
}

.w3_banner_info_grid ul li {
    display: inline-block;
    font-size: 1em;
}

.w3_banner_info_grid ul li a {
    padding: 10px 40px;
    text-decoration: none;
    font-family: 'Bree Serif', serif;
    color: #212121;
}

.w3l_contact,
.w3ls_more:hover {
    border: 2px solid #fff;
    color: #a4dd25 !important;
    background: none;
}

.w3ls_more,
.w3l_contact:hover {
    border: 2px solid #a4dd25;
    background: #a4dd25;
    color: #212121 !important;
}

.w3ls_more:focus {
    outline: none;
}

span.char3 {
    text-transform: initial;
}

.w3_banner_info_grid p {
    margin: 1em 0 4em;
    color: #fff;
    line-height: 2em;
}


/*-- //banner --*/


/*-- //header --*/

.readmore-w3 a {
    border: 5px double #171616;
    background: #f14545;
    display: inline-block;
    margin-top: 1em;
    margin-left: .3em;
    z-index: 999;
    text-decoration: none;
    color: #fff;
    font-size: .95em;
    letter-spacing: 1px;
    padding: .6em 2em;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.readmore-w3 a:hover {
    border-color: #88d902;
    background: #88d902;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}


/*--modal--*/

.modal-content img {
    width: 100%;
}

.modal-content h4 {
    color: #000;
    text-align: center;
    font-size: 2em;
    margin-bottom: .5em;
}

.modal-content h5 {
    color: #f14545;
    padding: 1em 0;
    font-size: 1.2em;
}

.modal-header {
    padding: 30px;
}


/*--//modal--*/

h1 a.w3l-logo {
    color: #fff;
    font-size: 1.2em;
    padding: .5em 0 0 2em;
    letter-spacing: 1px;
    float: left;
    position: relative;
}

h1 a.w3l-logo span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}

h1 a.w3l-logo i {
    color: #88d902;
    padding-right: .2em;
    position: absolute;
    top: -2px;
    font-size: .8em;
    left: 108px;
    transform: rotate(287deg);
}

.header-bottom {
    width: 95%;
    margin: 0 auto;
    padding-top: .7em;
}


/*-- //Banner-Slider --*/


/*-- about-slid --*/

.awards-agileinfo.agileits {
    background: url(../images/bg.jpg)no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 9em 0;
}

.w3ls_about_guage {
    text-align: center;
}

.w3ls_about_guage h4 {
    font-size: 1.5em;
    color: #0a0a0a;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: 600;
}

img.w3l-img-mk {
    position: absolute;
    top: 10%;
}


/*-- //about-slid --*/


/*-- welcome --*/

.about,
.sevices-w3layouts,
.blog,
.gallery,
.testimonials,
.agileits_w3layouts_contact,
.team.agileits {
    padding: 5em 0;
}

.about-wel {
    text-align: left;
}


/*ESE*/

h3.agile-title {
    color: #111;
    font-size: 4.0em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: 100;
}

.about-wel p {
    color: #777;
    margin: 1em 0 1.5em;
}


/*åœ¨çº¿ä½“éªŒä¸­å¿ƒ*/

.about-wel h2 {
    font-size: 2.6em;
    color: #F14545;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.about-wel ul li {
    list-style: none;
}

.about-wel ul li {
    text-decoration: none;
    color: #999;
    font-size: 1.0em;
    line-height: 1.9em;
    margin-top: 0.0em;
    display: inherit;
    letter-spacing: 1px;
}

.about-wel ul li i {
    padding-right: .7em;
    color: #88d902;
    margin-top: 0.3em;
    font-size: 1.1em;
}


/*-- //welcome --*/


/*--sevices-section--*/

.sevices-w3layouts h3.agile-title {
    color: #fff!important;
}

.sevices-w3layouts {
    background: url("../images/star.jpg") no-repeat center fixed;
    background-size: cover;
}

.sevices-w3layouts p.w-text {
    margin-top: 1em;
    text-align: center;
}

.sevices-w3layouts-row {
    margin-top: 4em;
}

.sevices-w3layouts-grids {
    /* border: 1px solid #fff; */
    padding: 3em 2em;
    width: 22.5%;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    overflow: hidden;
    text-align: center;
    background: rgba(9, 9, 9, 0.53);
}

.sevices-w3layouts-grids.sevices-w3layouts-mdl {
    margin-left: 2em;
}

.sevices-w3layouts-grids.sevices-w3layouts-mdl1 {
    margin: 0 2em;
}

.sevices-w3layouts-grids h5 {
    font-size: 1.5em;
    color: #f14545;
    letter-spacing: 1px;
}

.sevices-w3layouts-grids p {
    margin-top: 1.0em;
    margin-bottom: 0em;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
}

.sevices-w3layouts-row .social-icons {
    margin: 1em 0 0;
}


/*å®‰è£…*/

.sevices-w3layouts-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: .7s all;
    -webkit-transition: .7s all;
    -moz-transition: .7s all;
    background-color: #c8102e;
}

.sevices-w3layouts-img i {
    color: #fff;
    font-size: 4em;
    margin-top: 1em;
}

.sevices-w3layouts-grids:hover div.sevices-w3layouts-img {
    top: 100%;
}


/*--//services-section--*/


/*-- blog Section --*/

.blog-grid-w3-agileits {
    margin-bottom: 3em;
}

.blog-grid-w3-agileits:nth-child(5) {
    margin-bottom: 0px!important;
}

.blog-img1-agileits-w3layouts a {
    background: url("../images/pix4d.jpg") no-repeat 0px 0px;
    background-size: cover;
    min-height: 370px;
    display: block;
}

.blog-img2-agileits-w3layouts a {
    background: url("../images/crop.jpg") no-repeat 0px 0px;
    background-size: cover;
    min-height: 370px;
    display: block;
}

.blog-img3-agileits-w3layouts a {
    background: url("../images/modeler.jpg") no-repeat 0px 0px;
    background-size: cover;
    min-height: 371px;
    display: block;
}

.blog-img4-agileits-w3layouts a {
    background: url("../images/sarscape.jpg") no-repeat 0px 0px;
    background-size: cover;
    min-height: 370px;
    display: block;
}

.blog-img5-agileits-w3layouts a {
    background: url("../images/idlml.jpg") no-repeat 0px 0px;
    background-size: cover;
    min-height: 375px;
    display: block;
}

.blog-img6-agileits-w3layouts a {
    background: url("../images/deeplearning.jpg") no-repeat 0px 0px;
    background-size: cover;
    min-height: 370px;
    display: block;
}

.blog-info-w3layouts {
    padding: 0em 1em 3em 3em;
    text-align: left;
}


/*æ”¯æŒç»å¤§éƒ¨åˆ†*/

.para-w3-agileits {
    text-spacing: 0px;
    padding: .5em 0em 0em 0em;
}


/*ä¸Šã€å³ã€ä¸‹ã€å·¦*/

.blog-mid {
    padding: 0em 3em 3em 1em;
    text-align: right;
}


/*ENVI OneButton*/

.blog-info-w3layouts h6 a {
    text-decoration: none;
    color: #f14545;
    font-size: 3.3em;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
}


/*æ— äººæœºå›¾åƒå¤„ç†è½¯ä»¶*/

a.blog-text-w3ls {
    text-decoration: none;
    font-size: 1.7em;
    text-transform: capitalize;
    color: #37404f;
    display: inline-block;
    margin: 0.5em 0em 0.5em 0.08em;
}

.blog-info-w3layouts span {
    color: #777474;
    font-size: 14px;
}

a.blog-more-agile {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-top: 4em;
    font-size: 0.95em;
    padding: .8em 2.1em;
    background: #111;
    letter-spacing: 1px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

a.blog-more-agile:hover {
    background: #f14545;
    color: #fff;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

a.bar::after {
    width: 100px;
    height: 1px;
    background: #f14545;
    position: absolute;
    left: 0%;
    top: 110%;
    content: " ";
}

a.mid-bar::after {
    width: 100px;
    height: 1px;
    background: #f14545;
    position: absolute;
    right: 0%;
    top: 110%;
    content: " ";
}

.inner-info {
    margin-left: 0em;
    position: relative;
}

.inner-info-mid {
    margin-right: 0em;
    position: relative;
}

.blog-grid-w3-agileits.w3l-news {
    margin: 0;
}


/*--// blog Section --*/


/*-- gallery --*/

.gallery-grids.grid-mdl {
    margin-top: 2em;
}

.gallery-box {
    display: block;
    overflow: hidden;
    width: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}

.gallery-box img {
    width: 100%;
}


/*-- image-zoom --*/

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;
    overflow: hidden;
}


/*-- //image-zoom --*/


/*-- //gallery --*/


/*-- testimonials --*/

.testimonials {
    background: url(../images/bg7.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.testimonials h3.agile-title {
    color: #fff;
}


/*--/test-monials --*/

.test-review {
    padding: 2em;
    border: 1px solid #fff;
}

.test-review p {
    color: #fff;
    line-height: 2.2em;
}

.test-review img {
    margin: 0 auto;
}

.test-review img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
}

.w3_about_grid_left h6 {
    color: #EB4549;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
}

.test-monials h5 {
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: none;
    margin-top: 1em;
}

.test-review i {
    color: #fff;
    font-size: 2em;
    margin: 0 0.5em;
}

.img-agile h6 {
    font-size: 1.2em;
    color: #fff;
    margin-top: 1em;
}

.img-agile img {
    margin: 0 auto;
    border-radius: 50%;
}

.test-tooltip1:after {
    content: '';
    position: absolute;
    left: -19px;
    border-color: #fff;
    top: 40%;
    border-left: 9px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid rgba(255, 255, 255, 0.66);
    transform: rotate(90deg);
    -webkit-transform: rotate(-92deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}


/*-- //testimonials --*/


/*-- contact --*/

.w3_mail_grids textarea {
    outline: none;
    padding: 10px;
    color: #212121;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #f2f2f2;
    background: none;
    width: 97.3%;
    margin: 0 0 3em 1.1em;
    min-height: 150px;
    resize: none;
    font-weight: 600;
}

.w3_mail_grids textarea,
.w3_mail_grids input::-webkit-input-placeholder {
    color: #212121;
}

.w3_mail_grids input[type="submit"] {
    outline: none;
    padding: .2em 2em;
    letter-spacing: 2px;
    font-size: 1.1em;
    border: none;
    text-align: center;
    color: #88d902;
    margin: 0 auto;
    display: inline-block;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    background: none;
    font-weight: 500;
    margin-left: 28em;
}

.w3_mail_grids input[type="submit"]:hover {
    color: #f65a3a;
    border-bottom: 2px solid #111;
}

.w3_mail_grids input[type="text"],
.w3_mail_grids input[type="email"] {
    outline: none;
    padding: 10px;
    color: #212121;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #f2f2f2;
    background: none;
    width: 100%;
    margin-bottom: 3em;
    resize: none;
    font-weight: 600;
}


/*-- //contact --*/


/*-- footer --*/

.agileits-w3layouts-footer {
    background: #171616;
    padding: 3em 0;
}

.w3-agile-grid h5 {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 2em 0;
}

.w3-agile-grid p {
    color: #707480;
    font-size: 0.9em;
    line-height: 2em;
    margin: 0;
    letter-spacing: 1px;
}

.agileinfo-social-grids {
    margin: 2em 0 0 0;
}

.agileinfo-social-grids ul {
    padding: 0;
    margin: 0;
}

.w3ls-post-img {
    float: left;
    width: 20%;
}

.w3ls-post-img a img {
    width: 100%;
}

.w3ls-post-info {
    float: right;
    width: 75%;
}

.w3ls-post-info h6 {
    margin: 0;
    font-size: 1em;
    font-weight: 400;
}

.w3ls-post-info h6 a {
    color: #FFFFFF;
    margin: 0;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.w3ls-post-info h6 a:hover {
    color: #ff5301;
}

.w3ls-post-info h6 a:focus {
    outline: none;
    text-decoration: none;
}

.w3ls-post-info p {
    font-size: .9em;
    margin: 1em 0 0 0;
}

.w3ls-post-grid:nth-child(2) {
    margin: 1em 0;
}

.w3-address-grid {
    padding: .5em;
}

.w3-address-left {
    float: left;
    width: 10%;
}

.w3-address-left i.fa.fa-phone,
.w3-address-left i.fa.fa-envelope,
.w3-address-left i.fa.fa-map-marker {
    color: #FFFFFF;
    font-size: 1.5em;
}

.w3-address-right {
    float: right;
    width: 87%;
}

.w3-address-right h6 {
    color: #FFFFFF;
    font-size: 1em;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 400;
}

.w3-address-right p {
    margin: 1em 0 0 0;
    font-size: .9em;
}

.w3-address-right p a {
    color: #34bf49;
    text-decoration: none;
}

.w3-address-right p a:hover {
    color: #f14545;
}

.w3-address-right p span {
    display: block;
    margin: .5em 0;
}

.w3-address-grid:nth-child(2) {
    margin: 1em 0;
}

.copyright {
    padding: 1.3em 0 1em 0;
    text-align: center;
    background: #000;
}

.copyright p {
    color: #fff;
    font-size: .9em;
    margin: 0;
    letter-spacing: 2px;
}

.copyright p a {
    color: #f14545;
    text-decoration: none;
}

.copyright p a:hover {
    color: #88d902;
}

ul.social-icons3 {
    display: block;
    padding: 0;
    margin-top: 1em;
}

ul.social-icons3 li {
    display: inline-block;
}

ul.social-icons3 li a {
    display: block;
    height: 30px;
    width: 30px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    margin-right: 0.4em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}

ul.social-icons3 li a.wthree_facebook {
    background: #4D669C;
}

ul.social-icons3 li a.wthree_twitter {
    background: #1da1f2;
}

ul.social-icons3 li a.wthree_dribbble {
    background: #ea4c89;
}

ul.social-icons3 li a.wthree_behance {
    background: #0096ff;
}

ul.social-icons3 li a:hover {
    text-decoration: none;
    opacity: 0.8;
}


/*-- //footer --*/

.icon-list a i.glyphicon {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.icon-list a:hover i.glyphicon {
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transform: rotatey(360deg);
}


/*-- team --*/

.team.agileits {
    background: rgba(200, 14, 46, 1.0);
}

.team-agile-img {
    background-color: #c8102e;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-agile-img img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-agile-img:before {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-agile-img:hover {
    cursor: pointer;
}

.team-agile-img:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.team-agile-img:hover .view-caption {
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.view-caption {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    height: 19%;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}

.view-caption .w3ls-info {
    float: left;
}

.team-agile-img h4 {
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: center;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 1em;
}

.view-caption .w3ls-info p {
    color: #000;
    font-size: 1em;
}

.view-caption ul {
    float: right;
    display: inline-block;
}

.view-caption ul li {
    display: inline-block;
}

.view-caption ul li a {
    background-color: #fff;
    border-radius: 50%;
    color: #f14545;
    display: inline-block;
    margin: 0 2px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    width: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.view-caption ul li a:hover {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*-- //team --*/


/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 35px;
    height: 35px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

#toTopHover {
    width: 35px;
    height: 35px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}


/*-- //to-top --*/


/*--responsive--*/

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

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

@media(max-width: 1440px) {
    .slider-info h3 {
        font-size: 1.7em;
    }
    .slider-info p {
        font-size: 2.8em;
    }
    .readmore-w3 a {
        font-size: .8em;
    }
    .slider {
        min-height: 750px;
    }
    .slider-info {
        margin: 7.5em auto 0;
    }
    .callbacks_tabs {
        bottom: -100px;
    }
    img.w3l-img-mk {
        top: 22%;
        width: 16%;
    }
    .callbacks_nav.prev {
        top: 46%;
    }
    .callbacks_nav.next {
        top: 64%;
    }
}

@media(max-width: 1366px) {
    .w3layouts_header_right {
        width: 20%;
    }
    .slider-info {
        width: 54%;
    }
}

@media(max-width: 1280px) {
    .slider-info p {
        font-size: 2.6em;
    }
    .callbacks_nav.prev {
        top: 45%;
    }
    .callbacks_nav.next {
        top: 63%;
    }
    .callbacks_nav.next,
    .callbacks_nav.prev {
        left: 26%;
    }
    .slider-info {
        margin: 7em auto 0;
    }
    .slider {
        min-height: 680px;
    }
    .callbacks_tabs {
        bottom: -74px;
    }
    .about,
    .sevices-w3layouts,
    .blog,
    .gallery,
    .testimonials,
    .agileits_w3layouts_contact,
    .team.agileits {
        padding: 4em 0;
    }
    .about-wel h2 {
        font-size: 1.8em;
    }
    h3.agile-title {
        font-size: 3em;
    }
    .awards-agileinfo.agileits {
        padding: 7.5em 0;
    }
    img.w3l-img-mk {
        top: 25%;
        width: 13%;
    }
}

@media(max-width: 1080px) {
    .w3layouts_header_right {
        width: 24%;
    }
    .slider-info {
        width: 60%;
        margin: 5.5em auto 0;
    }
    .slider-info h3 {
        font-size: 1.5em;
    }
    .slider-info p {
        font-size: 2.5em;
    }
    h1 a.w3l-logo {
        font-size: 1.1em;
    }
    h1 a.w3l-logo i {
        top: -3px;
        left: 99px;
    }
    .callbacks_nav.next,
    .callbacks_nav.prev {
        left: 24%;
    }
    .slider {
        min-height: 640px;
    }
    .callbacks_nav.prev {
        top: 40%;
    }
    .callbacks_nav.next {
        top: 60%;
    }
    .sevices-w3layouts-grids {
        width: 22%;
    }
    .sevices-w3layouts-grids p {
        font-size: .8em;
    }
    .sevices-w3layouts-grids {
        padding: 2em 2em;
    }
    .sevices-w3layouts-img i {
        font-size: 3.6em;
    }
    h3.agile-title {
        font-size: 2.8em;
    }
    .blog-img1-agileits-w3layouts a,
    .blog-img3-agileits-w3layouts a,
    .blog-img2-agileits-w3layouts a,
    .blog-img4-agileits-w3layouts a {
        min-height: 330px;
    }
    .blog-info-w3layouts h6 a {
        font-size: 1.8em;
    }
    p {
        font-size: .9em;
    }
    .blog-info-w3layouts {
        padding: 1em 2em;
    }
    .about-wel ul li {
        font-size: .8em;
    }
    .awards-agileinfo.agileits {
        padding: 6em 0;
    }
    .gallery-grids:nth-child(3) {
        margin-bottom: 3px;
    }
    .view-caption .w3ls-info h4 {
        font-size: 1.2em;
    }
    .view-caption {
        padding: 11px 12px;
    }
    .test-review {
        padding: 2em 1.5em;
    }
    .input {
        max-width: 46%;
    }
    .w3_mail_grids input[type="submit"] {
        margin-left: 22em;
    }
    .w3-address-right p,
    .w3ls-post-info p,
    .w3-agile-grid p {
        font-size: .8em;
    }
    .w3ls-post-grid:nth-child(2) {
        margin: 1.7em 0;
    }
}

@media(max-width: 1050px) {
    .slider-info {
        width: 65%;
        margin: 5em auto 0;
    }
    .callbacks_nav.next,
    .callbacks_nav.prev {
        left: 22%;
    }
}

@media(max-width: 1024px) {
    img.w3l-img-mk {
        top: 30%;
        width: 11%;
    }
}

@media(max-width: 991px) {
    .w3layouts_header_right input[type="submit"] {
        width: 22%;
    }
    .slider-info p {
        font-size: 2.3em;
    }
    .slider-info h3 {
        font-size: 1.4em;
    }
    .slider {
        min-height: 600px;
    }
    .callbacks_tabs {
        bottom: -60px;
        left: 43%;
    }
    .come {
        margin-top: 2.5em;
    }
    .sevices-w3layouts-grids:nth-child(1),
    .sevices-w3layouts-grids:nth-child(2) {
        margin-bottom: 2.5em;
    }
    .sevices-w3layouts-grids {
        padding: 2.5em;
        float: left;
        width: 44%;
        margin: 0 .6em;
    }
    .sevices-w3layouts-img i {
        margin-top: .8em;
    }
    .blog-img1-agileits-w3layouts a,
    .blog-img3-agileits-w3layouts a,
    .blog-img2-agileits-w3layouts a,
    .blog-img4-agileits-w3layouts a {
        min-height: 360px;
    }
    .blog-info-w3layouts {
        margin-top: 1.5em;
    }
    .blog-img2-agileits-w3layouts {
        margin: 1.5em 0 2em;
    }
    .blog-img4-agileits-w3layouts {
        margin: 1.5em 0 2em;
    }
    .blog-grid-w3-agileits {
        margin-bottom: 0em;
    }
    img.w3l-img-mk {
        top: 30%;
        width: 15%;
    }
    .gallery-grids {
        padding: 0 .5em;
    }
    .col-md-5.gallery-grids {
        width: 41.75%;
        float: left;
    }
    .col-md-4.gallery-grids {
        float: left;
        width: 33.33%;
    }
    .col-md-3.gallery-grids {
        float: left;
        width: 24.8%;
    }
    .col-md-2.gallery-grids {
        float: left;
        width: 25%;
    }
    .gallery-grids.grid-mdl {
        margin-top: 1em;
    }
    .col-md-6.gallery-grids.grid-mdl {
        float: left;
        width: 20%;
    }
    .team-grids {
        width: 40%;
        float: left;
        margin: 0 2em;
    }
    .team-grids:nth-child(3),
    .team-grids:nth-child(4) {
        margin-top: 2em;
    }
    .view-caption .w3ls-info h4 {
        font-size: 1.4em;
    }
    .view-caption {
        padding: 17px 12px;
    }
    .input {
        max-width: 45%;
    }
    h3.agile-title {
        font-size: 2.6em;
    }
    .w3_mail_grids input[type="submit"] {
        margin-left: 16em;
    }
    .w3-address-right p,
    .w3ls-post-info p,
    .w3-agile-grid p {
        font-size: .9em;
    }
    .w3ls-post-grid:nth-child(2) {
        margin: 1em 0;
    }
    .w3ls-post-info {
        margin-top: 1.6em;
    }
    .w3ls-post-img {
        width: 18%;
    }
    .w3-agile-grid:nth-child(2) {
        margin: 2em 0;
    }
}

@media(max-width: 900px) {
    .w3layouts_header_right {
        width: 28%;
    }
    .slider-info {
        width: 70%;
    }
    .callbacks_nav.next,
    .callbacks_nav.prev {
        left: 20%;
    }
    .callbacks_tabs {
        left: 42%;
    }
}

@media(max-width: 800px) {
    .w3layouts_header_right {
        margin-top: 1em;
    }
    .w3layouts_header_right {
        width: 30%;
    }
    .slider-info p {
        font-size: 2em;
    }
    .slider-info h3 {
        font-size: 1.3em;
    }
    .slider-info {
        padding: 3.5em 3em 3.5em 8em;
        margin: 4em auto 0;
    }
    .slider {
        min-height: 540px;
    }
    .about,
    .sevices-w3layouts,
    .blog,
    .gallery,
    .testimonials,
    .agileits_w3layouts_contact,
    .team.agileits {
        padding: 3em 0;
    }
    img.w3l-img-mk {
        top: 3%;
        width: 14%;
    }
}

@media(max-width: 768px) {
    .test-review {
        padding: 2em 0.3em;
    }
}

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

@media(max-width: 736px) {
    .slider-info {
        width: 74%;
    }
    .callbacks_tabs {
        left: 40%;
        bottom: -55px;
    }
    .sevices-w3layouts-grids {
        padding: 2em;
        width: 43%;
        margin: 0 1em;
    }
    .test-review {
        padding: 2em 1em;
    }
}

@media(max-width: 667px) {
    h1 a.w3l-logo {
        font-size: 1em;
    }
    h1 a.w3l-logo i {
        top: 1px;
        left: 94px;
        font-size: .7em;
    }
    .w3layouts_header_right input[type="search"] {
        font-size: .8em;
    }
    .w3layouts_header_right input[type="submit"] {
        padding: .42em 0;
        background-position: 11px 6px;
    }
    .w3layouts_header_right {
        width: 32%;
    }
    .slider-info {
        width: 78%;
    }
    .slider-info p {
        font-size: 1.9em;
    }
    .slider-info h3 {
        font-size: 1.2em;
    }
    .callbacks_nav.next,
    .callbacks_nav.prev {
        left: 18%;
    }
    .callbacks_nav.prev {
        top: 36%;
    }
    .callbacks_tabs {
        left: 39%;
    }
    .sevices-w3layouts-grids {
        width: 42%;
    }
    .team-grids {
        margin: 0 1.8em;
    }
    .view-caption .w3ls-info h4 {
        font-size: 1.2em;
    }
    .view-caption {
        padding: 13px 12px;
    }
    h3.agile-title {
        font-size: 2.4em;
    }
    .input {
        max-width: 44%;
    }
    .w3_mail_grids input[type="submit"] {
        margin-left: 13em;
    }
}

@media(max-width: 640px) {
    .slider-info {
        width: 81%;
    }
    .about-wel h2 {
        font-size: 1.7em;
        letter-spacing: 2px;
    }
    .sevices-w3layouts-grids {
        margin: 0 .8em;
    }
    audio,
    canvas,
    progress,
    video {
        width: 100%;
    }
    .w3ls_about_guage h4 {
        font-size: 1.3em;
        letter-spacing: 1px;
    }
    .w3_mail_grids input[type="submit"] {
        margin-left: 12.5em;
    }
}

@media(max-width: 600px) {
    .w3layouts_header_right {
        width: 36%;
    }
    .slider-info p {
        font-size: 1.7em;
    }
    .slider-info h3 {
        font-size: 1.1em;
    }
    .readmore-w3 a {
        padding: .5em 1.2em;
    }
    .slider {
        min-height: 500px;
    }
    .callbacks_tabs {
        bottom: -50px;
    }
    .sevices-w3layouts-grids {
        width: 41%;
    }
    .blog-img1-agileits-w3layouts a,
    .blog-img3-agileits-w3layouts a,
    .blog-img2-agileits-w3layouts a,
    .blog-img4-agileits-w3layouts a {
        min-height: 320px;
    }
    .team-grids {
        margin: 0;
        width: 50%;
    }
    .img-agile h6 {
        font-size: 1em;
    }
    .input {
        max-width: 43%;
    }
    .w3_mail_grids input[type="submit"] {
        margin-left: 11em;
    }
    .w3-address-right p,
    .w3ls-post-info p,
    .w3-agile-grid p {
        font-size: .8em;
    }
    .w3ls-post-info {
        margin-top: 1em;
    }
    .copyright p {
        font-size: .8em;
    }
}

@media(max-width: 568px) {
    .slider-info {
        padding: 3em 1em 3em 8em;
    }
    .sevices-w3layouts-grids.sevices-w3layouts-mdl1 {
        margin: 0 1em;
    }
    .sevices-w3layouts-grids.sevices-w3layouts-mdl {
        margin-left: 1em;
    }
    .sevices-w3layouts-grids {
        width: 44%;
    }
    .w3_mail_grids input[type="submit"] {
        margin-left: 10em;
    }
    .sevices-w3layouts-grids:nth-child(1),
    .sevices-w3layouts-grids:nth-child(2) {
        margin-bottom: 0;
    }
    .col-md-3.sevices-w3layouts-grids:nth-child(3),
    .col-md-3.sevices-w3layouts-grids:nth-child(4) {
        margin-top: 2em;
    }
    .cont-editw3l {
        width: 100%;
    }
    .w3_mail_grids input[type="text"],
    .w3_mail_grids input[type="email"] {
        font-size: 13px;
        margin-bottom: 2em;
    }
}

@media(max-width: 480px) {
    h1 a.w3l-logo {
        font-size: .8em;
        padding: .5em 0 0 2.2em;
    }
    h1 a.w3l-logo i {
        top: -1px;
        left: 80px;
    }
    .w3layouts_header_right {
        width: 40%;
    }
    .w3layouts_header_right input[type="search"] {
        width: 70%;
    }
    .w3layouts_header_right input[type="submit"] {
        width: 25%;
    }
    .slider-info {
        padding: 3em 1em 3em 5em;
        width: 90%;
        margin: 3.5em auto 0;
    }
    .callbacks_nav.next,
    .callbacks_nav.prev {
        left: 8%;
    }
    .slider {
        min-height: 470px;
    }
    .callbacks_tabs a:after {
        width: 28px;
    }
    .callbacks_tabs {
        bottom: -45px;
        left: 37%;
    }
    .sevices-w3layouts-grids:nth-child(1),
    .sevices-w3layouts-grids:nth-child(2) {
        margin-bottom: 0;
    }
    .sevices-w3layouts-grids {
        width: 56%;
        margin: 0 5.5em;
    }
    .sevices-w3layouts-grids.sevices-w3layouts-mdl1 {
        margin: 2em 5.5em;
    }
    .sevices-w3layouts-grids.sevices-w3layouts-mdl {
        margin: 2em 5.5em 0;
    }
    .awards-agileinfo.agileits {
        padding: 6em 0 2em;
    }
    .gallery-grids:nth-child(3) {
        margin-bottom: 4px;
    }
    .view-caption .w3ls-info h4 {
        font-size: 1em;
    }
    .view-caption ul li a {
        height: 25px;
        line-height: 28px;
        width: 25px;
        font-size: .8em;
    }
    .view-caption {
        padding: 10px 12px;
    }
    .img-agile h6 {
        font-size: 1em;
        line-height: 1.4;
    }
    .input {
        max-width: 42%;
    }
    .w3_mail_grids input[type="submit"] {
        padding: .2em 1.5em;
        font-size: .9em;
        margin-left: 11em;
    }
}

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

@media(max-width: 414px) {
    .w3layouts_header_right {
        width: 86%;
        margin: 1em auto;
    }
    .w3layouts_header_right input[type="submit"] {
        width: 15%;
    }
    .slider-info {
        padding: 2em 1em 2em 6em;
        width: 90%;
        margin: 1em auto 0;
    }
    .callbacks_nav.next,
    .callbacks_nav.prev {
        left: 10%;
    }
    .callbacks_nav.prev {
        top: 28%;
    }
    .callbacks_nav.next {
        top: 54%;
    }
    .callbacks_tabs {
        bottom: -35px;
        left: 34%;
    }
    h3.agile-title {
        font-size: 2.1em;
    }
    .about-wel h2 {
        font-size: 1.5em;
        letter-spacing: 1px;
    }
    .sevices-w3layouts-grids {
        width: 69%;
        margin: 0 3.5em;
    }
    .sevices-w3layouts-grids.sevices-w3layouts-mdl1 {
        margin: 2em 3.5em;
    }
    .sevices-w3layouts-grids.sevices-w3layouts-mdl {
        margin: 2em 3.5em 0;
    }
    .blog-img1-agileits-w3layouts a,
    .blog-img3-agileits-w3layouts a,
    .blog-img2-agileits-w3layouts a,
    .blog-img4-agileits-w3layouts a {
        min-height: 240px;
    }
    .blog-info-w3layouts {
        padding: 1em 1em;
    }
    p {
        font-size: .8em;
    }
    .blog-info-w3layouts h6 a {
        font-size: 1.6em;
    }
    a.blog-text-w3ls {
        font-size: .9em;
    }
    a.blog-more-agile {
        font-size: .7em;
    }
    img.w3l-img-mk {
        top: 3%;
        width: 18%;
    }
    .gallery-grids:nth-child(3) {
        margin-bottom: 5px;
    }
    .team-grids {
        padding: 0 .5em;
    }
    .view-caption {
        padding: 9px 5px;
    }
    .input {
        max-width: 100%;
    }
    .w3ls-post-img {
        width: 21%;
    }
    .w3ls-post-info p {
        margin: .3em 0 0 0;
    }
    .w3ls-post-info {
        margin-top: .5em;
    }
    .w3-address-grid:nth-child(2) {
        margin: .5em 0;
    }
    .agileits-w3layouts-footer {
        padding: 2em 0;
    }
    .w3_mail_grids input[type="submit"] {
        margin-left: 9em;
    }
    .img-agile {
        width: 100%;
    }
    .test-review {
        width: 100%;
        margin-top: 2.5em;
    }
    .test-tooltip1:after {
        left: 48%;
        top: -10%;
        transform: rotate(90deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    .modal-content h4 {
        font-size: 1.5em;
    }
    .modal-content h5 {
        line-height: 1.5;
    }
}

@media(max-width: 384px) {
    .slider-info p {
        font-size: 1.5em;
    }
    .slider-info h3 {
        font-size: 1em;
        letter-spacing: 1px;
    }
    .view-caption {
        height: 41%;
        text-align: center;
    }
    .view-caption .w3ls-info {
        float: none;
    }
    .view-caption ul {
        float: none;
        margin-top: .8em;
    }
    .w3ls_about_guage h4 {
        font-size: 1em;
    }
    .about,
    .sevices-w3layouts,
    .blog,
    .gallery,
    .testimonials,
    .agileits_w3layouts_contact,
    .team.agileits {
        padding: 2.5em 0;
    }
    .w3_mail_grids input[type="submit"] {
        margin-left: 8em;
    }
    .w3ls_about_guage {
        width: 100%;
    }
    .w3ls_about_guage:nth-child(2) {
        margin: 2em 0;
    }
    img.w3l-img-mk {
        top: 3%;
        width: 31%;
    }
    .awards-agileinfo.agileits {
        padding: 6em 0 4em;
    }
}

@media(max-width: 375px) {
    .slider-info {
        padding: 2em 1em 2em 5.5em;
    }
    .callbacks_tabs {
        left: 32%;
    }
    .gallery-grids,
    .col-md-3.gallery-grids,
    .col-md-5.gallery-grids,
    .col-md-4.gallery-grids,
    .col-md-6.gallery-grids.grid-mdl {
        width: 100%;
        float: none;
    }
    .gallery-grids {
        margin-top: 1em;
    }
}

@media(max-width: 320px) {
    h1 a.w3l-logo {
        padding: .2em 0 0 2.2em;
    }
    .w3layouts_header_right input[type="submit"] {
        width: 18%;
        padding: .45em 0;
    }
    .slider-info h3 {
        font-size: .9em;
    }
    .slider-info p {
        font-size: 1.3em;
    }
    .slider-info {
        padding: 2em 0em 2em 5.5em;
        width: 92%;
    }
    .readmore-w3 a {
        font-size: .7em;
    }
    .readmore-w3 a {
        padding: .5em 1em;
    }
    .callbacks_nav.prev {
        top: 24%;
    }
    .slider {
        min-height: 420px;
    }
    .about,
    .sevices-w3layouts,
    .blog,
    .gallery,
    .testimonials,
    .agileits_w3layouts_contact,
    .team.agileits {
        padding: 2em 0;
    }
    .about-wel h2 {
        font-size: 1.3em;
    }
    .come {
        margin-top: 1.5em;
    }
    .about-wel ul li i {
        padding-right: .35em;
    }
    .about-wel ul li {
        font-size: .7em;
    }
    .sevices-w3layouts-grids {
        width: 90%;
        margin: 0 .8em;
    }
    .sevices-w3layouts-grids.sevices-w3layouts-mdl1 {
        margin: 2em .8em;
    }
    .sevices-w3layouts-grids.sevices-w3layouts-mdl {
        margin: 2em .8em 0;
    }
    h3.agile-title {
        font-size: 1.7em;
    }
    .blog-img1-agileits-w3layouts a,
    .blog-img3-agileits-w3layouts a,
    .blog-img2-agileits-w3layouts a,
    .blog-img4-agileits-w3layouts a {
        min-height: 180px;
    }
    .col-md-7.blog-img1-agileits-w3layouts {
        padding: 0;
    }
    .col-md-7.blog-img4-agileits-w3layouts {
        padding: 0;
    }
    .blog-info-w3layouts {
        padding: 0;
    }
    .blog-img2-agileits-w3layouts,
    .col-md-7.blog-img3-agileits-w3layouts {
        padding: 0;
    }
    .blog-info-w3layouts h6 a {
        font-size: 1.5em;
    }
    .view-caption {
        height: 49%;
    }
    .test-tooltip1:after {
        left: 47%;
        top: -8%;
    }
    .w3_mail_grids input[type="submit"] {
        margin-left: 6em;
    }
    .w3-agile-grid h5 {
        margin: 0 0 1em 0;
    }
    .w3-address-right p,
    .w3ls-post-info p,
    .w3-agile-grid p {
        font-size: .7em;
    }
    .w3ls-post-info {
        margin-top: .2em;
    }
    .w3-address-right h6 {
        font-size: .9em;
    }
    .w3-address-left i.fa.fa-phone,
    .w3-address-left i.fa.fa-envelope,
    .w3-address-left i.fa.fa-map-marker {
        font-size: 1.2em;
    }
    .copyright p {
        letter-spacing: 1px;
    }
    .w3-agile-grid:nth-child(2) {
        margin: 1em 0;
    }
    .input__label--jiro {
        font-size: 13px;
    }
    h1 a.w3l-logo i {
        top: -7px;
        left: 81px;
    }
    .modal-content h5 {
        font-size: 1.1em;
    }
    .w3_mail_grids textarea {
        min-height: 130px;
    }
}


/*--------------------
Import Google Fonts
--------------------*/


/* main font for menu. */

@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

/* font for headings, text, tags */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
1. General
--------------------*/

body {
    margin: 0px;
    font-family: "Open Sans", Sans-serif;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
    color: #232323;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #797979;
}

.dark-bg p {
    color: #B1B1B1;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

section {
    padding: 70px 0;
}

ul {
    padding-left: 0;
    padding-top: 10px;
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}

section ul li:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f105";
    padding-right: 7px;
    color: #23AD21;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}


/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
    padding-left: 0;
    padding-right: 0;
}


/*--------------------
2. Navigation
--------------------*/

.navbar-default {
    background-color: #222;
    border-color: transparent
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    padding: 0px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    background-color: #fed136;
    border-color: #fed136
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136
}

.navbar-default .nav li a {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #fed136;
    outline: 0
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503
}

@media (min-width:768px) {
    .navbar-default {
        background-color: rgba(255, 255, 255, 0.65);
        padding: 5px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        background-color: #FFFFFF;
        border-bottom: 1px solid #828282;
        padding: 5px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        margin-top: 10px;
    }
}


/*--------------------
3. Header
--------------------*/

header {
    background-image: url(../images/demo/zhuye.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 230px;
        padding-bottom: 400px;
    }
}

header .intro-text .intro-lead-in {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.65);
    margin-bottom: 25px;
    padding: 4px 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    color: #000000;
    font-weight: 300;
    line-height: 40px;
}

@media (min-width: 768px) {
    header .intro-text .intro-lead-in {
        font-size: 29px;
        line-height: 40px;
        margin-bottom: 45px;
    }
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
    letter-spacing: -3px;
    word-spacing: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
    header .intro-text .intro-heading {
        line-height: 95px;
        font-size: 77px;
        margin-bottom: 50px;
    }
}


/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 34px;
    text-transform: uppercase;
    color: #5D5D5D;
    font-weight: 800;
    letter-spacing: -0.6px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.section-title h2:after {
    left: 50%;
    z-index: 1;
    width: 40px;
    height: 2px;
    content: " ";
    bottom: -5px;
    margin-left: -20px;
    text-align: center;
    position: absolute;
    background: #23AD21;
}

.dark-bg .section-title h2 {
    color: #fff;
}

.section-title p {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 100px 60px 100px;
}


/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
    color: #FFFFFF;
}

.mz-module-about p {
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
}

.ot-circle {
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #FFFFFF;
    /* border: 3px solid #000; */
    border-radius: 100px;
    background-color: #4183d3;
    opacity: 0.8;
    margin: 0 2px 4px;
    font-size: 24px;
}


/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
    margin: 0 0 30px;
    font-weight: 800;
    color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
    color: #dfdfdf;
}

.dark-bg .section-text h4 {
    color: #dfdfdf;
}


/*--------------------
4.3. Portfolio
--------------------*/

figure {
    position: relative;
    overflow: hidden;
    margin: 0 1px 1px 0;
    background: #726FB9;
    text-align: center;
    cursor: pointer;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ot-portfolio-item figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #000;
    margin-bottom: 1px;
}

figure.effect-bubba img {
    /* opacity: 0.95; */
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    opacity: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
    background-color: #f8f8f8;
}

.dark-bg {
    background-color: #333231;
    color: #fff;
}

.short-section {
    border-top: 1px solid #5D5D5F;
    border-bottom: 1px solid #5D5D5F;
    padding-top: 70px;
    padding-bottom: 70px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}

.counter-item h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}


/*--------------------
4.5. Partners Slider
--------------------*/

.owl-portfolio .owl-controls {
    position: absolute;
    left: 0;
    top: 38%;
    width: 100%;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
    padding: 8px 17px;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 0;
    margin: 0;
    font-size: 20px;
    z-index: 1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
    float: left;
}

.owl-portfolio .owl-controls .owl-next {
    float: right;
}

.owl-portfolio-item {
    text-align: center;
    display: inline-block;
}

.partner-logo {
    height: 120px;
    text-align: center;
    display: inline-block;
}

.partner-logo img {
    height: 100%;
    width: auto !important;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #23AD21;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 15px 7px 0 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #23AD21;
}


/*--------------------
4.6. Team
--------------------*/

.team-item {
    text-align: center;
    background-color: #fff;
}

.team-item h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2D2D2D;
}

.team-item .team-position {
    color: #989898;
    font-size: 12px;
    margin: 15px 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}


/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    margin-top: 15px;
}

section#contact.form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}


/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #000;
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #23AD21;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}


/*--------------------
6. Modal
--------------------*/

.modal-content {
    border-radius: 0;
    background-image: "../images/tree_blue.jpg";
}

.modal-header .close {
    font-size: 30px;
}

.modal-title {
    text-transform: uppercase;
    font-size: 23px;
}

.modal-body {
    background-image: "../images/tree_blue.jpg";
    padding: 0;
}

.modal-body p {
    margin: 30px 20px;
    color: rgb(83, 160, 211);
    font-size: larger;
    font-weight: 500;
    line-height: 0.8cm;
}

.modal-body h3 {
    font-size: x-large;
    font-weight: bold;
    color: rgba(52, 69, 122, 0.8);
    line-height: normal;
}

.modal-works {
    background-image: "../images/tree_blue.jpg";
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
    background-color: #FED136;
    margin-right: 15px;
    padding: 5px 10px;
}


/*--------------------
7. Components
--------------------*/

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: lemonchiffon;
}

.btn-xl {
    color: #fff;
    background-color: #23AD21;
    /* border-color: #726FB9; */
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}


/* Back to top button
---------------------------------- */

#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}

#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    background: #fed136;
}


/* arrow icon (span tag) */

#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #back-top {
        position: fixed;
        bottom: 10px;
        right: 30px;
    }
    #back-top a {
        width: 40px;
        height: 40px;
    }
    #back-top i {
        margin-top: 7px;
        font-size: 20px;
    }
}


/* 
/* START NAV MENU */


/* 

/* END NAV MENU */