/*
 Project Name : Angle
 Author Company : Grow Scales
 Project Date: 24-09-2016
 Author Website : http://growscales.com/
 */


/* Table of Content
==================================================

 1. Fonts
 2. Common css
 3. Pre loader
 4. Top Banner
 5. Header
 6. Video Slider
 7. Blog
 8. Full width Blog
 9. Gallery
 10.News letter
 11.Contact Us
 12.About Us
 13.Services
 14.Footer
 15.Copyrights
 16.Model
 17.Animation
 18.Responsive

================================================
Fonts
================================================
*/

@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,700,600);

/*
================================================
Common Css
================================================
*/

* {
    position: relative;
    outline: 0!important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

:before,
:after {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

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

body {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
}

p,
li,
a {
    line-height: 26px;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Poppins";
}

h1 {
    font-size: 50px;
}

hr {
    width: 50px;
    margin: 13px auto;
    border: 1px solid #cdcdcd;
}

.row {
    clear: both;
}

section:hover hr {
    width: 80px;
}

.container,
.container-fluid {
    clear: both;
}


/*
===========================================
button style
===========================================
*/

.btn {
    background-color: #fff;
    border-radius: 0;
    font-family: Poppins;
    font-size: 14px;
    padding: 8px 30px 6px;
    text-transform: uppercase;
    color: #333;
}

.btn:hover {
    background-color: #4d1b7b;
    border-color: transparent;
    color: #fff;
}

.btn.radius-2x {
    border-radius: 30px;
}

.btn.radius-4x {
    border-radius: 5px;
}


/*
===========================================
main heading
===========================================
*/

.main-heading h2 {
    color: #4C4C4C;
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}

.main-heading h3 {
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.main-heading p {
    color: #666;
    font-weight: 300;
    letter-spacing: 2px;
}

.main-heading {
    margin-bottom: 60px;
    clear: both;
}

.main-heading h2 span {
    font-weight: 800;
}

.bg.overlay .main-heading span,
.bg.overlay .main-heading p {
    color: #fff;
}

.bg.overlay .main-heading hr {
    border-color: #fff;
}


/*======================================*/

img {
    vertical-align: middle;
    max-width: 100%;
}

.no-padding {
    padding: 0;
}

.padding-left {
    padding: 0 0 0 15px;
}

.padding-right {
    padding: 0 15px 0 0;
}

.space {
    padding: 30px 0;
}

.space-top {
    padding: 30px 0 0;
}

.space-bottom {
    padding: 0 0 30px 0;
}

.small-space {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

section {
    overflow: hidden;
}

a:hover,
a:focus {
    text-decoration: none;
}

.radius-2x {
    border-radius: 50%;
}

.radius-4x {
    border-radius: 5px;
}


/*
===========================================
Accordion
===========================================
*/

#accordion .panel-heading {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

#accordion a.accordion-toggle {
    background-color: #9759bd;
    display: block;
    padding: 19px 40px 14px 20px;
    color: #fff;
}

#accordion a.accordion-toggle i {
    color: #fff;
    bottom: 0;
    position: absolute;
    right: 15px;
    top: 0;
}

#accordion a.accordion-toggle.collapsed {
    background-color: #f8f7f7;
    color: #323232;
}

#accordion a.accordion-toggle.collapsed i {
    color: #323232;
}

#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

#accordion .panel-collapse {
    border: medium none;
    box-shadow: none;
}

#accordion.panel-group .panel + .panel {
    margin-top: 1px;
}

#accordion .panel-heading .panel-title {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

#accordion .panel-body {
    background-color: #fff;
    border: medium none;
    padding: 20px 50px;
}

#accordion .panel-body p {
    color: #777;
    font-size: 13px;
    line-height: 24px;
}

#accordion .panel-heading i {
    color: #5d5d5d;
    float: right;
}


/*
===========================================
Models
===========================================
*/

.modal-content {
    border: medium none;
    border-radius: 0;
}

.modal-title {
    color: #fff;
}

.fancybox-lock .fancybox-overlay {
    overflow-y: hidden!important;
}

.fancybox-lock body {
    overflow: visible !important;
}

.fancybox-margin {
    margin-right: 0!important;
    overflow: visible !important;
}

.modal-open {
    padding: 0!important;
    overflow: visible;
}

.modal-open #model .modal {
    overflow-y: hidden;
}


/*
===========================================
Form style
===========================================
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select.form-control {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    display: block;
    font-size: 12px;
    height: 53px;
    font-family: Poppins;
    line-height: 1.42857;
    padding: 6px 12px;
}

input[type="radio"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
input[type="checkbox"] {
    display: none;
    margin-left: 0;
    margin-top: 3px;
    position: absolute;
}

.checkbox label::before {
    border: 1px solid #dcdcdc;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.checkbox label::after {
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    content: "";
    height: 12px;
    left: 0;
    margin: 4px;
    position: absolute;
    width: 12px;
}

.checkbox input:checked + label::after {
    background-color: #ba9a2d;
    border-color: #ba9a2d;
}

.radio label,
.checkbox label {
    color: #282828;
    font-size: 13px;
    font-weight: normal;
    padding-left: 30px;
}

.checkbox input:checked + label {
    color: #ba9a2d;
}

.form-control::-moz-placeholder {
    color: #999;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 300;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 300;
}

.contact-block form .form-group {
    margin-bottom: 14px;
    padding: 0 7px;
}

textarea.form-control {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    height: 150px;
    resize: none;
}

input:focus,
textarea.form-control:focus,
select:focus {
    border-color: #f0f0f0 !important;
    box-shadow: none !important;
    background-color: #fff !important;
}


/*
==========================================
Vertical align center
==========================================
*/

.center,
#video-slider .ms-thumb h3,
article ul.social li a,
#accordion a.accordion-toggle i,
.footer-block .social li a,
#model ul.social li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
===========================================
socials
===========================================
*/

.main-heading span {
    margin: 0 9px;
}

ul.social li i {
    color: #fff;
    font-size: 14px;
}

ul.social li.facebook {
    background-color: #537bbd;
}

ul.social li.google {
    background-color: #e9664c;
}

ul.social li.twitter {
    background-color: #77cdf0;
}

ul.social li.instagram {
    background-color: #69696a;
}

ul.social li.youtube {
    background-color: #e9654b;
}

ul.social li.pinterest {
    background-color: #eb5757;
}

article ul.social li a {
    height: 35.8px;
    width: 35.8px;
    text-align: center;
}

ul.social li a::before {
    background: #4D1B7B none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: 0;
}

ul.social li a:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
}


/*
===========================================
Body
===========================================
*/

.main section,
footer {
    padding: 0 20px;
}

.main section.space {
    padding: 90px 20px;
}

.main section.space-bottom {
    padding: 0 20px 90px;
}


/*
===========================================
Place Holder
===========================================
*/

#preloader {
    background-color: #eee;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #4D1B7B;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


/*
================================================
Header
================================================
*/

nav#slide-nav {
    border: medium none;
    margin: 0;
}

#slide-nav .menu-logo i {
    color: #fff;
}

#slide-nav .menu-logo {
    color: #fff;
    font-family: poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 56px;
    text-transform: uppercase;
}

header {
    margin-bottom: 2px;
}

#slide-nav .navbar-header {
    padding: 0;
}

#slide-nav .nav > li > a:hover,
#slide-nav .nav > li > a:focus {
    background-color: #ffffff;
    color: #333;
    text-decoration: none;
}

nav#slide-nav.affix {
    box-shadow: 1px 4px 14px -8px rgba(0, 0, 0, 0.15);
    left: 0;
    margin: auto;
    right: 0;
    z-index: 990;
}

#slide-nav .navbar-form {
    margin: 0;
}

#slide-nav .navbar-nav > li > a {
    color: #ffffff;
    font-family: poppins;
    font-size: 14px;
    font-weight: 600;
    padding: 21px 30px 15px;
    text-transform: uppercase;
}
#slide-nav .navbar-nav > li {
    display: inline-block;
    float: none;
}

#slide-nav .navbar-left {
    float: right !important;
    padding: 0;
}

#slide-nav #menu_nav {
    padding: 0;
    text-align: right;
}

#slide-nav .navbar-left {
    float: right !important;
    padding: 0;
    width: 267px;
}

#slide-nav .closs {
    display: none;
}

#slide-nav .form-group button {
    background-color: transparent;
    border: medium none;
    bottom: 0;
    color: #666;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

#slide-nav .navbar-form .form-group {
    display: block;
}

#slide-nav .navbar-form .form-control {
    background-color: #fff;
    box-shadow: none;
    height: 56px;
    width: 100%;
}

#slide-nav .navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
}

.navbar-form .form-control::-moz-placeholder {
    color: #666;
}

.navbar-form .form-control:-ms-input-placeholder {
    color: #666;
}

.navbar-form .form-control::-webkit-input-placeholder {
    color: #666;
}

#slide-nav .navbar-form .form-control:focus {
    background-color: #eee !important;
    border: medium none;
    box-shadow: 0 0 12px 1px rgba(23, 23, 23, 0.1) inset !important;
}

header nav#slide-nav {
    background-color: #4d1b7b;
    border-radius: 0;
    padding: 0 20px;
}


/*
===========================================
videos slider
===========================================
*/

div#video-slider * {
    transition: none;
}

#video-slider .ms-view.ms-mask-view {
    width: 100% !important;
}


/*
================================================
Blog
================================================
*/

.post article h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.post article h6 {
    color: #000;
    font-size: 18px;
    margin-bottom: 19px;
    margin-top: 0;
    text-transform: capitalize;
}

.post .post-text {
    background-color: #fff;
    padding: 40px 15px;
}

ul.social li a.btn::before {
    z-index: -1;
}

#widget.widget {
    border-radius: 0;
}

article .post-inner::before,
#category .category-block .post-inner::before {
    border: 1px solid transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

article:hover .post-inner::before {
    border-color: #000;
    bottom: -8px;
    left: -8px;
    right: -8px;
    top: -8px;
}

div#post-slider2 {
    margin-bottom: 30px;
}

article ul.social li {
    display: inline-block;
    float: left;
}


/*
================================================
Post full width
================================================
*/

article.full-post-text .inner {
    background-image: url("../images/full-post.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}

article.full-post-text .post-box {
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 40px 75px;
}

.post article:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
}


/*
================================================
Latest blog
================================================
*/

.latest-text::before {
    background: #4D1B7B none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: 0;
}

article:hover .latest-text::before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    ms-transform: scaleY(1);
}

article .latest-block.right {
    background-color: #f0f0f0;
}

article h5 {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    margin: 0 0 10px;
}

article .latest-text p {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    margin-top: 21px;
}

article .latest-text .btn {
    background-color: #4d1b7b;
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 4px 8px;
}

article .latest-text .date {
    color: #000;
    font-size: 12px;
}

article .latest-text .post-info {
    margin-top: 37px;
}

article .latest-text {
    background-color: #ede8f1;
    clear: both;
    display: inline-block;
    padding-top: 15px;
    width: 100%;
}

article img,
#category img {
    width: 100%;
}

.detail-block ul li:not(:last-child) {
    margin-right: 20px;
}

footer#white .social li {
    display: inline-block;
    height: 50px;
    text-align: center;
    width: 50px;
    border: 1px solid transparent;
}

article ul.social li:last-child {
    border: medium none;
    padding: 0;
    width: 82px;
}

#blog-detail ul li i {
    color: #4d1b7b;
    margin-right: 5px;
}

.detail-block ul li:not(:last-child) {
    margin-right: 20px;
}

.detail-block > ul {
    margin-bottom: 10px;
}

#blog-detail .author {
    display: flex;
    margin-top: 30px;
}

.author .about-author {
    margin-left: 20px;
    padding: 2px 0;
}

.author .name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

article ul.social li .btn {
    font-weight: 500;
    height: 36px;
    padding: 0;
    text-transform: lowercase;
    width: 100%;
    z-index: 0;
    border: none;
}

article ul.social {
    margin-top: 15px;
}

.detail-block ul li {
    display: inline-block;
}

article:hover .latest-text h5,
article:hover .latest-text p,
article:hover .latest-text .date {
    color: #fff;
}

#post-slider2 .owl-controls.clickable,
#post-slider2 .owl-buttons {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#post-slider2 .owl-next {
    position: absolute;
    right: -55px;
}

#post-slider2 .owl-prev {
    left: -55px;
    position: absolute;
}

#post-slider2 .owl-buttons div {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

#post-slider2 .owl-buttons i {
    font-size: 50px;
}

#post-slider2 .owl-wrapper-outer {
    z-index: 2;
}

article .video-button {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

article .video-button a {
    background-color: #4d1b7b;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

article .video-button a:hover {
    background-color: rgba(0, 0, 0, 1);
}

article .video-button a i {
    color: #fff;
    font-size: 20px;
}

article .ms-tabs .ms-thumb {
    height: 100%;
    padding: 0;
}

article .ms-thumb-frame {
    border: medium none;
}

iframe#soundcloud {
    height: 453px;
}

#master .gallery-hover {
    bottom: -50px;
    left: 0;
    position: absolute;
    right: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 1;
}

#master:hover .gallery-hover {
    bottom: 5px;
}

#master .gallery-hover .btn {
    background-color: #ffffff;
    border: medium none;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    margin-right: 4px;
    padding: 7px 20px 5px;
}

#master .gallery-hover .btn:hover {
    background-color: #4D1B7B;
    color: #fff;
}

article .ms-tabs .ms-thumb::before {
    background-color: transparent;
    bottom: 25px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 16px;
    z-index: 6;
}

article .ms-tabs .ms-thumb:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
    border: 5px solid #fff;
}

#master * {
    transition: none 0s ease 0s;
}

#soundcloud {
    width: 100%;
}

.comments .comment:not(:last-child) {
    margin-bottom: 30px;
}

.comments .comment {
    display: flex;
}

.comment .comment-info {
    margin-left: 20px;
}

.comment .name,
.comment .date {
    display: inline-block;
    margin-bottom: 10px;
}

.comment .name {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.comment .date {
    font-size: 11px;
    margin-left: 10px;
    text-transform: uppercase;
}

.comment.reply {
    margin-left: 50px;
}

#blog-detail .comments {
    height: 250px;
    overflow: auto;
}

#blog-detail .text {
    height: 160px;
    overflow: auto;
}

.comment-form > h3 {
    color: #444;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#blog-detail .btn {
    background-color: #333;
    color: #fff;
}

#blog-detail .btn:hover {
    background-color: #4d1b7b;
}


/*
================================================
Gallery
================================================
*/

#gallery ul li img {
    max-width: 100%;
}

#gallery ul li {
    display: inline-block;
    width: 14.28%;
}

#gallery ul li a {
    border: 1px solid transparent;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

#gallery ul li:hover a {
    border: 1px solid #fff;
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
}

#gallery ul li::before {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    background-color: transparent;
    z-index: 1;
}

#gallery ul li:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}


/*
================================================
Newsletter
================================================
*/

#newsletter form .form-group {
    margin: 0 !important;
}

#newsletter form input,
#newsletter form .btn {
    width: 100%;
}

#newsletter form .btn {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

#newsletter form .btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

#newsletter form input {
    background-color: #000;
}

#newsletter form input:focus {
    background-color: #fff;
}


/*
===========================================
Contact us
===========================================
*/

.main.active::after {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
}

.contact-us.collapse,
#about.collapse,
#services.collapse,
#portfolio.collapse,
#blog-detail.collapse {
    background-color: #fff;
    bottom: 0;
    padding: 0 0 0 30px;
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    transform-origin: 100% 50% 0;
    -webkit-transform-origin: 100% 50% 0;
    -ms-transform-origin: 100% 50% 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
}

.contact-us.collapse.in,
#about.collapse.in,
#services.collapse.in,
#portfolio.collapse.in,
#blog-detail.collapse.in {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(01);
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.address-block .icon {
    background-color: #4D1B7B;
    color: #fff;
    font-size: 22px;
    height: 50px;
    line-height: 53px;
    margin-right: 20px;
    text-align: center;
    width: 50px;
}

.address .address-block {
    display: flex;
}

.address {
    margin-bottom: 40px;
}

.address .address-info > a,
.address .address-info > p {
    color: #333;
    display: block;
}

input#submit_contact {
    background-color: #4D1B7B;
    color: #fff;
}

.collapse .closs {
    background-color: #4d1b7b;
    color: #fff;
    font-size: 20px;
    height: 40px;
    left: 10px;
    line-height: 43px;
    position: absolute;
    right: auto;
    text-align: center;
    top: 20px;
    width: 40px;
    z-index: 999;
}

#blog-detail .closs {
    left: -20px;
    top: 10px;
}

section.contact-us {
    overflow: visible;
}

.contact-us h2 {
    margin-top: 0;
}

#map {
    width: 100%;
}


/*
===========================================
About us
===========================================
*/

section#about::before {
    background-image: url("../images/about-us.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 54%;
    position: absolute;
    right: 0;
    top: 0;
}

#accordion {
    margin-bottom: 0;
}


/*
================================================
Services
================================================
*/

#services.collapse {
    background-color: #fff;
    padding: 0 30px;
}

#services .service-block h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 4px;
    margin-top: 0;
    text-transform: uppercase;
}

#services .service-block h3 a {
    color: #222;
}

#services .service-block p {
    color: #555;
}

#services .service-block:hover p {
    color: #333;
}

#services .service-block:hover .btn {
    background-color: #001f3f;
    color: #fff;
    border-color: #001f3f;
}

#services .service-block:not(:nth-last-child(-n+4)) {
    margin-bottom: 60px;
}

#services .service-icon {
    color: #fff;
    font-size: 40px;
    z-index: 0;
    text-align: center;
    line-height: 77px;
}

#services .service-block .inner {
    display: flex;
}

#services .service-info {
    padding: 15px;
    background-color: #f5f5f5;
}

#services .service-icon::after {
    background-color: #4d1b7b;
    bottom: 30px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 75px;
}

#services.collapse .closs {
    left: 15px;
}

#services .service-info::before {
    background: #4D1B7B none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    -ms-transform-origin: 50% 100% 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: 0;
}

#services .service-block:hover .service-info::before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#services .service-block:hover .service-info * {
    color: #fff;
}


/*
================================================
Footer
================================================
*/

footer ul.tag li {
    display: block;
    overflow: hidden;
}

.footer-block ul.social li i {
    font-size: 18px;
}

footer .customer li a img {
    width: 100%;
}

footer .customer li:hover img {
    transform: scale(1.1) rotate(4deg);
    filter: blur(0px) grayscale(0%);
    -webkit-filter: blur(0px) grayscale(0%);
}

footer .customer li {
    overflow: hidden;
}

.footer-base ul.tag {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2;
}

.footer-blog li {
    background-color: #f8f8f8;
    padding: 8px 11px;
    text-align: center;
    width: 100%;
}

.footer-blog li h6 {
    color: #000;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 6px;
}
footer .main-heading {
    margin-bottom: 20px;
}
.footer-block .social li a {
    height: 40px;
    text-align: center;
    width: 100%;
}

.footer-base .social {
    margin-top: 30px;
}

.footer-base form .form-group {
    clear: both;
    margin-bottom: 10px;
}

.footer-blog li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-blog p {
    font-size: 12px;
    line-height: 18px;
}

.footer-base .main-heading h3 {
    font-size: 18px;
}

.footer-blog li img {
    max-width: 100%;
}

ul.tag li a {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    padding: 0;
    text-transform: capitalize;
}

footer#black form .btn:hover,
footer#black .btn:hover {
    background-color: #000;
    color: #fff;
}

#model form .btn:hover {
    background-color: #4d1b7b;
    border-color: transparent;
    color: #fff;
}

footer#black .btn {
    background-color: #fff;
    color: #000;
}

footer form .btn {
    border: 1px solid #333;
    width: 100%;
}

footer#black .btn {
    border: 1px solid #fff;
}

footer#black {
    background-color: #000;
}

footer#black form input.form-control {
    color: #fff;
}

#white ul.tag li:hover a,
#white-simple ul.tag li:hover a,
footer#white-simple form .btn:hover {
    background-color: #fff;
    color: #000;
}

footer#white-simple .footer-base {
    background-color: #fff;
}


/*
================================================
Copy Rights
================================================
*/

.copy-rights p {
    color: #333;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 11px;
}

#copy-rights p a {
    color: #4d1b7b;
}

#copy-rights p a:hover,
footer#black h3 {
    color: #fff;
}


/*
================================================
join us
================================================
*/

.modal-open .modal {
    align-items: center;
    display: flex !important;
    justify-content: center;
    padding: 0!important;
}

#model h4 {
    color: #000;
    display: inline-block;
    font-style: italic;
    font-weight: 700;
    text-transform: capitalize;
}

#model .modal-body::after {
    background-image: url("../images/model.png");
    background-position: left 66%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    left: 47%;
    position: absolute;
    right: -34px;
    top: 0;
}
#model ul.social li i {
    /* color: #fff; */
    font-size: 22px;
}
#model .modal-dialog {
    margin: 0;
    transform: translate(0px);
}

#model form .btn {
    width: 100%;
}

#model form input {
    box-shadow: none;
}

#model form input:focus {
    border-color: #000;
}

#model .modal-dialog {
    display: inline-block;
}

#model .model-image img {
    max-width: 100%;
}

#model .modal-body {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-top: 40px;
}

#model .modal-content {
    border-radius: 0;
}

#model button.close {
    background-color: #fff;
    border: 2px solid #4d1b7b;
    border-radius: 50%;
    color: #4d1b7b;
    height: 40px;
    line-height: 39px;
    opacity: 1;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 40px;
    z-index: 2147483647;
}

.modal-body .social li:not(:last-child) {
    margin-right: 4px;
}

#model .modal-body::before {
    border: 4px solid #4d1b7b;
    bottom: 17px;
    content: "";
    left: 17px;
    position: absolute;
    right: 17px;
    top: 17px;
}

#model button.close:hover {
    background-color: #4d1b7b;
    border-color: #fff;
    color: #fff;
}

#model ul.social {
    margin-top: 30px;
    text-align: left;
}

#model ul.social li a {
    height: 50px;
    width: 50px;
    text-align: center;
}

.modal-body .social li {
    display: inline-block;
}

#model form .btn {
    border: 1px solid #000;
}

#model .modal-backdrop.in {
    opacity: 0.8;
}


/* ----------------------------------
 ANIMATION
  ---------------------------------- */

.animate-in {
    -webkit-transition: all .8s ease-in-out .0s;
    -moz-transition: all .8s ease-in-out .0s;
    -o-transition: all .8s ease-in-out .0s;
    -ms-transition: all .8s ease-in-out .0s;
    transition: all .8s ease-in-out .0s;
}

.bottom-out {
    top: 200px !important;
}

.bottom-out.animated {
    top: 0 !important;
}

.fade-in {
    opacity: 0;
    top: -20px;
}

.fade-in.animated {
    opacity: 1;
    top: 0;
}

.scale-less {
    opacity: 0;
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
}

.scale-less.animated {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.left-out {
    left: -100%;
    opacity: 0;
}

.left-out.animated {
    left: 0;
    opacity: 1;
}

.right-out {
    right: -100%;
    opacity: 0;
}

.right-out.animated {
    right: 0;
    opacity: 1;
}

.move-up {
    top: 30px;
    opacity: 0;
}

.move-up.animated {
    top: 0;
    opacity: 1;
}

.zoom-out {
    opacity: 0;
    -ms-transform: scale(5);
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    transform: scale(5);
}

.zoom-out.animated {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.small-spliter {
    width: 50px;
}

.small-spliter.animated {
    width: 20px;
}


/*
================================================
Responsive
================================================
*/

@media (max-width: 767px) {
    .ms-videogallery-template.ms-videogallery-vertical-template {
        padding-right: 15px;
    }
    .main section,
    footer {
        padding: 0;
    }
    /*Header*/
    .close-offcanvas {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
        color: #000;
        border: 2px solid #eee;
        border-radius: 100%;
        width: 22px;
        height: 22px;
        line-height: 18px;
        text-align: center;
        font-size: 12px;
    }
    .close-offcanvas:hover {
        background: #000;
        color: #fff;
    }
    header #slide-nav #menu_nav {
        background: #4d1b7b none repeat scroll 0 0;
        box-shadow: 0 0 4px 0 #666;
        color: #999;
        height: 100%;
        margin: 0;
        opacity: 0;
        overflow-y: scroll;
        padding: 0;
        position: fixed;
        top: 0;
        width: 280px;
        z-index: 999999;
    }
    #menu_nav .closs {
        color: #fff;
        display: block;
        font-size: 30px;
        left: 10px;
        text-align: center;
        top: 10px;
    }
    #slide-nav .navbar-left {
        width: 100%;
    }
    header #slide-nav #menu_nav {
        -webkit-transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), right 400ms cubic-bezier(0.7, 0, 0.3, 1);
        transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), right 400ms cubic-bezier(0.7, 0, 0.3, 1);
    }
    header #slide-nav #menu_nav {
        right: -280px;
    }
    .offcanvas header #slide-nav #menu_nav {
        right: 0;
    }
    .offcanvas:after {
        position: fixed;
        top: 0;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.95);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        z-index: 99;
        left: 0;
    }
    .offcanvas {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .offcanvas:after {
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .offcanvas header #slide-nav #menu_nav {
        opacity: 1;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
        border-radius: 1px;
        display: block;
        height: 3px;
        width: 30px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    .menu-logo {
        display: inline-block;
    }
    .navbar-toggle {
        margin-right: 0;
        padding: 9px 0;
    }
    #slide-nav #menu_nav > ul {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
        display: block;
        text-align: left;
    }
    #slide-nav .navbar-nav > li {
        display: block;
    }
    #slide-nav #menu_nav > ul > li > a {
        line-height: 50px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .main section.space {
        padding: 30px 0;
    }
    #model .modal-body::after {
        display: none;
    }
    #model .modal-body {
        padding: 40px 15px;
    }
    #model .modal-body::before {
        border: 2px solid #4d1b7b;
        left: 6px;
        right: 6px;
    }
    #model button.close {
        border: 1px solid;
        height: 25px;
        line-height: 27px;
        right: 2px;
        top: 2px;
        width: 25px;
        z-index: 2147483647;
    }
    article ul.social li:last-child {
        width: 75px;
    }
    article.full-post-text .post-box {
        padding: 40px 15px;
    }
    .post article:not(:last-child) {
        margin-bottom: 30px;
    }
    .main section.space-bottom {
        padding: 0 0 30px;
    }
    #gallery ul li {
        width: 49.28%;
    }
    footer .footer-block:not(:last-child) {
        margin-bottom: 30px;
    }
    #copy-rights p {
        font-size: 12px;
    }
    section#about::before {
        display: none;
    }
    .screen-height {
        height: auto!important;
    }
    .screen-height {
        overflow: auto;
    }
    .ms-videogallery-template .ms-layer.video-title {
        font-size: 10px !important;
    }
    iframe#soundcloud {
        height: 240px;
    }
}

@media (min-width: 768px)and (max-width: 992px) {
    article ul.social li:last-child {
        width: 119px;
    }
    #slide-nav .navbar-nav > li > a {
        font-size: 12px;
        font-weight: 500;
        padding: 19px 13px 17px;
    }
    #slide-nav .navbar-left {
        width: 169px;
    }
    #slide-nav .menu-logo {
        font-size: 20px;
    }
    #slide-nav .form-group button {
        width: 32px;
    }
    .address .address-block {
        display: block;
    }
    .address .address-info > a,
    .address .address-info > p {
        font-size: 11px;
        line-height: 22px;
    }
    .address {
        margin-bottom: 15px;
    }
    .sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item {
        width: 24%;
    }
    .ms-videogallery-template .ms-layer.video-title {
        font-size: 14px !important;
    }
    #services .service-icon {
        font-size: 22px;
    }
    #services .service-info {
        padding: 15px 7px;
    }
    #services .service-block h3 {
        font-size: 13px;
    }
    #services .service-block p {
        font-size: 10px;
        line-height: 20px;
    }
    #accordion .panel-body {
        padding: 20px 10px;
    }
    #accordion .panel-heading .panel-title {
        font-size: 12px;
    }
    .main-heading p {
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 22px;
    }
    .main-heading h2 {
        font-size: 24px;
    }
    iframe#soundcloud {
        height: 316px;
    }
}
@media (min-width: 993px)and (max-width: 1280px) {
    #slide-nav .navbar-nav > li > a {
        padding: 21px 16px 15px;
    }
    div#post-slider2 {
        margin-bottom: 4px;
    }
    .post article:not(:nth-last-child(-n+2)) {
        margin-bottom: 4px;
    }
    article.post-block {
        padding: 0 2px;
    }
    article ul.social li a {
        height: 25.8px;
        width: 25.8px;
    }
    article ul.social li .btn {
        height: 26px;
    }
    iframe#soundcloud {
        height: 380px;
    }
    .full-post-text {
        padding: 0 2px;
    }
}
@media(min-width: 1281px)and (max-width: 1349px) {
    article ul.social li:last-child {
        width: 64px;
    }
    article ul.social li .btn {
        font-size: 10px;
    }
    iframe#soundcloud {
        height: 438px;
    }
}
