/*-----------------------------------------------------------------
Template Name: Maya Personal Portfolio Template
Author       : Codexboss
Version      : 1.0.0                                       
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
Table Of Index
--------------------------------
1. Reset css
2. Style Css
    2.1 Navigation
    2.2 Banner
    2.3 Seravices
    2.4 About Me
    2.5 Portfolio
    2.6 Testimonial
    2.7 Contact
    2.8 footer
    2.9 Extras
3. Responsive Css
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Default Settings
----------------------------------------------------------------*/
body{
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #666;
    font-family: 'Raleway', sans-serif;
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:hover,
a:focus,
input,
button,
textarea{
    text-decoration: none;
    outline: none;
}

/*----------------------Typography Settings---------------------*/
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}
h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    line-height: 90px;
    text-transform: uppercase;
}
h2 {
    color: #333;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    text-transform: capitalize;
}
h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    text-transform: capitalize;
}
h5 {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 15px;
    text-transform: capitalize;
}
p {
    color: #666;
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    padding: 0;
}

/*--------------------------Spacing CSS-------------------------*/
.pt-1 {
    padding-top: 70px;
}
.pb-1 {
    padding-bottom: 70px;
}
.ptb-1 {
    padding-top: 90px;
    padding-bottom: 100px;
}

/*-------------------------Alignment CSS------------------------*/
.align-center {
    text-align: center;
}

/*-------------------------Color Settings-----------------------*/
.bg-1 {
    background: #f7f7f7;
}
.bg-2 {
    background: #222;
}
.white {
    color: #fff;
}

/*--------------------All Transition Settings-------------------*/
.header-area .navbar,
.menu-section,
.main-menu.main-menu-wrapper,
.main-menu.main-menu-wrapper a::before,
.following-box li a i,
.hamburger-spring .hamburger-inner,
.portfolio-overlay,
.hover-mask h4 a,
.hover-mask i,
.blog-slider .owl-dot,
.ftr-social-link ul li a i,
.contact-icon i,
.btn2,
.switcher-area,
.style-info {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
/*----------------------------------------------------------------
					End Default Settings
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Header Section
----------------------------------------------------------------*/
.header-area .navbar-brand {
    color: #fff;
    display: block;
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}
.header-area .navbar {
    padding: 35px 0 0;
}
.header-area .top-nav-collapse {
    padding: 5px 0;
    border: medium none;
    background: #f9f9f9;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}
.header-area .top-nav-collapse .navbar-brand {
    color: #333;
    margin-left: 0;
    }
.menu-toggle-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-section {
    background: url(../images/menu-bg.jpg);
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    position: fixed;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    width: 100%;
    z-index: 99;
}
.menu-section.show-win {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.menu-container {
    margin-top: 150px;
    overflow: hidden;
    text-align: center;
}
.main-menu.main-menu-wrapper a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-menu.main-menu-wrapper {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
}
.main-menu.main-menu-wrapper a::before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: -100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
}
.main-menu.main-menu-wrapper a:hover::before {
    left: 0;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
.following-box {
    margin-top: 40px;
}
.following-box h3 {
    font-size: 29px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.following-box li {
    display: inline-block;
    margin-left: 10px;
}
.following-box li a i {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #333;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.following-box li a:hover i {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}
.show-win .main-menu.main-menu-wrapper {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger-box {
    height: 20px;
    width: 30px;
    position: relative;
    margin-right: 15px;
    display: inline-block;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
    border-radius: 0;
    height: 2px;
    position: absolute;
    width: 30px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px; 
}
.hamburger-inner::after {
    bottom: -10px;
}
.header-area .top-nav-collapse .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after,
.header-area .top-nav-collapse .hamburger-spring .hamburger-inner::before,
.header-area .top-nav-collapse .hamburger-spring .hamburger-inner::after {
    background: #333;
}
/*-------------------Spring---------------------*/
.hamburger-spring .hamburger-inner {
    top: 2px;
}
.hamburger-spring .hamburger-inner::before {
    background: #fff;
    top: 10px;
    width: 20px;
    right: 0;
}
  .hamburger-spring .hamburger-inner::after {
    background: #fff;
    top: 20px;
    width: 10px;
    right: 0;
}
.hamburger-spring.is-active .hamburger-inner {
    background-color: transparent; 
}
.hamburger-spring.is-active .hamburger-inner::before {
    top: 0;
    width: 30px;
    transform: translate3d(0, 10px, 0) rotate(45deg); 
}
.hamburger-spring.is-active .hamburger-inner::after {
    top: 0;
    width: 30px;
    transform: translate3d(0, 10px, 0) rotate(-45deg); 
}  
/*----------------------------------------------------------------
                        Header Section
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Banner Section
----------------------------------------------------------------*/
.banner-area.banner-1 {
    background: url(../images/banner.jpg)50% no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
.banner-area.banner-2 {
    background: url(../images/banner.jpg)50% no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
.banner-area.banner-1 #particles-js {
    height: 100%;
    width: 100%;
    z-index: 9;
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
}
.banner-area .background-video { 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    background-image: transparent;
}
video,source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
.slider-title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -o-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100vh;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    width: 100%;
}
.slider-title h1, .slider-title > h3, .slider-title p {
    z-index: 9;
}
.slider-title p {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    line-height: 35px;
    text-transform: capitalize;
}
.overlay {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    position: absolute;
    background: rgba(0,0,0,0.7);
}
/*----------------------------------------------------------------
                        End Banner Section
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start About Section
----------------------------------------------------------------*/
.user-img img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.user-details > h3 {
    color: #555;
    font-size: 23px;
    line-height: 35px;
    padding-bottom: 15px;
}
.skill-progress {
    margin-top: 30px;
}
.skill .progress .lead {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -21px;
    z-index: 9;
    text-transform: uppercase;
}
.skill .progress {
    background-color: #eee;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 51px;
    overflow: visible;
    position: relative;
}
.skill .progress-bar span {
    color: #333;
    float: right;
    font-weight: 400;
    font-size: 12px;
    margin-right: 10px;
    margin-top: -26px;
    position: relative;
    padding: 0 5px;
}
.skill .progress:nth-child(1) .progress-bar {
    background: #333;
}
.skill .progress:nth-child(2) .progress-bar {
    background: #333;
}
.skill-bar-area{
    overflow: hidden;
    padding-top: 50px;
}
/*----------------------------------------------------------------
                        End About Section
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Service Section
----------------------------------------------------------------*/
.service-area {
    padding-bottom: 60px;
}
.service-single-item {
    margin-bottom: 40px;
    position: relative;
}
.service-icon i {
    color: #555;
    display: block;
    font-size: 28px;
}
.service-single-item > h3 {
    color: #555;
    font-size: 18px;
    line-height: 50px;
}
/*----------------------------------------------------------------
                        End Service Section
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Portfolio Section
----------------------------------------------------------------*/
.portfolio-area {
    padding-bottom: 77px;
}
.project-item {
    position: relative;
    margin-bottom: 30px;
}
.project-image > img {
    width: 100%;
}
.portfolio-overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.hover-mask h4 a{
    top: 10%;
    left: 50%;
    color: #fff;;
    font-size: 16px;
    position: absolute;
    display: inline-block;
    text-transform: capitalize;
    transform: translateX(-50%);
}
.hover-mask h4 a::before {
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
    position: absolute;
}
.hover-mask i {
    bottom: 10%;
    color: #fff;
    font-size: 25px;
    height: 45px;
    left: 50%;
    line-height: 45px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 45px;
    border: 1px solid #fff;
}
.project-item:hover .portfolio-overlay {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.project-item:hover .hover-mask h4 a{
    top: 30%;
}
.project-item:hover .hover-mask i {
    bottom: 30%;
}
.portfolio-menu {
    text-align: center;
    padding-bottom: 35px;
}
.portfolio-menu > li {
    color: #555;
    display: inline-block;
    font-size: 15px;
    margin-right: 40px;
    cursor: pointer;
    text-transform: capitalize;
}
.portfolio-menu > li:last-child {
    margin-right: 0;
}
.portfolio-menu > li.active {
    color: #222;
}
/*----------------------------------------------------------------
                        End Portfolio Section
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Client Section
----------------------------------------------------------------*/
.client-area {
    background: url(../images/client.jpg)50% no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.client-img > img {
    border-radius: 50%;
    margin-top: 20px;
}
.client-say h5 {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
}
.client-single-item > span {
    color: #fff;
}
.white > span {
    font-size: 40px;
    padding: 0 5px;
    vertical-align: -moz-middle-with-baseline;
}
.client-area .client-img img {
    width: auto;
    display: inline-block;
}
/*----------------------------------------------------------------
                        End Client Section
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Blog Section
----------------------------------------------------------------*/
.blog-area{
    padding-bottom: 100px;
}
.single-post-item img {
    width: 100%;
}
.blog-meta {
    margin-top: 10px;
}
.blog-meta i {
    padding-right: 5px;
}
.post-by > a {
    color: #777;
    font-weight: 400;
    line-height: 30px;
    margin-right: 25px;
    display: inline-block;
}
.post-date {
    font-weight: 400;
    line-height: 30px;
    margin-right: 25px;
}
.post-comment > a {
    color: #777;
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
}
.post-by:hover a {
    color: #666;
}
.post-comment:hover a {
    color: #666;
}
.single-post-item h5:hover {
    color: #333;
}
.blog-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.blog-slider .owl-dot {
    background: #ccc;
    display: inline-block;
    height: 8px;
    margin-right: 12px;
    width: 20px;
}
.blog-slider .owl-dot.active {
    background: #333;
}
/*----------------------------------------------------------------
                        End Blog Section
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Contact Section
----------------------------------------------------------------*/
.contact-area {
    padding-bottom: 106px;
}
.single-contact-field {
    margin-bottom: 20px;
}
.single-contact-field .text-field {
    font-size: 14px;
    height: 50px;
    line-height: 20px;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #ccc;
}
.single-contact-field textarea {
    height: 150px;
    width: 100%;
    line-height: 20px;
    padding: 12px 10px;
    border: 1px solid #ccc;
}
.btn2 {
    background: #333;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 45px;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: capitalize;
    border: 1px solid #333;
    border-radius:35px;
}
.btn2:hover {
    background: #fff;
    color: #222;
    border: 1px solid #ccc;
}
.contact-icon {
    height: 50px;
    width: 50px;
    float: left;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.contact-icon i {
    color: #333;
    font-size: 25px;
    line-height: 50px;
    display: block;
}
.info-text {
    float: left;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 400;
}
.contact-info li {
    width: 100%;
    margin-bottom: 28px;
    display: inline-block;
}
.contact-info li:hover .contact-icon i {
    color: #fff;
    background: #333;
}
.success {
    background: #333;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    margin-top: 25px;
}
/*----------------------------------------------------------------
                        End Contact Section
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Footer Section
----------------------------------------------------------------*/
.copy-right > p {
    color: #fff;
    line-height: 120px;
    text-transform: capitalize;
}
.ftr-social-link {
    padding: 42px 0;
}
.ftr-social-link ul li{
    margin-left: 25px;
    display: inline-block;
}
.ftr-social-link ul li a i {
    height: 35px;
    width: 35px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.ftr-social-link ul li:hover a i {
    color: #333;
    background: #fff;
}
/*-------------Scroll To Top-------------*/
.scroll-top {
    height: 35px;
    width: 35px;
    background: #222;
    text-align: center;
    position: fixed;
    right: 20px;
    cursor: pointer;
    bottom: 50px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.scroll-top i {
    line-height: 35px;
    color: #fff;
    font-size: 24px;
}
.not-visible {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}
/*----------------------------------------------------------------
                        End Footer Section
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Switcher Style
----------------------------------------------------------------*/
.switcher-area {
    background: #fff;
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
    -webkit-transform: translate(-212px, -50%);
    -moz-transform: translate(-212px, -50%);
    -ms-transform: translate(-212px, -50%);
    -o-transform: translate(-212px, -50%);
    transform: translate(-212px, -50%);
}
.switcher-inner-area{
    width: 210px;
    padding:10px 10px;
    position: relative;
    box-shadow: 0px 0px 3px rgba(0,0,0,.20);
}
.style-info span {
    font-size: 17px;
    font-weight: 500;
    padding-left: 0;
    letter-spacing: 1.2px;
    text-transform: capitalize;
}
.switcher-inner-area img {
    width: 100%;
}
.switcher-icon {
    background: #fff;
    color: #333;
    cursor: pointer;
    font-size: 30px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: -45px;
    text-align: center;
    top: 30%;
    width: 45px;
    box-shadow: 2px 0px 4px rgba(0,0,0,.20);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.switcher-inner-area > span {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 1.2px;
}
.style-info {
    background: rgba(255,255,255, .9);
    height: 100%;
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    position: absolute;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.switcher-area .switcher-inner-area ul li {
    margin-bottom: 15px;
    position: relative;
}
.switcher-area .switcher-inner-area ul li:hover .style-info {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.switcher-area .switcher-inner-area .style-info > a {
    color: #333;
    font-size: 20px;
    height: 100%;
    width: 100%;
    font-weight: 600;
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-transform: uppercase;
}
.switcher-area.switcher-toggle {
    transform: translate(0px, -50%);
}
/*----------------------------------------------------------------
                        End Switcher Style
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Preloader Section
----------------------------------------------------------------*/
.loader-overlay {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.preloader {
    background: #333;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.preloader-inner-area {
    height: 100%;
    position: relative;
    width: 100%;
}
.l-preloader {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.c-preloader {
    width: 60px;
    height: 60px;
    position: relative;
}
.c-preloader::before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.c-preloader::after {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: -0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes preloading {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
/*----------------------------------------------------------------
                        End Preloader Section
----------------------------------------------------------------*/
