﻿
@import url('https://fonts.googleapis.com/css?family=Lora:400,700|Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700,800,900|Barlow:300,400,500,700,800,900|Cinzel:400,700,900&display=swap');

html, body {
    width: 100%;
    height: 100%;
}
body {
    background: #f6f6f7;
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}

h1, h2, h3, h4 {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    color: #000000;
    margin-top: 0;
}
h6, .h6 {
    font-size: 16px;
    color: #000;
}
p + h3, p + h4 {
    margin-top: 25px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
}
a, a:focus {
    color: #cca947;
    cursor: pointer;
    -webkit-transition: all 0.43s;
    -moz-transition: all 0.43s;
    transition: all 0.43s;
}
a:hover, a:focus, button:focus, .slick-slide:focus {
    text-decoration: none;
    outline: none;
}
.p-0 {
    padding:0;
}
.m-0 {margin: 0;}.mt-2 {margin-top: 20px;}.mt-3 {margin-top: 30px;}.mt-4 {margin-top: 40px;}.mt-5 {margin-top: 50px;}.mt-6 {margin-top: 60px;}.mt-7 {margin-top: 70px;}
.mb-2 {margin-bottom: 20px;}.mb-3 {margin-bottom: 30px;}.mb-4 {margin-bottom: 40px;}
.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutters [class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.btn.theme-btn {
    background: #cca947;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 13px;
    box-shadow: 0 3px 10px -4px rgba(113, 92, 33, 0.68);
}
    .btn.theme-btn .fa {
        margin-right: 5px;
    }
.btn.theme-btn2 {
    background: #333333;
    border: none;
    color: #ffffff;
    font-size: 12px;
    border-radius: 0;
    padding: 14px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}
.btn.theme-btn2:hover {
    background: #000000;
}

.btn.white-btn {
    background:#ffffff;
    color: #000000;
}
.btn.theme-btn:hover {
    background: #000000;
    color: #fff;
}
.btn.theme-btn.white-btn:hover {
    background:none;
    color: #ffffff;
}
a.btn.read-more {
    color: #e3261e;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    border-radius: 0;
}
a.btn.read-more:hover, a.btn.read-more:focus {
    outline: none;
}

.section-padding { 
    padding-top: 50px;
    padding-bottom: 50px;
}

.heading {
    border-left: 3px solid #cca947;
    padding-left: 16px;
    margin-bottom: 40px;
}
.heading h1, .heading h2 {
    margin: 0 0 12px;
    color: #565656;
    font-size: 20px;
    text-transform: uppercase;
}
.heading a.btn {
    float: right;
    padding: 5px 10px;
}
.heading.white-text h1, .heading.white-text h2, .heading.white-text p {
    color: #ffffff;
}

.top-text-area {
    margin-bottom:40px;
}

.top-text-area p {
    text-align: center;
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto 10px;
}

ul.breadcrumb {
    padding-left: 0;
}
ul.breadcrumb li a {
    font-size: 13px;
    font-weight: 500;
}



/*----------------------------------------------------------
                          Header 
----------------------------------------------------------*/

.sidebar a.sToggler.top {
    position: absolute;
    top: 0;
    right: 0;
    background: #cca947;
    padding: 1px 5px 3px;
    z-index: 99;
}

.sidebar {
    width: 220px;
    background: #ffffff;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    overflow-y: auto;
    z-index: 99;
    transition: all 0.35s;
}
/*.sidebar {background: #000000;
}*/
.mainContent {
    margin-left: 220px;
    transition: all 0.35s;
}


.logo {
    text-align: center;
    padding: 35px 5px 0;
    position: relative;
    margin-bottom: 35px;
    z-index: 1;
}

.logo img{
    display: inline-block;
}

.mainMenu {
    /*padding: 0 25px;*/
}
.mainMenu ul, .social-info ul {
    padding-left: 0;
    margin-bottom: 0;
}
.mainMenu ul li {
    list-style: none;
}
.mainMenu ul li a {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    padding: 11px 6px;
    letter-spacing: 1px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.mainMenu .closeBtn {
    padding-top: 11px;
}
/*.mainMenu ul li a {
    border-bottom: 1px solid #0e0e0e;
    color:#b7b7b7;
}*/
.mainMenu ul li.active a, .mainMenu ul li a:hover {
    color: #cca947;
}

.mainMenu ul li a::after {
    content: "\f105";
    float: right;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1.2;
    color: #cca947;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-26px);
    transition: all 0.28s;
}
.mainMenu ul li.active a::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.mainMenu ul li img{
    max-width: 16px;
    margin-top: -2px;
    vertical-align: middle;
}
.social-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 18px;
    background: #ffffff;
    transition: all 0.35s;
}
/*.social-info {
    border-top: 1px solid #0e0e0e;
    background: #0e0e0e;
}*/

.social-info ul li {
    display: inline-block;
    margin-right: 4px;
}
.social-info ul li a {
    color: #505050;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
}
.social-info ul li img {
    max-width: 24px;
}
.social-info ul li.copyright{
    display: block;
    font-size: 11px;
    margin-top: 10px;
    color: #5a5a5a;
}
.sidebar-collapse .mainMenu {
    position: fixed;
    left: -100px;
    z-index: 99998;
    width: 60px;
    top: 50%;
    background: #ffffff;
    border-radius: 35px;
    padding: 10px 8px;
    text-align: center;
    transform: translateY(-50%);
    
}
.sidebar-collapse .mainMenu {
    left: 16px;
        -webkit-animation: drfadeRight 0.55s;
    -moz-animation: drfadeRight 0.55s;
    -ms-animation: drfadeRight 0.55s;
    animation: drfadeRight 0.55s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.sidebar-collapse .hide {
    display: block !important;
}
.sidebar-collapse .mainMenu ul li a {
    padding: 10px 6px;
    position: relative;
}
.sidebar-collapse .mainMenu ul li.active a {
    border-color: #cca947;
}
.sidebar-collapse .mainMenu ul li .sToggler {
    border-bottom: none;
}
.sidebar-collapse .mainMenu ul li a span {
    content: "";
    position: absolute;
    background: #000000;
    color: #ffffff;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    left: 100%;
    font-size: 9px;
    padding: 2px 6px;
    z-index: 9;
    border-radius: 3px;
    transform: translateY(-50%);
    transition: all 0.25s;
}
.sidebar-collapse .mainMenu ul li a span::after {
    content: "";
    position: absolute;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    left: -4px;
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
    z-index: 9;
    transform: translateY(-50%);
    transition: all 0.25s;
}
.sidebar-collapse .mainMenu ul li a:hover span, .sidebar-collapse .mainMenu ul li a:hover span::after {
    visibility: visible;
    opacity: 1;
}
.sidebar-collapse .mainMenu ul li img {
    max-width: 20px;
}
.mainMenu .logoicon img {
    max-width: 100%;
    margin-bottom: 15px;
}
.sidebar-collapse .mainContent {
    margin-left: 0;
}
.sidebar-collapse .inner-column {
    padding-left: 40px;
    padding-right: 0;
}
.sidebar-collapse .sidebar {
    left: -240px;
}

.sidebar-collapse .mainMenu ul li a::after {
    display: none;
}




/*.sidebar-collapse .sidebar {
    width: 68px;
    padding: 0 8px;
}
.sidebar-collapse .mainContent {
    margin-left: 60px;
}
.sidebar-collapse .logo {
    padding: 40px 0 20px;
}
.sidebar-collapse .mainMenu ul li a {
    text-align: center;
}
.sidebar-collapse .mainMenu ul li a span, .sidebar-collapse .mainMenu ul li a::after, .sidebar-collapse .social-info {
    display: none;
}*/


html, body, .mainWrap,
.mainContent {
    height: 100%;
}
.home {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}
.home::before {
    position: absolute;
    content: "";
    background: rgba(245, 245, 245, 0.84);
    background-image: url(../images/bg-pattern.png);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home .img-box img {
    border: 8px solid #779298;
}

.home .text h4{
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0;
    padding-top: 27px;
}
.home .text h1{
    font-size: 44px;
    font-weight: 400;
    margin-top: 25px;
}
.home .text h1 span{
    color: #cca947;
    font-weight: 800;
}
.home .text p{
    max-width: 550px;
    margin: 0 auto;
}
.home .text .conInfo a {
    /* color: #000; */
    display: block;
    font-weight: 500;
    font-size: 13px;
}

.social-infod ul  {
    display: inline-block;
	padding-left: 0;
	margin: 15px 0 0;
}
.social-infod ul li {
    display: inline-block;
	margin: 0 4px;
}
.social-infod ul li a {
    display: block;
    color: #333;
    background: rgba(255, 255, 255, 0.4);
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

/*#contact {
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
#contact::before {
        position: absolute;
        content: "";
        background: rgba(245, 245, 245, 0.88);
        background-image: url(../images/bg-pattern.png);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }*/

#aboutUs .box {
    background: rgba(255, 255, 255, 0.68);
    padding: 25px;
}
#aboutUs .text h3 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
}

#aboutUs .text h3 span {
    font-weight: 800;
     color: #cca947;
}

#aboutUs .info .colBox {
    padding: 0 5px 0 40px;
    float: left;
    width: 25%;
    position: relative;
    line-height: 1.3;
}
#aboutUs .info .colBox img {
    position: absolute;
    left: 6px;
    width: 28px;
    top: 2px;
    color: #cca947;
    opacity: 0.8;
}
#aboutUs .info .colBox span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    display: block;
}


.inner-padding {
    padding: 50px;
}
ul.boxlist {
    padding-left: 0;
    margin-bottom: 0;
}
ul.boxlist li {
    background: #ececec;
    display: inline-block;
    padding: 8px 16px;
    margin: 4px 3px;
    color: #333;
    font-size: 13px;
}
.programming .box {
    background: #ffffff;
    padding: 15px;
}
.programming .mainImg img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.photographs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;

}
.photographs ul li {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    background: #000000;
}
.photographs ul li a {
    display: block;
}
.photographs ul li .infoDetail, .innocence .box .infoDetail {
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
    padding: 6px 10px;
    color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.photographs ul li:hover .infoDetail {
    bottom: 0;
    transition-delay: 0.1s;
}
.photographs ul li .infoDetail .likes {
    float: right;
}

.photographs ul li img {
    width: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    /* -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02); */
}
.photographs ul li:hover img {
    /* -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); */
    opacity: 0.6;
}

.innocence .box {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
.innocence .box .imgBox {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    background: #000000;
}

.innocence .imgBox img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;

}
.innocence .box .textBox {
    margin-top: 15px;
}
.innocence .box .textBox h5 {
    margin-top: 0;
}
.innocence .box:hover .imgBox img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
}
#singleinnocence .imgBox img {
    height: auto;
}
#singleinnocence .box:hover .imgBox img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}


.blogs .box {
    background: rgba(255, 255, 255, 0.68);
    padding: 30px;
    margin-bottom: 30px;
}
.blogs .box .collapse {
    margin-bottom: 30px;
}
.blogs .box .infoText {
    border-left: 4px solid #cca947;
    padding-left: 16px;
    margin: 28px 0;
    font-style: italic;
}
.blogs .box h5, #cooprative .box h5 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
}


.blogs .box .time {
    color: #cca947;
    font-size: 14px;
}
.blogs .read-more {
    transition: all 0s;
}
.blogs .read-more.active {
    font-size: 0;
}
.blogs .read-more.active::after {
    content: " "attr(title)" ";
    font-size: 14px;
}


#cooprative {
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    min-height: 100%;
}
#cooprative::before {
    position: absolute;
    content: "";
    background: #ffffff;
    background-image: url(../images/bg-pattern.png);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
}
#cooprative .sileBox {
    padding: 168px 33px 20px;
    background-size: cover;
    background-position: center;
    position: relative;
}
#cooprative .sileBox::before {
    position: absolute;
    background: rgba(58, 56, 51, 0.66);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#cooprative .sileBox h3 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
    max-width: 65%;
    position: relative;
}
#cooprative .box {
    background: #f5f5f5;
    margin-bottom: 30px;
    padding: 16px;
    display: inline-block;
}


#cooprative .box .text{
    margin-top: 20px;
}


#contact {
    min-height: 100%;
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
#contact::before {
    position: absolute;
    content: "";
    background-image: url(../images/bg-pattern.png);
    background-color: rgba(255, 255, 255, 0.92);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#contact-form {
    background: #fff;
    padding: 35px 40px;
}
#contact-form h4, div#contact-info h4 {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #cca947;
}
#contactForm input.form-control {
    height: 40px;
}
#contactForm .form-control {
    border: 1px solid #e8e8e8;
    box-shadow: none;
    border-radius: 0;
    font-size: 12px;
}
#contactForm .form-control:hover {
    border-color: #ccc;
}
#contactForm .form-control:focus {
    border-color: #cca947;
}
#contact-info {
    border-left: 1px solid #cccccc;
    padding: 30px 0 30px 55px;
    margin-left: 30px;
}
#contact-info ul {
    padding-left: 0;
}
#contact-info ul.info li {
    margin-bottom: 20px;
    list-style: none;
}
#contact-info ul.info li .fa {
    color: #cca947;
    width: 20px;
}
#contact-info ul.info li .value a {
    color: #ccc;
}
#contact-info .social-media li {
    display: inline-block;
    margin-right: 8px;
}

#contact-info .social-media li a {
    background: #dedede;
    color: #0c0c0c;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
#contact-info .social-media li a:hover {
    background: #cca947;
    color: #fff;
}






.form-control {
    border: 1px solid #d6d6d6;
    border-radius: 0;
    box-shadow: none;
}
input.form-control, select.form-control {
    height: 42px;
}
.form-control:focus, .form-control:active {
    border: 1px solid #999999;
    box-shadow: none;
}




.singleBlog .heading h1 {
    color: #000000;
}
.postinfo {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.postinfo .user {
    color: #cca947;
    margin-right: 5px;
}
.postinfo .time {
    margin-left: 5px;
}
.commentBox.box h6 {
    margin-bottom: 16px;
}
.commentItem  {
    margin-bottom: 20px;
}
.commentItem .userimg {
    float: left;
}
.commentItem .userimg img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.commentItem .textBox {
    margin-left: 68px;
}
.commentItem .name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.commentItem .commenttime {
    font-size: 12px;
    color: #999;
    font-weight: 600;
    margin-bottom: 6px;
}


#singlePhotograph button.close {
    position: absolute;
    right: -10px;
    top: -7px;
    color: #6f6f6f;
    background: #fff;
    border: 2px solid #cca947;
    opacity: 1;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.singlephotographs .infoDetail, #singleinnocence .infoAction {
    margin: 12px 0;
}
.singlephotographs .infoAction a.btn, #singleinnocence .infoAction a.btn {
    margin-left: 10px;
    background: #47a230;
    padding: 6px 12px;
}
.singlephotographs .likes.btn, #singleinnocence .likes.btn {
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 5px 10px;
}
.singlephotographs .likes.btn:hover, #singleinnocence .likes.btn:hover {
    border: 1px solid #666;
    color: #666;
}
.singlephotographs .likes.btn:hover .fa:before, #singleinnocence .likes.btn:hover .fa:before {
    content: "\f004";
}
.singlephotographs .likes.btn.active, #singleinnocence .likes.btn.active {
    border: 1px solid #cca947;
    color: #cca947;
}
.singlephotographs .likes.btn.active .fa:before, #singleinnocence .likes.btn.active .fa:before {
    content: "\f004";
}










/*===========================================================
                     RESPONSIVE PART 
============================================================*/

@media only screen and (max-width: 1440px) {
    

}

@media only screen and (max-width: 1366px) {
   

}

@media only screen and (max-width: 1280px) {
   
    .logo {
        margin-bottom: 20px;
    }

    #contact-form {
        background: #fff;
        padding: 25px 30px;
    }
    #contactForm input.form-control {
        height: 36px;
    }
    #contactForm textarea.form-control {
        height: 74px;
    }

}
@media only screen and (max-width: 1199px) {
    
    
    #aboutUs .info .colBox {
        padding:0;
        width: 50%;
        text-align: center;
    }
    #aboutUs .info .colBox:first-child, #aboutUs .info .colBox:nth-child(2) {
        margin-bottom: 30px;
    }
    #aboutUs .info .colBox img {
        position: static;
        left: 0;
        top: 0;
        margin-bottom: 8px;
    }

    #blogs .box h5, #cooprative .box h5 {
        font-size: 18px;
    }
    #cooprative .sileBox h3 {
        font-size: 18px;
    }
    #contact-info {
        border: 1px solid #2e4e5a;
        padding: 30px 0 30px 55px;
        margin-left: 0;
        color: #ffffff;
        margin-top: 30px;
    }
    .inner-padding {
        padding: 50px 30px;
    }

}


@media only screen and (max-width: 991px) {

    .home .img-box img {
        border: 6px solid #779298;
        max-width: 180px;
    }
    .home .text h1 {
        font-size: 38px;
    }
    #aboutUs .text {
    margin-top: 40px;
}


}
@media only screen and (max-width: 767px) {

    #aboutUs, #blogs, #cooprative, #contact {
        padding-left: 0;
        padding-right: 0;
    }
    .mainMenu.mainMenu2, .sidebar a.sToggler {
        display: none !important;
    }
    .sidebar {
        left: -220px;
    }
    .sidebar.open {
        left: 0;
    }
    .mainContent {
        margin-left: 0;
    }
    .mobileHead {
        top: 0;
        width: 100%;
        z-index: 99;
        padding: 8px 16px;
        background: #fff;
    }
    .mobileHead .mToggler {
        float: right;
        margin-top: 14px;
    }
    .home {
        min-height: 100%;
        padding: 52px 20px;
    }
    #aboutUs .box, #blogs .box {
        padding: 15px;
    }
    

}


@media only screen and (max-width: 480px) {
    
    body {
        font-size: 13px;
    }
    
    #cooprative .sileBox {
        padding: 100px 20px 20px;
    }
    #cooprative .sileBox h3 {
        max-width: 100%;
    }
    #blogs .box h5, #cooprative .box h5 {
        font-size: 15px;
    }
    #contact-info {
        padding: 20px;
    }

}

@media only screen and (min-width: 580px) {

    #cooprative .box .img-box{
        float: left;
        max-width: 250px;
        height: 192px;
    }

    #cooprative .box .img-box img{
        width: 250px;
        height: 192px;
        object-fit: cover;
    }
    #cooprative .box .text{
        margin-left: 250px;
        padding-left: 30px;
    }

}






@media only screen and (min-width: 768px) {

    .container {
        max-width: 750px;
        width: 100%;
    }
    .mobileHead {
        display: none;
    }
    .home {
        height: 100%;
    }
    .home .inner-column {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

}

@media only screen and (min-width: 992px) {

    .container {
        max-width: 970px;
        width: 100%;
    }

}

@media only screen and (min-width: 1200px) {

   
    .container {
        max-width: 1170px;
        width: 100%;
    }

}

@media only screen and (max-height: 500px) {
    .logo {
        margin-bottom: 10px;
    }
}
@media only screen and (max-height: 480px) {
    .social-info {
        position: relative;
        width: auto;
        margin: 0 -15px;
        padding: 10px 5px;
    }
}




.loader {
    height: 100%;
    width: 100%;
    background: #ffffff;
    position: fixed;
    pointer-events: none;
    z-index: 9999998;
    display: table;
}

.wapper {
    display: table-cell;
    vertical-align: middle;
}
.loader .logo {
    max-width: 150px;
    margin: auto;
}

.animate {
	-webkit-animation-duration: 0.65s;
	animation-duration: 0.65s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes drfadeRight{
	    0%{
		    opacity:0;
		    left: -200px;
	    }

	    90%{
		    opacity:1;
		    left: 20px;
	    }
        100%{
		    opacity:1;
		    left: 16px;
	    }
    }
    @keyframes drfadeRight{
	     0%{
		    opacity:0;
		    left: -200px;
	    }

	    90%{
		    opacity:1;
		    left: 20px;
	    }
        100%{
		    opacity:1;
		    left: 16px;
	    }
    }
body {
    scrollbar-color: rebeccapurple green;
  scrollbar-width: thin;
}
::-ms-scrollbar {
    width: 3px;
    background-color: #ebebeb;
    border-radius: 20px;
}

::-ms-scrollbar-thumb {
    background-color: #999;
    border-radius: 20px;
    height: 20px
}

::-ms-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 20px;
}

::-webkit-scrollbar {
    width: 0;
    background-color: #ebebeb;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 20px;
    height: 20px
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 20px;
}

