@charset "UTF-8";
/*----------------------------------------------------



----------------------------------------------------*/
/*--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700");
/*Color Variables*/
/* Section Title*/
.tittle {
    text-align: center;
    padding-top: 80px;
}
.tittle h2 {
    font-family: 'Roboto', sans-serif;
    color: #494949;
    text-transform: capitalize;
    font-size: 34px;
}
.tittle p {
    font-family: 'Roboto', sans-serif;
    color: #7c8a9a;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
#service h3{
    margin-top: 8px;
    margin-bottom: 12px;
}
.plit_content h1{
    font-size: 20px;
    margin-bottom: 10px;
}
.form-control{
    height: 40px;
    border-radius: 0px;
}
.btnclass{
    line-height: 50px;
    display: block;
    font-size: 16px;
    width: 170px;
    margin: 0 auto;
    background: #ff9e05;
    border-radius: 3px;
    color: #fff;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

/* Preloader */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/loading1.gif");
}

/*--------------------------------------------------*/
/*Prefix Styles*/
.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

body {
    font-family:  'Roboto', sans-serif;;
    /*Section Fix*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0;
}
body p {
    font-family:  'Roboto', sans-serif;;
    line-height: 27px;
    color: #7c8a9a;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 18px;
}
body ul {
    margin: 0;
    padding: 0;
}
body section.row, body header.row, body footer.row {
    margin: 0;
}

/*Ancore*/
a, .btn, button {
    outline: none;
    transition: all 300ms linear 0s;
}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
    transition: all 300ms linear 0s;
}
a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {
    outline: none;
    text-decoration: none;
    transition: all 300ms linear 0s;
    color: #fff;
}
.btnclass:hover,.btnclass:focus{
    background: rgba(255, 158, 5, 0.61) !important;
}

/* Box_version */
.box_version {
    max-width: 1200px;
    margin: 0 auto;
    background-image: url("../images/box-body-bg.jpg");
}

/*--------------------------------------------------*/
/* Header Area */

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: auto;
        height: 100%;
    }
}

.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}

#places-carousel {
    margin-top: 16px;
}

.place-item .like_btn_img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 4px !important;
    border: none;
  top: 4px;
    position: relative;
    left: -3px;
}

.place-item .like_btn {
    width: 100px !important;
}

.place-item .like_btn:hover {
    background: #ff9e05;
    border: 1px solid #ff9c00;
}

.fullscreen-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    position: absolute;
    width: 100%;
    height: 100%;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}

.searchtextbox{
    height: 50px;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
}
.email-text-box{
    height: 50px;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
}
.check-mark {
    width: 8%;
    margin-bottom: 8px;
}
.vote-block{
    text-align: center;
}
.search-form{
    text-align: center;
    margin-top: 20px;
}
.searchfrom {
    margin-bottom: 16px;
}
.searchfrom h2 {
    font-size: 34px;
    text-transform: capitalize;
    color: #494949;
}
.inlineblcok{
    display:inline-block !important;
}
.searchtextbox:focus{
    /*border-color: #fff;*/
    box-shadow: none;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}

#places-row {
    margin-top: 20px;
}

.place-item a {
    line-height: 30px !important;
    display: block;
    font-size: 16px;
    width: 60px !important;
    margin: 0 auto;
    background: #ff9e05;
    border-radius: 3px;
    color: #fff;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.place-item {
    width: 200px;
    float: left;
    margin-right: 20px;
    color: #333;
}

.place-item img {
    width: 200px;
    height: 140px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}
#places-row {
    margin-top: 20px;
}

.place-item a {
       line-height: 30px !important;
    display: block;
    font-size: 16px;
    width: 60px !important;
    margin: 0 auto;
    background: rgba(0,0,0,0.6);
    border-radius: 3px;
    color: #fff;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #ccc;
    opacity: 0.9;
    position: absolute;
    top: 30%;
    text-align: center;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.place-item {
    width: 200px;
    float: left;
    color: #333;
    position: relative;
}
#carousel-prev,#carousel-next{outline: none;}
#carousel-prev{
        float: left;
    position: relative;
        background: transparent;
    top: -6%;
}
#carousel-next{
      float: right;
    position: relative;
        background: transparent;
    top: -6%;
}
div:focus{outline: none;}
.slick-slide label{
        white-space: nowrap;
    width: 13em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
.place-item img {
    width: 200px;
    height: 140px;
    margin-bottom: 10px;
    display: inline-block;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !Important;
}
.is-scrolling ul li a{color: #fd6600 !important;}
.is-scrolling .navbar-brand img{
    width: 80%;
    vertical-align: middle;
    display: inline-block;
}
.header_area {
    width: 100%;
    padding-top: 20px;
    margin: 0;
    border: 0;
    background-color: transparent;
    z-index: 999;
    border-radius: 0;
    transition: all .5s ease;
}
.header_area.is-scrolling {
    background: #fff;
    -webkit-box-shadow: 0 2px 42px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 42px rgba(0, 0, 0, 0.1);
    padding-top: 0;
}
.header_area.is-scrolling .nav li.active a {
    color: #ff9e05;
}
.header_area .navbar-header .navbar-brand {
    padding-top: 0;
    font: 700 40px "Roboto", sans-serif;
    color: #494949;
}
.header_area .navbar-header .navbar-brand span {
    color: #ff9e05;
}
.header_area .main_menu {
    padding: 0;
}
.header_area .main_menu .navbar_main {
    float: right;
    display: block;
    text-align: center;
}
.header_area .main_menu .navbar_main li {
    float: none;
    display: inline-block;
}
.header_area .main_menu .navbar_main li a {
    font: 600 14px/60px "Roboto", sans-serif;
    padding: 0;
    padding-left: 40px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    background-color: transparent !important;
}
.header_area .main_menu .navbar_main li a:hover {
    color: #ff9e05;
}
.header_area .main_menu .navbar_main li.lets_talk {
    padding-left: 40px;
}
.header_area .main_menu .navbar_main li.lets_talk a {
    line-height: 40px;
    display: block;
    width: 150px;
    background: #ff9e05 !important;
    border-radius: 3px;
    color: #fff;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
}
.header_area .main_menu .navbar_main li.lets_talk a:hover, .header_area .main_menu .navbar_main li.lets_talk a.focus {
    background: #7c8a9a !important;
}
.header_area .main_menu .navbar_main li.submenu a i {
    padding-left: 10px;
}
.header_area .main_menu .navbar_main li.submenu ul {
    border: none;
    box-shadow: none;
    border-radius: 0 0px 5px 5px;
    min-width: 200px;
    transition: all .2s ease;
    background: #fff !important;
    padding: 0;
}
@media (min-width: 991px) {
    .header_area .main_menu .navbar_main li.submenu ul {
        display: block;
        opacity: 0;
        transform: translateY(20px);
        visibility: hidden;
        background-color: white;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    }
}
.header_area .main_menu .navbar_main li.submenu ul li {
    display: block;
    padding: 0;
}
.header_area .main_menu .navbar_main li.submenu ul li a {
    line-height: normal;
    padding: 10px 20px;
    display: block;
    text-align: left;
}
.header_area .main_menu .navbar_main li.submenu ul li a:hover, .header_area .main_menu .navbar_main li.submenu ul li a:focus {
    background: #fff !important;
}
@media (min-width: 991px) {
    .header_area .main_menu .navbar_main li:hover.submenu ul, .header_area .main_menu .navbar_main li:focus.submenu ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.header_area.blog_header {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.host-reg-block {
    position: fixed;
    right: 0;
    top: 30%;
    bottom: 0;
    z-index: 1000;
    width: auto;
}

.host-reg-block img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.host-reg-block p {
    color: #ffc100;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    right: 10px;
}

#store-link {
    background: transparent !important;
}

/* End Header Area */
/*--------------------------------------------------*/

.voting-area {
    background: rgb(251, 251, 251);
    top: -11px;
    position: relative;
}

.voting_wrapper {
    text-align: center;
    padding: 60px 0;
}

.slider_area {
    background: url("../images/snapshot.png") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.slider_area1 {
    background: url(../images/businessimage.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
   height: 100%;
}
.slider_area:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    /*background: rgb(251, 251, 251);
    opacity: .6;*/
    z-index: -1;
    display: block;
}
.slider_area .slider_wrapper {
    padding: 250px 0 240px 0;
    text-align: center;
}

.slider_area1:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(251, 251, 251);
    opacity: .6;
    z-index: -1;
    display: block;
}
.slider_area1 .slider_wrapper {
    padding: 250px 0;
    text-align: center;
}
.slider_wrapper p{
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 2;;
}
.it_work_row h1{
    text-transform: uppercase;
    margin-bottom: 10px;

    font-size: 30px;
}
.slider_area .slider_wrapper h1 {
    font: 700 60px/65px "Roboto", sans-serif;
    color: #ffffff;

}

.slider_area .slider_wrapper h5 {
    font: 400 20px "Roboto", sans-serif;
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 50px;
}

.slider_area .slider_wrapper h2 {
    color: #ffffff;
}
.slider_area .slider_wrapper a {
    line-height: 50px;
    display: block;
    font-size: 16px;
    /*width: 200px;*/
    margin: 0 auto;
    background: #ff9e05;
    border-radius: 3px;
    color: #fff;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.slider_area .slider_wrapper a:hover, .slider_area .slider_wrapper a.focus {
    background: rgba(255, 158, 5, 0.61) !important;;
}
.slider_area .slider_wrapper .form-group input {
    border: 1px solid #7c8a9a;
    background: #fff;
    font: 400 16px/80px "Roboto", sans-serif;
    padding: 0;
    padding-left: 40px;
    height: auto;
    color: #7c8a9a;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    width: 550px;
    float: left;
    border-right: 0;
}
.slider_area .slider_wrapper .form-group input.placeholder {
    color: #7c8a9a;
}
.slider_area .slider_wrapper .form-group input:-moz-placeholder {
    color: #7c8a9a;
}
.slider_area .slider_wrapper .form-group input::-webkit-input-placeholder {
    color: #7c8a9a;
}
.slider_area .slider_wrapper .form-group input:hover, .slider_area .slider_wrapper .form-group input:focus {
    border: 1px solid #ff9e05;
}
.slider_area .slider_wrapper .form-group button {
    border: 1px solid #ff9e05;
    background: #ff9e05;
    font: 400 16px/80px "Roboto", sans-serif;
    padding: 0;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    width: 200px;
    text-align: center;
    margin: 0;
    margin-top: -16px;
}
    
.slider_area.email_slider .slider_wrapper h1 {
    max-width: 900px;
}

/*.slider_area.video_slider {
    background: url("../images/slider-bg.html") no-repeat;
    background-position: center;
    background-size: cover;
}*/

/*--------------------------------------------------*/
.it_work_area {
    background: #fff;
    padding-bottom: 30px;
}
.it_work_area .it_work_row {
    display: block;
}
.it_work_area .it_work_row .align > li {
    width: 50%;
}
.it_work_area .it_work_row .align {
    margin-top: 85px;
}
.it_work_area .it_work_row .align li {
    margin: 0;
}
.it_work_area .it_work_row .align .book .hardcover_front li:last-child {
    background: transparent;
}
.it_work_area .it_work_row .align .book .page {
    position: relative;
}
.it_work_area .it_work_row .align .book .page li a {
    border: 0;
    font: 400 12px/30px "Roboto", sans-serif;
    width: 100px;
    margin: 0 auto;
    display: block;
    background: #ff9e05;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.it_work_area .it_work_row .align .book .page li a:hover, .it_work_area .it_work_row .align .book .page li a:focus {
    background: #494949;
}
.it_work_area .it_work_row .align .book figcaption span {
    color: #ff9e05;
}
.it_work_area .it_work_row .align .book figcaption h1 {
    font-size: 30px;
    color: #494949;
}

/*--------------------------------------------------*/
.get_with_pro {
    background: rgb(251, 251, 251);
    padding-bottom: 65px;
}
.get_with_pro .tittle p {
    max-width: 810px;
}
.get_with_pro .get_with_row {
    padding-top: 80px;
}
.get_with_pro .get_with_row .pro_colam {
    text-align: center;
    padding-bottom: 30px;
}
.get_with_pro .get_with_row .pro_colam .icon {
    width: 100px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 2px solid #ff9e05;
}
.get_with_pro .get_with_row .pro_colam .icon img {
    max-width: 100%;
}
.get_with_pro .get_with_row .pro_colam h4 {
    font: 600 18px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #494949;

}
.get_with_pro .get_with_row .pro_colam p {
    padding-top: 5px;
}

/*--------------------------------------------------*/
.benefts_area {
    padding-bottom: 40px;
    background: #FFF;
}
.benefts_area .benefts_row {
    padding-top: 80px;
}
.benefts_area .benefts_row .media {
    padding-bottom: 50px;
}
.benefts_area .benefts_row .media .media-left {
    padding-right: 20px;
}
.benefts_area .benefts_row .media .media-left i {
    font-size: 40px;
    color: #ff9e05;
    position: relative;
    top: -15px;
}
.benefts_area .benefts_row .media .media-body h4 {
    font: 600 20px/1 "Roboto", sans-serif;
    color: #494949;
    text-transform: capitalize;

}
.benefts_area .benefts_row .media .media-body p {
    font: 300 14px/26px "Roboto", sans-serif;
    color: #7c8a9a;
    padding-top: 5px;
}
.secondsec1 h1{
    text-align: center;
    font-size: 34px !important;
    text-transform: uppercase;
    top: 70px;
    position: relative;
    margin-bottom: 85px;
}

/*--------------------------------------------------*/
.perfect_your_team {
    background: rgb(251, 251, 251);
    padding-bottom: 100px;
}
.perfect_your_team .perfec_row {
    margin-top: 73px;
    border-top: 1px solid #ff9e05;
    border-right: 1px solid #ff9e05;
}
.perfect_your_team .perfec_row .developer {
    text-align: center;
    border-bottom: 1px solid #ff9e05;
    border-left: 1px solid #ff9e05;
    position: relative;
    overflow: hidden;
    height: 170px;
    backface-visibility: hidden;
    perspective: 1000px;
}
.perfect_your_team .perfec_row .developer .icon {
    width: 80px;
    margin: 0 auto;
    border-bottom: 2px solid #ff9e05;
    padding-bottom: 20px;
    transform: rotateY(0deg);
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
}
.perfect_your_team .perfec_row .developer .icon img {
    width: 50px;
    height: auto;
    max-width: 100%;
    padding-top: 30px;
}
.perfect_your_team .perfec_row .developer h5 {
    font: 400 16px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #494949;
    padding-top: 15px;
    padding-bottom: 28px;
    transform: rotateY(0deg);
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
}
.perfect_your_team .perfec_row .developer .dev_hover {
    background: #ff9e05;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
}
.perfect_your_team .perfec_row .developer .dev_hover p {
    font: 400 13px/26px "Roboto", sans-serif;
    color: rgb(251, 251, 251);
    text-transform: uppercase;
}
.perfect_your_team .perfec_row .developer .dev_hover a {
    font: 500 italic 13px "Roboto", sans-serif;
    color: #fff;
    padding-top: 14px;
    display: block;
}
.perfect_your_team .perfec_row .developer .dev_hover a:hover, .perfect_your_team .perfec_row .developer .dev_hover a:focus {
    color: #494949;
}
.perfect_your_team .perfec_row .developer:hover .dev_hover, .perfect_your_team .perfec_row .developer:focus .dev_hover {
    transform: rotateY(0deg);
}
.perfect_your_team .perfec_row .developer:hover .icon, .perfect_your_team .perfec_row .developer:hover h5, .perfect_your_team .perfec_row .developer:focus .icon, .perfect_your_team .perfec_row .developer:focus h5 {
    transform: rotateY(180deg);
}
.perfect_your_team .all_categories {
    padding-top: 80px;
}
.perfect_your_team .all_categories a {
    line-height: 50px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    width: 220px;
    margin: 0 auto;
    border: 1px solid #ff9e05;
    border-radius: 3px;
    color: #ff9e05;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
}
.perfect_your_team .all_categories a:hover, .perfect_your_team .all_categories a:focus {
    background: #ff9e05;
    color: #fff;
}
.iconwidth{
    width: 40px;
    height: 40px;
}

/*--------------------------------------------------*/
.work_width_best_area {
    background: url("../images/wifiimagecustomer.jpg") no-repeat fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}
.work_width_best_area:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(251, 251, 251);
    opacity: .8;
    z-index: -1;
}
.work_width_best_area .work_width_middel {
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    overflow: hidden;
    margin-top: 70px;
}
.work_width_best_area .work_width_middel .work_width_row .with_design {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
    border-right: #e0e0e0 1px solid;
}
.work_width_best_area .work_width_middel .work_width_row .with_design:last-child {
    border: 0;
}
.work_width_best_area .work_width_middel .work_width_row .with_design h4 {
    font: 600 18px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #494949;
}
.work_width_best_area .work_width_middel .work_width_row .with_design p {
    padding-top: 15px;
    line-height: 25px;
    padding-bottom: 30px;
}
.work_width_best_area .work_width_middel .work_width_row .with_design a {
    color: #ff9e05;
    font: 500 15px/40px "Roboto", sans-serif;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background: #fff;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.work_width_best_area .work_width_middel .work_width_row .with_design a:hover, .work_width_best_area .work_width_middel .work_width_row .with_design a:focus {
    background: #ff9e05;
    color: #fff;
    border-color: #ff9e05;
}

/*--------------------------------------------------*/
.our_freelancer_area {
    padding: 100px 0;
    background: #fff;
    display: block;
    overflow: hidden;
}
.our_freelancer_area .carousel_freelancer .carousel-inner .item iframe {
    width: 560px;
    height: 315px;
}
.our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content h4 {
    font: 400 16px "Roboto", sans-serif;
    color: #494949;
}
.our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content h2 {
    font: 400 35px/40px "Roboto", sans-serif;
    color: #494949;
    padding-top: 15px;
}
.our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content h5 {
    font: 400 15px "Roboto", sans-serif;
    color: #494949;
    padding-top: 30px;
    padding-bottom: 30px;
}
.our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a {
    color: #ff9e05;
    font: 500 15px/40px "Roboto", sans-serif;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background: #fff;
    width: 200px;
    text-align: center;
    display: block;
}
.our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a:hover, .our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a:focus {
    background: #ff9e05;
    color: #fff;
    border-color: #ff9e05;
}
.our_freelancer_area .carousel_freelancer .carousel-control {
    background-color: transparent;
    background-image: none;
    text-shadow: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.our_freelancer_area .carousel_freelancer .carousel-control i {
    font-size: 40px;
    color: #494949;
}
.our_freelancer_area .carousel_freelancer .left.carousel-control {
    left: -40px;
}
.our_freelancer_area .carousel_freelancer .right.carousel-control {
    right: -40px;
}
.our_freelancer_area .carousel_freelancer:hover .carousel-control, .our_freelancer_area .carousel_freelancer:focus .carousel-control {
    opacity: 1;
}

/*--------------------------------------------------*/
.how_it_work {
    padding-bottom: 65px;
    background: rgb(251, 251, 251);
}
.how_it_work .how_it_work_row {
    padding-top: 80px;
}
.how_it_work .how_it_work_row .find_work {
    text-align: center;
    padding-bottom: 30px;
}
.how_it_work .how_it_work_row .find_work .work_images {
    padding-bottom: 30px;
    position: relative;
}
.how_it_work .how_it_work_row .find_work .work_images:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    margin: 0 auto;
    border-bottom: 2px solid #ff9e05;
}
.how_it_work .how_it_work_row .find_work .work_images img {
    height: 135px;
}
.how_it_work .how_it_work_row .find_work h3 {
    text-transform: uppercase;
    font: 600 18px "Roboto", sans-serif;
    color: #494949;
    padding-top: 23px;
    font-size: 16px;
}
.how_it_work .how_it_work_row .find_work p {
    padding-top: 5px;
    font-size: 16px;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}

/*--------------------------------------------------*/
.plit_columns_area {
    padding: 100px 0;
    background: #fff;
}
.plit_columns_area .plit_columns .plit_img img {
    max-width: 100%;
    max-height: 555px;
}
.plit_columns_area .plit_columns .plit_content {
    padding-bottom: 80px;
}
.plit_img img{
    border-radius: 0%;
}
.plit_columns_area .plit_columns .plit_content h2 {
    font-size: 34px;
    color: #494949;
    padding-top: 30px;
}

.plit_columns_area .plit_columns .plit_content .subheading {
    font-weight: 500;
    color: #494949;
    text-align: left;
}

#aboutpara{
    color: #7c8a9a;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: 12px;
    font-weight: 300;
}

.plit_columns_area .plit_columns .plit_content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #7c8a9a;
    text-align: justify;
    letter-spacing: 1px;
}
.plit_columns_area .plit_columns .plit_content_2 {
    padding: 0;
    padding-top: 30px;
}

/*--------------------------------------------------*/
.reviews_area {
    background: rgb(251, 251, 251);
    padding-bottom: 70px;
}
.reviews_area .reviews_row {
    padding-top: 60px;
}
.reviews_area .reviews_row .reviews_content {
    text-align: center;
    padding-bottom: 30px;
}
.reviews_area .reviews_row .reviews_content i {
    font-size: 50px;
    color: #ff9e05;
    padding: 20px;
    border-bottom: 2px solid #ff9e05;
}
.reviews_area .reviews_row .reviews_content p {
    font-size: 17px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.reviews_area .reviews_row .reviews_content img {
    height: 60px;
}
.reviews_area .client_logo_area {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
}
.reviews_area .client_logo_area h4 {
    color: #494949;
    font: 600 18px "Roboto", sans-serif;
    padding-bottom: 40px;
}
.reviews_area .client_logo_area .item img {
    height: 60px;
    max-width: 100%;
}

/*--------------------------------------------------*/
/* Home Faq */
.faq_area {
    background: rgb(251, 251, 251);
    padding-bottom: 100px;
}
.faq_area .tittle a {
    color: #ff9e05;
}
.faq_area .tittle a:hover, .faq_area .tittle a:focus {
    color: #7c8a9a;
}
.faq_area .faq_row .faq_collam {
    padding-top: 70px;
}
.faq_area .faq_row .faq_collam h4 {
    font: 500 20px/1 "Roboto", sans-serif;
    color: #494949;
}
.faq_area .faq_row .faq_collam p {
    font: 300 16px/27px "Roboto", sans-serif;
    color: #7c8a9a;
    padding-top: 15px;
}

/*End Home Faq */
/*--------------------------------------------------*/
.see_yourself {
    background: #fff;
}
.see_yourself .video_area {
    text-align: center;
    padding-top: 80px;
    border-bottom: 1px solid #ff9e05;
    position: relative;
}
.see_yourself .video_area a {
    position: absolute;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    background: rgba(73, 73, 73, 0.7);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 135px;
}
.see_yourself .video_area a:hover, .see_yourself .video_area a:focus {
    background: #ff9e05;
}
.see_yourself .video_area a i {
    font-size: 40px;
    line-height: 100px;
    padding-left: 10px;
    color: #fff;
}
.see_yourself .video_area img {
    max-width: 100%;
}

/*--------------------------------------------------*/
.team_member_area {
    background: rgb(251, 251, 251);
    padding-bottom: 70px;
}
.team_member_area .chief_row {
    padding-top: 75px;
}
.team_member_area .chief_row .seth_robbins {
    transition: all 300ms linear 0s;
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
    cursor: move;
}
.team_member_area .chief_row .seth_robbins img {
    width: 100%;
    height: 250px;
}
.team_member_area .chief_row .seth_robbins .content_area {
    border-bottom: 0;
    display: block;
    overflow: hidden;
    transition: all 300ms linear 0s;
    border: 1px solid #ebedf3;
    margin-top: -2px;
    border-bottom: 0;
    padding-left: 14px;
}
.bussiness h1{
    font-size: 34px !important;

}
.bussiness h2{
    font-size: 24px;

    top: -11px;
    position: relative;
}
.secondsec{
    margin-top: 20px;
}
#service h2{
    font-size: 34px;
    text-transform: capitalize;
}
.get_with_row{
    padding: 30px;
}

.get_with_row h4{
    margin-top: 23px;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;

}
.get_with_row .icon{
    text-align: center
}
.secondsec h2{
    margin-bottom: 8px;
    font-size: 34px;
}
.secondsec h3{
    font-size: 24px !important;
    padding: 0px !important;

}
.team_member_area .chief_row .seth_robbins .content_area a {
    font: 500 20px "Roboto", sans-serif;
    padding-top: 35px;
    display: block;
    color: #494949;
}
.team_member_area .chief_row .seth_robbins .content_area h6 {
    font: 400 italic 16px "Roboto", sans-serif;
    padding-top: 10px;
    padding-bottom: 35px;
    cursor: auto;
    color: #7c8a9a;
    font-size: 12px;
    letter-spacing: 1px;
}
.team_member_area .chief_row .seth_robbins .social_icon {
    display: block;
    overflow: hidden;
    position: relative;
    right: 0;
    transition: all 300ms linear 0s;
    border: 1px solid #ebedf3;
}
.team_member_area .chief_row .seth_robbins .social_icon li {
    float: left;
    width: 33.33%;
    border-right: 1px solid #ebedf3;
}
.team_member_area .chief_row .seth_robbins .social_icon li:last-child {
    border-right: 0;
}
.team_member_area .chief_row .seth_robbins .social_icon li a {
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    display: block;
    padding-top: 0;
    color: #494949;
}
.team_member_area .chief_row .seth_robbins .social_icon li a:hover, .team_member_area .chief_row .seth_robbins .social_icon li a:focus {
    color: #fff;
    background: #ff9e05;
}

.team_about {
    background: #fff;
}

/*--------------------------------------------------*/
.news_letter_area {
    padding-bottom: 100px;
    background: rgb(251, 251, 251);
    display: block;
    overflow: hidden;
}
.news_letter_area .news_letter {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px;
}
.news_letter_area .news_letter .form-group input {
    border: 1px solid #7c8a9a;
    background: #fff;
    font: 400 16px/80px "Roboto", sans-serif;
    padding: 0;
    padding-left: 40px;
    height: auto;
    color: #7c8a9a;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    width: 600px;
    float: left;
    border-right: 0;
}
.news_letter_area .news_letter .form-group input.placeholder {
    color: #7c8a9a;
}
.news_letter_area .news_letter .form-group input:-moz-placeholder {
    color: #7c8a9a;
}
.news_letter_area .news_letter .form-group input::-webkit-input-placeholder {
    color: #7c8a9a;
}
.news_letter_area .news_letter .form-group input:hover, .news_letter_area .news_letter .form-group input:focus {
    border: 1px solid #ff9e05;
}
.news_letter_area .news_letter .form-group button {
    border: 1px solid #ff9e05;
    background: #ff9e05;
    font: 400 16px/80px "Roboto", sans-serif;
    padding: 0;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    width: 200px;
    text-align: center;
    margin: 0;
    margin-top: -16px;
}
.news_letter_area .news_letter p {
    text-align: center;
    padding-top: 15px;
}
.news_letter_area .news_letter p i {
    padding-right: 10px;
}

/*--------------------------------------------------*/
.map_area {
    position: relative;
    display: block;
    overflow: hidden;
}
.map_area #map {
    width: 100%;
    height: 550px;
}
.map_area .flip-box-container {
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: all 300ms linear 0s;
    z-index: 9;
    width: 555px;
    min-height: 406px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotateY(0);
    transform: translateX(-50%) translateY(-50%) rotateY(0);
}
.map_area .flip-box-container .flip-box {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 73px rgba(0, 0, 0, 0.17);
}
.map_area .flip-box-container .flip-box-part {
    padding: 38px 40px 34px;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.map_area .flip-box-container .flip-box-part h2 {
    font: 700 27px/1 "Roboto", sans-serif;
    color: #494949;
}
.map_area .flip-box-container .flip-box-part ul {
    margin: 25px 0 30px;
}
.map_area .flip-box-container .flip-box-part ul li {
    padding-left: 30px;
    font: 300 16px/2 "Roboto", sans-serif;
    color: #7c8a9a;
}
.map_area .flip-box-container .flip-box-part ul li i {
    width: 30px;
    float: left;
    margin-left: -30px;
    line-height: 32px;
}
.map_area .flip-box-container .flip-box-part ul li + li {
    margin-top: 10px;
}
.map_area .flip-box-container .flip-box-part .btn-block {
    font: 600 19px/63px "Roboto", sans-serif;
    text-transform: uppercase;
    border: none;
    transition: all 300ms linear 0s;
    border-radius: 0;
    background: #ff9e05;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.map_area .flip-box-container .flip-box-part .btn-block:hover, .map_area .flip-box-container .flip-box-part .btn-block:focus {
    background: rgba(255, 158, 5, 0.6);
}
.map_area .flip-box-container .flip-box-part .contactform .form-group {
    margin-bottom: 20px;
}
.map_area .flip-box-container .flip-box-part .contactform .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    font: 300 16px/24px "Roboto", sans-serif;
    padding: 12px 18px;
    height: 50px;
    color: #7c8a9a;
    border-color: #e0e8ee;
    background: rgb(251, 251, 251);
}
.map_area .flip-box-container .flip-box-part .contactform .form-group .form-control.placeholder {
    color: #7c8a9a;
}
.map_area .flip-box-container .flip-box-part .contactform .form-group .form-control:-moz-placeholder {
    color: #7c8a9a;
}
.map_area .flip-box-container .flip-box-part .contactform .form-group .form-control::-webkit-input-placeholder {
    color: #7c8a9a;
}
.map_area .flip-box-container .flip-box-part .contactform .form-group .form-control:hover, .map_area .flip-box-container .flip-box-part .contactform .form-group .form-control:focus {
    border-color: #ff9e05;
}
.map_area .flip-box-container .flip-box-part .contactform .form-group textarea.form-control {
    height: 108px;
    resize: none;
}
.map_area .flip-box-container .flip-box-part .contactform .has-error .form-control {
    border-color: red;
}
.map_area .flip-box-container .flip-box-part.contact-form .js-close-flip {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    font-size: 25px;
    text-decoration: none;
    color: #c0cad0;
}
.map_area .flip-box-container .contact-box {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
    background: #fff;
}
.map_area .flip-box-container .contact-form {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background: #fff;
}
.map_area .flip-box-container.show-form .contact-box {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.map_area .flip-box-container.show-form .contact-form {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/*--------------------------------------------------*/
.section-experience {
    background: #fff;
    display: block;
    overflow: hidden;
    padding-bottom: 90px;
}
.section-experience .experience-timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    margin-top: 80px;
}
.section-experience .experience-timeline:before {
    content: "";
    background-color: #ff9e05;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 0;
}
.section-experience .experience-timeline .row {
    margin-top: 40px;
}
.section-experience .experience-timeline .row.first {
    margin-top: 10px;
}
.section-experience .experience-timeline .left_row {
    text-align: right;
}
.section-experience .experience-timeline .mobile-view .timeline-divider {
    background: url("../images/timeline-divider.html") no-repeat;
    width: 33px;
    height: 59px;
    float: right;
    margin: 58px -31px 0 0;
    color: #fff;
    text-align: center;
}
.section-experience .experience-timeline .mobile-view .timeline-divider i {
    padding-top: 22px;
    color: #fff;
}
.section-experience .experience-timeline .mobile-view .timeline-marker {
    background-color: #ff9e05;
    width: 250px;
    height: 60px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 55px;
    position: relative;
}
.section-experience .experience-timeline .mobile-view .timeline-marker .timeline-date {
    font: 400 17px "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 18px;
}
.section-experience .experience-timeline .mobile-view .timeline-marker .arrow-right {
    border-color: transparent transparent transparent #ff9e05;
    border-style: solid;
    border-width: 9px;
    width: 0;
    height: 0;
    float: right;
    right: -18px;
    top: 20px;
    position: absolute;
}
.section-experience .experience-timeline .mobile-view .timeline-marker .arrow-left {
    border-color: transparent #ff9e05 transparent transparent;
    border-style: solid;
    border-width: 9px;
    width: 0;
    height: 0;
    float: left;
    left: -18px;
    top: 20px;
    position: absolute;
}
.section-experience .experience-timeline .mobile-view .fr {
    float: right;
}
.section-experience .experience-timeline .mobile-view .left {
    margin-right: 30px;
}
.section-experience .experience-timeline .mobile-view .right {
    margin-left: 30px;
}
.section-experience .experience-timeline .mobile-view .timeline-details .skill {
    min-height: 180px;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}
.section-experience .experience-timeline .mobile-view .timeline-details .skill .skill-heading {
    font: 600 20px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #ff9e05;
}
.section-experience .experience-timeline .mobile-view .timeline-details .skill .skill-subheading {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding-bottom: 15px;
}

/*--------------------------------------------------*/
.app_area {
    background: url("../images/main_banner.jpg") no-repeat fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding-top: 80px;
}
.app_area:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(251, 251, 251);
    opacity: .8;
    z-index: -1;
}

#mockup-image {
    width: 400px;
}
.app_area .app_story_row img {
    max-width: 100%;
}
.app_area .app_story_row .mobail_app_content h2 {
    color: #494949;
    margin-top: 90px;
    margin-bottom: 20px;
    font: 600 50px/1 "Roboto", sans-serif;
}
.app_area .app_story_row .mobail_app_content p {
    font: 300 18px/32px "Roboto", sans-serif;
    margin-bottom: 25px;
}
.app_area .app_story_row .mobail_app_content .download_btn a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}

/*--------------------------------------------------*/
.appex-style-switch {
    position: fixed;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    left: -305px;
    background: #FFFFFF;
    padding: 30px;
    border: 1px solid #ddd;
}
.appex-style-switch .switch-button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #7c8a9a;
    font-size: 24px;
    line-height: 0;
    opacity: 1 !important;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    right: -53px;
    top: -1px;
    cursor: pointer;
}
.appex-style-switch .layout_version {
    text-align: center;
}
.appex-style-switch .layout_version .layout_style {
    border-bottom: 1px dashed #ff9e05;
    border-top: 1px dashed #ff9e05;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0;
    color: #494949;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 9px;
}
.appex-style-switch .layout_version strong {
    background: #ff9e05 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 16px 0;
    font-weight: 600;
    padding: 10px 0;
    width: 242px;
    -moz-transition: 0.9s;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    cursor: pointer;
}
.appex-style-switch .layout_version .full_version {
    margin-top: 30px;
}
.appex-style-switch .dark_version_color strong {
    border-bottom: 1px dashed #ff9e05;
    border-top: 1px dashed #ff9e05;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0;
    text-align: left;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
}
.appex-style-switch .dark_version_color .color {
    padding-top: 7px;
}
.appex-style-switch .dark_version_color .color_scheme span {
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    margin-left: 28px;
    margin-top: 20px;
    width: 40px;
}
.appex-style-switch .dark_version_color .color_scheme span:first-child {
    margin-left: 0;
}
.appex-style-switch .dark_version_color .color_scheme .blue_v {
    background: #1FBAD7;
}
.appex-style-switch .dark_version_color .color_scheme .red_v {
    background: #F62B00;
}
.appex-style-switch .dark_version_color .color_scheme .yellow_v {
    background: #FFC100;
}
.appex-style-switch .dark_version_color .color_scheme .green_v {
    background: #1CAC00;
}

/*--------------------------------------------------*/
.footer_area {
    text-align: center;
    background: #fff;
    display: block;
    overflow: hidden;
}
.footer_area .footer_logo {
    padding-top: 50px;
}
.footer_area .footer_logo img{
    width: 180px;
}
.footer_area .footer_logo h1 {
    font: 700 50px/1 "Roboto", sans-serif;
    color: #494949;
}
.footer_area .footer_logo h1 span {
    color: #ff9e05;
}
.footer_area .socail_nav {
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.socail_nav li {
    display: inline-block;
    padding-left: 2px;
}
.socail_nav li a {
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    width: 60px !important;
    color: #fff;
    display: block;
    padding: 0;
    position: relative;
    z-index: 2;
    border-radius: 3px;
    background: #ff9e05;
}
#small-heading {
    font-size: 14px;
}
.faceboook {
    background:#3b5998 !important ;
}
.twiter {
    background:#0084b4 !important ;
}
.linkdin {
    background:#0077B5 !important ;
}
.footer_area .footer_nav {
    padding-top: 20px;
}
.footer_area .footer_nav li {
    display: inline-block;
}
.footer_area .footer_nav li a {
    font: 300 15px/1 "Roboto", sans-serif;
    color: #ff9e05;
    color: #7c8a9a;
    font-weight: 600;
    font-size: 16px;
}
.footer_area .footer_nav li a:hover, .footer_area .footer_nav li a:focus {
    color: #494949;
    background-color: transparent;
}
.footer_area p {

    font-weight: 300;
    padding-bottom: 10px;
    font-size: 14px;
}

/* back to top */
.back_to_top {
    display: none;
    text-align: center;
    padding: 10px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.3;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

/*--------------------------------------------------*/
/* Banner-area */
.banner_area {
    background: url("../images/AboutUs_main%20image.jpg") no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    z-index: 2;
    height:100%;
}
.navbar-default .navbar-nav .about >li>a{
color:#777;
}
.banner_area:before {
    content: "";
    position: absolute;
    background: rgb(251, 251, 251);
    opacity: .8;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.banner_area{
    font: 600 35px "Roboto", sans-serif;
    color: #494949;
  
    text-align: center;
    text-transform: capitalize;
}
.banner_area span{
    text-transform: capitalize;
    font-size: 19px;
    top: -10px;
    position: relative;
}

.banner_area .about_header {
    position: absolute;
    text-align: center;
    top: 50%;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.banner_area h1 {
    font-size: 34px;
    margin-bottom: 4px;
}

.banner_area h2 {
    font-size: 24px;
}

/*--------------------------------------------------*/
.blog-area {
    background: #fff;
}
.blog-area .blog-all {
    padding-top: 100px;
    padding-bottom: 20px;
    /* end blog left */
}
.blog-area .blog-all .blog-left .big-post {
    padding-bottom: 40px;
}
.blog-area .blog-all .blog-left .big-post img {
    max-width: 100%;
}
.blog-area .blog-all .blog-left .big-post .content-area {
    background: rgb(251, 251, 251);
    padding: 37px 40px 40px 40px;
    /* SLingle blog pages */
    /* End SLingle blog pages */
}
.blog-area .blog-all .blog-left .big-post .content-area h3 {
    color: #494949;
    font: 500 18px "Roboto", sans-serif;
    display: inline-block;
}
.blog-area .blog-all .blog-left .big-post .content-area h3:hover, .blog-area .blog-all .blog-left .big-post .content-area h3:focus {
    color: #ff9e05;
}
.blog-area .blog-all .blog-left .big-post .content-area .dat {
    color: #7c8a9a;
    font: 500 16px "Roboto", sans-serif;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #ff9e05;
    width: 76px;
    height: 56px;
}
.blog-area .blog-all .blog-left .big-post .content-area .dat span {
    font: 700 16px "Roboto", sans-serif;
}
.blog-area .blog-all .blog-left .big-post .content-area .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
.blog-area .blog-all .blog-left .big-post .content-area .breadcrumb li:before {
    color: #7c8a9a;
}
.blog-area .blog-all .blog-left .big-post .content-area .breadcrumb li a {
    color: #7c8a9a;
    font: 400 italic 15px "Roboto", sans-serif;
}
.blog-area .blog-all .blog-left .big-post .content-area .breadcrumb li a:hover, .blog-area .blog-all .blog-left .big-post .content-area .breadcrumb li a:focus {
    color: #ff9e05;
}
.blog-area .blog-all .blog-left .big-post .content-area p {
    color: #7c8a9a;
    font: 400 15px/28px "Roboto", sans-serif;
    padding-top: 30px;
}
.blog-area .blog-all .blog-left .big-post .content-area .p-italic {
    color: #494949;
    font: 400 italic 15px/28px "Roboto", sans-serif;
    padding-top: 30px;
    padding-left: 61px;
    position: relative;
}
.blog-area .blog-all .blog-left .big-post .content-area .p-italic:before {
    content: "";
    position: absolute;
    left: 38px;
    width: 5px;
    height: 70%;
    background: rgb(251, 251, 251);
    bottom: 0;
}
.blog-area .blog-all .blog-left .big-post .content-area .read-mor {
    color: #fff;
    font: 400 15px/40px "Roboto", sans-serif;
    width: 180px;
    background: #ff9e05;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid rgb(251, 251, 251);
    display: block;
    letter-spacing: 2px;
}
.blog-area .blog-all .blog-left .big-post .content-area .read-mor:hover, .blog-area .blog-all .blog-left .big-post .content-area .read-mor:focus {
    background-color: #494949;
    color: #fff;
}
.blog-area .blog-all .blog-left .big-post .Share {
    padding-top: 80px;
}
.blog-area .blog-all .blog-left .big-post .Share h3 {
    text-transform: uppercase;
    font: 500 18px "Roboto", sans-serif;
    color: #494949;
    display: inline-block;
    padding-right: 28px;
}
.blog-area .blog-all .blog-left .big-post .Share .socal-icon {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.blog-area .blog-all .blog-left .big-post .Share .socal-icon li {
    list-style: none;
    display: inline-block;
    padding-right: 8px;
}
.blog-area .blog-all .blog-left .big-post .Share .socal-icon li a {
    display: block;
    text-align: center;
    height: 42px;
    border: 1px solid #494949;
    color: #7c8a9a;
    font-size: 18px;
    line-height: 42px;
    width: 42px;
    border-radius: 50%;
}
.blog-area .blog-all .blog-left .big-post .Share .socal-icon li a:hover, .blog-area .blog-all .blog-left .big-post .Share .socal-icon li a:focus {
    color: #fff;
    background: #ff9e05;
    border: 1px solid rgb(251, 251, 251);
}
.blog-area .blog-all .blog-left .big-post .Comments {
    padding-top: 75px;
}
.blog-area .blog-all .blog-left .big-post .Comments h3 {
    text-transform: uppercase;
    font: 500 18px "Roboto", sans-serif;
    color: #494949;
    padding-right: 28px;
}
.blog-area .blog-all .blog-left .big-post .Comments .media {
    border-bottom: 1px solid #ebf2f5;
    padding-top: 32px;
}
.blog-area .blog-all .blog-left .big-post .Comments .media:last-child {
    border: 0;
}
.blog-area .blog-all .blog-left .big-post .Comments .media .media-left {
    width: 10%;
    padding-right: 30px;
}
.blog-area .blog-all .blog-left .big-post .Comments .media .media-left .media-object {
    border-radius: 50%;
}
.blog-area .blog-all .blog-left .big-post .Comments .media .media-body {
    padding-bottom: 35px;
}
.blog-area .blog-all .blog-left .big-post .Comments .media .media-body .media-heading {
    color: #494949;
    font: 500 14px "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 0;
}
.blog-area .blog-all .blog-left .big-post .Comments .media .media-body p {
    color: #7c8a9a;
    font: 400 15px/28px "Roboto", sans-serif;
    padding-top: 15px;
}
.blog-area .blog-all .blog-left .big-post .Comments .media .media-body h5, .blog-area .blog-all .blog-left .big-post .Comments .media .media-body a {
    display: inline-block;
    font: 400 15px "Roboto", sans-serif;
    color: #7c8a9a;
    padding-top: 20px;
}
.blog-area .blog-all .blog-left .big-post .Comments .media .media-body a {
    padding-left: 30px;
}
.blog-area .blog-all .blog-left .big-post .Comments .media .media-body a i {
    padding-right: 15px;
}
.blog-area .blog-all .blog-left .big-post .Comments .media .media-body a:hover, .blog-area .blog-all .blog-left .big-post .Comments .media .media-body a:focus {
    color: #ff9e05;
}
.blog-area .blog-all .blog-left .big-post .Leave-Comment {
    padding-top: 75px;
}
.blog-area .blog-all .blog-left .big-post .Leave-Comment h3 {
    text-transform: uppercase;
    font: 500 18px "Roboto", sans-serif;
    color: #494949;
    padding-right: 28px;
}
.blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content {
    padding-top: 50px;
    padding-bottom: 70px;
}
.blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .contact-from .form-group {
    padding-bottom: 2px;
}
.blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .contact-from .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #7c8a9a;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    color: #7c8a9a;
    height: auto;
    padding: 0;
    font: 400 15px/40px "Roboto", sans-serif;
    padding-left: 20px;
    height: auto;
}
.blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .contact-from .form-group .form-control:hover, .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .contact-from .form-group .form-control:focus {
    border-bottom: 1px solid #ff9e05;
}
.blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .contact-from .form-group .form-control-2 {
    height: 156px;
    resize: none;
}
.blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun {
    background: #ff9e05;
    width: 180px;
    color: #fff;
    border: 0;
    font: 400 15px/40px "Roboto", sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
}
.blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun:hover, .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun:focus {
    color: #fff;
    background: #494949;
}
.blog-area .blog-all .blog-left .prvew-post {
    border-top: 1px solid #d5dde0;
    border-bottom: 1px solid #d5dde0;
    margin-bottom: 80px;
    margin-top: 30px;
}
.blog-area .blog-all .blog-left .prvew-post .older-post {
    padding-top: 4px;
}
.blog-area .blog-all .blog-left .prvew-post .older-post a {
    color: #7c8a9a;
    font: 400 15px/40px "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog-area .blog-all .blog-left .prvew-post .older-post a i {
    padding-right: 10px;
}
.blog-area .blog-all .blog-left .prvew-post .older-post a:hover, .blog-area .blog-all .blog-left .prvew-post .older-post a:focus {
    color: #ff9e05;
}
.blog-area .blog-all .blog-left .prvew-post .older-right {
    text-align: right;
}
.blog-area .blog-all .blog-left .prvew-post .older-right a i {
    padding-right: 0;
}
.blog-area .blog-all .blog-left .prvew-post .older-num {
    text-align: center;
}
.blog-area .blog-all .blog-left .prvew-post .older-num ul {
    padding: 0;
    margin: 0;
}
.blog-area .blog-all .blog-left .prvew-post .older-num ul li {
    list-style: none;
    display: inline-block;
}
.blog-area .blog-all .blog-left .prvew-post .older-num ul li a {
    color: #7c8a9a;
    font: 500 15px "Roboto", sans-serif;
    padding: 10px;
    display: block;
}
.blog-area .blog-all .blog-left .prvew-post .older-num ul li a:hover, .blog-area .blog-all .blog-left .prvew-post .older-num ul li a:focus, .blog-area .blog-all .blog-left .prvew-post .older-num ul li a.active {
    color: #ff9e05;
    position: relative;
}
.blog-area .blog-all .blog-left .prvew-post .older-num ul li a:hover:after, .blog-area .blog-all .blog-left .prvew-post .older-num ul li a:focus:after, .blog-area .blog-all .blog-left .prvew-post .older-num ul li a.active:after {
    content: "";
    position: absolute;
    bottom: 8px;
    background: rgb(251, 251, 251);
    width: 50%;
    height: 1px;
    left: 6px;
}
.blog-area .blog-all .blog-right {
    padding-left: 35px;
}
.blog-area .blog-all .blog-right .tittle-b h3 {
    text-transform: uppercase;
    font: 500 18px "Roboto", sans-serif;
    color: #494949;
    position: relative;
}
.blog-area .blog-all .blog-right .tittle-b h3:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    background: rgb(251, 251, 251);
    bottom: -15px;
    transition: all 300ms linear 0s;
}
.blog-area .blog-all .blog-right .tittle-b h3:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    left: 0;
    background: #ff9e05;
    bottom: -15px;
    z-index: 1;
    transition: all 300ms linear 0s;
}
.blog-area .blog-all .blog-right .tittle-b:hover h3:before, .blog-area .blog-all .blog-right .tittle-b:focus h3:before {
    width: 100%;
}
.blog-area .blog-all .blog-right .Search-Keyword .input-group {
    padding-top: 48px;
}
.blog-area .blog-all .blog-right .Search-Keyword .input-group .form-control {
    background: #fff;
    border: 1px solid #ff9e05;
    box-shadow: none;
    outline: none;
    height: auto;
    padding: 0;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
    color: #7c8a9a;
    font: 400 15px/50px "Roboto", sans-serif;
}
.blog-area .blog-all .blog-right .Search-Keyword .input-group .input-group-btn .btn-default {
    background: #fff;
    border: 0;
    border-radius: 0;
    line-height: 50px;
    padding: 0;
    width: 52px;
    color: #494949;
    font-size: 18px;
    margin: 0;
    border: 1px solid #ff9e05;
}
.blog-area .blog-all .blog-right .Search-Keyword .input-group .input-group-btn .btn-default:hover, .blog-area .blog-all .blog-right .Search-Keyword .input-group .input-group-btn .btn-default:focus {
    background: #ff9e05;
    color: #fff;
}
.blog-area .blog-all .blog-right .Popular-Posts {
    padding-top: 48px;
}
.blog-area .blog-all .blog-right .Popular-Posts .media {
    padding-bottom: 30px;
}
.blog-area .blog-all .blog-right .Popular-Posts .media.first-blog {
    padding-top: 40px;
}
.blog-area .blog-all .blog-right .Popular-Posts .media .media-body {
    padding-left: 10px;
}
.blog-area .blog-all .blog-right .Popular-Posts .media .media-body .media-heading {
    color: #494949;
    font: 500 15px "Roboto", sans-serif;
    text-transform: uppercase;
    padding-top: 10px;
}
.blog-area .blog-all .blog-right .Popular-Posts .media .media-body h5 {
    color: #7c8a9a;
    font: 400 italic 15px "Roboto", sans-serif;
    padding-top: 7px;
}
.blog-area .blog-all .blog-right .Popular-Posts .media:hover .media-heading, .blog-area .blog-all .blog-right .Popular-Posts .media:focus .media-heading {
    color: #ff9e05;
}
.blog-area .blog-all .blog-right .Categories {
    padding-top: 17px;
}
.blog-area .blog-all .blog-right .Categories .min-cat {
    padding: 0;
    padding-top: 50px;
}
.blog-area .blog-all .blog-right .Categories .min-cat li {
    list-style: none;
    display: block;
    padding-left: 30px;
    position: relative;
    padding-bottom: 20px;
}
.blog-area .blog-all .blog-right .Categories .min-cat li:before {
    content: "";
    position: absolute;
    background: #494949;
    height: 10px;
    width: 10px;
    left: 0;
    top: 4px;
}
.blog-area .blog-all .blog-right .Categories .min-cat li a {
    color: #494949;
    font: 500 15px "Roboto", sans-serif;
}
.blog-area .blog-all .blog-right .Categories .min-cat li a span {
    color: #7c8a9a;
    font: 400 15px "Roboto", sans-serif;
    float: right;
}
.blog-area .blog-all .blog-right .tags {
    padding-top: 12px;
}
.blog-area .blog-all .blog-right .tags .tags-btn {
    padding: 0;
    padding-top: 53px;
}
.blog-area .blog-all .blog-right .tags .tags-btn li {
    list-style: none;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.blog-area .blog-all .blog-right .tags .tags-btn li:nth-child(3) {
    padding-right: 0;
}
.blog-area .blog-all .blog-right .tags .tags-btn li:nth-child(9) {
    padding-right: 0;
}
.blog-area .blog-all .blog-right .tags .tags-btn li a {
    background: #ebf2f5;
    color: #494949;
    font: 400 15px "Roboto", sans-serif;
    display: inline-block;
    padding: 12px 27px;
}
.blog-area .blog-all .blog-right .tags .tags-btn li a:hover, .blog-area .blog-all .blog-right .tags .tags-btn li a:focus {
    background: #ff9e05;
    color: #fff;
}

/*--------------------------------------------------*/
/* About Area */
.about_area {
    padding-bottom: 20px;
    padding-top: 70px;
    background: #fff;
}
.about_area p {
    font: 400 16px/26px "Roboto", sans-serif;
    color: #7c8a9a;
    padding-top: 0px;
    text-align: justify;
    margin-top: -40px;
    padding: 70px;
    letter-spacing: 2px;
    line-height: 30px;
}
.team_about h2{
    text-align: center;
    top: 41px;
    font-size: 40px;
    position: relative;
    text-transform: uppercase;

}
.about h2{

}
.about_area .italic_pragraph {
    padding-left: 120px;
    position: relative;
    font: 400 italic 18px/30px "Roboto", sans-serif;
    padding-top: 15px;
    padding-bottom: 40px;
    margin-top: 50px;
}
.about_area .italic_pragraph:before {
    content: "�";
    position: absolute;
    left: 50px;
    top: 80px;
    font-size: 200px;
    color: #7c8a9a;
    font-style: italic;
    z-index: 1;
    opacity: .3;
}
.about_area img {
    max-width: 100%;
}
.about_area .para_row {
    padding-top: 40px;
    padding-bottom: 10px;
}
.about_area .para_row .fast_para {
    padding-top: 0;
    margin-top: -4px;
}

/* End About Area */
/*--------------------------------------------------*/
/*--------------------------------------------------
                    Color CSS
/*--------------------------------------------------*/
/* red_version */
.red_version .header_area .navbar-header .navbar-brand span,
.red_version .header_area .main_menu .navbar_main li a:hover,
.red_version .it_work_area .it_work_row .align .book figcaption span,
.red_version .benefts_area .benefts_row .media .media-left i,
.red_version .perfect_your_team .all_categories a,
.red_version .header_area.is-scrolling .nav li.active a,
.red_version .reviews_area .reviews_row .reviews_content i,
.red_version .footer_area .footer_logo h1 span {
    color: #f62b00;
}
.red_version .header_area .main_menu .navbar_main li.lets_talk a,
.red_version .slider_area .slider_wrapper a,
.red_version .it_work_area .it_work_row .align .book .page li a {
    background: #f62b00 !important;
    color: #fff;
}
.red_version .header_area .main_menu .navbar_main li.lets_talk a:hover, .red_version .header_area .main_menu .navbar_main li.lets_talk a:focus,
.red_version .slider_area .slider_wrapper a:hover,
.red_version .slider_area .slider_wrapper a:focus,
.red_version .it_work_area .it_work_row .align .book .page li a:hover,
.red_version .it_work_area .it_work_row .align .book .page li a:focus {
    background: #ff9e05 !important;
}
.red_version .how_it_work .how_it_work_row .find_work .work_images:after,
.red_version .perfect_your_team .perfec_row .developer,
.red_version .perfect_your_team .perfec_row,
.red_version .perfect_your_team .all_categories a,
.red_version .perfect_your_team .perfec_row .developer .icon,
.red_version .get_with_pro .get_with_row .pro_colam .icon,
.red_version .reviews_area .reviews_row .reviews_content i,
.red_version .footer_area .socail_nav {
    border-color: #f62b00;
}
.red_version .perfect_your_team .perfec_row .developer .dev_hover {
    background: #f62b00;
}
.red_version .perfect_your_team .all_categories a:hover, .red_version .perfect_your_team .all_categories a:focus {
    background: #f62b00;
    color: #fff;
}
.red_version .work_width_best_area .work_width_middel .work_width_row .with_design a,
.red_version .our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a {
    border-color: #f62b00;
    color: #f62b00;
}
.red_version .work_width_best_area .work_width_middel .work_width_row .with_design a:hover, .red_version .work_width_best_area .work_width_middel .work_width_row .with_design a:focus,
.red_version .our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a:hover,
.red_version .our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a:focus {
    background: #f62b00;
    color: #fff;
}
.red_version .team_member_area .chief_row .seth_robbins .social_icon li a:hover, .red_version .team_member_area .chief_row .seth_robbins .social_icon li a:focus {
    background: #f62b00;
}
.red_version .section-experience .experience-timeline .mobile-view .timeline-marker {
    background: #f62b00;
}
.red_version .section-experience .experience-timeline .mobile-view .timeline-marker .arrow-right {
    border-color: transparent transparent transparent #f62b00;
}
.red_version .section-experience .experience-timeline .mobile-view .timeline-marker .arrow-left {
    border-color: transparent #f62b00 transparent transparent;
}
.red_version .section-experience .experience-timeline .mobile-view .timeline-details .skill .skill-heading {
    color: #f62b00;
}
.red_version .section-experience .experience-timeline:before {
    background: #f62b00;
}
.red_version .section-experience .experience-timeline .mobile-view .timeline-divider {
    background: url(../images/timeline-divider-red.html) no-repeat;
}
.red_version .news_letter_area .news_letter .form-group button {
    background: #f62b00;
    border-color: #f62b00;
}
.red_version .news_letter_area .news_letter .form-group input:hover, .red_version .news_letter_area .news_letter .form-group input:focus {
    border-color: #f62b00;
}
.red_version .map_area .flip-box-container .flip-box-part .btn-block,
.red_version .footer_area .socail_nav li a,
.red_version .appex-style-switch .layout_version strong {
    background: #f62b00;
}
.red_version .map_area .flip-box-container .flip-box-part .btn-block:hover, .red_version .map_area .flip-box-container .flip-box-part .btn-block:focus,
.red_version .footer_area .socail_nav li a:hover,
.red_version .footer_area .socail_nav li a:focus,
.red_version .appex-style-switch .layout_version strong:hover,
.red_version .appex-style-switch .layout_version strong:focus {
    background: #ff9e05;
}
.red_version .footer_area .footer_nav li a,
.red_version .faq_area .tittle a {
    color: #f62b00;
}
.red_version .footer_area .footer_nav li a:hover, .red_version .footer_area .footer_nav li a:focus,
.red_version .faq_area .tittle a:hover,
.red_version .faq_area .tittle a:focus {
    color: #ff9e05;
}
.red_version .section-experience .experience-timeline .mobile-view .timeline-marker.right::after {
    border-bottom-color: #f62b00;
}
.red_version .section-experience .experience-timeline .mobile-view .timeline-marker.left::after {
    border-top-color: #f62b00;
}
.red_version .appex-style-switch .layout_version .layout_style,
.red_version .appex-style-switch .dark_version_color strong {
    border-color: #f62b00;
}
.red_version .slider_area .slider_wrapper .form-group input:hover, .red_version .slider_area .slider_wrapper .form-group input:focus {
    border-color: #f62b00;
}
.red_version .slider_area .slider_wrapper .form-group button {
    background: #f62b00;
    border-color: #f62b00;
}
.red_version .blog-area .blog-all .blog-left .big-post .content-area h3:hover, .red_version .blog-area .blog-all .blog-left .big-post .content-area h3:focus,
.red_version .blog-area .blog-all .blog-left .big-post .content-area .breadcrumb li a:hover, .red_version .blog-area .blog-all .blog-left .big-post .content-area .breadcrumb li a:focus {
    color: #f62b00;
}
.red_version .blog-area .blog-all .blog-left .big-post .content-area .dat,
.red_version .blog-area .blog-all .blog-right .Search-Keyword .input-group .form-control,
.red_version .blog-area .blog-all .blog-right .Search-Keyword .input-group .input-group-btn .btn-default {
    border-color: #f62b00;
}
.red_version .blog-area .blog-all .blog-left .big-post .content-area .read-mor,
.red_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun {
    background: #f62b00;
}
.red_version .blog-area .blog-all .blog-left .big-post .content-area .read-mor:hover, .red_version .blog-area .blog-all .blog-left .big-post .content-area .read-mor:focus,
.red_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun:hover,
.red_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun:focus {
    background: #ff9e05;
}
.red_version .blog-area .blog-all .blog-right .tittle-b h3:before {
    background: #f62b00;
}
.red_version .blog-area .blog-all .blog-right .Popular-Posts .media .media-body .media-heading:hover, .red_version .blog-area .blog-all .blog-right .Popular-Posts .media .media-body .media-heading:focus,
.red_version .blog-area .blog-all .blog-left .prvew-post .older-post a:hover,
.red_version .blog-area .blog-all .blog-left .prvew-post .older-post a:focus {
    color: #f62b00;
}
.red_version .blog-area .blog-all .blog-right .tags .tags-btn li a:hover, .red_version .blog-area .blog-all .blog-right .tags .tags-btn li a:focus,
.red_version .blog-area .blog-all .blog-left .big-post .Share .socal-icon li a:hover,
.red_version .blog-area .blog-all .blog-left .big-post .Share .socal-icon li a:focus {
    background: #f62b00;
}
.red_version .blog-area .blog-all .blog-left .prvew-post .older-num ul li a:hover, .red_version .blog-area .blog-all .blog-left .prvew-post .older-num ul li a:focus, .red_version .blog-area .blog-all .blog-left .prvew-post .older-num ul li a.active {
    color: #f62b00;
}
.red_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .contact-from .form-group .form-control:hover, .red_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .contact-from .form-group .form-control:focus {
    border-color: #f62b00;
}

/* End Red_version */
/* Yellow_version */
.yellow_version .header_area .navbar-header .navbar-brand span,
.yellow_version .header_area .main_menu .navbar_main li a:hover,
.yellow_version .it_work_area .it_work_row .align .book figcaption span,
.yellow_version .benefts_area .benefts_row .media .media-left i,
.yellow_version .perfect_your_team .all_categories a,
.yellow_version .header_area.is-scrolling .nav li.active a,
.yellow_version .reviews_area .reviews_row .reviews_content i,
.yellow_version .footer_area .footer_logo h1 span {
    color: #ffc100;
}
.yellow_version .header_area .main_menu .navbar_main li.lets_talk a,
.yellow_version .slider_area .slider_wrapper a,
.yellow_version .it_work_area .it_work_row .align .book .page li a {
    background: #ffc100 !important;
    color: #fff;
}
.yellow_version .header_area .main_menu .navbar_main li.lets_talk a:hover, .yellow_version .header_area .main_menu .navbar_main li.lets_talk a:focus,
.yellow_version .slider_area .slider_wrapper a:hover,
.yellow_version .slider_area .slider_wrapper a:focus,
.yellow_version .it_work_area .it_work_row .align .book .page li a:hover,
.yellow_version .it_work_area .it_work_row .align .book .page li a:focus {
    background: #ff9e05 !important;
}
.yellow_version .how_it_work .how_it_work_row .find_work .work_images:after,
.yellow_version .perfect_your_team .perfec_row .developer,
.yellow_version .perfect_your_team .perfec_row,
.yellow_version .perfect_your_team .all_categories a,
.yellow_version .perfect_your_team .perfec_row .developer .icon,
.yellow_version .get_with_pro .get_with_row .pro_colam .icon,
.yellow_version .reviews_area .reviews_row .reviews_content i,
.yellow_version .footer_area .socail_nav {
    border-color: #ffc100;
}
.yellow_version .perfect_your_team .perfec_row .developer .dev_hover {
    background: #ffc100;
}
.yellow_version .perfect_your_team .all_categories a:hover, .yellow_version .perfect_your_team .all_categories a:focus {
    background: #ffc100;
    color: #fff;
}
.yellow_version .work_width_best_area .work_width_middel .work_width_row .with_design a,
.yellow_version .our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a {
    border-color: #ffc100;
    color: #ffc100;
}
.yellow_version .work_width_best_area .work_width_middel .work_width_row .with_design a:hover, .yellow_version .work_width_best_area .work_width_middel .work_width_row .with_design a:focus,
.yellow_version .our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a:hover,
.yellow_version .our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a:focus {
    background: #ffc100;
    color: #fff;
}
.yellow_version .team_member_area .chief_row .seth_robbins .social_icon li a:hover, .yellow_version .team_member_area .chief_row .seth_robbins .social_icon li a:focus {
    background: #ffc100;
}
.yellow_version .section-experience .experience-timeline .mobile-view .timeline-marker {
    background: #ffc100;
}
.yellow_version .section-experience .experience-timeline .mobile-view .timeline-marker .arrow-right {
    border-color: transparent transparent transparent #ffc100;
}
.yellow_version .section-experience .experience-timeline .mobile-view .timeline-marker .arrow-left {
    border-color: transparent #ffc100 transparent transparent;
}
.yellow_version .section-experience .experience-timeline .mobile-view .timeline-details .skill .skill-heading {
    color: #ffc100;
}
.yellow_version .section-experience .experience-timeline:before {
    background: #ffc100;
}
.yellow_version .section-experience .experience-timeline .mobile-view .timeline-divider {
    background: url(../images/timeline-divider-yellow.html) no-repeat;
}
.yellow_version .news_letter_area .news_letter .form-group button {
    background: #ffc100;
    border-color: #ffc100;
}
.yellow_version .news_letter_area .news_letter .form-group input:hover, .yellow_version .news_letter_area .news_letter .form-group input:focus {
    border-color: #ffc100;
}
.yellow_version .map_area .flip-box-container .flip-box-part .btn-block,
.yellow_version .footer_area .socail_nav li a,
.yellow_version .appex-style-switch .layout_version strong {
    background: #ffc100;
}
.yellow_version .map_area .flip-box-container .flip-box-part .btn-block:hover, .yellow_version .map_area .flip-box-container .flip-box-part .btn-block:focus,
.yellow_version .footer_area .socail_nav li a:hover,
.yellow_version .footer_area .socail_nav li a:focus,
.yellow_version .appex-style-switch .layout_version strong:hover,
.yellow_version .appex-style-switch .layout_version strong:focus {
    background: #ff9e05;
}
.yellow_version .footer_area .footer_nav li a,
.yellow_version .faq_area .tittle a {
    color: #ffc100;
}
.yellow_version .footer_area .footer_nav li a:hover, .yellow_version .footer_area .footer_nav li a:focus,
.yellow_version .faq_area .tittle a:hover,
.yellow_version .faq_area .tittle a:focus {
    color: #ff9e05;
}
.yellow_version .section-experience .experience-timeline .mobile-view .timeline-marker.right::after {
    border-bottom-color: #ffc100;
}
.yellow_version .section-experience .experience-timeline .mobile-view .timeline-marker.left::after {
    border-top-color: #ffc100;
}
.yellow_version .appex-style-switch .layout_version .layout_style,
.yellow_version .appex-style-switch .dark_version_color strong {
    border-color: #ffc100;
}
.yellow_version .slider_area .slider_wrapper .form-group input:hover, .yellow_version .slider_area .slider_wrapper .form-group input:focus {
    border-color: #ffc100;
}
.yellow_version .slider_area .slider_wrapper .form-group button {
    background: #ffc100;
    border-color: #ffc100;
}
.yellow_version .blog-area .blog-all .blog-left .big-post .content-area h3:hover, .yellow_version .blog-area .blog-all .blog-left .big-post .content-area h3:focus,
.yellow_version .blog-area .blog-all .blog-left .big-post .content-area .breadcrumb li a:hover, .yellow_version .blog-area .blog-all .blog-left .big-post .content-area .breadcrumb li a:focus {
    color: #ffc100;
}
.yellow_version .blog-area .blog-all .blog-left .big-post .content-area .dat,
.yellow_version .blog-area .blog-all .blog-right .Search-Keyword .input-group .form-control,
.yellow_version .blog-area .blog-all .blog-right .Search-Keyword .input-group .input-group-btn .btn-default {
    border-color: #ffc100;
}
.yellow_version .blog-area .blog-all .blog-left .big-post .content-area .read-mor,
.yellow_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun {
    background: #ffc100;
}
.yellow_version .blog-area .blog-all .blog-left .big-post .content-area .read-mor:hover, .yellow_version .blog-area .blog-all .blog-left .big-post .content-area .read-mor:focus,
.yellow_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun:hover,
.yellow_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun:focus {
    background: #ff9e05;
}
.yellow_version .blog-area .blog-all .blog-right .tittle-b h3:before {
    background: #ffc100;
}
.yellow_version .blog-area .blog-all .blog-right .Popular-Posts .media .media-body .media-heading:hover, .yellow_version .blog-area .blog-all .blog-right .Popular-Posts .media .media-body .media-heading:focus,
.yellow_version .blog-area .blog-all .blog-left .prvew-post .older-post a:hover,
.yellow_version .blog-area .blog-all .blog-left .prvew-post .older-post a:focus {
    color: #ffc100;
}
.yellow_version .blog-area .blog-all .blog-right .tags .tags-btn li a:hover, .yellow_version .blog-area .blog-all .blog-right .tags .tags-btn li a:focus,
.yellow_version .blog-area .blog-all .blog-left .big-post .Share .socal-icon li a:hover,
.yellow_version .blog-area .blog-all .blog-left .big-post .Share .socal-icon li a:focus {
    background: #ffc100;
}
.yellow_version .blog-area .blog-all .blog-left .prvew-post .older-num ul li a:hover, .yellow_version .blog-area .blog-all .blog-left .prvew-post .older-num ul li a:focus, .yellow_version .blog-area .blog-all .blog-left .prvew-post .older-num ul li a.active {
    color: #ffc100;
}
.yellow_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .contact-from .form-group .form-control:hover, .yellow_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .contact-from .form-group .form-control:focus {
    border-color: #ffc100;
}

/* End Yellow_version */
/* Blue_version */
.blue_version .header_area .navbar-header .navbar-brand span,
.blue_version .header_area .main_menu .navbar_main li a:hover,
.blue_version .it_work_area .it_work_row .align .book figcaption span,
.blue_version .benefts_area .benefts_row .media .media-left i,
.blue_version .perfect_your_team .all_categories a,
.blue_version .header_area.is-scrolling .nav li.active a,
.blue_version .reviews_area .reviews_row .reviews_content i,
.blue_version .footer_area .footer_logo h1 span {
    color: #1fbad7;
}
.blue_version .header_area .main_menu .navbar_main li.lets_talk a,
.blue_version .slider_area .slider_wrapper a,
.blue_version .it_work_area .it_work_row .align .book .page li a {
    background: #1fbad7 !important;
    color: #fff;
}
.blue_version .header_area .main_menu .navbar_main li.lets_talk a:hover, .blue_version .header_area .main_menu .navbar_main li.lets_talk a:focus,
.blue_version .slider_area .slider_wrapper a:hover,
.blue_version .slider_area .slider_wrapper a:focus,
.blue_version .it_work_area .it_work_row .align .book .page li a:hover,
.blue_version .it_work_area .it_work_row .align .book .page li a:focus {
    background: #ff9e05 !important;
}
.blue_version .how_it_work .how_it_work_row .find_work .work_images:after,
.blue_version .perfect_your_team .perfec_row .developer,
.blue_version .perfect_your_team .perfec_row,
.blue_version .perfect_your_team .all_categories a,
.blue_version .perfect_your_team .perfec_row .developer .icon,
.blue_version .get_with_pro .get_with_row .pro_colam .icon,
.blue_version .reviews_area .reviews_row .reviews_content i,
.blue_version .footer_area .socail_nav {
    border-color: #1fbad7;
}
.blue_version .perfect_your_team .perfec_row .developer .dev_hover {
    background: #1fbad7;
}
.blue_version .perfect_your_team .all_categories a:hover, .blue_version .perfect_your_team .all_categories a:focus {
    background: #1fbad7;
    color: #fff;
}
.blue_version .work_width_best_area .work_width_middel .work_width_row .with_design a,
.blue_version .our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a {
    border-color: #1fbad7;
    color: #1fbad7;
}
.blue_version .work_width_best_area .work_width_middel .work_width_row .with_design a:hover, .blue_version .work_width_best_area .work_width_middel .work_width_row .with_design a:focus,
.blue_version .our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a:hover,
.blue_version .our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content a:focus {
    background: #1fbad7;
    color: #fff;
}
.blue_version .team_member_area .chief_row .seth_robbins .social_icon li a:hover, .blue_version .team_member_area .chief_row .seth_robbins .social_icon li a:focus {
    background: #1fbad7;
}
.blue_version .section-experience .experience-timeline .mobile-view .timeline-marker {
    background: #1fbad7;
}
.blue_version .section-experience .experience-timeline .mobile-view .timeline-marker .arrow-right {
    border-color: transparent transparent transparent #1fbad7;
}
.blue_version .section-experience .experience-timeline .mobile-view .timeline-marker .arrow-left {
    border-color: transparent #1fbad7 transparent transparent;
}
.blue_version .section-experience .experience-timeline .mobile-view .timeline-details .skill .skill-heading {
    color: #1fbad7;
}
.blue_version .section-experience .experience-timeline:before {
    background: #1fbad7;
}
.blue_version .section-experience .experience-timeline .mobile-view .timeline-divider {
    background: url(../images/timeline-divider-blue.html) no-repeat;
}
.blue_version .news_letter_area .news_letter .form-group button {
    background: #1fbad7;
    border-color: #1fbad7;
}
.blue_version .news_letter_area .news_letter .form-group input:hover, .blue_version .news_letter_area .news_letter .form-group input:focus {
    border-color: #1fbad7;
}
.blue_version .map_area .flip-box-container .flip-box-part .btn-block,
.blue_version .footer_area .socail_nav li a,
.blue_version .appex-style-switch .layout_version strong {
    background: #1fbad7;
}
.blue_version .map_area .flip-box-container .flip-box-part .btn-block:hover, .blue_version .map_area .flip-box-container .flip-box-part .btn-block:focus,
.blue_version .footer_area .socail_nav li a:hover,
.blue_version .footer_area .socail_nav li a:focus,
.blue_version .appex-style-switch .layout_version strong:hover,
.blue_version .appex-style-switch .layout_version strong:focus {
    background: #ff9e05;
}
.blue_version .footer_area .footer_nav li a,
.blue_version .faq_area .tittle a {
    color: #1fbad7;
}
.blue_version .footer_area .footer_nav li a:hover, .blue_version .footer_area .footer_nav li a:focus,
.blue_version .faq_area .tittle a:hover,
.blue_version .faq_area .tittle a:focus {
    color: #ff9e05;
}
.blue_version .section-experience .experience-timeline .mobile-view .timeline-marker.right::after {
    border-bottom-color: #1fbad7;
}
.blue_version .section-experience .experience-timeline .mobile-view .timeline-marker.left::after {
    border-top-color: #1fbad7;
}
.blue_version .appex-style-switch .layout_version .layout_style,
.blue_version .appex-style-switch .dark_version_color strong {
    border-color: #1fbad7;
}
.blue_version .slider_area .slider_wrapper .form-group input:hover, .blue_version .slider_area .slider_wrapper .form-group input:focus {
    border-color: #1fbad7;
}
.blue_version .slider_area .slider_wrapper .form-group button {
    background: #1fbad7;
    border-color: #1fbad7;
}
.blue_version .blog-area .blog-all .blog-left .big-post .content-area h3:hover, .blue_version .blog-area .blog-all .blog-left .big-post .content-area h3:focus,
.blue_version .blog-area .blog-all .blog-left .big-post .content-area .breadcrumb li a:hover, .blue_version .blog-area .blog-all .blog-left .big-post .content-area .breadcrumb li a:focus {
    color: #1fbad7;
}
.blue_version .blog-area .blog-all .blog-left .big-post .content-area .dat,
.blue_version .blog-area .blog-all .blog-right .Search-Keyword .input-group .form-control,
.blue_version .blog-area .blog-all .blog-right .Search-Keyword .input-group .input-group-btn .btn-default {
    border-color: #1fbad7;
}
.blue_version .blog-area .blog-all .blog-left .big-post .content-area .read-mor,
.blue_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun {
    background: #1fbad7;
}
.blue_version .blog-area .blog-all .blog-left .big-post .content-area .read-mor:hover, .blue_version .blog-area .blog-all .blog-left .big-post .content-area .read-mor:focus,
.blue_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun:hover,
.blue_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .send-bottun:focus {
    background: #ff9e05;
}
.blue_version .blog-area .blog-all .blog-right .tittle-b h3:before {
    background: #1fbad7;
}
.blue_version .blog-area .blog-all .blog-right .Popular-Posts .media .media-body .media-heading:hover, .blue_version .blog-area .blog-all .blog-right .Popular-Posts .media .media-body .media-heading:focus,
.blue_version .blog-area .blog-all .blog-left .prvew-post .older-post a:hover,
.blue_version .blog-area .blog-all .blog-left .prvew-post .older-post a:focus {
    color: #1fbad7;
}
.blue_version .blog-area .blog-all .blog-right .tags .tags-btn li a:hover, .blue_version .blog-area .blog-all .blog-right .tags .tags-btn li a:focus,
.blue_version .blog-area .blog-all .blog-left .big-post .Share .socal-icon li a:hover,
.blue_version .blog-area .blog-all .blog-left .big-post .Share .socal-icon li a:focus {
    background: #1fbad7;
}
.blue_version .blog-area .blog-all .blog-left .prvew-post .older-num ul li a:hover, .blue_version .blog-area .blog-all .blog-left .prvew-post .older-num ul li a:focus, .blue_version .blog-area .blog-all .blog-left .prvew-post .older-num ul li a.active {
    color: #1fbad7;
}
.blue_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .contact-from .form-group .form-control:hover, .blue_version .blog-area .blog-all .blog-left .big-post .Leave-Comment .contact_area_content .contact-from .form-group .form-control:focus {
    border-color: #1fbad7;
}

/* End Blue_version */
/*--------------------------------------------------*/
@media (max-width: 1062px) {
    .place-item img {
        width: 180px;
    }
    .it_work_area {
        overflow: hidden;
    }
}actionbtn
@media (max-width: 600px) {
    .actionbtn{margin-top: 20px;}
}
@media (max-width: 991px) {
    .navbar-default .navbar-toggle {
        border: none;
        margin: 0;
        margin-top: 9px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .navbar-collapse {
        border: 0;
        background: #fff;
        border-radius: 5px;
        margin: 0;
    }

    .header_area .main_menu .navbar_main {
        float: left;
        padding-bottom: 15px;
        width: 100%;
    }
    .header_area .main_menu .navbar_main li {
        display: block;
        text-align: left;
    }
    .header_area .main_menu .navbar_main li a {
        line-height: 40px;
        text-align: left;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin: 0;
    }

    .header_area .main_menu .navbar_main li.submenu ul {
        background-color: transparent !important;
        padding-left: 35px;
    }
    .header_area .main_menu .navbar_main li.submenu ul li a {
        background-color: transparent;
    }
    .header_area .main_menu .navbar_main li.submenu ul li a:hover, .header_area .main_menu .navbar_main li.submenu ul li a:focus {
        color: #ff9e05;
    }

    .header_area .navbar-header .navbar-brand {
        padding: 0;
        margin-top: -5px;
    }

    .work_width_best_area .work_width_middel .work_width_row .with_design.bdr-n {
        border: 0;
    }

    .plit_columns_area .plit_columns .plit_content h2 {
        font-size: 25px;
        line-height: 27px;
    }

    .our_freelancer_area .carousel_freelancer .carousel-inner .item .freelancer_content {
        padding-bottom: 40px;
    }

    .our_freelancer_area .carousel_freelancer .carousel-inner .item iframe {
        width: 100%;
    }

    .app_area .app_story_row .mobail_app_content p {
        font-size: 16px;
        line-height: 26px;
        padding-top: 20px;
    }
    .app_area .app_story_row .mobail_app_content h2 {
        font-size: 25px;
        margin: 0;
    }

    .news_letter_area .news_letter .form-group input {
        width: 520px;
    }

    .about_area .para_row .fast_para {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .bussiness h2{
        font-size: 18px !important;
    }
    .btn90p{
        width: 90% !important;
    }
    .bussiness h2 {
        text-transform: uppercase;
        top: 0px;
        position: relative;
        letter-spacing: 0.1px;
    }
    .plit_columns_area{
        padding: 0px;
    }
    #service{
        margin-top: 0px;
    }
    h3{
        font-size: 20px;
    }
    .benefts_area h2{
        font-size: 23px !important;
    }
    .plit_img img {
        border-radius: 0%;
        margin: 0 auto;
        display: block;
    }
    .secondsec1 .btnclass {
        margin-top: 100px;
    }
    .secondsec1 h1 {
        text-align: center;
        font-size: 22px !important;
    }
    .secondsec h1{
        font-size: 22px !important;
    }
    .plit_content h1 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .banner_area span{
        font-size: 21px;
    }
    .slider_area1 .bussiness {
        padding: 150px 0;
        text-align: center;
    }
    h4{
        font-size: 19px;
    }
    .btnclass{
        width: 100%;
        margin-bottom: 20px;
    }
    .about_area p{
        padding: 0px;
    }
    .about img{
        display: block;
        margin: 0 auto;
    }
    .app_area .app_story_row .mobail_app_content h2{
        text-align: center;
        margin-top: 17px;
    }
    .map_area .flip-box-container .flip-box-part{
        text-align: center;
        padding: 40px;
    }
    .header_area .main_menu .navbar_main li a{
        color: rgba(51, 51, 51, 0.69);
    }
    p{
        font-size: 16px !important;
    }
    #service h3{
        font-size: 18px;
    }
    .is-scrolling .navbar-brand img {
        width: 55%;
        vertical-align: middle;
        display: inline-block;
        top: 0px;
        position: relative;
    }
    .slider_area .slider_wrapper a{
        width: 100%;
    }
    .searchtextbox{
        width: 100%;
        margin-bottom: 10px;
    }
    .slider_wrapper h2{
        font-size: 22px;
    }
    .is-scrolling .navbar-default .navbar-toggle .icon-bar{
        background-color: #ddd;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #ddd;
    }
    .bussiness h1 {
        font-size: 26px !important;
        text-transform: uppercase;
    }
    .team_member_area .chief_row .seth_robbins img{
        width: 100%;
    }

    .slider_area .slider_wrapper {
        padding: 140px 40px;
        top: 76px;
        position: relative;  }
    .slider_area .slider_wrapper h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .tittle p {
        font-size: 16px;
        line-height: 24px;
    }
    .tittle h2 {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 20px;
    }

    .perfect_your_team .perfec_row {
        max-width: 360px;
        margin: 0 auto;
        margin-top: 80px;
    }

    .plit_columns_area .plit_columns .pull-right.plit_img {
        float: none !important;
    }

    .plit_columns_area .plit_columns .plit_content_2 {
        padding: 0 15px;
    }

    .reviews_area .client_logo_area {
        padding: 0 15px;
    }
    .reviews_area .client_logo_area .item img {
        width: auto;
        margin: 0 auto;
    }

    .team_member_area .chief_row .seth_robbins {
        max-width: 360px;
        margin: 0 auto;
    }

    .app_area .app_story_row .mobail_app_content {
        padding-bottom: 40px;
    }
    .app_area .app_story_row .pull-right {
        float: none !important;
    }

    .news_letter_area .news_letter .form-group input {
        width: 100%;
    }
    .news_letter_area .news_letter .form-group button {
        width: 100%;
        margin-top: 10px;
    }

    .map_area {
        background: #fff;
        padding-bottom: 80px;
    }
    .map_area #map {
        height: 350px;
    }
    .map_area .flip-box-container {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
    }

    .it_work_area .it_work_row .align > li {
        padding-left: 0 !important;
    }
}
@media (max-width: 640px) {

    h2{
        font-size: 25px;
    }
    #service h2 {
        font-size: 25px;
    }
    .section-experience .experience-timeline:before {
        display: none;
    }
    .section-experience .experience-timeline .mobile-view {
        width: 100%;
    }
    .section-experience .experience-timeline .mobile-view .timeline-divider {
        display: none;
    }
    .section-experience .experience-timeline .mobile-view .timeline-details {
        padding-top: 30px;
        margin: 0;
    }
    .section-experience .experience-timeline .mobile-view .fr {
        float: none;
    }
    .section-experience .experience-timeline .mobile-view .timeline-marker {
        width: 100%;
    }
    .section-experience .experience-timeline .mobile-view .timeline-marker .arrow-right, .section-experience .experience-timeline .mobile-view .timeline-marker .arrow-left {
        display: none;
    }
    .section-experience .experience-timeline .mobile-view .timeline-marker.right {
        position: relative;
        margin: 0;
    }
    .section-experience .experience-timeline .mobile-view .timeline-marker.right:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(250, 104, 98, 0);
        border-bottom-color: #ff9e05;
        border-width: 10px;
        margin-left: -10px;
    }
    .section-experience .experience-timeline .mobile-view .timeline-marker.left {
        position: relative;
        margin: 0;
    }
    .section-experience .experience-timeline .mobile-view .timeline-marker.left:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(250, 104, 98, 0);
        border-top-color: #ff9e05;
        border-width: 10px;
        margin-left: -10px;
    }

    .footer_area .socail_nav li {
        padding-bottom: 5px;
    }

    .footer_area .footer_nav {
        padding-bottom: 20px;
    }
    .footer_area .footer_nav li a {
        padding: 0;
        padding-right: 20px;
        line-height: 27px;
    }

    .blog-area .blog-all .blog-left .prvew-post .older-post {
        width: 100%;
        text-align: center;
    }

    .blog-area .blog-all .blog-left .prvew-post .older-num {
        width: 100%;
    }

    .blog-area .blog-all .blog-left .prvew-post .older-right {
        width: 100%;
        float: none;
    }

    .blog-area .blog-all .blog-left .big-post .Comments .media .media-left {
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }

    .about_area .italic_pragraph {
        padding-left: 30px;
    }
    .about_area .italic_pragraph:before {
        left: -30px;
    }
}
@media (max-width: 360px) {
    .slider_area .slider_wrapper h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .see_yourself .video_area a {
        bottom: 55px;
    }

    .news_letter_area .news_letter .form-group input {
        line-height: 50px;
    }
    .news_letter_area .news_letter .form-group button {
        line-height: 50px;
    }

    .blog-area .blog-all .blog-left .big-post .content-area {
        padding: 37px 0px 40px 0px;
    }

    .blog-area .blog-all .blog-left .big-post .Share .socal-icon li {
        padding-bottom: 8px;
    }
}
/*--------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
