charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans|Poppins:500,700";
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: open sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #666;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    @import "https: //fonts.googleapis.com/css?family=Open+Sans|Poppins;

    -webkit-font-smoothing: subpixel-antialiased;
}

.roof-menu ul li.active a:hover,
.roof-menu ul li a:hover {
    opacity: .8;
}

a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover {
    text-decoration: none;
    color: #a22f30;
}

a:focus {
    text-decoration: none;
    outline: none;
}

ul {
    padding: 0;
}

ul li {
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: poppins,sans-serif;
    font-weight: 700;
    color: #212121;
}

.section-title {
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: poppins,sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    color: #212121;
}

.section-subcontent {
    padding-bottom: 30px;
    text-align: center;
}

.small-title {
    position: relative;
    text-align: left;
    font-size: 22px;
}

.big-title {
    text-transform: uppercase;
    font-family: open sans,sans-serif;
    font-size: 60px;
    color: #fff!important;
}

.medium-title {
    font-family: open sans,sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}

.mr {
    margin-right: 10px;
}

.btn,
button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.btn:hover,
button:hover {
    color: #fff;
    carsoer: pointer;
}

.btn-common {
    z-index: 1;
    position: relative;
    border: transparent;
    color: #fff!important;
    background: #ff5959;
}

.btn-common:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.btn-common:hover:before {
    width: 100%;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    background: rgba(255,255,255,.18);
}

.btn-border:hover {
    border: 2px solid #fff;
    color: #fff;
    background: rgba(255,255,255,.3);
}

.btn-radius:before {
    border-radius: 5px 0 0 5px;
}

.btn-round {
    border-radius: 1.5em;
}

.btn-outline {
    border-width: 2px;
}

.btn-outline:hover {
    border: 2px solid transparent;
    color: #fff;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-lg {
    padding: 9px 30px;
    font-size: 16px;
}

.btn-xs {
    padding: 9px 20px;
    font-size: 14px;
}

.btn-sm {
    padding: 12px 15px;
}

.btn-md {
    padding: 12px 25px;
    font-size: 15px;
}

.btn-radius {
    border-radius: 5px;
}

.loadmore-button .btn {
    padding: 14px 35px;
}

.bg-dark {
    background: #f5f8fb!important;
}

.section-padding {
    padding: 110px 0;
}

.section {
    padding: 80px 0;
}

.form-group .help-block {
    color: red;
}

.media-left {
    padding-right: 10px;
}

.img-circle {
    border-radius: 50%;
}

.form-group label {
    margin-bottom: 24px;
}

.form-group .radius-input {
    height: 45px;
    border-radius: 30px;
}

.form-group .flat-input {
    border-radius: 0;
}

.form-group .form-control {
    position: relative;
    padding-right: 30px;
    color: #666;
    background: #fff;
    box-shadow: none;
}

.form-group .help-block {
    font-weight: 500;
}

.label {
    margin: 0 2px;
    font-weight: 400;
}

.social-links {
    display: inline-block;
}

.social-links a {
    display: inline-block;
    margin: 0 0 0 5px;
}

.social-links a i {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    line-height: 32px;
    vertical-align: middle;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.social-links a i:hover {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.social-links a .fa-twitter:hover {
    color: #00aced;
}

.social-links a .fa-facebook:hover {
    color: #3b5998;
}

.social-links a .fa-google-plus:hover {
    color: #dd4b39;
}

.social-links a .fa-youtube-play:hover {
    color: #b00;
}

.social-links a .fa-linkedin:hover {
    color: #007bb6;
}

li.search {
    position: inherit;
    padding-right: 10px;
}

li.search .open-search {
    margin-right: 0!important;
}

li.search .open-search i {
    font-size: 13px;
}

.navbar-engage .navbar-nav > li.search > a:before {
    display: none;
}

.full-search {
    display: none;
    z-index: 999;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: #333;
}

.full-search input[type=text] {
    display: inline-block;
    width: 97%;
    height: auto;
    padding: 4px 16px 8px;
    border: 1px solid #444;
    border-radius: 3px;
    font-size: 28px;
    line-height: 39px;
    outline: medium;
    color: #fff;
    background: 0 0;
}

#preloader {
    z-index: 9999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.loader {
    position: relative;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 100%;
}

#loader-1:before,
#loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 7px solid transparent;
    border-top-color: #9c3;
    border-radius: 100%;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 7px solid #f2f2f2;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.back-to-top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 18px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.page-header {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 164px;
    
}

.page-header .page-header-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    color: #fff;
}

.page-header .page-header-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(231,76,60,.2);
}

.page-header .page-title {
    margin-bottom: 10px!important;
    padding: 15px 0;
    text-align: left;
    font-size: 44px;
    color: #fff;
}

.page-header .breadcrumb {
    z-index: 9;
    position: relative;
    margin: 0;
    padding: 0;
    background: 0 0;
}

.page-header .breadcrumb li {
    line-height: 25px;
}

.page-header .section-title:before {
    width: 40px;
}

.page-header-section {
    width: 100%;
    margin-top: 65px;
   
}

.page-header-area {
    display: table;
    width: 100%;
    height: 80px;
}

.page-header-content {
    display: table-cell;
    vertical-align: middle;
}

.page-header-content h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #fff;
}

#loader {
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.square-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.square-spin img {
    max-width: 64px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50pxs;
}

.dropdown-item.active {
    color: #fff;
    background-color: #9c3;
}

.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    background-color: #9c3;
}

.navbar-header {
    float: left;
    position: relative;
    margin: 0!important;
    padding: 6px 0;
}

.nav-bg {
    background: #fff;
}

.navbar {
    margin-bottom: 0;
    padding: 0 0;
}

.navbar li {
    color: #666;
}

.navbar .theme-header {
    width: 100%;
}

@-webkit-keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}

.nav-inline .nav-item + .nav-item {
    margin-left: 0;
}

.navbar li.active .nav-link {
    color: #9c3!important;
}

#main-menu ul > li > a {
    position: relative;
    padding: 20px 15px;
    text-transform: uppercase;
    font-family: poppins,sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #212121;
    background-color: transparent;
}

#main-menu ul > .dropdown:hover > ul.dropdown-menu {
    display: block;
    animation: MenuFadeIn 400ms;
    transition: all .3s ease-in-out 0s;
    webkit-animation: MenuFadeIn 400ms;
}

#main-menu ul .dropdown .dropdown-menu {
    right: 0;
    left: 0;
    width: 200px;
    margin-top: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    -o-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
}

#main-menu ul .dropdown .dropdown-menu li {
    border-bottom: 1px dotted #e6e6e6;
}

#main-menu ul .dropdown .dropdown-menu li a {
    display: block;
    height: auto;
    padding: 7px 15px;
    text-transform: capitalize;
    font-family: poppins,sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #757575;
    transition: all .3s ease-in-out 0s;
}

#main-menu ul .dropdown .dropdown-menu li a:hover {
    background: 0 0;
    transition: all .3s ease-in-out 0s;
}

#main-menu ul .dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

#main-menu .dropdown .dropdown-menu a .active {
    background: 0 0;
    transition: all .3s ease-in-out 0s;
}

#main-menu ul .dropdown .dropdown-menu > li > a:focus,
#main-menu ul .dropdown .dropdown-menu>li.active>a {
    color: #fff;
    background: #9c3;
}

#main-menu ul .dropdown .open > a {
    background: 0 0;
}

#main-menu ul .dropdown .open > a:hover {
    background: 0 0;
}

#main-menu .dropdown .open > a:focus,
#main-menu .dropdown .open > a.active {
    background: 0 0;
}

#main-menu ul .dropdown .sub-menu {
    top: -2px;
    left: 100%!important;
    padding: 0;
    border: none;
    -webkit-animation: MenuFadeIn .4s;
    -moz-animation: MenuFadeIn .4s;
    -o-animation: MenuFadeIn .4s;
    animation: MenuFadeIn .4s;
    -ms-animation: MenuFadeIn .4s;
}

#main-menu ul .dropdown-toggle::after {
    display: none;
}

ul li > ul {
    right: 0;
    left: 0;
    padding: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 0;
    border-radius: 0;
}

ul li > ul > li>a {
    padding: 10px 0 10px 15px;
    color: #666;
}

ul li > ul > li>a:hover,
ul li>ul>li>a .active {
    background: #ecf0f1;
}

ul li > ul > li.active>a {
    background: #ecf0f1;
}

@-webkit-keyframes MenuFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes MenuFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.top-nav-collapse {
    z-index: 999999;
    background: #e0dcdc;
    box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.top-nav-collapse #main-menu ul > li > a {
    padding: 20px 15px;
}

@media(min-width:768px) and (max-width:991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

    .navbar-toggler {
        display: none;
    }

.navbar-nav .dropdown-menu {
    border: none;
}

.dropdown-item.active {
    color: #fff!important;
}

.dropdown-toggle::after {
    display: none;
}

.slicknav_menu {
    display: none;
    padding: 5px 15px;
    text-align: left;
    background: #fff;
}

.slicknav_brand {
    float: left;
    height: auto;
    padding: 7px 0;
    line-height: inherit;
}

.slicknav_btn {
    margin: 14px 0;
    padding: 8px 9px 7px;
    border-radius: 0;
    background-color: #9c3;
}

.slicknav_nav {
    max-height: 350px;
    overflow: auto;
}

.slicknav_menu .slicknav_icon-bar {
    background: #fff;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav a,
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    font-size: 14px;
    color: #212121;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slicknav_parent ul {
    margin-left: 15px;
}

.slicknav_parent ul a {
    border-bottom: 0;
    border-bottom: 1px dotted #e6e6e6;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}

.slicknav_nav a:hover a,
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_item a:hover,
.slicknav_nav .slicknav_parent-link a:hover {
    color: #9c3;
    background-color: transparent;
}

.slicknav_nav .slicknav_arrow {
    float: right;
    color: #444;
}

.slicknav_nav a h3 {
    display: inline;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.slicknav_menu li p {
    display: none;
}

.sticky-menu {
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px -7px rgba(0,0,0,.4);
    box-shadow: 0 0 20px -7px rgba(0,0,0,.4);
    -webkit-animation: slideInDown;
    animation: slideInDown;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

@media(max-width:991px) {
    .slicknav_menu {
        display: block;
        width: 100%;
    }

    .theme-header {
        display: none;
    }

    .mobile-menu {
        width: 100%;
    }

    .dropdown-menu {
        position: relative;
        background: 0 0;
    }

    .dropdown:hover .dropdown-menu {
        position: relative;
        background: 0 0;
    }

    .dropdown .dropdown-menu .dropdown-item {
        border-radius: 0;
    }

    .dropdown-menu:before {
        display: none;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 10px 15px;
        line-height: 22px;
    }

    .top-nav-collapse .navbar-nav .nav-link {
        color: #444!important;
    }
}

@media(max-width:767px) {
    .sticky-menu {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
.navbar-toggler {
    display: none;
}
}

.top_search_con {
    position: relative;
    width: 100%;
    height: 38px;
    border-radius: 50px;
    background: #fff;
}

.top_search_con input[type=text],
.top_search_con input:focus {
    width: 100%;
    height: 100%;
    padding: 1px 20px 0 40px;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    font-size: 12px;
    outline: none;
    color: #818b8d;
    background: 0 0!important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.top_search_icon {
    position: absolute;
    top: 7px;
    left: 15px;
    font-size: 14px;
    color: #e64a4a;
}

.top_search .top_search_submit {
    position: absolute;
    top: 9px;
    left: 12px;
    width: 20px;
    padding: 0;
    border: none;
    opacity: 0;
}

.split {
    background-color: #f5f8fb;
}

.split h2.title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}

.split .lead {
    font-size: 14px;
}

.split .details-list {
    margin-top: 20px;
}

.split .details-list h3 {
    font-size: 16px;
    font-weight: 500;
}

.about2-intro-image img {
    width: 100%;
}

.about-2 .content-box {
    margin-top: 15px;
}

.about-2 .content-box h3 {
    margin-bottom: 20px;
    font-size: 30px;
}

.about-2 .content-box .btn-wrapper {
    margin-top: 15px;
}

.about-2 .about-inner {
    margin-top: 15px;
    margin-bottom: 15px;
}

.about-2 .about-inner .icon {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
}

.about-2 .about-inner .icon i {
    font-size: 40px;
    color: #9c3;
}

.about-2 .about-inner .about-text {
    margin-left: 80px;
}

.about-2 .about-inner .about-text h3 {
    font-size: 18px;
    font-weight: 500;
}

.about-2 .about-inner .about-text p {
    margin-bottom: 10px;
}

.about-2 .about-inner .about-text .more-btn {
    color: #888;
}

.about-2 .about-inner .about-text .more-btn:hover {
    color: #9c3;
}

.cta-section {
    position: relative;
    width: 100%;
    background: url(http://www.simulation-travaux.com/public/img/backgrounds/cta-bg.jpg) scroll center center;
}

.cta-area {
    display: table;
    width: 100%;
    height: 150px;
}

.cta-content {
    display: table-cell;
    vertical-align: middle;
}

.cta-content h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 38px;
    color: #fff;
}

.cta-content p {
    padding-top: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.cta-content .btn {
    margin-top: 15px;
    padding: 13px 24px;
    text-transform: uppercase;
    font-size: 16px;
}

#portfolios {
    background: #f5f8fb;
}

#portfolios .mix {
    display: none;
    padding: 10px;
    overflow: hidden;
}

.controls {
    padding-bottom: 30px;
    text-align: center;
}

.controls a:hover {
    cursor: pointer;
}

#portfolio-list {
    display: inline-block;
    margin-top: 15px;
}

.portfolio-item {
    padding: 15px;
    background: #fff;
}

.portfolio-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.portfolio-img img {
    width: 100%;
}

.portfoli-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .8s cubic-bezier(.19,1,.22,1);
}

.portfoli-content:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background-color: rgba(255,255,255,.8);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.sup-desc-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.sup-desc-wrap .sup-desc-inner {
    display: table-cell;
    padding: 0 35px;
    text-align: center;
    vertical-align: middle;
}

.sup-desc-wrap .sup-link {
    margin-bottom: 20px;
}

.sup-desc-wrap .sup-link .left-link,
.sup-desc-wrap .sup-link .right-link {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    line-height: 42px;
    outline: none;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.sup-desc-wrap .sup-link .left-link {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.sup-desc-wrap .sup-link .right-link {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sup-desc-wrap .sup-link a:hover {
    background: 0 0;
}

.sup-desc-wrap .sup-meta-wrap .sup-title {
    display: block;
    margin-bottom: 10px;
    outline: none;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

.sup-desc-wrap .sup-meta-wrap .sup-description {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.portfolio-item:hover .portfoli-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-item:hover .portfoli-content:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-item:hover .sup-title {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-item:hover .sup-description {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.portfolio-item:hover .sup-link .right-link,
.portfolio-item:hover .sup-link .left-link {
    opacity: 1;
    transform: translateY(0px);
    webkit-transform: translateY(0px);
}

.loadmore-button {
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.service-item {
    margin: 15px 0;
    padding: 30px;
    text-align: center;

}

.service-item:hover {
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.3);
    box-shadow: 0 0 35px rgba(0,0,0,.3);
}

.service-item .icon-wrapper {
    margin-bottom: 30px;
    font-size: 30px;
}

.service-item .icon-wrapper i {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin: 0 auto 15px;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    line-height: 70px;
    color: #ea0918;
}

.service-item h2 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.service-item p {
    font-size: 13px;
}

@-webkit-keyframes pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

@keyframes pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }
}

.pulse-shrink {
    display: inline-block;
}

.service-item:hover .pulse-shrink {
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#other-services {
    background: #fff;
}

#other-services .nav-tabs {
    display: table-cell;
    float: left;
    border-bottom: none;
    vertical-align: top;
}

#other-services .nav-tabs li {
    float: none;
}

#other-services .nav-tabs li a {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
}

#other-services .nav-tabs li a i {
    float: left;
    width: 50px;
    height: 50px;
    margin: 10px 0;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background: #81868e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

#other-services .tab-content {
    margin: 10px 0 0 80px;
}

#other-services .service-content h3 {
    margin-bottom: 25px;
    font-size: 17px;
}

#other-services .service-content p {
    font-size: 14px;
}

#other-services .service-content p.lead {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 28px;
}

#other-services .other-service-item {
    padding-bottom: 30px;
}

#other-services .other-service-item .icon {
    float: left;
}

#other-services .other-service-item .icon .icon-medium {
    float: left;
    width: 70px;
    height: 70px;
    margin: 12px 0;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    background: #e74c3c;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

#other-services .other-service-item .service-content {
    padding-left: 100px;
}

#other-services .other-service-item .service-content h3 {
    clear: inherit;
    font-size: 24px;
}

#other-services .other-service-item .service-content p {
    padding: 0 36px 0 0;
}

#other-services .other-service-item:hover .icon-medium {
    background: #666;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

#other-services img {
    padding: 22px;
    max-width: 100%;
}

.service2-single-service {
    margin: 20px 0;
    text-align: center;
}

.service2-single-service .fa {
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
    border-radius: 50%;
    font-size: 23px;
    line-height: 75px;
    color: #fff;
}

.service2-single-service h2 {
    font-size: 20px;
}

.service2-single-service p {
    font-size: 13px;
}

.featured-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

.featured-box .featured-icon {
    float: left;
}

.featured-box .featured-icon i {
    display: block;
    float: left;
    margin-right: 25px;
    margin-bottom: 85px;
    text-align: center;
    font-size: 40px;
}

.featured-box .featured-content {
    padding-left: 62px;
}

.featured-box .featured-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.featured-box .featured-content p {
    font-size: 13px;
}

.feature-s .featured-icon i {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    border-radius: 50%;
    font-size: 26px;
    line-height: 80px;
    background-color: #f9f9f9;
}

.feature-item {
    position: relative;
    margin: 15px 0;
    padding: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.feature-item:hover {
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.3);
    box-shadow: 0 0 35px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 35px rgba(0,0,0,.3);
}

.feature-item .icon {
    margin-bottom: 25px;
}

.feature-item .icon i {
    font-size: 42px;
    color: #9c3;
}

.feature-item .feature-text {
    position: relative;
}

.feature-item .feature-text h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.feature-item .feature-text p {
    font-size: 13px;
}

#team .team-item {
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#team .team-item:hover {
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.3);
    box-shadow: 0 0 35px rgba(0,0,0,.3);
}

#team .team-item figure {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

#team .team-item figure img {
    width: 100%;
    height: auto;
}

#team .team-item figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.85);
    -webkit-transition: opacity .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .8s cubic-bezier(.19,1,.22,1);
}

#team .team-item figure figcaption .details {
    position: absolute;
    top: 15%;
}

#team .team-item figure figcaption .content-white {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

#team .team-item figure figcaption .orange-line {
    width: 0;
    height: 1px;
    margin: 7px auto 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#team .team-item figure:hover figcaption {
    opacity: 1;
}

#team .team-item figure:hover .orange-line {
    width: 62px;
}

#team .team-item figure:hover figcaption .content-white,
#team .team-item figure:hover .social a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

#team .team-item .social {
    margin-top: 15px;
    text-align: center;
}

#team .team-item .social .facebook,
#team .team-item .social .twitter,
#team .team-item .social .google-plus {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    line-height: 42px;
    outline: none;
    color: #fff;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

#team .team-item .social .facebook {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

#team .team-item .social .twitter {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#team .team-item .social .google-plus {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

#team .team-item .social a:hover {
    background: 0 0;
}

#team .info {
    padding: 15px 0 1px;
    text-align: center;
    background: #fff;
}

#team .info h2 {
    font-size: 18px;
}

#team .info p {
    font-size: 14px;
    line-height: 22px;
}

.orange-line {
    width: 52px;
    height: 1px;
    margin: 12px auto 6px;
}

#team-block-2 .team-member {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 5px solid transparent;
    border-bottom: 4px solid transparent;
    background: #666;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

#team-block-2 .team-member .face {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#team-block-2 .team-member .face img {
    width: 100%;
    height: auto;
}

#team-block-2 .team-member .member-info {
    padding: 24px;
    text-align: center;
}

#team-block-2 .team-member .member-info h3 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

#team-block-2 .team-member .member-info .position {
    text-transform: uppercase;
    font-size: 16px;
    color: #999;
    color: rgba(255,255,255,.5);
}

#team-block-2 .team-member .member-info .social-team {
    margin-top: 15px;
}

#team-block-2 .team-member .member-info .social-team a {
    margin: 0 4px;
    color: #3d566e;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

#team-block-2 .team-member .member-info .social-team a i {
    width: 42px;
    height: 42px;
    padding: 7px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background: 0 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

#team-block-2 .team-member .member-info .desc {
    margin-top: 15px;
    color: #ecf0f1;
}

#team-block-2 .team-member .member-info .social .fa-facebook:hover {
    color: #fff;
    background: #3b5998;
}

#team-block-2 .team-member .member-info .social .fa-twitter:hover {
    color: #fff;
    background: #00cafb;
}

#team-block-2 .team-member .member-info .social .fa-google-plus:hover {
    color: #fff;
    background: #d23a1d;
}

#team-block-2 .team-member .member-info .social .fa-linkedin:hover {
    color: #fff;
    background: #007bb6;
}

#team-block-2 .team-member:hover {
    background: #777;
}

#testimonial {
    background: #fff;
}

#testimonial .testimonial-inner {
    position: relative;
    margin: 15px;
    padding: 15px 20px;
    border-bottom: 5px solid transparent;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -o-box-shadow: 0 0 35px rgba(0,0,0,.1);
}

#testimonial .testimonial-inner:hover {
    border-color: #9c3;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.3);
    box-shadow: 0 0 35px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 35px rgba(0,0,0,.3);
}

#testimonial .testimonial-inner p {
    margin-bottom: 0;
    line-height: 25px;
}

#testimonial .testimonial-images img {
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
    border: 3px solid #f1f1f1;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 35px rgba(0,0,0,.1);
}

#testimonial .testimonial-images h4 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
}

#testimonial .testimonial-images h4 a {
    margin-left: 3px;
    font-size: 12px;
    font-weight: 400;
}

#testimonial .rating-star {
    margin-bottom: 5px;
    color: #9c3;
}

#testimonial .owl-carousel .owl-wrapper-outer {
    padding: 30px 0 20px!important;
}

#testimonial .owl-pagination {
    margin-top: 30px;
}

#testimonial .owl-pagination .owl-page span {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    opacity: .5;
    background: 0 0;
}

#testimonial .owl-pagination .owl-page.active span {
    opacity: 1;
}

#testimonial-dark .testimonial-inner {
    background: #f5f8fb;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#testimonial-dark .testimonial-inner:hover {
    box-shadow: none;
}

#testimonial-dark .testimonial-images img {
    box-shadow: 0 0 3px #fff;
}

#testimonial-dark .testimonial-content {
    margin-bottom: 10px;
}

.single-testimonial-area {
    position: relative;
    width: 100%;
    padding: 100px 0;
    
}

.single-testimonial-area:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,.5);
}

.single-testimonial-area h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.single-testimonial-area p {
    text-align: center;
    color: #fff;
}

#single-testimonial-item .testimonial-inner {
    position: relative;
    padding: 80px;
}

#single-testimonial-item .testimonial-inner blockquote {
    position: relative;
    font-size: 14px;
    color: #fff;
}

#single-testimonial-item .testimonial-images img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    padding: 5px;
    box-shadow: 0 0 3px #ddd;
}

#single-testimonial-item .testimonial-footer {
    padding-top: 15px;
    color: #fff;
}

#single-testimonial-item .testimonial-inner::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: rgba(51,51,51,.6) none repeat scroll 0 0;
}

.testimonial-footer .fa {
    padding-right: 6px;
}

.testimonial-footer a {
    padding-left: 5px;
}

button:focus {
    outline: none!important;
}

.owl-nav {
    position: relative;
    top: -160px;
    left: 0;
}

.owl-nav div.owl-prev {
    float: left;
    margin-left: -45px;
}

.owl-nav div.owl-next {
    float: right!important;
    margin-right: -45px;
}

.owl-nav div {
    display: block!important;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 0!important;
    text-align: center;
    opacity: 1!important;
    background: #9c3!important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.18) ,0 2px 5px 0 rgba(0,0,0,.15);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.owl-nav div i {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.owl-nav div:hover {
    background: #3ebfea!important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18) ,0 4px 15px 0 rgba(0,0,0,.15);
}

.owl-pagination {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
}

.owl-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    display: inline;
    zoom: 1;
    text-align: center;
}

.owl-carousel button.owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 2px 4px;
    border: 2px solid #fff;
    border-radius: 30px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    filter: alpha(opacity=50);
}

.owl-carousel button.owl-dot.active span,
.owl-carousel button.owl-dot.clickable,
.owl-carousel button.owl-dot:hover span {
    background: #9c3;
}

#clients .client-item-wrapper {
    margin: 0 5px;
    padding: 30px;
    border: 1px solid #ddd;
    text-align: center;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
}

#clients #clients-scroller img {
    opacity: .5;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-filter: gray;
}

#clients #clients-scroller img:hover {
    opacity: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -webkit-filter: gray;
}

#clients #clients-scroller .owl-pagination {
    display: none;
}

#color-client-scroller .client-item-wrapper img {
    opacity: .5;
    transition: all .6s ease 0s;
    }

#color-client-scroller .client-item-wrapper img:hover {
    opacity: 1;
    transition: all .6s ease 0s;
   }

#blog {
    background: #f5f8fb;
}

#blog .blog-item-wrapper {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#blog .blog-item-wrapper:hover {
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.3);
    box-shadow: 0 0 35px rgba(0,0,0,.3);
}

#blog .blog-item-img {
    position: relative;
}

#blog .blog-item-img img {
    width: 100%;
}

#blog .blog-item-text {
    margin-top: 15px;
}

#blog .blog-item-text h3 {
    font-size: 18px;
    line-height: 30px;
}

#blog .blog-item-text h3 a {
    color: #555;
}

#blog .blog-item-text .blog-one-footer {
    padding: 10px 0 0;
    border-top: 1px dashed #ddd;
}

#blog .blog-item-text .blog-one-footer a {
    padding-right: 15px;
    font-size: 12px;
    color: #999;
}

#blog .blog-item-text .blog-one-footer i {
    margin-right: 5px;
}

.blog-post-wrapper {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.blog-post-wrapper .format-video iframe {
    width: 100%;
    min-height: 350px;
}

.blog-post-wrapper .format-audio iframe {
    width: 100%;
 
}

.author-info {
    margin-bottom: 30px;
}

.author-info .blog-post {
    padding: 20px 0;
}

.blog-post-content {
    padding: 20px 0;
}

.tag-posted-in li {
    display: inline-block;
    margin-right: 15px;
}

.tag-posted-in li a {
    color: #8f8f8f;
}

.tag-posted-in li i.fa {
    padding-right: 5px;
    color: #8f8f8f;
}

span.published-time {
    font-size: 12px;
}

span.published-time i.fa {
    margin-right: 5px;
}

.featured-wrapper img {
    width: 100%;
}

.blog-post-content h2.blog-post-title {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
}

.blog-post-footer ul.post-meta {
    margin: 0;
    list-style: outside none none;
}

.blog-post-footer ul.post-meta li {
    float: left;
    margin-right: 10px;
}

.blog-post-footer ul li a {
    display: block;
    padding: 4px 15px;
    font-size: 10px;
    line-height: 28px;
    background: #fff;
}

.blog-post-footer ul li a:hover {
    color: #fff;
}

.blog-post-content blockquote.blockquote {
    padding-left: 15px;
}

.blog-post-content blockquote.blockquote p {
    font-size: 16px;
    font-weight: 400;
    color: #969595;
}

.blog-post-content blockquote.blockquote a {
    float: right;
    font-size: 15px;
    font-style: italic;
}

.blog-post-wrapper.format-qoute {
    border: none!important;
}

.blog-pagination nav ul.pagination li.page-item a {
    margin-right: 15px!important;
    border-radius: 0;
    color: #333;
}

.blog-pagination nav ul.pagination li.page-item.active a {
    color: #fff;
}

.blog-pagination nav ul.pagination li.page-item a:hover,
.blog-pagination nav ul.pagination li.page-item a:focus {
    color: #fff;
}

.sidebar-area .widget {
    margin-bottom: 30px;
}

.sidebar-area .search-bar {
    position: relative;
}

.sidebar-area .search-bar .form-control {
    height: 46px;
    border-radius: 0;
    font-size: 13px;
    color: #333!important;
}

.sidebar-area .search-bar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 46px;
    border: 0;
    background-color: transparent;
}

.sidebar-area .search-bar button .fa {
    color: #333;
}

h2.widget-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}

.widget ul {
    padding-left: 0;
    list-style: outside none none;
}

.widget.popular-post ul li {
    margin-bottom: 20px;
}

.widget.popular-post h4 {
    margin-bottom: 5px;
    font-size: 15px;
}

.category-menu a {
    font-size: 14px;
    color: #aaa;
    transition: all .2s;
}

.category-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.widget.tag-cloud li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.widget.tag-cloud a {
    display: block;
    padding: 0 11px;
    font-size: 10px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    transition: all .3ms ease-in-out;
}

.widget.tag-cloud a:hover {
    opacity: .8;
    transition: all .3ms ease-in-out;
}

.widget.subscribe-widget .form-control {
    width: 255px;
    height: 42px;
    padding: 10px;
    font-size: 14px;
}

.widget-ad img {
    width: 100%;
}

.blog-post blockquote {
    margin: 40px 0;
}

.blog-post h3 {
    margin-top: 30px;
}

.blog-post > p {
    line-height: 29px;
}

.blog-post ul li,
.blog-post ol li {
    padding: 6px 0;
    font-size: 15px;
    font-weight: 400;
}

.blog-post img {
    width: 100%;
}

.blog-post pre {
    margin: 20px 0;
    background: #eee none repeat scroll 0 0;
}

.comments-area .media.reply {
    padding: 20px;
    border-radius: 4px;
    background: #e5f7fd none repeat scroll 0 0;
}

.blog-pagination {
    text-align: center;
}

.comments-area ul {
    padding-left: 0;
}

.comments-area .media {
    margin-top: 40px;
}

.comments-area .media-body {
    padding-left: 10px;
}

.comment-author span {
    padding-left: 5px;
}

.new-comment .form-group .form-control {
    padding: 12px;
    border-radius: 0;
    font-size: 15px;
    color: #333!important;
    background: #f2f2f2 none repeat scroll 0 0;
}

#content {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 600px;
}

#contact .contact-info-wrapper {
    margin-top: -60px;
}

#contact .contact-info-wrapper .contact-item-wrapper i {
    width: 64px;
    height: 64px;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}

#contact .map {
    position: relative;
}

#contact .contact-info {
    padding: 30px 0;
    color: #fff;
    background: #666;
}

#contact .contact-form-wrapper {
   
    background-size: cover;
}

#contact .form-control {
    margin-bottom: 45px;
    color: #fff;
    background: 0 0;
}

.form-control:focus {
    box-shadow: none;
}

#contact2 .contact-info-wrapper {
    margin-top: -10px;
}

#contact2 .contact-info-wrapper .contact-item-wrapper {
    padding: 15px 30px;
}

#contact2 .contact-info-wrapper .contact-item-wrapper i {
    float: left;
    padding: 8px 15px;
    font-size: 24px;
    color: #fff;
}

#contact2 .contact-info-wrapper .contact-item-wrapper h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}

#contact2 .form-control {
    margin-bottom: 30px;
}

#subscription .subscription-form .form-control {
    height: 60px;
    font-size: 24px;
    color: #999;
}

#subscription .subscription-form .btn {
    padding: 18px;
}

#google-map-shortcode {
    height: 400px;
    padding: 0;
}

#google-map-contact {
    height: 300px;
    padding: 0;
}

#google-map-contact2 {
    height: 200px;
    padding: 0;
}

.error-section h1 {
    font-size: 10rem;
    color: #ff2a40;
}

.error-section h4 {
    text-transform: capitalize;
}

.contact-title-text h2 {
    font-size: 40px;
}

.contact-title-text p {
    margin-top: 15px;
    font-size: 18px;
}

.contact-widget {
    margin-bottom: 30px;
}

.contact-widget h2 {
    margin-bottom: 20px;
    font-size: 25px;
}

.contact-widget address {
    line-height: 45px;
}

.contact-widget.office-location span {
    font-weight: 500;
}

#contactForm .form-group {
    margin-bottom: 19px;
}

#contactForm .form-group .contact-control {
    height: 50px;
    border-radius: 0;
    background: #f8fafd;
}

#contactForm .form-group .form-control {
    border-radius: 0;
    font-size: 14px;
    background: #f2f2f2;
}

ul.contact-info2 {
    margin-top: 20px;
    padding: 0;
    list-style: outside none none;
}

ul.contact-info2 i.fa {
    margin-right: 10px;
}

footer {
    color: #fff;
    background: #262c37;
}

footer .small-title {
    margin-bottom: 30px;
    font-weight: 400;
    color: #fff;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    line-height: 25px;
}

footer ul li a {
    color: #999;
}

footer ul li i {
    margin-right: 5px;
}

footer ul li.tweet {
    margin-bottom: 15px;
}

footer ul li.tweet .fa-twitter {
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 100%;
    color: #fff;
}

footer ul li.tweet .tweet-date {
    font-size: 12px;
    font-style: italic;
    color: #bdc3c7;
}

footer .flicker-gallery {
    margin-right: -5px;
    margin-left: -5px;
}

footer .flicker-gallery a {
    display: inline-block;
    width: 32%;
    padding: 5px;
    font-size: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

footer .flicker-gallery a:hover {
    opacity: .7;
}

footer .flicker-gallery a img {
    width: 100%;
}

footer .image-list {
    margin: 0;
    padding: 0;
}

footer .image-list li {
    margin-bottom: 15px;
    border-bottom: 1px solid #565656;
}

footer .image-list li:last-child {
    border-bottom: none;
}

footer .image-list li .overlay {
    float: left;
    position: relative;
    width: 70px;
    height: 60px;
    overflow: hidden;
    text-align: center;
}

footer .image-list li .overlay figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
    background: rgba(0,0,0,.6);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

footer .image-list li .overlay figcaption i {
    font-size: 18px;
    color: #fff;
}

footer .image-list li .overlay .from-top {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
}

footer .image-list li .overlay:hover figcaption {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

footer .image-list li .overlay:hover figcaption .from-top {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer .image-list .post-content {
    display: block;
    margin-bottom: 10px;
    margin-left: 85px;
}

footer .image-list .post-content .post-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

footer .image-list .post-content .post-title a {
    color: #fff;
}

footer .image-list .post-content .post-title a:hover {
    color: #9c3;
}

footer .image-list .post-content .meta {
    color: #9c3;
}

footer .image-list .post-content .meta span {
    margin-bottom: 10px;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    color: #999;
}

footer .menu {
    padding-left: 0;
}

footer .menu li {
    float: left;
    width: 50%;
    padding-bottom: 10px;
}

footer .menu li a {
    color: #fff;
}

footer .menu li a:hover {
    color: #9c3;
}

footer .footer-widget form {
    position: relative;
    margin-top: 4px;
}

footer .footer-widget form input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #858585;
    border-radius: 0;
    line-height: 40px;
    color: #747474;
    background: 0 0;
}

footer .footer-widget form input:focus {
    border: 1px solid #9c3;
    outline: none;
}

footer .footer-widget button {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 15px;
    line-height: 41px;
    outline: none;
    color: #959595;
    background: 0 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

footer .footer-widget .flicker-gallery {
    margin-top: 27px;
}

footer .footer-widget .flicker-gallery h4 {
    margin: 0 4px 20px;
    font-size: 18px;
    color: #a8a8a8;
}

footer #copyright {
    background: #1b222c;
}

footer #copyright p {
    text-align: left;
}

footer #copyright .row {
    padding: 15px 0;
}

footer #copyright .copyright-text,
footer #copyright .nav-inline {
    margin-top: 15px;
}

#copyright ul li.nav-item {
    padding-right: 10px;
    text-transform: capitalize;
}

.footer-area {
    padding: 60px 0;
    background: #f5f5f5;
}

.footer-area .footer-titel {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #212121;
}

.footer-area .footer-logo {
    margin-bottom: 20px;
}

.footer-area .textwidget {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

.footer-area .textwidget p {
    color: #9e9e9e;
}

.footer-area .footer-link li {
    margin-bottom: 10px;
}

.footer-area .footer-link li a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #9e9e9e;
}

.footer-area .footer-link li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: .15s all cubic-bezier(.39,.575,.565,1);
    transition: .15s all cubic-bezier(.39,.575,.565,1);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    pointer-events: none;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}

.footer-area .footer-link li a:hover {
    color: #9c3;
}

.footer-area .footer-link li a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(-3px) translateZ(0);
    transform: translateY(-3px) translateZ(0);
}

.footer-area .address li {
    margin-bottom: 20px;
}

.footer-area .address li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #9e9e9e;
}

.footer-area .address li a:hover {
    color: #9c3;
}

.footer-area .address li a i {
    display: inline-block;
    float: left;
    width: 32px;
    height: 36px;
    margin-right: 5px;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    vertical-align: middle;
    color: #9c3;
}

.footer-area #subscribe-form {
    margin-top: 15px;
}

.footer-area #subscribe-form .form-group {
    position: relative;
}

.footer-area #subscribe-form .form-group .form-control {
    padding: 6px 10px;
    border-radius: 0;
}

.footer-area #subscribe-form .form-group .btn-common {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 15px;
    border-radius: 0;
    color: #9c3;
}

.footer-area p {
    color: #9e9e9e;
}

#copyright {
    padding: 10px 0;
    background: #eee;
}

#copyright p {
    margin: 0;
    text-align: center;
    line-height: 42px;
    color: #9e9e9e;
}

#copyright p a {
    color: #9e9e9e;
}

#copyright p a:hover {
    color: #9c3;
}

.nav-link {
    padding: 0;
}

.social-footer {
    margin-top: 7px;
}

.social-footer a .fa {
    width: 35px;
    height: 35px;
    margin: 4px;
    font-size: 14px;
    line-height: 35px;
}

.about-author-section {
    border: 1px solid #eee;
}

.about-author-section .media {
    padding: 20px;
}

.about-author-section .media .media-body {
    padding-left: 10px;
}

.about-author-section .media .media-body p {
    line-height: 28px;
}

.about-author-section .author-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}

.similar-post img {
    width: 100%;
}

.similar-post h2 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.similar-post img {
    width: 100%;
}

.similar-post h2 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.no-pdl {
    padding-left: 0!important;
}

.wrapper {
    padding-top: 80px;
}

.panel-default .panel-heading {
    width: 100%;
    padding: 0;
    border: medium;
    border-radius: 0;
    outline: medium;
}

.panel-default .panel-heading a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 12px 35px 12px 15px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.panel-default .panel-heading a i {
    padding-right: 10px;
    font-size: 22px;
}

.panel-default .panel-heading a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    font-family: font awesome;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.panel-default .panel-heading .collapsed::after {
    content: "";
}

.accordionSmall .panel-default .panel-heading a::after {
    content: "";
}

.accordionSmall .panel-default .panel-heading .collapsed::after {
    content: "";
}

.panel-default .panel-collapse .panel-body {
    padding: 15px;
    background-color: #fafafa;
}

#accordionRound .panel-default .panel-heading a {
    border-radius: 8px;
}

.panel-transparent .panel-heading a {
    color: #000;
    background: #f5f5f5;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.panel-image .panel-body img {
    padding-bottom: 1px;
}

#default-tab ul.nav-tabs {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}

ul.nav-tabs li {
    float: left;
    margin-top: 0;
}

ul.nav-tabs li a {
    margin-bottom: 10px;
    padding: 10px 15px;
    border: medium!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #a0a0a0;
}

#default-tab .nav-tabs > li > a.active {
    position: relative;
    border: 0;
}

#default-tab .nav-tabs > li a.active:focus,
#default-tab .nav-tabs > li a.active:hover {
    position: relative;
    border: 0;
}

#default-tab ul.nav-tabs > li a.active::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 3px;
}

#round-tab ul.nav-tabs {
    margin-bottom: 10px;
    border-bottom: none;
}

#round-tab ul li a {
    margin-bottom: 0;
    padding: 15px!important;
    text-transform: capitalize;
}

#round-tab ul li a.active {
    margin-bottom: 0;
    border-bottom: 0;
    -moz-border-bottom-colors: none!important;
    -moz-border-left-colors: none!important;
    -moz-border-right-colors: none!important;
    -moz-border-top-colors: none!important;
    border-image: none!important;
}

#vertical-tab .nav-tabs {
    display: table-cell;
    vertical-align: top;
}

#vertical-tab .tab-content {
    display: table-cell;
    padding: 0 25px;
    vertical-align: top;
}

#vertical-tab .tab-pane p {
    line-height: 25px;
}

#vertical-tab ul.nav-tabs {
    padding-right: 0;
    border: 1px solid #b9b9b9!important;
}

#vertical-tab .nav-tabs li {
    float: none;
    margin: 0;
}

#vertical-tab ul.nav-tabs {
    border: 0;
}

#vertical-tab ul.nav-tabs li a {
    width: 100%;
    margin: 0;
    padding: 20px 40px;
    border-bottom: 3px solid #b9b9b9!important;
    border-radius: 0;
    text-align: center;
    white-space: nowrap;
    color: #676767;
    background: #eee;
}

#vertical-tab ul.nav-tabs li a .fa {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 27px;
}

#vertical-tab ul.nav-tabs li a.active {
    color: #202020;
    background: #fff none repeat scroll 0 0;
}

#tab-with-icon .nav-tabs {
    display: table-cell;
    float: left;
    border-bottom: medium;
    vertical-align: top;
}

#tab-with-icon .nav-tabs li {
    float: none;
}

#tab-with-icon .nav-tabs li a {
    margin: 0;
    padding: 0;
    border: medium;
    background: transparent none repeat scroll 0 0;
}

#tab-with-icon .nav-tabs li a i {
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 0 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 70px;
    color: #fff;
    background: #81868e none repeat scroll 0 0;
    transition: all .5s ease 0s;
    cursor: pointer;
}

#tab-with-icon .tab-content {
    margin: 20px 0 0 100px;
}

#tab-with-icon h3 {
    margin-bottom: 25px;
    font-size: 20px;
}

#tab-with-icon p.lead {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 28px;
}

#default-tab a.nav-link {
    background: 0 0;
}

#cool-facts {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(http://www.simulation-travaux.com/public/img/backgrounds/facts-bg.jpg);
}

#cool-facts:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

#cool-facts .section-title,
#cool-facts .section-subcontent {
    color: #fff;
}

#cool-facts .facts-item {
    text-align: center;
}

#cool-facts .facts-item i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 45px;
    line-height: 100px;
    color: #fff;
}

#cool-facts .fact-count h3 {
    font-size: 40px;
    font-weight: 500;
    color: #9c3;
}

#cool-facts .fact-count h4 {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

#notice {
    background: #f5f8fb;
}

#notice .notice-button {
    margin-top: 30px;
}

#notice h4 {
    font-size: 40px;
}

#notice p {
    margin-top: 15px;
    font-size: 24px;
    color: #999;
}

#notice .notice-content {
    padding: 30px;
}

.skill p {
    margin-bottom: 10px;
}

.progress {
    position: relative;
    width: 100%;
    height: 10px;
    margin: 0 0 20px;
    background: #f5f5f5;
}

.progress-bar {
    float: left;
    position: relative;
    height: 100%;
    border: 1px solid #fff;
    text-align: center;
    font-size: 12px;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
}

.outline-buttons-area,
.block-button-area,
.animated-progress-area {
    background: #fafafa;
}

.btn .fa {
    padding-right: 5px;
}

.grey-progress-bar .progress-bar {
    background: #e0e0e0 none repeat scroll 0 0;
}

.skill-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.skill-animated .progress-bar {
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

i.icon-default {
    margin-right: 30px;
    font-size: 20px;
    vertical-align: middle;
}

i.icon-round {
    width: 40px;
    height: 40px;
    margin-right: 13px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
}

i.icon-round-border {
    width: 40px;
    height: 40px;
    margin-right: 13px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
}

i.icon-box {
    width: 100px;
    height: 40px;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
}

i.icon-box-border {
    width: 100px;
    height: 40px;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
}

i.icon-xs {
    width: 30px!important;
    height: 30px!important;
    margin-right: 7px!important;
    margin-bottom: 7px!important;
    font-size: 16px!important;
    line-height: 30px!important;
}

i.icon-sm {
    width: 50px!important;
    height: 50px!important;
    margin-right: 14px!important;
    margin-bottom: 14px!important;
    font-size: 27px!important;
    line-height: 50px!important;
}

i.icon-md {
    width: 75px!important;
    height: 75px!important;
    margin-right: 14px!important;
    margin-bottom: 14px!important;
    font-size: 35px!important;
    line-height: 75px!important;
}

i.icon-lg {
    width: 100px!important;
    height: 100px!important;
    margin-right: 13px!important;
    margin-bottom: 13px!important;
    font-size: 50px!important;
    line-height: 100px!important;
}

#image-carousel .item img {
    width: 250px;
    height: 200px;
}

#pricing {
    
	
    background-size: cover;
    box-shadow: none;
}

.pricing-table-1 {
    margin: 0 15px;
    background: #fff;
}

.pricing-table-1 .table-header {
    padding: 30px 0;
}

.pricing-table-1 .table-header h3 {
    font-size: 24px;
    color: #fff;
}

.pricing-table-1 .plan {
    border-bottom: 1px solid rgba(189,195,199,.5);
}

.pricing-table-1 .plan .price {
    font-size: 24px;
}

.pricing-table-1 .plan .period {
    text-transform: uppercase;
    font-size: 18px;
    color: #999;
}

.pricing-table-1 .plan-info {
    margin-top: 30px;
}

.pricing-table-1 .plan-info p {
    font-size: 16px;
    line-height: 30px;
    color: #bdc3c7;
}

.pricing-table-1 .button-area {
    padding: 30px 0 45px;
}

#pricing-block-x {
    background: #ecf0f1;
}

.pricing-table-x {
    padding: 30px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.pricing-table-x:hover {
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.3);
    box-shadow: 0 0 35px rgba(0,0,0,.3);
}

.pricing-table-x .table-header {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.pricing-table-x .table-header h3 {
    font-size: 20px;
    font-weight: 500;
}

.pricing-table-x .plan {
    margin: 20px 0;
}

.pricing-table-x .plan .price {
    margin-bottom: 0;
    font-size: 55px;
}

.pricing-table-x .plan .price span {
    font-size: 15px;
}
.pricing-table-x .plan .price sup {
	font-size: 18px;
	top:-1em;
}
.pricing-table-x .plan .per {
    font-size: 14px;
}

.pricing-table-x .plan-info {
    padding: 15px 0;
    overflow: hidden;
    text-align: left;
}

.pricing-table-x .plan-info ul {
    margin-bottom: 0;
    padding: 0;
}

.pricing-table-x .plan-info ul li {
    margin-bottom: 15px;
}

.pricing-table-x .plan-info ul li i {
    float: right;
 /*   font-size: 11px; */
}

.pricing-table-x .plan-info ul li .true {
    color: #9c3;
}

.pricing-table-x .plan-info ul li .false {
    color: #ec126d;
}

.pricing-table-x .button-area {
    margin-top: 0;
}

#pricing .active {
    z-index: 2;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.3);
    box-shadow: 0 0 35px rgba(0,0,0,.3);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.pricing-table2 {
    margin-bottom: 15px;
}

.single-pricing-2 {
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.single-pricing-2:hover {
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.3);
    box-shadow: 0 0 35px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 35px rgba(0,0,0,.3);
}

.single-pricing-2 .plan-name {
    display: block;
    padding: 20px 0;
    font-size: 24px;
    line-height: 30px;
}

.single-pricing-2 .plan-name small {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    line-height: normal;
}

.single-pricing-2 .plan-price {
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center;
    font-size: 48px;
    color: #fff!important;
    background: #9c3;
}

.featured .plan-price {
    color: #fff!important;
    background: #ff5959;
}

.premium .plan-price {
    color: #fff!important;
    background: #3498db!important;
}

.single-pricing-2 .plan-price {
    font-weight: 500;
}

.single-pricing-2 .plan-price .currency {
    top: -.9em;
    left: -.01em;
    font-size: 50%;
}

.single-pricing-2 .plan-price sub {
    font-size: 18px;
}


.single-pricing-2 ul {
    margin-bottom: 0;
    padding: 0;
    background: #fff none repeat scroll 0 0;
}

.single-pricing-2 ul li {
    padding: 12px 29px;
    border-top: 1px dashed #dedede;
    text-align: center;
    font-weight: 400;
}

.single-pricing-2 ul li:first-child {
    border-top: 0;
}

.pricing2-button {
    padding: 20px 0;
    text-align: center;
}

.pricing2-button .btn {
    padding: 12px 55px;
    text-transform: uppercase;
}

#carousel-area {
    overflow: hidden;
    background: #2c3e50;
}

#carousel-area .carousel-inner .carousel-item {
    width: 100%;
    overflow: hidden;
    opacity: .3;
    transition-property: opacity;
    transition-duration: 1s;
}

#carousel-area .carousel-inner .active {
    opacity: 1;
}

#carousel-area .carousel-inner .active.left,
#carousel-area .carousel-inner .active.right {
    z-index: 1;
    left: 0;
    opacity: 0;
}

#carousel-area .carousel-inner .next.left,
#carousel-area .carousel-inner .prev.right {
    opacity: 1;
}

#carousel-area .carousel-control {
    z-index: 2;
}

#carousel-area .carousel-item img {
    position: relative;
    width: 100%;
}

#carousel-area .carousel-item .carousel-caption {
    top: 33%;
    right: 10%;
    left: 10%;
    padding-top: 0;
    text-shadow: none;
}

#carousel-area .carousel-item .carousel-caption h2 {
    margin-bottom: 15px;
    font-family: poppins,sans-serif;
    font-size: 70px;
    letter-spacing: 1px;
    color: #fff;
}

#carousel-area .carousel-item .carousel-caption h3 {
    font-family: open sans,sans-serif;
    font-size: 24px;
    font-weight: 100;
    color: #fff;
}

#carousel-area .carousel-item .carousel-caption .btn {
    margin: 30px 15px;
}

#carousel-area .active {
    opacity: 1;
}

#carousel-area .active.left,
#carousel-area .active.right {
    z-index: 1;
    left: 0;
    opacity: 0;
}

#carousel-area .carousel-control {
    z-index: 10;
    top: 50%;
    width: 35px;
    height: 55px;
    padding: 10px 5px;
    text-shadow: none;
    
    box-shadow: none;
}

#carousel-area .carousel-control-prev-icon {
    left: 5%;
}

#carousel-area .carousel-control-next-icon {
    right: 5%;
    background-position: -150px 0!important;
}

#carousel-area .carousel-indicators {
    bottom: 30px;
}

#carousel-area .carousel-indicators li {
    width: 32px;
    height: 5px;
    margin: 0 5px;
    border: none;
    border-radius: 0;
    background: rgba(253,254,255,.8);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
    opacity: 1;
}

#carousel-area:hover .carousel-control {
    display: block;
}

#carousel-area i {
    margin-right: 5px;
}

#carousel-area .carousel-two .carousel-caption {
    top: 25%;
    left: 12%;
}

#carousel-area .carousel-two .carousel-caption .btn {
    margin: 30px 0;
}

#carousel-area .carousel-two h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

#carousel-area .carousel-two p {
    color: #fff;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.hero-area {
    position: relative;
    overflow: hidden;
    background: #f5f8fb;
}

.hero-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background: #9c3;
}

.hero-area .contents {
    padding: 150px 0 90px;
}

.hero-area .contents h2 {
    margin-bottom: 25px;
    font-size: 52px;
    font-weight: 300;
    color: #212121;
}

.hero-area .contents p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.hero-area .contents .btn {
    margin-top: 30px;
    text-transform: uppercase;
}

.hero-area .banner_bottom_btn {
    margin-top: 40px;
}

.hero-area .banner_bottom_btn i {
    font-size: 48px;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.hero-area .banner_bottom_btn i:hover {
    color: #9c3;
}

.intro-img {
    padding: 122px 0 0;
}

.intro-img img {
    display: block;
    height: auto;
    max-width: 100%;
}

#error-404 {
    padding: 36px;
    background: #ecf0f1;
}

#error-404 h1 {
    font-size: 120px;
}

#error-404 h3 {
    margin-bottom: 30px;
    font-size: 40px;
}

.single-portfolio-area .single-portfolio-image img {
    width: 100%;
}

.portfolio-meta ul,
.portfolio-controls ul {
    padding-left: 0;
    list-style: outside none none;
}

.portfolio-meta ul li {
    margin: 10px 0;
}

.portfolio-meta ul li span {
    display: inline-block;
    width: 130px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.portfolio-controls ul li a.btn {
    padding: 10px 75px;
}

.portfolio-controls ul li a.btn i.fa {
    font-size: 37px;
}










#reference .reference-item {
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.1);
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#reference .reference-item:hover {
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.3);
    box-shadow: 0 0 35px rgba(0,0,0,.3);
}

#reference .reference-item figure {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

#reference .reference-item figure img {
    width: 100%;
    height: auto;
}

#reference .reference-item figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.85);
    -webkit-transition: opacity .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .8s cubic-bezier(.19,1,.22,1);
}

#reference .reference-item figure figcaption .details {
    position: absolute;
    top: 15%;
}

#reference .reference-item figure figcaption .content-white {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

#reference .reference-item figure figcaption .orange-line {
    width: 0;
    height: 1px;
    margin: 7px auto 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#reference .reference-item figure:hover figcaption {
    opacity: 1;
}

#reference .reference-item figure:hover .orange-line {
    width: 62px;
}

#reference .reference-item figure:hover figcaption .content-white,
#reference .reference-item figure:hover .social a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

#reference .reference-item .social {
    margin-top: 15px;
    text-align: center;
}

#reference .reference-item .social .facebook,
#reference .reference-item .social .twitter,
#reference .reference-item .social .google-plus {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-right: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    line-height: 42px;
    outline: none;
    color: #fff;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

#reference .reference-item .social .facebook {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

#reference .reference-item .social .twitter {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#reference .reference-item .social .google-plus {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

#reference .reference-item .social a:hover {
    background: 0 0;
}

#reference .info {
    text-align: center;
    background: #fff;
}

#reference .info h2 {
    font-size: 18px;
    min-height: 45px;
}

#reference .info p {
    font-size: 14px;
    line-height: 22px;
	color: #666;
}

#reference .details p {
    font-size: 14px;
    line-height: 22px;
	min-height: 70px;
}

#reference .info .photo {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: -0.5rem;
}





