@font-face {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    src: url(../fonts/Roboto-Thin.ttf);
}

@font-face {
    font-family: "Times-New-Roman";
    src: url(../fonts/Times-New-Roman.ttf);
}

@font-face {
    font-family: "Typewriter";
    src: url(../fonts/Fragmentcore.otf);
}

.mojfont {
    font-family: "Typewriter" !important;
}

.mojfont-naslov{
    font-family: "Typewriter" !important;
}

.row:before, .row:after {display: none !important;}


body {
    font-family: "Typewriter", "Lucida Grande", sans-serif ;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: gray;
    background-color: #ffffff !important;
    scroll-behavior: smooth;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

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

a:hover, a:active, a:focus {
    color: grey !important;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: "Amatic SC", cursive;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 1.3;
}


::-moz-selection {
    color: #fff;
    background: #FFDD00;
}

::selection {
    color: #fff;
    background: #FFDD00;
}

.gallery-img,
.about-flex-img,
.colorlib-video,
.staff-img,
.blog-img,
.colorlib-about-img,
.services-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.colorlib-nav {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .colorlib-nav {
        margin: 0;
    }
}

.colorlib-nav .top-menu {
    padding: 20px 30px;
}

@media screen and (max-width: 768px) {
    .colorlib-nav .top-menu {
        padding: 28px 1em;
    }
}

.colorlib-nav #colorlib-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.colorlib-nav #colorlib-logo a {
    position: relative;
    color: #fff;
}

.colorlib-nav #colorlib-logo a i {
    color: #fff;
    display: block;
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 10px;
}

.colorlib-nav .menu-1 {
    margin-top: 3em;
}

@media screen and (max-width: 768px) {
    .colorlib-nav .menu-1 {
        display: none;
    }
}

.colorlib-nav ul {
    padding: 0;
    margin: 0;
}

.colorlib-nav ul li {
    padding: 8px 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-weight: 400;
    text-transform: uppercase;
}

.colorlib-nav ul li a {
    position: relative;
    font-size: 14px;
    padding: 20px 12px;
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.colorlib-nav ul li a:hover {
    color: #FFDD00;
}

.colorlib-nav ul li.has-dropdown {
    position: relative;
}

.colorlib-nav ul li.has-dropdown .dropdown {
    width: 140px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #000;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.colorlib-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
}

.colorlib-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 0px;
}

.colorlib-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a:hover {
    color: #fff;
}

.colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
    color: #FFDD00;
}

.colorlib-nav ul li.btn-cta a {
    color: #fff;
    background: #ffdd00;
    padding: 10px 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.colorlib-nav ul li.btn-cta a:hover {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.colorlib-nav ul li.active > a {
    color: #FFDD00 !important;
    position: relative;
}

.colorlib-nav ul li.active > a:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.colorlib-video {
    overflow: hidden;
    position: relative;
    height: 400px;
}

.colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.colorlib-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #FFDD00;
}

.colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.video-hero {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .video-hero {
        heifght: inherit;
        padding: 3em 0;
    }
}

.video-hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    background: #000;
    z-index: -1;
}

.video-hero .display-t {
    display: table;
    height: 800px;
    width: 100%;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .video-hero .display-t {
        height: 600px;
    }
}

.video-hero .display-tc {
    display: table-cell;
    vertical-align: middle;
}

.video-hero .display-tc .holder {
    color: #fff;
    font-family: "Josefin Sans", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.video-hero .display-tc .holder span {
    position: relative;
}

.video-hero .display-tc .holder span:before, .video-hero .display-tc .holder span:after {
    position: absolute;
    top: 49%;
    width: 100px;
    height: 2px;
    background: #fff;
    content: '';
}

.video-hero .display-tc .holder span:before {
    left: -110px;
}

.video-hero .display-tc .holder span:after {
    right: -110px;
}

@media screen and (max-width: 768px) {
    .video-hero .display-tc .holder {
        letter-spacing: 2px;
    }

    .video-hero .display-tc .holder span {
        position: relative;
    }

    .video-hero .display-tc .holder span:before, .video-hero .display-tc .holder span:after {
        width: 50px;
        height: 2px;
    }

    .video-hero .display-tc .holder span:before {
        left: -60px;
    }

    .video-hero .display-tc .holder span:after {
        right: -60px;
    }
}

.video-hero .display-tc h2 {
    color: #fff;
    font-size: 80px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.video-hero .display-tc h2 strong {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .video-hero .display-tc h2 {
        font-size: 60px;
    }
}

.video-hero .display-tc p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 10px;
}

.video-hero .display-tc p.breadcrumbs {
    letter-spacing: 5px;
}

.video-hero .display-tc .btn-custom {
    letter-spacing: 5px;
    color: #000 !important;
}

.services-img {
    height: 320px;
    display: block;
}

@media screen and (max-width: 768px) {
    .services-img {
        margin-bottom: 20px;
    }
}

.services-desc {
    padding: 0 1em;
}

@media screen and (max-width: 768px) {
    .services-desc {
        padding: 0;
    }
}

.services-desc ul li {
    list-style: none;
    margin-bottom: 10px;
}

.services {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    padding: 20px;
    z-index: 0;
}

.services .icon {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

.services .icon:before {
    position: absolute;
    bottom: 10px;
    left: -10px;
    right: 0;
    width: 24px;
    height: 24px;
    content: '';
    background: #FFDD00;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.services .icon i {
    font-size: 50px;
    color: #000;
    z-index: 1;
}

.services .desc h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.colorlib-about-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
}

.colorlib-about-flex .col-half {
    width: 50%;
    display: inline-block;
    padding: 4em 2em;
}

@media screen and (max-width: 768px) {
    .colorlib-about-flex .col-half {
        width: 100%;
        padding: 1em;
    }

    .colorlib-about-flex .col-half.about-flex-img {
        height: 300px;
    }
}

.colorlib-about-flex .about-desc {
    background: #fff;
    padding: 3em;
}

@media screen and (max-width: 768px) {
    .colorlib-about-flex .about-desc {
        padding: 2em;
    }
}

.colorlib-about-flex .about-desc h2 {
    font-size: 40px;
}

.gallery-img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.gallery-img .desc {
    position: absolute;
    top: 40%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.gallery-img .desc h2 {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery-img .desc .category span {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.gallery-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery-img img {
    display: block;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery-img:hover:after, .gallery-img:focus:after {
    opacity: 0;
}

.gallery-img:hover .desc, .gallery-img:focus .desc {
    z-index: 1;
}

.gallery-img:hover .desc h2, .gallery-img:focus .desc h2 {
    font-size: 40px;
}

.gallery-img:hover img, .gallery-img:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    -webkit-box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28);
}

.content-wrap {
    padding-right: 1em;
}

@media screen and (max-width: 768px) {
    .content-wrap {
        padding-right: 0;
    }
}

.pagination li {
    margin: 2px;
}

.pagination li a {
    color: #000;
    background: #fff;
    color: #000;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 2px;
}

.pagination li a:first-child {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.pagination li a:hover, .pagination li a:focus {
    background: #FFDD00;
    color: #fff;
    border: 1px solid #FFDD00;
}

@media screen and (max-width: 768px) {
    .pagination li a {
        padding: 7px 15px;
    }
}

.pagination li.active a {
    background: #FFDD00;
    border: 1px solid #FFDD00;
}

.pagination li.active a:hover, .pagination li.active a:focus {
    background: #FFDD00;
    color: #fff;
    border: 1px solid #FFDD00;
}

.no-gutters {
    margin: 0 !important;
    padding: 0 !important;
}

.article-entry {
    background: #fafafa;
}

.article-entry .blog-img {
    height: 250px;
    display: block;
    position: relative;
}

@media screen and (max-width: 768px) {
    .article-entry .blog-img {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .article-entry .blog-img {
        height: 270px;
    }
}

.article-entry .desc {
    padding: 2em 2em 0 2em;
    margin-bottom: 20px;
    position: relative;
}

.article-entry .desc h2 {
    font-size: 28px;
}

.article-entry .desc h2 a {
    color: #000;
}

.article-entry .admin {
    border-top: 1px solid #ebebeb;
    padding: 2em;
}

.article-entry .admin p {
    margin-bottom: 0;
    font-size: 14px;
}

.article-entry .admin p span {
    margin-right: 15px;
}

.article-entry .admin p span a {
    color: #000;
}

.article-entry .admin p span a i {
    color: gray;
}


.staff-entry {
    display: block;
    margin-bottom: 20px;
    z-index: 0;
}

.staff-entry .staff-img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.staff-entry .desc {
    z-index: -1;
    padding: 1.5em;
    padding-top: 3em;
    margin-top: -2em;
    background: white;
}

.staff-entry .desc h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.staff-entry .desc span {
    display: block;
    margin-bottom: 20px;
}

.staff-entry .colorlib-social-icons li {
    margin-left: 0;
}

.staff-entry .colorlib-social-icons li a {
    padding: 0;
}

.contact-info-wrap-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    margin-bottom: 3em;
}

.contact-info-wrap-flex .con-info {
    width: 100%;
    background: #fff;
    padding: 1.5em;
    background: white;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important;
    }
}

.contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000;
}

.contact-info-wrap-flex p span i {
    color: #FFDD00;
}

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

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f0f0f0;
    font-size: 16px !important;
    font-weight: 300;
    background: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus, .form-control:active {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e6e6e6;
}

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .form-group #fname {
        margin-bottom: 30px;
    }
}

.form-group label {
    font-weight: 400;
}

.form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px;
}

.colorlib-social-icons {
    margin: 0;
    padding: 0;
}

.colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.colorlib-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #FFDD00;
    padding-left: 10px;
    padding-right: 10px;
}

.colorlib-social-icons li a i {
    font-size: 20px;
}

.colorlib-heading {
    margin-bottom: 5em;
}

.colorlib-heading h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .colorlib-heading h2 {
        font-size: 30px;
    }
}

.footer {
    background: white;
}

/* line 3, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top {
    text-align: center;
    padding: 0px 0;
}

/* line 7, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top ul li {
    display: inline-block;
}

/* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top ul li a {
    font-size: 15px;
    font-family: "Muli", sans-serif;
    margin: 0 0px;
    color: #1F1F1F;
}

@media (max-width: 767px) {
    /* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
    .footer .footer_top ul li a {
        margin: 0 0px;
    }
}

/* line 17, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top ul li a:hover {
    color: #C78665;
}

/* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text {
    padding-bottom: 30px;
    background: #fff;
}

/* line 27, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text .footer_border {
    padding-bottom: 30px;
}

/* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
    font-size: 14px;
    color: #919191;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Muli", sans-serif;
}

@media (max-width: 767px) {
    /* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
    .footer .copy-right_text .copy_right {
        font-size: 14px;
    }
}

/* line 40, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
    color: #C78665;
}


#map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

#colorlib-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: #1a1a1a;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #colorlib-offcanvas {
        display: block;
    }
}

.offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#colorlib-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
    padding: 0;
    margin: 0;
}

#colorlib-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#colorlib-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0c5";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#colorlib-offcanvas ul li.btn-cta {
    margin-top: 5px;
}

#colorlib-offcanvas ul li.btn-cta a {
    border-bottom: 1px solid #FFDD00;
    padding-bottom: 5px;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: black;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}

.colorlib-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    top: 1.2em !important;
}

.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #444;
}

.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white > i {
    color: #fff;
    background: #fff;
}

.colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
    background: #fff;
}

.colorlib-nav-toggle i::before {
    top: -7px;
}

.colorlib-nav-toggle i::after {
    bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
    top: -10px;
}

.colorlib-nav-toggle:hover i::after {
    bottom: -10px;
}

.colorlib-nav-toggle.active i {
    background: transparent;
}

.colorlib-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #fff;
}

.colorlib-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    background: #fff;
}

.colorlib-nav-toggle {
    position: absolute;
    right: 0px;
    top: 65px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #FFDD00;
    color: #fff;
    border: 2px solid #FFDD00;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffe01a !important;
    border-color: #ffe01a !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #FFDD00;
    border: 2px solid #FFDD00;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #FFDD00;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.row-pb-lg {
    padding-bottom: 7em !important;
}

.row-pb-md {
    padding-bottom: 5em !important;
}

.row-pb-sm {
    padding-bottom: 3em !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.colorlib-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.js .animate-box {
    opacity: 0;
}

.follow-me-instagram-area {
    border-top: 1px solid #dcdcdc;
    margin-bottom: 80px;
}

.follow-me-title h5 {
    margin: 30px 0;
    font-size: 18px;
}

.follow-me-instagram-area {
    border-top: 1px solid #dcdcdc;
    margin-bottom: 0;
}

.single-instagram-feeds a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.7);
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-instagram-feeds:hover a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


    .contact-form-area form .form-control {
        margin-bottom: 30px;
        font-size: 14px;
        font-style: italic;
        height: 60px;
        border-bottom: 2px solid #c0c0c0;
        border-top: 0;
        border-left: 0;
        border-radius: 0;
        border-right: none;
        background-color: transparent;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .contact-form-area form .form-control:focus {
        box-shadow: none;
        border-color: #1d1d1d;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .contact-form-area form textarea.form-control {
        height: 200px;
    }

    .map-area {
        position: relative;
        z-index: 1;
        padding-bottom: 100px;
    }

    #googleMap {
        width: 100%;
        height: 485px;
        position: relative;
        z-index: 1;
    }

    .contact-core-info {
        position: absolute;
        top: 30px;
        width: 280px;
        background-color: #1d1d1d;
        z-index: 1000;
        left: -90px;
        padding: 15px 40px;
        text-align: center;
        height: calc(100% - 60px);
    }

    .contact-core-info img {
        margin-bottom: 50px;
    }

    .contact-core-info .single-footer-content {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .contact-core-info .single-footer-content img {
        display: block;
        margin: 0 auto 10px;
    }

    .contact-popup-form .modal-content {
        padding: 50px;
    }

    .contact-popup-form .modal-content {
        padding: 50px;
        border: none;
        box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
        background-color: rgba(255, 255, 255, 0.9);
    }

    .topspacing {
        margin-top: 2cm;
    }

    .tophalfspacing {
        margin-top: 1cm;
    }

    .bottomspacing {
        margin-bottom: 2cm;
    }

    .getintouch {
        color: white;
        padding: 10px 30px;
        border: 2px solid white;
    }

    .getintouch:hover {
        color: black;
        background-color: white;
    }

    .centered {
        border: 1px solid white;
        color: white;
        padding: 70px 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        width: 70%;
    }

    @font-face {
        font-family: Roboto-Thin;
        src: url(../fonts/Roboto-Thin.ttf);
    }
    .mojfont {
        font-family: Roboto-Thin;
        color: gray;
    }


    body {
        font-family: "Roboto-Thin";
        font-weight: 300;
        font-size: 18px;
        line-height: 1.5;
        color: gray;
        background-color: #ffffff !important;
    }

    #page {
        position: relative;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .offcanvas #page {
        overflow: hidden;
        position: absolute;
    }

    .offcanvas #page:after {
        -webkit-transition: 2s;
        -o-transition: 2s;
        transition: 2s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 101;
        background: rgba(0, 0, 0, 0.7);
        content: "";
    }

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

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

    p {
        margin-bottom: 20px;
    }

    h1, h2, h3, h4, h5, h6, figure {
        color: #000;
        font-family: "Amatic SC", cursive;
        font-weight: 400;
        margin: 0 0 20px 0;
        line-height: 1.3;
    }

    ::-moz-selection {
        color: #fff;
        background: #FFDD00;
    }

    ::selection {
        color: #fff;
        background: #FFDD00;
    }

    .gallery-img,
    .about-flex-img,
    .colorlib-video,
    .staff-img,
    .blog-img,
    .colorlib-about-img,
    .services-img {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
    }

    .colorlib-nav {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
        margin: 0 auto;
    }

    @media screen and (max-width: 768px) {
        .colorlib-nav {
            margin: 0;
        }
    }
    .colorlib-nav .top-menu {
        padding: 20px 30px;
    }

    @media screen and (max-width: 768px) {
        .colorlib-nav .top-menu {
            padding: 28px 1em;
        }
    }
    .colorlib-nav #colorlib-logo {
        font-size: 24px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-weight: 700;
    }

    .colorlib-nav #colorlib-logo a {
        position: relative;
        color: #fff;
    }

    .colorlib-nav #colorlib-logo a i {
        color: #fff;
        display: block;
        font-size: 60px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .colorlib-nav .menu-1 {
        margin-top: 3em;
    }

    @media screen and (max-width: 768px) {
        .colorlib-nav .menu-1 {
            display: none;
        }
    }
    .colorlib-nav ul {
        padding: 0;
        margin: 0;
    }

    .colorlib-nav ul li {
        padding: 8px 0;
        margin: 0;
        list-style: none;
        display: inline;
        font-weight: 400;
        text-transform: uppercase;
    }

    .colorlib-nav ul li a {
        position: relative;
        font-size: 14px;
        padding: 20px 12px;
        color: rgba(255, 255, 255, 0.9);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .colorlib-nav ul li a:hover {
        color: #FFDD00;
    }

    .colorlib-nav ul li.has-dropdown {
        position: relative;
    }

    .colorlib-nav ul li.has-dropdown .dropdown {
        width: 140px;
        -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        z-index: 1002;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 40px;
        left: 0;
        text-align: left;
        background: #000;
        padding: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
    }

    .colorlib-nav ul li.has-dropdown .dropdown:before {
        bottom: 100%;
        left: 40px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #000;
        border-width: 8px;
        margin-left: -8px;
    }

    .colorlib-nav ul li.has-dropdown .dropdown li {
        display: block;
        margin-bottom: 0px;
    }

    .colorlib-nav ul li.has-dropdown .dropdown li:last-child {
        margin-bottom: 0;
    }

    .colorlib-nav ul li.has-dropdown .dropdown li a {
        padding: 2px 0;
        display: block;
        color: #999999;
        line-height: 1.2;
        text-transform: none;
        font-size: 13px;
        letter-spacing: 0;
    }

    .colorlib-nav ul li.has-dropdown .dropdown li a:hover {
        color: #fff;
    }

    .colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
        color: #FFDD00;
    }

    .colorlib-nav ul li.btn-cta a {
        color: #fff;
        background: #ffdd00;
        padding: 10px 15px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .colorlib-nav ul li.btn-cta a:hover {
        -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    }

    .colorlib-nav ul li.active > a {
        color: #FFDD00 !important;
        position: relative;
    }

    .colorlib-nav ul li.active > a:after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .colorlib-video {
        overflow: hidden;
        position: relative;
        height: 400px;
    }

    .colorlib-video a {
        z-index: 1001;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -45px;
        margin-left: -45px;
        width: 90px;
        height: 90px;
        display: table;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .colorlib-video a i {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        font-size: 40px;
        color: #FFDD00;
    }

    .colorlib-video .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .colorlib-video:hover .overlay {
        background: rgba(0, 0, 0, 0.7);
    }

    .colorlib-video:hover a {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .video-hero {
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        z-index: 0;
    }

    @media screen and (max-width: 768px) {
        .video-hero {
            heifght: inherit;
            padding: 3em 0;
        }
    }
    .video-hero .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.5;
        background: #000;
        z-index: -1;
    }

    .video-hero .display-t {
        display: table;
        height: 800px;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    @media screen and (max-width: 768px) {
        .video-hero .display-t {
            height: 600px;
        }
    }
    .video-hero .display-tc {
        display: table-cell;
        vertical-align: middle;
    }

    .video-hero .display-tc .holder {
        color: #fff;
        font-family: "Josefin Sans", Arial, sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 10px;
    }

    .video-hero .display-tc .holder span {
        position: relative;
    }

    .video-hero .display-tc .holder span:before, .video-hero .display-tc .holder span:after {
        position: absolute;
        top: 49%;
        width: 100px;
        height: 2px;
        background: #fff;
        content: '';
    }

    .video-hero .display-tc .holder span:before {
        left: -110px;
    }

    .video-hero .display-tc .holder span:after {
        right: -110px;
    }

    @media screen and (max-width: 768px) {
        .video-hero .display-tc .holder {
            letter-spacing: 2px;
        }

        .video-hero .display-tc .holder span {
            position: relative;
        }

        .video-hero .display-tc .holder span:before, .video-hero .display-tc .holder span:after {
            width: 50px;
            height: 2px;
        }

        .video-hero .display-tc .holder span:before {
            left: -60px;
        }

        .video-hero .display-tc .holder span:after {
            right: -60px;
        }
    }
    .video-hero .display-tc h2 {
        color: #fff;
        font-size: 80px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .video-hero .display-tc h2 strong {
        font-weight: 700;
    }

    @media screen and (max-width: 768px) {
        .video-hero .display-tc h2 {
            font-size: 60px;
        }
    }
    .video-hero .display-tc p {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 10px;
    }

    .video-hero .display-tc p.breadcrumbs {
        letter-spacing: 5px;
    }

    .video-hero .display-tc .btn-custom {
        letter-spacing: 5px;
        color: #000 !important;
    }



.services-img {
    height: 320px;
    display: block;
}

@media screen and (max-width: 768px) {
    .services-img {
        margin-bottom: 20px;
    }
}

.services-desc {
    padding: 0 1em;
}

@media screen and (max-width: 768px) {
    .services-desc {
        padding: 0;
    }
}

.services-desc ul li {
    list-style: none;
    margin-bottom: 10px;
}

.services {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    padding: 20px;
    z-index: 0;
}

.services .icon {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

.services .icon:before {
    position: absolute;
    bottom: 10px;
    left: -10px;
    right: 0;
    width: 24px;
    height: 24px;
    content: '';
    background: #FFDD00;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.services .icon i {
    font-size: 50px;
    color: #000;
    z-index: 1;
}

.services .desc h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.colorlib-about-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
}

.colorlib-about-flex .col-half {
    width: 50%;
    display: inline-block;
    padding: 4em 2em;
}

@media screen and (max-width: 768px) {
    .colorlib-about-flex .col-half {
        width: 100%;
        padding: 1em;
    }

    .colorlib-about-flex .col-half.about-flex-img {
        height: 300px;
    }
}

.colorlib-about-flex .about-desc {
    background: #fff;
    padding: 3em;
}

@media screen and (max-width: 768px) {
    .colorlib-about-flex .about-desc {
        padding: 2em;
    }
}

.colorlib-about-flex .about-desc h2 {
    font-size: 40px;
}

.gallery-img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.gallery-img .desc {
    position: absolute;
    top: 40%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.gallery-img .desc h2 {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery-img .desc .category span {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.gallery-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery-img img {
    display: block;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery-img:hover:after, .gallery-img:focus:after {
    opacity: 0;
}

.gallery-img:hover .desc, .gallery-img:focus .desc {
    z-index: 1;
}

.gallery-img:hover .desc h2, .gallery-img:focus .desc h2 {
    font-size: 40px;
}

.gallery-img:hover img, .gallery-img:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    -webkit-box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28);
}

.content-wrap {
    padding-right: 1em;
}

@media screen and (max-width: 768px) {
    .content-wrap {
        padding-right: 0;
    }
}

.pagination li {
    margin: 2px;
}

.pagination li a {
    color: #000;
    background: #fff;
    color: #000;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 2px;
}

.pagination li a:first-child {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.pagination li a:hover, .pagination li a:focus {
    background: #FFDD00;
    color: #fff;
    border: 1px solid #FFDD00;
}

@media screen and (max-width: 768px) {
    .pagination li a {
        padding: 7px 15px;
    }
}

.pagination li.active a {
    background: #FFDD00;
    border: 1px solid #FFDD00;
}

.pagination li.active a:hover, .pagination li.active a:focus {
    background: #FFDD00;
    color: #fff;
    border: 1px solid #FFDD00;
}

.no-gutters {
    margin: 0 !important;
    padding: 0 !important;
}

.article-entry {
    background: #fafafa;
}

.article-entry .blog-img {
    height: 250px;
    display: block;
    position: relative;
}

@media screen and (max-width: 768px) {
    .article-entry .blog-img {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .article-entry .blog-img {
        height: 270px;
    }
}

.article-entry .desc {
    padding: 2em 2em 0 2em;
    margin-bottom: 20px;
    position: relative;
}

.article-entry .desc h2 {
    font-size: 28px;
}

.article-entry .desc h2 a {
    color: #000;
}

.article-entry .admin {
    border-top: 1px solid #ebebeb;
    padding: 2em;
}

.article-entry .admin p {
    margin-bottom: 0;
    font-size: 14px;
}

.article-entry .admin p span {
    margin-right: 15px;
}

.article-entry .admin p span a {
    color: #000;
}

.article-entry .admin p span a i {
    color: gray;
}


.staff-entry {
    display: block;
    margin-bottom: 20px;
    z-index: 0;
}

.staff-entry .staff-img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.staff-entry .desc {
    z-index: -1;
    padding: 1.5em;
    padding-top: 3em;
    margin-top: -2em;
    background: white;
}

.staff-entry .desc h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.staff-entry .desc span {
    display: block;
    margin-bottom: 20px;
}

.staff-entry .colorlib-social-icons li {
    margin-left: 0;
}

.staff-entry .colorlib-social-icons li a {
    padding: 0;
}

.contact-info-wrap-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    margin-bottom: 3em;
}

.contact-info-wrap-flex .con-info {
    width: 100%;
    background: #fff;
    padding: 1.5em;
    background: white;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important;
    }
}

.contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000;
}

.contact-info-wrap-flex p span i {
    color: #FFDD00;
}

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

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f0f0f0;
    font-size: 16px !important;
    font-weight: 300;
    background: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus, .form-control:active {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e6e6e6;
}

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .form-group #fname {
        margin-bottom: 30px;
    }
}

.form-group label {
    font-weight: 400;
}

.form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px;
}

.colorlib-social-icons {
    margin: 0;
    padding: 0;
}

.colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.colorlib-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #FFDD00;
    padding-left: 10px;
    padding-right: 10px;
}

.colorlib-social-icons li a i {
    font-size: 20px;
}

.colorlib-heading {
    margin-bottom: 5em;
}

.colorlib-heading h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .colorlib-heading h2 {
        font-size: 30px;
    }
}


.footer {
    background: white;
}

/* line 3, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top {
    text-align: center;
    padding: 0px 0;
}

/* line 7, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top ul li {
    display: inline-block;
}

/* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top ul li a {
    font-size: 15px;
    font-family: "Muli", sans-serif;
    margin: 0 0px;
    color: #1F1F1F;
}

@media (max-width: 767px) {
    /* line 9, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
    .footer .footer_top ul li a {
        margin: 0 0px;
    }
}

/* line 17, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .footer_top ul li a:hover {
    color: #C78665;
}

/* line 24, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text {
    padding-bottom: 30px;
    background: #fff;
}

/* line 27, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text .footer_border {
    padding-bottom: 30px;
}

/* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
    font-size: 14px;
    color: #919191;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Muli", sans-serif;
}

@media (max-width: 767px) {
    /* line 30, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
    .footer .copy-right_text .copy_right {
        font-size: 14px;
    }
}

/* line 40, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
    color: #C78665;
}


#map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

#colorlib-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: #1a1a1a;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #colorlib-offcanvas {
        display: block;
    }
}

.offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#colorlib-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
    padding: 0;
    margin: 0;
}

#colorlib-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#colorlib-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0c5";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#colorlib-offcanvas ul li.btn-cta {
    margin-top: 5px;
}

#colorlib-offcanvas ul li.btn-cta a {
    border-bottom: 1px solid #FFDD00;
    padding-bottom: 5px;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: black;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}

.colorlib-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    top: 1.2em !important;
}

.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #444;
}

.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white > i {
    color: #fff;
    background: #fff;
}

.colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
    background: #fff;
}

.colorlib-nav-toggle i::before {
    top: -7px;
}

.colorlib-nav-toggle i::after {
    bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
    top: -10px;
}

.colorlib-nav-toggle:hover i::after {
    bottom: -10px;
}

.colorlib-nav-toggle.active i {
    background: transparent;
}

.colorlib-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #fff;
}

.colorlib-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    background: #fff;
}

.colorlib-nav-toggle {
    position: absolute;
    right: 0px;
    top: 65px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #FFDD00;
    color: #fff;
    border: 2px solid #FFDD00;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffe01a !important;
    border-color: #ffe01a !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #FFDD00;
    border: 2px solid #FFDD00;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #FFDD00;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.row-pb-lg {
    padding-bottom: 7em !important;
}

.row-pb-md {
    padding-bottom: 5em !important;
}

.row-pb-sm {
    padding-bottom: 3em !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}



.js .animate-box {
    opacity: 0;
}


    /* :: 8.0 Follow Instagram Area CSS */
    .follow-me-instagram-area {
        border-top: 1px solid #dcdcdc;
        margin-bottom: 80px;
    }

    .follow-me-title h5 {
        margin: 30px 0;
        font-size: 18px;
    }

    .follow-me-instagram-area {
        border-top: 1px solid #dcdcdc;
        margin-bottom: 0;
    }

    .single-instagram-feeds a {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(34, 34, 34, 0.7);
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .single-instagram-feeds:hover a {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }


    .contact-form-area form .form-control {
        margin-bottom: 30px;
        font-size: 14px;
        font-style: italic;
        height: 60px;
        border-bottom: 2px solid #c0c0c0;
        border-top: 0;
        border-left: 0;
        border-radius: 0;
        border-right: none;
        background-color: transparent;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .contact-form-area form .form-control:focus {
        box-shadow: none;
        border-color: #1d1d1d;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .contact-form-area form textarea.form-control {
        height: 200px;
    }

    .map-area {
        position: relative;
        z-index: 1;
        padding-bottom: 100px;
    }

    #googleMap {
        width: 100%;
        height: 485px;
        position: relative;
        z-index: 1;
    }

    .contact-core-info {
        position: absolute;
        top: 30px;
        width: 280px;
        background-color: #1d1d1d;
        z-index: 1000;
        left: -90px;
        padding: 15px 40px;
        text-align: center;
        height: calc(100% - 60px);
    }

    .contact-core-info img {
        margin-bottom: 50px;
    }

    .contact-core-info .single-footer-content {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .contact-core-info .single-footer-content img {
        display: block;
        margin: 0 auto 10px;
    }

    .contact-popup-form .modal-content {
        padding: 50px;
    }

    .contact-popup-form .modal-content {
        padding: 50px;
        border: none;
        box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
        background-color: rgba(255, 255, 255, 0.9);
    }

    .topspacing {
        margin-top: 2cm;
    }

    .tophalfspacing {
        margin-top: 1cm;
    }

    .bottomspacing {
        margin-bottom: 2cm;
    }

    .getintouch {
        color: white;
        padding: 10px 30px;
        border: 2px solid white;
    }

    .getintouch:hover {
        color: black;
        background-color: white;
    }

    .centered {
        border: 1px solid white;
        color: white;
        padding: 70px 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        width: 70%;
    }

    .centered:hover {
        background-color: white;
        color: black !important;
        transition: 0.5s;
    }

.centered2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

    .podnaslov {
        font-size: 14px;
        padding-bottom: 20px;
        padding-top: 15px;
    }

    .naslov {
        font-size: 45px;
        font-weight: lighter;
        padding-bottom: 20px;
    }

    .tekst {
        font-weight: lighter;
        font-size: 17px;
        font-stretch: ultra-expanded;
        padding-bottom: 10px;
    }

    .gallery_area {
        padding: 0 50px;
        padding-top: 90px;
    }

    @media (max-width: 767px) {
        /* line 65, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
        .gallery_area {
            padding: 0;
        }
    }

    /* line 71, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_area .single_gallery {
        height: 410px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
        position: relative;
    }

    /* line 80, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_area .grid-item {
        overflow: hidden;
        padding: 4px !important;
    }

    /* line 84, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_area a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    /* line 65, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_area {
        padding: 0 50px;
        padding-top: 90px;
    }


    /* line 80, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_area .grid-item {
        overflow: hidden;
        padding: 4px !important;
    }

    .js .animate-box {
        opacity: 0;
    }

    #fh5co-featured-testimony .img-to-responsive img {
        margin-bottom: 20px;
    }

    @media screen and (max-width: 768px) {
        #fh5co-featured-testimony .img-to-responsive img {
            max-width: 100%;
        }
    }
    .fh5co-section {
        padding: 7em 0;
    }

    @media screen and (max-width: 480px) {
        .fh5co-section {
            padding: 3em 0;
        }
    }
    .fh5co-section p {
        color: rgba(255, 255, 255, 0.3);
        font-size: 18px;
        line-height: 1.5;
    }


    #fh5co-featured-testimony blockquote {
        border: none;
        position: relative;
        margin-top: 100px;
    }

    @media screen and (max-width: 992px) {
        #fh5co-featured-testimony blockquote {
            margin-top: 0;
        }
    }
    #fh5co-featured-testimony blockquote p {
        font-size: 40px;
        line-height: 50px;
        font-style: italic;
        font-weight: 300;
        color: gray;
    }

    @media screen and (max-width: 992px) {
        #fh5co-featured-testimony blockquote p {
            font-size: 30px;
            line-height: 40px;
        }
    }
    #fh5co-featured-testimony blockquote .author {
        color: rgba(255, 255, 255, 0.7);
        font-size: 30px;
    }

    @media screen and (max-width: 992px) {
        #fh5co-featured-testimony blockquote .author {
            color: rgba(255, 255, 255, 0.3);
        }
    }
    .fh5co-team > div,
    .fh5co-team blockquote {
        border: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .fh5co-team > div p,
    .fh5co-team blockquote p {
        font-size: 16px;
        line-height: 1.5;
        color: #555555;
    }

    /* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_1 {
        background-image: url(../images/slika7.jpg);
    }

    /* line 40, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_2 {
        background-image: url(../images/slika8.jpg);
    }

    /* line 43, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_3 {
        background-image: url(../images/slika8.jpg);
    }

    /* line 46, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_4 {
        background-image: url(../images/slika9.jpg);
    }

    /* line 49, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_5 {
        background-image: url(../images/slika10.jpg);
    }

    /* line 52, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_6 {
        background-image: url(../images/slika11.jpg);
    }

    /* line 55, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_7 {
        background-image: url(../images/slika12.jpg);
    }

    /* line 58, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_8 {
        background-image: url(../images/slika3.jpg);
    }

    /* line 61, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_9 {
        background-image: url(../images/slika4.jpg);
    }

    .center123 {
        padding: 80px 0;
        text-align: center;
    }

    .instagram-entry {
        width: 100%;
        display: block;
    }

    .instagram-entry .instagram {
        width: 16.0%;
        float: right;
        height: 200px;
    }

    @media screen and (max-width: 768px) {
        .instagram-entry .instagram {
            width: 25%;
        }
    }
    @media screen and (max-width: 480px) {
        .instagram-entry .instagram {
            width: 50%;
        }
    }

    .main_blog_fashion {

    }

    .blog_fashion_left {
    }

    .blog_fashion_img img {
        width: 100%;
    }

    .blog_fashion_content {
        padding: 10px 0px;
        background-color: #fff;
        width: 90%;
        position: relative;
        top: -80px;
    }

    .blog_item .breadcrumb,
    .blog_fashion_content .breadcrumb {
        padding: 8px 0px;
        margin-bottom: 0px;
    }


    .fashion_test {
        background-color: #f3f3f3;
        padding: 40px 20px 55px 20px;
    }

    .fashion_test img.img-circle {
        width: 125px;
        height: 125px;
        margin: 0px auto;
    }

    .fashion_praspect {
        -webkit-perspective: 12500px;
        perspective: 1200px;
    }

    .fashion_praspect_inner {
        padding: 30px 40px 50px 20px;
        transition: .3s;
        transform: rotateY(25deg);
    }


    /* :: 15.0 Blog Area CSS */
    .blog-wrapper {
        position: relative;
        z-index: 1;
    }

    .blog-wrapper .single-blog-area {
        position: relative;
        z-index: 1;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        overflow: hidden;
    }

    .blog-wrapper .single-blog-area img {
        width: 100%;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .blog-wrapper .single-blog-area .post-title {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: transparent;
        padding: 20px 40px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 85%;
        height: auto;
        z-index: 10;
    }

    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .post-title {
            padding: 20px;
        }
    }
    .blog-wrapper .single-blog-area .post-title a {
        display: block;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
    }

    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .post-title a {
            font-size: 14px;
        }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-wrapper .single-blog-area .post-title a {
            font-size: 18px;
        }
    }
    .blog-wrapper .single-blog-area .hover-content {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #ffffff;
        background-color: #ffffff;
        padding: 20px 40px;
        position: absolute;
        width: 85%;
        height: 100%;
        z-index: 100;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .blog-wrapper .single-blog-area .hover-content {
            padding: 20px;
        }
    }
    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content {
            padding: 20px;
        }
    }
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
        display: block;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
            font-size: 16px;
            margin-bottom: 10px;
        }
    }
    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
            font-size: 14px;
            margin-bottom: 10px;
        }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
            font-size: 18px;
            margin-bottom: 20px;
        }
    }
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a:hover {
        color: #0315ff;
    }

    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content p {
            display: none;
        }
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content p {
            display: block;
            font-size: 14px;
            line-height: 1.7;
        }
    }
    .blog-wrapper .single-blog-area .hover-content > a {
        display: block;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
        color: #0315ff;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-top: 50px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .blog-wrapper .single-blog-area .hover-content > a {
            margin-top: 15px;
        }
    }
    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content > a {
            margin-top: 30px;
        }
    }
    .blog-wrapper .single-blog-area:hover .hover-content, .blog-wrapper .single-blog-area:focus .hover-content {
        opacity: 1;
        visibility: visible;
    }

    .blog-wrapper .single-blog-area:hover img, .blog-wrapper .single-blog-area:focus img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .single-blog-wrapper {
        position: relative;
        z-index: 1;
    }

    .single-blog-wrapper .single-blog-content-wrapper {
        position: relative;
        z-index: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 0%;
        max-width: 95%;
        width: 95%;
        padding: 10px 7%;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 65%;
            flex: 0 0 0%;
            max-width: 95%;
            width: 95%;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
            flex: 0 0 0%;
            max-width: 95%;
            width: 95%;
        }
    }
    @media only screen and (max-width: 767px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
        }
    }
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 50px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
            font-size: 24px;
            margin-bottom: 30px;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
            font-size: 20px;
            margin-bottom: 20px;
        }
    }
    @media only screen and (max-width: 767px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
            font-size: 18px;
            margin-bottom: 20px;
        }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
            font-size: 24px;
        }
    }
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 50px;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
            font-size: 16px;
        }
    }
    @media only screen and (max-width: 767px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
            font-size: 14px;
        }
    }
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote {
        margin-bottom: 50px;
    }

    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 {
        font-size: 18px;
        line-height: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 i {
        margin-right: 30px;
        font-size: 30px;
        color: #0315ff;
    }

    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote span {
        margin-left: 60px;
        font-size: 16px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.6);
    }

    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 35%;
            flex: 0 0 35%;
            max-width: 35%;
            width: 35%;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            max-width: 40%;
            width: 40%;
        }
    }
    @media only screen and (max-width: 767px) {
        .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
        }
    }
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post {
        position: relative;
        z-index: 1;
        overflow: hidden;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img {
        width: 100%;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5px 50px;
    }

    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a h5 {
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:hover img, .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:focus img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .centered:hover {
        background-color: white;
        color: black !important;
        transition: 0.5s;
    }

    .podnaslov {
        font-size: 14px;
        padding-bottom: 20px;
        padding-top: 15px;
    }

    .naslov {
        font-size: 45px;
        font-weight: lighter;
        padding-bottom: 20px;
    }

    .tekst {
        font-weight: lighter;
        font-size: 17px;
        font-stretch: ultra-expanded;
        padding-bottom: 10px;
    }

    .gallery_area {
        padding: 0 50px;
        padding-top: 90px;
    }

    @media (max-width: 767px) {
        /* line 65, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
        .gallery_area {
            padding: 0;
        }
    }

    /* line 71, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_area .single_gallery {
        height: 410px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden;
        position: relative;
    }

    /* line 80, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_area .grid-item {
        overflow: hidden;
        padding: 4px !important;
    }

    /* line 84, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_area a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    /* line 65, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_area {
        padding: 0 50px;
        padding-top: 90px;
    }


    /* line 80, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_area .grid-item {
        overflow: hidden;
        padding: 4px !important;
    }

    .js .animate-box {
        opacity: 0;
    }

    #fh5co-featured-testimony .img-to-responsive img {
        margin-bottom: 20px;
    }

    @media screen and (max-width: 768px) {
        #fh5co-featured-testimony .img-to-responsive img {
            max-width: 100%;
        }
    }
    .fh5co-section {
        padding: 7em 0;
    }

    @media screen and (max-width: 480px) {
        .fh5co-section {
            padding: 3em 0;
        }
    }
    .fh5co-section p {
        color: rgba(255, 255, 255, 0.3);
        font-size: 18px;
        line-height: 1.5;
    }


    #fh5co-featured-testimony blockquote {
        border: none;
        position: relative;
        margin-top: 100px;
    }

    @media screen and (max-width: 992px) {
        #fh5co-featured-testimony blockquote {
            margin-top: 0;
        }
    }
    #fh5co-featured-testimony blockquote p {
        font-size: 40px;
        line-height: 50px;
        font-style: italic;
        font-weight: 300;
        color: gray;
    }

    @media screen and (max-width: 992px) {
        #fh5co-featured-testimony blockquote p {
            font-size: 30px;
            line-height: 40px;
        }
    }
    #fh5co-featured-testimony blockquote .author {
        color: rgba(255, 255, 255, 0.7);
        font-size: 30px;
    }

    @media screen and (max-width: 992px) {
        #fh5co-featured-testimony blockquote .author {
            color: rgba(255, 255, 255, 0.3);
        }
    }
    .fh5co-team > div,
    .fh5co-team blockquote {
        border: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .fh5co-team > div p,
    .fh5co-team blockquote p {
        font-size: 16px;
        line-height: 1.5;
        color: #555555;
    }

    /* line 37, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_1 {
        background-image: url(../images/slika7.jpg);
    }

    /* line 40, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_2 {
        background-image: url(../images/slika8.jpg);
    }

    /* line 43, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_3 {
        background-image: url(../images/slika9.jpg);
    }

    /* line 46, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_4 {
        background-image: url(../images/slika10.jpg);
    }

    /* line 49, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_5 {
        background-image: url(../images/slika11.jpg);
    }

    /* line 52, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_6 {
        background-image: url(../images/slika12.jpg);
    }

    /* line 55, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_7 {
        background-image: url(../images/slika3.jpg);
    }

    /* line 58, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_8 {
        background-image: url(../images/slika4.jpg);
    }

    /* line 61, ../../Arafath/CL/CL september/212. Wedding/HTML/scss/_gallery.scss */
    .gallery_imag_9 {
        background-image: url(../images/slika4.jpg);
    }

    .center123 {
        padding: 80px 0;
        text-align: center;
    }

    .instagram-entry {
        width: 100%;
        display: block;
    }

    .instagram-entry .instagram {

        float: left;
        height: 200px;
    }

    @media screen and (max-width: 768px) {
        .instagram-entry .instagram {
            width: 25%;
        }
    }
    @media screen and (max-width: 480px) {
        .instagram-entry .instagram {
            width: 50%;
        }
    }

    .main_blog_fashion {

    }

    .blog_fashion_left {
    }

    .blog_fashion_img img {
        width: 100%;
    }

    .blog_fashion_content {
        padding: 10px 0px;
        background-color: #fff;
        width: 90%;
        position: relative;
        top: -80px;
    }

    .blog_item .breadcrumb,
    .blog_fashion_content .breadcrumb {
        padding: 8px 0px;
        margin-bottom: 0px;
    }


    .fashion_test {
        background-color: #f3f3f3;
        padding: 40px 20px 55px 20px;
    }

    .fashion_test img.img-circle {
        width: 125px;
        height: 125px;
        margin: 0px auto;
    }

    .fashion_praspect {
        -webkit-perspective: 12500px;
        perspective: 1200px;
    }

    .fashion_praspect_inner {
        padding: 30px 40px 50px 20px;
        transition: .3s;
        transform: rotateY(25deg);
    }


    /* :: 15.0 Blog Area CSS */
    .blog-wrapper {
        position: relative;
        z-index: 1;
    }

    .blog-wrapper .single-blog-area {
        position: relative;
        z-index: 1;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        overflow: hidden;
    }

    .blog-wrapper .single-blog-area img {
        width: 100%;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .blog-wrapper .single-blog-area .post-title {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #ffffff;
        padding: 20px 40px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 85%;
        height: auto;
        z-index: 10;
    }

    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .post-title {
            padding: 20px;
        }
    }
    .blog-wrapper .single-blog-area .post-title a {
        display: block;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
    }

    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .post-title a {
            font-size: 14px;
        }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-wrapper .single-blog-area .post-title a {
            font-size: 18px;
        }
    }
    .blog-wrapper .single-blog-area .hover-content {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #ffffff;
        background-color: #ffffff;
        padding: 20px 40px;
        position: absolute;
        width: 85%;
        height: 100%;
        z-index: 100;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .blog-wrapper .single-blog-area .hover-content {
            padding: 20px;
        }
    }
    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content {
            padding: 20px;
        }
    }
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
        display: block;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
            font-size: 16px;
            margin-bottom: 10px;
        }
    }
    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
            font-size: 14px;
            margin-bottom: 10px;
        }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
            font-size: 18px;
            margin-bottom: 20px;
        }
    }
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a:hover {
        color: #0315ff;
    }

    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content p {
            display: none;
        }
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content p {
            display: block;
            font-size: 14px;
            line-height: 1.7;
        }
    }
    .blog-wrapper .single-blog-area .hover-content > a {
        display: block;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
        color: #0315ff;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-top: 50px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .blog-wrapper .single-blog-area .hover-content > a {
            margin-top: 15px;
        }
    }
    @media only screen and (max-width: 767px) {
        .blog-wrapper .single-blog-area .hover-content > a {
            margin-top: 30px;
        }
    }
    .blog-wrapper .single-blog-area:hover .hover-content, .blog-wrapper .single-blog-area:focus .hover-content {
        opacity: 1;
        visibility: visible;
    }

    .blog-wrapper .single-blog-area:hover img, .blog-wrapper .single-blog-area:focus img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .single-blog-wrapper {
        position: relative;
        z-index: 1;
    }

    .single-blog-wrapper .single-blog-content-wrapper {
        position: relative;
        z-index: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%;
        padding: 70px 7%;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 65%;
            flex: 0 0 65%;
            max-width: 65%;
            width: 65%;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            max-width: 60%;
            width: 60%;
        }
    }
    @media only screen and (max-width: 767px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
        }
    }
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 50px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
            font-size: 24px;
            margin-bottom: 30px;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
            font-size: 20px;
            margin-bottom: 20px;
        }
    }
    @media only screen and (max-width: 767px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
            font-size: 18px;
            margin-bottom: 20px;
        }
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
            font-size: 24px;
        }
    }
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 50px;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
            font-size: 16px;
        }
    }
    @media only screen and (max-width: 767px) {
        .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
            font-size: 14px;
        }
    }
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote {
        margin-bottom: 50px;
    }

    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 {
        font-size: 18px;
        line-height: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 i {
        margin-right: 30px;
        font-size: 30px;
        color: #0315ff;
    }

    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote span {
        margin-left: 60px;
        font-size: 16px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.6);
    }

    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 35%;
            flex: 0 0 35%;
            max-width: 35%;
            width: 35%;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            max-width: 40%;
            width: 40%;
        }
    }
    @media only screen and (max-width: 767px) {
        .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
        }
    }
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post {
        position: relative;
        z-index: 1;
        overflow: hidden;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img {
        width: 100%;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5px 50px;
    }

    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a h5 {
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:hover img, .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:focus img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

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

    .portfolionaslov{
      font-size: 20px;
      margin-bottom: 1cm;
    }

    .portfoliolink{
      margin-top: 20px;
      color: dimgrey;
      padding: 15px 15px;
      border: 1px solid dimgrey;
      transition: 0.3s;
    }

    .portfoliolink:hover{
      color: black;
      transition: 0.3s;
    }

  .product_box{
    overflow: hidden;
  }

  .product_picture{
    transition: transform 1s;
  }

  .product_picture:hover{
    transform: scale(1.1);
    transition: 1s;
    transform-origin: 50% 50%;
  }

.navbar-toggler{
    color: black;!important;
}


.navbar-collapse {
    position: absolute;
    top: 54px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -100%;
}

.navbar-collapse.show {
    left: 0;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}