/*Global*/
body {
    font-family: 'Libre Franklin', sans-serif;
    /*padding-top: 72px;*/
    color: #4f5350;
}



.desktop {
    display: block;
}

.desktop-f {
    display: flex
}

.mobile {
    display: none;
}

.center {
    text-align: center;
    margin: 0 auto;
}


.white {
    background: #fff;

}

.np {
    padding-left: 0px;
    padding-right: 0px;
}

.nb {
    border: none !important;
    padding: 0px !important
}

.btn-primary:hover {
    border-color: transparent;
}

h1 {
    color: #0cb14b;
    text-transform: capitalize;
}

h1 i {
    font-size: 24px;
    padding-left: 10px;

}

h1 .fa-arrow-down:before {
    /*margin-bottom: 20px;*/
}

/*menu*/
.navbar {
    /*padding-top: 76px;*/
    padding: 83px 100px 25px 100px;
    z-index: 999;
    position: fixed;
    top: 0px;
    width: 100%;
    transition: all 0.5s;
}

.navbar.fixed {
    padding-top: 25px;
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
}

.navbar.fixed a {
    color: inherit;
    /*display: block;*/

}

.navbar.fixed .nofix {
    display: none;
}

.navbar.fixed .fix {
    display: block;
}

.navbar .nofix {
    display: block;
}

.navbar .fix {
    display: none;
}

.navbar-gray.fixed {
    padding-top: 25px;
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
}

.navbar-gray.fixed a {
    color: inherit;
    /*display: block;*/

}

.navbar-gray.fixed .nofix {
    display: none;
}

.navbar-gray.fixed .fix {
    display: block
}

.navbar-gray .nofix {
    display: none;
}

.navbar-gray .fix {
    display: block;
}

.navbar a {
    color: #fff;
    text-transform: capitalize;
    transition: all 0.5s;
}

.nav .active,
.nav a:hover {
    font-weight: bold;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-gray {
    padding: 83px 100px 25px 100px;
    z-index: 999;
    position: fixed;
    top: 0px;
    width: 100%;
    transition: all 0.5s;
    background: #fff;
    /*position: relative;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: .5rem 1rem;*/
    ;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
}

.navbar-gray a {
    color: #4f5350;
    text-transform: capitalize;
}


.nav li {
    position: relative;
}

.nav>li:hover .nav-child {
    display: block;
}

.nav-child {
    display: none;
    position: absolute;
    background: #fff;
    width: 120%;
    padding: 0px;
    border-radius: 0px 0px 10px 10px;
}

.nav-child li {
    list-style-type: none;
}

.nav-child li a {
    color: #0cb14b;
    display: block;
    padding: 10px;
}

/*slider*/


#slider {
    background: url(../img/main-header.png);
    background-position: bottom right;
    min-height: 917px;
    width: 100%;
    /*margin-top: -210px;*/
    margin-bottom: -106px;
    background-size: cover;
    background-repeat: no-repeat;

    /*position: absolute;*/
}

.slider-text {
    margin-top: 240px;
    color: #fff;
    font-size: 36px;
}

.slider-text .button {
    font-size: 16px;
    border: 1px #fff solid;
    padding: 10px 20px;
    border-radius: 30px;
    display: block;
    width: 150px;
    text-align: center;
    float: left;
    margin-right: 15px;
    color: #fff;
}

.button.white {
    color: #0cb14b !important;
}

.slider-buttons {
    margin-top: 50px;
}



#slider-2 {
    margin-top: 165px;
    background: url(../img/about-bg.png);
    height: 660px;
    width: 100%;
    background-position: right;
    /*background-repeat: no-repeat;*/
    /*margin-top: -136px;*/
    margin-bottom: -36px;
    /*position: absolute;*/
}

#slider-2 h1 {
    color: #fff;
    font-size: 72px;
    padding-top: 130px;
    padding-left: 100px;
}


#slider-3 {
    background: url(../img/header-blog.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 925px;
    width: 100%;
    margin-top: -168px;
    margin-bottom: -136px;
    /*position: absolute;*/
}

.slider-3-text {
    padding-top: 350px;
}

.slider-3-text h1,
.slider-3-text h2 {
    color: #fff;
    font-size: 42px;
}

#slider-4 {
    background: url(../img/header-detail-blog.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 825px;
    width: 100%;
    margin-top: -136px;
    /*margin-bottom: -136px;*/
    /*position: absolute;*/
}

.slider-4-text {
    padding-top: 250px;
}

.slider-4-text h1,
.slider-4-text h2 {
    color: #fff;
    font-size: 42px;
    text-transform: none;
    padding-top: 30px;
}





#slider-5 {
    background: url(../img/ser-bg.jpg);
    height: 432px;
    width: 100%;
    margin-top: 168px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: -136px;*/
    /*margin-bottom: -36px;*/
    /*position: absolute;*/
}

#slider-5 h1 {
    color: #fff;
    font-size: 72px;
    padding-top: 20px;
    padding-left: 100px;
}

.ser-nav {
    padding-left: 100px;
    padding-top: 70px;

}

.ser-nav span {
    color: #0cb14b;
    font-size: 32px;
}

.ser-nav .case-nav {
    float: right;
    width: 250px;
    line-height: 65px;
    font-size: 18px;
    color: #e1e1e1;
    right: 130px;
    position: absolute;
}

.ser-nav .case-nav a {
    width: 65px;
    height: 65px;
}

/*text slider*/

#whatwedo {
    min-height: 800px;
}

.system-slider {
    margin-top: 150px;
    /*min-height: 310px;*/
}

.system-buttons {
    border: 2px #e1e1e1 solid;
    border-radius: 40px;
    margin: 0px !important;
    padding: 0px;
}

.system-buttons>div {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: #e1e1e1;
    font-weight: bold;
    border-radius: 38px;
    transition: all 0.5s;

}

.system-buttons>div img {
    width: 20px;
}

.system-buttons div.active {
    background: url(../img/button.png);
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.system-buttons>div:hover {
    background: url(../img/button.png);
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
}

.buttons-img {
    width: 25px;
    height: 25px;

    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.cons-img {
    background: url(../img/icons/consulting&trainingicon.svg);
}

.system-buttons div:hover .cons-img,
.system-buttons div.active .cons-img {
    background: url(../img/icons/consulting&trainingicon-1.svg);
}

.interim-img {
    background: url(../img/icons/intermmanagementicon.svg);
}

.system-buttons div:hover .interim-img,
.system-buttons div.active .interim-img {
    background: url(../img/icons/intermmanagementicon-1.svg);
}

.cro-img {
    background: url(../img/icons/virtualCROicon.svg);
}

.system-buttons div:hover .cro-img,
.system-buttons div.active .cro-img {
    background: url(../img/icons/virtualCROicon-1.svg);
}


.system-img img,
.system-link a,
.system-text>div {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    z-index: 0;
}



.system-link a {
    display: none;
}

.system-slider .active {
    display: block !important;
    opacity: 1;
    z-index: 1;

}


.system-text {
    margin-top: 50px;
}

.system-text>div img {
    width: 60%;
}

.system-text h2 {
    color: #0cb14b;
    font-size: 35px;
}

.system-imga {
    text-align: center;
}

.text-wrap {
    margin-top: 50px;
}

.system-text h3 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
}

.system-text h3 i {
    color: #0cb14b;
    font-size: 26px;
    padding-right: 15px;

}

.system-text p {
    padding-left: 42px;
    min-height: 100px;
}

.second-text {
    padding-top: 50px;
}

.system-text a.button {
    font-size: 16px;
    border: 1px #0cb14b solid;
    padding: 10px 20px;
    border-radius: 30px;
    display: block;
    width: 150px;
    text-align: center;
    float: left;
    margin-right: 15px;
    color: #0cb14b;
    cursor: pointer;
}

.system-text a.button:hover {
    background: #0cb14b !important;
    color: #fff !important;
}

/*about*/
.about-header {
    font-size: 45px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-icons div {
    text-align: center;
}

.about-icons img {
    margin-bottom: 20px;
}

.about-icons p {
    color: #0cb14b;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
}

.about-icons span {
    font-size: 14px;
}

.about-icons {
    padding-bottom: 100px;
}

/*experience*/
#experience {
    background: url(../img/we-combine.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 493px;
}

.experience-header {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    font-size: 40px;
    text-align: right;
}

#experience .col-md-3 {
    text-align: center;
    color: #fff;
}

#experience .col-md-3 p {
    padding-top: 30px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


/*Quot*/

#experience-2 {
    background: url(../img/banner-about.png);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 493px;
}

#experience-3 {
    background: #fafafa;
    /*min-height: 493px;*/
    padding-bottom: 100px;
}

#experience-3 .quot {
    color: #4f5350;
}

#experience-3 .quot img {
    width: 72px;
}


.quot {
    color: #fff;
    padding-top: 80px;
    font-size: 28px;
    text-align: center;
}

.quot img {
    margin-bottom: 30px;
}

#experience-3 .owl-dots .owl-dot {
    background: #0cb14b;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 8px;
    opacity: 0.5;
}

#experience-3 .owl-dots .owl-dot.active {
    opacity: 1;
}


/*content*/

#content {
    margin-top: 80px;
    margin-bottom: 80px;
}

.text-home p {
    padding-bottom: 32px;
    font-size: 18px;
    padding-right: 150px;

}

.text-home span {
    color: #0cb14b;
    font-weight: bold;
}

.study-wrap h2 {
    font-size: 48px;
    text-align: right;
}

.item-study img {
    filter: brightness(50%);
}

.partners-text {
    position: absolute;
    /*top: 0px;*/
    bottom: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px;
    color: #fff;
}

.partners-text p {
    font-size: 14px;
}

.partners-text a {
    color: #0cb14b;
}


.news-contact {
    margin-top: 80px;
}

.news-contact h2 {
    font-size: 46px;
    padding-bottom: 15px
}

.getintouch {
    border-left: 1px #abacad solid;
    padding-left: 80px;

}

#contact {
    width: 100%;
}

.getintouch p {
    color: #202124;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.needs-validation span,
.needs-validation label {
    color: #abacad;
    font-size: 14px;
}

.needs-validation input::-webkit-input-placeholder,
.needs-validation input::-moz-placeholder,
.needs-validation input::-ms-input-placeholder,
.needs-validation input::-moz-placeholder,
.needs-validation textarea::-webkit-input-placeholder,
.needs-validation textarea::-moz-placeholder,
.needs-validation textarea::-ms-input-placeholder,
.needs-validation textarea::-moz-placeholder {
    color: #abacad;
}

.needs-validation input,
.needs-validation select,
.needs-validation textarea {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 0px;
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    padding: 15px 20px;
    color: #abacad;
    resize: none;
    height: auto;
    border: 2px solid #dfdfdf;
    background: transparent;
}

.needs-validation input[type='radio'] {
    width: auto;
}

.needs-validation textarea {
    min-height: 150px;
}

.needs-validation .col-md-4 {
    padding-left: 0px;
}

.needs-validation button {
    font-size: 14px;
    border: 1px #0cb14b solid;
    padding: 10px 20px;
    border-radius: 30px;
    display: block;
    width: 170px;
    text-align: center;
    float: left;
    margin-right: 15px;
    color: #0cb14b;
    cursor: pointer;
    background: #fff;
}

.needs-validation button:hover {
    background: #0cb14b !important;
    color: #fff !important;

}

.policy p {
    font-size: 12px;
    color: #bdc2c7;
}

.policy a {
    font-weight: bold;
    text-decoration: underline;
    color: inherit;
}



.news-item {
    margin-top: 40px;
    margin-bottom: 70px;
}

.news-body a {
    color: #4f5350;

}

.news-body a:hover {
    color: #4f5350;

}

.news-date {
    background: #0cb14b;
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    top: 0px;
    color: #fff;
    padding: 12px;
    line-height: 18px;
}

.news-date p {
    margin: 0px;
    text-transform: uppercase;
}

.news-date span {
    font-size: 26px;
    font-weight: bold;
}


.news-date-head {
    /*background: #0cb14b;*/
    /*text-align: center;*/
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    /*margin: 0 auto;*/
    color: #fff;
    padding: 12px;
    line-height: 18px;
}

.news-date-headp {
    margin: 0px;
}

.news-date-head span {
    font-size: 26px;
    font-weight: bold;
}



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

.withimg .news-date {
    position: absolute;
}

.news-wrap.withimg {
    padding-left: 50px;
    padding-right: 50px;
}

.news-date-head p {
    text-transform: uppercase;
}

.news-body p {
    font-size: 14px;
}

.author-block {
    line-height: 14px;
}

.author-block img {
    width: 100%;
}

.author-block .col-md-8 {
    padding-top: 8px;
}

.aname {
    font-weight: bold;
    font-size: 12px;
    display: none;
}

.category {
    font-size: 12px;
}

.respl-button {
    font-size: 16px;
    border: 1px #0cb14b solid;
    padding: 10px 20px;
    border-radius: 30px;
    display: block;
    width: 200px;
    text-align: center;
    /*float: left;*/
    /*margin-right: 15px;*/
    color: #0cb14b;
    cursor: pointer;
    /*margin-top: -20px;*/
    margin: 0 auto;
}

.respl-button:hover {
    background: #0cb14b;
    color: #fff;
}

.news-wrap a.button {
    font-size: 16px;
    border: 1px #0cb14b solid;
    padding: 10px 20px;
    border-radius: 30px;
    display: block;
    width: 200px;
    text-align: center;
    float: left;
    margin-right: 15px;
    color: #0cb14b;
    cursor: pointer;
    margin-top: -20px;
    /*margin: 0 auto;*/
}

.news-wrap a.button:hover {
    background: #0cb14b !important;
    color: #fff !important;
}

.news-main .news-wrap {
    padding-left: 50px;
    padding-right: 50px;
}

.order .buttom {
    font-size: 16px;
    border: 1px #0cb14b solid;
    padding: 15px 20px;
    border-radius: 30px;
    display: block;
    width: 200px;
    text-align: center;
    /*float: left;*/
    margin-left: 85px;
    margin-top: -30px;
    color: #0cb14b;
    cursor: pointer;
    margin-top: -20px;
}

.order .buttom:hover {
    background: #0cb14b !important;
    color: #fff !important;
}

.order {
    line-height: 0px;
}

.order i {
    padding-left: 20px;
}

/*promo*/
#promo {
    background: #0cb14b;
    color: #fff;
}

#promo>div {
    padding: 60px 0;
}

.promo-img {
    text-align: right;
}

.promo-text {
    font-size: 46px;
}

.promo-text .button {
    font-size: 16px;
    border: 1px #fff solid;
    padding: 10px 20px;
    border-radius: 30px;
    display: block;
    width: 150px;
    text-align: center;
    float: left;
    margin-right: 15px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
}

.promo-text .button:hover {
    background: #fff !important;
    color: #0cb14b !important;
    text-decoration: none;
}

/*blog-detail*/
.blog-detail h2 {
    padding-bottom: 20px;
}

.blog-detail ul {

    margin-left: 0px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

.blog-detail h3 {
    padding-top: 60px;
    font-weight: bold;
    font-size: 18px;
    color: #000;

}

.blog-detail img {
    width: 100%;
}

.blog-detail p {
    font-size: 14px;
}

.blog-detail>div {
    padding-left: 50px;
    padding-right: 50px;
}

.blog-detail a {
    color: #0cb14b;
}



/*.case-wrap*/
#case-wrap {
    padding-top: 208px;
}

#case-wrap img {
    width: 90%;
}

.case-text span {
    color: #0cb14b;
    font-size: 28px;
}

.case-text h1 {
    color: #4f5350;
    font-size: 52px;
    text-decoration: none;
}

.case-text h2 {
    padding-top: 60px;
    font-weight: bold;
    font-size: 18px;
    color: #000;

}

.case-text a {
    color: #0cb14b;
}

.case-text p {
    font-size: 14px;
}

.case-nav a {
    display: block;
    width: 50px;
    height: 50px;
    background: #0cb14b;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid #0cb14b;
    /*position: absolute;*/
}

.case-nav a:hover {
    background: #fff;
    /*border: 1px solid #0cb14b;*/
    color: #0cb14b;
}

.case-nav .st-left {
    float: left;
}

.case-nav .st-right {
    float: right;
}

.case-nav {
    line-height: 50px;
    text-align: center;
}

.feature {
    padding-top: 100px;
    text-align: center;
    padding-bottom: 100px;
}

.feature img {
    width: auto !important;
}

.feature p {
    padding-top: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding-bottom: 0px;
    margin-bottom: 0px;

}

.feature span {
    font-size: 14px;
}



/*services-wrap*/
.services-wrap {
    padding-top: 80px;
}

.services-wrap h2 {
    color: #727272;
    padding-bottom: 20px;
}

.services-wrap .feature {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 30px;
}

.services-wrap .feature>div>div>div {
    padding-bottom: 50px;
}

.serv-img h2 {
    color: #0cb14b;
    padding-top: 50px;
    font-size: 42px;
}

.services-wrap .getintouch {
    padding-left: 15px !important
}

.services-wrap .getintouch .policy a {
    color: #0cb14b;
}

.services-wrap .needs-validation button {
    color: #abacad;
    border-color: #abacad;
}

.nm {
    margin-left: 0px !important;
    margin-right: 0px !important
}


/*search*/
.error h2 {
    font-size: 26px;
    color: #959495
}

.error h3 {
    font-size: 26px;
}

.error a.button {

    font-size: 16px;
    border: 1px #0cb14b solid;
    padding: 10px 20px;
    border-radius: 30px;
    display: block;
    width: 150px;
    text-align: center;
    float: none;
    margin-right: 15px;
    color: #0cb14b;
    cursor: pointer;
}

.error a.button:hover {
    background: #0cb14b !important;
    color: #fff !important;
}


.Blog-item {
    cursor: pointer;
}

.navbar {
    /*position: relative;*/
}

#search {
    position: absolute;
    bottom: 500px;
    transition: all 1s;
    right: 0px;
    width: 30%;
    left: 35%;
}

#search.fixed {

    /*top: -4px;*/

    bottom: 30px;
    z-index: 999;
}

.navbar:after {
    background: rgba(0, 0, 0, 0);
}

.navbar.black:after {
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    transition: all 0.5s;
}

#search input {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: 1px #fff solid;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
}

#search input:focus {
    outline: none;

}

#search input::placeholder {
    color: #fff;
}

/*#footer*/
#footer {
    background: url(../img/bg-footer.png);
    background-size: cover;
    min-height: 200px;
    padding-top: 70px;
    padding-bottom: 60px;
}

#footer img {
    margin-bottom: 30px;
}

#footer p {
    margin: 0px;
    color: #fff;
    font-size: 14px;

}

#footer a {
    color: #0cb14b;
}

#copyright {
    background-color: #2b2f2c;
    color: #939593;
    padding: 5px;
    font-size: 14px;
}

#content-news {
    background: url(../img/detail-bottom.png);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
    margin-top: -100px;
    background-position: bottom;
}

#content-news>div>div {
    padding-top: 290px;
}

.Blog-item img {
    width: 18px;
}




/*news/*/
.sj-responsive-listing .respl-header .respl-sort-view {
    float: none;
}

.sj-responsive-listing .respl-wrap .respl-header .respl-sort:before {}

.sj-responsive-listing .respl-sort .sort-wrap .sort-inner {
    font-size: 16px;
    border: 1px #0cb14b solid;
    padding: 15px 20px;
    border-radius: 30px;
    display: block;
    width: 200px;
    text-align: center;
    /* float: left; */
    margin-left: 10px;
    margin-top: 0px !important;
    color: #0cb14b;
    cursor: pointer;
    margin-top: -20px;
    background: #fff;
}


.system-buttons.collapus {
    height: 280px !important;
}

#current {
    color: inherit !important;
    background: none;
}

#current i {
    float: right;
    margin-top: 5px;
}


.success-wrap {
    display: grid;
    align-items: center;
    justify-items: center;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 0px;
    overflow: hidden;
    height: 0px;
    z-index: 9999;
    transition: all 0.5s;

   /* position: fixed;
    width: 100%;
    height: auto;*/
    /*background: rgba(0.0.0.0);*/
}

.success-wrap.fixed {
    position: fixed;
    width: 100%;
    height: auto;
}

.success-wrap .btn-block{
background: #0CB14B;
color: #fff;
border-radius: 0px;
border: 0px!important;
outline: none!important;
box-shadow: none!important
}

.success-text {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
    /*position: absolute;*/
    background: #FFFFFF;
    width: 448px;
    height: 270px;
    padding: 40px;
}

.success-text h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: 34px;
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
    color: #0CB14B;
}

.success-text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    font-size: 18px;
    text-align: center;

    color: #404041;
}




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*responsive*/

@media (min-width: 1980px) {
    #slider {
        background: url(../img/main-header2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top right;
        height: 984px;

    }

    #slider-2 {
        background: url(../img/about-header-2k.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top right;
        height: 820px;

    }

    #slider-3 {
        background: url(../img/blog-header-2k.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top right;
        /*height: 984px;*/

    }

    #slider-4 {
        background: url(../img/detailblog-header-2k.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top right;
        /*height: 984px;*/

    }

    #content-news {
        min-height: 863px;
    }

    #content-news>div>div {
        padding-top: 424px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .navbar {
        padding-right: 50px;
        padding-left: 50px;
    }
    #slider{
        margin-bottom: -30px;
    }
    .system-buttons>div{
        padding: 10px;
    }
    .system-slider{
        margin-top: 100px;
    }
    #experience-2{
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        padding: 15px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .navbar-brand {
        margin-top: 10px;
    }

    .slider-text {
        margin-top: 95px;
        color: #fff;
        font-size: 22px;
    }

    #slider {
        min-height: 400px;
        margin-bottom: -46px;
    }

    .system-slider {
        margin-top: 50px;

    }

    .system-buttons div.active {
        background-size: 180%;
    }

    .news-date {
        background: #0cb14b;
        text-align: center;
        width: 49px;
        height: 49px;
        margin: 0 auto;
        top: 0px;
        color: #fff;
        padding: 6px;
        line-height: 18px;
    }

    #experience {
        background: url(../img/we-combine.jpg);
        background-size: 2239px;
        background-position: -490px 0px;
        background-repeat: no-repeat;
        min-height: 580px;
    }

    .navbar-gray {
        padding-right: 30px;
        padding-left: 30px;
    }

    .about-img img {
        width: 100%;
    }

    #experience-2 {
        background-size: cover;
    }

    .serv-img img {
        width: 100%;
    }

    .case-text .col-md-8 {
        width: 50%;
        flex: 0 0 50% !important;
    }

    .case-text .case-nav {
        width: 50%;
        flex: 0 0 50% !important;
        max-width: 50%;
    }

    #content {
        margin-top: 120px;
    }

    #content-news>div>div {
        padding-top: 80px;
    }

    #content-news {
        background-size: cover;
    }

    .study-wrap h2 {
        font-size: 34px;
    }

    .text-home p {

        padding-right: 30px;
    }

    .partners-text p {
        display: none;
    }

    .partners-text h3 {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none;
    }

    .desktop-f {
        display: none;
    }

    #slider {
        background-size: 1100px;
        background-position: -400px 0px;
        min-height: 670px;
    }

    .navbar {
        padding: 20px;
    }

    .navbar p {
        margin-bottom: 0px;
    }

    .navbar img {
        width: 176px;
    }

    .navbar>.moduletable,
    .Blog-item {
        display: none;
    }

    .m-current {
        color: #fff;
        font-size: 28px;
    }

    .navbar.fixed .m-current {
        color: #000;
    }

    .nav {
        display: block;
    }

    .navbar-nav a {
        text-align: right;
    }

    .navbar-gray {
        padding: 20px;
    }

    .navbar-gray p {
        margin-bottom: 0px;
    }

    .navbar-gray img {
        width: 176px;
    }

    .navbar-gray>.moduletable,
    .Blog-item {
        display: none;
    }

    .navbar-gray .m-current {
        color: inherit;
        font-size: 28px;
    }

    .navbar-gray.fixed .m-current {
        color: #000;
    }

    .nav {
        display: block;
    }

    .navbar-gray-nav a {
        text-align: right;
    }

    /*.deeper i,
    .deeper ul {
        display: none !important;
    }*/

    .serv-img img {
        width: 100%;
    }

    #slider-5 h1 {
        padding-left: 0px;
    }

    .ser-nav {
        padding: 0px;
        margin: 0px;
    }

    .ser-nav .case-nav {
        float: right;
        width: 140px;
        line-height: 40px;
        font-size: 18px;
        color: #e1e1e1;
        right: 15px;
        position: absolute;
        top: 165px;
    }

    .ser-nav .case-nav a {
        width: 40px;
        height: 40px;
    }

    .ser-nav span {
        font-size: 28px;
    }

    .ser-nav .col-md-10 {
        padding-top: 80px;
    }


    .news-contact {
        padding-bottom: 50px;
    }

    .services-wrap {
        padding-top: 40px;
    }

    .serv-img h2 {
        font-size: 30px;
    }

    #slider-5 h1 {
        font-size: 30px;
        padding: 30px 15px;
    }

    .slider-text {
        margin-top: 127px;
        color: #fff;
        font-size: 32px;
        line-height: 37px;
        padding: 0 32px;
    }

    #case-wrap {
        padding-top: 130px;
    }

    .case-img {
        display: none;
    }

    .case-text>.row>.col-md-8,
    .case-text>.row>.col-md-4 {
        width: 50%;
    }

    .case-text h1 {
        font-size: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .case-text h2 {
        padding-top: 15px;
    }

    .feature {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .feature .col-md-4 {
        padding-bottom: 60px;
    }

    .slider-buttons>div {
        text-align: center;
        /* display: grid; */
        display: inline-grid;
        justify-items: center;
        grid-template-columns: 1fr 1fr;
    }
    .sj-responsive-listing .respl-wrap .respl-loader{
        margin-bottom: 30px;
    }
    .slider-text .button {
        padding: 5px 20px;
        color: #fff;
    }

    h1 {
        font-size: 28px;
    }

    .system-slider .system-buttons .buttons-img {
        display: none;
    }

    .system-buttons div.active {
        background: none;
        color: inherit;

    }

    .system-buttons {
        height: 70px;
        overflow: hidden;
        transition: 0.5s all;

    }

    .system-buttons>div {
        text-align: left;
        width: 100%;
        font-weight: normal;
    }

    .system-slider {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
    }

    .system-text h2 {
        font-size: 32px;
    }

    .second-text {
        padding-top: 0px;
    }

    #whatwedo {
        min-height: 930px;
    }

    .system-text a.button {
        width: 100%;
    }

    #experience {
        background: url(../img/mobile/uvps-bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        min-height: 880px;
        /*background-repeat: repeat-x;*/
    }

    .experience-header {
        font-size: 32px;
        text-align: left;
    }

    .text-home p {
        padding-right: 15px;
    }

    .study-wrap .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .study-wrap h2 {
        font-size: 32px;
        text-align: left;
    }

    .news-contact h2 {
        font-size: 36px;
    }

    .news-item .col-md-2 {
        width: 15%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .news-item {
        margin-left: 0px;
        margin-right: 0px;
    }

    .news-item .col-md-9,
    .news-item .col-md-8 {
        width: 70%;
        margin-left: 20px;
    }

    .news-wrap a.button {
        width: 100%;
    }

    .news-contact h2 {
        margin-top: 15px;
    }

    .getintouch {
        padding-left: 30px;
    }

    .needs-validation .col-md-4 {
        padding-left: 15px;
    }

    .getintouch .row .col-md-2.np {
        width: 16%;
        padding-left: 15px;
    }

    .needs-validation button {
        width: 100%;
    }

    #footer .container,
    #copyright .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .navbar.fixed a {
        color: #fff;
    }
    #content-news{
        background: url(../img/detail-bottom-m.gif);
        background-size: cover;
    }
    .navbar-gray.fixed a {
        color: #fff !important;
    }

    .navbar-toggler[aria-expanded='true'] .m-current {
        color: #fff;
    }

    .navbar-toggler[aria-expanded='true'] .fa-bars:before {
        content: "\f00d";
    }

    #navbarCollapse #search {
        position: absolute;
        top: 500px;
        transition: all 0s;
        right: -100%;
        width: 65%;
        left: 100%;
        transition: 0.5s all;
    }

    #navbarCollapse.show #search {
        right: 0px !important;
        left: calc(20% + 30px);
    }

    #navbarCollapse #search input {
        width: 100%;
        background: transparent;
        /* background: rgba(0, 0, 0, 0.2); */
        border: 1px #fff solid;
        padding: 10px 20px;
        border-radius: 30px;
        color: #fff;
    }

    #slider {
        background: url(../img/mobile/home_main-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 30px;
        background-position: bottom;
        /*background-position: -600px 0px;*/
        /*height: 530px;*/
        min-height: 574px;
    }

    #slider-2 {
        margin-top: 77px;
        background: url(../img/mobile/about-bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 0px;
        height: 440px;
    }

    #slider-2 h1 {
        color: #fff;
        font-size: 40px;
        padding-top: 227px;
        padding-left: 30px;
    }

    #slider-5 {
        margin-top: 80px;
        background: url(../img/mobile/detail_case_bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 240px;
    }

    #slider-3 {
        background: url(../img/mobile/blog-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 0px;
        height: 580px;
    }

    #slider-4 {
        background: url(../img/mobile/detail-blog-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 0px;
        height: 480px;
    }

    .slider-4-text {
        padding-top: 80px;
    }

    .slider-4-text h1,
    .slider-4-text h2 {
        font-size: 38px;
        padding-top: 20px;
    }

    /*#content-news{
        background: url(../img/mobile/detail-blog-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 0px;
        height: 480px;
    }*/
    .news-main .news-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    .news-date-head {
        /* background: #0cb14b; */
        text-align: center;
        border: 1px solid #fff;
        width: 50px;
        height: 50px;
        /* margin: 0 auto; */
        color: #fff;
        padding: 7px;
        line-height: 18px;
    }

    .news-date-head span {
        font-size: 20px;
        font-weight: bold;
    }

    .sj-responsive-listing .respl-sort .sort-wrap .sort-inner {
        max-width: 100%;
        width: 100%;
    }

    .sj-responsive-listing .respl-wrap .respl-items .respl-item {
        padding-right: 0px;
        padding-left: 0px;
    }

    .author-block .col-md-2 {
        width: 20%;

    }

    .author-block .col-md-8 {
        width: 80%;
    }

    .respl-sort:before {
        content: attr(data-label);
        padding-right: 10px;
    }

    .slider-3-text {
        padding-top: 130px;
    }

    .slider-3-text h1,
    .slider-3-text h2 {
        font-size: 30px;
    }

    .about-img img {
        width: 150px;
    }

    .about-header {
        font-size: 32px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-icons .col-md-4 {
        padding-bottom: 30px;
    }

    .about-icons .col-md-4 span {
        display: block;
        width: 64%;
        margin-left: 18%;
    }


    #experience-2 {
        background: url(../img/mobile/about-quote_bg.png);
        background-repeat: no-repeat;
        background-size: cover
    }

    #experience-2 {
        padding: 0px 15px 30px 15px;
    }

    #content {
        margin: 0px;
    }

    .news-contact {
        margin-top: 30px;
    }

    .news-contact {
        margin-left: 15px;
    }

    .promo-text {
        font-size: 32px;
        text-align: center;
    }

    #promo {
        padding: 0px 15px 0px 15px;
    }

    .promo-text .button {
        width: 100%;
    }

    .promo-img {
        display: none;
    }




    .collapse:not(.show) {
        display: none;
    }

    .navbar-collapse {
        background: transparent;
        height: 100vh !important;
        overflow: hidden;
    }

    .collapse.show {
        position: fixed;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        background: transparent;
    }

    .collapsing {
        position: fixed;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        height: 100vh;
    }

    .navbar-nav {
        position: absolute;
        top: 0px;
        right: -100%;
        width: 80%;
        bottom: 0px;
        background: #0cb14b;
        transition: 0.5s all;

    }

    .collapse.show .navbar-nav {
        right: 0px;
    }

    .nav a {
        font-size: 26px;
        text-align: left;
        font-weight: bold;
    }

    .mod-list {
        margin-top: 120px;
    }

    .navbar-toggler {
        z-index: 9999;
    }

    .nav-child {
        position: relative;
        background: none;
        display: block;

    }

    .nav-child li a {
        color: #fff;
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: normal;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-top: 20px;
    }

    .slider-text .button {
        width: auto;
        width: 97%;
    }

    .slider-text {
        padding: 0 15px;
        margin-top: 130px;
        font-size: 30px;

    }



    h1 {
        font-size: 24px;
    }

    #whatwedo {
        min-height: 1000px;
    }

    #experience .col-md-3 p {
        padding-top: 5px;
    }

    #experience .col-md-3 {
        padding-bottom: 60px;
    }

    .experience-header {
        padding-bottom: 0px;
    }

    #experience {
        background: url(../img/mobile/uvps-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 960px;
        /*background-repeat: repeat-x;*/
    }

    
    .news-wrap {
        padding-left: 0px;
        margin-left: 0px;
    }

    .author-block .col-md-8 {
        width: 70%;
    }

    .getintouch {
        padding-left: 15px;
    }

    .getintouch {
        border-left: none;
    }

    .getintouch .row .col-md-2.np {
        width: 20%;
    }
}