/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&amp;display=swap');

/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(../libs/icofont/icofont.min.css);
@import url(../libs/aos/aos.css);
@import url(../libs/ionicons/css/ionicons.min.css);
@import url(../libs/owl.carousel/owl.carousel.min.css);
@import url(../libs/slick/slick.css);
@import url(../libs/venobox/venobox.min.css);
@import url(../libs/royalslider/royalslider.css);
@import url(../libs/royalslider/royalslider-skin.css);


/* ******************************
:: 3.0 IMPORT ALL FONTS
****************************** */
@font-face {
    font-family: Shrutib;
    src: url(../../fonts/custom/Shrutib.ttf);
}
@font-face {
    font-family: TWCentMt;
    src: url(../../fonts/custom/TWCentMt.ttf);
}
@font-face {
    font-family: AvenirLight;
    src: url(../../fonts/custom/AvenirLight.ttf);
}
@font-face {
    font-family: AvenirMedium;
    src: url(../../fonts/custom/AvenirMedium.ttf);
}

/* ******************************
:: 4.0 GLOBAL CSS
****************************** */
body {
    background: #fff;
    color: #211915;
    font-family: "AvenirLight";
}

a {
    color: #BF0411;
    transition: 0.5s;
}

a.logo {
    color: #BF0411 !important;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #BF0411;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "AvenirMedium";
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #BF0411;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 35px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Prelaoder */
#preloader {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #BF0411;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #d9232d;
}

.btn-get-started:hover {
    background: #e24d55;
    text-decoration: none;
}

#downloads{
    padding: 60px 0;
    background: #f7f7f7;
}

.btn-app-store {
    background: rgb(0,0,0) url(../../images/utils/btn-app-store.png) no-repeat top left;
    display: inline-block;
    width: 232px;
    height: 77px;
    font-size: 0px;
    text-indent: -99999;
    border-radius: 10px;
}

.btn-play-store {
    background: rgb(0,0,0) url(../../images/utils/btn-play-store.png) no-repeat top left;
    display: inline-block;
    width: 232px;
    height: 77px;
    font-size: 0px;
    text-indent: -99999;
    border-radius: 10px;
}

.text-danger{
    color: #BF0411;
}

.btn-danger{
    background: #BF0411;
    border-color: #BF0411;
}
.btn-secondary {
    background-color: #556277;
    border-color: #556277;
}
#contact .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #556270;
}
#contact .btn-primary:hover {
    background-color: #d9232d;
}

/* Spinner Loader */
.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #BF0411;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    margin-right: 1em;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* ******************************
:: 5.0 HEADER CSS
****************************** */
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 26px 0;
    background: rgba(255,255,255, 1);
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    background: rgba(255,255,255, .9);
    color: #211915;
    padding: 18px 0;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
}

#header .logo {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Shrutib";
    font-weight: 700;
    letter-spacing: 3px;
    padding-left: 10px;
    /*border-left: 4px solid #BF0411;*/
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 65px;
    position: absolute;
    top: -15px;
    bottom: 0;
    left: 0;
    right: 0;
}


/* ******************************
:: 6.0 NAVIGATION MENU CSS
****************************** */
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #211915;
    transition: 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "AvenirMedium";
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #BF0411;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 13px;
    text-transform: none;
    color: #333333;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #BF0411;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #211915;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    right: 0;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #333333;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #BF0411;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(26, 26, 26, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

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


/* ******************************
:: 7.0 CAROUSEL INTRO CSS
****************************** */
#intro {
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
    position: relative;
}

#intro .carousel, #intro .carousel-inner, #intro .carousel-item, #intro .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
}

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

#intro .container {
    text-align: center;
}

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

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

#intro .carousel-fade {
    overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    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;
    transform: translate3d(0, 0, 0);
}

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

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
}

#intro .carousel-control-next-icon:hover, #intro .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

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

#intro .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #d9232d;
}

#intro .btn-get-started:hover {
    background: #e24d55;
    text-decoration: none;
}



/* ******************************
:: 8.0 SECTIONS HEADER CSS
****************************** */
section {
    overflow: hidden;
}

.section-header h3 {
    font-size: 32px;
    color: #111;
    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: #BF0411;
    bottom: 0;
    left: calc(50% - 20px);
}

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

/* Section with background
--------------------------------*/
.section-bg {
    background: #f7f7f7;
}


/* ******************************
:: 8.1 SECTION ABOUT US CSS
****************************** */
#about {
    background: url("../../images/bg/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 .about-col {
    background: #fff;
    border-radius: .5em;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    min-height: 515px;
}

#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: #BF0411;
    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: #BF0411;
}

#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: #BF0411;
}

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


/* ******************************
:: 8.3 SECTION SERVICES CSS
****************************** */
.service {
    padding: 60px 0;
}

.service .service-item {
    margin-bottom: 30px;
    border-radius: .5em;
}

.service #service-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.service #service-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.service #service-flters li:hover, .service #service-flters li.filter-active {
    color: #fff;
    background: #d9232d;
}

.service #service-flters li:last-child {
    margin-right: 0;
}

.service .service-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(85, 98, 112, 0.6);
    border-radius: .5em;
}

.service .service-wrap::before {
    content: "";
    background: rgba(85, 98, 112, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.service .service-wrap img {
    transition: all ease-in-out 0.3s;
}

.service .service-wrap .service-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.service .service-wrap .service-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.service .service-wrap .service-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.service .service-wrap .service-links {
    text-align: center;
    z-index: 4;
}

.service .service-wrap .service-links a {
    background: rgb(255,255,255);
    margin: 0 5px 0 0;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50%;
    color: #484848;
    font-size: 18px;
    height: 40px;
    line-height: 40px!important;
    width: 40px;
    /*transition: all 250ms ease-in-out 0s;*/
    border: 1px solid #ededed;
}

.service .service-wrap .service-links a:hover {
    color: white;
    background: #d9232d;
    border: 1px solid #d9232d;
}

.service .service-wrap:hover::before {
    opacity: 1;
}

.service .service-wrap:hover img {
    transform: scale(1.2);
}

.service .service-wrap:hover .service-info {
    opacity: 1;
}

.btn-download-service-cat{
    display: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #d9232d;
}

.btn-download-service-cat:hover{
    background: #e24d55;
    color: white;
    text-decoration: none;
}

.btn-download-service-cat{
    cursor: pointer;
    display: inline-block;
    position: fixed;
    right: -155px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%) rotate(
        90deg
    );
    -webkit-transform: translateY(-50%) rotate(
        90deg
    );
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}



/* ******************************
:: 8.3 SECTION PROJECT CSS
****************************** */
.project {
    padding: 60px 0;
}

.project .project-item {
    margin-bottom: 30px;
}

.project #project-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.project #project-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.project #project-flters li:hover, .project #project-flters li.filter-active {
    color: #fff;
    background: #d9232d;
}

.project #project-flters li:last-child {
    margin-right: 0;
}

.project .project-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(85, 98, 112, 0.6);
    border-radius: .5em;
}

.project .project-wrap::before {
    content: "";
    background: rgba(85, 98, 112, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.project .project-wrap img {
    transition: all ease-in-out 0.3s;
}

.project .project-wrap .project-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.project .project-wrap .project-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.project .project-wrap .project-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.project .project-wrap .project-links {
    text-align: center;
    z-index: 4;
}

.project .project-wrap .project-links a {
    background: rgb(255,255,255);
    margin: 0 5px 0 0;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50%;
    color: #484848;
    font-size: 18px;
    height: 40px;
    line-height: 40px!important;
    width: 40px;
    /*transition: all 250ms ease-in-out 0s;*/
    border: 1px solid #ededed;
}

.project .project-wrap .project-links a:hover {
    color: white;
    background: #d9232d;
    border: 1px solid #d9232d;
}

.project .project-wrap:hover::before {
    opacity: 1;
}

.project .project-wrap:hover img {
    transform: scale(1.2);
}

.project .project-wrap:hover .project-info {
    opacity: 1;
}

.content-box {
    box-shadow: 0 7px 30px -10px rgb(150 170 180 / 50%);
    padding: 20px;
    border-radius: .5em;
    min-height: 400px;
}

/*.project-carousel {*/
/*    background: url(../../images/screen/laptop.png) no-repeat scroll center center;*/
/*    padding: 71px 63px 95px 63px;*/
/*    width: 100%;*/
/*    height: 50vh;*/
/*    max-width: 100%;*/
/*}*/


/* ******************************
:: 8.4 SECTION PROJECT DETAIL CSS
****************************** */
.project-details {
    padding-top: 30px;
}

.project-details .project-details-container {
    position: relative;
}

.project-details .project-details-carousel {
    position: relative;
    z-index: 1;
}

.project-details .project-details-carousel .owl-nav, .project-details .project-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.project-details .project-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.project-details .project-details-carousel .owl-dot.active {
    background-color: #BF0411 !important;
}

.project-details .project-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.project-details .project-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.project-details .project-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.project-details .project-info ul li + li {
    margin-top: 10px;
}

.project-details .project-description {
    padding-top: 50px;
}

.project-details .project-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.project-details .project-description p {
    padding: 0 0 0 0;
}



/* ******************************
:: 8.5 SECTION CLIENTS CSS
****************************** */
#clients {
    background: url("../../images/bg/clients__bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 20px 0 20px 0;
    position: relative;
}

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

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

#clients img {
    max-width: 100%;
    /*opacity: 0.5;*/
    transition: 0.3s;
    padding: 15px 0;
    height: 8em;
    width: 8em;
    object-fit: contain;
    margin: 0 auto;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #BF0411;
}

button.owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

button.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}



/* ******************************
:: 8.6 SECTION CERTIFICATES CSS
****************************** */
#certification {
    background: url("../../images/bg/facts-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 20px 0 20px 0;
    position: relative;
}

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

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

#certification img {
    max-width: 100%;
    /*opacity: 0.5;*/
    transition: 0.3s;
    padding: 15px 0;
    height: 7em;
    width: 7em;
    object-fit: contain;
    margin: 0 auto;
}

#certification img:hover {
    opacity: 1;
}

#certification .owl-nav, #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#certification .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#certification .owl-dot.active {
    background-color: #BF0411;
}


/* ******************************
:: 8.7 SECTION APPS CSS
****************************** */
#apps {
    padding: 60px 0;
}

.dt-app-slider {
    float: right;
    background: url("../../images/screen/phone.png") no-repeat scroll center center;
    background-size: contain;
    width: 100%;
    height: 500px;
    position: relative;
    max-width: 100%;
    margin: 1em 0 1em 0;
}
.app-screen {
    overflow: hidden;
    position: absolute;
    width: 224px;
    height: 396px;
    top: 50px;
    left: 149px;
    right: 0;
    bottom: 0;
}
.dt-app-slider .owl-item .app-shot {
    width: 100%;
    height: 100%;
    object-fit: unset;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    object-position: top left;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .dt-app-slider {
        height: 450px;
    }
    .app-screen {
        width: 201px;
        height: 356px;
        top: 45px;
        left: 115px;
    }
    .dt-app-slider .owl-item .app-shot {
        height: 356px;
    }
}
@media screen and (max-width: 768px) {
    .app-screen {
        left: 55px;
    }
}
@media screen and (max-width: 767px) {
    .dt-app-slider {
        margin: -30px 0 1em 0;
    }
    .app-screen {
        left: 135px;
    }
}
@media screen and (max-width: 425px) {
    .app-screen {
        left: 78px;
    }
}
@media screen and (max-width: 414px) {
    .app-screen {
        left: 72px;
    }
}
@media screen and (max-width: 375px) {
    .app-screen {
        left: 53px;
    }
}
@media screen and (max-width: 320px) {
    .app-screen {
        left: 25px;
    }
}



/* ******************************
:: 8.8 SECTION WEB CSS
****************************** */
#web {
    padding: 60px 0;
}

.dt-laptop-slider {
    float: right;
    background: url("../../images/screen/laptop.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 900px;
    height: 268px;
    position: relative;
}
.laptop-screen {
    overflow: hidden;
    position: absolute;
    width: 333px;
    height: 216px;
    top: 10px;
    left: 95px;
    right: 0;
    bottom: 0;
}
.dt-laptop-slider .owl-item .app-shot {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: unset;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    object-position: top left;
    z-index: 1;
}
.dt-laptop-slider .owl-item .app-shot:nth-child(6) {
    object-position: center;
}
.dt-laptop-slider .owl-item .app-shot:nth-child(5) {
    object-position: center;
}
.dt-laptop-slider .owl-item .app-shot:nth-child(4) {
    object-position: center;
}
.dt-laptop-slider .owl-item .app-shot:nth-child(1) {
    object-position: center;
}

button.owl-prev {
    position: absolute;
    left: 120px;
}

button.owl-next {
    position: absolute;
    right: 120px;
}

.dt-laptop-slider .owl-carousel .owl-item img {
    position: initial;
    width: 100%;
    height: 216px;
}

@media screen and (max-width: 1024px) {
    .laptop-screen {
        width: 301px;
        height: 195px;
        top: 9px;
        left: 66px;
    }
    .dt-laptop-slider .owl-carousel .owl-item img {
        height: 195px;
    }
}
@media screen and (max-width: 768px) {
    .dt-laptop-slider {
        top: 75px;
    }
    .laptop-screen {
        width: 218px;
        height: 141px;
        top: 7px;
        left: 47px;
    }
    .dt-laptop-slider {
        height: 340px;
    }
    .dt-laptop-slider .owl-carousel .owl-item img {
        height: 142px;
    }
}
@media screen and (max-width: 767px) {
    .content-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dt-laptop-slider {
        top: 0;
    }

    .laptop-screen {
        width: 329px;
        height: 215px;
        top: 9px;
        left: 72px;
    }
    .dt-laptop-slider .owl-carousel .owl-item img {
        height: 215px;
    }
}
@media screen and (max-width: 425px) {
    .content-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .laptop-screen {
        width: 249px;
        height: 163px;
        top: 7px;
        left: 54px;
    }

    .dt-laptop-slider .owl-carousel .owl-item img {
        height: 164px;
    }
}
@media screen and (max-width: 414px) {
    .laptop-screen {
        width: 244px;
        height: 160px;
        top: 6px;
        left: 51px;
    }
}
@media screen and (max-width: 375px) {
    .dt-laptop-slider {
        height: 200px;
    }

    .laptop-screen {
        width: 215px;
        height: 141px;
        top: 6px;
        left: 46px;
    }

    .dt-laptop-slider .owl-carousel .owl-item img {
        height: 142px;
    }
}
@media screen and (max-width: 320px) {
    .laptop-screen {
        width: 176px;
        height: 115px;
        top: 5px;
        left: 38px;
    }

    .dt-laptop-slider .owl-carousel .owl-item img {
        height: 115px;
    }
}


/* ******************************
:: 8.8.1 SECTION APP DESCRIPTION
****************************** */
.accordion-app .card {
    background: transparent !important;
}
.accordion-app .card-body {
    background: transparent !important;
    border: none;
}
.accordion-app .card-header {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-left: 3px solid #87868A !important;
    border-radius: .5em !important;
    background: rgb(255,255,255) !important;
}



/* ******************************
:: 8.9 SECTION TEAMS CSS
****************************** */
.team {
    background: #fff;
    padding: 60px 0;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: .5em;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #151515;
    margin: 0 3px;
    padding-top: 7px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    transition: ease-in-out 0.3s;
    color: #BF0411;
}

.team .member .social a:hover {
    color: #fff;
    background: #BF0411
}

.team .member .social i {
    font-size: 18px;
}

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #151515;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}

.team .member img {
    transition: transform .25s;
}
.team .member:hover img {
    transform: scale(1.2);
}


/* ******************************
:: 8.10 SECTION CONTACT CSS
****************************** */
.info-map{
    -moz-box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
    border-radius: .5em;
    background-color: rgb(255, 255, 255);
    padding : 20px;
}
.info-map i {
    font-size: 25px;
    color: #BF0411;
    top: 5px;
    position: relative;
    margin-right: 5px;
}

.direccion-pin{
    line-height: 1.5;
    font-weight: 400;
}

.mapael .mapTooltip {
    /*position: static;*/
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.37);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    padding : 20px;

}


#contact {
    padding: 60px 0;
}

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

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

#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: #999;
}

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

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

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

#contact .contact-address:hover,
#contact .contact-phone:hover,
#contact .contact-email:hover {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}

#contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    border-radius: .5em;
}

#contact .php-email-form .validate,
#form-postulate .php-email-form .validate{
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#contact .php-email-form .error-message,
#form-postulate .error-message{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact .php-email-form .error-message br + br,
#form-postulate .error-message br + br{
    margin-top: 25px;
}

#contact .php-email-form .sent-message,
#form-postulate .sent-message{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact .php-email-form .loading,
#form-postulate .loading{
    /*display: none;*/
    /*background: #fff;*/
    text-align: center;
    padding: 15px;
}

#contact .php-email-form .loading:before,
#form-postulate .loading:before{
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #BF0411;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea,
#form-postulate input, #form-postulate textarea{
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ******************************
:: 9.0 MAPS CSS
****************************** */
#map {
    height: 270px;
}


/* ******************************
:: 10.0 JOBS CSS
****************************** */
#works {
    padding: 60px 0;
    margin-top: 90px;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.card {
    border-radius: .5em;
}

.card:hover {
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
    /*box-shadow: 0 0 30px rgb(214 215 216 / 80%);*/
}

.card-img-wrap {
    overflow: hidden;
    position: relative;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}
.card-img-wrap:after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    transition: opacity .25s;
}
.card-img-wrap img {
    transition: transform .25s;
    width: 100%;
    opacity: .8;
}
.card-img-wrap:hover img {
    transform: scale(1.2);
    opacity: 1;
    cursor: pointer;
}

.card .post-meta-category {
    background-color: #BF0411;
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 3;
    margin-right: 0;
}

.post-item .post-item-description .post-meta-date, .post-item .post-item-description .post-meta-comments, .post-item .post-item-description .post-meta-category {
    color: #c2c2c2;
    position: relative;
    top: -4px;
    font-size: 12px;
    margin-right: 8px;
}

.card-text {
    margin: 0;
    position: relative;
    top: -15px;
}
.card-text .text-muted:nth-child(2) {
    position: relative;
    left: 15px;
}

.item-link {
    color: #484848;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    transition: all 0.3s ease;
}

.item-link:hover {
    color: #BF0411;
    padding: 1em;
    border: 1px solid #BF0411;
}


/* ******************************
:: 11.0 JOBS DETAIL CSS
****************************** */
.blog {
    margin-top: 90px;
    padding: 40px 0 40px 0;
}

.blog .entry {
    padding: 20px;
    margin-bottom: 60px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    max-height: 400px;
    margin: -20px -20px 20px -20px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #556270;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #d9232d;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #c1c8d0;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li + li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 14px;
    padding-right: 4px;
}

.blog .entry .entry-meta a {
    color: #a4afba;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
    font-size: 15px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #d9232d;
    color: #fff;
    padding: 6px 20px 7px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #e1444d;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #556270;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #8795a4;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #a4afba;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #d9232d;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .entry-single .entry-title {
    font-size: 32px;
    line-height: 38px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
}

.blog .blog-author h4 {
    margin-left: 140px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
}

.blog .blog-author .social-links {
    margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
    color: #c1c8d0;
}

.blog .blog-author p {
    margin-left: 140px;
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    width: 50px;
}

.blog .blog-comments .comment h5 {
    margin-left: 65px;
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #d9232d;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #556270;
}

.blog .blog-comments .comment time {
    margin-left: 65px;
    display: block;
    font-size: 14px;
    color: #c1c8d0;
    margin-bottom: 5px;
}

.blog .blog-comments .comment p {
    margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 0;
    padding: 20px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #e9797f;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 0;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #e9797f;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4;
    padding: 10px 20px;
    border: 0;
    background-color: #556270;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #d9232d;
}

.blog .blog-pagination {
    color: #8795a4;
}

.blog .blog-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.blog .blog-pagination li {
    border: 1px solid #edeff1;
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li.active {
    background: white;
}

.blog .blog-pagination li a {
    color: #aaaaaa;
    padding: 7px 16px;
    display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
    background: #d9232d;
    border: 1px solid #d9232d;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .blog-pagination li.disabled {
    background: #fff;
    border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
    color: #f1f1f1;
    padding: 10px 16px;
    display: inline-block;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #556270;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #556270;
    padding: 3px 10px;
    position: relative;
    border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #556270;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
    background: #6b7b8d;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #6b7b8d;
}

.blog .sidebar .categories ul a:hover {
    color: #d9232d;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #c1c8d0;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #292f36;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #d9232d;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #c1c8d0;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #96a2af;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #dee2e6;
    display: inline-block;
    border-radius: 4px;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #d9232d;
    background: #d9232d;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #fbfbfc;
    font-size: 14px;
}

article.entry.entry-single img {
    object-fit: fill;
    width: 100%;
}



/* ******************************
:: 12.0 FOOTER CSS
****************************** */
#footer {
    background: #f7f7f7;
    padding: 0 0 30px 0;
    /*color: #fff;*/
    font-size: 14px;
}

#footer .footer-top {
    background: #f7f7f7;
    padding: 60px 0 30px 0;
}

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

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    /*font-family: "Raleway", sans-serif;*/
    /*color: #fff;*/
}

#footer .footer-top .social-links a {
    font-size: 25px;
    display: inline-block;
    /*background: rgba(255, 255, 255, 0.1);*/
    color: #BF0411;
    line-height: 1;
    padding: 6px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #BF0411;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    /*color: #fff;*/
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    /*color: rgba(255, 255, 255, 1);*/
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    /*color: rgba(255, 255, 255, 1);*/
    color: #211915;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #d9232d;
    font-family: "AvenirMedium";
    font-width: 600;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    /*color: rgba(255, 255, 255, 1);*/
}

#footer .credits a {
    /*color: rgba(255, 255, 255, 1);*/
    transition: 0.3s;
    font-weight: 600;
}

.portfolio-details img {
    width: 100%;
}

.text-candidates {
    position: relative;
    left: 28px;
}
