@import "font-awesome.css";


@import "anythingslider.css";

@import "jqbar.css";

@import "style_nimble.css";

@import "prettyPhoto.css";

@import "revolution_style.css";

@import "settings.css";

@import url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css");

@charset "utf-8";
/* CSS Document */

/* Padding */
.p-0 { padding: 0px; }
.p-5 { padding: 5px; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-25 { padding: 25px; }
.p-30 { padding: 30px; }
.p-35 { padding: 35px; }
.p-40 { padding: 40px; }
.p-45 { padding: 45px; }
.p-50 { padding: 50px; }

/* Margin */
.m-0 { margin: 0px; }
.m-5 { margin: 5px; }
.m-10 { margin: 10px; }
.m-15 { margin: 15px; }
.m-20 { margin: 20px; }
.m-25 { margin: 25px; }
.m-30 { margin: 30px; }
.m-35 { margin: 35px; }
.m-40 { margin: 40px; }
.m-45 { margin: 45px; }
.m-50 { margin: 50px; }


/* Margin - Top */
.mt-0 { margin-top: 0px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }

/* Margin - Bottom */
.mb-0 { margin-bottom: 0px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }

/* Margin - Left */
.ml-0 { margin-left: 0px; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }
.ml-30 { margin-left: 30px; }
.ml-35 { margin-left: 35px; }
.ml-40 { margin-left: 40px; }
.ml-45 { margin-left: 45px; }
.ml-50 { margin-left: 50px; }

/* Margin - Right */
.mr-0 { margin-right: 0px; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-25 { margin-right: 25px; }
.mr-30 { margin-right: 30px; }
.mr-35 { margin-right: 35px; }
.mr-40 { margin-right: 40px; }
.mr-45 { margin-right: 45px; }
.mr-50 { margin-right: 50px; }

/* Padding - Top */
.pt-0 { padding-top: 0px; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }

/* Padding - Bottom */
.pb-0 { padding-bottom: 0px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }

/* Padding - Left */
.pl-0 { padding-left: 0px; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-25 { padding-left: 25px; }
.pl-30 { padding-left: 30px; }
.pl-35 { padding-left: 35px; }
.pl-40 { padding-left: 40px; }
.pl-45 { padding-left: 45px; }
.pl-50 { padding-left: 50px; }

/* Padding - Right */
.pr-0 { padding-right: 0px; }
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pr-25 { padding-right: 25px; }
.pr-30 { padding-right: 30px; }
.pr-35 { padding-right: 35px; }
.pr-40 { padding-right: 40px; }
.pr-45 { padding-right: 45px; }
.pr-50 { padding-right: 50px; }


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

html,body {
    width: 100%;
    height: 100%;
}

a {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

a:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.align_center {
    text-align: center;
}

ul li {
    list-style: none;
}

ul li.clr {
    clear: both;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
	float:none !important;
}

aside .span4 {
    margin-left: 2% !important;
}

/*Custom css start here*/

.clr {
    clear: both;
}

.marr_lft_none {
    margin-left: 0 !important;
}

.no_padd_top {
    padding-top: 0 !important;
}

.float_right {
    float: right !important;
}

.error {
    border: 1px solid #f00 !important;
}



/*color switcher*/
.color-switcher {
    width: 100px;
    position: absolute;
    left: 0;
    top: 180px;
    background: #fff;
    z-index: 9999999;
    padding: 15px;
}

.color-switcher ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.color-switcher ul li a {
    display: block;
    width: 27px;
    height: 27px;
    outline: none;
}

.color-switcher ul li a.green {
    background: #7fc719;
}

.color-switcher ul li a.red {
    background: #E91B23;
}

.color-switcher ul li a.blue {
    background: #1bb1e9;
}

.color-switcher ul li a.orange {
    background: #fd7c26;
}

.color-switcher ul li a.cyan {
    background: #58c6c6;
}

.color-switcher ul li a.light_pink {
    background: #fc4349;
}

.picker_close {
    width: 40px;
    height: 30px;
    position: absolute;
    right: -40px;
    top: 0;
    background: url(../images/icon_settings.jpg) no-repeat center 5px #fff;
}

.position {
    left: -130px;
}

.header {
}

.top_row {
    min-height: 36px;
    background: #353535;
    border-bottom: 1px solid #434343;
}

p.top_number {
    padding-top: 9px;
    font-size: 14px;
    color: #bfbfbf;
    float: left;
}

p.top_number i {
    font-size: 16px;
    margin-top: 3px;
    margin-right: 5px;
    color: #9f9f9f;
}

ul.top_social {
    float: right;
    border-right: 1px solid #434343;
}

ul.top_social li {
    float: left;
    border-left: 1px solid #434343;
}

ul.top_social li a {
    text-align: center;
    width: 35px;
    height: 36px;
    display: block;
    color: #9f9f9f;
}

ul.top_social li a i {
    font-size: 18px;
    line-height: 38px;
}

ul.top_social li a.fb:hover {
    background: #2f5a9a;
    color: #fff;
}

ul.top_social li a.twtr:hover {
    background: #3abdd1;
    color: #fff;
}

ul.top_social li a.gmail:hover {
    background: #454545;
    color: #fff;
}

ul.top_social li a.pintrest:hover {
    background: #d13a3a;
    color: #fff;
}

ul.top_social li a.rss:hover {
    background: #f15200;
    color: #fff;
}

ul.top_social li a.login-btn {
    width: auto;
    padding: 11px 6px 7px 6px;
    font-family: 'PTSansBold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

ul.top_social li a.login-btn i {
    margin-right: 5px;
}

ul.top_social li a.login-btn:hover {
    background: #4a6ea9;
    color: #fff;
    text-decoration: none;
}

.navigation_bg {
    background: #282828;
}
.navigation_bg .row-fluid {
    display: flex; flex-wrap: wrap; align-items: center;
    position: relative;
}

.navigation_bg a.logo {
    margin-top: 0;
    display: inline-block;
    outline: medium none;
}
.logo > img {
    width: 200px;
}
@media screen and (max-width: 767px) {
    .logo > img {
        width: 170px;
    }
}

.nav .sub-child a  {
    padding-left: 40px;
}

.banner_bottom {
    text-align: center;
    width: 100%;
    background: #353535;
    padding: 23px 0;
}

.banner_bottom p {
    font-size: 13px;
    color: #d1d1d1;
    padding-top: 4px;
}

.tri_sec {
    border: 1px solid #f2f2f2;
    min-height: 238px !important;
    text-align: center;
    margin: 52px 0;
    padding: 0 10px 20px;
    position: relative;
}

.tri_sec:hover {
    cursor: pointer;
}

.tri_sec i {
    width: 34px;
    height: 34px;
    display: block;
    margin: 50px auto 15px;
    font-size: 49px;
    color: #636363;
}

.tri_sec h2 {
    padding-bottom: 15px;
}

p {
    font-size: 13px;
    color: #898989;
}

.tri_sec span.borders {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    padding: 1px 0 0 0;
    position: absolute;
    bottom: 1px;
    width: 100%;
    left: 0;
}

.tri_sec:hover h2, .tri_sec:hover p {
    color: #fff;
}

.tri_sec:hover i {
    color: #fff;
}

.latest_projects {
    text-align: center;
}

.latest_projects .projects_hdng {
    background: url(../../assets/images/bg_lines.jpg) repeat-x left 15px;
}

.latest_projects h1 {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline;
    padding: 0 30px;
    text-shadow: 0 3px 0 #E6E6E6;
    text-transform: uppercase;
}

.project {
    background: #f9f9f9;
    border-bottom: 4px solid #f3f3f3;
    width: 303px !important;
    float: left;
    margin-right: 25px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project.no_marr_right {
    margin-right: 0;
}

.project h2 {
    font-size: 17px;
    color: #898989;
    padding-top: 13px;
}

.project p {
    font-size: 12px;
    color: #898989;
    padding: 5px 40px;
}

.latest_projects p {
    padding: 10px 0;
}

.what_clients {
    background: #f9f9f9;
    padding-top: 38px;
    text-align: center;
}

.what_clients h1 {
    text-shadow: 0 3px 0 #e5e5e5;
}

.what_clients p {
    line-height: 21px;
    padding: 10px 0;
}

.what_clients p i {
    color: #e3e3e3;
    font-size: 50px;
    display: inline;
}

.what_clients p i.icon-quote-left {
    margin-right: 10px;
}

.what_clients p i.icon-quote-right {
    margin-left: 10px;
    position: relative;
    top: 14px;
}

.what_clients p b {
    color: #5b5b5b;
}

.what_clients img {
    position: relative;
    z-index: 2;
    padding: 4px;
    background: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.we_are_responsive {
    text-align: center;
    padding-top: 86px;
}

.we_are_responsive p {
    font-size: 14px;
    color: #fff;
}

.post {
    border: 1px solid #f2f2f2;
    height: auto !important;
    background: #F9F9F9;
}

.post .post_image {
    width: 61%;
    float: left;
    height: auto;
    position: relative;
}

.post .post_image p {
    position: absolute;
    right: 0;
    top: 0;
    width: 94px;
    font-family: 'PTSansBold';
    font-size: 39px;
    padding-bottom: 30px;
    color: #fff;
    padding-top: 14px;
}

.post .post_image p span.size {
    font-family: 'PTSansRegular';
    font-size: 23px;
}

.post .post_image p span.year {
    background: #fff;
    font-size: 13px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: 'PTSansRegular';
}

.post .post_contant {
    width: 35%;
    float: left;
    padding: 2%;
    text-align: left;
    background: #f9f9f9;
    height: 219px;
    border-left: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.post .post_contant h2 {
    font-size: 18px;
    color: #5d5d5d;
    line-height: 22px;
}

.post .post_contant p {
    font-size: 12px;
    color: #757575;
}

.post .post_contant ul.posted_by {
    padding: 9px 16px;
    background: #f4f4f4;
    margin: 11px 0 0;
}

.post .post_contant ul.posted_by li {
    float: left;
    font-size: 12px;
    color: #4f4f4f;
    margin-right: 20px;
}

.post .post_contant ul.posted_by li i {
    margin-right: 6px;
    color: #777777;
    font-size: 16px;
}


.post .post_contant ul.posted_by li a.comments {
    padding-left: 25px;
    font-size: 12px;
    color: #4f4f4f;
}

a.read_more {
    background: url(../../assets/images/read_more_bg.jpg) repeat-x;
    height: 26px;
    border: 1px solid #cc1822;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-family: 'PTSansBold';
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 24px 0 24px;
    position: relative;
}

a.read_more:hover {
    color: #fff;
    text-decoration: none;
    background: #d91b25;
    transition: none;
}

.latest_events h1 {
    text-shadow: 0 3px 0 #E6E6E6;
}

.tab_image {
    width: 34%;
    float: left;
    margin-right: 13px;
}

.tab_image img {
    background: #fff;
    padding: 2px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tab_contant {
    width: 63%;
    float: left;
}

.tab_contant h2 {
    color: #707070;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
}

.tab_contant p {
    padding-bottom: 10px;
}

.tab_contant a {
    font-size: 12px;
}

.tab_contant a:hover {
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

.why_choose_us {
    text-align: center;
    padding: 80px 0;
}
.why_choose_us h1 {
    font-size: 40px; margin-bottom: 30px;
    text-shadow: 0 3px 0 #E6E6E6; text-align: center;
}
* {
    box-sizing: border-box;
}
.why_choose_us p {
    font-size: 18px; color: #333;
    line-height: 1.3; position: relative; z-index: 1;
}
.why_choose_us .boxes {
    display: flex; flex-wrap: wrap; justify-content: center; margin-top: 50px;
    row-gap: 30px;
}
.why_choose_us h3 {
    color: #585858;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative; z-index: 1;
}
.boxes .item-wrap {
    max-width: 33.33%; width: 100%;
    padding: 0 15px;
}
.boxes .item-wrap p {
    font-size: 16px; color: #585858;
}
.boxes .item {
    background-color: #fff; height: 100%; transition: all .4s ease;
    padding: 30px; border-radius: 20px; box-shadow: 0 0 15px rgba(0,0,0,.07); 
    position: relative; overflow: hidden;   
    cursor: pointer;
}
.boxes .item::before {
    content: '';
    inset: 0;
    background: rgb(0,154,197);
    background: linear-gradient(0deg, rgba(0,154,197,0.8323704481792717) 0%, rgba(0,154,197,0) 100%);
    position: absolute;
    left: 0;
    top: 100%;
    transition: all .4s ease;
}

.boxes .item:hover {
    box-shadow: 0 0 25px rgba(0,0,0,.07); 
}
.boxes .item:hover::before {
    top: 0;
}


.why_choose_us ul {
    padding: 27px 0 0;
}

.why_choose_us ul li {
    font-size: 14px;
    color: #636363;
    padding: 2px 0 10px 0px;
}

.why_choose_us ul li i {
    font-size: 23px;
    margin-right: 15px;
    float: left;
    line-height: 22px;
}

.footer {
    border-top: 14px solid #000000;
    background: #2c2c2c;
    padding: 29px 0 0px 0;
}

.footer h2 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 26px;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin: auto;
}

.usefull_links ul li {
    line-height: 26px;
}

.usefull_links ul li a {
    font-size: 16px;
    color: #16a230;
}

.usefull_links ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.usefull_links ul li a i {
    color: #C0C0C0;
    margin-right: 13px;
    margin-top: 3px;
    display: inline-block;
}

.latest_tweets p {
    font-size: 13px;
    color: #b1b0b0;
    padding-bottom: 30px;
    width: 86%;
    float: left;
}

.latest_tweets p span {
    font-family: 'PTSansBold';
}

.latest_tweets i {
    float: left;
    color: #7f7f7f;
    font-size: 22px;
    margin-right: 0px;
    width: 25px;
}

.latest_tweets p span.date {
    font-size: 11px;
}

.about_us {
    background: url(../../assets/images/footer_map.png) no-repeat 0 115px;
}

.about_us ul li {
    font-size: 14px;
    color: #d5d5d5;
    padding-bottom: 12px;
}

.about_us ul li i {
    float: left;
    margin-right: 11px;
}

.about_us ul li a {
    color: #16a230;
    font-size: 16px;
}
.about_us ul li a:hover {
    color: #fff;
}
.about_us ul li a i {
    color: #d5d5d5;
}

.about_us ul li.one i {
    font-size: 26px;
}

.about_us ul li.two {
    background-position: 0 -34px;
}

.about_us ul li.three i {
    font-size: 20px;
}

.about_us ul li.four i {
    font-size: 20px;
}

.footer_social {
    padding-top: 25px;
}

.footer_social li {
    float: left;
    background: none !important;
    padding-left: 0 !important;
    margin-right: 5px;
    padding-bottom: 0;
}

.footer_social li a {
    display: block;
    width: 31px;
    height: 32px;
    background: #454545;
    text-align: center;
}

.footer_social li a i {
    font-size: 18px;
    line-height: 32px;
    margin-right: 0;
    float: none;
}

.footer_social li a.fb:hover {
    background: #2f5a9a;
    color: #fff;
}

.footer_social li a.twtr:hover {
    background: #3abdd1;
    color: #fff;
}

.footer_social li a.gmail:hover {
    background: #363636;
    color: #fff;
}

.footer_social li a.pintrest:hover {
    background: #d13a3a;
    color: #fff;
}

.footer_social li a.rss:hover {
    background: #f15200;
    color: #fff;
}

.copyright {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    color: #fefefe;
    background: #1f1f1f;
}

.recent_post {
    padding-bottom: 25px;
}

.footer_post {
    padding-bottom: 25px;
}

.footer_post img {
    float: left;
    margin-right: 12px;
    width: 45px;
}

.footer_post p {
    font-size: 14px;
    color: #eaeaea;
}

.footer_post p span {
    display: block;
    font-size: 11px;
    color: #b7b7b7;
}



/*--------------------------------------------

			INDEX 2 PAGE START HERE

---------------------------------------------*/


.our_services {
    padding: 55px 0;
}

.our_services_left h1 {
    text-shadow: 0 3px 0 #e6e6e6;
    color: #585858;
}

.our_services_left p {
    padding-top: 30px;
    color: #747373;
    line-height: 22px;
}

.our_services_left a.btn.btn-danger {
    margin-top: 30px;
}

.our_services_right {
    background: url(../images/our_services_icon.png) no-repeat 0 0;
    padding-left: 118px;
}

.our_services_right h3 {
    color: #585858;
}

.our_services_right p {
    padding-bottom: 29px;
    padding-top: 10px;
}

.latest_projects_hdng {
    background: #f4f4f4;
    height: 67px;
}

.latest_projects_hdng h1 {
    background: #f9f9f9 !important;
    color: #343434;
    padding: 18px !important;
    display: inline-block !important;
}

.latest_projects p {
    padding: 15px 0 15px;
}

.latest_events {
    margin-bottom: 10px;
}

.our_latest_blog2 h1 {
    padding-bottom: 29px;
}

.our_latest_blog2 img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.our_latest_blog2 h3 {
    padding: 25px 0 3px;
    color: #5e5e5e;
}

.our_latest_blog2 ul {
}

.our_latest_blog2 ul li {
    float: left;
    font-size: 12px;
    color: #4f4f4f;
    margin-right: 20px;
}

.our_latest_blog2 ul li i {
    margin-right: 5px;
    font-size: 14px;
}

.our_latest_blog2 p {
    color: #757575;
    padding-top: 20px;
}

.our_latest_blog2 a {
    margin-top: 20px;
    color: #4f4f4f;
}

.our_latest_blog2 a.btn {
    color: #fff;
}

.latest_tweets p span {
    font-family: 'PTSansBold';
}







/*--------------------------------------------

			SUB PAGE START HERE

---------------------------------------------*/






.sub_page_top {
    background: url(../images/sub_page_top_bg.jpg) repeat;
    min-height: 140px;
    -moz-box-shadow: 0 -6px 18px #212121 inset;
    -webkit-box-shadow: 0 -6px 18px #212121 inset;
    box-shadow: 0 -6px 18px #212121 inset;
    margin-bottom: 43px;
}

.sub_page_top h1 {
    text-transform: capitalize;
}

.sub_page_top p {
    font-size: 14px;
    color: #fff;
}


/*welcome area start here*/


.welcome_to_Jylix {
    padding-bottom: 30px;
}

.sub_page_crousal {
    margin-right: 00px;
}

.welcome_txt p {
    padding-top: 20px;
    color: #626262;
}

.welcome_txt p.what_we_love {
    font-family: 'PTSansBold';
    font-size: 20px;
}

.welcome_txt p.what_we_love i {
    font-size: 29px;
    padding-left: 15px;
}

.welcome_txt p.what_we_love i.icon-mobile-phone {
    font-size: 37px;
    padding-left: 22px;
}

.welcome_txt p.what_we_love i.icon-desktop {
    font-size: 27px;
}



/*team member section start here*/

.meet_our_team {
    padding: 38px 0;
    background: #f8f8f8;
    margin-bottom: 47px;
}

.meet_our_team h1.our_team {
    font-size: 34px;
    color: #515050;
    text-shadow: 0 0 0;
    padding-bottom: 9px;
    text-align: center;
}

.team_member {
    background: #404040;
    max-width: 457px;
    margin: 46px auto 0 auto;
}

.team_member_detail {
    padding: 13px 0 13px 16px;
    float: left;
    width: 72%;
    text-align: left;
}

.team_member_detail h3 {
    color: #fff;
}

.team_member_detail h3 span {
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 9px;
}

.team_member_detail p {
    color: #d4d3d3;
    font-size: 12px;
}

ul.team_social {
    float: right;
    margin-top: 25px;
    margin-right: 20px;
}

ul.team_social li {
    float: left;
    margin-left: 5px;
}

ul.team_social li a {
    display: block;
    width: 25px;
    height: 26px;
    color: #404040;
    background: #fff;
    text-align: center;
}

ul.team_social li a i {
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

ul.team_social li a:hover i {
    color: #fff;
}

ul.team_social li a.one:hover {
    background: #2F5A9A;
}

ul.team_social li a.two:hover {
    background: #3ABDD1;
}

ul.team_social li a.three:hover {
    background: #454545;
}

.team_member_small {
    background: #404040;
    max-width: 295px;
    margin: 37px auto 0 auto;
}

.team_member_small_detail {
    padding: 13px 0 13px 16px;
    float: left;
    width: 90%;
    text-align: left;
}

.team_member_small_detail h3 {
    color: #fff;
}

.team_member_small_detail h3 span {
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 9px;
}

.team_member_small_detail p {
    color: #d4d3d3;
    font-size: 12px;
}




/*--------------------------------------------

			BLOG PAGE START HERE

---------------------------------------------*/




.blog {
}

.blog_post {
    margin-bottom: 50px;
}

.blog_post:nth-child(3n) {
    margin-bottom: 0;
}

.blog_post h1 {
    font-size: 24px;
    color: #585858;
    text-shadow: none;
    padding-bottom: 23px;
    font-weight: normal;
}

.blog_nav {
    background: #f8f8f8;
    padding-left: 10px;
}

.blog_nav li {
    float: left;
    border-right: 1px solid #e7e7e7;
    font-size: 12px;
    color: #a4a4a4;
    padding: 10px 14px 10px 10px;
}

.blog_nav li i {
    font-size: 16px;
    margin-right: 10px;
}

.blog_nav li.one {
    background-position: 13px 9px;
}

.blog_nav li.two {
    background-position: 13px -34px;
}

.blog_nav li.three {
    background-position: 13px -78px;
}

.blog_nav li.four {
    background: none;
    padding-left: 0;
    margin-left: 13px;
}

.blog_nav li.four a {
    padding-left: 0px;
}

.blog_nav li a {
    color: #a4a4a4;
}

.blog_post p {
    padding: 19px 0 0px;
}

.blog_post a {
    margin-top: 15px;
}

.search {
    border: 1px solid #EDEDED;
}

.search input[type="text"] {
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    float: left;
    margin-bottom: 0;
    padding: 9px;
    width: 81%;
}

.search input[type="submit"] {
    background: url("../images/search_glass.png") no-repeat scroll center 9px / 22px auto transparent;
    border: none;
    width: 30px;
    height: 35px;
    float: left;
}

.side_bar_nav {
    padding-top: 26px;
}

.side_bar_nav h3 {
    font-size: 18px;
    color: #585858;
    font-weight: normal;
    padding-bottom: 23px;
}

.side_bar_nav ul li a {
    padding: 12px 0 12px 0px;
    display: block;
    font-size: 13px;
    color: #818181;
    border-bottom: 1px solid #ededed;
}

.side_bar_nav ul li a:hover {
    background: #494949;
    color: #fff;
}

.side_bar_nav ul li a i {
    font-size: 16px;
    margin: 0 20px 0 16px;
}

.text_widget {
    padding-top: 26px;
}

.text_widget h3 {
    font-size: 18px;
    color: #585858;
    font-weight: normal;
    padding-bottom: 23px;
}

.text_widget p {
    font-size: 13px;
    padding-bottom: 24px;
    line-height: 20px;
}

.sidebar_tabs .tab-content > .tab-pane, .pill-content > .pill-pane {
    padding: 10px 15px;
}

.blog_posts {
    border-bottom: 1px solid #ededed;
    padding: 17px 0;
}

.blog_posts img {
    float: left;
    margin-right: 12px; width:45px;
}

.blog_posts p span {
    display: block;
    color: #bdbdbd;
    font-size: 11px;
    font-family: 'PTSansBold';
}







/*--------------------------------------------

			BLOG DETAIL PAGE START HERE

---------------------------------------------*/





.comment {
    margin-top: 15px;
    background: #f8f8f8;
    padding: 2% 2% 50px;
    position: relative;
}

.comment_image {
    float: left;
    margin-right: 13px;
    width: 60px;
}

.comment_detail {
    float: left;
    width: 86%;
}

.comment_detail h4 span {
    font-size: 13px;
    color: #818181;
    font-family: 'PTSansRegular';
    display: block;
    font-weight: normal;
}

.comment_detail p {
    padding: 13px 0;
}

.comment a {
    background: none repeat scroll 0 0 #494949;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}

.comment a:hover {
    background: #727272;
}

.reply {
    border-left: 1px solid #e8e8e8;
    padding: 15px 0 15px 16%;
    background: url(../images/reply_img.jpg) repeat-x 0 112px;
}

.reply .comment {
    margin-top: 0;
}

.reply .comment_detail {
    width: 80%;
}

.form {
    padding: 23px 0;
}

.form h3 {
    margin-bottom: 30px;
}

.form h1 {
    font-size: 24px;
    color: #585858;
    text-shadow: none;
    margin-bottom: 30px;
}

.form label {
    float: left;
    width: 15%;
    font-size: 13px;
    color: #999999;
    padding-top: 10px;
}

.form input[type="text"] {
    width: 28%;
    float: left;
    border: 1px solid #f3f3f3;
    border-radius: 0 0 0;
    box-shadow: none;
    height: 28px;
    margin-right: 4%;
}

.form textarea {
    width: 77.5%;
    border: 1px solid #f3f3f3;
    border-radius: 0 0 0;
    box-shadow: none;
    float: left;
    height: 200px;
}

.form input[type="submit"] {
    margin-left: 93px;
    margin-top: 20px;
}









/*--------------------------------------------

			CONTACT US PAGE START HERE

---------------------------------------------*/




.map {
    width: 100%;
    height: 403px;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact_right h1 {
    font-size: 24px;
    color: #585858;
    text-shadow: none;
    margin-bottom: 30px;
}

.contact_info {
    background: url("../../assets/images/contact_info_map.png") no-repeat scroll center 115px #F8F8F8;
    padding: 5%;
    margin-top: 31px;
}

.contact_info ul {
    padding: 25px 0;
}

.contact_info ul li {
    font-size: 14px;
    color: #747474;
    padding-bottom: 12px;
}

.contact_info ul li a {
    color: #747474;
}

.contact_info ul.footer_social li a i {
    color: #fff;
    margin: 0;
}

.contact_info ul li i {
    margin-right: 15px;
}

.contact_info ul li.one i {
    font-size: 26px;
}

.contact_info ul li.two i {
    font-size: 16px;
}

.contact_info ul li.three i {
    font-size: 18px;
}

.contact_info ul li.four i {
    font-size: 20px;
}

.contact_info strong {
    color: #757575;
    font-size: 18px;
}






/*--------------------------------------------

			FAQ PAGE START HERE

---------------------------------------------*/




.faq {
}

.faq_contact {
    border: 1px solid #f5f5f5;
    background: #fafafa;
    text-align: center;
    padding: 20px;
}

.faq_contact span.icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 42px 4px 39px;
    background: #545454;
    max-width: 94px;
    margin: 0 auto;
    color: #fff;
    display: block;
    text-align: center;
}

.faq_contact span.icon i {
    font-size: 50px;
    display: inline;
    margin-top: 3px;
}

.faq_contact p {
    font-size: 22px;
    color: #5a5a5a;
    padding: 18px 8%;
}

.faq_contact p span {
    font-family: 'PTSansBold';
}

/*--------------------------------------------

			TABLES PAGE START HERE

---------------------------------------------*/



.tables {
    text-align: center;
}

.tables_heading {
    padding-top: 57px;
    padding-bottom: 47px;
}

.tables_heading h1.light {
    color: #696969;
    text-shadow: 0 0 0;
    font-weight: normal;
}

.tables_heading span.borders {
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    padding: 1px 0 0 0;
    display: block;
    max-width: 470px;
    margin: 11px auto 0;
}

.table_stroke {
    border: 10px solid #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 460px;
}

.table_stroke ul {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 458px;
}

.table_stroke ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.table_stroke ul li h3 {
    font-size: 22px;
    color: #4f4f4f;
    padding-top: 17px;
}

.table_stroke ul li p.price {
    background: #4f4f4f;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 82px;
    font-size: 11px;
    color: #ffffff;
    margin: 17px auto;
    padding: 17px 1px;
}

.table_stroke ul li p.price span {
    font-size: 34px;
    font-family: 'PTSansBold';
}

.table_stroke ul li p.price span.currency {
    font-size: 18px;
}

.table_stroke ul li ul {
    border: none;
    padding: 0 7%;
    margin-bottom: 29px;
    height: auto;
}

.table_stroke ul li ul li {
    border-bottom: 1px dashed #dcdcdc;
    float: none;
    width: 100%;
    font-size: 12px;
    color: #696969;
    padding: 10px 0;
}

.table_stroke ul li ul li:first-child {
    border-top: 1px dashed #dcdcdc;
}

.table_stroke ul li p.signup {
    border-top: 1px solid #efefed;
    background: #f8f8f8;
    padding: 16px 0;
}

/*middle table styling*/
.table_stroke ul li.middle {
    margin-top: -20px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 0px 5px #E5E4E3;
    -webkit-box-shadow: 1px 0px 5px #E5E4E3;
    box-shadow: 1px 0px 5px #E5E4E3;
    -moz-box-shadow: 0px 0px 0px 5px #FFFFFF inset;
    -webkit-box-shadow: 0px 0px 0px 5px #FFFFFF inset;
    box-shadow: 0px 0px 0px 5px #FFFFFF inset;
    width: 19.7%;
}

.table_stroke ul li.middle p.signup {
    width: 94%;
    margin: 0 auto 5px;
    border-top: 1px solid #d6500b;
    padding: 21px 0;
}

.table_stroke ul li.middle h3 {
    color: #fff;
    padding-top: 36px;
}

.table_stroke ul li.middle p.price {
    background: #fff;
    color: #e91b23;
}

.table_stroke ul li.middle ul li {
    color: #fff;
    border-bottom: 1px dashed #cd181f;
}

.table_stroke ul li.middle ul li:first-child {
    border-top: 1px dashed #cd181f;
}

.table_stroke ul li.middle .btn.btn-danger {
    background-color: #fff;
    *background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff, #ececec);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ececec));
    background-image: -webkit-linear-gradient(top, #fff, #ececec);
    background-image: -o-linear-gradient(top, #fff, #ececec);
    background-image: linear-gradient(to bottom, #fff, #ececec);
    text-shadow: none;
    box-shadow: none;
}

.table_stroke ul li.middle .btn.btn-danger:hover {
    background-position: 0 0;
    background-color: #fff;
}


/*middle table styling*/
.table2 {
}

.table2 ul li {
    float: left;
    border: 10px solid #f8f8f8;
    width: 29.2%;
    margin-right: 3%;
}

.table2 ul li.no_marr_right {
    margin-right: 0 !important;
}

.table2 ul li h3.red_bg {
    padding: 16px 0;
}

.table2 ul li h1 {
    padding: 32px 0;
    text-shadow: none;
    color: #6a6a6a;
    font-weight: normal;
}

.table2 ul li ul li {
    border: none;
    float: none;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    color: #696969;
    padding: 13px 0;
}

.table2 ul li ul li:first-child {
    border-top: 1px solid #f3f3f3;
}

.table2 ul li p.signup {
    background: #f3f3f3;
    padding: 16px 0;
}




/*--------------------------------------------

			PORTFOLIO 4 PAGE START HERE

---------------------------------------------*/




.portfolio1_img {
    width: 60%;
    float: left;
}

.portfolio_section {
    margin-top: -20px;
}

.portfolio_contant {
    padding: 18px 20px;
    border-bottom: 4px solid #e91b23;
}

.portfolio_contant h3 {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: normal;
    padding-bottom: 5px;
}

.portfolio_contant p {
    font-size: 12px;
    color: #818181;
    line-height: 17px;
}





/*--------------------------------------------

			SHORTCODES PAGE START HERE

---------------------------------------------*/







.pricing_tables {
    text-align: center;
}

.pricing_tables h1 {
    padding-bottom: 28px;
}

.pricing_tables .table_stroke {
    margin-bottom: 69px;
}

.no_marr_right {
    margin-right: 0 !important;
}

.sprtr {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    padding: 1px 0 0 0;
    margin: 42px 0;
}

.coloum_layout {
}

.large {
    padding-top: 42px;
    font-size: 13px;
    color: #626262;
    text-align: justify;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
.large {
    padding-top:0;
}
}

.half {
    padding-top: 42px;
    font-size: 13px;
    color: #626262;
    margin-right: 3%;
    width: 48.5%;
    float: left;
    text-align: justify;
}

.half_third {
    padding-top: 42px;
    font-size: 13px;
    color: #626262;
    margin-right: 3%;
    width: 31.3%;
    float: left;
    text-align: justify;
}

.half_four {
    padding-top: 42px;
    font-size: 13px;
    color: #626262;
    margin-right: 3%;
    width: 22.7%;
    float: left;
    text-align: justify;
}

.notification_boxes h1 {
    padding-bottom: 28px;
}

.notification_boxes p i {
    margin-right: 10px;
}

.success {
    border: 1px solid #b0c383;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 14px 16px;
    background: #c3de7a;
    color: #8cac36;
    text-shadow: 1px 1px #d9f197;
    margin-bottom: 13px;
}

.success span {
    display: inline-block;
    font-family: 'PTSansBold';
    padding-right: 10px;
    text-transform: uppercase;
}

.error {
    border: 1px solid #aa635f;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 14px 16px;
    background: #e57e7e;
    color: #ca5c5c;
    text-shadow: 1px 1px #f4a3a3;
    margin-bottom: 13px;
}

.error span {
    display: inline-block;
    font-family: 'PTSansBold';
    padding-right: 10px;
    text-transform: uppercase;
}

.warning {
    border: 1px solid #cccccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 14px 16px;
    background: #f9df8a;
    color: #ceae46;
    text-shadow: 1px 1px #f6f6f6;
    margin-bottom: 13px;
}

.warning span {
    display: inline-block;
    font-family: 'PTSansBold';
    padding-right: 10px;
    text-transform: uppercase;
}

.task {
    border: 1px solid #cccccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 14px 16px;
    background: #e8e8e8;
    color: #a0a0a0;
    text-shadow: 1px 1px #f6f6f6;
    margin-bottom: 13px;
}

.task span {
    display: inline-block;
    font-family: 'PTSansBold';
    padding-right: 10px;
    text-transform: uppercase;
}

.member_area {
    border: 1px solid #64523e;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 14px 16px;
    background: #937656;
    color: #684c2e;
    text-shadow: 1px 1px #ab8e6e;
    margin-bottom: 13px;
}

.member_area span {
    display: inline-block;
    font-family: 'PTSansBold';
    padding-right: 10px;
    text-transform: uppercase;
}

.edit {
    border: 1px solid #84b5b9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 14px 16px;
    background: #89d4db;
    color: #3f9da6;
    text-shadow: 1px 1px #c3f1f5;
    margin-bottom: 13px;
}

.edit span {
    display: inline-block;
    font-family: 'PTSansBold';
    padding-right: 10px;
    text-transform: uppercase;
}






/*--------------------------------------------

			ICONS PAGE START HERE

---------------------------------------------*/


.icons {
    padding: 30px 0;
}

.icons ul li {
    display: inline-block;
    width: 33%;
    padding-bottom: 10px;
    color: #626262;
}

.icons ul li i {
    font-size: 22px;
    width: 30px;
    text-align: right;
    margin-right: 10px;
    color: #3a3a3a;
}

/************************************************************************************************************************************************************************************/





#slide2 {
    height: 783px;
    margin-top: -33px;
}

#slide3 {
    border-top: 9px solid #2e2e2e;
}

#myGallery1 {
    width: 100%;
    height: 460px;
}

.royalSlider .sgMidText {
    font-size: 1.3em;
}

.royalSlider .sgSmallText {
    font-size: 0.8em;
}

.tintButton {
    background: no-repeat 0 0;
    background-color: #33383e;
    color: #EAEAEA;
    cursor: pointer;
    padding: 5px 12px;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.tintButton:hover {
    background-color: #EAEAEA;
    color: #33383e;
}

.navigation {
    position: fixed;
    z-index: 1;
    top: 20px;
}

.navigation li {
    color: #333333;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    margin-bottom: 2px;
    font-weight: bold;
    -webkit-transition: all .2s ease-in-out;
    border-bottom: 1px solid black;
    text-align: left;
    width: 53px;
}

.navigation li:hover,.active {
	/*font-size:25px;
	cursor:pointer;
	width:100px!important;*/;
}

.envatologo {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 446px;
    margin-top: -41px;
    margin-left: -223px;
    z-index: 1;
}

.slide {
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
}

.wrapper {
    width: 960px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}

.slideno {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 100px;
    font-weight: bold;
    color: rgba(255,255,255,0.3);
}

.button {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    background-color: #333333;
    background-image: url(../../images/arrow.png);
}

.button:hover {
    background-color: #494949;
    cursor: pointer;
}

/******************************
 SLIDE 1 
*******************************/
#slide1 {
    background-color: none;
}
/******************************
 SLIDE 2 
*******************************/
#slide2 {
    background: url(../../assets/images/parallax_img.jpg) no-repeat center top; background-size:cover !important; -moz-background-size:cover !important; -webkit-background-size:cover !important; -ms-background-size:cover !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 
    #slide2 {
        background: url(../../assets/images/parallax_img.jpg) no-repeat center top !important;
    };
}

#slide2 img:first-child {
    position: absolute;
    top: 0;
    left: -150px;
}

#slide2 img:nth-child(2) {
    position: absolute;
    top: 300px;
    left: 100px;
}

#slide2 img:nth-child(3) {
    position: absolute;
    top: 600px;
    left: 300px;
}

#slide2 img:nth-child(4) {
    position: absolute;
    top: 400px;
    left: 300px;
}

#slide2 img:nth-child(5) {
    position: absolute;
    top: 600px;
    right: 300px;
}

#slide2 img:nth-child(6) {
    position: absolute;
    top: 600px;

    right: 300px;
}

#slide2 img:nth-child(7) {
    position: absolute;
    top: 400px;
    right: 100px;
}

#slide2 img:nth-child(8) {
    position: absolute;
    top: 100px;
    right: 300px;
}
/******************************
 SLIDE 3 
*******************************/
#slide3 {
    background-color: none;
}

#slide3 img:first-child {
}

#slide3 img:nth-child(2) {
	/*position:absolute;
	top:100px;
	left:100px;*/;
}

#slide3 img:nth-child(3) {
	/*position:absolute;
	top:150px;
	left:300px;*/;
}

#slide3 img:nth-child(4) {
	/*position:absolute;
	top:450px;
	left:300px;*/;
}

#slide3 img:nth-child(5) {
	/*position:absolute;
	top:200px;
	right:300px;*/;
}

#slide3 img:nth-child(6) {
	/*position:absolute;
	top:100px;
	right:300px;*/;
}
/******************************
 SLIDE 4 
*******************************/

#slide4 {
    background-image:;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide4 .parallaxbg {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 28px;
    color: rgba(51,51,51,0.3);
}


/*crousal styling start here*/



#intro {
    width: 580px;
    margin: 0 auto;
}

.wrapper {
    background-color: white;
    width: 480px;
    margin: 40px auto;
    padding: 50px;
    box-shadow: 0 0 5px #999;
}

.list_carousel {
    margin: 35px 0 0 0;
    width: 100%;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.caroufredsel_wrapper {
    width: 100% !important;
    height: 400px !important;
}

.list_carousel li {
    text-align: center;
    width: 303px;
    height: 345px;
    padding: 0;
    display: block;
    margin-right: 23px;
    float: left;
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}

.clearfix {
    float: none;
    clear: both;
}

.prev {
    float: left;
    margin-top: -75px;
    background: #585858;
    display: block;
    height: 29px;
    outline: 0 none;
    text-align: center;
    color: #fff;
    font-size: 21px;
    width: 32px;
}

.next {
    float: right;
    background: #585858;
    display: block;
    height: 29px;
    outline: 0 none;
    text-align: center;
    width: 32px;
    margin-top: -75px;
    color: #fff;
    font-size: 21px;
}

.next i, .prev i {
    margin-top: 7px;
    display: inline-block;
}

.pager {
    float: left;
    width: 300px;
    text-align: center;
}

.pager a {
    margin: 0 5px;
    text-decoration: none;
}

.pager a.selected {
    text-decoration: underline;
}

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}

.white {
    background: #fff;
    color: #353535;
    font-size: 22px;
    font-weight: normal;
    padding: 15px;
    text-transform: uppercase;
}

.black {
    background: #282828;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    padding: 15px;
    text-transform: uppercase;
}

.innerPage {
    padding: 80px 15px;
}
.title-head p {
    text-align: center;
    font-size: 18px;
    color: #333;
}
.page-title {
    font-size: 34px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    position: relative;
}
.process-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    position: relative;
}
.process-items .item-wrapper {
    width: calc(50% - 20px);
    position: relative;
}
.process-items .item-wrapper:after {
    content: '';
    width: 21px;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: -20px;
    top: 50%;
}

.process-items:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #ccc;
}

.process-items .item-wrapper:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #16a230;
    color: #fff;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
}
.process-items .item-wrapper:nth-child(even) {
    display: block;
    margin: auto 0 auto auto;
}
.process-items .item-wrapper:nth-child(even):before {
    left: -35px; right: auto;
}
.process-items .item-wrapper:nth-child(even):after {
    left: -21px;
    right: auto;
}
.process-items .item {
    padding: 30px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    height: 100%;
    border-radius: 5px;
}
.process-items strong {
    display: block;
}
.process-items h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.process-items p {
    font-size: 14px;
    color: #333;
}
.process-items ul li {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    color: #333;
}
.process-items ul li:not(:last-child) {
    margin-bottom: 10px;
}
.process-items ul li:before {
    content: '';
    width: 6px; height: 6px;
    background: #16a230;
    position: absolute; left: 4px; top: 7px; 
}
.note-text {
    text-align: center; font-weight: 700; color: #333; font-size: 15px;
}
.process-items .col2 {
    grid-column-end: 3;
    grid-column-start: 1;
}

.contanct-info {
    display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; align-items: center;
}
.contanct-info h5 {
    font-size: 24px; margin-bottom: 30px; color: #333;
}
.contanct-info p {font-size: 16px; color: #333; margin-bottom: 10px;}
.contanct-info p a {
    color: inherit;
}
.contact-form {
    display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 50px;
}
.contact-form .col-full {
    /* grid-area: 3 / 1 / span 2 / span 2; */
    grid-column-end: 3;
    grid-column-start: 1;
}
.contact-form label {
    font-size: 15px; font-weight: 600; display: block; color: #333;
}
.contact-form .form-control {
    width: 100%; height: 50px;
    padding: 10px 15px;
}
.contact-form .form-control:focus {
    border-color: #16a230;
    box-shadow: none;
}
.contact-form textarea.form-control {
    height: 150px; resize: none;
}
.contact-form .button-row {
    text-align: center;
}
.btn.btn-submit {
    background-color: #16a230;
    border: 1px solid #16a230;
    color: #fff;
    font-size: 18px;
    padding: 12px 30px;
}
.btn.btn-submit:hover {
    background: #000;
}
.inner-banner {
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    display: block;
    object-fit: cover;
}
.inner-banner img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.consultancy.process-items ul li,
.consultancy p {
    font-size: 16px;
}
.consultancy.process-items:after {
    display: none;
}


@media screen and (max-width: 979px) {
    .container {
        width: 100%  !important;
        padding: 0 15px;
    }
    .boxes .item {
        padding: 20px;
    }
    .why_choose_us h3 {
        font-size: 16px;
    }
    .why_choose_us p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .contanct-info {
        grid-template-columns: 1fr;
    }
    .contanct-info .image {
        display: none;
    }
    .navigation_bg a.logo {
        position: relative;
        top: 16px;
    }
    .process-items {
        grid-template-columns: 1fr;
    }
    .process-items .col2 {
        grid-column-end: unset;
        grid-column-start: unset;
    }

    .why_choose_us {
        padding: 50px 0;
    }
    .why_choose_us h1 {
        font-size: 30px;
    }
    .boxes .item-wrap {
        max-width: 50%;
    }
    .page-title {
        font-size: 24px;
    }
    .process-items h4 {
        font-size: 19px;
    }
}
@media screen and (max-width: 600px) {
    .fullwidthbanner  .caption p  {
        text-transform: normal;
        font-size: 12px;
    }
    .contanct-info h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .innerPage {
        padding: 50px 15px;
    }
    .contact-form {
        display: block;
    }
    .contact-form .form-group {
        margin-bottom: 20px;
    }
    .boxes .item-wrap {
        max-width: 100%;
    } 

    .process-items {
        padding-left: 21px;
    }
    .process-items:after {
        left: 0;
    }

    .process-items:after {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        background: #ccc;
    }

    .process-items .item-wrapper {
        width: 100%;
    }
    .process-items .item-wrapper:after {
        left: -21px;
    }
    .process-items .item-wrapper:before {
        left: -35px; right: auto
    }
    .process-items .item-wrapper:nth-child(even) {
        margin: 0;
    }
}

.process-items:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #ccc;
}

@media screen and (max-width: 600px) {
    .process-items:after {
        left: 0 !important;
    }
}