/*
 @Author: XpertPress
 @URL: http://www.rndspot.com
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme.
 However we used Less script to make things easy to maintain, this is the compressed ourput, we recommend to edit the less files and then recombile the files and add the result here, if you don't like to use less you can edit this file here.
 
 This files contents are outlined below.
 02.	Global Styling
 03.	Header
*/

/* =============================================
                Global Styling
============================================= */
*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    margin: 0; padding: 0;
}
h1 a, h2 a{
    margin: 0;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    font-weight: normal;
}
h3 a, h4 a, h5 a, h6 a{
    margin: 0;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    display: inline-block;
    color: #fff;
}
h1{
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}
h2{
    color: #fff;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
h3{
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: normal;
}
h4{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}
h5{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
h6{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
p a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
p a:hover {text-decoration:none;}
p {
    letter-spacing: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin: 0 0 0px;
}
a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #111;
    text-decoration: none; 
    transition: all 0.5s ease-in-out;
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
img {
    max-width: 100%;
}
ul, ol{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;display:inline-block;margin: 0px 15px 13px 15px;
    padding: 0;
}
i{
    line-height: 1;
}
ul li a{
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #111;
}
.layout{
    width: 100%;
    float: left;
}
.section-padding{
    padding: 100px 0;
}
.child-pernt {
    display: table;
    height: 100%;
    width: 100%;
}
.child {
    display: table-cell;
    vertical-align: middle;
}
/************************************
        side-bar start
*************************************/
.rela-block {
    display: block;
    position: relative;
    margin: auto;
    top: 0;
    left:0 ;
    right: 0;
    bottom: 0;
}
.side-bar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 80px;
    background-color: #1f2124;
    color: #fff;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    overflow: visible !important;
    overflow-y: visible !important;
    transition: width 500ms ease-in-out;
}
.side-bar.menu-open {
    width: 25%;
    /*    padding-left: 55px;
        padding-right: 59px;*/
    padding-left: 0;
    padding-right: 0;
    transition: width 500ms ease-in-out;
}
.menu-label {
    -webkit-transform: rotate(-90deg) translate(-10%, -120%);
    transform: rotate(-90deg) translate(-10%, -120%);
    cursor: pointer;
    z-index: 100;
}
.menu-label.menu-open {
    left: 100%;
}
.logo {
    width: 250px;
    padding-top: 50px;
    border-bottom: none;
    text-align: left;
    transition: width 500ms ease-in-out;
}
.logo1 {
    display: inline-block;
    padding-left: 8px;
}
.logo2{
    display: none;
}
.logo.menu-open .logo1{
    display: none;
}
.logo.menu-open .logo2{
    display: block;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 2px solid #36383a;
}
.logo.menu-open{
    width: 100%;
    padding-left: 55px;
    padding-right: 59px;
}
.menu-options {
    padding-top: 35px;
    border-bottom: none;
}
.menu-options.menu-open{
    border-bottom: 2px solid #36383a;
    padding-bottom: 45px;
}
.menu-options li {
    text-align: left;
    cursor: pointer;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.menu-options.menu-hover li:hover span{display:block !important;position:absolute;margin: -29px 0 0 56px;text-align: left;}
.annie-footer{ margin-top: 20px;}
.menu-options .sub-menu{
    background-color: rgba(31, 33, 36, 0.9);
    display: none;
    padding: 15px 25px;
    position: absolute;
    right: -250px;
    top: 0;
    width: 250px;
    z-index: 100;
}
.menu-options .sub-menu ul li{
    margin-bottom: 21px;
}
.menu-options .sub-menu ul li a{
    color: #fff !important;
    padding: 0;
}
.menu-options .sub-menu ul li a:hover{
    color: #d81159 !important;
}
.menu-options .sub-menu ul li:last-child{
    margin-bottom: 0;
}
.menu-options.menu-open .sub-menu{
    display: block;
    opacity: 0;
    visibility: hidden;
}
.menu-options li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}
.menu-options li i{
    display: inline-block;
    font-size: 24px;
}
.menu-options li a span{
     display: none;
}
.menu-options li a{
    font-family: "Raleway",sans-serif;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}
.menu-options li:last-child{
    margin-bottom: 0;
}
.menu-options.menu-open li{
    text-align: left;
}
.menu-options.menu-open li > a i{
    display: none
}
.menu-options.menu-open li a span{
    display: inline-block;
}
.menu-options.menu-open li a{
    padding-left: 55px;
    padding-right: 59px;
}
.socail-icon{
    display: none;
    text-align: right;
    padding-top: 30px;
}
.socail-icon ul li{
    display: inline-block;
}
.socail-icon ul li a{
    color: #fff;
    font-size: 14px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}
.socail-icon ul li a:hover{
    transition: all 0.5s ease-in-out;
}
.socail-icon.menu-open{
    display: block;
    padding-left: 55px;
    padding-right: 59px;
}
.copy-right {
    padding-top: 21px;
    display: none;
    padding-bottom: 50px;
}
.copy-right.menu-open{
    display: block;
    padding-left: 55px;
    padding-right: 59px;
}
/*.nicescroll-rails div{
    background-color: #8f9092 !important;
    border: medium none !important;
    border-radius: 0 !important;
    width: 5px !important;
}*/
.menu-switch {
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    height: 50px;
    left: 13px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 50px;
}
.menu-switch:after,
.menu-switch:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 50%;
    background-color: #fff;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
}
.menu-switch:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.menu-switch:hover {
    border-color: #fff;
}
.menu-switch:hover:before,
.menu-switch:hover:after {
    background-color: #fff;
}
.menu-switch.menu-open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 44px;
}
/************************************
        right-bar start
*************************************/
.content-container {
    max-width: inherit;
    padding: 0 0 0 80px;
    width: 100%;
}
/************************************
        gallry-side start
*************************************/
.project-iso{
    position: relative;
}
/* ---- button ---- */
.gallry-side .button-group{
    position: absolute;
    top: -55px;
    right: 195px;
    z-index: 1000;
    background-color: rgba(160, 36, 36, 0.81);
    padding: 10px 22px;
}
.project-iso .button {
    display: inline-block;
    margin-right: 0;
    background-color: transparent;
    text-align: center;
    border: none;
    border-radius: 0px;
    padding: 0 8px;
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    padding-bottom: 0px;
    transition: all 0.5s ease-in-out;
}
.project-iso .button.is-checked {
    text-shadow: inherit;
}
/* ---- button-group ---- */
.project-iso .button-group .button {
    float: none;
    border-radius: 0;
    margin: 0px;
}
/* ---- .element-item ---- */

.project-iso .element-item {
    position: relative;
    display: inline-block;
    width: 25%;
    margin: 0px;
    overflow: hidden;
    padding: 0;
}
.project-iso figure{
    margin: 0;
}
.project-iso-inner .text-hover{
    background-color: rgba(213, 17, 89, 0.8);
    position: absolute;
    bottom: -282px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out 0s;
}
.project-iso-inner .text-hover h2{
    padding-bottom: 19px;
}
.project-iso-inner .text-hover a{
    bottom: 26px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    right: 30px;
}
.project-iso-inner:hover .text-hover{
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all 500ms ease-in-out 0s;
}
.filter-iso{
    background-color: #d60909;
    display: inline-block;
    position: absolute;
    right: 46px;
    top: -55px;
    z-index: 1
}
.filter-iso a,.filterbtn a{
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
}
.filter-iso a i{
    padding-left: 56px;
}
/************************************
       gallry-Fullwidht start
*************************************/
.glary-silder .bainer-text {
    float: right;
    padding-right: 50px;
    padding-top: 45px;
    width: 400px;
}
.glary-silder .bainer-text h2{
    padding-bottom: 20px;
}
#categorie-0ne .item{
    height: 100vh;
    width: 100%;
}
.glary-silder .owl-theme .owl-controls {
    bottom: 30px;
    margin-top: 0;
    position: absolute;
    right: 22px;
    text-align: right;
    width: 100%;
}
.glary-silder .owl-pagination {
    counter-reset: slides-num;
    /* Initialize counter. */
    position: relative;
    top: 100%;
    width: 100%;
}
.glary-silder .owl-pagination:after {
    /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
    color: #fff;
    content: "0" counter(slides-num, decimal) ;
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    padding-left: 5px;
    font-family: "Open Sans",sans-serif;
    position: absolute;
    right: 5%;
    bottom: -75px;
    vertical-align: middle;
}

.glary-silder .owl-page {
    display: inline-block;
    counter-increment: slides-num;
    /* Increment counter */
    margin-right: 5px;
}
.glary-silder .owl-page.active:before {
    content: "0" counter(slides-num, decimal) " / ";
    display: inline-block;
    font-size: 30px;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    position: absolute;
    right: 8%;
    bottom: -75px;
    vertical-align: middle;
}
.glary-silder .owl-theme .owl-controls .owl-page span {
    display: none;
}
.glary-silder .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 80px;
    margin: 0;
    opacity: 1;
    padding: 0;
}
.glary-silder .owl-prev{
    margin-right: 85px !important;
}
/************************************
       glary-full-screen start
*************************************/
.gallry-full-header{
    background-color: rgba(31, 33, 36, 0.7);
}
.glary-full-screen{
    position: absolute;
    left: 0;
    width: 100%;
}
.glary-full-screen .bainer-text {
    bottom: 46px;
    float: none;
    left: 129px;
    padding-right: 50px;
    padding-top: 45px;
    position: absolute;
    width: 400px;
}
.glary-full-screen .bainer-text h2 strong{
    color: #fff;
}
/************************************
     Portfolio Right Sidbar start
*************************************/
.portfolio-right-sidbar{
    padding: 50px 35px 30px;
}
.portfolio-right-sidbar-left .image-holder{
    margin-bottom: 20px;
    position: relative;
}
.portfolio-right-sidbar-left img{
    width: 100%;
}
.portfolio-right-sidbar-left .text-hover{
    background-color: rgba(0, 0, 0, 0.8);
    height: 0;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.portfolio-right-sidbar-left .text-hover a{
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    padding-top: 4px;
    width: 50px;
    transform: rotate(0deg);
}
.portfolio-right-sidbar-left .image-holder:hover .text-hover{
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: height 500ms ease-in-out 0s;
}
.portfolio-right-sidbar-left .text-hover a:hover{
    transform: rotate(180deg);
}
.portfolio-right-sidbar-rigth{
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 4px;
    margin-top: 14px;
}
.portfolio-right-sidbar-rigth h2{
    font-weight: 700;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 13px;;
}
.portfolio-right-sidbar-rigth p{
    color: #000;
    padding-top: 20px;
    padding-top: 12px;
    padding-bottom: 9px;
}
/************************************
     Portfolio Classis Start
*************************************/
.portfolio-classis{
    padding: 50px 50px 20px;
}
.portfolio-classis .element-item{
    width: 30%;
    margin: 0 30px 30px 0px;
}
.portfolio-classis .element-item:nth-child(3n){margin-right: 0;}
.portfolio-classis .element-item img{
    width: 100%;
}
.portfolio-classis .button-group {
    top: -7px;
}
.portfolio-classis .filter-iso {
    top: -7px;
}
.portfolio-classis .project-iso-inner .text-hover {
    background-color: rgba(31, 33, 36, 0.8);
    padding: 0;
}
.portfolio-classis .project-iso-inner .text-hover h2 {
    background-color: rgba(31, 33, 36, 0.8);
    bottom: 20px;
    font-size: 20px;
    padding: 18px 27px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
/************************************
       About Us Start
*************************************/
.bainner-about .image-holder{
    position: relative;
}
.bainner-about .image-holder img{
    width: 100%;
}
.banner-text{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 30px;
    right: 30px;
    width: 470px;
    padding: 24px;
}
.banner-text h2{
    font-weight: 700;
    padding-bottom: 10px;
}
.about-progress{
    padding-bottom: 50px;
}
.about-progress .skillst9 {
    margin-top: 27px;
}
.about-progress .skillst9 .title {
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    color: #141414;
    font-weight: 400;
    top: -35px;
    left: 0;
    padding-left: 0;
}
.about-progress  .skillst9 .skillbar {
    background-color:  transparent;
    border-radius: 0;
    border: 1px solid #1f2124;
    box-sizing: border-box;
    height: 10px;
    margin-bottom: 77px;
    padding: 0px;
    width: 94%;
}
.about-progress .skillst9 .skillbar .count-bar {
    background-color: #1f2124;
    border-radius: 0;
    height: 8px;
    width: 0;
}
.about-progress .skillst9 .count {
    color: #1f2124;
    font-size: 14px;
    font-family: "Raleway",sans-serif;
    position: absolute;
    right: -43px;
    top: -6px;
}
.about-progress .last-skillbsr{
    margin-bottom: 0 !important;
}
.about-description p{
    color: #000;
    padding: 17px 0;
    font-family: "Raleway",sans-serif;
}
.about-team {
    padding: 0 50px 50px;
}
.about-team .image-holder{
    position: relative;
    overflow: hidden;
}
.about-team .image-holder img{
    width: 100%;
}
.about-team .text-hover{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all 500ms ease-in-out 0s;
}
.about-team  .text-hover > ul {
    top: -32px;
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out 0s;
}
.about-team .text-hover ul li{
    display: inline-block;
    margin: 0 3px;
}
.about-team .text-hover ul li  a{
    background-color: #fff;
    width: 31px;
    height: 31px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.about-team .text-hover ul li  a:hover:first-child{
    background-color: #3b5998;
}
.about-team .text-hover ul li  a:hover .fa-facebook{
    color: #fff;
}
.about-team .text-hover ul li a .fa-facebook{
    color: #3b5998;
}
.about-team .text-hover ul li a .fa-twitter{
    color: #55acee;
}
.about-team .text-hover ul li  a:hover .fa-twitter{
    color: #fff;
}
.about-team .text-hover ul li  a.second-tweet:hover{
    background-color: #55acee;
}
.about-team .text-hover ul li a .fa-behance{
    color: #1769ff;
}
.about-team .text-hover ul li  a.thrd-behance:hover{
    background-color: #1769ff;
}
.about-team .text-hover ul li  a:hover .fa-behance{
    color: #fff;
}
.about-team .text-hover p{
    background-color: rgba(31, 33, 36, 0.8);
    bottom: -52px;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    padding: 12px 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out 0s;
}
.about-team .image-holder:hover .text-hover ul{
    top: 174px;
    visibility: visible;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
}
.about-team .image-holder:hover .text-hover p{
    bottom: 0px;
    visibility: visible;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
}
/************************************
             Blog Start
*************************************/
.blog-inner-colum{
    background-color: #fff;
    margin-bottom: 30px;
}
.blog-inner-colum .image-holder{
    position: relative;
    overflow: hidden;
}
.blog-inner-colum .image-holder img{
    width: 100%;
}
.overlay{
    position: absolute;
    top: 0;
    left:  0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 500ms ease-in-out;
}
.blog-inner-colum .image-holder:hover .overlay{
    width: 100%;
    transition: all 500ms ease-in-out;
}
.blog-inner-colum .text-box{
    padding: 22px 30px 27px;
}
.blog-inner-colum .text-box h3 a{
    font-size: 16px;
    padding-bottom: 6px;
}
.blog-inner-colum .text-box h3 a:hover{
    color: #232323;
}
.blog-inner-colum .text-box span{
    color: #232323;
    display: block;
}
.blog-inner-colum .text-box strong{
    color: #232323;
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    padding: 25px 75px 25px 0;
}
.blog-inner-colum .text-box p{
    color: #232323;
    line-height: 20px;
}
.blog-inner-colum .text-box p a:hover{
    color: #232323;
}
/************************************
             Blog Detail Start
*************************************/
/************************************
       Blog Detail Right  Start
*************************************/
.widget-search input[type="search"] {
    background-color: transparent;
    border: 2px solid #141414;
    height: 50px;
    width: 100%;
    box-shadow: none;
    color: #141414;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    padding-left: 20px;
}
.widget-search input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    color: #141414;
    font-size: 18px;
    padding: 0;
    position: absolute;
    right: 35px;
    top: 16px;
}
/************************************
       Widget Arcive Start
*************************************/
.widget-arcive{
    margin-top: 50px;
}
.widget-arcive h3{
    font-size: 26px;
    color: #141414;
    font-weight: 600;
    position: relative;
    padding-top: 22px;
    margin-bottom: 36px;
}
.widget-arcive h3:after{
    width: 60px;
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.widget-arcive ul li{
    margin-top: 5px;
}
.widget-arcive ul li p{
    color: #141414;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.widget-arcive ul li span{
    color: #141414;
    display: inline-block;
    float: right;
    transition: all 0.5s ease-in-out;
}
/************************************
       Widget Category Start
*************************************/
.widget-category{
    margin-top: 41px;
}
.widget-category h3 {
    margin-bottom: 44px;
}
.widget-category ul li{
    margin-top: 22px;
}
/************************************
       widget-recent-news Start
*************************************/
.recent-inner{
    margin-bottom: 13px;
}
.recent-inner p{
    color: #141414;
} 
.recent-inner p a:hover{
    color: #232323;
}
/************************************
       widget-tags Start
*************************************/
.widget-tags{
    margin-top: 42px;
}
.widget-tags ul li{
    background-color: #fff;
    color: #141414;
    border: 1px solid;
    display: inline-block;
    padding: 11px 15px;
    margin-bottom: 10px;
    margin-right: 7px;
    margin-top: 0;
}
.widget-tags ul li:hover{
    color: #fff;
    transition: all 0.5s ease-in-out;
}
/************************************
       Contact Us Start
*************************************/
.contact_wrap .form-group{
    margin-bottom: 40px;
}
.contact_wrap .form-group input[type="text"],
.contact_wrap .form-group input[type="email"]{
    background-color: transparent;
    border-bottom: 2px solid #141414;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    color: #141414;
    padding-left: 20px;
    padding-bottom: 17px;
    width: 100%;
    text-transform: uppercase;
}
.contact_wrap .form-group textarea{
    background-color: transparent;
    border: 2px solid #141414;
    box-shadow: none;
    color: #141414;
    padding: 20px;
    height: 200px;
    width: 100%;
    text-transform: uppercase;
}
.contact_wrap a{
    border-color: -moz-use-text-color -moz-use-text-color #141414;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    padding: 0 0 16px;
    width: 140px;
    position: relative;
    margin-top: 4px;
}
.contact_wrap a:after{
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    position: absolute;
    content: "";
}
.contact_wrap a:hover:after{
    width: 100%;
    transition: width 500ms ease-in-out 0s;
}
.contact-detail{
    margin-bottom: 44px;
}
.contact-detail .image-holder{
    border: 1px solid #141414;
    color: #141414;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.contact-detail .text-box{
    float: left;
    width: 65%;
}
.contact-detail .text-box h3{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 21px;
}
.contact-detail .text-box p{
    color: #141414;
    line-height: 20px;
}
.contact-detail .text-box a{
    display: block;
    font-size: 14px;
    padding: 5px 0;
}
.contact-map {
    height: 500px;
    width: 100%;
    margin-bottom: 50px;
}
/************************************
     Zoom In Image Start
*************************************/
figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.bloghover  figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
}
.bloghover figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
/* ====  Preloader styles ==== */
#hola{
    width: 100vw;
    height: 100vh;
    background-color: #252328;
    position: fixed;
    z-index: 999999;
}
#preloader {
    position:relative;
    width: 80px;
    height: 80px;
    top: 45%;
    margin: 0 auto;
}
#preloader span {
    position:absolute;
    border: 8px solid #ffe066;
    border-top: 8px solid transparent !important;
    border-radius:999px;
}

#preloader span:nth-child(1){
    width:80px;
    height:80px;
    animation: spin-1 2s infinite linear;
}
#preloader span:nth-child(2){
    top: 20px;
    left: 20px;
    width:40px;
    height:40px;
    animation: spin-2 1s infinite linear;
}
@keyframes spin-1 {
    0% {transform: rotate(360deg); opacity: 1;}
    50% {transform: rotate(180deg); opacity: 0.5;}
    100% {transform: rotate(0deg); opacity: 1;}
}
@keyframes spin-2 {
    0% {transform: rotate(0deg); opacity: 0.5;}
    50% {transform: rotate(180deg); opacity: 1;}
    100% {transform: rotate(360deg); opacity: 0.5;}
}
