@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {

    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8;
    color: #4b4b4b;
    background: #fff;
    height: 100%;
    position: relative;
}

a {
    color: #0175C2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #0175C2;
    outline: none;
}

p {

}

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
}

h2 {
    font-size: 40px;
}


h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

::-webkit-selection {
    color: #818892;
    background: #f9f6f0;
}

::-moz-selection {
    color: #818892;
    background: #f9f6f0;
}

::selection {
    color: #818892;
    background: #f9f6f0;
}


.section-padding {
    padding: 5em 0px;
}

.header-section-margin {
    margin-bottom: 4em;
}

.header-section h2,
.header-section h1 {
    font-size: 34px;
    font-weight: 700;
    color: #4b4b4b;
}


.mar5 {
    margin-top: 5em
}

.mar3 {
    margin-top: 3em;
}

.mar2 {
    margin-top: 2em
}

.pad2 {
    padding-top: 2em;
}

.paddinglr1 {
    padding: 0 1em;
}

.mar-30 {
    margin-top: -30px;
}

.mar-bt-20 {
    margin-bottom: 20px
}

.clear {
    clear: both;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

/***********************************
Navigation bar
************************************/
.navbar-default .navbar-brand {
    color: #5FCF80;
}

.navbar-default {
    background-color: #fff;
}

.course-text {
    padding: 84px;
}

.navbar-default .navbar-nav > li > a {
    color: #717f86;
    font-size: 14px;
    font-weight: 700;
}

.navbar-nav > li > a {
    padding: 0px;
    margin: 10px 5px;
    padding: 5px 15px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #0175C2;
}

.navbar-nav .active a {
    background: none !important;
    color: #0175C2 !important;
    outline: none;
}

.btn-trial a {
    background-color: #0175C2;
    color: #ffffff !important;

}

.btn-trial a:hover, .btn-trial a:focus {
    border: 1px solid #0175C2;
    background-color: #fff;
    color: #0175C2 !important;
}


.navbar-default .navbar-brand {
    font-family: "NotoSansCJKjp", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    height: inherit;
    font-size: 36px;
    margin: 10px 0px;
}

.navbar-default .navbar-brand span {
    font-weight: 100 !important;
}

.navbar {
    margin-bottom: 0px;
}

body {
    overflow-x: hidden;
}

/***********************************
ログインボタン
************************************/
.login {
    padding: .75em .0;
    background-color: #0175C2;
    width: 100%;
    color: #fff;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 50px;
    font-size: 22px;
}


/***********************************
ログインフォーム
************************************/

.btn-blue, .btn-blue:hover {
    background-color: #0175C2;
    color: #fff;
}

.modal-sm {
    width: 300px;
}

.modal-dialog {
    width: 600px;
    margin: 150px auto;
}

.modal-content h4 {
    font-size: 1.5em;
    font-weight: 700;
}


.login-box-body {
    padding: 15px 30px;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 0 20px;
}

.modal-sm {
    width: 400px;
}

.login-box-body {
    padding: 15px 20px;
}


/***********************************
Banner
************************************/
.banner {
    background: url('../images/main.jpg') no-repeat center top;
    background-size: cover;
    min-height: 680px;
    position: relative;
}

.cover-center {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 50%;
}

.cover-center .cover-center-copy {
    margin: 0 auto;
    padding: 35px 15px 15px 15px;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.80);
    box-shadow: 0 5px 10px 10px rgba(0, 30, 60, .02)
}

.cover-center .copy-img {
    height: auto;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.cover-center .cover-center-big-text {
    font-size: 35px;
    font-weight: 700;
    color: #757584;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
}


.bg-color {
    background-color: RGBA(1, 67, 133, 0.6);
    min-height: 760px;
}

.text-dec {
    font-size: 18px;
    padding: 10px 20px;
    margin: 15px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;

}

.text-border {
    border: 5px solid #fff;
    display: inline-block;

}

.subtext {
    margin-top: 10px;
    color: #fff;
}

.mid-text {
    font-size: 50px;
    font-weight: 700;
}

.banner-text {
    margin-top: 80px;
}

.intro-para {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 45px;
    color: #fff;
    margin: 30px 0 40px 0;
}

.modal-dialog {
    width: 600px;
    margin: 150px auto;
}

.mouse {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}

@-webkit-keyframes rotateplane {
    0% {
        top: 10px;
    }
    25% {
        top: 14px;
    }
    50% {
        top: 19px;
    }
    75% {
        top: 24px;
    }
    100% {
        top: 28px;
    }
}

@-moz-keyframes rotateplane {
    0% {
        top: 10px;
    }
    25% {
        top: 14px;
    }
    50% {
        top: 19px;
    }
    75% {
        top: 24px;
    }
    100% {
        top: 28px;
    }
}

@-o-keyframes rotateplane {
    0% {
        top: 10px;
    }
    25% {
        top: 14px;
    }
    50% {
        top: 19px;
    }
    75% {
        top: 24px;
    }
    100% {
        top: 28px;
    }
}

.mouse::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    top: 10px;
    margin-left: -2.5px;
    transition: all 0.3s ease-in;

    -webkit-animation-name: rotateplane; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: rotateplane;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.modal-content h4 {
    font-size: 1.5em;
    font-weight: 700;
}

.login-box-body {
    padding: 15px 30px;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 0 20px;
}

.modal-sm {
    width: 400px;
}

.padleft-right {
    padding-left: 5px;
    padding-right: 0px;
}

.big-text {
    font-size: 60px;
    margin-bottom: 0 !important;
    font-weight: 700;
    letter-spacing: 10px;
}

.small-text {
    font-size: 16px;
}

.quote .btn {
    background-color: #0175C2;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 10px 0;
    font-size: 20px;
    width: 90%;
}

.quote .btn:hover, .quote .btn:focus {
    background-color: #fff !important;
    color: #0175C2;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.quote .loginbtn {
    background-color: #30D0FF;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 10px 0;
    font-size: 20px;;
}

.quote .loginbtn:hover, .quote .loginbtn:focus {
    background-color: #fff !important;
    color: #30D0FF;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/***********************************
/Bannerここまで
************************************/


.owl-carousel-main .owl-stage-outer {
    overflow: visible;
}

@media screen and (max-width: 768px) {
    .owl-carousel-main .item {
        padding-top: 120px !important;
    }
}


.img-bg-color {
    background-color: RGBA(12, 11, 11, 0.82);
    min-height: 580px;
}


#fh5co-tour h3 {
    color: #4B4B4B;
    font-weight: 600;
}


.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-our-services,
#fh5co-about-us,
#fh5co-testimonials,
#fh5co-pricing,
#fh5co-press,
#fh5co-product-screenshots,
#fh5co-tour {
    padding: 7em 0 2em;
}

#fh5co-pricing {
    background-color: rgb(247, 247, 247);
}

#fh5co-features {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media screen and (max-width: 580px) {
    #fh5co-our-services,
    #fh5co-about-us,
    #fh5co-features,
    #fh5co-testimonials,
    #fh5co-pricing,
    #fh5co-press,
    #fh5co-product-screenshots,
    #fh5co-tour {
        padding: 5em 0;
    }
}

#fh5co-tour h3 {
    font-size: 30px;
}

#fh5co-tour .img-feature-1 {
    -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}

#fh5co-testimonials {
    background: #4AE3B5;
    background: #ba78ff;
}


#fh5co-testimonials .section-heading .subtext h3 {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonials .box-testimony {
    margin-bottom: 2em;
    float: left;
}

#fh5co-testimonials .box-testimony a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
    color: white;
    text-decoration: none;
}

#fh5co-testimonials .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 40px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#fh5co-testimonials .box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 15px solid black;
    border-top-color: #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

#fh5co-testimonials .box-testimony blockquote .quote {
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 0;
    display: table;
    color: #fff;
    width: 56px;
    height: 56px;
    margin-top: -30px;
    background: #4AE3B5;
    background: #ba78ff;
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonials .box-testimony blockquote .quote > span {
    display: table-cell;
    vertical-align: middle;
}

#fh5co-testimonials .box-testimony blockquote p {
    font-style: italic;
}

#fh5co-testimonials .box-testimony .author {
    line-height: 20px;
    color: white;
    font-size: 18px;
    margin-left: 20px;
}

#fh5co-testimonials .box-testimony .author .subtext {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}


.fh5co-cta {
    padding: 7em 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

.fh5co-cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: .3;
}

.fh5co-cta .container {
    position: relative;
    z-index: 2;
}

.fh5co-cta .container h3 {
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 1.5;
}

.fh5co-cta .container h3, .fh5co-cta .container p {
    color: #fff;
}

.fh5co-cta .container p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .fh5co-cta {
        padding: 3em 0;
    }
}


/***********************************
情報の量と質
************************************/
#work-shop {
    background-color: rgb(247, 247, 247);
    padding-top: 70px;
}


.service-box {
    background: #fff;
    padding: 30px 30px 0px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    height: 460px;
    line-height: 26.5px;
}

.icon-box i {
    color: #0175C2;
    font-size: 65px;
}

.ser-text {
    font-size: 1.7em;
    font-weight: 900;
    color: #0175C2;
}

.ser-text02 {
    font-weight: 700 !important
}

.fea-text {
    font-size: 1.2em;
    font-weight: 700;
    color: #444;
}

.icon-box, .icon-text {
    padding-top: 10px;
    line-height: normal !important;
}


#features02 {
    background-color: rgb(247, 247, 247);

    padding: 2em 0 0 0;
}

.features02-cont {
    padding: 5em 1.5em;
}

.categories {
/*    border-bottom: 1px solid #dddddd;*/
    border-top: 1px solid #dddddd;
    display: inline-block;
/*    padding-bottom: 5em;*/
    padding-top: 5em;
}

.categories p {
    font-size: 1.5em;
    font-weight: 700;
    color: #444;
}

.analysis {
    margin-top: 5em;
    display: inline-block;
}


.square {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #444;
    vertical-align: middle;
    margin: 0 0.5em;
}


.idea-img {
    padding-left: 40px;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}


/***********************************
お客様の声
************************************/
#faculity-member　 {
    background-color: rgb(247, 247, 247);
    padding: 6em 1.5em;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.pm-staff-profile-image {
    width: 300px;
    display: inline-block;
}

.pm-staff-profile-details {
    padding: 20px 20px;
}

.pm-staff-profile-name {
    font-size: 30px;
    color: #0175C2;
    font-weight: 700;

}

.pm-staff-profile-name02 {
    font-size: 30px;
    color: #0175C2;
    font-weight: 700;
    padding-top: 20px;

}

.pm-staff-profile-bio {
    text-transform: capitalize;
    font-weight: 100;
}


.card-img-top {
    width: 300px;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    height: auto;

}


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.img-thumbnail {
    text-align: center !important;
    margin: 0 auto;
    border: none !important
}


/***********************************
料金
************************************/
.price-box {
    padding: 3.5em 4.5em 3.5em 4.5em;
    background: #ffffff;
    text-align: center;
    border: 2px solid #0175C2;
    margin: 1.5em auto 1em auto;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;

}

.price-box p {
    line-height: 80%;
}

@media screen and (max-width: 768px) {
    .price-box {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
}


.price-smallheading {
    font-size: 25px;
    color: #0175C2;
    font-weight: 700;
}

.price-xsmallheading {
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .price-smallheading {
        font-size: 22px;
        color: #0175C2;
        font-weight: 700;
    }
}

@media screen and (max-width: 580px) {
    .price-smallheading {
        font-size: 18px;
        color: #0175C2;
        font-weight: 700;
    }

    .price-box p {
        line-height: normal !important;

    }
}

.price-largeheading {
    font-size: 50px;
    color: #0175C2;
    font-weight: 700;
    margin-top: -30px;

}

.gray-bold {
    height: 2px;
    background-color: #CCCCCC;
}

.price-topheading {
    display: inline-block;
    text-align: left;
}

.price-middleheading {
    font-size: 40px;
    color: #0175C2;
    font-weight: 700;
    padding-bottom: 1em;

}

.price-subtitle {
    font-size: 30px;
    color: #0175C2;
    font-weight: 700;
    padding-bottom: 1em;
}

.price-box-in {
    margin: 0 auto;
    text-align: center
}


ul.price-feature {
    margin-top: 40px;
    display: inline-block;
    text-align: left;
    padding-right: 20px;
}

ul.price-feature li {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    list-style: none;
}

ul.price-feature li::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 15px;
    height: 8px;
    border-left: 2px solid #0175C2;
    border-bottom: 2px solid #0175C2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
    .price-largeheading {
        font-size: 35px;
    }

    .price-middleheading {
        font-size: 25px;
    }

    ul.price-feature li {
        font-size: 22px;
    }
}

@media screen and (max-width: 580px) {
    .price-largeheading {
        font-size: 26px;
    }

    .price-middleheading {
        font-size: 22px;
    }

    ul.price-feature li {
        font-size: 20px;
    }
}

.price-notice {
    font-size: 80%;
    margin-top: 4.5em;
    text-align: left !important;
}

/***********************************
運営会社
************************************/
.company-info {
    margin: 0 auto;
    margin-top: 1.5em;
    width: 100%;
    text-align: center;
}

.company-info-cont {
    display: inline-block;
    text-align: left;
    margin-top: 30px;
}

.company-info.info {
    width: 100%;
}

.info .left {
    float: left;
    width: 70%
}

.info .right {
    float: left;
    padding-left: 60px;
    width: 30%;
}

#fh5co-our-services,
#fh5co-press {
    background: #f4f4f4;
}

#fh5co-our-services .box {
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 70px;
    position: relative;
    float: left;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #fh5co-our-services .box {
        min-height: inherit;
        margin-bottom: 90px;
    }
}

#fh5co-our-services .box .icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    top: 0;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
}

#fh5co-our-services .box .icon > span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#fh5co-our-services .box .icon > span i {
    position: relative;
    float: left;
    margin-top: 5px;
    width: 100%;
    font-size: 40px;
    color: #fff !important;
    margin: 0;
    padding: 0;
}

#fh5co-our-services .box .icon.colored-1 {
    background: #2aaf67;
    background: transparent;
    border: 3px solid #2aaf67;
}

#fh5co-our-services .box .icon.colored-1 i {
    color: #2aaf67 !important;
}

#fh5co-our-services .box .icon.colored-2 {
    background: #00bff3;
    background: transparent;
    border: 3px solid #00bff3;
}

#fh5co-our-services .box .icon.colored-2 i {
    color: #00bff3 !important;
}

#fh5co-our-services .box .icon.colored-3 {
    background: #f26522;
    background: transparent;
    border: 3px solid #f26522;
}

#fh5co-our-services .box .icon.colored-3 i {
    color: #f26522 !important;
}

#fh5co-our-services .box .icon.colored-4 {
    background: #e52b50;
    background: transparent;
    border: 3px solid #e52b50;
}

#fh5co-our-services .box .icon.colored-4 i {
    color: #e52b50 !important;
}

#fh5co-our-services .box .icon.colored-5 {
    background: #2fc5cc;
    background: transparent;
    border: 3px solid #2fc5cc;
}

#fh5co-our-services .box .icon.colored-5 i {
    color: #2fc5cc !important;
}

#fh5co-our-services .box .icon.colored-6 {
    background: #6173f4;
    background: transparent;
    border: 3px solid #6173f4;
}

#fh5co-our-services .box .icon.colored-6 i {
    color: #6173f4 !important;
}

#fh5co-our-services .box .step-number {
    font-size: 16px;
    display: block;
    color: #d1d1d1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

#fh5co-our-services .box h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    color: #444;
}

#fh5co-features {

    padding-top: 4em;
}

@media screen and (max-width: 768px) {
    #fh5co-features {
        padding: 4em 0;
    }
}

#fh5co-features .fh5co-service {
    margin-bottom: 30px;
    float: left;
}

#fh5co-features .fh5co-service .fh5co-icon {
    float: left;
    width: 20%;
}

#fh5co-features .fh5co-service .fh5co-icon i {
    font-size: 40px;
    color: #4AE3B5;
}

#fh5co-features .fh5co-service .fh5co-desc {
    width: 80%;
    float: right;
}

#fh5co-features .fh5co-service .fh5co-desc h3 {
    margin-top: 0;
    font-size: 18px;
}

.first-section {
    padding-top: 15em !important;
}

@media screen and (max-width: 768px) {
    .first-section {
        padding-top: 3em;
    }
}

#fh5co-press .fh5co-press-item {
    background: #fff;
    float: left;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 580px) {
    #fh5co-press .fh5co-press-item {
        display: block !important;
    }
}

#fh5co-press .fh5co-press-item .fh5co-press-text,
#fh5co-press .fh5co-press-item .fh5co-press-img {
    width: 50%;
}

@media screen and (max-width: 580px) {
    #fh5co-press .fh5co-press-item .fh5co-press-text,
    #fh5co-press .fh5co-press-item .fh5co-press-img {
        height: inherit;
        float: none !important;
        width: 100%;
        display: block !important;
    }
}

#fh5co-press .fh5co-press-item .fh5co-press-text {
    float: left;
    padding: 20px;
}

#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: 400;
    font-size: 20px;
    color: #444;
    position: relative;
}

#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title .fh5co-border {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #4AE3B5;
}

#fh5co-press .fh5co-press-item .fh5co-press-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
}

@media screen and (max-width: 580px) {
    #fh5co-press .fh5co-press-item .fh5co-press-img {
        height: 200px;
        left: 0;
        top: 0;
        position: relative;
        width: 100%;
    }
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #4AE3B5;
}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #4AE3B5;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #4AE3B5;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #4AE3B5;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: absolute;
    top: 12px;
    right: 0px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    border-bottom: none !important;
}


@media screen and (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }
}

.person {
    text-align: center;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.person img {
    display: block;
    margin: 0 auto;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.person .name {
    font-size: 24px;
}

.person .position {
    text-transform: uppercase;
    color: #c3c3c3;
    margin-bottom: 30px;
    letter-spacing: 2px;
}


/***********************************
Contact Us
************************************/
.contact form .form {
    width: 100%;
    height: auto;
    padding: 15px 15px 12px;
    font-size: 18px;
    margin-bottom: 18px;
    color: #7f7f7f;
    letter-spacing: 0.5px;
}

#contact {
    margin-top: 4em;
    background-color: rgb(247, 247, 247);
    padding-left: 20px;
    padding-right: 20px;
}

#contact .form-control {
    background: #fff;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;

}

.textarea {
    height: 228px;
    max-width: 100%;
    max-height: 229px;
}

.light {
    font-weight: 100;
}

.white {
    color: #fff !important;
}

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: green;
    border: 1px solid green;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
    display: block;
}

.bottom-line {
    width: 75px;
    height: 3px;
    background-color: #0175C2;
}

.light-form-button {
    background: #0175C2;
    border: 1px solid rgba(51, 153, 254, 0.34);
    width: 24%;
    padding: 10px 10px;
    margin-bottom: 15px;
    color: #fff;: #fafafa;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.light-form-button:hover {
    background-color: #fff;
    color: #0175C2;
    border: 1px solid #0175C2;
}

.required {
    font-size: 14px;
    color: #CB2326
}

.form-group p label {
    font-weight: normal !important;
}


.form-control::-moz-placeholder {
    color: #000 !important;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #000 !important
}

.form-control::-webkit-input-placeholder {
    color: #000 !important
}

/************************************/


#footer {
    padding: 50px 0;
    color: #7f7f7f;
}

#footer .copyright {
    margin-bottom: 0px;
    padding-bottom: 0;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.btn.btn-primary {
    background: #0175C2;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    box-shadow: none;
    background-color: #0175C2;
}

.btn:hover, .btn:active, .btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    border-color: transparent;
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social li a {
    font-size: 16px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px;
}

.social li a i {
    display: table-cell;
    vertical-align: middle;
}

.social li a:hover, .social li a:active, .social li a:focus {
    text-decoration: none;
    border-bottom: none;
}

.social li a.social-box {
    background: #4AE3B5;
    color: #fff;
}

.social li a.social-circle {
    background: #4AE3B5;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.social li a:hover {
    background: #393e46 !important;
}

.social.social-box a {
    background: #4AE3B5;
    color: #fff;
}

.social.social-circle a {
    background: #4AE3B5;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-controls .owl-nav {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
    opacity: 1;
}

.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
    background: transparent !important;
    border: 2px solid #4AE3B5 !important;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .owl-carousel .owl-controls .owl-nav {
        display: none;
    }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -29px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.owl-carousel .owl-controls .owl-nav .owl-next i:before,
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {
    color: rgba(255, 255, 255, 0.5);
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    right: 10px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
    color: white;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    left: 10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
    color: white;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
    color: #444;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
    color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 30px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
    background: none !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: 2.5em;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.2) !important;
    border: 2px solid transparent !important;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    background: black !important;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-main.owl-theme .owl-dots .owl-dot:hover span {
    background: black !important;
    background: transparent !important;
    border: 2px solid #000 !important;
}

.owl-carousel-main.owl-direction:before {
    color: #000 !important;
}

.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
    height: 860px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
        height: inherit;
        padding: 5em 0;
        padding: 0;
        text-align: center;
    }
}

.owl-carousel-fullwidth .fh5co-owl-text-wrap {
    position: relative;
}

.owl-carousel-fullwidth .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
}

.owl-carousel-fullwidth .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
}

.owl-carousel-fullwidth .item img {
    max-width: 100%;
}

.owl-carousel-fullwidth .item .mobile-image {
    position: relative;
    z-index: 99999999;
}

.owl-carousel-fullwidth .item .mobile-image .mobile {
    float: right;
    text-align: right;
    position: relative;
    bottom: -12em;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .mobile-image .mobile {
        bottom: 0em;
        text-align: center;
        float: none !important;
        margin: 0 auto;
        display: block;
    }
}

.owl-carousel-fullwidth .item .mobile-image .mobile img {
    max-width: 100%;
}

.owl-carousel-fullwidth .item .fh5co-owl-text {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    position: relative;
}

.owl-carousel-fullwidth .item .fh5co-owl-text a {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.owl-carousel-fullwidth .item .fh5co-owl-text a:hover {
    text-decoration: none;
    color: white;
    border-bottom: 1px solid white;
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    color: #fff;
    margin: 0;
    padding: 0;
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 30px;
    }
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    font-size: 30px;
    line-height: 30px;
    line-height: 42px;
    font-weight: 100;
    margin-bottom: 30px;
    color: white;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
        font-size: 24px;
        line-height: 34px;
    }
}

#fh5co-product-screenshots {
    background: #303841;
}


.owl-carousel-center .owl-stage-outer {
    overflow: visible;
}

.owl-carousel-center .owl-item {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    z-index: 18;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
    -o-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
    box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.owl-carousel-center .owl-item img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.owl-carousel-center .owl-item.center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 999;
    -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
    box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}

.owl-carousel-center .owl-dots {
    bottom: -80px;
}

@media screen and (max-width: 80px) {
    .owl-carousel-center .owl-dots {
        bottom: -60px;
    }
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent;
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    background: white;
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-center.owl-theme .owl-dots .owl-dot:hover span {
    background: white;
    background: transparent;
    border: 2px solid #fff;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
    opacity: 0;
}

.js .animate-box {
    opacity: 0;
}

@media screen and (max-width: 580px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }


    .cover-center img {
        max-width: 100% !important;
        height: auto;
    }

    .info .right {
        padding-left: 30px !important;
    }


}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }

}

}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.fh5co-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 769px) and (max-width: 980px) {

    .cover-center {
        top: 40%
    }

    .ser-text {

    }

    .service-box, .feature-info, .orga-stru {
        margin-bottom: 30px;
    }

    .pricing-head .amount {
        font-size: 51px;
    }

    .price-table .pricing-head h4 {
        font-size: 18px;
    }

    .service-img-sp {
        width: 60% !important;
        max-width: 100% !important;
        text-align: center;
        margin: 0 auto;
    }

    .staff-img-smp {
        width: auto;
        padding-left: 7px;
        padding-right: 7px;
    }


    .idea-img {
        padding-top: 15px;
    }
}

@media screen and (min-width: 600px) and ( max-width: 960px) {
    .cover-center img {
        max-width: 100% !important;
        height: auto;
    }

    .cover-center {
        top: 40%
    }


    .ser-text {

    }

    .feature-info {
        margin-bottom: 30px;
    }


    .pricing-head .amount {
        font-size: 51px;
    }

    .price-table .pricing-head h4 {
        font-size: 18px;
    }

    .login {
        display: none;
    }

    .idea-img {
        padding-left: 10px !important;
        padding-top: 15px;
    }

    .service-img-sp {
        width: 40% !important;
        max-width: 100% !important;
        text-align: center;
        margin: 0 auto;
    }

    .pm-staff-profile-name {
        padding-top: 0px !important;

    }

    .pm-staff-profile-image {
        max-width: 100% !important
    }

    .staff-img-smp {
        margin-top: 3em;
    }

    .staff-img-smp02 {
        margin-top: 4em;
    }

    .staff-img-smp03 {
        margin-top: 3em;
    }

    .pm-staff-profile-details {
        padding-top: 7px !important
    }

    .pm-staff-profile-name02 {
        padding-top: 7px;
    }

    .pm-staff-profile-details {
        padding: 7px 0 0 0 !important
    }

    .service-box {
        height: auto !important;
        margin-bottom: 15px;
        padding: 25px 20px !important
    }

    .card-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .price-box {
        padding: 3.5em 1.5em;
        margin: 1.5em 10px 0 10px !important;

    }

    .company-info {
        padding: 0 15px
    }

}

@media (min-width: 20px) and (max-width: 580px) {
    .navbar {
        min-height: 50px;
        top: 0;
        left: 0;
    }

    .text-dec {
        font-size: 14px !important;
    }

    .padbtm2 {
        padding-bottom: 2em
    }

    .banner {
        max-height: 500px;
        min-height: 350px !important;
    }


    #work-shop {
        padding-left: 15px;
        padding-right: 15px;
    }


    .cover-center {
        top: 35%
    }

    .cover-center .cover-center-copy {
        margin: 0 auto;
        padding: 25px 15px 10px 15px;
        max-width: 340px;
    }

    .cover-center img {
        max-width: 100% !important;
        height: auto;
    }

    .quote .btn {

        margin: 5px 0 10px;
        font-size: 15px;
    }

    .service-img-sp {
        width: 60% !important;
        text-align: center;
        margin: 0 auto;
        max-width: 100% !important;
    }

    .categories {
        padding-bottom: 2em !important;
        padding-top: 2em !important;
    }

    .analysis {
        margin-top: 2em !important;
    }


    .big-text {
        font-size: 28px;
    }

    .small-text {
        font-size: 14px;
    }

    .mid-text {
        font-size: 30px;
    }

    .banner-text {
        margin-top: 180px !important;
    }

    .intro-para {
        font-size: 30px;

    }

    .heading {
        margin-bottom: 20px;
    }

    .orga-stru i {
        font-size: 92px;
    }

    .orga-stru {
        padding: 5px 5px 15px 5px;
        width: 75px;
        margin-bottom: 20px;
    }

    .orga-stru h3 {
        font-size: 28px;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 25px !important;
    }

    .categories p {
        font-size: 1em !important;
    }


    .company-info {
        padding: 0 15px
    }

    .company-info-cont h4 {
        font-size: 23px
    }

    .pm-staff-profile-container {
        padding-bottom: 2em;
    }

    .pm-staff-profile-name {
        padding-top: 0px !important;
        padding-bottom: 0px !important;

    }

    .pm-staff-profile-image {
        max-width: 100% !important
    }

    .pm-staff-profile-details {
        padding: 7px 0 0 0 !important
    }


    .staff-img-smp {
        margin-top: 2em;
    }

    .staff-img-smp02 {
        margin-top: 3em;
    }

    .staff-img-smp03 {
        margin-top: 4em;
    }

    .pm-staff-profile-name02 {
        padding-top: 7px;
    }

    .orga-stru p {
        font-size: 13px;
    }

    h3.det-txt {
        font-size: 28px;
    }

    .cta-2-txt {
        font-size: 20px;
    }

    .text-comment, .price-table {
        margin-bottom: 30px;
    }

    .service-box {
        height: auto !important;
        margin-bottom: 15px;
        padding: 25px 20px !important
    }

    .idea-img {
        padding-left: 0 !important
    }

    .info .left {
        float: none !important;
        width: 100%
    }

    .info .right {
        float: none !important;
        padding-left: 0 !important;
        width: 100%;
    }

    #contact {
        margin-top: 0em !important;
        padding: 10px 15px;
    }

    .price-largeheading {
        line-height: 80%
    }

    .price-middleheading {
        padding-bottom: 1.5em
    }

    ul.price-feature li {
        padding-bottom: 1.1em;

    }


    .contact-form-button {
        width: 40%;
    }

    .footer .social-links li {
        margin: 0 5px 25px;
    }

    .cta-2-form-submit-btn {
        font-size: 10px;
    }

    .cta-2-form input[type="email"] {
        padding: 13px 10px;
        font-size: 10px;
        min-width: 187px;
    }

    .modal-sm {
        width: 300px;
    }

    .login-box-body {
        padding: 15px 20px;
    }

    .login {
        display: none;
    }

    .navbar-default .navbar-brand {
        margin-left: 10px;
    }

    .navbar-default .navbar-nav > li > a {
        text-align: center;
    }

    .features02-cont {
        padding: 2em 1em;
    }

    .price-box {
        padding: 3.5em 1.5em;
        margin: 1.5em 10px 0 10px !important;

    }

    .card-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    #fh5co-pricing {

        margin: 0 !important;

    }

    .padlef40 {
        padding-left: 0
    }

}

}

#fh5co-features img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p3em {
        padding-left: 2em;
        padding-right: 2em;
    }
}

::selection {
    background: #ffd701 !important;
}

::-moz-selection {
    background: #ffd701 !important;
}

.yl {
    border-bottom: 2px solid #ffd701;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.navbar-header {
    background-color: #fff;
    margin: 0 -25px;
    padding: 0 10px;
}

.navbar-nav {
    margin: 0;
}

.navbar-default {
    border-color: transparent;
}

.navbar-collapse {
    padding-right: 0;
}

@media (min-width: 768px) {
}


@media screen and (max-width: 990px) {
    .navbar-header {
        border-bottom: 1px solid #e7e7e7;
    }
}

@media screen and (min-width: 581px) and (max-width: 990px) {

    .container {
        width: 100%;
    }

    .navbar-right {
        background-color: #fff;
        float: right;
        padding: 0 13px 0 0;
    }

    .navbar-default {
        background-color: transparent;
    }

    .navbar-nav > li > a {
        padding: 5px 15px
    }

    .btn-trial a {
        margin: 0 0 15px 20px !important;
    }

    li.btn-trial {
        text-align: center;
    }

}

@media screen and (min-width: 991px) {

    .navbar-right {
        float: right !important;
    }

    .navbar-default {
        border-color: #e7e7e7;
    }
}

@media screen and (max-width: 580px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding: 0 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 360px !important;
    }
}

/*# sourceMappingURL=style.css.map */
