/* Table of Content

  #BASIC TYPOGRAPHY
  #HEADER
  #ABOUT SECTION
  #SERVICE SECTION
  #Works SECTION
  #TEAM SECTION
  #PRICING SECTION
  #BLOG SECTION
  #TESTIMONIAL SECTION
  #CLIENTS SECTION
  #CONTACT US SECTION
  #FOOTER
  */

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

body, html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden !important;
}

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

a {
    text-decoration: none;
    color: #F15B24;

}

a:hover, a:focus {
    color: #F15B24;
    text-decoration: underline;
}

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

h1, h2 {
    text-transform: uppercase;
    font-family: "Titillium Web", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h3, h4, h5, h6 {
    font-family: "Titillium Web", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
    color: #313338;
    font-size: 72px;
    font-weight: 700;
    line-height: 57px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

img {
    border: none;
}

.margin-top-4x {
    margin-top: 40px;
}

/* Preloader */
#preloader {
    position: fixed;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 30%; /* centers the loading animation vertically one the screen */
    z-index: 1000; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;

    background-image: url(../img/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

.video-bg {
    background: url(../video/ocean.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/*scrol to top*/

.scrollToTop {
    bottom: 60px;
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

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

/*--------------------*/
/* COMMON */
/*--------------------*/
.navbar-brand {
    padding: 0px;
}
#videoBox{
    background:rgba(7, 7, 7, 0.51);
}

/*--- BUTTONS --- */

.btn-primary {
    color: #FFF;
    background-color: #F15B24;
    border-color: #F35216;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #CC400D;
    border-color: #CC400D;
}

.btn-xl {
    padding: 10px 30px;
    border-color: #F15B23;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: "Titillium Web", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #fff;
    background-color: #F15B24;
}

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

.btn-bordered-white:hover, .btn-bordered-white:focus {
    border-color: #F15B24;
    background: none;
}

.btn-bordered-white {
    color: #fff;
    border: solid 3px;
    border-color: #fff;
    background: none;
    padding: 7px 28px;
}

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

#header {
    float: left;
    display: inline;
    width: 100%;
    height: 100%;
    position: relative;

}

/*--------.menu_area-------- */
.menu_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-top: 20px;
    padding: 12px 0px;
}

.past-main {
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    padding: 6px 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}

#navbar {
    overflow-x: hidden;
}

.navbar-brand {
    color: #fff !important;
    font-size: 35px;
    font-weight: bolder;
    font-family: 'Varela', sans-serif;
}

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

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
    text-transform: uppercase;
}

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

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
}

/*--------/menu_area-------- */

.slider_area {
    float: left;
    display: inline;
    width: 100%;
    position: relative;
}

.slider_overlay {
    background: none repeat scroll 0 0 rgba(36, 36, 52, 0.73);
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.past-main .cspo-logo {
    display: none;
}

/*===SLIDER NAVIGATIONS==*/

.slides-navigation a {
    width: 100px;
    height: 100px;
}

.slides-navigation .icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 50%;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
    z-index: 100;
    height: 0;
    background: #fff;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, transform 0.3s;
}

.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.slides-navigation a.next::after,
.nslides-navigation a.next .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.slides-navigation h3 {
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.85em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.slides-navigation a.prev h3 {
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a.next h3 {
    right: 100%;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}

.slides-navigation a:hover .icon-wrap::before,
.slides-navigation a:hover .icon-wrap::after {
    height: 50%;
}

.slides-navigation a:hover::before,
.slides-navigation a:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
}

.slides-navigation a.next:hover::before,
.slides-navigation a.next:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg);
}

.slides-navigation a:hover::after,
.slides-navigation a:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
}

.slides-navigation a.next:hover::after,
.slides-navigation a.next:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg);
}

.slides-navigation a:hover h3 {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

/*===SLIDER CAPTION===*/

.slider_caption {
    margin-top: 12%;
    padding: 0 13%;
    position: relative;
    text-align: center;
    z-index: 999;
}

.slider_caption > h2 {
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    line-height: 76px;
    margin: 0 auto 10px;
    padding-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
}

.slider_caption > p {
    color: #ffffff;
    font-size: 20px;
}

.slider_caption > a {
    margin-top: 30px;
}

.slider_btn {
    padding: 10px 15px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
}

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

/*------- Service BOx ---------*/
.header-push {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    overflow: hidden;
}

.home-hover {
    height: 130px;
    overflow: hidden;
    padding-top: 26px;
    transition: all ease-in .5s;
}

.app-title {
    color: #000;
    padding: 20px 0px;
    cursor: pointer;
    text-align: center;
}

.app-bar {
    background: rgba(255, 255, 255, 0.7);
    /* padding: 20px 0px; */
    -webkit-box-shadow: 0px 7px 0px 1px rgba(61, 59, 61, 0.71);
    -moz-box-shadow: 0px 7px 0px 1px rgba(61, 59, 61, 0.71);
    box-shadow: 0px 7px 0px 1px rgba(61, 59, 61, 0.71);
}

.app-bar, .app-title-small {
    display: none;
}

.home-row-2 {
    font-size: 25px;
}

.home-hover {
    height: 130px;
    overflow: hidden;
    padding-top: 26px;
    transition: all ease-in .5s;
    text-align: center;
}

.home-hover:hover {
    height: 130px;
    padding-top: 0;
}

#header.services-box-1 {
    background-image: url(../img/background-img/bg-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

#header.services-box-2 {
    background-image: url(../img/background-img/bg-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

#header.services-box-3 {
    background-image: url(../img/background-img/bg-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.navigation-slide {
    cursor: pointer;
}

.app-title a {
    color: #333;
}

.app-title a:hover {
    color: #F15B24;
    text-decoration: none;
}
.certification-logo{
    margin-top: 40px;
    margin-left: 5px;
    margin-right: 5px;
}
/*--- RESPONSIVE ---*/
@media (max-width: 768px) {
    .navbar-default {
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 5px;
    }

    .certification-logo{
        margin-top: 15px;
        height: 90px;
    }

    .app-title-small {
        display: block;
        text-align: center;
        color: #fff;
    }

    .home-hover {
        height: 45px;
    }

    .home-hover:hover {
        height: 45px;
        padding-top: 0px;
    }

    .navigation-slide {
        padding-top: 0px;
    }

    .navigation-slide img {
        width: 40px;
    }

    .btn-xl {
        padding: 5px 15px;
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .app-bar {
        display: inherit;
    }
}

/*------- /Service BOx ---------*/

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

#about {
    display: inline;
    float: left;
    width: 100%;
    padding: 80px 0px;
}

.about_area {
    float: left;
    display: inline;
    width: 100%;
    min-height: 200px;
}

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

.heading h2 {
    display: inline-block;
    margin-bottom: 35px;
    padding-bottom: 15px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}

.heading p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

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

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

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: none;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-default {
    border-color: transparent;
}

.panel-default > .panel-heading {
    background-color: transparent;
    color: #333;
    border: 0 none !important;
    padding: 5px 15px;
}

.panel-title {
    border-bottom: 1px solid #ccc;
    color: #222;
    font-family: 'Varela', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-title a {
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
}

.panel-default .in {
    padding-left: 10px;
    margin-left: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-title a span {
    margin-right: 5px;
}

.panel-body {
    border-top-color: transparent !important;
    padding: 0px 15px;
    margin: 10px 0px;
}

.about_slider {
    float: left;
    display: inline;
    width: 100%;
    height: 350px;
}

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

.single_iteam img {
    max-width: 100%;
}

.about_slider .slick-dots li button:before {
    content: "â€¢";
    font-size: 28px;
}

.about_slider .slick-dots li.slick-active button:before {
    opacity: 0.75;
}

.skills_area {
    float: left;
    display: inline;
    width: 100%;
    min-height: 350px;
    padding: 85px 0px;
    background-image: url(../img/skills_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.skills {
    position: relative;
    z-index: 999;
}

.heading h3 {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 40px;
    margin: 0 0 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
}

div[data-dimension] {
    float: none;
    margin: 0 auto;
}

.circle-text {
    color: #fff;
}

.single_skill {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

.single_skill > h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    margin-top: 100px;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline > li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #F15B24;
}

.timeline > li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body > p, .timeline .timeline-body > ul {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline > li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }

    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline > li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }

    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

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

#service {
    display: inline;
    float: left;
    padding: 80px 0 70px;
    width: 100%;
}

.service_area {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 30px;
}

.single_service {
    display: inline;
    float: left;
    width: 100%;
    padding: 0px 35px;
    margin-bottom: 40px;
}

.service_iconarea {
    text-align: center;
    margin-bottom: 10px;
}

.service_icon {
    border-radius: 100%;
    color: #fff;
    font-size: 72px;
    height: 150px;
    line-height: 120px;
    padding: 15px 0;
    width: 150px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single_service > h2 {
    text-align: center;
}

.single_service > h2 span {
    border-radius: 100%;
    color: #fff;
    height: 150px;
    line-height: 120px;
    padding: 15px 0;
    width: 150px;
}

.single_service .service_title {
    margin: 20px 0 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.single_service > .service_title:after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 40%;
    position: absolute;
    width: 100px;
}

/*--------------------*/
/*App Development*/
/*--------------------*/
#app-development {
    display: inline;
    float: left;
    padding: 80px 0 70px;
    width: 100%;
    background: url(../img/background-img/app-development.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: 50% 20%;
    color: #fff;
    line-height: 28px;
    font-size: 21px;
}

.heading-app-dev {
    position: relative;
}

.heading-app-dev .cspo-logo {
    position: absolute;
    right: 0px;
    top: 0px;
}
.heading-app-dev .samsung-logo {
    position: absolute;
    left: 0px;
    top: 0px;
}

@media (max-width: 767px) {
    .heading-app-dev .cspo-logo, .heading-app-dev .samsung-logo {
        position: static;
        margin-left: 35%;
        margin-top: 10px;
    }
}

/*--------------------*/
/* Works SECTION */
/*--------------------*/

#portfolio {
    background-color: #f8f8f8;
    display: inline;
    float: left;
    padding: 100px 0px;
    width: 100%;
}

.counter_section {
    background-image: url("../img/works_counterbg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline;
    float: left;
    min-height: 350px;
    padding: 80px 0;
    position: relative;
    width: 100%;
}

.counter_area {
    position: relative;
    z-index: 999;
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

.count-text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.fa-2x {
    display: table;
    float: none;
    margin: 0 auto;
    font-size: 40px;
}

.portfolio_area {
    background: none repeat scroll 0 0 #4f535e;
    color: #fff;
    display: inline;
    float: left;
    padding-top: 30px;
    width: 100%;
}

.portfolio_area h2 {
    color: #fff;
}

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

.wagwep-container ul#portfolio-filter {
    border-bottom: medium none;
    margin-top: 25px;
    text-align: center;
}

.wagwep-container ul#portfolio-filter a {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    margin: 0 10px 10px 0;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wagwep-container ul#portfolio-filter a:hover {
    color: #fff;
}

.og-grid li a figure span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-weight: normal;
    margin: 40% 20px 20px;
    padding: 10px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.wagwep-container ul#portfolio-filter li {
    display: inline-block;
    float: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(241, 91, 36, 0.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Titillium Web", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    /*text-align: center;*/
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Titillium Web", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

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

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

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}

.content-screenshot img {
    margin-right: 1%;
}

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

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

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

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

.team_slider .slick-next, .team_slider .slick-prev {
    height: 40px;
}

.single_team {
    border: 2px solid #ccc;
    border-radius: 5px;
    display: inline;
    float: left;
    padding: 25px 15px;
    text-align: center;
    width: 100%;
}

.team_img {
    float: left;
    display: block;
    width: 100%;
}

.team_img > img {
    border-radius: 100%;
    height: 150px;
    margin: 0 auto 15px;
    width: 150px;
}

.single_team h5 {
    color: #555;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 17px;
}

.single_team span {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.single_team p {
    line-height: 26px;
}

.team_social {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 10px;
}

.team_social a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    background: #ccc;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#team-x {
    float: left;
    display: inline;
    width: 100%;
    background: url(../img/teamx.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 80px 0px;
}

.team-x {
   text-align: center;
}

.team-x img {
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .team-x .cspo-logo {
        position: static;
    }
    .team-x .samsung-logo {
        position: static;
    }

}

/*--------------------*/
/* PRICING SECTION */
/*--------------------*/

#pricing {
    background: none repeat scroll 0 0 #f8f8f8;
    display: inline;
    float: left;
    padding: 80px 0;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pricing_area {
    display: inline;
    float: left;
    margin-top: 30px;
    width: 100%;
}

.single_price {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 0px;
}

.single_price > h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 100px;
    margin: 0px;
    text-transform: uppercase;
}

.single_price .price {
    color: #fff;
    padding: 15px 0;
}

.single_price .price > h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin: 0px 0px 5px;
}

.single_price .price > span {
    font-size: 15px;
}

.price_features {
    padding: 10px 25px;
}

.price_features li {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
    text-transform: uppercase;
}

.price_btn {
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.price_btn:hover {
    text-decoration: none;
    outline: none;
    background-color: #fff;
}

.business_price {
    border: 1px solid #fff;
    color: #ffffff;
}

.business_price .price {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
}

.business_price .price_btn {
    border-color: #ffffff;
    background-color: #ffffff;
}

/*--------------------*/
/* BLOG SECTION */
/*--------------------*/
.socoal-media-cont #twitter-widget-0, .socoal-media-cont .fb-like-box, .socoal-media-cont span, .socoal-media-cont iframe {
    width: 100% !important;
}

.socoal-media-cont {
    margin-bottom: 100px;
}

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

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

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

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

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

.blog_img {
    display: inline;
    float: left;
    height: 235px;
    width: 100%;
}

.blog_img > img {
    height: 100%;
    width: 100%;
}

.single_post h3 {
    float: left;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%;
    color: #646464;
    font-weight: 600;
}

.post_commentbox {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 15px;
}

.post_commentbox a, .post_commentbox span {
    color: #798992;
    font-size: 14px;
    margin-right: 5px;
    display: block;
}

.post_commentbox a > i, .post_commentbox span > i {
    margin-right: 5px;
}

.single_post P {

}

.read_more {
    font-size: 15px;
    display: inline-block;
    min-height: 25px;
}

.read_more:hover, .read_more:focus {
    text-decoration: none;
    outline: none;
}

.blog_slider .slick-prev {
    border-radius: 5px 0 0 5px;
    color: #fff;
    height: 30px;
    left: 92%;
    right: 0;
    top: -38px;
    border-radius: 0px;
    padding: 5px 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;
}

.blog_slider .slick-next {
    border-radius: 0 5px 5px 0;
    color: #fff;
    right: 15px;
    height: 30px;
    top: -38px;
    border-radius: 0px;
    padding: 5px 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;
}

.blog_slider .slick-prev:hover, .blog_slider .slick-next:hover {
    opacity: 0.7;
}

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

#testimonial {
    background: none repeat scroll 0 0 #f8f8f8;
    display: inline;
    float: left;
    padding: 80px 0;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#testimonial .heading {
    margin-top: 20px;
}

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

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

.testimonial_slider > li {
    width: 380px;
    margin: 0 auto;
}

.testi_media {
    margin: 0 auto !important;
    width: 250px;
}

.testi_media .media-body {
    vertical-align: middle;
}

.media-heading {
    font-size: 20px;
}

.testi_media .media-body span {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.testi_media .media-left {
    padding-right: 20px;
}

.testi_img img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
}

.testi_content {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    margin: 40px auto 0;
    padding: 10px;
    position: relative;
    width: 100%;
}

.testi_content:before {
    background-image: url("../img/testimonial-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 22px;
    left: 30%;
    position: absolute;
    top: -22px;
    width: 32px;
}

.testimonial_slider .slick-dots li {
    border: 1px solid #e6e6e6;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 102px;
    margin: 0 5px;
    padding: 7px 5px;
    position: relative;
    width: 34px;
}

.testimonial_slider .slick-dots li button:before {
    content: none;
}

.testimonial_slider .slick-dots li button {
    background: none repeat scroll 0 0 #e6e6e6;
    height: 4px;
    padding: 0px;
    width: 20px;
}

/*--------------------*/
/* CLIENTS SECTION */
/*--------------------*/

#clients {
    display: inline;
    float: left;
    padding: 80px 0 150px;
    width: 100%;
}

.clients_content {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 30px;
}

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

.single_client {
    border: 1px solid #ccc;
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    padding: 25px 0px;
}

.single_client > img {
    margin: 0 auto;
}

.clients_slider .slick-prev {
    border-radius: 5px 0 0 5px;
    color: #fff;
    height: 40px;
    left: 46.5%;
    top: 160%;
}

.clients_slider .slick-next {
    border-radius: 0 5px 5px 0;
    color: #fff;
    right: 46.5%;
    top: 160%;
    height: 40px;
}

/*--------------------*/
/* CONTACT US SECTION */
/*--------------------*/

#contact {
    background-color: #242434;
    display: inline;
    float: left;
    padding: 80px 0px 0px;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-image: url("../img/map-image.png");
    background-position: center;
    background-repeat: no-repeat;
}

#contact .heading h2 {
    color: #fff;
}

.contact_content {
    display: inline;
    float: left;
    margin-top: 30px;
    width: 100%;
    padding-bottom: 30px;
}

.contact_map {
    border: 1px solid #ccc;
    display: inline;
    float: left;
    width: 100%;
}

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

.contact_form label {
    color: #fff;
}

.contact_form input[type="text"], .contact_form input[type="email"] {
    margin-bottom: 10px;
    border-radius: 0px;
}

.submit_btn {
    border: 2px solid #fff;
    color: #fff;
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.submit_btn:hover {
    background-color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea .form-control {
    height: auto;
}

#map_canvas {
    width: 100%;
    float: left;
    display: inline;
    height: 404px;
}

/*only firefox browser*/
@-moz-document url-prefix() {
    #map_canvas {
        width: 100%;
        float: left;
        display: inline;
        height: 422px;
    }
}

.contact_feature {
    float: left;
    display: inline;
    width: 100%;
    position: relative;
    z-index: 999;
}

.single_contact_feaured {
    border: 1px solid #ccc;
    display: inline;
    float: left;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    height: 200px;
}

.single_contact_feaured > i {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 5px;
}

.single_contact_feaured > h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
}

.single_contact_feaured > p {
    color: #fff;
}

.success {
    border: 1px solid #008000;
    color: #008000;
    margin-bottom: 10px;
    padding: 5px;
}

.error {
    border: 1px solid #ff0000;
    color: #ff0000;
    margin-bottom: 10px;
    padding: 5px;
}

#contactFeature {
    background-image: url("../img/background-img/contact.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    float: left;
    display: block;
    width: 100%;
    padding: 50px 0px;
}

#subscribe {
    float: left;
    display: inline;
    width: 100%;
    padding: 80px 0px;
}

.subscribe_form {
    margin: 0 auto;
    width: 60%;
}

.subscrive_group {
    display: inline;
    float: left;
    margin-top: 40px;
    width: 100%;
}

.subscribe_mail {
    border-radius: 0;
    display: inline;
    float: left;
    height: 50px;
    width: 80%;
    font-size: 18px;
}

.subscr_btn {
    border: medium none;
    color: #fff;
    display: inline;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
    width: 20%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.subscr_btn:hover {
    opacity: 0.75;
}

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

#footer {
    float: left;
    display: inline;
    width: 100%;
    padding: 20px;
    background-color: #444;
}

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

.footer_left > p {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 5px;
}

.footer_left > p a {
    font-weight: bold;
}

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

.social_nav {
    text-align: right;
}

.social_nav li {
    display: inline-block;
}

.social_nav li a {
    border: 1px solid #fff;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    margin-left: 5px;
    text-align: center;
    width: 35px;
    line-height: 28px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.privacy-list {
    list-style-type: disc;
}

.privacy-list li {
    margin-left: 30px;
}

/* ------ ALERT ------ */
/* ------------------ */

.alert-cookie {
    width: 50%;
    position: fixed;
    z-index: 100000;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(34, 32, 31);
    border-color: rgb(34, 32, 31);
    color: #fff;
    border-radius: 0px;

}

#advert-once {
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: inline-block;
    background-color: #333;
    padding: 5px 5px 0;
    z-index: 99999;
}

#advert-once .advert-button {
    width: 10px;
    height: 10px;
    position: absolute;
    left: -3px;
    top: -3px;
    background-color: #ff4500;
    border-radius: 5px;
    cursor: pointer;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #ff9896;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #98ff9a;
}
.help-block{
    color: #fff;
}
/*======================///////////////
      start responsive style
      =====================///////////////////////*/

@media (max-width: 1199px ) {
    .slider_caption > h2 {
        width: 100%;
    }

    .blog_slider .slick-prev {
        left: 91%;
    }

    #map_canvas {
        height: 404px;
    }

    /*only firefox browser*/
    @-moz-document url-prefix() {
        #map_canvas {
            height: 404px;
        }
    }
    .slider_caption {
        margin-top: 25%;
    }

    .subscribe_mail {
        width: 76%;
    }

    .subscr_btn {
        width: 24%;
    }

}

@media (max-width: 991px ) {
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 15px 6px;
    }

    .navbar-brand {
        font-size: 28px;
    }

    #slides {
        height: 600px !important;
    }

    .slider_caption > h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .slider_caption > p {
        font-size: 18px;
    }

    .about_area {
        padding-bottom: 80px;
    }

    .about_slider {
        margin-top: 30px;
    }

    .single_iteam {
        text-align: center;
    }

    .single_iteam img {
        display: inline-block;
    }

    .single_service .service_title {
        font-size: 18px;
    }

    .single_service > .service_title:after {
        left: 33%;
    }

    .single_price > h3 {
        font-size: 20px;
        line-height: 80px;
    }

    .single_price .price > h4 {
        font-size: 50px;
        line-height: 50px;
    }

    .price_features li {
        font-size: 13px;
        line-height: 15px;
    }

    .price_btn {
        font-size: 13px;
        padding: 10px 15px;
    }

    .blog_slider .slick-prev {
        left: 88.5%;
    }

    .testi_content {
        width: 100%;
    }

    .clients_slider .slick-prev {
        left: 45%;
    }

    .clients_slider .slick-next {
        right: 45%;
    }

    .subscr_btn {
        font-size: 15px;
    }

    .single_contact_feaured {
        margin-bottom: 30px;
    }

}

@media (max-width: 767px ) {
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .main_nav {
        text-align: center;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #slides {
        height: 360px !important;
    }

    .slider_caption {
        margin-top: 15%;
    }

    .slider_caption > h2 {
        font-size: 25px;
        line-height: 26px;
    }

    .slider_caption > p {
        font-size: 15px;
    }

    .slider_btn {
        font-size: 18px;
    }

    .heading h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .skills_area {
        background-size: cover;
    }

    .single_skill {
        width: 50%;
        margin-bottom: 22px;
    }

    .counter {
        width: 50%;
        float: left;
    }

    .counter_section {
        background-size: cover;
    }

    .portfolio_area {
        padding: 60px 15px 0;
    }

    .wagwep-container ul#portfolio-filter a {
        margin: 0 5px 5px 0;
        padding: 6px 10px;
        font-size: 12px;
    }

    .single_price {
        margin-bottom: 30px;
    }

    .single_price > h3 {
        font-size: 24px;
        line-height: 100px;
    }

    .single_price .price > h4 {
        font-size: 60px;
        line-height: 60px;
    }

    .price_features li {
        font-size: 15px;
        line-height: 18px;
    }

    .price_btn {
        font-size: 15px;
        padding: 10px 20px;
    }

    .single_post h3 {
        font-size: 15px;
        line-height: 15px;
    }

    .testi_content:before {
        left: 35%;
    }

    .single_client {
        padding: 18px 10px;
    }

    .single_client > img {
        max-width: 100%;
    }

    .contact_map {
        margin-top: 30px;
    }

    #contactFeature {
        background-size: cover;
    }

    .subscribe_form {
        margin: 0 auto;
        width: 85%;
    }

    .team_social a {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }

    .blog_slider .slick-prev {
        left: 86.5%;
    }

    .og-close {
        z-index: 999;
    }

    #about {
        padding: 50px 0;
    }

    #service {
        padding: 50px 0 50px;
    }

    #works {
        padding: 0 0 50px;
    }

    #team {
        padding: 50px 0;
    }

    #pricing {
        padding: 50px 0;
    }

    #blog {
        padding: 50px 0;
    }

    #testimonial {
        padding: 50px 0;
    }

    #clients {
        padding: 50px 0 100px;
    }

    #contact {
        padding: 50px 0 0;
    }

    #subscribe {
        padding: 50px 0;
    }

    .social_nav {
        margin-top: 20px;
        text-align: center;
    }

    .footer_left {
        text-align: center;
    }

    .single_service > .service_title:after {
        left: 41%;
    }

    .wagwep-container ul#portfolio-filter li {
        width: auto;
    }

    .wagwep-container ul#portfolio-filter a {
        text-indent: 0;
    }

}

@media (max-width: 480px ) {
    #slides {
        height: 320px !important;
    }

    .slider_caption {
        margin-top: 20%;
    }

    .slider_caption > h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .slider_caption > p {
        font-size: 14px;
    }

    .slider_caption > a {
        font-size: 15px;
        margin-top: 20px;
        padding: 8px 10px;
    }

    .wagwep-container ul#portfolio-filter li {
        width: auto;
    }

    .wagwep-container ul#portfolio-filter a {
        font-size: 10px;
        margin: 0 0 2px;
        padding: 5px;
        text-align: center;
        text-indent: 0;
    }

    .blog_slider .slick-prev {
        left: 81.5%;
    }

    .clients_slider .slick-prev {
        left: 43%;
    }

    .clients_slider .slick-next {
        right: 43%;
    }

    .subscribe_form {
        width: 100%;
    }

    .footer_left {
        text-align: center;
    }

    .footer_right {
        margin-top: 20px;
    }

    .social_nav {
        text-align: center;
    }

    .testi_content:before {
        left: 30%;
    }

    .single_service > .service_title:after {
        left: 38%;
    }

    .wagwep-container ul#portfolio-filter {
        padding: 0 3%;
    }

}

@media (max-width: 360px ) {
    .slider_caption {
        margin-top: 28%;
    }

    .slider_caption > a {
        margin-top: 10px;
    }

    .slides-navigation h3 {
        display: none;
    }

    .slider_caption > h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .panel-title {
        font-size: 17px;
    }

    .about_area {
        padding-bottom: 0px;
    }

    .about_slider {
        height: auto;
    }

    .single_skill {
        margin-bottom: 25px;
        width: 100%;
    }

    .heading h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 30px;
    }

    .counter {
        width: 100%;
        margin-bottom: 15px;
    }

    .blog_slider .slick-prev {
        left: 75.5%;
    }

    .clients_slider .slick-prev {
        left: 40%;
    }

    .clients_slider .slick-next {
        right: 40%;
    }

    .subscribe_mail {
        width: 70%;
        font-size: 15px;
    }

    .subscr_btn {
        width: 29%;
        font-size: 15px;
    }

    .heading h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .single_service > .service_title:after {
        left: 32%;
    }

    .slides-navigation {
        display: none;
    }

}

@media (max-width: 320px ) {
    .slider_caption > h2 {
        font-size: 15px;
        line-height: 18px;
    }

    .single_service > .service_title:after {
        left: 29%;
    }

    .blog_slider .slick-prev {
        left: 70.5%;
    }

    .subscr_btn {
        font-size: 11px;
    }

    .slider_caption {
        margin-top: 34%;
    }

}