/*------------------------------------------------------------------
[Table of contents]
1. Global CSS
        1.1 Columns CSS
2. Service CSS
3. Image/Text Slider CSS
4. Button CSS
5. Member CSS
6. Latest Posts CSS
7. Timeline CSS
8. Skills CSS
9. Milestones CSS
10. Image PopUp (PreetyPhoto) CSS
11. Portfolio Page CSS
12. Social CSS
13. Pricing Table CSS
14. Responsive CSS
-------------------------------------------------------------------*/


/* ===================================
    1. Global CSS
====================================== */

.big-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 46px;    
    line-height: 133%;
    color: #264549;
}

.site-description {
    font-size: 24px;
    line-height: 150%;
    color: #214b51;
    margin-bottom: 0;
    padding-bottom: 30px;
}

p.up-title-text {
    font-family: 'Roboto', sans-serif;
    font-size: 90px;
    font-weight: 100;
    color: #dc6041;
    line-height: 100%;
    margin-bottom: 0;
    height: 58px;
    overflow: hidden;
}

p.page-description {
    color: #264549;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    margin-top: -5px;
}

.info-code-title {
    font-size: 16px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 120%;
}

.info-code-content, 
.info-code-content a {
    color: #b3b3b3;
    margin-bottom: 30px;
}

.medium-text {
    font-family: 'Roboto', sans-serif;
    color: #031e23;
    font-size: 42px;
    line-height: 112%;
    font-weight: 700;
    padding: 0 0 10px;
}

.small-text {
    font-size: 22px;
    line-height: 130%;
    color: #dc6041;
    padding-bottom: 10px;
}

.tp-bullet-title {
    display: none !important;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {    
    transition-duration: 0s;
}

.page-template-elementor_header_footer .elementor {
    padding: 135px 0;
}



/* ===================================
    1.1 Columns CSS
====================================== */

.one_half,  
.one_third,  
.two_third,  
.three_fourth, 
.one_fourth {
    margin-right: 8%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.one {    
    display: block;
    clear: both;    
    margin-bottom: 30px;
}

.one_half {
    width: 46%;
}

.one_third {
    width: 28%;
}

.two_third {
    width: 64%;
}

.one_fourth {
    width: 19%;
}

.three_fourth {
    width: 73%;
}

.one_half.margin-0 {
    width: 50%;
}

.one_third.margin-0 {
    width: calc(100% / 3);
}

.two_third.margin-0 {
    width: calc(100% / 3 * 2);
}

.one_fourth.margin-0 {
    width: 25%;
}

.three_fourth.margin-0 {
    width: 75%;
}


/* ===================================
    2. Service CSS
====================================== */

.service-holder:after {
    content: "";
    display: block;
    clear: both;    
}

.service-txt {
    color: #fff;
    max-width: 280px;
}

.elementor-widget .service-txt {
    max-width: 100%;
}

.service-txt h4 {
    font-family: 'Roboto', sans-serif;    
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 130%;
}

.service-num {
    font-size: 16px;
    color: #dc6041;
    line-height: 100%;
}



/* ===================================
    3. Image/Text Slider CSS
====================================== */

.image-slider-wrapper {
    margin-bottom: 20px;
}

.single-content-wrapper .image-slider-wrapper {
    margin-bottom: 10px;
}

.single-post-header-content .image-slider-wrapper {
    margin-bottom: 0;
}

.owl-carousel .owl-stage-outer {
    height: auto !important;
}

.owl-theme .owl-dots {
    padding-top: 25px;
    line-height: 0;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all .2s ease;
    width: 17px;
    height: 17px;
    border-radius: 90%;
}

.owl-theme .owl-dots .owl-dot {
    transition: all .3s ease;
    border: 2px solid #dc6041;
    margin: 3px;
    border-radius: 90%;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

.owl-theme .owl-dots .owl-dot.active {
    background-color: #dc6041;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: transparent;
}

.text-slider-wrapper {
    font-size: 24px;
    line-height: 35px;
    padding: 0 50px;
    color: #fff;
}

.text-slider-header-quotes {
    background-image: url(../images/quotes_image.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.text-slider-wrapper .text-slide {
    font-size: 26px;
    line-height: 170%;
    overflow: hidden;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
}

.text-slider-wrapper .text-slide:after {
    content: "";
    display: table;
    clear: both;
}

.text-slider-wrapper .text-slide-name {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    margin: 5px 0;
}

.text-slider-wrapper .text-slide-position {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 4px;
    color: #fff;
    margin: 0;
    padding-left: 4px;
}

.text-slider-wrapper img.text-slide-img {
    width: 70px !important;
    height: 70px;
    border-radius: 90%;
    display: inline-block;
}

.text-slide-content {
    margin-bottom: 60px;
    font-style: italic;
}

.text-slider-wrapper .owl-nav {
    margin-top: 45px;
}

.text-slider-wrapper .owl-theme .owl-prev {
    background-image: url('../images/nav_left.png') !important;
    background-color: transparent !important;
    font-size: 0;
    width: 30px;
    padding: 0;
    height: 30px;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    transition: .3s;
    opacity: 0.7;
    margin-right: 15px;
}

.text-slider-wrapper .owl-theme .owl-prev:hover {
    opacity: 1;
}

.text-slider-wrapper .owl-theme .owl-next {
    background-image: url('../images/nav_right.png') !important;
    background-color: transparent !important;
    font-size: 0;
    width: 30px;
    padding: 0;
    height: 30px;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    transition: .3s;
    opacity: 0.7;
    margin-left: 15px;
}

.text-slider-wrapper .owl-theme .owl-next:hover {    
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


/* ===================================
    4. Button CSS
====================================== */

a.button {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #dc6041;
    border: 2px solid #dc6041;
    display: inline-block;
    text-align: center;
    padding: 27px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;    
    letter-spacing: 2px;
}

a.button:hover {
    background-color: transparent;
    color: #dc6041;
}


/* ===================================
    5. Member CSS
====================================== */

.member {
    text-align: center;
}

.member-wrapper {
    display: inline-block;
    position: relative;
}

.member-image-holder {
    display: inline-block;
    vertical-align: middle;
    max-width: 491px;
    line-height: 0;
    position: relative;
}

.member-image-holder:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
    background-color: #f3f3f3;
    z-index: -1;
}

.member-left .member-image-holder:after {
    top: 20px;
    left: -20px;    
}

.member-content {
    margin-top: 35px;
}

.member-info {
    max-width: 360px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -90px;
    margin-right: 85px;
    text-align: left;
}

.member-left .member-info {
    margin-left: 85px;
    margin-right: 0;
}

.member-postition {
    font-size: 16px;
    letter-spacing: 2px;
    color: #264549;
}

.member-name {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
    position: relative;
}

.member-social-holder {
    background: #dc6041;
    padding: 25px 20px;
    position: absolute;
    left: 410px;
    bottom: 10%;
    z-index: 2;
}

.member-left .member-social-holder {
    left: auto;
    right: 410px;
    bottom: 10%;    
}

.member-social-holder > div:last-of-type {
    margin-bottom: 0;
}

.member-social-holder .social a {
    color: #fff !important;
}


/* ===================================
    6. Latest Posts CSS
====================================== */

.blog-holder-scode {
    margin-top: 0;
}

.blog-holder-scode article:nth-of-type(3n) {
    margin-right: 0;
}

.blog-item-holder-scode {
    margin: 30px 0;
    width: 28%;
    display: inline-block;
    margin-right: 8%;
    vertical-align: text-top;
}

.blog-item-holder-scode h4 {
    padding: 0;
    margin: 5px 0 25px;
}

.blog-item-holder-scode h4 a {
    font-family: 'Roboto', sans-serif;
    color: #000 !important;
    font-size: 26px;
    line-height: 115%;
    font-weight: 700;
    transition: .3s;
    letter-spacing: -1px;
}

.blog-item-holder-scode h4 a:hover {
    opacity: 0.8;
}

.blog-item-holder-scode .post-thumbnail {
    overflow: hidden;
}

.latest-posts-background-featured-image-holder {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: .3s;
}

.latest-posts-background-featured-image-holder:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.latest-posts-scode .cat-links ul {
    margin: 25px 0 0;
    padding: 0;
}

.latest-posts-scode .cat-links ul li {   
    display: inline-block;
    list-style: none;
}

.latest-posts-scode .cat-links li:after {
    content: ",";
    padding-right: 5px;
}

.latest-posts-scode .cat-links li:last-child:after {
    display: none;
}

.latest-posts-scode .cat-links ul li a {
    font-size: 14px;
    color: #000;
}

.latest-posts-scode .entry-date, 
.latest-posts-scode .by, 
.latest-posts-scode .author-nickname {
    font-size: 14px;
    color: #808080;
}

.latest-posts-scode .by {
    margin: 0 4px;
}

.latest-posts-scode .author-nickname {
    color: #000;
}



/* ===================================
    7. Timeline CSS
====================================== */

ul.timeline-holder {
    margin: 0;
    padding: 0 0 0 40px;
}

li.timeline-event {
    margin: 0 0 30px 60px;
    position: relative;
    padding-top: 5px;
    padding-left: 10px;
    list-style: none;
}

li.timeline-event:last-child {
    margin-bottom: 0;
}

li.timeline-event:hover span.timeline-circle:before {
    background-color: #dc6041;
}

span.timeline-circle {
    position: absolute;
    top: 0;
    left: -30px;
}

span.timeline-circle:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 90%;
    background: #ffffff;
    border: 4px solid #dc6041;
    position: absolute;
    left: -13px;
    top: 6px;
    z-index: 1;
    transition: .3s;
    box-sizing: initial;
    -webkit-box-sizing: initial;
}

span.timeline-circle:after 
{
    content: "";
    width: 31px;
    height: 45px;
    background: #ffffff;
    position: absolute;
    left: -15px;
    top: -2px;
    z-index: 0;
    box-sizing: initial;
    -webkit-box-sizing: initial;
}

.timeline-event-date {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: -100px;
    top: 7px;
    color: #031e23;
    font-weight: 700;
}

ul.timeline-holder:before {
    content: "";
    display: block;
    width: 0;
    height: 88%;
    border: 1px solid #c2c2c2;
    position: absolute;
    top: 3%;
    left: 70px;
}

.timeline-event-content {
    line-height: 160%;
    text-align: left;
}



/* ===================================
    8. Skills CSS
====================================== */

.skills-holder {
    text-align: center;
}

.skill-holder {
    color: #fff;
    margin-bottom: 100px;
    display: inline-block;
    height: 400px;
    position: relative;
    width: 55px;
    margin-right: 30px;
    margin-left: 50px;
}

.skills-holder > div:first-of-type {
    margin-left: 0;
}

.skills-holder > div:last-of-type {
    margin-right: 0;
}

.skill-percent {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    bottom: -65px;
    left: 0px;
    transform: translateX(-10px);
}

.skill {
    width: 5px;
    height: 100%;
    background-color: rgba(202, 202, 202, 0.3);
    position: absolute;
}


.skill-fill {    
    background-color: #dc6041;
    position: absolute;
    bottom: 0;
}

@media screen and (min-width: 1020px) {

    .skill-fill {
        width: 30px !important;
    }

}

.skill-text span {
    font-size: 18px;
    line-height: 100%;
    position: absolute;
    bottom: 145px;
    left: -105px;
    transform: rotate(-90deg);
    width: 300px;
    text-align: left;
}



/* ===================================
    9. Milestones CSS
====================================== */

ul.milestones-holder {
    padding: 0;
    margin: 70px 0 35px 0;
    list-style: none;    
}

.elementor-widget ul.milestones-holder {
    margin: 15px 0;
}

ul.milestones-holder:after {
    content: "";
    display: block;
    clear: both;
}

li.milestone {
    float: left;
    position: relative;
    margin: 70px 65px 0;
    max-width: calc((100% - 350px) / 3);
    vertical-align: text-top;
    padding-left: 30px;
}

.elementor-widget li.milestone {
    max-width: 100%;
    margin: 30px 0;
    float: none;
}

li.milestone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 100;
    background-color: rgba(202, 202, 202, 0.3);
    width: 8px;
    height: 100%;
}

li.milestone:first-child {
    margin-left: 0;
}

li.milestone:nth-child(3n+1) {
    margin-left: 0;
}

li.milestone:nth-child(3n) {
    margin-right: 0;
}

li.milestone:nth-child(-n+3) {
    margin-top: 0;
}

p.milestone-num {
    font-size: 65px;
    line-height: 100%;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #dc6041;
}

p.milestone-text {
    color: #ffffff;
    margin: 0 auto;
}



/* ===================================
    10. Image PopUp (PreetyPhoto) CSS
====================================== */

div.pp_default .pp_loaderIcon {
    display: none !important;
}

div.pp_default a.pp_arrow_previous {
    background-image: url(../images/nav_left.png);
    background-size: 20px 20px;    
    width: 20px;
    height: 20px;
    margin-top: 5px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999999px;
    transition: transform .3s ease;
}

div.pp_default a.pp_arrow_next {
    background-image: url(../images/nav_right.png);
    background-size: 20px 20px;    
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999999px;
    transition: transform .3s ease;
}

div.pp_default a.pp_arrow_previous:hover {
    transform: translateX(-5px);
}

div.pp_default a.pp_arrow_next:hover {
    transform: translateX(5px);
}

div.pp_default .pp_close {
    background-image: url(../images/close.png);
    background-size: 30px 30px;
    margin-top: 5px;
    text-indent: -99999999px;
    font-size: 0;
    line-height: 0;    
}

div.pp_default .pp_next:hover {
    background: url(../images/nav_right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 20px;
}

div.pp_default .pp_previous:hover {
    background: url(../images/nav_left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 20px;    
}

div.pp_default .pp_nav .currentTextHolder {
    padding: 0 0 0 20px;
    color: #fff;
}

div.pp_default .pp_description {    
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: -30px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

a.video-popup-holder {
    position: relative;
    display: block;
    line-height: 0;
}

a.video-popup-holder:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(191, 181, 174, 0.2);
    position: absolute; 
    left: 0;
    top: 0;
    transition: opacity .3s ease;
}

a.video-popup-holder .thumb {
    width: 100%;
}

img.popup-play {
    position: absolute;
    top: 50%;
    left: 50%;
    top: calc(50% - 45px);
    left: calc(50% - 45px);    
    transition: opacity .2s linear;
    width: 90px !important;
    height: 90px !important;
}

a.video-popup-holder:hover:after {
    opacity: 0;
}



/* ===================================
    11. Portfolio Page CSS
====================================== */


#portfolio-wrapper {
    width: 1366px;
    margin-left: -98px;
}


.grid {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
}

.grid-sizer {
    width: 25%;
}

.grid-item {
    float: left;
    font-size: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

.grid-item.p_one_fourth {
    width: 25%;
}

.grid-item.p_one_half {
    width: 50%;
}

.grid-item.p_three_fourth {
    width: 75%;
}

.grid-item.p_one {
    width: 100%;
}

.grid-item img {
    width: 100% !important;
    height: auto;
    display: block;    
}

.grid-item .entry-holder {
    text-align: center;
    background-color: #fff;
    padding: 50px 20px;
}

.grid-item a.item-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #031e23;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.portfolio-text-holder {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}

.portfolio-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 170%;
    margin-bottom: 0;
}

.portfolio-desc {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.grid-item a.item-link:hover:after, 
.grid-item a.item-link:hover .portfolio-text-holder {
    opacity: 1;
}

.more-posts-portfolio-holder {
    min-height: 1px;
    margin-top: 100px;
}

.more-posts-portfolio-holder > a {
    margin-bottom: 0;
}

.more-posts-portfolio-holder.hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

body .site-wrapper .more-posts-portfolio {
    cursor: pointer;
}

body .site-wrapper .no-more-posts-portfolio, 
body .site-wrapper .more-posts-portfolio-loading {
    display: none;
    cursor: auto;
}

.portfolio-content h1 {
    font-size: 44px;
    color: #000;
    line-height: 130%;
}

.portfolio-load-content-holder {
    opacity: 0;
    transform: translateY(70px);
    transition: all .5s ease;
    width: 1170px;
    max-width: 75%;
    margin: 0 auto;
}

.portfolio-load-content-holder.show {
    transform: translateY(0);
    opacity: 1;
}

.portfolio-load-content-holder.show.viceversa {
    opacity: 0;
    transform: translateY(70px);
}

.portfolio-content-wrapper {
    display: none;
}

.portfolio-content-wrapper.show {
    display: block;
}

#portfolio-grid {
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
}

#portfolio-grid.hide {
    opacity: 0;
    transform: translateY(70px);    
}

.grid-item a.item-link.animate-plus:after, 
.ajax-portfolio.animate-plus .portfolio-text-holder {
    opacity: 1;
}

.close-icon {
    background-image: url(../images/close-left-arrow.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 20px;
    background-size: 40px;
    background-position: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    left: -100px;
    top: 20px;
}

.close-icon:hover {
    transform: translateX(-5px);
}

.portfolio-item-wrapper {
    margin-top: 100px;
    margin-bottom: 50px;
}



/* ===================================
    12. Social CSS
====================================== */

.social {
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
}

body .social a {
    color: #000 !important;
    transition: all .3s ease;
}

body .social a:hover {
    opacity: 0.5;    
}


/* ===================================
    13. Pricing Table CSS
====================================== */

.pricing-table {
    padding-bottom: 20px;
    background-color: #ffffff;
    margin-top: 30px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
}

.elementor-widget .pricing-table {
    margin: 0 auto;    
}

.pricing-wrapper {
    padding: 0 15%;
}

.pricing-table-title {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #113a3f;
    font-size: 28px;
    font-weight: 300;
    padding: 30px 15%;
    letter-spacing: 5px;
    margin-bottom: 45px;
}

.pricing-table-price {
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    line-height: 120%;
    color: #dc6041;
    font-weight: 900;
}

.pricing-table-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    color: #dc6041;
}

.pricing-table ul {
    padding: 0;
    list-style: none;
    margin-top: 60px;
}

.pricing-table ul li {
    padding: 10px 0;
}

.pricing-list span.fa {
    color: #dc6041;
    margin-right: 25px;
    font-size: 25px;
}

.pricing-list.included-no, 
.pricing-list.included-no span.fa {
    color: gray;
}

.pricing-list.included-no span.fa:before {
    content: "\f00d";
} 

.pricing-table-content-holder {
    margin-bottom: 40px;
}

.pricing-button {
    text-align: center;
    padding: 0 5%;
}

.pricing-button .button:after {
    display: none;
}



/* ===================================
    14. Responsive CSS
====================================== */

@media screen and (max-width: 1366px) { 

    #portfolio-wrapper {
        width: 100%;
        margin-left: auto;
    }

    .blog-holder-scode {
        width: 100%;
        transform: none;    
    }

    .blog-item-holder-scode {
        width: 30%;
        margin-right: 5%;
    }

    .blog-item-holder-scode h4 a {
        font-size: 32px;
    }
}

@media screen and (max-width: 1024px)
{

    .page-template-elementor_header_footer .elementor {
        padding: 70px 0;
    }
    
    .one_half,  
    .one_third,  
    .two_third,  
    .one_fourth,
    .three_fourth {
        margin-right: 6%;   
    }

    .one_half {
        width: 47%;
    }

    .one_third {
        width: calc(88% / 3);
    }

    .two_third {
        width: calc(194% / 3);
    }

    .one_fourth {
        width: calc(82% / 4);
    }

    .three_fourth {
        width: calc(318% / 4);
    }

    .pricing-wrapper {
        padding: 0 9%;
    }

    .portfolio-text-holder {
        left: 20px;
        bottom: 20px;
    }

    p.milestone-num {
        font-size: 60px;
    }

}


@media screen and (max-width: 1020px) {    

    .page-title-holder {
        text-align: center;
    }

    .one_half, 
    .one_third, 
    .one_fourth, 
    .two_third, 
    .three_fourth {
        width: 100% !important;
        float: none;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center;
    }

    .margin-0 img {
        width: 100% !important;
    }

    .big-title {
        font-size: 40px;
        line-height: 115%;
    }

    .grid-item, 
    .grid-sizer {
        width: 100% !important;
    } 

    .button-holder {
        text-align: center !important;
    }
    
    .service-holder {
        text-align: center;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .elementor-widget .service-holder {
        text-align: inherit;
        max-width: 100%;
        margin: 0;
    }

    .service-txt {
        margin: 0 auto;
    }    

    .no-page-title .section-wrapper {
        padding: 65px 0 35px 0;
    }

    .medium-text {
        font-size: 40px;
        line-height: 105%;
        text-align: center;
        padding-bottom: 25px;
    }

    .portfolio-load-content-holder {
        max-width: 100%;        
        padding-top: 15px;
        margin-top: 35px;
    }

    .close-icon {
        top: -68px;
        right: auto;
        left: 50%;
        margin-left: -35px;
    }

    .pricing-table {
        margin-bottom: 100px;
        text-align: center;
    }

    .pricing-table ul {
        text-align: left;
        transform: translateX(25px)
    }

    .member {
        margin: 35px auto !important;
    }

    .member img {
        display: block;
        margin: 0 auto;        
    }

    .member-info {
        display: block;
        margin: 0 auto !important;
        padding: 10% 3% 0;
        text-align: center;
    }

    .member-social-holder {
        padding: 20px 10px;
        left: 0 !important;
        display: inline-block;
        bottom: 0 !important;
        position: relative;
        margin-top: 15px;
    }

    .member-social-holder > div {
        display: inline-block;
        margin: 0 15px;
    }

    .skill-holder {
        margin-bottom: 100px;
        display: block;
        height: auto;
        position: relative;
        width: 100%;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 45px;
    }

    .skill-percent {
        font-size: 35px;
        top: 0;
        bottom: auto;
        transform: none;
        position: relative;
        text-align: left;
    }

    .skill-text span{
        left: 0;
        bottom: auto;
        transform: none;
        width: auto;
        position: relative;
        display: block;
        padding: 5px 0;
    }

    .skill {
        width: 100%;
        height: 20px;
        position: relative;
    }

    .skill-fill {
        height: 100% !important;
    }

     li.milestone {
        margin: 70px 13px 0;
        max-width: calc((100% - 52px) / 3);
    }    

    li.milestone:last-child {
        margin-bottom: 0;
    }

    li.milestone > div {
        width: 100% !important;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    p.milestone-num {
        font-size: 65px;
    }

    li.milestone h5 {
        max-width: 100%;
        margin-top: 20px;
    }

    .portfolio-item-wrapper {
        margin-top: 50px;
    }

}

@media screen and (max-width: 767px) { 

    .blog-item-holder-scode {
        display: block;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto !important;
        max-width: 360px;
    }

    .blog-item-holder-scode .post-thumbnail {
        margin-top: 70px;
    }

    .blog-holder-scode > article:first-of-type .post-thumbnail {
        margin-top: 0;   
    }

    .latest-posts-background-featured-image-holder {
        height: 300px;
    }

    .member-name {
        font-size: 35px;
    }

    .member-content {
        font-size: 16px;
        line-height: 170%;
    }

    .member-postition {
        font-size: 13px;
    }   

    .member-image-holder:after {
        display: none;
    }

    .text-slider-wrapper .text-slide {
        font-size: 20px;
    }

    .text-slider-wrapper .text-slide-name {
        display: block;
        margin-bottom: 5px;
    }

    .text-slider-wrapper .text-slide-position {
        display: block;
        font-size: 14px;
        line-height: 125%;
    }  

    li.milestone {
        width: 100%;
        margin-bottom: 60px;
        display: block;
        max-width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none;
    }     

}

@media screen and (max-width: 600px) { 

    .big-title br,
    .medium-text br,
    .site-description br {
        display: none;
    }    

}