/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#ABOUT
#CALL TO ACTION
#TEAM   
#SERVICE
#PORTFOLIO
#COUNTER
#PRICING TABLE
#TESTIMONIAL
#FORM BLOG
#SUBSCRIBE
#CONTACT
#FOOTER
#BLOG PAGE
#ERROR PAGE
#SEARCH RESULTS PAGE
#START RESPONSIVE STYLE
*/

/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/


/****** FONT *****/

@font-face {
    font-family: Lato-Thin;
    src: url(../fonts/Lato-Thin.ttf);
}
@font-face {
    font-family: Lato-Semibold;
    src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: Lato-Medium;
    src: url(../fonts/Lato-Medium.ttf);
}

@font-face {
    font-family: Hind-Regular;
    src: url(../fonts/Hind-Regular.otf);
}

body, html {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    overflow-x: hidden !important;
    color: #999;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #ccc;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}

h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
}

img {
    border: none;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

.loader {
    font-size: 10px;
    top: 300px;
    left: 45%;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*scrol to top*/

.scrollToTop {
    border-radius: 50%;
    bottom: 60px;
    display: none;
    font-size: 25px;
    height: 55px;
    line-height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    width: 55px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
}

.scrollToTop:hover,
.scrollToTop:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

/*--------------------*/
/*HEADER */
/*--------------------*/

#header {
    float: left;
    display: inline;
    width: 100%;
}
.menu-container{
    height: 100%;
   max-width: 1660px;
    width: 90%;
    margin: auto!important;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#menu-area #navbar{
    height: 100%!important;
}
#menu-area #top-menu{
    height: 100%;
}
#menu-area #top-menu li{
    height: 100%;
}
#menu-area #top-menu li a{
    height: 100%;
    font-weight: bold;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.mobile-close{
    display: none;
}
.header-inner {
    display: inline;
    position: relative;
    float: left;
    width: 100%;
}

.header-inner > img {
    width: 100%;
    height: 915px;
    object-fit: cover;
}

.header-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header-content {
    float: left;
    width: 100%;
    height: 100%;
    padding: 18.5% 140px 140px;
    text-align: left;
}

.header-content h2 {
    font-size: 80px;
    font-weight: 100;
    text-transform: uppercase;
}

.header-content h2 span {
    font-weight: normal;
    line-height: 93px;
}

.header-btn-area {
    margin-top: 90px;
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

.header-btn-area a {
    margin: 0px 15px;
}

.knowmore-btn {
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 25px 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;
}

.download-btn {
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 25px 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;
}

.knowmore-btn:hover,
.knowmore-btn:focus,
.download-btn:hover,
.download-btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none;

}

.navbar-default {
    border-color: #2a2a2a;
}

.header-slide .slick-dots {
    width: 20px;
}

.header-slide .slick-dots {
    bottom: 50px;
}
.header-slide .slick-dots li {
    display: list-item;
    margin: 12px 0px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-slide .slick-dots li.slick-active button {
    background: #eeeeee none repeat scroll 0 0;
}

.header-slide .slick-dots li button {
    border: 2px solid #eeeeee;
    border-radius: 50%;
    color: #eeeeee;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 5px;
    line-height: 0;
    outline: medium none;
    padding: 3px;
    width: 5px;
}
.background-text {
    font-size: 30px;
    font-family: "Lato";
    color: rgb(255, 255, 255);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 40px;
    font-weight: normal;
}

.header-slide p, .header-slide .slick-list {
    margin-left: 228px;
}
.header-slide .slick-list span, .header-text {
    margin-bottom: 10px;
    font-size: 80px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.999;
    font-weight: 100;
}
.header-slide .slick-list span{
    font-family: Lato-Thin;
}
.header-text {
    font-family: Lato-Semibold;
}

/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area {
    float: left;
    display: inline;
    width: 100%;
    height: 156px;
}

.main-navbar {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border: 1px solid #f3f4f5;
    box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, .06);
    height: 156px;
    margin-bottom: 0;
    z-index: 1034;
    padding-top: 28px;
}

.navbar-fixed-top {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-fixed-top > li > a {
    font-size: 14.523px;
}

.logo {
    height: 95px;
    margin-right: 45px;
    margin-top: -1px;
    padding: 0;
}

.logo span {
    color: #333;
    display: block;
    font-size: 60px;
    padding-top: 38px;
}

.logo-compressed {
    height: 72px;
}

.logo-compressed span {
    padding-top: 30px;
}

.logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#navbar {
    float: left;
    width: 78%;
}

.main-nav {
    display: inline-block;
    text-align: right;
    width: 100%;
}

.main-nav li {
    display: inline-block;
    float: none;
}
.main-nav li a {
    color: #fff;
    font-size: 16px;
    padding: 38px 35px;
    text-transform: uppercase;
    font-family: "Roboto";
}
.less-padding {
    padding: 30px 15px !important;
}
.navbar-default .navbar-nav > li > a {
    color: rgb(16, 32, 53);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    border-bottom: 3px solid;
    margin: 0 auto;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
}
.search-area {
    display: inline-block;
    float: right;
    height: 60px;
    padding: 0;
    position: relative;
    width: 10%;
}
.search-area input[type="text"] {
    height: 30px;
    display: inline-block;
    font-size: 16px;
    font-family: Roboto;
    border: none;
    outline: none;
    line-height: 20px;
    color: transparent;
    padding: 3px 60px 0px 3px;
    width: 110px;
    padding-left: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    background: none;
    z-index: 3;
    -webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}
.search-area input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: transparent;
}

.search-area input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}

.search-area input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: transparent;
}

.search-area input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: transparent;
}

.search-area input[type="text"]:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(149, 149, 149);
}

.search-area input[type="text"]:focus::-moz-placeholder { /* Firefox 19+ */
    color: rgb(149, 149, 149);
}

.search-area input[type="text"]:focus:-ms-input-placeholder { /* IE 10+ */
    color: rgb(149, 149, 149);
}

.search-area input[type="text"]:focus:-moz-placeholder { /* Firefox 18- */
    color: rgb(149, 149, 149);
}

.search-area input[type="text"]:focus {
    width: 935px;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    cursor: text;
    color: #999;
    top: 33%;
}

.search-area input[type="submit"] {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    display: none;
    height: 35px;
    outline: medium none;
    position: absolute;
    right: 0;
    text-indent: -10000px;
    top: 53%;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    width: 45px;
    z-index: 2;
}

.search-area input[type="submit"]:hover {
    opacity: 0.8;
}

.search-area p {
    position: absolute;
    right: 0px;
    top: 53%;
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(16, 32, 53);
}

.search-area p i {
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
}

.search-area span {
    display: inline-block;
}

.search-area hr {
    width: 2px;
    background-color: rgb(16, 32, 53);
    height: 48px;
    display: inline-block;
}

.navbar-fixed-top .search-area span, .navbar-fixed-top .main-nav li a {
    font-size: 14.523px;
}

.navbar-fixed-top .search-area hr {
    height: 36px;
}

.navbar-fixed-top .search-area span i {
    font-size: 20px;
}

.navbar-fixed-top .search-area input[type="text"] {
    width: 85px;
}

.navbar-fixed-top .search-area input[type="text"]:focus {
    width: 935px;
}

/*--------------------*/
/* ABOUT */
/*--------------------*/

#about {
    float: left;
    display: inline;
    position: relative;
    width: 100%;
}

.aboout-bg {
    width: 100%;
    height: 656px;
    object-fit: cover;
}

.about-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.welcome-area {
    float: left;
    display: inline;
    width: 100%;
}

.title-area {
    display: inline;
    float: left;
    padding: 0 172px;
    position: relative;
    text-align: center;
    width: 100%;
}

.tittle {
    color: #ccc;
    font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 18px;
}

.tittle-line {
    background-color: #898989;
    display: inline-block;
    height: 3px;
    margin-bottom: 16px;
    width: 60px;
}

.welcome-content {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 50px;
}

.wc-table {
    display: inline-block;
    text-align: center;
}

.wc-table li {
    float: left;
    width: 25%;
}

.single-wc-content {
    float: left;
    display: inline;
    width: 100%;
}

.single-wc-content span {
    border-radius: 20%;
    display: inline-block;
    font-size: 35px;
    height: 117px;
    line-height: 117px;
    text-align: center;
    width: 117px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single-wc-content .wc-tittle {
    color: #ccc;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #bbbbbb;
    margin-top: 32px;
    padding-bottom: 17px;
}

.single-wc-content p {
    color: #999;
    font-size: 15px;
    padding: 12px;
}

.single-wc-content:hover .wc-icon {
    color: #fff;
}

.single-wc-content:hover .wc-tittle {
    padding-bottom: 16px;
}

.about-area {
    display: inline;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.about-left {
    display: inline;
    float: left;
    height: 420px;
    position: relative;
    width: 100%;
    margin-top: 150px;
}

.about-left img {
    left: 7px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 370px;
}

.about-slick .slick-dots {
    bottom: 15px;
}

.about-slick .slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    color: #eeeeee;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 5px;
    line-height: 0;
    outline: medium none;
    padding: 3px;
    width: 5px;
}

.about-slick .slick-dots li.slick-active button {
    background: #eeeeee none repeat scroll 0 0;
}

.introduction-btn {
    color: #f9fffd;
    display: inline-block;
    font-size: 25px;
    left: 36%;
    padding: 18px 16px;
    position: absolute;
    text-decoration: none;
    top: 50%;
}

.introduction-btn:hover,
.introduction-btn:focus {
    color: #f9fffd;
    text-decoration: none;
    outline: none;
}

.about-right {
    display: inline;
    float: left;
    padding-top: 145px;
    width: 100%;
}

.about-right .title-area {
    text-align: left;
    padding: 0px;
}

.about-right .tittle {
    padding-bottom: 27px;
    font-size: 45px;
    font-family: "Roboto";
    font-weight: 100;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
}
.tittle > span{
    font-weight: 600;
}
.about-right .tittle-line {
    height: 2px;
    margin-bottom: 35px;
    width: 100%;
}

.about-right p {
    font-size: 20px;
    font-family: Lato-Regular;
    color: rgb(209, 209, 209);
    line-height: 1.5;
    margin-bottom: 22px;
}

.about-right p:first-of-type {
    font-size: 20px;
    font-family: Lato-Regular;
    color: rgb(209, 209, 209);
    line-height: 1.5;
    text-align: left;
    clear: both;
}

.about-btn-area {
    float: left;
    display: inline;
    margin-top: 14px;
    width: 100%;
}

.button {
    float: left;
    display: block;
    margin: 1em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button:focus {
    outline: none;
}

.button > span {
    vertical-align: middle;
}

.button-default {
    text-decoration: none;
    overflow: hidden;
    font-size: 15px;
    padding: 0;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-default::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5%;
    left: 0;
    opacity: 0;
    color: #3f51b5;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.button-default > span {
    display: block;
}

.button-default:after {
    color: #fff;
}

.button-default::after,
.button-default > span {
    padding: 12px 21px 14px 21px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    font-size: 30px;
}

.button-default:hover {
    background-color: rgba(63, 81, 181, 0.1);
    text-decoration: none;
}

.button-default:hover,
.button-default:focus {
    color: #fff !important;
}

.button-default:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button-default:hover > span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

/*--------------------*/
/* CALL TO ACTION */
/*--------------------*/

#call-to-action {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

#call-to-action img {
    width: 100%;
    height: 484px;
    object-fit: cover;
}

.call-to-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.call-to-content {
    display: inline;
    float: left;
    padding: 130px 0;
    text-align: center;
    width: 100%;
}

.call-to-content h2 {
    font-size: 40px;
    font-family: "Lato-Semibold";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.call-to-content p {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.875;
    text-align: center;
}

.call-to-content a {
    display: inline-block;
    float: none;
    margin-top: 27px;
    padding: 8px 18px;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: "Lato-Regular";
    color: #102035;
    border-radius: 3px;
}

/*--------------------*/
/* TEAM */
/*--------------------*/

#team {
    display: inline;
    padding: 130px 0px;
    float: left;
    width: 100%;
}

.team-area {
    display: inline;
    float: left;
    width: 100%;
}

.team-area .title-area {
    padding: 0 !important;
}

.team-area .tittle {
    font-size: 45px;
    font-family: "Roboto";
    color: rgb(16, 32, 53);
    text-transform: uppercase;
    line-height: 52px;
    text-align: left;
}

.team-area .tittle span {
    color: rgb(16, 32, 53) !important;
    font-weight: 300;
}

.team-area p {
    font-size: 20px;
    font-family: Lato-Regular;
    color: rgb(115, 120, 128);
    line-height: 1.3;
    text-align: left;
    clear: both;
}

.team-more {
    margin: 0;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    text-align: center;
    margin-top: 60px;
    border-radius: 3px;
}
.team-more span{
    width: 171px;
    padding: 15px;
    font-size: 20px;
}
.team-more::after{
    padding: 7px 21px;
    font-size: 20px;
    top: 14%;
}
.team-content {
    display: inline;
    float: left;
    margin-top: 18px;
    width: 100%;
}

.team-grid {
    margin: -45px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.team-grid li {
    display: inline-block;
    height: 270px;
    margin-top: 30px;
}

.team-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-img-1 {
    background-image: url(/images/team/270/brehling.jpg)
}
.team-img-2 {
    background-image: url(/images/team/270/afrey.jpg)
}
.team-img-3 {
    background-image: url(/images/team/270/mlautenschlaeger.jpg)
}
.team-img-4 {
    background-image: url(/images/team/270/sahrends.jpg)
}
.team-img-5 {
    background-image: url(/images/team/270/bbruehl.jpg)
}
.team-img-6 {
    background-image: url(/images/team/270/tgardemann.jpg)
}
.team-img-7 {
    background-image: url(/images/team/270/bechenfeld.jpg)
}
.team-img-8 {
    background-image: url(/images/team/270/wschiffer.jpg)
}
.team-img-9 {
    background-image: url(/images/team/270/cfischer.jpg)
}
.team-img-10 {
    background-image: url(/images/team/270/blank.png)
}
.team-img-11 {
    background-image: url(/images/team/270/areinert.jpg)
}
.team-img-12 {
    background-image: url(/images/team/270/mfrey.jpg)
}
.team-img-13 {
    background-image: url(/images/team/270/lsiebert.jpg)
}
.team-img-14 {
    background-image: url(/images/team/270/rtrapp.jpg)
}
.team-img-15 {
    background-image: url(/images/team/270/mmooraj.jpg)
}
.team-img-16 {
    background-image: url(/images/team/270/twild.jpg)
}
.team-img-17 {
    background-image: url(/images/team/270/jhuelstede.jpg)
}
.team-img-18 {
    background-image: url(/images/team/270/cpie.jpg)
}
.team-img-19 {
    background-image: url(/images/team/270/gbaumgaertner.jpg)
}
.team-img-20 {
    background-image: url(/images/team/270/spokorny.jpg)
}
.team-img-21 {
    background-image: url(/images/team/270/achrenko.jpg)
}
.team-img-22 {
    background-image: url(/images/team/270/fkollmann.jpg)
}
.team-img-23 {
    background-image: url(/images/team/270/cforst.jpg)
}

.team-info {
    position: absolute;
    width: inherit;
    height: inherit;
    padding: 50px 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.team-info p {
    color: #fff;
    padding: 10px 5px;
    margin: 0 30px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 25px !important;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0.4s;
    -moz-transition: all 1s ease-in-out 0.4s;
    -o-transition: all 1s ease-in-out 0.4s;
    -ms-transition: all 1s ease-in-out 0.4s;
    transition: all 1s ease-in-out 0.4s;
}

.team-info a {
    border: 1px solid #fffefe;
    border-radius: 50%;
    color: #fffefe;
    display: inline-block;
    font-size: 16px;
    opacity: 0.8;
    height: 27px;
    margin: 0 5px;
    text-align: center;
    width: 27px;
}

.team-info a:hover {
    opacity: 1;
}

.team-grid li:hover .team-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.team-grid li:hover .team-info p {
    opacity: 1;
}

.team-address {
    display: inline;
    float: left;
    margin-top: 26px;
    text-align: center;
    width: 100%;
}

.team-address p {
    color: #ccc;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    -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-address span {
    color: #999;
    font-size: 17px;
    font-style: italic;
    font-family: "Raleway", sans-serif;
}

/*--------------------*/
/* SERVICE */
/*--------------------*/

#service {
    float: left;
    display: inline;
    padding: 65px 0;
    width: 100%;
    margin-bottom: 40px;
}

.service_area {
    display: inline;
    float: left;
    width: 100%;
}

.service-content {
    display: inline;
    margin-top: 25px;
    float: left;
    width: 100%;
}

.service-table {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.service-table li:hover{
    box-shadow: 0px 0px 15px 5px #ddd;
}
.service-table li:hover .service-title a {
    text-decoration: none;
    cursor: pointer;
}

.service-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.service-icon img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.single-service {
    margin-bottom: 15px;
    padding: 40px 20px 0px 20px;
    position: relative;
    width: 100%;
}

.single-service:hover {
    background-color: #fff;
}

.single-service .service-title a {
    color: rgb(16, 32, 53);
    font-size: 25px;
    font-family: "Roboto";
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.single-service p {
    font-size: 16px;
    font-family: "Lato-Regular";
    color: rgb(115, 120, 128);
    line-height: 1.875;
}

.service-more {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 500;
    color: rgb(16, 32, 53);
    text-decoration: none;
}

.service-more:hover {
    text-decoration: none;
}

/*--------------------*/
/* PORTFOLIO */
/*--------------------*/

#portfolio {
    display: inline;
    float: left;
    padding: 115px 0 112px 0;
    width: 100%;
    background: #f3f4f5;
}

.portfolio-area {
    display: inline;
    float: left;
    width: 100%;
}

.portfolio-area .tittle {
    font-size: 45px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight:300;
    padding-bottom:27px;
}

.portfolio-area .tittle span{
    color: rgb(0, 0, 0);
}

.portfolio-area .title-area p {
    font-size: 20px;
    font-family: "Roboto";
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.751;
    text-align: center;
    margin-bottom: 0;
}

.portfolio-content {
    display: inline;
    float: left;
    width: 100%;
}

.portfolio-menu {
    display: inline;
    float: left;
    width: 100%;
}

.portfolio-menu ul {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.portfolio-menu ul li {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 13px;
    padding: 6px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.portfolio-container {
    display: inline;
    float: left;
    margin-left: -9px;
    margin-top: 120px;
    width: 100%;
}

.single-portfolio {
    display: inline;
    float: left;
    margin-bottom: 18px;
    margin-left: 18px;
    width: 23.4%;
}

.single-portfolio:nth-child(5) {
    width: 48.2%;
}

.single-item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.single-item > img {
    width: 100%;
    display: block;
    height: 271px;
    object-fit: cover;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-item > img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.single-item-content {
    background-color: #000;
    display: inline;
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.portfolio-social-icon {
    float: left;
    display: inline;
    padding: 110px 50px;
    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;
}

.single-item:hover .single-item-content {
    opacity: 1;
}

.single-item-content:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.portfolio-social-icon a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 40px;
    line-height: 15px;
    margin: 0 8px;
    padding: 12px;
    text-align: center;
    width: 40px;
    transform: scale(0.5);
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.single-item-content:hover .view-btn {
    transform: scale(0.9);
}

.portfolio-title {
    top: 0;
    display: inline;
    opacity: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    padding-bottom: 12px;
    position: absolute;
    text-align: center;
    width: 50%;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.single-item:hover .portfolio-title {
    opacity: 1;
}

.portfolio-title h4 {
    color: #fff7f7;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.portfolio-title span {
    color: #fff7f7;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
}

.portfolio-detail {
    display: none;
    float: left;
    text-align: center;
    width: 100%;
}

#portfolio-popup {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    opacity: 0;
    z-index: 99999;
    overflow-y: scroll;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-popup-area {
    position: relative;
    display: block;
    float: left;
    max-width: 1170px;
    margin: auto;
}

#portfolio-popup .portfolio-detail {
    display: inline;
}

#portfolio-popup.portfolio-popup-show {
    align-items: center;
    display: flex;
}

.portfolio-popup-inner {
    color: #fff;
    display: inline;
    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;
}

.portfolio-popup-inner p {
    text-align: justify;
    font-family: Roboto;
    font-weight: 300;
    margin-top: 30px;
}

.portfolio-popup-inner-show {
    margin-left: 0;
}

.portfolio-popup-inner img {
    margin: 0 auto;
    max-width: 100%;
}

.portfolio-popup-inner h2 {
    color: #fff;
    margin-top: 15px;
    font-family: Roboto;
}

.modal-close-btn {
    color: #1e1e1e;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    position: absolute;
    right: -25px;
    text-align: center;
    top: -30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 30px;
    background-color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.modal-close-btn:hover,
.modal-close-btn:focus {
    color: #000;
    border-color: #000;
    opacity: 1;
}

.view-project-btn {
    font-family: Roboto;
    display: inline-block;
    margin-top: 10px;
    padding: 16px 34px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #fff;
    color: #fff;
    font-size:24px;
    font-weight: 200;
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#counter {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

#counter img {
    height: 684px;
    width: 100%;
    object-fit: cover;
}

.counter-overlay {
    background-color: rgba(0, 0, 0, 0.85);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.counter-area {
    display: inline;
    float: left;
    padding: 118px 0 112px 0;
    width: 100%;
}

.counter-area h2 {
    font-size: 45px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.72;
    text-align: center;
    font-weight: 100;
    margin-bottom: 85px;
}

.counter-area h2 span {
    font-weight: bold;
}

.single-counter {
    display: inline;
    float: left;
    padding: 0px;
    width: 100%;
    text-align:center;
}

.single-counter > span {
    display: block;
    float: left;
    font-size: 60px;
    text-align: center;
    width: 60px;
}

.single-counter .counter-count {
    float: left;
    width:100%;
}

.counter-area > div.col-md-3{
    padding:0px;
}

.single-counter .counter-count > span {
    color: #fff;
    font-family: "Roboto";
    display: block;
    font-size: 125px;
    font-weight: bold;
    margin-bottom: -20px;
    margin-top: -20px;
    text-align: center;
}

.single-counter .counter-count > p {
    font-size: 50px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: lowercase;
    line-height: 0.8;
    font-weight: 300;
}

/*--------------------*/
/* PRICING TABLE */
/*--------------------*/

#pricing-table {
    display: inline;
    float: left;
    padding: 120px 0 108px;
    width: 100%;
    background: #f3f4f5;
}

.pricing-table-area {
    display: inline;
    float: left;
    width: 100%;
}

.pricing-table-area .tittle {
    font-size: 45px;
    font-family: "Roboto";
    color: rgb(16, 32, 53);
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 60px;
}

.pricing-table-content {
    display: inline;
    float: left;
    margin-top: 60px;
    width: 100%;
}

.price-table {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.price-table li {
    display: inline-block;
    float: left;
    padding-bottom: 12px;
}

.single-price {
    display: inline;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 25px;
}

.single-price .price-header {
    font-size: 80px;
    letter-spacing: 2px;
    font-family: "Roboto";
    font-weight: 900;
    position: relative;
    text-align: center;
    padding-top: 25px;
    color: #555b66;
}

.single-price .price-header span {
    font-size: 20px;
}
.price-type {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(16, 32, 53);
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.75;
    text-align: center;
    margin-bottom: 60px;
}

.single-price .price-header::after {
    bottom: -30%;
    content: "";
    font-family: fontAwesome;
    font-size: 32px;
    left: 46.5%;
    position: absolute;
}

.standard-price .price-header::after {
    bottom: -22%;
}

.single-price .price-amount {
    display: block;
    font-size: 32px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
}

.price-month {
    font-size: 14px;
    color: #5d5d5d;
}

.price-table li .single-price .price-header{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-price p {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(115, 120, 128);
    line-height: 3;
    text-align: center;
    border-bottom: 1px solid #f6f7f8;
    margin-bottom: 0px;
    width: 80%;
    margin: 0 auto;
}

.single-price,.price-type{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.price-table > li:nth-child(2) .single-price{
    -webkit-box-shadow: 3px 3px 0px 0px #cccdce;
    -moz-box-shadow: 3px 3px 0px 0px #cccdce;
    box-shadow: 3px 3px 0px 0px #cccdce;
    padding-bottom: 60px;
}
.price-table li:hover .single-price{
    -webkit-box-shadow: 3px 3px 0px 0px #cccdce;
    -moz-box-shadow: 3px 3px 0px 0px #cccdce;
    box-shadow: 3px 3px 0px 0px #cccdce;
    padding-bottom: 60px;
}
.single-price p:first-of-type {
    border-top: 1px solid #f6f7f8;
}

.single-price p:last-of-type {
    margin-bottom: 37px;
}

.single-price a {
    display: inline-block;
    float: none;
    margin-top: 23px;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    font-family: "Roboto";
    color: #102035;
    background-color: #e5e4e4;
    text-transform: uppercase;
}

.single-price a span{
    font-size: 14px;
    font-weight: 500;
    padding: 13px 50px 11px;
}

.single-price a:after{
    font-size: 14px;
    font-weight: 500;
    top: 15%;
}

.single-price a:hover {
    border: none;
}

.single-price a span {
    border: medium none;
    display: inline-block;
}


/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/

#testimonial .pricing-table-area{
    text-align: center;
    margin: 120px 0px;
}
#testimonial .pricing-table-area .tittle{
    padding: 0;
}
#testimonial .testimonial-conten{
    margin-top:0px;
}

#testimonial {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
    height: 715px;
    overflow: hidden;
}

.testimonial-area {
    display: inline;
    float: left;
    width: 100%;
}

.testimonial-area .tittle {
    color: #fff;
}

.testimonial-area .tittle-line {
    background-color: #fff;
}

.testimonial-conten {
    display: inline;
    float: left;
    margin-top: 140px;
    width: 100%;
}

.testimonial-slider {
    display: inline;
    float: left;
    position: absolute;
    width: 100%;
    left: 0;
}
.testimonial-slider .single-slide .fa {
    font-size: 50px;
}

.single-slide {
    display: inline;
    float: left;
    padding: 0 90px;
    text-align: center;
    width: 100%;
}

.single-slide p {
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 300;
    color: rgb(115, 120, 128);
    line-height: 1.5;
    margin-top: 15px;
    position: relative;
    padding: 0 40px;
}

.single-slide .fl p{
    font-family: "Lato";
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0px;
}
.fl {
    display: flex;
    align-items: flex-start;
}

.fl-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-slide .fl-center {
    margin: 0 auto 25px auto;
}

.testimonial-quotes {
    width:110px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.single-slide > p::after {
    color: #fff;
    content: "";
    font-family: fontAwesome;
    font-size: 50px;
    left: -44px;
    position: absolute;
    top: -29px;
}

.single-testimonial {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 7px;
}

.testimonial-thumb, .testimonial-thumb-small {
    border-radius: 50%;
    height: 100px;
    margin: 0px 5px;
    width: 100px;
    display: inline-block;
    float: left;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-thumb-small {
    width: 80px;
    height: 80px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.single-testimonial p {
    font-size: 30px;
    font-family: "Roboto";
    color: rgb(16, 32, 53);
    text-transform: uppercase;
    line-height: 0.833;
    font-style: normal;
    font-weight: bold;
}

.single-testimonial span {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(16, 32, 53);
    text-transform: uppercase;
    line-height: 0.833;
    font-weight: 300;
}

.testimonial-slider .slick-prev::before {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: fontAwesome;
    font-size: 35px;
    height: 35px;
    line-height: 31px;
    padding: 0 10px;
    text-align: center;
    width: 35px;
}

.slick-slide:focus {
    outline: none;
}

.testimonial-slider .slick-next:before {
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-family: fontAwesome;
    font-size: 35px;
    height: 35px;
    line-height: 31px;
    padding: 0 10px;
    text-align: center;
    width: 35px;
}

.testimonial-slider .slick-prev {
    left: 0;
    z-index: 9999;
    top: 50%;
}

.testimonial-slider .slick-next {
    right: 40px;
    z-index: 9999;
    top: 50%;
}

#portfblog-background-overlayolio{
    clear:both;
    background-color: #e7e8ea;
    padding: 120px 0px;
}

.container{
    clear:both;
}
/*--------------------*/
/* FORM BLOG */
/*--------------------*/

#from-blog {
    background-color: #222;
    width: 100%;
    position: relative;
}
#from-blog .single-from-blog figure img{
    height: 240px;
}
#from-blog > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-background-overlay {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.from-blog-area .tittle {
    font-size: 45px;
    font-family: "Roboto";
    color: #000;
    line-height: 0.56;
    padding: 134px 0 128px;
    text-transform: uppercase;
    font-weight: 300;
}

.from-blog-area {
    display: inline;
    float: left;
    width: 100%;
}

.from-blog-area .tittle span{
    color: #000;
}
.from-blog-content {
    display: inline;
    float: left;
    margin-top: 5px;
    width: 100%;
    padding-bottom:95px;
}

#from-blog .from-blog-content > div > div:nth-child(2) img{
    height: 370px;
}

.single-from-blog {
    width: 100%;
    background-color: transparent;
    clear:both;
}
.single-from-blog:after{
    content: '';
    display: block;
    clear: both;
}

.blog-archive .single-from-blog:first-child figure {
    height: 410px;
}

.blog-text:after {
    content: '';
    display: block;
    clear: both;
}
.blog-archive .blog-pagination {
    padding-top: 10px;
}
.blog-pagination > li.active a{
    background: none;
}
.blog-archive .single-from-blog h2 {
    text-transform: none;
}
.single-from-blog figure {
    display: inline;
    float: left;
    width: 100%;
    position: relative;
    overflow:hidden;
}
.single-from-blog figure img{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    letter-spacing: 0.5px;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.from-blog-content .single-from-blog figure:hover img{
    -webkit-transform: rotate(10deg) scale(1.3);
    -moz-transform: rotate(10deg) scale(1.3);
    -ms-transform: rotate(10deg) scale(1.3);
    -o-transform: rotate(10deg) scale(1.3);
    transform: rotate(10deg) scale(1.3);
}

.single-from-blog figure img {
    width: 100%;
    border:0;
    box-shadow: none;
    height: 410px;
    -o-object-fit: cover;
    object-fit: cover;
}

.from-blog-content .single-from-blog .blog-title {
    display: inline;
    float: left;
    padding-left: 28px;
    padding-right: 30px;
    width: 100%;
}

.black-222 {
    background: #222;
}

.single-from-blog h2 {
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
    text-transform: capitalize;
    line-height: 0.727;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    clear: both;
    color: #171717;
    padding-top:25px;
}

.from-blog-content .single-from-blog h2{
    padding-left:28px;
    padding-right: 30px;
}
.blog-details-content h2 {
    text-transform: none;
}

.blog-text h2 {
    margin-bottom: 0;
}

.single-from-blog h2 a {
    color: #171717;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    letter-spacing: 0.5px;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single-from-blog h2 a:hover,
.single-from-blog h2 a:focus {
    text-decoration: none;
    outline: none;
}

.single-from-blog .blog-title p {
    font-size: 12px;
    font-family: Lato-Regular;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #171717;
}

.blog-left .single-from-blog .blog-title p {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(16, 32, 53);
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

.blog-text .blog-title {
    margin-bottom: 32px;
}

.blog-title span {
    margin-right: 10px;
}

.single-from-blog > p {
    font-size: 16px;
    font-family: "Lato-regular";
    color: #5f5f5f;
    letter-spacing: 0.5px;
    font-weight: 200;
    padding-left:28px;
    padding-right: 30px;
    clear: both;
    text-align: justify;
    line-height: 17px;
}

.single-blog-text {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(115, 120, 128);
    line-height: 1.875;
    text-align: left;
}

.blog-details-content blockquote {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(115, 120, 128);
    font-style: italic;
    line-height: 2.143;
    text-align: justify;
}

.blog-left .single-from-blog > p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(115, 120, 128);
    text-align: left;
}

.blog-text {
    padding: 10px 60px;
}
.blog-text:hover, .single-from-blog:hover .blog-text{
    box-shadow: 0px 0px 15px 5px #ddd;
}

.blog-text p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(115, 120, 128);
    line-height: 1.875;
    text-align: left;
}

.videoContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.videoContainer iframe {
    width: 100%;
    height: 100%;
}

.single-from-blog hr {
    margin-left: -12px;
    width: calc(100% + 24px);
    margin-bottom: 0px;
    border-top: 2px solid rgba(25, 39, 41, 0.6);
}

.like-container {
    padding: 10px 0;
}

.single-from-blog .blog-footer {
    display: inline;
    float: left;
    padding: 0 20px 20px;
    width: 100%;
}

.single-from-blog .blog-footer a {
    color: #818181;
    font-size: 14px;
    margin-right: 35px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single-from-blog .blog-footer a:hover,
.single-from-blog .blog-footer a:focus {
    text-decoration: none;
    outline: none;
}

.single-from-blog .blog-footer a span {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    line-height: 14px;
    margin-right: 3px;
    padding: 4px 5px;
}

/*--------------------*/
/* SUBSCRIBE */
/*--------------------*/

#subscribe {
    display: inline;
    float: left;
    width: 100%;
    position: relative;
}

.subscription-area:after{
    content: '';
    display: block;
    clear: both;
}

.subscription-area {
    padding: 130px 0 115px;
}

.subscription-area .tittle {
    font-size: 60px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
}

.subscription-area .tittle span {
    font-size: 30px;
    color: rgb(255, 255, 255);
    display: block;
    font-weight: 200;
}

.subscribe-form .form-group, .blog-search .form-group {
    position: relative;
}

.subscribe-form .form-group span, .blog-search .form-group span {
    position: absolute;
    color: #fff;
    top: 35%;
    right: 30%;
}

.subscribe-form input, .blog-search input {
    width: 375px;
    margin: 0 auto;
    max-width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 28px 20px;
    color: white;
    border: 1px solid #fff;
}

.single-widget .subscribe-form input, .single-widget .blog-search input {
    margin: 0;
}

.subscribe-form input::placeholder {
    font-size: 14px;
    font-family: "Roboto";
    color: rgba(255, 255, 255, 0.702);
    font-style: italic;
    text-transform: uppercase;
}

.subscribe-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    font-family: "Roboto";
    color: rgba(255, 255, 255, 0.702);
    font-style: italic;
    text-transform: uppercase;
}

.subscribe-form input::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 14px;
    font-family: "Roboto";
    color: rgba(255, 255, 255, 0.702);
    font-style: italic;
    text-transform: uppercase;
}

.homepage-subscribe input:focus {
    border-color: white;
}

/*--------------------*/
/* CONTACT */
/*--------------------*/

#contact {
    background-image: linear-gradient(to bottom right, #021318, rgba(0, 0, 0, 0.85)), url(/images/black.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline;
    float: left;
    padding: 125px 0 130px 0;
    width: 100%;
}
#contact .title-area{
    padding-bottom: 124px;
}
#contact .tittle{
    font-size: 45px;
    font-weight: 300;
    font-family: Roboto;
    color:white;
    text-transform: uppercase;
    padding-bottom: 0;
}
#contact .tittle span{
    color:white;
}
.contact-left {
    display: inline;
    float: left;
    width: 100%;
}

.contact-left h2 {
    color: #fafafa;
    font-size: 35px;
    margin-bottom: 35px;
}

.single-address {
    display: inline;
    float: left;
    margin-bottom: 20px;
    padding: 47px 40px;
    width: 100%;
}

.single-address:last-child {
    margin-bottom: 0;
}

.single-address h4 {
    font-size: 26px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 27px;
}

.single-address p {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.702);
    line-height: 1.69;
}

.contact-right {
    display: inline;
    float: left;
    padding: 60px 35px 50px 35px;
    width: 100%;
}

.contact-right h2 {
    font-size: 26px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.077;
    margin-bottom: 50px;
}

.contact-form .form-group input {
    background: transparent;
    color: #e1e1e1;
    border: 1px solid #fff;
    border-radius: 0;
    height: 40px;
    margin-bottom: 24px;
    padding: 25px 20px;
}

.contact-form .form-group textarea {
    padding: 20px;
    resize: none;
}

.contact-form .form-group input::placeholder, .contact-form .form-group textarea::placeholder {
    font-size: 14px;
    font-family: "Roboto";
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.6);
}

.contact-form .form-group input:-ms-input-placeholder, .contact-form .form-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    font-family: "Roboto";
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.6);
}

.contact-form .form-group input::-ms-input-placeholder, .contact-form .form-group textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 14px;
    font-family: "Roboto";
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.6);
}

.contact-form .form-group textarea {
    color: #e1e1e1;
    background: transparent;
    border: 1px solid #fff;
    letter-spacing: 0.5px;
    border-radius: 0;
    height: 205px;
}

.contact-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #e2e2e2;
    font-size: 20px;
}


.contact-form .form-control::-webkit-input-placeholder {
    color: #e2e2e2;
    font-size: 20px;
}
.contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #e2e2e2;
    font-size: 20px;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #e2e2e2;
    font-size: 20px;
}

.contact-form button {
    float: right;
    margin-right: 0;
    border-radius: 0px;
    width: 205px;
    height: 45px;
    color: #102035;
    margin-top: 20px;
    background-color: #ebebeb;
    border-radius: 3px;
}

.contact-form button:after {
    padding: 5px 21px;
}

.contact-form .button-default::after,
.contact-form .button-default > span {
    padding: 12px 40px;
    font-size: 16px;
    font-family: "Lato-Regular";
    color: #102035;
    text-align: center;
}

.contact-form .button-default:hover::after{
    color: #102035;
    font-size: 16px;
    background-color:#ebebeb;
    top: -2%;
}

.contact-form .button-default:hover{
    border:none;
    background-color:#ebebeb!important;
}
#google-map {
    display: none;
    float: left;
    width: 100%;
    box-shadow: rgb(138, 138, 138) 0px 0px 25px 2px;
}

iframe {
    border: 0;
    width: 100%;
    height: 500px;
}

.map-show {
    font-size: 15.254px;
    font-family: "OpenSans";
    color: rgb(255, 255, 255);
    line-height: 1.18;
    text-align: center;
    position: relative;
    margin-top: 125px;
}

.map-show div {
    margin: 0 auto;
    cursor: pointer;
}

.map-show div:hover {
    color: #fafafa;
}

.map-show p {
    font-family: Roboto;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 23px;
}

.map-show i {
    font-weight: bold;
    font-size: 23px;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer {
    background-color: #fff;
    display: inline;
    float: left;
    margin-top: -6px;
    width: 100%;
    padding-bottom: 45px;
}

.footer-top {
    display: inline;
    float: left;
    width: 100%;
    color: #aaaaaa;
}

.footer-top-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.footer-logo {
    display: inline-block;
}

.footer-social {
    display: inline;
    float: left;
    margin: 53px 0px 5px 0;
    width: 100%;
}

.footer-social a {
    color: rgb(16, 32, 53);
    display: inline-block;
    font-size: 18px;
    margin: 0 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-bottom {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
}
.footer-bottom div {
    width: 50%;
    margin: 0 auto;
}
.footer-bottom p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Roboto";
    color: rgb(16, 32, 53);
}

.footer-social hr {
    width: 1px;
    height: 20px;
    display: inline-block;
    border-left: 1px solid rgb(16, 32, 53);
    border-top: none;
    vertical-align: middle;
}

/*--------------------*/
/* BLOG PAGE */
/*--------------------*/

#blog-banner, #search-results-banner {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
    z-index: -1;
}

#blog-banner img, #search-results-banner img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.blog-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.blog-banner-area {
    display: inline;
    float: left;
    padding-top: 75px;
    text-align: center;
    width: 100%;
}

.blog-banner-area h2 {
    font-size: 40px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-banner-area .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding-left: 0;
}

.blog-banner-area .breadcrumb li {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: uppercase;

}

.blog-banner-area .breadcrumb li a {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
}

.blog-banner-area .breadcrumb > li + li::before {
    color: #ccc;
    content: "/\00a0";
    padding: 0 15px;
}

#blog {
    display: inline;
    float: left;
    padding: 125px 0 55px 0;
    width: 100%;
}

#blog.blog_post{
    padding-bottom: 80px;
}
#blog.blog_post .com-like,#blog.blog_post .com-like *{
    font-size: 13px;
    margin-left: 5px;
    margin-right: 0;
}
#blog.blog_post .com-like .fa-heart-o{
    margin-right: 2px;
}
#blog.blog_post .com-like a:hover{
    text-decoration: none;
}
.defoult_blog .com-like {
    font-size: 14px;
    margin-right: 5px;
}
.defoult_blog .com-like span{
    color: #838383;
}
.blog-area {
    display: inline;
    float: left;
    width: 100%;
}
.defoult_blog .com-like,#search-results .com-like{
    font-size: 14px;
    margin-right: 5px;
}
.defoult_blog .com-like span,#search-results .com-like span{
    margin-right: 0px;
    color: #838383;
}
.defoult_blog .com-like span.fa.fa-heart-o,#search-results .com-like span.fa.fa-heart-o {
    margin-right: 2px;
}
.only-title{
    padding-top: 100px;
}

.com-like {
    margin-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.com-like:hover, .com-like:focus {
    text-decoration: none;
}

.blog-left {
    display: inline;
    float: left;
    width: 100%;
}

.blog-left .single-from-blog h2 {
    font-size: 30px;
    font-family: "Roboto";
    line-height: 0.833;
    text-align: left;
    text-transform: uppercase;
}

.blog-pagination {
    display: block;
    width: 370px;
    max-width: 100%;
    margin: 0 auto;
}

.blog-pagination > li > a,
.blog-pagination > li > span {
    padding: 8px 20px;
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(115, 120, 128);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-pagination > li:first-child > a,
.blog-pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: 0;
    background: transparent;
    padding-right: 38px;
    padding-left: 0;
}

.blog-pagination > li:last-child > a,
.blog-pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-right: 0px;
    padding-left: 38px;
}

#blog .single-from-blog:last-of-type .blog-text {
    padding-bottom:40px;
}

.blog-right {
    display: inline;
    float: left;
    width: 100%;
}

.single-widget {
    display: inline;
    margin-bottom: 10px;
    float: left;
    padding: 0px 30px 40px;
    width: 100%;
}

.blog-title span{
    font-size: 14px;
    color: #121212;
}

.blog_author_date > span{
    margin-right: 60px;
}

.blog_author_date{
    font-family: Hind-Regular;
}

#blog .blog-text p{
    font-size: 20px;
    color: #121212;
    font-family: Lato-Regular;
    line-height: 1.6;
}

#blog .blog-text .blog-title{
    margin-bottom: 20px;
}

#blog .blog-text{
    padding: 0px 0px 90px;
}

#blog .blog-left .single-from-blog h2{
    font-size: 34px;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 27px;
}

#blog.blog-results .blog-left .single-from-blog h2{
    font-size: 34px;
    font-weight: 300;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 27px;
    color: #121212;
    text-transform: uppercase;
}

#blog .blog-left .single-from-blog h2 a{
    color: #121212;
}

#blog .blog-text:hover, #blog .single-from-blog:hover .blog-text{
    box-shadow: none;
}

#blog .blog-text .team-more{
    margin-top: 22px;
    font-family: Lato-Regular;
    color: #102035;
}
#blog .blog-text .team-more span{
    background-color: #ebebeb;
}

#blog .blog-text .team-more span{
    padding: 17px 45px 16px;
    width: auto;
    font-size: 17px;
    text-transform: uppercase;
}

#blog .blog-text .team-more::after{
    font-size: 17px;
    top: 18%;
    text-transform: uppercase;
}
.single-widget .single-feed:nth-of-type(3), .single-widget .single-feed:nth-of-type(4) {
    margin-bottom: 10px;
}

.single-widget .subscribe-form input, .single-widget .blog-search input {
    color: rgba(115, 120, 128, 0.702);
}

.single-widget .subscribe-form input::placeholder, .single-widget .blog-search input::placeholder {
    font-size: 14px;
    font-family: "Roboto";
    color: rgba(115, 120, 128, 0.702);
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
}

.single-widget .subscribe-form input:-ms-input-placeholder, .single-widget .blog-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    font-family: "Roboto";
    color: rgba(115, 120, 128, 0.702);
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
}

.single-widget .subscribe-form input::-ms-input-placeholder, .single-widget .blog-search input::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 14px;
    font-family: "Roboto";
    color: rgba(115, 120, 128, 0.702);
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
}

.single-widget .subscribe-form input, .single-widget .blog-search input {
    border: 1px solid #e5e5e5;
}
.single-widget .subscribe-form input:focus, .single-widget .blog-search input:focus{
    box-shadow: none;
}

.single-widget h2 {
    color: #ccc;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-left: -31px;
    padding-bottom: 0;
    padding-left: 29px;
    padding-top: 0;
}

.single-widget h2 {
    font-size: 30px;
    font-family: "Roboto";
    color: rgb(16, 32, 53);
    text-transform: uppercase;
    line-height: 1.001;
    text-align: left;
    font-weight: 300;
    margin-bottom: 30px;
}

.single-widget h2 > span {
    font-weight: bold;
    display: block;
}

.single-widget .single-feed {
    height: 166px;
    padding: 5px;
}

.single-widget .single-feed:first-of-type, .single-widget .single-feed:nth-of-type(2) {
    padding-top: 0;
}
.single-widget .single-feed{
    cursor: pointer;
}

.single-widget .single-feed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subscribe-widget p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(115, 120, 128);
    line-height: 1.875;
    text-align: left;
}

.blog-search {
    display: inline;
    float: left;
    width: 100%;
}

.blog-search .button-default {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 23px;
}

.blog-search .button-default::after,
.blog-search .button-default > span {
    padding: 10px 30px;
}

.follow-us {
    border-top: 1px solid #d4d4d4;
    display: inline;
    float: left;
    padding-bottom: 10px;
    padding-top: 24px;
    text-align: center;
    width: 100%;
}

.follow-us a {
    border: 1px none transparent;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    text-align: center;
    width: 35px;
}

.follow-us a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.follow-us a.twitter {
    background-color: #00aced;
    border-color: #00aced;
}

.follow-us a.google-plus {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.follow-us a.youtube {
    background-color: #bb0000;
    border-color: #bb0000;
}

.follow-us a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
}

.follow-us a.dribbble {
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.popular-post-widget {
    display: inline;
    float: left;
    padding-bottom: 0px;
    text-align: left;
    width: 100%;
}

.popular-post-widget .media {
    margin-top: 5px;
}

.popular-post-widget .media-body {
    padding-top: 10px;
}

.sidebar {
    padding: 0;
}

.media-object {
    width: 85px;
    height: 85px;
}

.popular-post-widget .media-left {
    float: left;
    height: 100px;
    margin-right: 5px;
    width: 100px;
}

.popular-post-widget .media-heading {
    color: #505050;
    font-size: 18px;
    font-weight: bold;
}

.popular-post-widget .media-heading a {
    font-size: 16px;
    font-family: "Roboto";
    line-height: 1.25;
    text-align: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.popular-post-widget .media-heading a:hover,
.popular-post-widget .media-heading a:focus {
    text-decoration: none;
    outline: none;
}

.popular-post-widget .media-body p {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(16, 32, 53);
    font-weight: 600;
    text-transform: uppercase;
}

.instagram-feed {
    border-top: 1px solid #d4d4d4;
    display: inline;
    float: left;
    padding-bottom: 25px;
    padding-top: 24px;
    text-align: left;
    width: 100%;
}

.single-instagram-feed {
    display: inline;
    float: left;
    width: 100%;
}

.single-instagram-feed img {
    width: 100%;
}

.slick-dots li button:before {
    font-family: none;
}

.instagram-feed li button::before {
    color: #eeeeee;
}

.blog-details {
    background-color: #fff;
}

.blog-details-content {
    display: inline;
    float: left;
    padding: 40px;
    width: 100%;
}

.single-from-blog .blog-details-content {
    padding: 0px 15px 5px 25px;
    -webkit-box-shadow: 2px 2px 3px 0px #ebebeb;
    -moz-box-shadow: 2px 2px 3px 0px #ebebeb;
    box-shadow: 2px 2px 3px 0px #ebebeb;
}

.blog_post .single-blog-text{
    font-size: 20px;
    font-family: Lato-Regular;
    color: #4a4a4a;
    line-height: 1.2;
    clear: both;
}

.blog_post .blog-left .single-from-blog .blog-title span{
    margin:0px;
    font-size: 11px;
    color: #838383;
    text-align: right;
}
.blog_post .blog-left .single-from-blog .blog-title .c_w{
    float: right;
    padding-top: 65px;
}
.blog_post .blog-left .single-from-blog .blog-title .blog-admin{
    margin-right: 0px;
}

.blog_post .blog-left .single-from-blog figure a{
    cursor: inherit;
}

.blog_post .blog-left .single-from-blog h2{
    padding-top: 60px!important;
    padding-bottom: 37px!important;
    font-size: 44px!important;
    text-transform: capitalize;
    font-weight: 500!important;
    color: #262626;
    float: left;
}

.blog-details-content blockquote {
    color: #999;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.65;
}

.blog-details-content > span {
    color: #999;
    font-size: 20px;
    font-weight: bold;
}

.blog-details-content > a {
    color: #ccc;
    font-size: 18px;
    margin-right: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6 {
    color: #999;
}

.blog-details-content h3 {
    margin-top: 10px;
}

.blog-comment {
    display: inline;
    float: left;
    padding: 50px 0px 50px;
    width: 100%;
}

.blog-comment h2 {
    font-size: 45px;
    font-family: "Roboto";
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 60px;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    margin-right: 2px;
    background: transparent;
}

.comment-form .form-group input {
    border-radius: 0;
    color: #e5e5e5;
    font-size: 18px;
    border-color: #e5e5e5;
    height: 60px;
    margin-bottom: 20px;
}

.comment-form .form-group:first-of-type textarea, .comment-form .form-group:nth-of-type(2) textarea {
    height: 60px;
    overflow-y: hidden;
}

.comment-form .form-group textarea {
    color: #e5e5e5;
    border-radius: 0;
    font-size: 18px;
    height: 160px;
    resize: none;
    border-color: #e5e5e5;
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.comment-form textarea::placeholder {
    font-size: 12px;
    font-family: "Roboto";
    color: rgb(185, 185, 185);
    padding-top: 128px;
    font-family: Lato-Medium;
    font-style: italic;
}

.comment-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px;
    font-family: "Roboto";
    color: rgb(185, 185, 185);
    padding-top: 128px;
    font-family: Lato-Medium;
    font-style: italic;
}

.comment-form textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 12px;
    font-family: "Roboto";
    color: rgb(185, 185, 185);
    padding-top: 128px;
    font-family: Lato-Medium;
    font-style: italic;
}

.comment-form .form-group:first-of-type textarea::placeholder, .comment-form .form-group:nth-of-type(2) textarea::placeholder {
    padding-top: 28px;
    font-family: Lato-Medium;
    font-style: italic;
}

.comment-form .form-group:first-of-type textarea:-ms-input-placeholder, .comment-form .form-group:nth-of-type(2) textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    padding-top: 28px;
    font-family: Lato-Medium;
    font-style: italic;
}

.comment-form .form-group:first-of-type textarea::-ms-input-placeholder, .comment-form .form-group:nth-of-type(2) textarea::-ms-input-placeholder { /* Microsoft Edge */
    padding-top: 28px;
    font-family: Lato-Medium;
    font-style: italic;
}

.comment-form button {
    border-radius: 0;
    float: left;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-family: "Roboto";
    color: #102035;
    text-transform: uppercase;
    background-color: #ebebeb;
}

.comment-form .button-default::after,
.comment-form .button-default > span {
    padding: 20px 50px;
    font-size: 14px;
    font-weight: 500;
}
.comment-form .button-default:after{
    font-size: 14px;
    top: 0%;
}
/*--------------------*/
/* ERROR PAGE */
/*--------------------*/

#error-page {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

#error-page img {
    height: 745px;
    width: 100%;
    object-fit: cover;
}

.error-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 250px 0 185px 0;
}

.error-page-area {
    display: block;
    margin: 0 auto;
}

.error-no-area {
    display: inline;
    float: left;
    width: 100%;
}

.error-no {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.error-no h2 {
    font-size: 300px;
    font-family: "Roboto";
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    line-height: 0.3;
}

.error-no h2 span {
    font-size: 35px;
    font-family: "Roboto";
    color: rgb(169, 169, 169);
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 35px;
    left: 44.3%;
}

.error-no p {
    font-size: 35px;
    font-family: "Roboto";
    color: rgb(169, 169, 169);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 43px;
}

.error-no .button {
    width: 170px;
    height: 60px;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 19px 34px 22px;
    font-size: 14px;
    display: block;
    float: none;
    margin:auto;
}
.error-no .button span{
    padding: 0;
    display: initial;
    float: none;
    font-size: 14px;
}
.error-no .button:after{
    font-size: 14px;
    top:14%;
}
/*template STYLE SWITCHER*/

.template_style_switcher {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    height: auto;
    left: -250px;
    padding: 15px;
    position: fixed;
    top: 140px;
    width: 250px;
    z-index: 1000;
    text-align: center;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s
}

.template_style_switcher a {
    border-radius: 50%;
    display: inline-block;
    float: none;
    height: 40px;
    margin: 5px;
    width: 40px;
}

.template_style_switcher > h4 {
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
}

.style-switch-button {
    background-color: rgba(0, 0, 0, 0.75);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    height: 50px;
    left: 250px;
    text-align: left;
    position: absolute;
    top: 50px;
    width: 50px;
    z-index: 1000;
}

.style-switch-active {
    left: 0;
}

.style-switch-button i {
    color: #fff;
    font-size: 20px;
    left: 15px;
    line-height: 1;
    position: relative;
    top: 15px;
}

#default {
    background-color: #37c6f5;
}

#yellow {
    background-color: #e4e404;
}

#red {
    background-color: #ee4532;
}

#bridge {
    background-color: #a5d549;
}

#green {
    background-color: #3fc35f;
}

#liteBlue {
    background-color: #00d999;
}

#orange {
    background-color: #ff871c;
}

#pink {
    background-color: #ff2851;
}

#darkRed {
    background-color: #970001;
}

#purple {
    background-color: #c762cb;
}

/*--------------------*/
/* SEARCH RESULTS PAGE */
/*--------------------*/
#search-results .single-from-blog:first-child figure {
    height: auto;
}

#search-results .single-from-blog figure img {
    object-fit: cover;
}

#blog.blog-results {
    padding: 125px 0 114px 0;
}

#search-results .single-from-blog .blog-title {
    margin-top: 0px;
}

#search-results .blog-text .blog-title {
    margin-bottom: 27px;
}

#search-results .blog-text p {
    font-size: 21px;
    text-align: justify;
    margin-bottom: 10px;
    color: #102035;
}
#search-results .blog-text p.blog-admin{
    font-size: 14px;
}
#search-results .blog-text p.blog-admin *{
    color: #102035;
}
#search-results .blog-text p.blog-admin .com-like span{
    margin-right: 2px;
}
#search-results .blog-text p.blog-admin .com-like{
    margin-right: 5px;
}
#search-results .blog-text{
    padding-bottom: 42px;
}
#search-results .single-from-blog {
    margin-bottom: 60px;
}

#search-results .single-from-blog:last-of-type {
    margin-bottom: 6px;
}

#search-results .blog-pagination {
    margin: 38px auto 0 auto;
}

/*--------------------*/
/* START RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1500px ) {
    .header-btn-area {
        margin-top: 50px;
    }
    .header-inner > img {
        height: 740px;
    }
    .header-content {
        padding: 18.5% 100px 100px;
    }
}
@media (max-width: 1366px ) {
    .header-content {
        padding: 18.5% 60px 60px;
    }
}

@media (max-width: 1300px ) {
    .header-btn-area {
        margin-top: 20px;
    }
}

@media (max-width: 1199px ) {
    .header-content {
        padding: 19% 70px 70px 70px;
    }

    .header-content h2, .header-slide span, .header-slide .slick-list span, .header-text {
        font-size: 60px;
        line-height: 58px;
    }

    .background-text {
        font-size: 30px;
    }

    .knowmore-btn {
        font-size: 18px;
        padding: 20px 25px;
    }

    .download-btn {
        font-size: 18px;
        padding: 20px 25px;
    }

    .header-btn-area {
        margin-top: 65px;
    }

    .logo {
        margin-right: 0;
    }

    #navbar {
        width: 73%;
    }

    .main-nav li a, .navbar-fixed-top .main-nav li a {
        padding: 39px 12px;
        font-size: 12px;
    }

    .search-area span {
        font-size: 11px;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        width: 820px;
    }

    .team-grid li {
        height: 198px;
    }

    .team-img-1,
    .team-img-2,
    .team-img-3,
    .team-img-4 {
        background-position: center center;
    }

    .team-info {
        padding: 12px 0px;
    }

    .team-info p {
        margin: 0 32px;
        padding: 10px 0px;
    }

    .team-info a {
        margin: 0 2px;
    }

    .single-service {
        padding: 45px 15px;
    }

    .single-service .service-title {
        font-size: 20px;
    }

    .single-portfolio {
        width: 23%;
    }

    .single-counter > span {
        font-size: 50px;
        width: 50px;
    }

    .single-counter .counter-count > p {
        font-size: 24px;
    }

    .single-from-blog .blog-title h2 {
        font-size: 25px;
    }

    .single-from-blog .blog-footer a {
        margin-right: 18px;
    }

    .contact-left h2,
    .contact-right h2 {
        font-size: 26px;
    }

    .single-address h4 {
        font-size: 20px;
    }

    .counter-area {
        padding: 125px 0;
    }

    .portfolio-popup-area {
        padding: 20px 5%;
    }

    .modal-close-btn {
        right: 10px;
    }


    .portfolio-social-icon {
        padding: 115px 50px;
    }

    .subscribe-form .form-group span {
        right: 22%;
    }

    .error-no h2 span {
        left: 43.3%;
    }

    #counter img {
        height: 613px;
        width: 100%;
        object-fit: cover;
    }
    .call-to-content h2{
        font-size: 36px;
    }
}

@media (max-width: 1100px ) {
    .header-btn-area {
        margin-top: 20px;
    }

    .search-area input[type="text"] {
        width: 85px;
    }
    .call-to-content{
        padding: 0;
        margin-top: 15%;
    }
}
@media (max-width: 1024px ){
    .search-area span i{
        font-size: 16px;
    }
    .search-area p{
        right: -10px;
    }
    .header-inner > img {
        height: 500px;
    }
    .menu-container {
        padding-left: 6.3%;
        padding-right: 6.3%;
        width:100%;
    }
    .header-content {
        padding: 15% 70px 70px 70px;
    }
    .header-content {
        padding: 15% 70px 70px 70px;
    }
    .header-slide .background-text {
        height: 40px;
        font-size: 25px;
        padding-left: 55px;
        padding-right: 55px;
        line-height: 38px;
    }
    #counter img {
        height: 584px;
    }
}

@media (max-width: 991px ) {
    .header-content {
        padding: 15% 70px 70px 70px;
    }

    .header-inner > img {
        height: 400px;
    }

    .header-slide p, .header-slide .slick-list {
        margin-left: 120px;
    }

    .header-content h2, .header-slide p, .header-slide span, .header-slide .slick-list span, .header-text {
        font-size: 40px;
        line-height: 50px;
    }

    .knowmore-btn {
        font-size: 16px;
        padding: 18px 20px;
    }

    .download-btn {
        font-size: 16px;
        padding: 18px 20px;
    }

    .header-btn-area {
        margin-top: 20px;
    }

    #navbar {
        width: 80%;
    }

    .search-area {
        width: 3%;
    }
    #service{
        margin-bottom: 0px;
    }
    .main-nav li a {
        font-size: 13px;
        padding: 39px 5px;
    }

    .less-padding {
        padding: 30px 7px !important;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        width: 630px;
    }

    .single-wc-content .wc-tittle {
        font-size: 15px;
    }

    .about-left {
        height: 328px;
        width: 100%;
    }

    .about-left img {
        width: 100%;
    }

    .about-right .tittle, .team-area .tittle,
    .subscription-area .tittle, .from-blog-area .tittle {
        padding-bottom: 10px;
        font-size: 28px;
    }

    .from-blog-area .tittle {
        padding-bottom: 50px;
        padding-top: 70px;
    }

    .about-right .tittle-line {
        margin-bottom: 15px;
    }

    .about-right p, .team-area p {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .about-right p:first-of-type {
        font-size: 18px;
    }

    .about-btn-area {
        margin-top: 0;
    }

    .call-to-content h2 {
        font-size: 30px;
    }

    .team-content {
        margin-top: 35px;
    }

    .team-grid li {
        height: 170px;
    }

    .team-info p {
        font-size: 18px;
    }

    .team-info a {
        font-size: 15px;
        height: 25px;
        width: 25px;
    }

    .team-address p {
        font-size: 16px;
    }

    .team-address span {
        font-size: 14px;
    }

    .title-area {
        padding: 0 100px;
    }

    .single-portfolio {
        width: 30.8%;
    }

    .single-portfolio:nth-child(5) {
        width: 64.2%;
    }

    .portfolio-popup-inner img {
        float: none;
        margin-right: 0;
        max-width: 100%;
        object-fit: contain;
    }

    .portfolio-title h4 {
        font-size: 13px;
    }

    .counter-area {
        padding: 90px 0;
    }

    .single-counter {
        margin-bottom: 35px;
    }

    .single-counter .counter-count {
        width: 100%;
    }

    .single-counter .counter-count p {
        text-align: center;
    }

    #counter img {
        height: 462px;
    }
    .counter-area h2 {
        font-size: 30px;
        margin-bottom: 25px;
        line-height: 1.2;
    }

    .single-price .price-amount {
        font-size: 25px;
    }

    .single-price p {
        font-size: 15px;
    }

    .single-price a span {
        padding: 12px 35px;
    }

    .single-from-blog {
        margin-bottom: 30px;
    }

    .blog-right {
        margin-top: 25px;
    }

    .instagram-feed .slick-prev {
        left: 40%;
    }

    .instagram-feed .slick-next {
        right: 41%;
    }

    .search-area hr {
        display: none;
    }

    .search-area p span{
        display: none;
    }

    .search-area input[type="text"] {
        width: 30px;
    }
    #testimonial {
        padding-top: 0px;
        height: 600px;
    }
    .single-slide .fl p{
        font-size: 18px;
    }
    #testimonial .pricing-table-area{
        margin: 60px 0px;
    }
    .testimonial-conten {
        margin-top: 0;
    }

    .single-testimonial p {
        font-size: 20px;
    }

    .single-slide p {
        font-size: 14px;
    }

    .blog-background-overlay {
        height: fit-content;
    }

    .error-no h2 span {
        left: 41.3%;
    }
    .single-widget .subscribe-form span, .blog-search .form-group span{
        left: 50%;
    }

}

@media (max-width: 990px ) {
    .header-btn-area {
        display: none;
    }
}

@media (max-width: 812px ) {
    .menu-container {
        height: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .search-area {
        height: 73px;
    }
    .header-slide .background-text {
        line-height: 1.5;
        height: 25px;
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 5px;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .aboout-bg{
        height: 460px!important;
    }
    .about-right{
        padding-top: 80px;
    }
    .about-left{
        height: 300px;
        margin-top: 80px;
    }
    .about-left img{
        height: 300px;
    }
    #search-results .single-from-blog figure img,.blog_post .single-from-blog figure img,
    .single-from-blog figure img,
    .blog-archive .single-from-blog:first-child figure {
        height: 300px;
    }
    #blog,#blog.blog-results,#blog.blog_post{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .single-from-blog .blog-details-content,#search-results .blog-text{
        padding-left: 0;
    }

    #search-results .blog-text .blog-title{
        margin-bottom: 20px;
    }
    .blog_post .blog-left .single-from-blog h2{
        margin-bottom: 0;
        padding-bottom: 20px!important;
    }
    .recent_posts{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #blog .blog-text{
        padding: 0px 0px 20px;
    }
    .recent_posts{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #search-results .single-from-blog{
        margin-bottom: 30px;
    }
    #search-results .blog-pagination{
        margin: 0px auto;
    }
    #blog.defoult_blog .blog-right{
        margin-top: 50px;
    }
    .modal-close-btn{
        right: 10px;
        top: 15px;
    }
}

@media(min-width:361px) and (max-width:767px) {
    .modal-close-btn{
        right: 10px;
        top: 20px;
    }
}
@media(max-width: 767px){
    .call-to-content{
        margin-top: 102px;
    }
    #search-results .single-from-blog figure img,
    .blog_post .single-from-blog figure img,
    .single-from-blog figure img,
    .blog-archive .single-from-blog:first-child figure{
    height: 200px;
    }
    #blog, #blog.blog-results, #blog.blog_post{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .single-from-blog .blog-details-content, #search-results .blog-text{
        padding-left: 0;
        box-shadow: none;
    }
    #blog.blog-results .blog-left .single-from-blog h2{
        font-size: 21px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .from-blog-content{
        padding-bottom: 0px;
    }
    .from-blog-content .single-from-blog h2,
    .from-blog-content .single-from-blog .blog-title,
    .single-from-blog > p{
        padding-left: 0px;
    }
    .blog-admin{
        font-size:12px!important;
    }
    #blog .blog-text{
        padding: 0px 0px 20px;
    }
    #search-results .blog-text .blog-title{
        margin-bottom: 20px;
    }
    #search-results .single-from-blog{
        margin-bottom: 30px;
    }
    .blog_post .blog-left .single-from-blog h2{
        font-size: 24px!important;
        margin-bottom: 0;
        padding-bottom: 20px!important;
    }
    .blog-banner-area h2{
        font-size: 30px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .blog-banner-area .breadcrumb{
        padding-right: 0;
    }
    .blog-banner-area .breadcrumb > li + li::before{
        padding: 0 10px;
    }
    #blog-banner img, #search-results-banner img{
        height: 200px;
    }
    #blog .blog-left .single-from-blog h2{
        font-size: 21px;
        line-height: 1;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .blog_author_date > span{
        margin-right: 20px;
    }
    #blog .blog-text p,.blog_post .single-blog-text{
        font-size: 18px;
        line-height: 1.4;
        text-align: justify;
    }
    #blog .blog-text .team-more{
        margin-top: 10px;
    }
    #blog .blog-text .team-more span{
        font-size: 15px;
    }
    #blog .blog-text .team-more::after{
        font-size: 15px;
        top: 10%;
    }
    #blog .blog-text .blog-title{
        margin-bottom: 10px;
    }
    .blog-archive .blog-pagination{
        padding-top:0px;
    }
    .single-widget{
        padding: 0px 15px 10px;
    }
    .single-widget h2{
        margin-bottom: 10px;
        font-size: 21px;
    }
    .blog-pagination > li > a, .blog-pagination > li > span{
        padding: 8px 15px;
        font-size: 16px;
    }
    #contact{
        padding:60px 0px;
    }
    #contact .title-area{
        padding-bottom: 60px;
    }
    #contact .tittle{
        font-size: 30px;
    }
    .map-show{
        margin-top: 25px;
    }
    .map-show p{
        margin-bottom: 0px;
        font-size: 18px;
    }
    .map-show i{
        font-size: 16px;
    }
    .recent_posts{
        margin: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .r_post{
        margin: 0px 5px 10px;
    }
    .blog-comment h2{
        font-size: 24px;
        padding-bottom: 0;
    }
    .blog-comment{
        padding: 0px;
    }
    .blog_post .blog-left .single-from-blog .blog-title .c_w{
        padding-top: 60px;
    }
}
@media(max-width: 420px){
    .blog_post .blog-left .single-from-blog h2{
        float: none;
        padding-bottom: 0px!important;
    }
    .blog_post .blog-left .single-from-blog .blog-title .c_w{
        float: none;
        padding-top: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .header-inner > img {
        height: 380px;
    }

    .header-slide p, .header-slide .slick-list {
        margin-left: 80px;
    }

    .search-area input[type="text"] {
        padding: 3px 41px 0px 3px;
        width: 50px !important;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        width: 610px !important;
    }

    .team-area > div {
        padding: 0;
    }

    #pricing-table{
        padding: 60px 0%;
    }
    .pricing-table-content{
        margin-top: 0;
    }
    .view-project-btn{
        float: none;
    }
    .search-area span, .navbar-fixed-top .search-area span {
        top: 55%;
    }
    .search-area span i, .navbar-fixed-top .search-area span i {
        font-size: 16px;
    }
    .padding-left-right-15{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 767px ) {
    .padding-left-right-15{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .loader{
        top: 200px;
        left: 34%;
    }
    #menu-area #navbar{
        position: fixed;
        width: 100%;
        padding: 0;
        height: 100%!important;
        top: 0px;
        bottom: 0;
        z-index: 10;
    }
    .navbar-fixed-top .navbar-collapse{
        max-height: none;
    }
    #menu-area #top-menu{
        height: 100%;
    }
    #menu-area #top-menu li{
        height: auto;
        margin-bottom: 15px;
    }
    #menu-area #top-menu li a{
        height: auto;
    }
    .menu-container {
        padding-left: 2%;
    }
    .header-content h2, .header-slide p, .header-slide span, .header-slide .slick-list span, .header-text {
        font-size: 35px;
        line-height: 35px;
    }

    .header-content h2 span {
        font-weight: normal;
        line-height: 55px;
    }

    .header-btn-area {
        margin-top: 0px;
        display: block;
    }

    .header-btn-area i {
        font-size: 20px;
        border: 2px solid #fff;
        padding: 3px 8px;
    }

    .knowmore-btn {
        font-size: 15px;
        padding: 15px 18px;
    }

    .download-btn {
        font-size: 15px;
        padding: 15px 18px;
    }

    .main-nav li {
        display: block;
        float: left;
        width: 100%;
    }

    .main-nav li a {
        display: block;
        padding: 8px 7px;
    }

    .less-padding {
        padding: 8px 7px !important;
    }

    #navbar {
        margin-right: 0;
        width: 99%;
        padding-right: 0;
        padding-left: 30px;
        background: #070707 none repeat scroll 0 0;
    }
    .mobile-close{
        display: block;
        float: right;
        padding: 15px;
        display: block;
        font-size: 25px;
        color: #fff;
    }
    .main-nav {
        background: #070707 none repeat scroll 0 0;
        display: block;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 20px;
        color: #fff!important;
    }

    .navbar-default .navbar-toggle {
        border: none;
        margin-right: 78px;
        margin-top: 32px;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle:hover .icon-bar,
    .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff;

    }

    #navbar {
        border: none;
        box-shadow: none;
    }

    .navbar-default .navbar-nav > li > a {
        color: #999;
    }

    .search-area {
        left: -3px;
        top: -100px;
        width: 3%;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        height: 36px;
        top: 31px !important;
        width: 550px;
    }
    .search-area span, .navbar-fixed-top .search-area span {
        top: 62%;
    }
    .navbar-fixed-top .search-area {
        top: -77px;
    }

    .navbar-fixed-top .navbar-toggle {
        margin-top: 25px;
    }

    .navbar-fixed-top .search-area input[type="text"]:focus {
        top: 23px !important;
    }

    .wc-table li {
        margin-bottom: 20px;
        width: 50%;
    }

    #about {
        padding: 0;
    }

    .about-left {
        width: 96%;
        margin-top: 20px;
    }

    .about-left img {
        width: 100%;
    }
    .about-right {
        margin-top: 60px;
        padding-top: 0;
        width: 96%;
        margin-left: 7px;
    }

    .title-area {
        padding: 0 50px;
    }

    .call-to-content h2 {
        font-size: 28px;
    }

    .team-area {
        padding-bottom: 0;
    }

    .team-grid li {
        height: 230px;
        width: 100%;
    }

    .team-content {
        margin-top: 45px;
    }

    .team-grid {
        padding: 0;
    }

    .team-grid li {
        padding: 0;
    }

    .team-img-1, .team-img-2, .team-img-3, .team-img-4 {
        background-position: center center;
        background-size: 100% auto;
    }

    .team-info {
        padding: 30px 18px;
    }

    .team-info p {
        font-size: 15px;
    }

    .single-portfolio {
        width: 30.3%;
    }

    .button-default::after, .button-default > span {
        padding: 12px 8px;
        font-size: 14px;
    }

    .single-slide > p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 37px;
    }

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

    .instagram-feed .slick-prev {
        left: 39%;
    }

    .instagram-feed .slick-next {
        right: 40%;
    }

    .error-page-area {
        width: 500px;
    }

    .logo span {
        padding-left: 15px;
    }

    .search-area span i, .navbar-fixed-top .search-area span i {
        font-size: 16px;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        height: 42px;
    }

    .navbar-brand.logo {
        margin-left: 40px;
    }

    .single-address:first-child {
        margin-top: 20px;
    }

    .error-no h2 span {
        left: 39.3%;
    }
    #service{
        margin-bottom: 0;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .single-widget .subscribe-form span, .blog-search .form-group span{
        left: 50%;
    }
    .price-table li{
        display: block;
        float: none;
    }
    .price-table li:after {
        content: '';
        display: block;
        clear: both;
    }
    .about-left img{
        height:280px;
    }
    .team-more::after{
        top: 1%;
    }
    .call-to-content .button-default:after{
        top: 13%;
    }
    .team-grid li{
        float: none;
        margin: 20px auto auto;
    }
    .team-item{
        float: none;
        margin: auto;
    }
    #team{
        padding:60px 0px 60px;
    }
    .team-more{
        margin-top:0px;
    }
    .title-area .tittle,.pricing-table-area .tittle{
        font-size: 30px;
        line-height: 36px;
    }
    .subscription-area .tittle{
        font-size: 20px;
    }
    #portfblog-background-overlayolio{
        padding: 60px 0px;
    }
    .portfolio-container{
        margin-top:60px;
    }
    .from-blog-area .tittle{
        padding:60px 0px;
    }
}
@media(max-width:767px){
    .header-slide .slick-dots {
        bottom: 20px;
    }
    .subscription-area {
        padding: 70px 0 70px;
    }
}
@media(min-width:1025px) and (max-width:1199px){
    .single-counter .counter-count > span{
        font-size:80px;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .single-counter .counter-count > span{
        font-size:60px;
    }
}
@media(min-width:434px) and (max-width: 767px){
    .single-counter .counter-count > span{
        font-size:50px;
    }
    .single-counter .counter-count p{
        margin-top:10px;
    }
}


@media (max-width: 684px) {
    .single-portfolio:nth-child(5) {
        width: 63.2%;
    }
}

@media (max-width: 680px ) {
    .about-right {
        margin-top: 60px;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        width: 500px;
    }

    .subscribe-form .form-group span {
        right: 17%;
    }
    .single-widget .subscribe-form span, .blog-search .form-group span{
        left: 55%;
    }
    .price-table li{
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 640px ) {
    .about-right {
        margin-top: 280px;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        margin-top: 60px;
    }

    .header-slide .slick-dots {
        bottom: 25px;
    }
    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        width: 480px;
    }

    .header-btn-area {
        margin-top: -10px;
    }

    .single-portfolio {
        width: 46%;
    }

    #portfolio-popup.portfolio-popup-show {
        display: block;
    }

    .portfolio-social-icon {
        padding: 110px 50px;
    }

    .single-portfolio:nth-child(5) {
        width: 94.5%;
    }
    .single-widget .subscribe-form span, .blog-search .form-group span{
        left: 60%;
    }
    .single-price a {
        width: 160px;
    }
}
@media (max-width: 600px ) {

    .header-btn-area {
        display: none;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        width: 380px;
    }

    .single-slide {
        padding: 0 5px;
    }

    .single-portfolio:nth-child(5) {
        width: 95%;
    }
}
@media (max-width: 580px ) {
    .single-widget .subscribe-form span, .blog-search .form-group span{
        left: 65%;
    }

    .single-price a{
        width: 140px;
    }
}
@media (max-width: 530px ) {
    .about-right {
        background: none;
        margin-top: 60px;
    }

    .subscribe-form .form-group span {
        right: 9%;
    }
    .single-widget .subscribe-form span, .blog-search .form-group span{
        left: 75%;
    }
}

@media (max-width: 480px ) {
    .aboout-bg {
        min-height: 680px;
    }
    .menu-container {
        padding-left: 4%;
    }
    .header-inner > img {
        height: auto;
    }
    .header-content {
        margin-top: 15px;
        padding: 20px 0px 20px 20px;
    }
    .only-title{
        padding-top: 75px;
    }
    .header-content h2, .header-slide p, .header-slide span, .header-slide .slick-list span, .header-text {
        font-size: 25px;
        line-height: 25px;
    }
    .background-text {
        margin-bottom: 0px;
    }

    .header-slide .slick-dots li button{
        width: 3px;
        height: 3px;
        padding: 1px;
    }

    .header-slide .slick-dots li {
        padding-top: 27px;
    }
    .header-slide .background-text{
        line-height: 1.5;
        height: 20px;
        font-size: 15px;
        padding-left:25px;
        padding-right:25px;
    }
    .header-content h2 span {
        font-weight: normal;
        line-height: 43px;
    }

    .header-btn-area {
        display: block;
    }

    .header-btn-area i {
        font-size: 15px;
        border: 2px solid #fff;
        padding: 3px 7px;
    }

    .knowmore-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .download-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    #navbar {
        width: 100%;
    }

    .title-area {
        padding: 0 15px;
    }

    #testimonial {
        height: 500px;
    }

    .search-area input[type="text"] {
        font-size: 15px;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        top: 30px !important;
        width: 320px;
    }

    .call-to-content h2 {
        font-size: 20px;
    }

    .team-grid li {
        height: 300px;
        margin: 20px 0 0px;
        width: 100%;
    }

    .team-info {
        padding: 70px 18px;
    }

    .team-info p {
        font-size: 18px;
    }

    .single-portfolio {
        margin-left: 8px;
        width: 100%;
    }

    .single-counter > span {
        font-size: 50px;
        text-align: center;
        width: 100%;
    }

    .single-counter .counter-count {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .single-price .price-header {
        font-size: 40px;
        padding: 10px 0;
    }

    .single-price .price-header::after {
        bottom: -43%;
    }

    .standard-price .price-header {
        padding: 20px 0;
    }

    .standard-price .price-header::after {
        bottom: -32%;
    }

    .single-price .price-amount {
        font-size: 16px;
    }

    .single-price p {
        font-size: 14px;
    }

    .single-price a span {
        padding: 12px 20px;
    }

    .button-default::after, .button-default > span {
        font-size: 14px;
    }

    .price-table li {
        margin-bottom: 20px;
        width: 100%;
    }

    .single-price a span {
        font-size: 14px;
    }

    .single-price .price-amount {
        font-size: 16px;
    }

    .single-price p {
        font-size: 14px;
    }

    .button-default::after, .button-default > span {
        font-size: 14px;
    }

    .standard-price {
        margin-top: 0;
    }

    .single-slide {
        padding: 0 10px;
    }

    .single-slide > p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px;
    }

    .single-slide > p::after {
        font-size: 40px;
        top: -10px;
    }

    .about-right {
        background: none;
        margin-top: 60px;
    }

    .testimonial-thumb {
        margin:0px 5px;
    }
    #testimonial .pricing-table-area {
        margin: 30px 0px;
    }
    #testimonial .pricing-table-area .tittle{
        font-size: 30px;
    }
    .testimonial-slider .fl-center > img:first-child, .testimonial-slider .fl-center > img:last-child{
        width: 60px;
        height: 60px;
    }
    .testimonial-thumb, .testimonial-thumb-small{
        height: 80px;
        width: 80px;
    }
    .single-slide .fl p{
        font-size: 16px;
        padding: 0px 25px;
    }
    .single-testimonial{
        margin-top: 0;
    }
    .testimonial-slider .single-slide .fa{
        font-size: 30px;
    }
    .client-table {
        padding-left: 30px;
    }

    .instagram-feed .slick-prev {
        left: 34%;
    }

    .instagram-feed .slick-next {
        right: 35%;
    }

    .error-page-area {
        width: 350px;
    }

    .error-no {
        padding: 20px;
    }

    .error-no h2 {
        font-size: 130px;
    }

    .error-no h2 span {
        font-size: 17px;
        left: 40.1%;
        top: 15px;
    }

    .error-no p {
        font-size: 17px;
    }

    .logo span {
        font-size: 40px;
    }

    .single-portfolio:nth-child(5) {
        width: 100%;
    }
    .single-widget .subscribe-form span, .blog-search .form-group span{
        left: 82%;
    }

}

@media (max-width: 483px) {
    #counter img {
        height: 494px;
    }
}
@media (max-width: 433px ) {
    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        width: 300px !important;
    }

    .header-btn-area {
        margin-top: -20px;
    }

    .about-right {
        background: none;
        margin-top: 60px;
    }

    .header-slide .slick-dots {
        bottom: 15px;
    }

    .blog-text, .blog-details-content {
        padding: 0 !important;
    }
    .price-table li:first-child{
        margin-bottom: 20px;
    }
    .counter-area{
        padding: 0;
        margin-top: 15%;
    }
    .contact-form button{
        width: 100%;
    }
    .call-to-content {
        margin-top: 100px;
    }
    .single-widget .subscribe-form span, .blog-search .form-group span{
        left: auto;
    }
    #counter img {
        height: 373px;
    }
    .single-counter .counter-count > span {
        font-size: 40px;
    }
    .single-counter .counter-count > p {
        font-size: 18px;
        margin-top: 10px;
    }
}

@media (max-width: 410px ) {
    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        width: 280px;
    }

    .about-right {
        background: none;
        margin-top: 60px;
    }

    .single-widget .single-feed img {
        object-fit: contain;
    }
}

@media (max-width: 380px ) {
    .header-btn-area {
        display: none;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        width: 255px;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        top: 50%;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 8px 10px;
    }
    .call-to-content{
        margin-top: 81px;
    }
}

@media (max-width: 360px ) {
    .header-inner > img {
        width: 100%;
    }

    .header-content {
        padding: 30px 0px 30px 30px;
    }

    .header-content h2, .header-slide p, .header-slide span, .header-slide .slick-list span, .header-text {
        font-size: 20px;
        line-height: 18px;
    }

    .header-content h2 span {
        font-weight: normal;
        line-height: 35px;
    }

    .header-btn-area {
        margin-top: 00px;
    }

    .header-btn-area a {
        display: block;
        margin: 10px 15px;
    }

    .header-slide .slick-dots {
        bottom: 10px;
    }

    .header-btn-area {
        margin-top: 50px;
    }

    .knowmore-btn {
        font-size: 14px;
        padding: 7px 8px;
    }

    .download-btn {
        font-size: 14px;
        padding: 7px 8px;
    }

    #navbar {
        width: 100%;
    }

    .title-area {
        padding: 0 10px;
    }

    .tittle {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .title-area p {
        font-size: 14px;
    }

    #testimonial {
        height: 530px;
    }

    .search-area input[type="text"] {
        font-size: 14px;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        height: 40px;
        top: 35px !important;
        width: 215px;
    }

    .wc-table li {
        margin-bottom: 20px;
        width: 100%;
    }

    .about-right {
        margin-top: 60px;
    }

    .about-right .tittle {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .team-area .tittle, #testimonial .pricing-table-area .tittle,.counter-area h2 {
        font-size: 20px;
    }
    .title-area .tittle{
        font-size: 20px;
        line-height: 30px;
    }

    .about-right .tittle-line {
        width: 60px;
    }

    .call-to-content h2 {
        font-size: 20px;
    }

    .team-grid li {
        height: 220px;
    }

    .team-info {
        padding: 20px 10px;
    }

    .team-info p {
        font-size: 14px;
    }

    .portfolio-container {
        margin-left: 0;
    }

    .portfolio-menu ul li {
        font-size: 12px;
        margin: 0 7px 5px;
        padding: 8px;
    }

    .single-portfolio {
        width: 100%;
        margin-left: 0px;
    }

    .portfolio-social-icon {
        padding: 130px 50px;
    }

    .single-counter > span {
        font-size: 40px;
    }

    .single-counter .counter-count > span {
        font-size: 30px;
    }

    .single-counter .counter-count > p {
        font-size: 12px;
    }

    .price-table li {
        margin-bottom: 20px;
        width: 100%;
    }

    .single-price a span {
        font-size: 14px;
    }

    .single-price .price-amount {
        font-size: 16px;
    }

    .single-price p {
        font-size: 14px;
    }

    .button-default::after, .button-default > span {
        font-size: 14px;
    }

    .standard-price {
        margin-top: 0;
    }

    .single-slide {
        padding: 0 5px;
    }

    .introduction-btn {
        font-size: 20px;
    }
    #counter img {
        height: 270px;
    }

    .header-content h2 {
        margin-bottom: 10px;
    }

    .contact-left h2, .contact-right h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .single-address h4 {
        font-size: 18px;
    }

    .single-address p {
        font-size: 13px;
    }

    .contact-right {
        padding: 30px 20px;
    }

    .contact-form .form-group input {
        font-size: 16px;
        height: 40px;
    }

    .footer-social a {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        margin: 0 5px;
        width: 40px;
    }

    .instagram-feed .slick-prev {
        left: 26%;
    }

    .instagram-feed .slick-next {
        right: 27%;
    }

    .single-widget h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .follow-us a {
        font-size: 15px;
        height: 32px;
        line-height: 32px;
        margin: 0 2px;
        width: 32px;
    }

    .blog-details-content {
        padding: 25px;
    }
    .blog-comment {
        padding: 0px;
    }

    .blog-details-content blockquote {
        font-size: 18px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .error-page-area {
        width: 250px;
    }

    .error-no {
        padding: 20px;
    }

    .error-no h2 span {
        left: 39.1%;
    }
    .portfolio-popup-inner img {
        float: none;
        padding-top: 50px;
        height:auto;
    }
    .modal-close-btn{
        right: 10px;
        top: 15px;
    }
    .portfolio-popup-inner h2 {
        font-size: 20px;
    }

    .portfolio-popup-inner p {
        font-size: 14px;
    }

}

@media (max-width: 320px ) {
    .search-area input[type="text"] {
        font-size: 12px;
    }

    #navbar {
        width: 100%;
    }

    .navbar-brand.logo {
        margin-left: 25px;
    }
    .header-inner > img {
        height: 150px;
    }
    .header-slide .background-text {
        line-height: 1.5;
        height: 18px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-slide .slick-dots {
        bottom: 15px;
    }
    .header-slide p, .header-slide .slick-list {
        margin-left: 40px;
    }
    .team-info {
        padding: 25px 10px;
    }

    .about-right {
        margin-top: 60px;
    }

    .footer-social a {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin: 0 2px;
        width: 35px;
    }

    .footer-bottom p {
        font-size: 15px;
    }

    .instagram-feed .slick-prev {
        left: 23%;
    }

    .instagram-feed .slick-next {
        right: 24%;
    }

    .blog-pagination > li > a,
    .blog-pagination > li > span {
        padding: 4px 10px;
    }

    .follow-us a {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
        width: 30px;
    }

    .popular-post-widget .media-left {
        margin-right: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .popular-post-widget .media-left a {
        display: inline-block;
    }

    .popular-post-widget .media-body {
        text-align: center;
    }

    .search-area input[type="text"] {
        padding: 3px 44px 0px 3px;
        width: 0 !important;
        top: 60% !important;
    }

    .search-area span, .navbar-fixed-top .search-area span {
        top: 62%;
    }

    .search-area input[type="text"]:focus, .navbar-fixed-top .search-area input[type="text"]:focus {
        width: 210px !important;
        top: 30px !important;
    }

    .header-slide .slick-dots li {
        padding-top: 20px;
    }
    .call-to-content{
        margin-top: 60px;
    }
    #counter img {
        height: 280px;
    }
    #call-to-action img{
        height: 442px;
    }
}

@media (min-width:1200px) and (max-width:1560px){
    .main-nav li a{
        padding: 38px 15px;
    }
}

@media(min-width: 992px){
    .portfolio-popup-inner img {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        height: 540px;
        object-fit: cover;
    }
    .portfolio-popup-area{
        width: 95%;
    }
}
