/*-------Common-----------*/

:root {
    --fb-color: #4267b2;
    --ln-color: #0077b5;
    --ins-color: #fb3958;
    --ytube-color: #CB2027;
    --twe-color: #4267b2;
}

html {
    scroll-behavior: smooth;
}

.text-orange {
    color: #FA4216;
}

.grey-bg {
    background-color: #f2f2f2;
}

.orange-bg {
    background-color: #FA4216;
}

.btn-orange {
    background-color: #FA4216;
    border: 0px solid #ffffff !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
}

.btn-orange:hover {
    background-color: #333333;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
}

.btn-orange:focus {
    box-shadow: none;
}

.btn-bordered {
    background: none;
    border: 1px solid #FA4216 !important;
    color: #FA4216 !important;
    transition: all ease-in-out .5s;
}

.btn-bordered:hover {
    background-color: #FA4216;
    background-color: #FA4216;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
}

.btn-bordered:focus {
    box-shadow: none;
}

.btn-bordered-white {
    background: none;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
}

.btn-bordered-white:hover {
    background-color: #333333;
    background-color: #333333;
    border: 1px solid #333333 !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
}

.btn-bordered-white:focus {
    box-shadow: none;
}

.ihcm-hr {
    height: 0.5px;
    /*background-color: #d9d9d9;*/
    background-color: #cccccc;
}

.section-padding {
    padding-top: 30px;
    padding-bottom: 80px;
}

.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding-50 {
    padding-top: 20px;
    padding-bottom: 50px;
}

.modal-img {
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
}

.text-justify {
    text-align: justify;
}


/*------------Our solution-------*/

.our-sol-btn {
    background-color: #FA4216;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
}

.our-sol-btn:hover {
    background-color: #333333;
    border: 1px solid #333333 !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
}

.our-sol-btn-bordered {
    background-color: #ffffff;
    border: 1px solid #FA4216 !important;
    color: #FA4216 !important;
    margin-left: 10px;
    transition: all ease-in-out 1.5s;
}

.our-sol-btn-bordered:hover {
    background-color: #FA4216;
    border: 1px solid #FA4216 !important;
    color: #ffffff !important;
    transition: all ease-in-out 1.5s;
}


/*-----------------What Makes Us different-------------*/

.wmud-section {
    padding-top: 70px;
    padding-bottom: 90px;
}

.outer-ribon {
    height: 250px;
    margin: 150px 0px 100px 0px;
    background-color: #444444;
}

.wmud-container {
    background-color: #ffffff;
    height: auto;
    border: 1px solid white;
    transform: translate(0px, -150px);
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
}

.wmud-box {
    height: 430px;
    padding: 0px !important;
    width: auto;
    margin: 10px;
    background-color: #FA4216;
    color: #ffffff;
    border: none;
    clip-path: polygon(0% 0%, 80% 0%, 100% 15%, 100% 100%, 80% 100%, 21% 100%, 0% 100%, 0% 20%);
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    transition: all ease-in-out .5s;
}

.wmud-box:hover {
    background-color: #eeeeee;
    color: #333333;
    transition: all ease-in-out 1s;
}

.wmud-box>.card-body>.wmud-btn {
    background-color: #FA4216;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
}

.wmud-box>.card-body>.wmud-btn:focus {
    box-shadow: none;
}

.wmud-box:hover>.card-body>.wmud-btn:hover {
    background-color: #FA4216;
    border: 1px solid #FA4216 !important;
    color: #ffffff !important;
    transition: all ease-in-out .5s;
}

.wmud-box>.image-holder>.wmud-card-img {
    height: 300px;
    position: relative;
}

.wmud-box>.image-holder>.wmud-card-img>.title {
    height: 50px;
    background-color: #1B1A1A;
    color: #ffffff;
    position: aabsolute;
    bottom: 30px;
}

.wmud-section .owl-carousel .owl-dots.disabled {
    display: block !important;
    border: 1px solid red;
}


/*
.wmud-box>.wmud-card-img:hover{
    transform: scale(1.5);
    transition: all 0.2s;
}
*/


/*-----------------Our Solution-------------*/

.our-solution-container {
    background-color: #ffffff;
    height: auto;
    border: 1px solid white;
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
}

.left-col {
    background-color: #ffffff;
    height: auto;
    border: 1px solid white;
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    max-height: 518px;
    overflow-y: scroll;
}

.left-col>ul>li {
    background-color: #1B1A1A;
    color: #ffffff;
    margin-bottom: 5px;
    border-radius: 4px;
    border: none;
}

.left-col>ul>li.active {
    background-color: #FA4216;
}

.list-group-item.liactive {
    background-color: #FA4216 !important;
}

.right-col {
    background-color: #ffffff;
    height: auto;
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    max-height: 518px;
    overflow: scroll !important;
    overflow-x: scroll;
    overflow-x: hidden !important;
}

.tab-img {
    height: 425px;
    clip-path: polygon(0% 0%, 80% 0%, 100% 15%, 100% 100%, 80% 100%, 21% 100%, 0% 100%, 0% 20%);
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    transition: all ease-in-out 1s;
}

.tab-img:hover {
    opacity: 0.7;
    transform: scale(0.9);
    transition: all ease-in-out 1s;
}


/* our-solution-aks */

.location-single-card {
    -webkit-box-shadow: 0px 4px 47px 0px rgb(0 0 0 / 15%) !important;
    box-shadow: 0px 4px 47px 0px rgb(0 0 0 / 15%) !important;
}

.location-card-heading {
    justify-content: space-between;
}

.location-card-heading>img {
    height: 30px;
}

.location-card-heading {
    margin-bottom: 1rem;
}

ul.location-items {
    padding: 0;
    margin: 0;
}

ul.location-items li {
    list-style: none;
    margin-bottom: 6px;
}

ul.location-items li img {
    margin-right: 5px;
}

.location-card-content-wrap {
    height: 260px;
}


/* our-solution-aks */


/*----------We are specialized in-----------*/

.wrsi-img {
    position: relative;
    transition: all ease-in-out 1s;
}

.wrsi-img-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: #FA4216;
    opacity: 0.8;
    color: #ffffff;
    padding: 9px 20px;
    transition: all ease-in-out .5s;
    line-height: 1.7em;
}

.wrsi-img-title>h6 {
    line-height: 1.7em;
}

.wrsi-img-title>p {
    line-height: 1.3em;
}

.wrsi-img:hover>.wrsi-img-title {
    height: 100%;
    transition: all ease-in-out .5s;
}

.wrsi-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.sub-cat-btn {
    min-width: 150px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #FA4216;
    color: #000000;
}

.sub-cat-btn:hover,
.sub-cat-btn.active,
.sub-cat-btn:visited {
    background-color: #FA4216;
    color: #ffffff;
}

.sub-cat-btn:focus {
    box-shadow: none;
}

.wrsi-pagination {
    position: relative;
}

.menu-title {
    background-color: #FA4216 !important;
}


/*-------------Contact us page-------*/

.git-box {
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    min-height: auto;
    transition: all ease-in-out .5s;
}

.git-box:hover {
    background-color: #FA4216;
    color: #ffffff;
    transition: all ease-in-out .5s;
}

.git-box:hover>.d-inline-flex>.icon-circle {
    background-color: #ffffff !important;
    color: #FA4216;
    transition: all ease-in-out .5s;
}

.git-box:hover>.d-inline-flex>.icon-circle>.fa {
    color: #FA4216 !important;
    transition: all ease-in-out .5s;
}

.git-box:hover>.d-inline-flex>.d-flex>h4 {
    color: #ffffff !important;
    transition: all ease-in-out .5s;
}

.icon-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #FA4216;
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    transition: all ease-in-out .5s;
}

.icon-circle .fa {
    font-size: 24px;
    transition: all ease-in-out .5s;
}

.git-flag {
    height: 20px;
    margin-top: 8px;
    margin-left: 10px;
}

.git-icon {
    height: 20px;
    margin-top: 3px;
    margin-right: 10px;
}

.contact-form {
    background-color: #1A191A;
}

.cu-form {
    padding: 50px 50px 0px 50px;
}

.cu-form>.row>.col-lg-6>.form-control,
.cu-form>.row>.col-lg-6>.form-group>textarea.form-control,
.cu-form>.row>.col-lg-12>.form-control,
.cu-form>.row>.col-lg-12>.form-group>textarea.form-control {
    background: none !important;
    color: #7c8c9c;
}


/*----------Our team------*/

.members-section {
    padding-top: 150px;
    padding-bottom: 80px;
}

.message-box {
    height: auto;
    /* margin-top:80px;
    padding: 30px 80px 30px 70px!important;*/
    padding: 20px 80px 10px 50px!important;
    background-color: #FA4216;
    border-top-right-radius: 175px;
    border-bottom-right-radius: 175px;
}

.message-box>p,
.message-box>h3,
.message-box>h4,
.message-box>h5 {
    color: #ffffff;
    text-align: justify;
}

.ot-readMore-btn {
    min-width: 120px;
    color: #333333;
    border-radius: 20px;
    background-color: #ffffff;
}

.member {
    height: 380px;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #ffffff;
}

.m-active {
    display: block;
    border: 2px solid #FA4216;
}

.message-image-box {
    width: 350px;
    height: 350px;
    margin-right: 150px;
    background-color: #FA4216;
    border-radius: 12px;
    min-height: auto;
    transition: all ease-in-out .5s;
    -ms-transform: rotate(-6deg);
    /* IE 9 */
    transform: rotate(-6deg);
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
}

.message-image-box>img {
    position: relative;
    left: -110px;
    top: 50px;
    width: 350px;
    height: 350px;
    -ms-transform: rotate(6deg);
    /* IE 9 */
    transform: rotate(6deg);
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    transition: all ease-in-out .5s;
}

.message-image-box>.mssg-social-icons {
    position: fixed;
    left: -118px;
    bottom: -35px;
    width: 50px;
    height: 200px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -ms-transform: rotate(6deg);
    /* IE 9 */
    transform: rotate(6deg);
    background-color: #FA4216;
    padding-left: 9px;
    opacity: 0.9;
}

.mssg-social-icons a {
    color: #ffffff !important;
    font-size: 20px;
    margin-bottom: 20px;
    width: 32px;
    height: 32px;
    /* line-height: 32px; */
    text-align: center;
    border-radius: 4px;
}

.mssg-social-icons a i {
    font-size: 16px;
}

.mssg-social-icons .icon {
    margin-bottom: 8px;
}

.mssg-social-icons a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
}

.mssg-social-icons .fa-facebook-f {
    background-color: var(--fb-color);
}

.mssg-social-icons .fa-linkedin-in {
    background-color: var(--ln-color);
}

.mssg-social-icons .fa-instagram {
    background-color: var(--ins-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none !important;
    /* border-color: #dee2e6 #dee2e6 #fff; */
}

.member-content {
    /*height: 80px;*/
    padding: 10px 15px;
    background: #FA4216;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -52px;
    transform: translateY(50px);
    transition: all ease-in-out .5s;
    color: #ffffff;
    width: calc(100% + 3px);
    margin-left: -2px;
}

.member-content:before {
    content: '';
    position: absolute;
    top: -14px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FA4216;
    margin-left: -15px;
    transition: all ease-in-out .5s;
}

.member-content:hover,
.member:hover>a>.member-content {
    /*height: 150px;*/
    margin-top: -152px;
    transition: all ease-in-out .5s;
    background: #000000;
    width: calc(100% + 4px);
    margin-left: -2px;
    /*  opacity:0.8; */
}

.member:hover>a>.member-content:before {
    border-bottom: 15px solid #000000;
    /* opacity:0.8; */
    transition: all ease-in-out .5s;
}

.box-bottom-line {
    /*background-color: #d9d9d9;*/
    background-color: #ffffff;
    opacity: 1;
    width: 70%;
    margin: auto;
}

.ot-list-grp>li {
    background-color: transparent;
    border: none;
}

.ot-list-grp>li>i {
    color: #ffffff;
}


/*--------Community giveback--------*/

.cg-row {
    -webkit-box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.15);
}


/*------Tell us about your hire-----*/

.dark-bg {
    background-color: #1A191A;
}


/*---------Job lists/ Available jobs--------*/

.section-title.search-title .title span:before {
    background: #fff;
}

.section-title.search-title .title span:after {
    border-bottom: 2px solid #fff;
}

.job-filter {
    padding-top: 80px;
    background-color: #FA4216
}

.aj-select {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    height: 50px !important;
    border-radius: 0px !important;
}

.aj-select>option {
    background-color: #ffffff;
    color: #000000;
}

.aj-select:focus {
    border: 2px solid #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 100%);
}


/* 5 columns */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* We are specialized */

.breadcrumb-item {
    font-weight: bold;
    color: #000;
}

.role-menu-wrapper {
    width: 100%;
    position: relative;
    height: 518px;
    max-height: 518px;
    overflow-y: scroll;
}

.role-menu-wrapper::-webkit-scrollbar {
    width: 0px;
}

@media screen and (max-width: 600px) {
    .pushNav {
        width: 75%;
        left: -75%;
    }
}

@media screen and (min-width: 601px) {
    .pushNav {
        width: 350px;
        left: -350px;
    }
}

ul.pushNav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pushNav {
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 11;
    transition: ease-in-out 0.5s;
    overflow: hidden;
}

ul.pushNav.pushNav_level.js-pushNavLevel.isOpen {
    height: 1000vh;
}

ul.pushNav li {
    margin-bottom: 5px;
    background-color: #1B1A1A;
}

li.closeLevel {
    background-color: #FA4216 !important;
    color: #fff;
}

.pushNav hr {
    border: 1px solid #555;
}

.pushNav,
.pushNav a {
    font-size: 1em;
    font-family: helvetica, sens-serif;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
}

.pushNavIsOpen {
    overflow: auto;
    height: 100%;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
    left: 0;
    width: 100%;
}

.closeLevel,
.openLevel {
    cursor: pointer;
}

.openLevel,
.closeLevel,
.pushNav a {
    padding: 1em 0;
    display: block;
    text-indent: 20px;
    transition: background 0.4s ease-in-out;
}

.openLevel:hover,
.closeLevel:hover,
.pushNav a:hover {
    background: #FA4216;
}

.hdg {
    background-color: #1e1e24;
}

.closeLevel,
closelevel>i {
    font-size: 1em;
    color: #a5a5a4;
}

.burger {
    position: absolute;
    top: 24px;
    right: 48px;
}

.burger i {
    font-size: 3em;
}

.screen {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.pushNavIsOpen .screen {
    height: 100%;
    opacity: 1;
}


/* .fa {
    display: inline;
    padding: 5px;
} */

.wrapper {
    max-width: 625px;
    margin: 120px auto;
    padding: 0 20px;
    color: #fff;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 100;
    font-size: 1.1em;
    line-height: 1.4em;
}

.wrapper a {
    color: #20c270;
    text-decoration: none;
}

.wrapper button {
    background-color: #20c270;
    margin: 50px auto;
    display: block;
    padding: 10px 40px;
    border: none;
}

.wrapper button:hover {
    background-color: #18a960;
}

.wrapper button a {
    color: #fff;
    font-size: 2em;
}


/* #more{
    display: none;
}
ul.pushNav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.pushNav {
	top: 0;
	position: absolute;
	z-index: 2;
	overflow: hidden !important;
	background: #ffffff;
	transition: ease-in-out 0.5s;
}
.pushNav{
    font-size: 1em;
    font-family: helvetica, sens-serif;
    font-weight: 100;
    text-decoration: none;
}

.pushNav a {
    font-size: 1em;
    font-family: helvetica, sens-serif;
    font-weight: 100;
    text-decoration: none;
}
.pushNav> .list-group-item{
    background-color: #1B1A1A;
    color: #ffffff;
    margin-bottom: 5px;
    border-radius: 4px;
    border: none;
    padding: 0;
}
.pushNav>.list-group-item.active >.openLevel{
    background-color: #FA4216;
}
.pushNavIsOpen {
    height: 100%;
}

.js-topPushNav.isOpen {
	left: 30px;
	top: 30px;
}
.pushNav_level.isOpen {
    left: 0;
}
.closeLevel {
    cursor: pointer;
}
.openLevel {
    cursor: pointer;
}
.openLevel {
	padding: 1em 0;
	display: block;
	text-indent: 0px;
	transition: all 0.4s ease-in-out;
	padding-left: 20px;
}
.closeLevel {
    padding: 1em 0;
    display: block;
    text-indent: 20px;
    transition: all 0.4s ease-in-out;
}
.pushNav a {
	padding: 1em 0;
	display: block;
	text-indent: 20px;
	transition: all 0.4s ease-in-out;
	background: #1b1a1a;
}
.openLevel:hover {
    background: #494a50;
}
.closeLevel:hover {
    background: #494a50;
}
.pushNav a:hover {
    background: #494a50;
}
.pushNav>li>.openLevel{
    background: #1B1A1A;
    color:#ffffff !important;
}
.menu___bg {
	background: #1B1A1A !important;
	color: #fff !important;
	margin-bottom: 5px;
}
.pushNav>li>.openLevel:active{
    background: #FA4216 !important;
}
.hdg {
    background-color: #1e1e24;
}
.closeLevel {
    font-size: 1em;
    color: #a5a5a4;
}
.closelevel > i {
    font-size: 1em;
    color: #a5a5a4;
} */


/* .mystyle {
    height: 1300px !important;
}
.mystyle2 {
	height: 1265px !important;
} */

.md_madem_img_area {
    width: 31%;
    float: left;
    margin-right: 26px;
    /* margin-bottom: 0px; */
}

.message-box h3 {
    font-size: 24px;
}


/* .mystyle3 {
    height: 590px !important;
} */

.my__tab__full_area {
    height: 740px;
    position: relative;
    /* overflow: ; */
    overflow-x: scroll;
}


/* @media screen and (max-width: 600px) {
    .pushNav {
        width: 75%;
        right: -75%;
    }
}
@media screen and (min-width: 601px) {
    .pushNav {
        width: 350px;
        right: -350px;
    }
} */


/* @media screen and (max-width: 1366px) {
    .custom-btn {
        width: 80% !important;
    }
} */

@media screen and (max-width: 820px) {
    .custom-btn {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .aj-form-group>.nice-select {
        width: 200px !important;
    }
}

@media screen and (max-width: 1200px) {
    .aj-form-group>.nice-select {
        width: 160px !important;
    }
}

@media screen and (max-width: 992px) {
    .d-flex>.justify-content-between .job-filter {
        width: 100% !important;
    }
    .aj-form-group>.nice-select {
        float: left;
        width: 100% !important;
    }
}

.load-data {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    display: none;
}

.loader1 {
    display: inline-block;
    font-size: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(245, 103, 115, 0.6);
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(245, 103, 115, 0.8);
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgba(245, 103, 115, 1);
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(245, 103, 115, 0.8);
}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(245, 103, 115, 0.4);
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }
    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}

.reload {
    font-family: Lucida Sans Unicode
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0.6rem;
    list-style: none;
}