body {
    margin: 0;
    padding: 0;
    /*background: #e0003b;*/
    background: linear-gradient(90deg, rgba(130, 20, 34, 1) 12%, rgba(224, 0, 59, 1) 28%, rgba(157, 3, 43, 1) 63%, rgba(217, 28, 52, 1) 86%);
    /*background: rgb(130,20,34);*/
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900&display=swap');

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background-color: #e0003b;
}

body::-webkit-scrollbar-thumb {
    background-color: #FFF;
}

body::-webkit-scrollbar-thumb:window-inactive {
    background-color: #e0003b;
}

input:focus {
    outline: none;
    border-color: transparent !important;
}

textarea:focus {
    outline: none;
    border-color: transparent !important;
}

.no-gutters {
    padding-right: 0;
    padding-left: 0;
}

.super_container {
    overflow: hidden;
    position: relative;
    margin-top: 0;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.no-scroll {
    overflow: hidden;
}

/* loader */
.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    background-color: #fff;
    z-index: 9999;
}

.loader img {
    position: relative;
    top: 40%;
    width: 130px;
    height: 130px;
}

.top-bar {
    background: linear-gradient(90deg, rgba(130, 20, 34, 1) 12%, rgba(224, 0, 59, 1) 28%, rgba(157, 3, 43, 1) 63%, rgba(217, 28, 52, 1) 86%);
    margin: 0 0 0 0;
    padding-top: 10px;
}

.top-bar .flags {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.top-bar a {
    color: #fff;
    font-size: 14px;
}

.top-bar .social-top {
    float: right;
}

.top-bar .social-top span {
    color: #FFF;
    font-size: 18px;
    padding-right: 10px;
}

.top-bar .social-top a {
    color: #FFF;
    font-size: 24px;
}

/* nice select */
.nice-select {
    background-color: transparent;
    border: solid 1px transparent;
    color: #FFF;
    line-height: 35px;
    padding-left: 10px;
    font-weight: normal;
    height: 38px;
    width: 90px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #000000;
}

.nice-select .list {
    background-color: #000;
}

.nice-select:hover {
    border-color: transparent;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: transparent;
}

.nice-select:after {
    right: 24px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

/* navbar */
.navbar {
    padding: 0px;
}

.navigation {
    background-color: #FFF;
}

.navigation .menu-item {
    margin-right: 29px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e00c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.home {
    background-color: #FFF;
    padding-bottom: 100px;
    margin-top: 25px;
}

.home hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 3px solid #efefef59;
}

.menu-click {
    position: absolute;
    right: 20px;
    top: calc(100% - 33px);
    width: 70px;
    height: 70px;
    border: 3px solid #00000021;
    border-radius: 50%;
    transition: all .3s ease;
    transform: scale(1);
}

.menu-click .menu-click-content {
    display: table-cell;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    background-color: #e00c3b;
    border: 4px solid #fff;
    border-radius: 50%;
    position: relative;
}

.menu-click .menu-click-content span {
    display: block;
    height: 3px;
    background: #fff;
    transition: all .3s ease;
    border-radius: 10px;
    margin: 3px auto;
}

.menu-click .menu-click-content span:first-of-type {
    width: 25%;
}

.menu-click .menu-click-content span:nth-child(2) {
    width: 50%;
}

.menu-click .menu-click-content span:last-of-type {
    width: 40%;
}

.menu-click:hover .menu-click-content span {
    width: 70%;
}

/* menu click close */
.menu-click-close {
    position: absolute;
    right: 265px;
    top: 83px;
    width: 70px;
    height: 70px;
    border: 3px solid #2f2c2c;
    border-radius: 50%;
    z-index: 35;
}

.menu-click-close .menu-click-content {
    width: 64px;
    height: 64px;
    background-color: #e00c3b;
    border: 4px solid #fff;
    border-radius: 50%;
    position: relative;
    display: block;
}

.menu-click-close .menu-click-content span {
    display: block;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    width: 50%;
    transition: all .3s ease;
    left: 25%;
    top: 50%;
    position: absolute;
}

.menu-click-close .menu-click-content span:first-of-type {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.menu-click-close .menu-click-content span:last-of-type {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/* sidebar nav */
.sidebar-nav {
    height: 100%;
    position: fixed;
    display: block;
    background-color: #fff;
    top: 0px;
    z-index: 99999;
    bottom: 0px;
    right: -335px;
    width: 300px;
    padding-left: 55px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 70px;
}

.sidebar-nav h5 {
    font-size: 14px;
    margin-bottom: 14px;
    color: #e00c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    float: none;
    margin-right: 30px;
}

.language-nav p {
    margin-top: 0px !important;
    font-size: 18px !important;
}

.language-nav strong {
    color: #e00c3b;;
}

.language-nav .eng {
    color: #e00c3b;
}

.sidebar-nav p {
    margin-top: 15px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav ul li a {
    font-size: 22px;
    color: #000;
    line-height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.sidebar-nav ul li a:hover {
    text-decoration: none;
    color: #e00c3b;
    transition: all ease 0.3s;
}

.sidebar-info {
    margin-top: 50px;
}

.sidebar-social ul li a {
    float: left;
    margin-right: 15px;
}

.black-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 100;
}

.home-content {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
}

.home-content-main h1 {
    font-size: 52px;
    line-height: 46px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 25px;
    letter-spacing: 1px;
}

.home-content-main h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.home-content-main strong {
    font-weight: bolder;
    color: #e0003b;
}

.home-content-main a,
.services-btn,
.case-btn-portfolio a,
.footer-btn a,
.services-box a,
.project-single a {
    line-height: 42px;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 25px;
    background: transparent;
    border: 1px solid #e0003b;
    color: #222222;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.home-content-main a:hover,
.services-btn:hover,
.case-btn-portfolio a:hover,
.footer-btn a:hover,
.services-box a:hover,
.project-single a:hover {
    background: #e0003b;
    color: #fff;
    text-decoration: none;
}

.home-content-main a i,
.services-btn i,
.case-btn-portfolio a i,
.footer-btn a i,
.subscribe-btn i,
.services-box i,
.services-btn i,
.project-single i {
    color: #222222;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.hover-btn:hover i {
    color: #fff;
    right: 20px;
}

.services-hover-box {
    color: #000;
}

.services-hover-box:hover {
    text-decoration: none;
    color: #000;
}

/* loader */
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00000021;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e0003b;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

/* end loader */
/* loader keyframes*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

/* end loader keyframes*/
.home-social {
    position: absolute;
    top: 45%;
    right: 50px;
}

.home-social ul {
    list-style: none;
    margin: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.home-social li {
    position: relative;
    padding: .9rem 0;
}

.home-social li a {
    display: block;
    padding-bottom: 10px;
}

.home-social i {
    font-size: 22px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: calc(34px - 4px);
    border: 2px solid #000;
    border-radius: 50%;
    color: #000;
}

.home-social i, .home-social span {
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.home-social span {
    color: #e00c3b;
    right: 40px;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.home-social ul li a:hover .showme {
    opacity: 1.0;
    visibility: visible;
}

.home-scroll {
    position: absolute;
    right: 49%;
    bottom: 0;
}

.home-scroll:hover {
    cursor: pointer;
}

.home-scroll:hover .scroll-link span {
    color: #e00c3b;
}

.home-scroll .scroll-link span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

/* about */
.about {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #FFF;
    margin-bottom: 5px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.about h2 {
    font-size: 70px;
    color: #FFF;
    margin-top: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.about p {
    text-align: center;
    margin-top: 20px;
    color: #FFF;
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.about span {
    color: #232323;
}

.about hr {
    border-top: 1px solid #989898;
}

.about .stats-box span {
    font-size: 78px;
    text-align: center;
    display: block;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.about .stats-box p {
    margin-top: 0;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.services {
    background-color: #FFF;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.services h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e00c3b;
    margin-bottom: 5px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.services h2 {
    font-size: 38px;
    color: #000;
    margin-top: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.services hr {
    margin-top: 25px;
    margin-bottom: 75px;
}

.services .info-box {
    overflow: hidden;
    margin-bottom: 50px;
    border: 1px solid #f1f1f1;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.05);
}

.services .info-box:hover {
    border: 1px solid #e00d3b4a;
    border-radius: 5px;
    box-shadow: 17px 17px 0px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.services .info-box-img {
    float: left;
    margin-right: 15px;
}

.services .info-box-img i {
    font-size: 48px;
}

.services .info-box-title h5 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.hover-btn:hover i {
    color: #fff;
    right: 20px;
}

.recent-work-header {
    height: 100%;
    padding-top: 75px;
    padding-bottom: 35px;
}

.recent-work-header h2 {
    font-size: 48px;
    text-align: center;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.recent-work-header hr {
    border-top: 1px solid #989898;
}

.portfolio-home {
    background-color: #FFF;
    height: 100%;
    padding-top: 45px;
    padding-bottom: 100px;
}

.portfolio-home a {
    color: #000;
}

.portfolio-home a:hover {
    text-decoration: none;
}

.heading-line {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.heading-line .short-line {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    transition: all .4s linear;
}

.heading-line .long-line {
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    transition: all .4s linear;
}

.recent-work-header:hover .heading-line .short-line {
    width: 0;
    animation: move-short 1.5s infinite linear;
}

.recent-work-header:hover .heading-line .long-line {
    width: 130px;
    animation: move 1.5s infinite linear;
}

@keyframes move-short {
    100% {
        width: 140px;
        margin-right: 0;
    }
}

.recent-work-header:hover .heading-line .long-line {
    width: 130px;
    animation: move 1.5s infinite linear;
}

@keyframes move {
    100% {
        width: 0;
    }
}

.portfolio-home .case-item {
    padding: 30px;
    background-color: #f7f9f9;
    transition: all .3s ease;
}

.portfolio-home .case-item:hover {
    color: #e00c3b;
    transition: all ease 0.3s;
}

.portfolio-home .case-item img {
    margin: 25px auto;
}

.portfolio-home h6 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.portfolio-home .case-btn-portfolio {
    margin-top: 50px;
}

.subscribe {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.subscribe h2 {
    font-size: 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.subscribe p {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.subscribe input {
    width: 100%;
    line-height: 50px;
    padding: 0 180px 0 25px;
    border: none;
    background: transparent;
    font-weight: 300;
    border-radius: 25px;
    background: #f9f9ff;
}

.subscribe .subscribe-btn {
    position: absolute;
    right: 16px;
    bottom: 1px;
    line-height: 43px;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 25px;
    background: #e0003b;
    border: 1px solid #e0003b;
    color: #222222;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.services-contact .services-btn {
    position: relative;
    line-height: 43px;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 25px;
    background: #e0003b;
    border: 1px solid #e0003b;
    color: #222222;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.footer {
    background-color: #FFF;
    height: 100%;
    padding: 100px 0px;
    text-align: center;
}

.footer h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.footer p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.footer p a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.footer p a:hover {
    text-decoration: none;
    color: #e00c3b;
    transition: all ease 0.3s;
}

.footer-btn {
    margin-top: 25px;
}

.all-right p {
    text-align: center;
    color: #FFF;
    margin-bottom: 0px;
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

/* services page */
.services-content {
    padding-top: 55px;
    padding-bottom: 0;
    position: relative;
}

.services-content h1 {
    margin-bottom: 55px;
    text-align: center;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.services-content h1:after {
    content: "";
    width: 85px;
    height: 2px;
    background-color: #e00c3b;
    display: block;
    margin: 10px auto;
}

.services-content h2 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.services-content p {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.services-box {
    margin-bottom: 35px;
}

.services-contact {
    margin-top: 50px;
}

.services-contact h2 {
    font-size: 26px;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.services-contact input {
    padding: 20px 40px;
    border-color: transparent;
    transition: all .3s ease;
    font-size: 16px;
    color: #acacac;
    margin-bottom: 20px;
    border-radius: 50px;
    background-color: #f7f9f9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.services-contact input:focus {
    background-color: #fff;
    color: #e00c3b;
    box-shadow: 17px 0 60px #d3dcdc;
}

.services-contact textarea {
    padding: 20px 40px;
    border-color: transparent;
    transition: all .3s ease;
    font-size: 16px;
    color: #acacac;
    margin-bottom: 20px;
    border-radius: 50px;
    background-color: #f7f9f9;
    height: 250px;
    resize: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.services-contact textarea:focus {
    background-color: #fff;
    color: #e00c3b;
    box-shadow: 17px 0 60px #d3dcdc;
}

/* portfolio page slider */
#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
    text-align: center;
}

#filters li {
    float: none;
    display: inline-block;
}

#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#filters li span.active {
    background: #e00c3b;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
    background: #e95a44;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 0px 10px;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

.portfolio:hover .label {
    bottom: 0;
}

.portfolio:hover img {
    top: -30px;
}

/* end portfolio page slider */
.project-content-box {
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
}

.project-single small {
    border-radius: 50px;
    background-color: #f1f1f1;
    padding: 15px 25px;
    color: #000000a8;
    font-size: 14px;
    margin-bottom: 30px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.project-single h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 40px;
}

.project-single p {
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #e00c3b;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #D6D6D6;
    border: 1px solid transparent;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}

/* contact page */
.contact-content {
    padding-top: 55px;
    padding-bottom: 0;
    position: relative;
}

.contact-content h1 {
    margin-bottom: 18px;
    text-align: center;
    font-size: 40px;
}

.contact-content h1:after {
    content: "";
    width: 85px;
    height: 2px;
    background-color: #e00c3b;
    display: block;
    margin: 10px auto;
}

.contact-content p {
    text-align: center;
}

.contact-content .contact-info {
    background-color: #FFF;
    height: 100%;
    padding: 100px 0px;
    text-align: center;
}

.contact-info p a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.contact-info p a:hover {
    text-decoration: none;
    color: #e00c3b;
    transition: all ease 0.3s;
}

.contact-maps {
    background-color: #FFF;
    height: 100%;
    text-align: center;
}

.home-contact {
    background-color: #FFF;
    padding: 0;
}

.back-top {
    position: fixed;
    bottom: 74px;
    right: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    text-decoration: none;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 333;
}

.back-top:hover {
    color: #FFF;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

@media (max-width: 1399.98px) {
    .mobile-sidebar-none {
        display: none;
    }

    .sidebar-info {
        margin-top: 25px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .home-content-main h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 26px;
    }

    .home-content-main h3 {
        font-size: 24px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .home-content-main h1 {
        font-size: 23px;
    }

    .home-content-main h3 {
        font-size: 20px;
    }

    .about h2 {
        font-size: 55px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .margin-mobile {
        margin-top: 50px;
    }

    .home-scroll {
        right: 43%;
    }

    .home-social {
        top: 20%;
    }

    .mt-25 {
        margin-top: 25px;
    }

    .mb-25 {
        margin-bottom: 25px;
    }

    #portfoliolist .portfolio {
        width: 48%;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .super_container {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .home {
        margin-top: 0;
    }

    .home-social {
        display: none;
    }

    .home-scroll {
        right: 44%;
    }

    .mobile-sidebar-none {
        display: none;
    }
}

/* All phones */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    .services h2 {
        font-size: 30px;
    }

    .subscribe .subscribe-btn {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px;
    }

    .subscribe-btn i {
        display: none;
    }

    .all-right p {
        margin-bottom: 25px;
    }

    .about h2 {
        font-size: 44px;
    }

    .navigation .menu-item {
        display: none;
    }

    .home-content {
        padding-top: 50px;
    }

    .about .stats-box span {
        font-size: 44px;
    }

    .about .stats-box p {
        font-size: 18px;
    }

    .recent-work-header h2 {
        font-size: 38px;
    }

    .sidebar-nav h5 {
        margin-bottom: 20px;
    }

    .sidebar-nav ul li a {
        line-height: 35px;
    }

    .sidebar-info {
        margin-top: 30px;
    }

    .sidebar-nav p {
        margin-top: 5px;
        font-size: 14px;
    }

    #portfoliolist .portfolio {
        width: 48%;
    }
}

/* Old phone */
@media only screen
and (max-width: 320px) {
    .home-content-main h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .home-content-main h3 {
        font-size: 18px;
    }

    .services-content h1 {
        font-size: 33px;
    }
}

/*
####################################################
END M E D I A  Q U E R I E S
####################################################
*/
