body {
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
}

.top-info-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 17px;
}

.top-info-menu li {
    float: left;
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 10px;
}

.top-info-menu li:last-child a {
    color: 322783;
    font-weight: 600;
    padding-right: 10px;
}

.navbar {
    border: 0;
    margin-top: 35px;
}

header {
    margin: 0;
    position: relative;
}

a {
    color: #322783;
    text-decoration: none;
}

.navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #322783;
    padding: 16px 7px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.padding-zero {
    padding: 0 !important;
}

.padding-right-zero {
    padding-right: 0 !important;
}

.padding-left-zero {
    padding-left: 0 !important;
}

.news-header h2 {
    margin: 0;
    color: white;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.news-header {
    background-color: #17a4e8;
    position: relative;
}

ul.news-content {
    padding-left: 28px;
    list-style-type: decimal-leading-zero;
}

ul.news-content li {
    margin: 15px 0;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

ul.news-content li:first-child {
    margin-top: 0;
}

ul.news-content li a {
    color: #333333;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.bgRight {
    border-bottom: 46px solid rgba(255, 255, 255, 0.1);
    border-left: 100px solid transparent;
    border-top: 0 solid transparent;
    bottom: 0;
    height: 40px;
    position: absolute;
    right: 0;
    width: 94px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.bgLeft {
    border-bottom: 46px solid rgba(255, 255, 255, 0.1);
    border-right: 100px solid transparent;
    border-top: 0 solid transparent;
    bottom: 0;
    height: 40px;
    position: absolute;
    left: 0;
    width: 94px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul.banner-box {
    padding: 0;
    list-style-type: none;
}

ul.banner-box li {
    float: left;
    margin-right: 20px;
}

ul.banner-box li:last-child {
    margin: 0;
}

.top-z-menu {
    position: absolute;
    top: 0;
    right: 104px;
    z-index: 999;
}

.top-z-menu .top-info-menu {
    margin: 0;
}

.bg1 {
    background-color: #322783;
}

.bg2 {
    background-color: #8BC34A;
}

.bg3 {
    background-color: #FF9800;
}

.bg4 {
    background-color: #E91E63;
}

.bg5 {
    background-color: #009688;
}

.bgK1 {
    background-color: #1b1163;
}

.bgK2 {
    background-color: #6ea72b;
}

.bgK3 {
    background-color: #c57703;
}

.bgK4 {
    background-color: #c71250;
}

.bgK5 {
    background-color: #06776d;
}

.top-info-menu li a {
    color: white;
}

span.icon-box {
    display: inline-block;
    padding: 15px 10px;
    margin-right: 6px;
}

span.icon-box i {
    font-size: 18px;
}

.info-area-color {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 12;
}

.info-area {
    bottom: -3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 12;
    background: linear-gradient(90deg, #2196f3 50%, #6b1e5b 50%);
}

.info-area .container {
    position: relative;
}

.info-area>.container>ul {
    display: block;
    list-style-type: none;
    padding: 0;
}

.info-area>.container>ul>li {
    float: left;
    margin-right: 0;
    width: 33%;
}

.info-area>.container>ul>li>a {
    background: #ec0018 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 300;
    height: 60px;
    letter-spacing: 0.6px;
    line-height: 3;
    padding: 0 17px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.info-area .figure {
    float: left;
    margin-right: 16px;
}

.info-area .figure .content {
    display: table-cell;
    /* height: 52px; */
    vertical-align: middle;
}

.info-area .figure .content img {
    max-width: 68px;
}

.info-area>.container>ul>li>a>span {
    font-weight: 900;
}

.colorfulBand {
    display: flex;
    flex-direction: row;
}

.colorfulBand>div.purple {
    width: 11%;
    background: #7622da;
}

.colorfulBand>div.lightBlue {
    width: 18%;
    background: #47c6eb;
}

.colorfulBand>div.orange {
    width: 31%;
    background: #ed5f1f;
}

.colorfulBand>div.yellow {
    width: 15%;
    background: #f59f28;
}

.colorfulBand>div.darkPurple {
    width: 13%;
    background: #6b1e5b;
}

.colorfulBand>div.green {
    width: 12%;
    background: #45b794;
}

section.baskan-area {
    margin: 55px 0;
    position: relative;
    background: url(../img/bac.jpg);
    background-size: cover;
}

.baskan-image img {
    height: 450px;
    margin-top: -25px;
}

.baskan-info {
    width: 100%;
    position: relative;
    min-height: 370px;
}

.baskan-info h1 {
    position: absolute;
    bottom: 110px;
    font-size: 72px;
    color: #f9f9f9;
    letter-spacing: 1px;
}

.baskan-info h2 {
    position: absolute;
    bottom: 70px;
    font-size: 40px;
    color: #f9f9f9;
}

.baskan-info ul {
    padding: 0;
    list-style-type: none;
    position: absolute;
    bottom: 0;
}

.baskan-info ul li {
    float: left;
    margin-right: 15px;
    background-color: #44475c;
    padding: 7px;
    border-radius: 50%;
    width: 58px;
    text-align: center;
    height: 58px;
}

.baskan-info ul li a {
    color: #ffffff;
    font-size: 26px;
}

.tamamlanan-projects {
    width: 100%;
    background-color: #8BC34A;
    height: 260px;
    margin-bottom: 0;
}

.devameden-projects {
    width: 100%;
    background-color: #2196F3;
    height: 260px;
}

.tamamlanan-projects h2,
.devameden-projects h2 {
    color: #ffffff;
    padding-bottom: 7px;
    border-bottom: 4px dashed #ffffff;
    font-weight: 100;
}

.tamamlanan-projects ul,
.devameden-projects ul {
    list-style-type: decimal-leading-zero;
    padding-left: 20px;
    color: #404040;
    margin-bottom: 0;
}

.tamamlanan-projects ul li,
.devameden-projects ul li {
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.tamamlanan-projects ul li a,
.devameden-projects ul li a {
    color: #404040;
    display: inline-block;
}

.foto-galeri .col-md-4 {
    margin-bottom: 30px;
}

.foto-galeri h2 {
    padding-bottom: 7px;
    border-bottom: 4px dashed #a4a4a4;
    font-weight: 100;
    color: #a4a4a4;
}

.foto-galeri {
    display: flow-root;
    background-color: #ececec;
}

.tamamlanan-projects ul li a img,
.devameden-projects ul li a img {
    float: left;
    margin-right: 10px;
    width: 70px;
    height: 70px;
}

.tamamlanan-projects ul li a p,
.devameden-projects ul li a p {
    color: white;
    font-family: Open Sans;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.footer-top {
    padding: 10px 0;
    background-color: #cc3227;
}

.footer-middle {
    padding: 15px 0;
    color: #ffffff;
    background: url(../img/siluet.png);
    background-color: #F44336;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.footer-bottom {
    padding: 10px 0;
    background-color: #cc3227;
    color: #ffffff;
    font-family: Open Sans;
}

.footer-bottom a {
    color: #ffffff;
    font-family: Open Sans;
}

.footer-top h4 {
    color: #ffffff;
}

.footer-middle ul {
    padding-left: 0px;
    color: #fff;
}

.footer-middle ul a {
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}

.footer-logo {
    position: absolute;
    top: -10px;
    background: rgb(197, 197, 197);
    background: linear-gradient(180deg, rgba(197, 197, 197, 1) 0%, rgba(249, 249, 249, 1) 31%, rgba(197, 197, 197, 1) 59%, rgba(249, 249, 249, 1) 80%, rgba(197, 197, 197, 1) 100%);
    padding: 10px 15px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 0;
}

@media only screen and (max-width: 768px) {
    header {
        padding: 0;
    }
    .top-z-menu {
        display: none;
    }
    .navbar {
        margin-top: 15px;
    }
    .navbar-toggle {
        background-color: #322783;
    }
    .navbar-toggle .icon-bar {
        background-color: white;
    }
    .info-area {
        position: relative;
        bottom: 0;
    }
    .info-area>.container>ul>li>a>span,
    mobilhide {
        display: none;
    }
    .bottom-slider .container {
        padding: 5px;
    }
    .banner-area .container {
        padding: 0px;
    }
    ul.banner-box li {
        margin-right: 0px;
    }
    .baskan-info h1 {
        bottom: 170px
    }
    section.baskan-area {
        margin: 0
    }
    .tamamlanan-projects,
    .devameden-projects {
        height: 300px;
        padding: 15px 0;
    }
    .m-text-center {
        text-align: center !important;
    }
    #bs-example-navbar-collapse-1 .navbar-nav {
        float: unset !important;
    }
    #bs-example-navbar-collapse-1 {
        position: fixed;
        z-index: 9999999;
        width: 100%;
        left: 0;
        background-color: #ffffff;
        padding: 10px 25px !important;
    }
}

.header-top {
    padding: 15px 0;
    background: #f7f7f7;
}

.header-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-buttons a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: 500;
    color: #999;
    letter-spacing: .3px;
    text-transform: uppercase;
    margin-left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-buttons a:first-child {
    margin-left: 0;
}

.icon {
    font-size: 18px;
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.header-buttons .icon {
    margin-right: 12px;
    font-size: 16px;
}

.header-contact {
    margin-left: 30px;
}

.header-contact a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #33c3dc;
    font-family: "sfm-700";
    font-size: 42px;
    line-height: 1;
}

.header-contact .text {
    font-family: 'Oswald', sans-serif;
}

.border-container {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    z-index: 9;
}

.border-container.pos-2 {
    bottom: inherit;
    top: 72px;
}

.border-container div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 4px;
}

.border-container div:nth-child(1) {
    background: #2870ae;
}

.border-container div:nth-child(2) {
    background: #27ae60;
}

.border-container div:nth-child(3) {
    background: #f1c40f;
}

.border-container div:nth-child(4) {
    background: #e67e22;
}

.border-container div:nth-child(5) {
    background: #c0392b;
}

.border-container div:nth-child(6) {
    background: #9e5eb8;
}

.border-container div:nth-child(7) {
    background: #541cbf;
}

.border-container div:nth-child(8) {
    background: #1c83bf;
}

.border-container div:nth-child(9) {
    background: #bb3b2f;
}

.border-container div:nth-child(10) {
    background: #f1c40f;
}

.border-container div:nth-child(11) {
    background: #27ae60;
}

.numbers {
    height: 50px;
    margin-bottom: 35px;
}

.numbers ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.numbers ul li {
    float: left;
    padding: 6px 0.76px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 3px solid #dbdbdb;
}

.numbers ul li a {
    padding: 0px 10px;
    color: #393838;
    font-size: 19px;
}

.margin-top-40 {
    margin-top: 40px;
}

.section.bg-cover {
    position: relative;
    z-index: 1;
}

.section.cover-1 {
    height: 550px;
}

.section.bg-cover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.section.cover-1:before {
    background-image: url(../img/section-cover.jpg);
}

.section-gradient {
    z-index: 1;
}

.section-gradient:before,
.section-gradient:after {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
}

.section-gradient:before {
    top: 0;
    right: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#004277), to(transparent));
    background: linear-gradient(#004277, transparent);
    z-index: 1;
}

.akkisla-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-gradient .container {
    position: relative;
    z-index: 2;
}

.section-gradient:before,
.section-gradient:after {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
}

.section-gradient:after {
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(transparent, #fff);
}

.section-header.center {
    text-align: center;
}

.section-header .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}

.section-header.center .border {
    margin: 10px auto 0;
}

.border {
    display: block;
    background: #fff;
    width: 75px;
    height: 1px;
    margin-top: 10px;
}

.section-header .text {
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
    font-weight: 300;
}

.akkisla-carousel {
    margin-top: 30px;
}

.akkisla .owl-item {
    float: left;
    width: 20%;
}

.akkisla .owl-item:nth-child(2) .akkisla-body {
    background: rgba(227, 89, 98, 0.85);
}

.akkisla .owl-item:nth-child(3) .akkisla-body {
    background: rgba(34, 126, 221, 0.85);
}

.akkisla .owl-item:nth-child(4) .akkisla-body {
    background: rgba(178, 229, 40, 0.85);
}

.akkisla .owl-item:nth-child(5) .akkisla-body {
    background: rgba(227, 89, 216, 0.85);
}

.akkisla-card a {
    display: block;
    position: relative;
}

.akkisla-card a:hover .akkisla-cover img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.akkisla-card a:hover .akkisla-body .title {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}

.akkisla-card a:hover .akkisla-body .icon {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.akkisla-cover {
    height: 300px;
    overflow: hidden;
}

.akkisla-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.akkisla-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 198, 0, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
    padding: 30px;
    color: #fff;
}

.akkisla-body .icon {
    font-size: 60px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.akkisla-body .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    -webkit-transition: .3s;
    transition: .3s;
}

.akkisla-body .title span {
    font-weight: 200;
}

.akkisla-body .icon {
    font-size: 60px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter,
.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.swiper-slide img {
    max-width: 80px;
    max-height: 63px;
}

.swiper-slide {
    text-align: center !important;
}

.swiper-container {
    margin: 55px 0;
}

div#breadcrumb {
    position: relative;
    background: url(../img/section-cover.jpg);
    height: 200px;
    margin-bottom: 45px;
}

div#breadcrumb:before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#004277), to(transparent));
    background: linear-gradient(#004277, transparent);
    z-index: 1;
}

h5.heading-icon {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    z-index: 9;
    margin-top: 35px;
}

.breadcrumb-left ul {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
}

li.breadcrumb-item {
    color: white;
    position: relative;
    z-index: 9;
    display: inline-block;
    margin-right: 3px;
}

li.breadcrumb-item a {
    color: white;
}

.sidebar-category.sidebar-inner {
    border: 1px solid #ededed;
    padding: 10px;
}

.sidebar-category.sidebar-inner h2 {
    margin-top: 0;
    font-size: 21px;
}

.sidebar-category.sidebar-inner ul {
    list-style-type: none;
    padding: 0;
}

.sidebar-category.sidebar-inner ul li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 6px;
}

.sidebar-category.sidebar-inner ul li a {
    color: #333;
}

.sidebar-category.sidebar-inner ul li a i {
    float: right;
}

.form-control {
    border-radius: 0px!important;
}

div#contact-us {
    margin-bottom: 55px;
}

button.btn.bg-blue.btn-block {
    background-color: #f44336;
    color: white;
    border-radius: 0;
    font-size: 20px;
}