/* -----------------
website for SCIT company
All rights reserved
-------------------- */

/* -------------------
Start Global style
--------------------- */
@font-face {
    src: url('../fonts/STC Light.ttf');
    font-family: 'stc';
}

@font-face {
    src: url('../fonts/STC Bold.ttf');
    font-family: 'stc-bold';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'comic sans ms', 'stc-bold', serif !important;
}

p, a, li, label, input, button, address, div {
    line-height: 1.55;
    color: #333;
    font-size: 400;
    font-family: 'comic sans ms', 'stc' !important;
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 30px;
    margin-bottom: 65px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* our elements */
.btn {
    background-color: #228b22;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
}

.btn:hover {
    background-color: #ffa339;
    color: #000;
}

.btn:focus {
    color: #000;
    border: none;
}

.btn-ghost {
    border: 3px solid #fff;
    background-color: transparent;
}

.btn-ghost:hover {
    background-color: #fff;
    color: #199EB8;
}

section {
    padding: 85px 0;
}

.card {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
}

a:hover {
    text-decoration: none !important;
}

.scrolltop {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffa339;
    color: #fff;
    text-align: center;
    font-size: 24px;
    z-index: 1000;
    cursor: pointer;
    cursor: pointer;
}

.scrolltop span {
    color: #FFF;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
    color: #000 !important;
    opacity: .75;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
    font-size: 32px;
    color: #23103A;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ffa339;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

.page-title {
    padding-top: 10px;
    padding-bottom: 50px;
}

.page-title h1 {
    position: relative;
    font-size: 45px;

}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffa339;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 163, 57, 0.25);
}

/* Section with background
--------------------------------*/
/* -------------------
End Global style
--------------------- */

/* -------------------------
  Header Styling
------------------------------- */
#header {
    background: #282D4F;
    height: 70px;
}

#header #logo {
    margin: 14px 25px 0 0;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

@media (max-width: 768px) {
    #header {
        height: 50px;
    }

    #header #logo {
        margin: 10px 0 0 0;
    }

    #header #logo h1 {
        padding: 2px 0;
        font-size: 26px;
    }

    #header #logo img {
        max-height: 30px;
    }
}

#header .social-nav {
    margin-top: 15px;
}

#header .social-nav a {
    font-size: 24px;
    margin-left: 15px;
    color: #fff;
}

#header .social-nav a:hover {
    color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu > li.active a {
    color: #ffa339 !important;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
    background-color: rgba(40, 45, 79, 0.8) !important;
}

.nav-menu ul li a {
    color: #ffa339 !important;
}

.nav-menu .log {
    cursor: pointer;
    color: #FFF;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 22px 15px 18px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    outline: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-menu a {
        font-size: 12px;
    }
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
    color: rgba(255, 255, 255, 0.75);
}

.nav-menu ul {
    margin: 4px 0 0 15px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
    background: #fff;
    border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li:hover {
    background: #199EB8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-menu ul li a {
    color: #333;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px 15px;
}

.nav-menu ul li a:hover {
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

.nav-menu a.lang {
    color: #FFF;
    cursor: pointer;
}

.nav-menu a.lang:hover {
    color: rgba(255, 255, 255, 0.75);
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 8px 10px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
    cursor: pointer;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #199EB8;
}

#mobile-nav ul .menu-item-active {
    color: #199EB8;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

.why-heading {
    margin: 15px 0;
    text-transform: none;
}

.single-g:hover {
    box-shadow: 0 0 10px 4px rgba(76, 76, 76, 0.41);
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 420px;
    background: #000;
    padding-top: 0 !important;
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-content {
    text-align: center;
}

#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

@media (max-width: 768px) {
    #intro h2 {
        font-size: 28px;
    }
}

#intro p {
    font-size: 25px;
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

#intro .carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #ff7e61;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #ff7e61;
}

/* ---------------------
 About Us Section
--------------------------------*/
#about {
    background: url("../images/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

#about .container {
    position: relative;
    z-index: 10;
}

.about-cols > div {
    margin-bottom: 20px;
}

#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    height: 100%;
}

#about .about-col:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#about .about-col .img {
    position: relative;
}

#about .about-col .img img {
    border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #ffa339;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc(50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#about .about-col:hover .icon {
    background-color: #fff;
}

#about .about-col:hover i {
    color: #ffa339;
}

#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#about .about-col h2 a {
    color: #000;
}

#about .about-col h2 a:hover {
    color: #18d26e;
}

#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}

/* ----------------------
 Services
------------------------------- */
.service-box {
    background: #fff;
    border-bottom: 2px solid #f7f7f7;
    padding: 40px 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.service-box:hover {
    margin-top: -20px;
    border-bottom: 2px solid #ffa339;
}

.service-icon {
    margin-bottom: 20px;
}

.service-desc h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #282D4F;
    font-size: 18px;
    margin-bottom: 10px;
}

.service-desc .divider-header {
    margin-bottom: 30px;
}

/* -----------------------
   Great- Started Style
   ------------------------ */
.great-started {
    background: url("../images/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

.great-started::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 0;
}

.great-started .great-started-text h4 {
    color: #3e1d6d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.great-started .great-started-text h2 {
    color: #444444;
    font-size: 30px;
    margin: 25px;
    text-transform: uppercase;
}

.great-started .great-started-text .btn-common {
    text-transform: uppercase;
    background-color: #A0204C !important;
}

/* -------------------------
 Contact Section
--------------------------------*/
#contact {
    padding: 60px 0;
    background: #f7f7f7;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #3e2ca3 !important;
}

#contact .contact-info address, #contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3e1d6d;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #73b935;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

/* -------------------------
 Footer Section
--------------------------------*/

#footer {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 0 20px;
    background-color: #282D4F;
    background-size: cover;
}

#footer .footer-about h3 {
    font-size: 26px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 100;
    text-transform: uppercase;
    color: #ffa339;
}

#footer p {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    color: #dce1e2;
}

#footer .social-links {
    padding-bottom: 20px;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #ffa339;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .map iframe {
    max-width: 100%;
}

#footer .social-links a:hover {
    background: #ffa339;
    color: #fff;
}

#footer .info {
    color: #333333;
}

#footer .info > div {
    margin-bottom: 30px;
}

#footer .info i {
    font-size: 32px;
    color: #ffa339;
    float: left;
    line-height: 1;
}

#footer .info p {
    padding: 0 0 10px 42px;
    line-height: 28px;
    font-size: 14px;
}

#footer .copyright {
    color: #FFF;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 767px) {
    #footer .container > .row {
        text-align: center;
    }

    #footer .info {
        margin-top: 20px;
    }

    #footer .info p {
        padding: 0 0 10px 0px;
    }

    #footer .info i {
        float: none;
    }

    #footer .info > div {
        margin-bottom: 10px;
    }
}

.partner {
    border: 1px solid #ffa339;
    margin: 0 10px;
    border-radius: 10px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.partner:hover {
    transform: scaleX(1.05);
}

.owl-carousel .owl-item img {
    margin-bottom: 15px;
}

.partner-name {
    height: 52px;
    overflow: hidden;
}

/* ======================================================
=======================================================
  Gallery page
  =============================================
  ==================================================== */

/* Gallery Section
--------------------------------*/
#gallery {
    padding: 60px 0 60px 0;
}

#gallery .container-fluid {
    padding: 0px;
}

#gallery .gallery-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#gallery .gallery-item .overlay1, #gallery .gallery-item .overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: none;
}

#gallery .gallery-item .overlay1 {
    background-color: rgba(63, 76, 125, 0.9);;

}

#gallery .gallery-item .overlay2 {
    background-color: #ffa339;
}

#gallery .gallery-item:hover .overlay1, #gallery .gallery-item:hover .overlay2 {
    display: block;
}

#gallery .gallery-item span {
    position: absolute;
    left: 170px;
    top: 100px;
    color: #bdefc9;
    display: none;
}

#gallery .gallery-item:hover span {
    display: block;
}

#gallery .gallery-item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

#gallery .gallery-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#gallery ul {
    margin-top: 35px;
}

#gallery ul li {
    display: inline-block;
    padding: 10px;
    border: 2px solid #49972b;
    border-radius: 5px;
    margin-right: 8px;
    color: #49972b;
    margin-bottom: 10px;
}

#gallery ul li.all:hover {
    cursor: pointer;
    background-color: #49972b;
    color: #fff;
}

#gallery ul li.team:hover {
    cursor: pointer;
    background-color: #ff6915;
    color: #fff;
}

#gallery ul li.company:hover {
    cursor: pointer;
    background-color: #282d4f;
    color: #fff;
}

#gallery ul li.selected.all {
    background-color: #49972b;
    color: #FFF;
}

#gallery ul li.selected.company {
    color: #FFF;
    background-color: #282d4f;
    border: none;
}

#gallery ul li.selected.team {
    color: #FFF;
    background-color: #ff6915;
    border: none;
}

/*=======================================================
==============================================
  Hosting page
  =============================================
  ==================================================== */

/* Hosting Section
--------------------------------*/
#hosting {
    background-size: cover;
}

#hosting .card {
    position: relative;
    max-width: 330px;
    height: auto;
    background: linear-gradient(-45deg, #fe0847, #feae3f);
    /*border-radius: 15px;*/
    margin: 20px auto;
    padding: 30px 20px;
    transition: .5s;
    /*box-shadow: 0 10px 15px;*/
}

#hosting .card:hover {
    transform: scale(1.08);
}

#hosting .card:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 40%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
}

#hosting .card a {
    position: relative;
    z-index: 2;
    background-color: #FFF;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 2px auto;
    font-size: 18px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    cursor: pointer;
}

#hosting .col-md-4:nth-child(2) .card, #hosting .col-sm-4:nth-child(2) .card .title .fa {
    background: linear-gradient(-45deg, #f3d49a, #ff0c0c);
}

#hosting .col-md-4:nth-child(3) .card, #hosting .col-sm-4:nth-child(3) .card .title .fa {
    background: linear-gradient(-45deg, #4cfd4c, #fb9124);
}

#hosting .col-md-4:nth-child(4) .card, #hosting .col-sm-4:nth-child(4) .card .title .fa {
    background: linear-gradient(-45deg, #926df5, #252888);
}

#hosting .row-title h2 {
    color: #0c0539;
    margin-top: 20px;
}

#hosting .card .title .fa {
    color: #96f0bd;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
}

#hosting .card .title h2 {
    position: relative;
    margin: 20px 0;
    padding: 0;
    color: #FFF;
    z-index: 2;
    font-size: 20px;
}

#hosting .card .price h4 {
    margin: 0;
    padding: 5px 0;
    color: #FFF;
    font-size: 58px;
}

#hosting .card .price h4 sub {
    font-size: 15px;
}

#hosting .card .options {
    position: relative;
    z-index: 2;
}

#hosting .card .options ul {
    margin: 0 19%;
    padding: 10px 0;
    text-align: left;
}

#hosting .card .options ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

#hosting .card .options ul li i {
    margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #hosting .card .title h2 {
        font-size: 17px;
    }

    #hosting .card .options ul {
        margin: 0 0 !important;
    }

    #hosting .card .price h4 {
        font-size: 30px;
    }

    #hosting .card .price h4 sub {
        font-size: 11px;
    }
}

/* =========================
===========================
Services page
===========================
=============================*/
#our-services {

}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #173ed0;
}

.timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
    display: table;
    content: ' ';
}

.timeline > li:after {
    clear: both;
}

.timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li .timeline-image {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #ffa339;
    border-radius: 100%;
    background-color: #282d4f;
}

.timeline > li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: #282d4f;
    font-size: 30px;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
    font-size: 22px;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
    margin-bottom: 30px;
    color: #3f4c7d;
}

.timeline .timeline-body a {
    position: relative;
    z-index: 2;
    background-color: #ffa339;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    float: left;
    cursor: pointer;
}

.timeline .timeline-body a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px;
    }

    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: left;
    }

    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }

    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }

    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

/* =========================
===========================
Portfolio page
===========================
=============================*/
#portfolio {
    background: url(../images/call-to-jaction-bg.jpg) no-repeat fixed;
    background-size: cover;

}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(63, 76, 125, 0.9);
    border-radius: 20px;
}

#portfolio .portfolio-item .portfolio-link img {
    border-radius: 20px;
    background-color: white;
    /*padding: 30%;*/
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    /*background-color: #fff;*/
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.animated.animatedModal-on {
    background: #e6ffff !important;
}

#btn-close-modal {
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #282D4F;
}

.portfolio-modal {
    padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw;
}

.portfolio-modal .modal-content {
    padding: 30px 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    font-size: 29px;
    margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
    color: #053439;
}

.portfolio-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
    cursor: pointer;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 0;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: transparent;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    z-index: 1052;
    width: 1px;
    height: 75px;
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #212529;
}

/* =========================
===========================
Team page
===========================
=============================*/
/* Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 60px 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #000;
    position: relative;
}

#team .member .member-info {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

#team .member .member-info-content {
    margin-top: -50px;
    transition: margin 0.2s;
}

#team .member:hover .member-info {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: 0.4s;
}

#team .member:hover .member-info-content {
    margin-top: 0;
    transition: margin 0.4s;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    transition: none;
    color: #fff;
}

#team .member .social a:hover {
    color: #18d26e;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/* =========================
===========================
Login modal page
===========================
=============================*/
/*login modal */
@media (min-width: 700px) {
    #login .modal-dialog, .modal-select .modal-dialog {
        padding-top: 40px;
    }
}

#login .modal-content, .modal-select .modal-content {
    background-color: rgba(40, 45, 79, .9);
    position: relative;
    border-radius: 5px;
}

.modal-content .modal-header h5 {
    margin: 0;
    padding: 0 0 20px;
    color: #FFF;
    text-align: center;
}

.modal-content .modal-footer .btn {
    border-radius: 8px;
    background-color: #ffa339;
    color: #000;
    padding: 5px !important;
    font-weight: 100;
}

.modal-content .modal-footer .btn:hover {
    cursor: pointer;
    background: #ff8a1b;
    color: #262626;
}

.modal-content .modal-header img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(-100px / 2);
    left: calc(50% - 50px);
    transform: scale(.63);
}

@media (max-width: 576px) {
    .modal-content .modal-header img {
        display: none;
    }
}

.modal-content .modal-header .close {
    font-size: 33px;
}

.modal-body p {
    margin: 0;
    padding: 0;
    color: #fff;
}

.modal-body input {
    width: 100%;
    margin-bottom: 20px;
}

.modal-body input[type="text"],
.modal-body input[type="password"] {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}

::placeholder {
    color: rgba(255, 255, 255, .5);
}

.modal-body input[type="submit"], .modal-body .signup {
    width: 40%;
    border: 1px solid #ffa339;
    outline: none;
    height: 40px;
    color: #FFF;
    font-size: 16px;
    background: no-repeat;
    cursor: pointer;
    border-radius: 3px;
    margin: 10px 15px;
}

@media (max-width: 435px) {
    .modal-body input[type="submit"], .modal-body .signup {
        width: 90%;
    }
}

.modal-body input[type="submit"]:hover, .modal-body .signup:hover {
    background: #ffa339;
    color: #262626;
}

/* =========================
===========================
select package modal
===========================
=============================*/

.select2-container--default .select2-selection--single {
    background: none;
}

.select2-dropdown {
    border: 1px solid #d9d9d9;
    background: rgba(40, 45, 79, .95);
    color: #FFF;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #bbb;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFF;
}

.select2-results__option {
    color: #fff;
}

.select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single:focus,
.select2-dropdown:active,
.select2-dropdown:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #D0AA5F;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ffa339;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #3f567d;
    color: #000;
}

.select2-selection {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #555555;
    font-size: 16px;
    text-transform: none;
    outline: 0;
    min-height: 45px;
    text-align: left;
}

.select2-selection .select2-selection__rendered {
    margin: 7px;
}

.select2-selection .select2-selection__arrow {
    margin: 7px;
}

.select2-search__field {
    outline: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.select2-search__field:focus, .select2-search__field:active {
    outline: none !important;
}

.select2-container {
    width: 100% !important;
}

.select2-search--dropdown {
    display: none;
}

.modal-select input[type="submit"] {
    width: 100%;
    background: none;
    color: #fff;
    border: 1px solid #ffa339;
    margin: 10px 0 0 0;
    border-radius: 3px;
}

.modal-select input[type="submit"]:hover {
    background: #ffa339;
}

.modal-select p, .modal-select .select-field {
    margin-bottom: 10px;
}

.modal-select textarea, .modal-select p {
    width: 100%;
    background: none;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
}

#select-package textarea:select {
    border: 1px solid #ffa339;
}

.modal-select p {
    border: 1px solid #bbb;
    margin-top: 10px;
}

/* =========================
===========================
SignUp page
===========================
=============================*/
.notes {
    margin: 50px auto;
}

#signup button {
    cursor: pointer;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .field-label-responsive {
        padding-top: .5rem;
        text-align: right;
    }
}

/* =========================
===========================
post page
===========================
=============================*/

.comments-container {
    margin: 10px auto 15px;
    width: 100%;
}

.comments-container h1 {
    font-size: 36px;
    color: #283035;
    font-weight: 400;
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}

.comments-list {
    margin-top: 30px;
    position: relative;
    padding-left: 0;
}

.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
    width: 100%;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after, .comments textarea:before, .comments textarea:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #e9e9e9;
    top: 8px;
    left: -11px;
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, 0.05);
    left: -12px;
}

.reply-list .comment-box {
    width: 100%;
}

.comment-box .comment-head {
    background: #e9e9e9;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    color: #283035;
    font-size: 16px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #e9e9e9;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.comments textarea {
    position: relative;
    margin: 10px 0;
    background: #e9e9e9;
}

.comments textarea:focus {
    border: 1px solid #ffa339;
    box-shadow: none;
    background: #fff;
}

.comments input[type="submit"] {
    background: #282D4F;
    border: none;
    outline: none;
    border-radius: 3px;
    color: #FFF;
    padding: 10px 20px;
}

.comments input[type="submit"]:hover {
    background: #242447;
    cursor: pointer;
    color: #ffa339
}

.orders-container {
    max-height: 800px;
    overflow-x: auto;
    padding: 0;
}

@media (min-width: 768px) {
    .orders-container {
        border-right: 1px solid #282D4F;
    }
}

ul.orders {
    margin-top: 0;
    list-style-type: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-left: 0;
}

ul.orders li {
    padding: 10px 20px;
    border-bottom: 1px solid #b4c0d9;

}

ul.orders li:hover {
    cursor: pointer;
    background: #ddd;
}

ul.orders li.selected {
    background-color: #ffa339;
    color: #FFF;
}

ul.orders li span.order-date {
    float: right;
}

h3.orders-title {
    padding: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    position: relative;
}

h3.orders-title i {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}

@media (min-width: 768px) {
    h3.orders-title {
        background: #e9e9e9;
    }
}

@media (max-width: 767px) {
    h3.orders-title {
        border-bottom: 1px solid #ffa339;
        cursor: pointer;
    }

    h3.orders-title i {
        display: inline;
    }

}

@media (max-width: 350px) {
    h3.orders-title i {
        right: 0;
    }
}

.order-body .order-name {
    color: #283035;
    font-size: 20px;
    font-weight: 700;
    float: left;
}

.order-body span.order-date {
    float: right;
    color: #444;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.order-body .order-notes {
    margin: 25px 0px;
}

.order-body {
    margin-bottom: 50px;
}

@media (max-width: 425px) {
    input::placeholder {
        font-size: 12px;
    }

    :-ms-input-placeholder {
        font-size: 12px;
    }

    ::-ms-input-placeholder {
        font-size: 12px;
    }
}

/* =========================
===========================
Community page
===========================
=============================*/

.community .person {
    border: 1px solid #aaa;
    padding: 10px 15px;
    margin: 15px 0;
}

.community .person img {
    width: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.person .person-name {
    text-transform: capitalize;
}

.person .person-work {
    color: #777;
    height: 54px;
    overflow: hidden;
}

/* =========================
===========================
Profile-info page
===========================
=============================*/
.profile-info label {
    text-transform: capitalize;
}

.profile-info h3 {
    margin: 45px 0 25px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .profile-info .full-height {
        height: 124px;
    }
}

.profile-button {
    background: #ffa339;
    border: 1px solid #ffa339;
    color: #FFF;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 17px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    border-radius: 4px;
    padding: 8px 10px;
    text-transform: capitalize;
}

.profile-button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #282D4F;
}

.profile-button:active, button.profile-button:visited {
    border: 1px solid #282D4F;
    outline: none;
}

.fileContainer {
    overflow: hidden;
    position: relative;
    display: inline-table;
    margin-right: 20px;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

/* =========================
===========================
Profile page
===========================
=============================*/
.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.card .card-body {
    min-height: 190px;
}

.card .card-header {
    color: #FFF;
    background: #ffa339;
}

.card-plain {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-plain .header {
    margin-left: 0;
    margin-right: 0;
}

.card-plain .content {
    padding-left: 0;
    padding-right: 0;
}

.index-page .page-header {
    height: 125vh;
}

.index-page .page-header .container > .content-center {
    top: 37%;
}

.index-page .page-header .category-absolute {
    position: absolute;
    top: 100vh;
    margin-top: -60px;
    padding: 0 15px;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
}

.profile-page .page-header {
    min-height: 550px;
}

.profile-page .profile-container {
    color: #FFFFFF;
}

.profile-page .photo-container {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.profile-page .title {
    text-align: center;
    margin-top: 30px;
}

.profile-page .description,
.profile-page .category {
    text-align: center;
}

.profile-page h5.description {
    max-width: 700px;
    margin: 20px auto 75px;
}

.profile-page .nav-align-center {
    margin-top: 30px;
}

.profile-page .content {
    max-width: 450px;
    margin: 0 auto;
}

.profile-page .content .social-description {
    display: inline-block;
    max-width: 150px;
    width: 145px;
    text-align: center;
    margin: 15px 0 0px;
}

.profile-page .content .social-description h2 {
    margin-bottom: 15px;
}

.profile-page .button-container {
    text-align: center;
    margin-top: -106px;
}

.page-header {
    height: 100vh;
    max-height: 1050px;
    padding: 0;
    color: #FFFFFF;
    position: relative;
    background-position: center center;
    background-size: cover;
}

#about-person {
    margin-top: 40px;
}

@media (max-width: 991px) {
    #about-person {
        text-align: center;
    }

    .card .card-body {
        text-align: center;
    }
}

.page-header .page-header-image {
    position: absolute;
    background-image: url('../images/team/sc.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-header footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.page-header .container {
    height: 100%;
    z-index: 1;
    text-align: center;
    position: relative;
}

.page-header .container > .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 15px;
    color: #FFFFFF;
    width: 100%;
    max-width: 880px;
}

.page-header .category,
.page-header .description {
    color: rgba(255, 255, 255, 0.5);
}

.page-header.page-header-small {
    height: 60vh;
    max-height: 440px;
}

.page-header:after, .page-header:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.page-header:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.page-header .container {
    z-index: 2;
}

/* Body */
/* Profile Page Background Style */
.page-header {
    background: rgba(44, 44, 44, 0.2);
    /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 44, 44, 0.2)), to(rgba(55, 140, 63, 0.6)));
    background: linear-gradient(0deg, rgba(44, 44, 44, 0.2), rgba(55, 140, 63, 0.6));
    /* Standard syntax */
}

.page-header .btn {
    width: 140px;
}

@media (max-width: 800px) {
    .page-header .btn {
        width: 90px;
        margin-bottom: 10px;
        padding: 5px;
    }
}

.cc-profile-image a {
    position: relative;
}

.cc-profile-image a:before {
    content: "";
    border: 15px solid rgba(55, 140, 63, 0.6);
    border-radius: 50%;
    height: 180px;
    width: 180px;
    position: absolute;
    left: 0;
    -webkit-animation: pulsate 1.6s ease-out;
    animation: pulsate 1.6s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0.0;
    z-index: 99;
}

.cc-profile-image img {
    position: relative;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    padding: 0;
    margin: 0;
    border: 3px solid #fff;
    z-index: 9999;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.cc-profile-image a:hover img {
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}

.cc-profile-image a:hover:before {
    -webkit-animation: none;
    animation: none;
}

/* Profile Page Social button Style */
.button-container .btn-default {
    margin-right: 8px;
    background: none;
    border: 1px solid #fff;
}

.button-container .btn-default:focus {
    color: #FFF !important;
}

.button-container .btn-default:hover {
    background: #ffa339;
    color: #FFF;
}

/* Professional Skills Style */
.progress-container {
    margin-bottom: 20px;
    font-size: 18px;
}

.progress-container .progress-bar {
    height: 5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 2s ease-in-out;
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.progress-container .progress {
    height: 5px;
    font-size: 18px;
}

.progress-bar {
    background-color: #ffa339 !important;
}

.progress-container .aos-animate {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Experience Style */
.cc-experience .cc-experience-header {
    padding-top: 60px;
    padding-right: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

/* Education Style */
.card-body .h5 {
    margin-bottom: 15px;
}

.cc-education .cc-education-header {
    padding-top: 60px;
    padding-right: 0;
    text-align: center;
    color: #fff;
}

/* References Style */
.cc-reference .card {
    padding: 40px;
}

.cc-reference img {
    height: 120px;
    width: auto;
}

.cc-reference .h5 {
    margin: 0;
}

.cc-reference .carousel-indicators li {
    background: #a5a3a3;
}

.cc-reference .carousel-indicators .active {
    background-color: #378C3F;
}

.cc-reference .carousel-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .cc-reference .cc-reference-header {
        text-align: center;
    }

    .cc-reference .carousel-indicators {
        bottom: 0px;
    }

    .cc-reference ol {
        margin-bottom: 0;
    }
}

.profile-title {
    margin: 60px 0 25px;
    font-size: 30px;
}

/* =========================
===========================
about us page
===========================
=============================*/

.about-div {
    margin-bottom: 40px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about-us .sub-title {
    font-size: 23px;
    margin-bottom: 20px;
    color: #282D4F;
}

.article-image {
    width: 100%;
}

.contact-service-ar {
    text-align: right;
    direction: rtl;
}

.gallery-wrapper {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
}

.mix {
    backface-visibility: hidden; /* Prevents flicker in Chrome */
    will-change: transform, opacity; /* Prevents flicker in Safari */
}

@media (max-width: 800px) {

    .gallery-wrapper {

        -webkit-column-count: 2; /* Chrome, Safari, Opera */

        -moz-column-count: 2; /* Firefox */

        column-count: 2;

    }
}

@media (max-width: 500px) {

    .gallery-wrapper {

        -webkit-column-count: 1; /* Chrome, Safari, Opera */

        -moz-column-count: 1; /* Firefox */

        column-count: 1;

    }
}

.gallery-wrapper .gallery-item {
    overflow: hidden;
    margin: 2px 0;

}

.gallery-wrapper .gallery-item img {
    width: 100%;
    padding: 1px 0;
}

.partner-height {
    height: 100%
}

.no-result-image {
    width: 100%;
}

.img-proj-details {
    border-radius: 20px;
    box-shadow: 1px 1px 11px 0px #282d4f;
    background-color: white;
    padding: 30px;
}
