@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
h1 {
    text-transform: uppercase;
    font-weight: 700;
}
h2 {
    text-transform: uppercase;
    font-weight: 700;
}
h3 {
    text-transform: uppercase;
    font-weight: 700;
}
h4 {
    text-transform: capitalize;
    font-weight: 600;
}
h5 {
    text-transform: capitalize;
    font-weight: 600;
}
h6 {
    text-transform: capitalize;
    font-weight: 600;
}
.no-wrap {white-space: initial;}
/**************************
      Bia Home Code 
*******************************/
/*notus home section1*/
.spd-s1-iconbox-home {
    text-align: center;
}
    .spd-s1-iconbox-home i {
        width: 120px;
        height: 120px;
        line-height: 110px;
        text-align: center;
        border: 6px;
        border-style: solid;
        border-color: inherit;
        border-radius: 50%;
        transition: all .8s ease;
    }
.spd-s1-iconbox-home {
    border-color: rgb(225, 225, 225);
}
    .spd-s1-iconbox-home i {
        color: #ffffff;
    }
    .spd-s1-iconbox-home:hover i {
        background: radial-gradient(ellipse at center center, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.15) 100%) repeat scroll 0 0 #767676;
        border-color: #E0E0E0;
    }
.home-bottom-border {
    border-top: 3px double #bbb;
    border-bottom: 1px solid #dedede;
    height: 5px;
    width: 20%;
    margin: 0 auto;
    float: none;
}
.home-readmore {
    font-weight: 500;
    font-size: 12px;
}
    .home-readmore:after {
        padding-left: 5px;
        content: "\f08b";
        font-family: FontAwesome;
    }
.home-circle-bottom {
    border-bottom: 1px solid #dedede;
}
.home-readmore:hover {
    color: #303030;
}
/*slider CSS*/
#SliderBg {
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 591px;*/
}
    #SliderBg h2 {
        color: #fff;
        background-color: rgba(45,48,52, 0.9);
        padding: 20px;
        font-size: 3.5vw;
        text-align: center;
        margin-top: 220px;
        margin-bottom:247px;
    }
#SliderBg .glyphicon {
    font-size: 3vw;
}
.home-mobile-slider {
    display: none;
}
/* HOMEPAGE VIDEO CSS */
#SliderBg {
   /* overflow: hidden; */
    position: relative;
}
#SliderBg.video-wrapper {
    background: none;
    margin-bottom: 125px;
}
#SliderBg.video-wrapper video {
    width: 100%;
}
#SliderBg .icons-wrapper {
    display: flex;
    position: absolute;
    bottom: -90px;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
#SliderBg .icons-wrapper a {
    border: 2px solid #808080;
    margin: 0 5px 10px;
}
#SliderBg .icons-wrapper a img {
    max-width: 90px;
}
#SliderBg.video-wrapper h2 {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    margin: 0;
}
#SliderBg .fa {
    font-size: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #333;
    background: #fff;
    padding: 2px 5px;
    transition: background .5s ease 0s, color .5s ease 0s;
}
#SliderBg .fa:hover {
    cursor: pointer;
    background: #5f0000;
    color: #fff;
}
#SliderBg #playBar {
    position: absolute;
    bottom: -105px;
    width: 100%;
    height: 20px;
    background: #5f0000;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
#SliderBg #playBar #progressBar {
    background: #fff;
    height: 12px;
    border-radius: 10px;
    margin: 0 5px;
}
@media screen and (max-width: 900px) {
    #SliderBg .icons-wrapper {
        bottom: 0;
        position: relative;
    }
    #SliderBg #playBar {
        display: none;
    }
}
/*Mainpage CSS*/
.Header1 .spd-layout-logo > a > img {
    padding-top: 8%;
}
a.contactButton {
    background: #fff;
    border-radius: 7px;
    text-decoration: none;
    padding: 15px 35px;
    color: #6c6c6c;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 35px;
    position: relative;
    top: 51px;
    border: 1px solid #c0c0c0;
}
.FullPaneC {
    background-image: url('../images/metal.jpg');
    background-size: cover;
    width: 100%;
    color: #fff;
    text-align: center;
}
    .FullPaneC h2 {
        font-weight: bold;
        font-size: 29px;
        color: #fff;
    }
.industries h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    padding-top: 90px;
}
.checkList {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
    .checkList ul {
        text-align: left;
        display: inline-block;
        margin-bottom: 90px;
        list-style-type: none;
        font-size: 17px;
    }
        .checkList ul:first-of-type {
            margin-right: 170px;
        }
    .checkList li {
        margin-bottom: 5px;
    }
        .checkList li::before {
            content: url('../images/checkmark.png');
            position: relative;
            top: 4px;
            padding-right: 5px;
        }
.caseContainer {
    margin: 50px 0;
}
    .caseContainer p {
        padding-bottom: 15px;
    }
a.redButton,
a.redButton:visited {
    background-color: #8b0000;
    color: #fff;
    padding: 7px 10px;
    text-decoration: none;
}
    a.redButton:hover {
        opacity: 0.8;
    }
.welcome {
    margin-bottom: 30px;
}
.brandsContainer {
    margin-top: 85px;
}
.brands {
    margin-bottom: 50px;
    text-align: center;
}
#MainFooter {
    display:none;
}
@media only screen and (max-width : 992px) {
    .checkList ul:first-of-type {
        margin-right: 0;
        margin-bottom: 0;
    }
    .checkList ul:last-of-type {
        margin-bottom: 50px;
    }
    ul.contactSocial {
        margin-bottom: 15px;
    }
    a.contactButton {
        padding: 6px 9px;
        font-size: 14px;
    }
}
@media only screen and (max-width : 480px) {
    .checkList li {
        text-align: center;
    }
    .checkList ul {
        padding: 0;
    }
    .home-mobile-slider {
        display: block;
    }
    .home-bottom-carousel {
        display: none !important;
    }
}
/*footer CSS*/
#FooterCopyRight .SkinObject {
    display: inline;
}
#FooterCopyRight {
    color: #fff;
    line-height: 25px;
    font-size: 13px;
}
    #FooterCopyRight h4 {
        margin-top: 0;
    }
    #FooterCopyRight a {
        color: #fff;
    }
        #FooterCopyRight a:hover {
            color: #fff;
            opacity: 0.8;
        }
.contactInfo {
    margin-top: 10px;
}
ul.contactSocial {
    list-style-type: none;
    margin-top: 10px;
}
.contactSocial li {
    display: inline;
}
ul.contactLinks {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    padding:  0 25px;
}
.contactLinks li {
}
.copyrightCopy {
    margin-top: 29px;
    font-size: 12px;
}
/*notus home section2*/
.sotus-home-2nd-title {
    text-align: center;
}
.sotus-home-2nd-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #909090;
    font-weight: 300;
}
/*Home-gallery area*/
.home-gallery-area {
    background: url("../images/bg31.jpg") repeat scroll 0 0 #303030;
    color: #fff;
    background-size: cover;
}
.home-gallery-border {
    border: 2px solid #dedede;
}
.spd-r-btn-big-home {
    font-size: 10px;
    line-height: 20px;
    padding: 5px 10px;
}
.spd-r-btn-bigger-home {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 15px;
}
.spd-r-btn-dark-home {
    transition: all .5s;
    border: 1px solid #dedede;
    color: inherit;
    border-radius: 17px;
}
.spd-n-b-circle-area-home {
    margin-top: -39px;
}
.spd-n-bottom-r-circle-home {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0 auto !important;
    background: #fff;
    text-align: center;
    border: 5px solid #dedede;
    color: inherit;
}
.spd-n-down-arrow-home {
    padding: 12px 0px 0px 12px;
}
.spd-n-fl-box-right-gap-home {
    margin-right: 15px;
    line-height: 43px;
}
.spd-n-fl-box-right-gap-home2 {
    margin-right: 15px;
    line-height: 43px;
}
.spd-r-ico1 {
    margin: 0 auto;
    float: none;
    text-align: center;
}
.home-carusal-round-icon {
    border: 5px solid #e9e8e8;
    border-radius: 50%;
    font-size: 22px;
    height: 77px;
    line-height: 67px;
    margin: auto;
    text-align: center;
    width: 77px;
}
.spd-r-carosel-st-home .item a img {
    height: auto;
    padding: 5px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #C3AFA8;
    max-width: 250px;
    opacity: .9;
    margin: 10px 30px;
}
/*Industry slider*/
#industry-carousel {margin: 25px 0;}
/* Footer*/
.spd-words-wrapper-footer b {
    top: -18px;
}
.site-title-area-footer {
    overflow: hidden;
    color: #fff;
}
.footer-contact-us {
    margin-left: -30px;
}
    .footer-contact-us li i {
        color: #9f9f9f;
        list-style: none;
        font-size: 13px;
        padding-bottom: 5px;
        line-height: 18px;
    }
.c-text {
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    color: #9f9f9f;
    padding-left: 8px;
    padding-bottom: 5px;
    line-height: 18px;
}
.f-social-area {
    float: left;
}
    .f-social-area > ul > li > a > i {
        background: none repeat scroll 0 0 #222;
        color: #fff;
        height: 28px;
        line-height: 28px;
        width: 28px;
    }
.f-social-list-new {
    float: left;
    margin-left: -42px !important;
}
.spd-r-footer-log {
    color: #909090;
}
.f-post-text {
    color: #909090;
}
.f-post-list {
    color: #909090;
    font-size: 11px;
    list-style: none;
    font-weight: 600;
}
.spd-r-recent-tag > ul {
    padding: 0;
}
.spd-r-recent-tag li {
    border: 1px solid #434544;
    color: #b3b4b4;
    float: left;
    padding: 8px 15px;
    margin: 0 5px 10px 0;
    list-style: none outside none;
    font-size: 13px;
    border-radius: 5px;
}
.footer_nav {
    float: right;
}
    .footer_nav li {
        list-style: none;
        float: left;
    }
        .footer_nav li:after {
            content: "/";
            padding: 0 8px;
            color: #989898;
        }
        .footer_nav li:last-child:after {
            content: "";
            padding: 0;
        }
.footer-contact-us li {
    list-style: none;
}
.test-bg {
    background: url("../images/denim.png") repeat scroll 0 0 #000;
    height: 700px;
}
.purchase-color {
    color: #fff;
}
.p-lex {
    font-size: 40px;
    letter-spacing: 1px;
}
@media screen and (max-width: 990px) {
    .c-text {
        font-size: 11px;
    }
}
@media screen and (max-width: 767px) {
    .fixed {
        background-color: #ffffff;
        border-bottom: medium none;
        height: auto;
        left: 0;
        position: relative;
        right: auto;
        top: auto;
        z-index: 0;
    }
        .fixed .spd-layout-menuwrapinner {
            padding: 0px !important;
        }
    .MegaMenu_html {
        border: 0;
        padding-left: 0;
    }
    .sp-megamenu-width75 {
        width: 100%;
    }
    .sh-list {
        padding-left: 18px !important;
    }
}
/*********************************
    Module Features List
*********************************/
/*livoslider*/
.NivoList ul {
    padding-bottom: 30px;
    padding-top: 20px;
}
    .NivoList ul li {
        list-style: none;
        padding-left: 0px;
        margin-left: -30px;
        font-size: 15px;
        line-height: 33px;
    }
        .NivoList ul li i {
            padding-right: 8px;
        }
.FlexiText {
    text-align: center;
    background: #303030;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}
.CameraText {
    text-align: center;
}
.Carousal-text {
    text-align: center;
    color: #303030;
    font-size: 18px;
    border-radius: 5px;
    padding: 5px;
}
#industry-carousel h4 {text-transform: none;}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .spd-r-recent-tag li {
        padding: 6px 10px;
    }
}
/*********************************
    Bia Styles Starts Here
*********************************/
.cont_503_banner_bg {
    background: #00a69c;
    padding: 15px 0px 28px 0px;
}
.cont_503_banner_title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.cont_503_banner_text {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
.cont_503_button_area {
    background: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    /*padding:0px 10px 0px 10px;*/
    margin-top: 39px;
}
.button_area_left {
    border-right: 1px solid #c0c0c0;
    width: 18%;
    float: left;
    text-align: center;
    display: inline-block;
}
.button_area_right {
    width: 82%;
    float: left;
}
    .button_area_right a {
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        color: #909090;
        text-decoration: none;
        padding-left: 12px;
    }
.add_icon {
    font-size: 18px;
    color: #00a69c;
}
@media screen and (max-width: 990px) {
    .button_area_right a {
        font-size: 13px;
    }
    .add_icon {
        font-size: 15px;
        color: #00a69c;
    }
}
@media screen and (max-width: 900px) {
    .button_area_right a {
        font-size: 11px;
    }
    .add_icon {
        font-size: 13px;
        color: #00a69c;
    }
}
/*content-111*/
.title-section {
    text-align: center;
    padding-bottom: 90px;
}
    .title-section p {
        color: #3b4045;
    }
/* services items */
.service-item {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 30px;
}
    .service-item .service-item-icon {
        width: 130px;
        height: 130px;
        color: #1ccdca;
        font-size: 37px;
        text-align: center;
        position: relative;
        line-height: 128px;
        border-radius: 50%;
        margin: 0 auto 25px;
        border: 1px solid #d4d8e9;
        background-color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .service-item:hover .service-item-icon {
        color: #ffffff;
        border-color: #1ccdca;
        background-color: #1ccdca;
    }
    .service-item:hover .service-item-icon {
        color: #1ccdca;
        border-color: #e8eaf3;
        background-color: #ffffff;
    }
    .service-item .service-item-icon i {
        z-index: 2;
        position: relative;
    }
    .service-item:hover .service-item-icon:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .service-item .service-item-icon:after {
        z-index: 1;
        top: 19px;
        left: 19px;
        content: '';
        width: 90px;
        height: 90px;
        border-radius: 50%;
        position: absolute;
        background-color: #e8eaf3;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .service-item h4 {
        margin-bottom: 5px;
        text-transform: capitalize;
        line-height: 24px;
        font-weight: 400;
    }
a, a:visited {
    color: inherit;
}
.service-item a.spdBaseFntColr {
    /*color: #1ccdca; */
    cursor: pointer;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home-list h4 {
    text-transform: none;
}
/*content-112*/
.content-112 > .section-title {
    margin-top: -25px;
    text-align: center;
}
.content-112 h2 {
    /*color: #324545;*/
    font-size: 30px;
    /* font-weight: 400;*/
    /*letter-spacing: 1px;*/
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}
    .content-112 h2 .line {
        background: rgba(0,0,0,.07);
        bottom: 0;
        height: 1px;
        position: absolute;
        width: 33%;
    }
.content-112 span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.content-112 .line:before {
    background: #1cc6df;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.content-112 h2:hover .line:before {
    width: 75%;
}
.content-112 .dot {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    height: 10px;
    position: absolute;
    top: -5px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.content-112 .line:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.content-112 .description {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    font-size: 14px;
}
.description {
    font-size: 20px;
}
/*content-113*/
.content-113 > .section-title {
    margin-top: -25px;
}
.content-113 h2 {
    /*color: #324545;*/
    font-size: 30px;
    /*font-weight: 400;*/
    /*letter-spacing: 1px;*/
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
}
    .content-113 h2 .line {
        background: rgba(0,0,0,.07);
        bottom: 0;
        height: 1px;
        position: absolute;
        width: 52%;
    }
.content-113 span {
    left: 0;
}
.content-113 .line:before {
    background: #1cc6df;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.content-113 h2:hover .line:before {
    width: 75%;
}
.content-113 .dot {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    height: 10px;
    position: absolute;
    top: -5px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.content-113 .line:before {
    left: 0;
}
.content-113 .description {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
/*.main_title h2 {
  font-weight: 400;
}*/
.content-bg1 {
    background-color: rgba(252, 252, 252, 0.9);
}
.spd-r-c-04-wrap {
    font-family: 'Open Sans', sans-serif;
}
    .spd-r-c-04-wrap .rt {
        display: table;
        height: auto;
        background-color: rgba(45,46,59,1);
        float: right;
    }
    .spd-r-c-04-wrap .spd-r-why {
        color: #fff;
        padding: 0 40px;
    }
    .spd-r-c-04-wrap .left {
        float: left;
        padding-left: 0;
        width: 45%;
    }
    .spd-r-c-04-wrap .right {
        float: left;
        width: 44%;
    }
    .spd-r-c-04-wrap .main_title {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 0px;
        padding-bottom: 10px;
        position: relative;
        text-transform: uppercase;
    }
    .spd-r-c-04-wrap ul {
        padding: 20px 0 20px 0;
    }
ul.list1.black li {
    list-style: none;
}
    ul.list1.black li:before {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    }
ul.list1 li:before {
    background: #1ccdca none repeat scroll 0 0;
    color: #ffffff;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 33px;
    text-align: center;
    padding: 5px 8px;
    margin-right: 6px;
}
.spd-r-c-04-wrap .icon {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #2e2d3b;
    font-size: 27px;
    height: 65px;
    left: 47.9%;
    padding: 0px 0 0 0px;
    position: absolute;
    top: -30px;
    width: 65px;
    z-index: 998;
    display: table;
    border: 1px solid #f1f1f1;
}
.spd-r-c-04-wrap em {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.spd-r-c-04-wrap .butt {
    background: #ffffff none repeat scroll 0 0;
    color: #2d2e3b;
    padding: 10px 20px;
    border-radius: 5px;
}
/*content-506*/
/*#cont_506{
  padding-top:100px;
}*/
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}
#Spd-tab2 .resp-tab-item.resp-tab-active, #Spd-tab3 .resp-tab-item.resp-tab-active {
    border-top: 4px solid #1ccdca;
    padding: 14px 32px !important;
    border-radius: 0;
}
#Spd-tab2 .resp-tabs-list li, #Spd-tab3 .resp-tabs-list li {
    padding: 15px 32px;
}
.cont_506_tab_top_title {
    color: #232323;
    font-family: 'Open Sans';
    font-weight: 600;
}
.cont_506_border_area {
    display: inline-table;
    margin-bottom: 30px;
    width: 50%;
}
.cont_506_tab_top_title_border {
    position: relative;
    border-top: 1px solid #c0c0c0;
    width: 100%;
    margin-top: -3.5%;
    margin-left: 4.2%;
}
    .cont_506_tab_top_title_border:before {
        content: "";
        position: absolute;
        z-index: 1;
        border-top: 1px solid #1dcdca;
        margin-top: -1px;
        width: 30%;
    }
.cont_506_circle {
    color: #1dcdca;
    font-size: 13px;
}
.cont_506_tab_text {
    font-family: 'Open Sans';
    /*color:#696969;*/
    padding: 3px;
}
ul.cont_506_tab_list {
    padding-left: 0px;
    padding-top: 12px;
    padding-bottom: 0;
}
.cont_506_tab_list li {
    list-style: none;
    line-height: 30px;
    font-family: 'Open Sans';
    /*color:#606060;*/
}
    .cont_506_tab_list li > .cont_506_arrow_bg {
        width: 21px;
        height: 21px;
        /*  background:#1dcdca;*/
        padding: 5px;
        border-radius: 50%;
        font-size: 10px;
        margin-top: 4px;
        color: #fff;
        margin-right: 15px;
        text-align: center;
    }
.cont_506_service {
    color: #1dcdca;
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: center;
}
.cont_506_sercice_icon {
    color: #1dcdca;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 3px double #1dcdca;
    border-radius: 100%;
    line-height: 45px;
    float: none;
    margin: 0 auto;
}
.cont_506_italic_text {
    font-family: 'Open Sans';
    color: #606060;
    font-size: 15px;
    font-style: italic;
}
/*Accordion*/
.bg_gray .panel-default > .panel-heading {
    background: #fff;
}
.panel-title {
    /*font-size: 14px;*/
    margin-bottom: 0;
    margin-top: 0;
    /*text-transform: uppercase;*/
}
.panel-heading a:not(.collapsed) {
    background: #1ccdca;
    color: #fff;
    border-color: #1ccdca;
}
.panel-body {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
    line-height: 24px;
}
.panel-heading a:not(.collapsed) i {
    color: #fff;
}
.panel-heading a {
    color: red;
}
    .panel-heading a i {
        color: #aaa;
        margin-right: 12px;
        font-size: 16px;
    }
    .panel-heading a:hover i {
        color: #000;
    }
    .panel-heading a:not(.collapsed):hover i {
        color: #fff;
    }
.panel-heading {
    padding: 0;
}
    .panel-heading a {
        padding: 14px 25px 13px;
        display: block;
    }
    .panel-heading a {
        position: relative;
        color: #777;
        border: 1px solid #e5e5e5;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
        .panel-heading a:not(.collapsed) {
            border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            -webkit-border-radius: 3px 3px 0 0;
            -ms-border-radius: 3px 3px 0 0;
            -o-border-radius: 3px 3px 0 0;
        }
            .panel-heading a:not(.collapsed):before {
                content: "\f068";
                font-family: FONTAWESOME;
                position: absolute;
                right: 20px;
                top: 40%;
                width: 11px;
                color: #fff;
            }
        .panel-heading a:before {
            content: "\f067";
            font-family: FONTAWESOME;
            position: absolute;
            right: 20px;
            top: 40%;
            width: 11px;
            color: #111;
        }
/*content-116*/
.pos-rel {
    position: relative;
}
.back-image {
    background-image: url(http://neoskin.speedyapplication.com/webimage/parallax.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.content-116 .counter {
    font-size: 90px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.content-116 .counterBoxDetails {
    color: #fff;
    font-size: 22px;
}
.content-116 .orange-line {
    /*    background: #1ccdca;*/
    height: 1px;
    margin: 0 auto 20px;
    width: 30%;
}
/*content- process*/
.spd-r-work-pro {
    text-align: center;
}
    .spd-r-work-pro .heading h2 {
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    .spd-r-work-pro .under {
        border-bottom: 2px solid #2e2d3b;
        width: 3%;
        margin: 0 auto;
        display: inline-block;
    }
    .spd-r-work-pro .process-sec {
        border: 1px solid #cccccc;
        border-radius: 50%;
        background: #F7F7F7;
    }
    .spd-r-work-pro .under2 {
        border-bottom: 1px solid #2e2d3b;
        width: 80%;
        margin: 0 auto;
        display: inline-block;
    }
.process-sec {
    padding: 70px 40px 70px 40px;
}
.spd-r-work-pro .numb {
    position: absolute;
    right: 20%;
    color: #fff;
    padding: 8px 14px;
    border-radius: 50%;
}
.process-sec h4 {
    margin-bottom: 5px;
}
.process-sec p {
    color: #9b9b9b;
    padding-top: 10px;
}
@media all and (max-width : 1100px) {
    .process-sec {
        padding: 50px 20px 50px 20px;
    }
}
@media all and (max-width : 1024px) {
    .spd-r-c-04-wrap .icon {
        left: 46.9%;
    }
}
@media all and (max-width : 900px) {
    .process-sec {
        padding: 40px 10px 40px 10px;
    }
    .spd-r-c-04-wrap .icon {
        left: 46.9%;
    }
}
@media all and (max-width : 767px) {
    .spd-r-work-pro .process-sec {
        border: 0px solid #fff;
    }
    .spd-r-work-pro .numb {
        margin-top: 10px;
    }
    .spd-r-c-04-wrap .left, .spd-r-c-04-wrap .right {
        width: 100%;
        padding-left: 0;
    }
    .spd-r-work-pro .numb {
        display: none;
    }
}
/*content-505*/
/*#cont_505{padding-top:50px;}*/
.cont_505_team_bg {
    text-align: center;
    margin-top: 44px;
    padding-bottom: 100px;
    color: #272d32;
}
img.sh-tl-tr-round {
    width: 100%;
    max-width: 100%;
}
.cont_505_team_title {
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
}
h5.cont_505_team_position {
    text-align: center;
    text-transform: none;
    color: #777;
}
.cont_505_border1 {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #21c2f8;
    width: 50px;
    margin: 0 auto;
    float: none;
    position: relative;
}
.cont_505_border2 {
    border-top: 2px solid #21c2f8;
    width: 50px;
    margin: 0 auto;
    float: none;
    position: relative;
}
.cont_505_team_name {
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 700;
    padding-top: 17px;
}
.cont_505_p {
    font-family: 'Open Sans';
    text-align: center;
    padding-top: 10px;
}
.cont_505_social {
    margin-top: 15px;
}
    .cont_505_social ul {
        margin: 0 auto;
        text-align: center;
        padding-left: 0;
    }
        .cont_505_social ul li {
            list-style: none;
            border: 0px solid #f6f6f6;
            padding: 5px;
            margin: 1px;
            width: 30px;
            height: 30px;
            text-align: center;
            display: inline-block;
            color: inherit;
        }
            .cont_505_social ul li a {
                text-align: center;
                color: inherit;
            }
            .cont_505_social ul li.facebook:hover {
                background: #3b5998;
                color: #fff;
            }
            .cont_505_social ul li.twitter:hover {
                background: #64a8f2;
                color: #fff;
            }
            .cont_505_social ul li.skype:hover {
                background: #32ccfe;
                color: #fff;
            }
            .cont_505_social ul li.google:hover {
                background: #da4835;
                color: #fff;
            }
.owl-carouselbia1 .item {
    height: auto;
    margin: 0 20px;
}
.spd-r-carou-04 {
    width: 100%;
    padding: 70px 0;
    background: rgba(248,109,80,.9);
}
    .spd-r-carou-04 .owl-carousel .owl-buttons {
        position: absolute;
        top: 70%;
        width: 34%;
        left: 33%;
    }
.owl-carouselbia1 .owl-nav div {
    background: none repeat scroll 0 0 #ffffff !important;
    border: 2px solid #ccc;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: bold;
}
.owl-carouselbia1 .owl-theme .owl-controls .owl-nav div {
    background: #869791 none repeat scroll 0 0;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    margin: 5px;
    opacity: 0.5;
    padding: 4px 10px;
}
.owl-carouselbia1 .owl-stage-outer {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.owl-carouselbia1 .owl-next {
    float: right;
    position: absolute;
    right: 0px;
}
.owl-carouselbia1 .owl-prev {
    position: absolute;
    left: 0px;
}
.spd-r-carou-04 {
    text-align: center;
}
    .spd-r-carou-04 .wrapper {
        width: 70%;
        margin: 0 auto;
        color: #fff;
    }
        .spd-r-carou-04 .wrapper h2 {
            line-height: 1.5;
        }
        /*.spd-r-carou-04 .wrapper span {color:#2e2d3b;}*/
        .spd-r-carou-04 .wrapper p {
            text-transform: uppercase;
        }
        .spd-r-carou-04 .wrapper img {
            width: auto;
            margin: 0 auto;
            border-radius: 50%;
            border: 7px solid;
        }
        .spd-r-carou-04 .wrapper .clint {
            padding-top: 50px;
        }
@media all and (max-width : 767px) {
    .owl-buttons {
        display: none;
    }
    .spd-r-work-pro .process-sec {
        border-radius: 0%;
    }
}
.spd-r-carou-03 .owl-carousel .item h4 {
    color: #FFF;
    font-weight: 400;
    margin-top: 0em;
}
.spd-r-carou-03 .owl-carousel .item {
    height: auto;
    margin: 0 20px;
    text-align: center;
}
.spd-r-carou-03 {
    width: 100%;
    padding: 50px 0;
    background: #2b9ca2;
}
    .spd-r-carou-03 .owl-carousel .owl-buttons {
        position: absolute;
        top: 25% !important;
        width: 100%;
    }
    .spd-r-carou-03 .owl-nav div {
        background: none repeat scroll 0 0 #ffffff !important;
        border: 2px solid #000000;
        color: #000000 !important;
        font-size: 16px !important;
        font-weight: bold;
    }
    .spd-r-carou-03 .owl-theme .owl-controls .owl-nav div {
        background: #869791 none repeat scroll 0 0;
        border-radius: 30px;
        color: #ffffff;
        display: inline-block;
        font-size: 12px;
        margin: 5px;
        opacity: 0.5;
        padding: 4px 10px;
    }
    .spd-r-carou-03 .owl-carousel .owl-stage-outer {
        margin: 0;
        overflow: hidden;
        position: relative;
    }
    .spd-r-carou-03 .owl-carousel .owl-next {
        float: right;
        position: absolute;
        right: 0px;
    }
    .spd-r-carou-03 .owl-carousel .owl-prev {
        position: absolute;
        left: 0px;
    }
/*Footer*/
.help_link ul {
    margin-left: 0;
    padding-left: 0;
}
.help_link li {
    list-style: none;
    padding: 7px 0;
    display: block;
}
    .help_link li a {
        color: #909090;
    }
        .help_link li a:before {
            content: "\f105";
            font-family: fontawesome;
            padding-right: 10px;
        }
/* Header */
.fixed .spd-layout-logo {
    padding-top: 10px;
}
ul.left_f_list {
    margin-left: -30px !important;
}
.spd-r-recent-works5 h3 {
    color: #5E5858;
    font-size: 18px;
    padding-bottom: 24px;
}
/*jssor slider*/
.bigTitles {
    font-size: 50px;
    color: #111;
    font-weight: bold;
}
.spd-container {
    width: 1140px;
    margin: 0 auto;
}
.white1 {
    color: #fff;
}
.button_blue {
    padding: 10px 25px;
    font-size: 13px;
    background-color: #31aae1;
    color: #fff;
    border-radius: 25px;
}
.button_white {
    padding: 10px 35px;
    font-size: 13px;
    background-color: #fff;
    color: #111;
    border-radius: 25px;
}
/* jssor slider bullet navigator skin 05 css */
/*
            .jssorb05 div           (normal)
            .jssorb05 div:hover     (normal mouseover)
            .jssorb05 .av           (active)
            .jssorb05 .av:hover     (active mouseover)
            .jssorb05 .dn           (mousedown)
            */
.jssorb05 {
    position: absolute;
}
    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url(../images/b05.png) no-repeat;
        overflow: hidden;
        cursor: pointer;
    }
    .jssorb05 div {
        background-position: -7px -7px;
    }
        .jssorb05 div:hover, .jssorb05 .av:hover {
            background-position: -37px -7px;
        }
    .jssorb05 .av {
        background-position: -67px -7px;
    }
    .jssorb05 .dn, .jssorb05 .dn:hover {
        background-position: -97px -7px;
    }
@media screen and (max-width: 767px) {
    .view_05 .mask, .view_05 .content {
        left: 0px;
        width: 100%;
    }
    .f-social-area {
        float: none !important;
    }
    .f-social-list-new {
        float: none !important;
        text-align: center;
    }
    .left_footer_area {
        float: left;
        overflow: hidden;
        padding-bottom: 30px;
    }
    ul.left_f_list {
        margin: 0px !important;
    }
    ul.sh-icon {
        display: block;
    }
    .spd-r-recent-works {
        text-align: center;
    }
    .spd-r-recent-works {
        margin: 0 auto;
    }
    .spd-r-recent-works5 {
        text-align: center;
        margin: 0 auto;
    }
        .spd-r-recent-works5 h3 {
            color: #5E5858;
            font-size: 18px;
            padding-bottom: 24px;
        }
}
.cta-section {
    padding-block: 3vw;
    padding-inline: 30px;
    margin-block: 2.5vw;
    background-color: #F3F1F1;
    border-radius: 4px;
    text-align: center;
}
.cta-section a {
    width: 100% !important;
    max-width: 300px;
}
.cta-section h3 {
    max-width: max-content;
    margin: auto;
}
.cta-section p {
    max-width: 80%;
    margin: auto;
}
@media screen and (max-width: 980px) {
    .cta-section p {
        padding-top: 10px;
    }
}