
body {
    font-family: 'Ruda', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #888;
   line-height: 30px;
    text-align: center;
}

strong { font-weight: 600; }

a, a:hover, a:focus {
    color: #f4821f;
    text-decoration: none;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-family: 'Ruda', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    color: #f4821f;
}
h2{
    font-size: 36px !important;
}
h3 {
    margin-top: 10px;
    font-family: 'Ruda', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
    font-size: 17px;
    line-height: 32px;
}

.colored-text { color: #f4821f; }

::-moz-selection { background: #f4821f; color: #fff; text-shadow: none; }
::selection { background: #f4821f; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 50px;
}

.section-container-gray-bg {
    background: #f8f8f8;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
    color: #fff;
}

.section-container-image-bg .divider-1 span {
    border-color: #fff;
}

.first-page .section-description, .section-description {
    /*margin-top: 30px;*/
    /*padding-bottom: 10px;*/
}
.first-page .section-description{
    /*margin-top: 40px;*/
    padding-bottom: 0px;
}
.first-page .section-description h2, .section-description h2{
    /*margin-bottom: -0.5rem;*/
    font-size: 36px;
}
.first-page .section-description h2 {
    margin-bottom: 20px !important;
    margin-top: 20px;
    font-size: 42px !important;
}
.section-description p {
    margin-top: 20px;
    padding: 0 120px;
}
.section-container-image-bg .section-description p {
    opacity: 0.8;
}

.section-bottom-button {
    padding-top: 60px;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 0 28px;
    background: #9b59b6;
    background: rgba(155, 89, 182, 0.7);
    border: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active, .btn-link-1:active:focus,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #9b59b6;
    background: rgba(155, 89, 182, 0.9);
    outline: 0;
    color: #fff;
    box-shadow: none;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 0 28px;
    background: #333;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #333; background: rgba(0, 0, 0, 0.4); outline: 0; color: #fff; box-shadow: none;
}

.btn-link-3 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 0 28px;
    background: none;
    border: 0;
    border-bottom: 2px solid #9b59b6;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #9b59b6;
    border-radius: 0;
    transition: all .3s;
}
.btn-link-3:hover, .btn-link-3:focus, .btn-link-3:active, .btn-link-3:active:focus,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active:focus {
    padding: 0 10px;
    background: none;
    border: 0;
    border-bottom: 2px solid #9b59b6;
    outline: 0;
    color: #9b59b6;
    box-shadow: none;
}


/***** Divider *****/

.divider-1 span {
    display: inline-block;
    width: 200px;
    border-bottom: 1px dashed #ccc;
}


/***** Top menu *****/

.navbar {
    background: rgba(100, 100, 100, 0.9);
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
    backface-visibility: hidden;
}
.navbar.navbar-no-bg .navbar-nav {display: none}
.navbar.navbar-no-bg { background: #444; background: rgba(0, 0, 0, 0.0); }
.navbar.navbar-no-bg .navbar-brand {
    line-height: 80px;
    background-size: 80px 80px;
    padding-left: 90px;

}
.navbar-dark .navbar-nav { font-size: 19px; color: #fff; font-weight: 600;}
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar.navbar-no-bg .nav-link:hover { color: #f4821f; }
.navbar-dark .navbar-nav .nav-link:focus, .navbar.navbar-no-bg .nav-link:focus { color: #f4821f; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }


.navbar-brand {
    color: #f4821f !important;
    padding-left: 60px;
    line-height: 40px;
    /*width: 280px;*/
    /*height: 136px;*/
    background: url(../img/logo-notext.png) left center no-repeat;
    background-size: 50px;
    border: 0;
    /*text-indent: -99999px;*/
}


/***** Top content *****/

.top-content {
    /*padding: 210px 0;*/
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    margin-top: 25px;
    color: #fff;
}

.top-content .description {
    margin: 30px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
    margin-top: 45px;
}

.services-box {
    margin-top: 30px;
    text-align: left;
}

.services-box .services-box-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    border-radius: 28px;
    
    background: #9b59b6; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffb24b 0%, #9b59b6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#9b59b6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffb24b 0%,#9b59b6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#9b59b6',GradientType=0 ); /* IE6-9 */
}

.services-box h3 {
    padding: 0 0 10px 0;
}


/***** About us *****/

.about-us-box {
    margin-top: 100px;
}

.about-us-box-text {
    padding-right: 30px;
    text-align: left;
}

.about-us-box-text h3 {
    margin-top: 0;
}

.about-us-box-text .medium-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-us-box-text a { border-bottom: 1px dashed #9b59b6; }
.about-us-box-text a:hover, .about-us-box-text a:focus { border: 0; }

.about-us-box-img img {
    border-radius: 4px;
}


/***** More services *****/

.more-services-box {
    margin-top: 30px;
    text-align: left;
}

.more-services-box .more-services-box-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    font-size: 28px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 22px;
    
    background: #9b59b6; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffb24b 0%, #9b59b6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#9b59b6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffb24b 0%,#9b59b6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#9b59b6',GradientType=0 ); /* IE6-9 */
}

.more-services-box h3 {
    margin-top: 0;
    padding: 0 0 10px 0;
}


/***** Call to action *****/

.call-to-action-container .section-bottom-button {
    padding-top: 30px;
}


/***** Portfolio *****/

.portfolio-box {
    padding-top: 30px;
    text-align: left;
}

.portfolio-box-image {
    overflow: hidden;
    border-radius: 4px;
}

.portfolio-box-image img {
    -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.portfolio-box-image:hover img {
    -o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.portfolio-box h3 {
    margin-top: 30px;
}
.portfolio-box h3 a { color: #555; }
.portfolio-box h3 a:hover, .portfolio-box h3 a:focus { color: #9b59b6; }

.portfolio-box h3 i {
    padding-left: 10px;
    color: #ccc;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.portfolio-box h3:hover i { padding-left: 15px; }

.portfolio-box-date {
    padding-bottom: 10px;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
}

.portfolio-box-date i {
    padding-right: 5px;
    color: #ddd;
}

.portfolio-container .section-bottom-button {
    padding-top: 40px;
}


/***** Testimonials *****/

.testimonials-container {
    padding-bottom: 70px;
}

.testimonial-list {
    margin-top: 30px;
    text-align: center;
}

.testimonial-list .testimonial-image img {
    max-width: 160px;
    border-radius: 4px;
}

.testimonial-list .testimonial-text {
    margin-top: 30px;
    opacity: 0.8;
}

.testimonial-list .testimonial-text a {
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs {
    margin-top: 45px;
    border: 0;
    justify-content: center;
}

.testimonial-list .nav-tabs li {
    margin-left: 10px;
    margin-right: 10px;
}

.testimonial-list .nav-tabs li a {
    width: 16px;
    height: 16px;
    padding: 0;
    background: none;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .nav-tabs li a:hover,
.testimonial-list .nav-tabs li a:focus {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li a.active,
.testimonial-list .nav-tabs li a.active:focus {
    background: #9b59b6; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffb24b 0%, #9b59b6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#9b59b6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffb24b 0%,#9b59b6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#9b59b6',GradientType=0 ); /* IE6-9 */
    
    border: 0;
}


/***** Blog *****/

.blog-box {
    margin-top: 30px;
    text-align: left;
}

.blog-box-image {
    margin-top: 8px;
    overflow: hidden;
    border-radius: 4px;
}

.blog-box-image img {
    -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.blog-box-image:hover img {
    -o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.blog-box h3 {
    margin-top: 0;
}
.blog-box h3 a { color: #555; }
.blog-box h3 a:hover, .blog-box h3 a:focus { color: #9b59b6; }

.blog-box h3 i {
    padding-left: 10px;
    color: #ccc;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.blog-box h3:hover i { padding-left: 15px; }

.blog-box-date {
    padding-bottom: 10px;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
}

.blog-box-date i {
    padding-right: 5px;
    color: #ddd;
}

.blog-container .section-bottom-button {
    padding-top: 40px;
}


.carousel-item {
    height: 70vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 7px solid #f4821f;
}

.carousel-item-free {
    height: unset;
    min-height: auto;
    background: none;
}
.carousel-caption {bottom: 0 !important;}
.quote-height-fix:hover {
    -webkit-transform: scale3d(1.20,1.20,1.20);
    transform: scale3d(1.20,1.20,1.20);
}
.quote-height-fix.disabled{
    -webkit-transform: none;
    transform: none;
}
.quote-height-fix {
    -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s; /* Safari */
    transition: width 0.3s, height 0.3s, transform 0.3s;
    border: 5px solid transparent;
    margin-bottom: 30px;
}
.quote-height-fix a {
    outline: 0;
    color: #888;
}
a.inactive {
    color: #888 !important;
}
a.inactive:hover {
    color: #f4821f !important;
}

.quote-height-fix p{
    overflow: hidden;
    display: block;
    height: 72px;
    text-align: justify;
    line-height: 18px;
}

.quote-border {
    border: 5px solid #f4821f;
    border-radius: 20px;
}
.quote-height-fix {display: inline-block;}
.quote-height-fix:before {
    content: " ";
    position: absolute;
    top:100%;
    width: 34px;
    height: 34px;
    background-image: url("../img/anchor.png");
    background-color: #fff;
    background-repeat: no-repeat;
}
.bgd6:before{background-color: #d6d6d6}
.bgf:before{background-color: #ffffff}

@media only screen and (max-width: 600px) {
    .display-4 {
        font-size: 16px !important;
    }

    .quote-border {
        border: 5px solid #f4821f;
        border-radius: 20px;
    }
    .quote-height-fix:before {
        content: " ";
        position: absolute;
        top:100%;
        width: 34px;
        height: 34px;
        background-image: url("../img/anchor.png");
        background-color: #fff;
        background-repeat: no-repeat;
    }
    .bgd6:before{background-color: #d6d6d6}
    .bgf:before{background-color: #ffffff}
    .navbar-brand {background-size: 45px !important;font-size: 0.9rem;padding-left: 53px}
}

.quote-height-fix h2 {
    white-space: nowrap;
    overflow: hidden;
}
.quote-height-fix h3 {
    color: #f4821f;
}

footer {
    background: #4a4a4a;
    color: #aaa;
    text-align: left;
    border-top: 7px solid #c9c9c9;
    font-size: 19px;
}
footer a {
    color:#aaa
}

footer > .container {
    margin-top: 50px;
    padding-bottom: 50px;
}
.footer-menu, .footer-menu>li ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu>li {
    list-style: none;
    margin: 0 5% 0 0;
    float: left;
    padding: 0;
}
.footer-menu>li ul {
    color: #fff;
    font-size: 15px;
}
.footer-menu>li ul li{
    list-style: none;
    margin: 0 5% 0 0;
}
.footer-menu>li ul li i {
    display: inline-block;
    width: 20px;
}
.footer-menu>li ul li:last-child {
    font-size: 19px;
}
.bottom-arrow, .top-arrow {
    margin-left:40%;  width: 34px; height: 34px; background-image: url("../img/anchor-full.png"); margin-top:-5px;
}
.top-arrow {
    background-image: url("../img/anchor-full-top.png");
    margin-left:40%;
    margin-bottom: -5px;
}
.bottom-arrow-white {
    margin-left:50%;  border-top: 30px solid #fff;
}
.bottom-arrow-c9 {
    margin-left:50%;  width: 34px; height: 34px; background-image: url("../img/anchor-full-c9.png"); margin-top:-5px;
}
.first-page .billboard-image, .billboard-image {
    width: 100%; /*border-bottom: 7px solid #f4821f; */border-top: 7px solid #f4821f;
}
.first-page .billboard-image{
    width: 100%; border-bottom: 7px solid #f4821f; border-top: 7px solid #f4821f;
}
.bgd6, .bgd6d6d6{
    background-color: #d6d6d6
}
.page-container {margin-top: 100px}
.content-box > div:last-child {
    /*background-color: #d6d6d6;*/
}.content-box > div:first-child  {
    /*padding-top: 50px;*/
}
.pro-nav {
    padding-left:0 !important;
    padding-right:0 !important;
}
.pro-nav img {
    border: 5px solid #f4821f;
    height: 25vh;
}

.pro-nav h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.offset-1-5{
    margin-left: 12.4999995% !important;
}

.bgf {background-color: #ffffff;}

.blb-desc h1{
    text-align: justify;
    color: #888;
    line-height: 40px;
   font-size: 23px;
}


.flipcard {
  position: relative;
  perspective: 500px;
  width: 100%;
  height: 100%;
}
.flipcard.h:hover .front, .flipcard.h.flip .front{
  transform: rotateY(180deg);
}
.flipcard.h:hover .back, .flipcard.h.flip .back{
  transform: rotateY(0deg);
}
.flipcard.h .back{
  transform: rotateY(-180deg);
}
.flipcard .front, .flipcard .back {
  position:absolute;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  padding: 10px;
  backface-visibility: hidden;
}
.tal{text-align: left;}

/*.services-box.col-md-4{max-width: 30% !important;}*/
