/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: #fdfdfd;
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;

}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */

/* circle preloader */
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(//www.fisheraccountants.com/wp-content/themes/plan/venobox/preload-circle.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(18) infinite;
       -moz-animation: playload 1.4s steps(18) infinite;
        -ms-animation: playload 1.4s steps(18) infinite;
         -o-animation: playload 1.4s steps(18) infinite;
            animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}


/* IOS preloader */

/*.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(//www.fisheraccountants.com/wp-content/themes/plan/venobox/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/


/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(//www.fisheraccountants.com/wp-content/themes/plan/venobox/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/


/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(//www.fisheraccountants.com/wp-content/themes/plan/venobox/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(//www.fisheraccountants.com/wp-content/themes/plan/venobox/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    box-sizing: content-box;
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 170px;
    margin-top: -85px;
    text-indent: -100px;
    border: solid transparent; /* Using border instead of padding to keep bg image in place */
    overflow: hidden;
}
.vbox-prev{
    left: 0;
    border-width: 0 30px 0 10px;
    background: url(//www.fisheraccountants.com/wp-content/themes/plan/venobox/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 0;
    border-width: 0 10px 0 30px;
    background: url(//www.fisheraccountants.com/wp-content/themes/plan/venobox/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: relative;
    background: #000;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block!important;position:relative!important;width:100%!important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;filter:alpha(opacity=0);opacity:0}.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0}.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden}.nivo-box img{display:block}.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:.8;overflow:hidden;display:none;-moz-opacity:.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-caption p{padding:5px;}.nivo-caption a{display:inline-block;}.nivo-html-caption{display:none}.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}.nivo-prevNav{left:0}.nivo-nextNav{right:0}.nivo-controlNav{text-align:center;padding:15px 0}.nivo-controlNav a{cursor:pointer}.nivo-controlNav a.active{font-weight:700}/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.fisheraccountants.com/wp-content/themes/plan/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//www.fisheraccountants.com/wp-content/themes/plan/assets/fonts/fontawesome-webfont3295.eot?v=4.5.0);src:url(//www.fisheraccountants.com/wp-content/themes/plan/assets/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.fisheraccountants.com/wp-content/themes/plan/assets/fonts/fontawesome-webfont3295.woff2?v=4.5.0) format('woff2'),url(//www.fisheraccountants.com/wp-content/themes/plan/assets/fonts/fontawesome-webfont3295.woff?v=4.5.0) format('woff'),url(//www.fisheraccountants.com/wp-content/themes/plan/assets/fonts/fontawesome-webfont3295.ttf?v=4.5.0) format('truetype'),url(//www.fisheraccountants.com/wp-content/themes/plan/assets/fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trplan:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
a.meanmenu-reveal{display:none}
.mean-container .mean-bar {
  background: #0F99DE;
  float: left;
  min-height: 60px;
  padding: 4px 0 0;
  position: relative;
  width: 100%;
  z-index: 999999;
}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:18px;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float: right;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{float:left;width:100%;background:#0c1923}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid#ddd;
}
.mean-container .mean-nav ul li a {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #666666;
  display: block;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-weight: bold;
}
.mobile-menu-area {
  background: #262626;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 1em 10%;
  text-shadow: none !important;
  visibility: visible;
  width: 80%;
  font-weight: normal;
  text-transform: capitalize;
  color: #444;
}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #F47E1E;
}
.mean-container .mean-nav ul li a.mean-expand{
	width:26px;
	height: 15px;
    margin-top: 1px;
    padding: 12px !important;
	text-align:center;
	position:absolute;
	right:0;top:0;
	z-index:2;
	font-weight:700;
	background:rgba(255,255,255,.1);
	border:0!important;
	background: #F8F8F8;
	}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #f8f8f8;
}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.mean-container .mean-bar::after {
  color: #ffffff;
  content: "MENU";
  font-size: 21px;
  left: 5%;
  position: absolute;
  top: 12px;
}


/* -------------------------------
39. Mobile menu
----------------------------------*/
.mean-container .mean-bar::after {
  display: none;
}
.mean-container .mean-nav ul li a:hover {
	color: #5A86F3;
	/* background: none; */
	border-radius: 0;
}
.mean-container a.meanmenu-reveal span {
  background: #fff;
}
.mobile-menu-area {
  background: #fff none repeat scroll 0 0;
  border-top: 3px solid #2bcdc1;
}
.mean-container .mean-nav ul li a {
  background: #fff;
  color: #444;
  display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: none;
  top: -4px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}
.mean-container .mean-nav ul li {
  background: #444;
}
.mean-container .mean-nav ul li li a {
  color: #fff;
  opacity: .90;
  border-top: 0;
}
.mean-container a.meanmenu-reveal {
  color: #fff;
}
.meanmenu-reveal.meanclose:hover {
  color: #fff !important;
}
.mean-container a.meanmenu-reveal:hover span {
  background: #fff;
}
.mean-container .mean-bar::before {
  color: #fff;
  content: "plan";
  font-size: 18px;
  font-weight: 700;
  left: 10px;
  position: absolute;
  top: 18px;
}


body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
p {
    font-size: 14px;
    line-height: 25px;
    color: #333;
	font-weight: 400;
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #333;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
	font-size:30px;
}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
a{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	color:#333;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}
h1 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
h2 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #333;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
  
}

ul {
    margin: 0;

    padding: 0;
}
li {
 
}
input:focus,
button:focus
{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;
}
hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.style-2 {
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

a,i, cite, em, var, address, dfn,ol,li,ul{
	font-style:normal;
	font-weight:400;
}



*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-placeholder {
    color: #555555;
    font-size: 12px;
}
::-webkit-input-placeholder {
    color: #555555;
    font-size: 12px;
}
:-ms-input-placeholder {
    color: #555555;
    font-size: 12px;
}
::placeholder {
    color: #555555;
    font-size: 12px;
}
/* sideber css style */


/*========================
manhood WIDGET  CSS
=========================*/
/* sidebar css */
/* serch widget */

.blog-left-side {} 
.blog-left-side > div {
  background-color: #fff;
  margin-bottom: 30px;
  padding:15px;
 border: 1px solid #eeeeee;
    box-shadow: 1px 1px 5px #eeeeee;  
}
.blog-left-side > div:last-child {
    margin-bottom: 0px;
}
.blog-left-side h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-left-side {} .blog-left-side .content {
    padding: 0;
}
.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}
.blog-left-side > div:last-child {
    margin-bottom: 0px;
}
.blog-left-side > aside:last-child {
    margin-bottom: 0px !important;
}
.blog-left-side .sub-menu li a:hover,
.blog-left-side .nav .children li a:hover {
    background: transparent;
    color: #ff5e00;
}
.search {
    background: #f7f7f7;
    position: relative;
}
.search input {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 0 none;
  height: 54px;
  position: relative;
  width: 100%;
}
.search input[type="text"] {} .search input::-ms-input-placeholder,
.search input::-webkit-placeholder,
.search input::-moz-placeholder {
    color: #858585;
    font-size: 14px;
}
.search button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #858585;
  font-size: 18px;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search button i {}
.search input[type="text"] {
  padding-left: 10px;
}
/* widget list */

.widget {}
.blog-left-side .widget h2 {
  border-bottom: 1px solid #e5e5e5;
  bottom: -1px;
  color: #333;
  display: block;
  font-size: 23px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  position: relative;
  text-transform: capitalize;
}
.blog-left-side .widget h2::before {
  background: #ff5e00 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50%;
}
.blog-left-side .widget h2{}
.footer-middle .widget h5 {
    color: #333;
    font-size: 24px;
    text-transform: capitalize;
}
.blog-left-side .widget ul {
    list-style: none;
}
.blog-left-side .widget ul li {
  margin: 0 0 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.blog-left-side > .widget > ul > li {
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.blog-left-side .widget > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-left-side .widget ul li a {
    color: #333;
}
.blog-left-side .widget ul li::before {
  color: rgb(202, 202, 202);
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  left: 0;
  position: absolute;
  top: 1px;
}
.blog-left-side .widget ul.children li{
	
}
/* widget select */

.widget {} 
.blog-left-side .widget select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
}
.widget .screen-reader-text {}
/* table css */

#wp-calendar {
    width: 100%;
}
/* tags */

.tagcloud a {
  color: #606060;
  display: inline-block;
  font-size: 14px;
  margin: 0 3px 5px 0;
  padding: 7px 15px;
  text-align: center;
}

.widget_categories ul li:hover:before,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.tagcloud a:hover,
.r-post-content h3:hover,
.r-post-content h3 a:hover {
    color: #ff5e00;
}
#wp-calendar caption {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}
#wp-calendar {
  font-size: 13px;
}
#wp-calendar {
    border: 0px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
	color:#333333;
}
table#wp-calendar td {
  border: 1px solid #e5e5e5;
  color: #444444;
   padding: 5px 10px;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}
#wp-calendar th, #wp-calendar td {
  padding: 8px;
}
table#wp-calendar th {
  border: 1px solid #e5e5e5;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
table#wp-calendar td#today{
	color:#fff ;
	background-color:#ff5e00 ;
}






/* THEME UNIT TEST CSS */


.tag-sticky-2 .plan-single-blog{
	border:1px solid #FF5E00;
}

.post_reply ul,
.blog-content ul,
.single-blog-content ul
{
	list-style-type: square;
	padding-left: 40px;
}

.blockquote p{
	font-size:16px;
}



table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
th {
    font-weight: bold;
    text-transform: uppercase;
	   /*  border: 1px solid #ededed; */
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 30px;
    font-size: 14px;
    border-left: 5px solid #b9b9b9;
    background: #fff;
    font-style: italic;
}
blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
}

blockquote strong,
blockquote b {
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
em{
 font-style: italic;
font-weight: bold; 
}
pre {
    background: #f5f5f5;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
tt, code, samp {
   color:#666;
}
kbd{

}


/* image aligment */
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: -60px;
}
figure.wp-caption.alignleft, img.alignleft {
    margin: 5px 20px 5px 0;
}
img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}
.alignleft {
    float: left;
}
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
    max-width: 100%;
}
/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.post-password-form input[type=submit] {
    border: none;
    padding: 2px 14px;
	background:#337ab7;
	color:#fff;
}
.post-password-form input[type=password] {
    border: 1px solid #ddd;
}

.site-title {
	font-size: 30px;
	margin: 0;
	margin-top: 12px;
}
.site-description {
	margin: 0;
}
.sticky{
	border-color:#FF5E00;
}
.bypostauthor {
	color:#333;
}

/*
Theme Name: plan
Theme URI:http://raytheme.com
Description: Plan One Page and Multipurpose Responsive Page Theme
Author: ex4000
Author URI: https://themeforest.net/user/ex4000
Version: 1.0.0
Tags: custom-menu, editor-style, featured-images
Text Domain: plan
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/*
-------------------------------------------------------------------------------------
CSS INDEX
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/


html,
body {
}
img {
    max-width: 100%;
    height: auto;
}
/* box layout */

.box.wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
}
/* end box layout */
.fix{
	overflow:hidden;
}
.clear_both {
    clear: both;
}

/*=====================
plan HEADING TOP AREA CSS
=========================*/

/* LEFT RIGHT CSS */
.em40_header_area_main {
}
.em40_header_area_main.hdisplay_none{
	display:none;
}
.plan-header-top {
    padding: 10px 0;
    background: #f8f8f8;
    /* border-bottom: 1px solid #f0f0f0; */
    overflow: hidden;
}
.top-address p {
    margin-bottom: 0;
}
.top-address p span,
.top-address p a {
    margin-right: 20px;
}
.top-address p span i,
.top-address p a i {
    font-size: 13px;
    color: #FF5E00;
    margin-right: 10px;
}
.top-address p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* TOP RIGHT CSS */

.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
}
.top-right-menu ul.social-icons li {
    display: inline-block;
    margin-left: 9px;
	position:relative;
}
.top-right-menu ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
}
.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span
{
	  color: #666666;
}


.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover
 {
    color: #FF5E00;
}

.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span
{
	margin-right:0px;
	margin-left:12px;
}

/* sub menu css */
.top-right-menu ul .sub-menu{
	position:absolute;
	left:0px;
	top:100%;
	visibility:hidden;
	opacity:0;
	border-top:1px solid #ff5e00;
	width:150px;
	transition:.5s;
	text-align:left;	
	background:#fff;
	z-index:1;
}
.top-right-menu ul.social-icons li:hover .sub-menu{
	opacity:1;
	visibility:visible;
}
.top-right-menu ul .sub-menu li{
	padding:5px 0px 0px 5px;
}
.top-right-menu ul .sub-menu li a{
	font-size:12px;
}

.top-right-menu ul .sub-menu ul{
	display:none;
}

.top-welcome p{
	padding:0px;
	margin:0px;
}
.top-address.em-login a {
    margin-right: 10px;
}
.top-address.em-login a + a {
    margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
    margin-right: 5px;
}
.top-address.em-login a + a:before {
    content: "|";
    margin-right: 12px;
}
.txtc {
    text-align: center;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
/*=====================
END plan HEADING TOP AREA CSS
=========================*/



/*=======================
plan HEADING NAV AREA CSS
========================*/
.mean-container .mean-bar {
  padding: 0;
}
.mean-container .mean-nav {
  background: #ff5e00 none repeat scroll 0 0;
  float: none;
}


.main_menu_div{
	position:relative;
}
.plan_nav_area {
    background: #fff none repeat scroll 0 0;
}
/* LOGO CSS */
.logo {
    margin-top: 8px;
}
.logo a {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
}
.plan_menu {} 

/* MENU CSS */

.plan_menu ul {
    text-align: right;
	list-style:none;
}
.plan_menu > ul > li {
	display:inline-block;
	position:relative;
}
.plan_menu > ul > li > a {
  color: #333;
  display: block;
  font-family: montserrat;
  font-size: 14px;
  font-weight: 500;
  padding: 30px 10px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}
.heading_style_2 .plan_menu > ul > li > a{
	color:#fff;
}
.heading_style_3 .plan_menu > ul > li > a{
	color:#fff;
}
.heading_style_4 .plan_menu > ul > li > a{
	color:#fff;
}
.heading_style_5 .plan_menu > ul > li > a{
	color:#fff;
}
.plan_menu ul li:last-child a {
    padding-right: 0px;
}

.plan_menu > ul > li.current > a,
.plan_menu > ul > li:hover > a
 {
    color: #ff5e00;
	background-color:transparent;
}

/* transparent 2 */

.trp_nav_area{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.hbg2 {
    background: rgba(0, 0, 0, .7);
    padding: 0 0 10px;
}

/* stycky nav js */
.transprent-menu.menu4{
	position:relative;
}
.transprent-menu .plan_nav_area{
	left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
	position:absolute;
}

.plan_nav_area.postfix{
	transition:.3s;
}
.plan_nav_area.prefix, .hbg2{
}
.plan_nav_area.prefix .plan_menu > ul > li > a{
	/* color:#fff; */
}
.plan_nav_area.prefix .plan_menu > ul > li.current > a{
	 color: #ff5e00;
}




/* LOGO LEFT RIGHT CSS */

.logo-left{}

.logo-right .logo {
    text-align: right;
}
.logo-right .plan_menu > ul {
    text-align: left;
}
.logo-right .plan_menu > ul > li:first-child a {
    padding-left: 0px;
}
.logo-right .plan_menu > ul > li:last-child a {
    padding-right: auto;
}
/* logo top */
.logo-top .logo {
    text-align: center;
}
.logo-top .plan_menu > ul {
    text-align: center;
}
.logo-top > .plan_menu > ul > li:last-child a {
    padding-right: auto;
}

/* sub menu style */

.plan_menu ul .sub-menu{
	position:absolute;
	left:0;
	top:130%;
	width:197px;
	text-align:left;
    background: #fff;
    margin: 0;
    padding: 15px 0;
    z-index: -1;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	transition:.5s;	
	opacity:0;
	visibility:hidden;	
}
.plan_menu ul li:hover > .sub-menu{
	opacity:1;
	visibility:visible;
	top:100%;
	z-index: 9;
}
.plan_menu ul .sub-menu li{
	position:relative;

}
.plan_menu ul .sub-menu li a{
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    transition: .1s;
	 visibility: inherit !important;
	
}
.plan_menu ul .sub-menu li:hover > a,
.plan_menu ul .sub-menu .sub-menu li:hover > a,
.plan_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.plan_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a
{
    background: rgba(221,221,221, 1);
    color: #ff5e00;
}
/* sub menu 2 */
.plan_menu ul .sub-menu .sub-menu{
	left:100%;
	top:130%;
	opacity:0;
	visibility:hidden;	
}
.plan_menu ul .sub-menu li:hover > .sub-menu{
	opacity:1;
	visibility:visible;
	top:0%;		
}

/* sub menu 3 */
.plan_menu ul .sub-menu .sub-menu li{
	position:relative;
}
.plan_menu ul .sub-menu .sub-menu .sub-menu{
	right:100%;
	left:auto;	
	top:130%;
	opacity:0;
	visibility:hidden;
}
.plan_menu ul .sub-menu .sub-menu li:hover > .sub-menu{
	opacity:1;
	visibility:visible;
	top:0%;	
}

/* sub menu 4 */
.plan_menu ul .sub-menu .sub-menu .sub-menu li{
	position:relative;
}
.plan_menu ul .sub-menu .sub-menu .sub-menu .sub-menu{

}
.plan_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu{
	opacity:1;
	visibility:visible;
	top:0%;	
}
/* user login */

.logged-in .transprent-menu .plan_nav_area.prefix {
    top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
    top: 32px;
}
/*=======================
END plan HEADING NAV AREA CSS
========================*/


/*=====================
plan BLOG AREA CSS
=========================*/

.plan-blog-area
 {
    padding: 90px 0 90px;
}
.plan-single-blog{
    background: #fff;
	margin-bottom:30px;
	overflow:hidden;
    border: 1px solid #ddd	
}
.plan-blog-index.blog-area.plan-blog-area,
 .plan-blog-area.plan-blog-archive {
  padding: 100px 0 50px;
}
.plan-blog-index.blog-area.plan-blog-area{
	 padding: 100px 0 100px;
}
/* BLOG THUMB CSS */

.plan-blog-thumb {
    overflow: hidden;
}
.plan-blog-thumb a {
    position: relative;
}
.plan-blog-thumb a {
    display: block;
}
.plan-blog-thumb a:before {
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #ff5e00;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.plan-blog-thumb img {
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}

/* BLOG TITLE AND CONTENT CSS */

.blog-inner {
}
.blog-content {} 
.blog-content h2 {
  color: #333;
  margin: 0 0 18px;
}
.blog-content h2 a{
	font-size: 15px;
    font-weight: 700;
	text-transform:uppercase;
}
.blog-content h2 a:hover {
    color: #FF5E00;
}
.blog-content p {
}
/* BLOG POST META CSS */


.plan-blog-meta {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #fff;
    width: 100%;
}
.plan-blog-meta:after {
    display: block;
    clear: both;
    content: "";
}
.plan-blog-meta a {} 

/* BLOG POST META LEFT CSS */

/* left style 1 */
.plan-blog-meta-left {
    float: left;
    position: relative;
    padding: 7px 0;
}
.plan-blog-meta-left a,
.plan-blog-meta-left span
 {
    color: #454545;
    margin-right: 5px;
    font-size: 13px;
}
.plan-blog-meta-left i {
    margin-right: 5px;
}


/* BLOG POST META RIGHT CSS */

.plan-blog-meta-right {
    float: right;
    padding: 7px 0;
}
.plan-blog-meta-right a,
.plan-blog-meta-right span {
    font-size: 12px;
    color: #454545;
    margin-left: 5px;
}
.plan-blog-meta-right i {
    margin-right: 5px;
}
/* blog readmore */
.readmore a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.readmore a:hover {
    border-color: #ff5e00;
    background: #ff5e00;
    color: #fff;
}

/* blog hover */
.plan-single-blog:hover .plan-blog-thumb a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.plan-single-blog:hover .plan-blog-thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

/*========================
EMD plan BLOG AREA CSS
=========================*/

/*========================
plan BLOG DETAILS AREA CSS
=========================*/
.plan-single-blog-details{}
.plan-single-blog--thumb{}
.plan-single-blog--thumb a{}
.plan-single-blog--thumb img{}
.plan-single-blog--thumb {
    padding-bottom: 20px;
}
.plan-single-blog-title h2 {
  font-size: 23px;
  padding: 0;
	font-weight: 500; 
	text-transform: capitalize;
	color: #333;
}

.plan-single-blog-details .plan-blog-meta{
	padding:0px;
	margin:0px;
}
.plan-single-blog-details .plan-blog-meta-right,
.plan-single-blog-details .plan-blog-meta-left
{
	padding:0px 0 5px 0 ;
}
.plan-blog-social {
  margin-bottom: 25px;
  margin-top: 25px;
}
.plan-single-icon-inner{
	text-align:center;
}
.plan-single-icon-inner a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #FF5E00;
  border-radius: 50%;
  color: #FF5E00;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  margin: 0 5px;
  text-align: center;
  width: 40px;
}
.plan-single-icon-inner a:hover{
	background:#FF5E00;
	border-color:#FF5E00;
	color:#fff;
}
.plan-single-icon-inner a i{}

.single-blog-content ul {
  padding-bottom: 10px;
}


/*========================
plan COMMENT AREA CSS
=========================*/

/* POST REPLY CSS */
.post_comment {
  border: 1px solid #f1f1f1;
  margin: 20px 0;
  padding: 0 15px;
}
.comment_inner{}
.commment_title{}
.commment_title h3 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  text-transform: capitalize;
}
.commment_title h3::before{
	position:absolute;
	content:"";
	left:0;
	bottom:-9px;
	width:40px;
	height:2px;
	background:#FF5E00;
}
.commment_title p{}
.post_replay{}

.post_replay_inner {
  display: flex;
  margin-bottom: 12px;
}
.mgl-30{
	margin-left:30px;
}
.post_reply_thumb{}
.post_reply_thumb img {
	border-radius: 50%;
}
.post_replay {
	margin-top: 25px;
}
.post_reply {
	padding-left: 15px;
	width: 100%;
}
.post_reply div.st {
  font-size: 18px;
  font-weight: 400;
}
.post_reply div.st a{
	color:#333;
}
.reply_date {
	overflow: hidden;
	margin-bottom: 5px;
}
.reply_date span.span_left {
  float: left;
  font-size: 13px;
}
.reply_date span.span_right{
	float:right;
	color:#5986f2;
	font-size:12px;
	font-weight: 400;
}
.post_reply p{}


.comments-area .children {
    margin-left: 30px;
}

.post_comment .post_comment{
	margin-left:15px;
}

/* COMMENT FORM CSS */

.comment_field {} 
.comment_field .input-field {
    width: 33.33%;
    float: left;
	
}
.comment_field .input-field label,
.comment_field .textarea-field label {
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
.comment_field .textarea-field label{
	margin-top:30px;
}
.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    height: 42px;
    font-size: 12px;
}
.comment_field .input-field input[type="text"] {} 
.comment_field .input-field input[type="email"] {} 
.comment_field .textarea-field textarea {
    width:100%;
    border: 1px solid #e5e5e5;
    height: 120px;
    padding: 10px;
}
.comment_field .input-field input,
.comment_field .textarea-field textarea {
    color: #555555;
}
.plan_btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #444;
  margin-top: 30px;
  padding: 8px 20px;
  transition: all 0.5s ease 0s;
}
.plan_btn:hover{
	border-color:#FF5E00;
	background: #FF5E00;
	color:#fff;	
}
.em-theme-main-page .commment_title h3{
	 margin-top: 0px;
}
.em-theme-main-page .empgc {
  margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
  margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc > h3 {
  margin-bottom: 35px;
}
.logged-in-as {
  margin-bottom: 0;
  margin-top: 30px;
}
.logged-in-as a{
	color:#333;
}
.comment-respond {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 25px 10px 30px;
  background-color:#f1f1f1;
}
a.comment-edit-link {
    margin-bottom: 12px;
    display: inline-block;
}
.em-theme-main-page .comments-area {
  margin-top: 40px;
  clear: both;
}
/*========================
 plan unittest
=========================*/
.blog-page-title h2 {
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
}
.blog-page-title h2 a:hover{
	color:#ff5e00;
}
.em-blog-content-area{
	padding:20px 20px 5px 20px;
}
.single-blog-content iframe {
  margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6
{
	margin-top: 10px;
	margin-bottom: 10px;
    font-weight: 500;
	color:#333;
	font-size: 30px;
}
.post_reply h1, .post_reply h2, .post_reply h3, .post_reply h4, .post_reply h5, .post_reply h6 {
  color: #303030;
  font-size: 30px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2{
    font-size: 26px;
}
.blog-content h3,
.post_reply h3{
	    font-size: 22px;
}
.blog-content h4,
.post_reply h4{
	    font-size: 20px;
}
.blog-content h5,
.post_reply h5{
	    font-size: 18px;
}
.blog-content h6,
.post_reply h6{
	    font-size: 17px;
}

/* single blog */
.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6
{
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 30px;
    font-weight: 600;	
}
.single-blog-content h2{
    font-size: 26px;
}
.single-blog-content h3{
	    font-size: 22px;
}
.single-blog-content h4{
	    font-size: 20px;
}
.single-blog-content h5{
	    font-size: 18px;
}
.single-blog-content h6{
	    font-size: 17px;
}



/*========================
 plan PAGINATION AREA CSS
=========================*/

.paginations{
	text-align:center;
	margin-top:20px;
}

.paginations a,
.page-numbers span.current
 {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: auto 5px;
	border: 1px solid #ddd;
	color: #888;
}
.page-numbers li{
	display:inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current
{
	background:#FF5E00;
	border-color:#FF5E00;
	color:#fff;
}
/*========================
 END plan PAGINATION AREA CSS
=========================*/

.kc_counter_box i {
  display: inline-block;
  font-size: 45px;
  margin-bottom: 0;
}




/*========================
 plan BREADCRUMB AREA CSS
=========================*/
.breadcumb-blog-area{
 padding: 100px 0 100px;
 background-color: #f7f7f7;
 background-position: center top;
 background-repeat: no-repeat;
 background-size: cover;
}
.breadcumb-inner h2 {
    font-size: 36px;
 color:#464646;
}
.breadcumb-area {
 padding: 100px 0 100px;
 background-color: #f7f7f7;
 background-position: center top;
 background-repeat: no-repeat;
}
.breadcumb-inner ul{}
.breadcumb-inner li {
 display:inline-block;
 margin:0 2px;
 color: #464646;
}
.breadcumb-inner li:nth-last-child(-n+1) {
    color: #ff5e00 ;
}

.breadcumb-inner li a{
 color: #464646;
}
.brpt h2 {
  font-size: 26px;
  text-transform: uppercase;
}
.lcase{
 text-transform:lowercase;
}
.ucase{
 text-transform: uppercase;
}
.ccase{
 text-transform: capitalize;
}
/*========================
 END plan BREADCRUMB AREA CSS
=========================*/

/*========================
 plan 404 AREA CSS
=========================*/

.not-found-area {
    background-color: #fff;
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    border-top: 1px solid #f5f3f3;
    padding: 0 0 37px;
}
.not-found {
    display: table;
    width: 100%;
    height: 500px;
    text-align: center;
    padding-bottom: 40px;
}
.not-found-inner {
    display: table-cell;
    vertical-align: middle;
}
.not-found-inner {
    font-size: 30px;
}
.not-found-inner h2 {
    color: #ff5e00;
    display: inline-block;
    font-size: 160px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0;
}
.not-found-inner p {
    font-size: 30px;
}
.not-found-inner a {
    color: #606b82;
    font-size: 24px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: underline;
}

/* search error */

.search-error .search input {
    padding: 20px 0;
}
.search-error .search input[type="text"] {
    padding-left: 10px;
}
.search-error .search button {
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.search-error > p {
    font-size: 17px;
    margin: 20px 0;
}
.search-error > h3 {
    display: block;
    font-size: 34px;
    color: #ff5e00;
}
.search-error .search input {
    height: 54px;
	border: 1px solid #ddd;
}
/*========================
 END plan 404 AREA CSS
=========================*/




/*footer top area css*/

.form-inner {
    width: 100%;
}
.form-controls {} .form_inner {} .heading {} .heading h3,
.field {
    overflow: hidden;
    padding-bottom: 25px;
    width: 100%;
}
.form-field {
    width: 99%;
    overflow: hidden;
    float: left;
}
.form-field input {
    height: 50px;
    width: 100%;
    border: 1px solid #ddd;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.text_area {} 
.text_area textarea {
    width: 99%;
    border: 1px solid #ccc;
    height: 199px;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 5px;
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.form-field input:focus,
.text_area textarea:focus {
    color: #ff5e00;
    border: 1px solid #ff5e00;
}
.buttons {
    margin-top: 7px;
}
.buttons submit {} .sbuton {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.sbuton:hover {
    background: #ff5e00 none repeat scroll 0 0;
    border-color: #ff5e00);
    color: #fff;
}
.form-field input::-moz-placeholder {
    margin-left: 10px;
}
.form-field input[type="date"]::-moz-placeholder {
    margin-left: 10px;
}

/* 2 */
.home-2 .field.topfield .form-field {
    float: left;
    width: 50%;
}
.home-2 .field.topfield .form-field:after {
    clear: both;
    content: "";
    display: block;
}
.home-2 .field.topfield .form-field input {
    border: 1px dotted #ffab31;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 98%;
    background: transparent;
}
.home-2 .text_area textarea {
    border: 1px dotted #ffab31;
    background: transparent;
    color: #fff;
    height: 160px;
}
.home-2 .field.topfield input:focus,
.home-2 .text_area textarea:focus {
    border: 1px solid #fff;
    color: #fff;
}
.home-2 .sbuton {
    background: transparent none repeat scroll 0 0;
    border: 1px dotted #ffab31;
    color: #fff;
    padding: 12px 40px;
}
.home-2 .sbuton:hover {
    background: #ffab31;
}

/*home 3 form */

.home-3 .form-field input:focus,
.home-3 .text_area textarea:focus {
    border: 1px solid #1bbc9b;
    color: #1bbc9b;
}
.home-3 .sbuton:hover {
    background: #1bbc9b none repeat scroll 0 0;
    color: #fff;
}










/*========================
plan FOOTER TOP AREA CSS
=========================*/
.top-address-area {
    background: #111111;
    padding: 90px 0px 85px; 
	text-align:center;
}
.top_address_logo {
    margin-bottom: 30px;
}
.address_content{
	padding-top:38px;
}
.top_address_content a,
.top_address_content span
{
	color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 12px;
    margin-right: 14px;
}
.top_address_content a i,
.top_address_content span i
{
	font-size: 14px;
    margin-right: 11px;
}
.footer-top-address h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 10px;
	font-weight: 700;
	font-size: 26px;
}
.footer-top-address h2 span {
    color: #ff5e00;
	font-weight: 700;
}

/*========================
plan FOOTER TOP AREA CSS
=========================*/
.footer-top {
  background: #1a1a1a none repeat scroll 0 0;
  padding: 95px 0 74px;
}

.footer-top-inner h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-top-inner h2 span {
    color: #ff5e00;
	font-weight: 700;
}
.footer-top-inner p {
  color: #fff;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
  width: 73%;
}
.footer-social-icon {
    /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
    padding: 10px 0 20px;
    text-align: center;
}
.footer-social-icon a {
    display: inline-block;
    text-align: center;
	margin: 0 3px;	
}
.footer-social-icon a i {
  color: #fff;
  font-size: 24px;
  margin: 0 6px;
  transition: all 0.3s ease 0s;
}
.footer-social-icon a i:hover{
color:#ff5e00;
}

/*========================
END FOOTER TOP AREA CSS
=========================*/



/*========================
plan FOOTER MIDDLE AREA CSS
=========================*/
.footer-middle {
  padding: 65px 0 80px;
    background: #151414;
}
.footer-middle.wpfd{
  padding:0;	
}
.wpfdp{
 padding-top: 65px;
 padding-bottom: 80px;
}

.footer-middle .widget h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer-middle table#wp-calendar td,
.footer-middle table#wp-calendar th
 {
  color: #fff;
}
.footer-middle #archives-dropdown--1{
  height: 34px;
}


.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li::before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text

{
	color:#fff;
}
.footer-middle .widget h2{

}
.footer-middle .widget ul li::before{

}
.footer-middle .tagcloud a{

}

.footer-middle .widget ul{
	list-style:none;
}
.footer-middle .widget ul li a,
.footer-middle .widget ul li::before{
	transition:.5s;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover::before{
	color:#ff5e00;
}
/*========================
END FOOTER BOTTOM AREA CSS
=========================*/


/*========================
plan FOOTER BOTTOM AREA CSS
=========================*/

.footer-bottom {
    background: #111111;
    padding: 20px 0;
}
.copy-right-text {
}
.copy-right-text p{
	margin:0px;
	padding:0px;
	color:#fff;
}

.footer-menu{}
.footer-menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.footer-menu ul li{
	display:inline-block;
}
.footer-menu ul li a{
	color:#fff;
	padding:0 10px;
	display:block;
}
.copy-right-text a:hover,
.footer-menu ul li a:hover{
	color:#ff5e00;
}
.footer-menu ul li:last-child a{
	padding-right:0px;
}
.footer_style_3 .footer-menu ul li:first-child a{
	padding-left:0px;
}

.footer-menu ul ul{
	display:none;
}
/*========================
END FOOTER BOTTOM AREA CSS
=========================*/

/*========================
EM40 SCROLL TOP CSS
=========================*/
#scrollUp {
    background: #ff5e00 none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
}
#scrollUp i {
    color: #fff;
}
/*========================
END EM40 SCROLL TOP CSS
=========================*/

.copy-right-text a {
  color: #ff5e00;
}

.template-home .vc_row{
    margin-left: 0px !important;
    margin-right: 0px !important;	
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
  font-size:15px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  font-size:15px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
  font-size:15px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666;
  font-size:15px;
}


.home-2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
font-size:15px;
}
.home-2 *::-moz-placeholder {
  color: #333;
  font-size: 15px;
}
.home-2 :-ms-input-placeholder { /* IE 10+ */
  color: #333;
  font-size:15px;
}
.home-2 :-moz-placeholder { /* Firefox 18- */
  color: #333;
  font-size:15px;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
  margin-bottom: 0;
}


.recent-post-item {
    clear: both;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image a {
  display: block;
  margin-top: 10px;
}
.recent-post-text{overflow:hidden;}
.recent-post-text > h4 {
  margin-bottom: 0;
}
.recent-post-text h4 a {
    color: #333;
	font-size:16px;
	transition:.3s;
}
.recent-post-text h4 a:hover{
color:#ff5e00;
}
.recent-post-text .rcomment {
  color: #333;
  font-size: 14px;
  text-transform: none;
}
.recent-post-text .rcomment i{
 margin-right:5px;
}
.recent-post-text .rcomment{
 color:#333;
}

.footer-middle .recent-post-text h4 a {
    color: #fff;
}
.footer-middle .recent-post-text .rcomment{
 color:#fff;
}

.mean-container .mean-bar {
  float: none;
   background: #ff5e00 none repeat scroll 0 0; 
}
.mean-container .mean-nav ul li li a {
  color: #333;
  opacity: 1;
}

/* kc element */
.template-home-wrapper {
  overflow: hidden;
}
.kc-blog-posts-3 .kc-list-item-3 > a img {
  transition: all 0.5s ease 0s;
}


.section-title.t_center {
  margin: auto;
  text-align: center;
  width: 63%;
}
.section-title.t_left {
  margin: auto auto auto 0;
    text-align: left;
}
.section-title.t_right {
  margin: auto 0 auto auto;
  width: 63%;
    text-align: right;
}
.section-title.t_right .em-bar {
  margin: 0 0 5px auto;
}
.section-title.t_left .em-bar {
  margin: 0 0 5px;
}

.section-title h2 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 4px;
}

.em-icon{}
.em-icon i{}
.em-bar-main {
  margin: 10px 0 18px;
}
.em-bar {
  background: #ff5e00 none repeat scroll 0 0;
  height: 1px;
  margin: 0 auto 5px;
  width: 62px;
}
.em-bar.em-bar-big {
  width: 100px;
}
.em-image {
  margin-bottom: 10px;
}
.em-image img{}


/*=====================
plan ABOUT SECTION
=========================*/
.em-feature {
  border: 1px solid #f1f1f1;
  padding: 20px 10px 25px;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.em_feature-icon {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 9px;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.em_feature-icon {
  text-align: center;
}
.em_content_text h2 {
  font-size: 18px;
  padding-bottom: 5px;
  transition: all 0.5s ease 0s;
}
.em-feature:hover {
}
.em-feature:hover .em_feature-icon{
	color:#ff5e00;
}
.em-feature:hover .em_content_text h2{
	color:#ff5e00;
}




/*=====================
 END plan SERVICE  CSS
=========================*/
.em-service {
    position: relative;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
  background: #f9f9f9 none repeat scroll 0 0;
}
.em_single_service_text {
    position: relative;
    z-index: 1;
}
.em_single_service_text:before {
    bottom: 20px;
    content: "";
    left: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 10px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    border-bottom: 1px solid #ff5e00;
    border-top: 1px solid #ff5e00;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    z-index: -1;
}
.em_single_service_text:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}
.em_single_service_text:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    border-left: 1px solid #ff5e00;
    border-right: 1px solid #ff5e00;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    z-index: -1;
}
.em_single_service_text:hover:after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}
.em_single_service_text {
  padding: 58px 15px 47px;
}
.em-service-icon {
}
.em-service-icon i {
  color: rgb(255, 94, 0);
  display: inline-block;
  font-size: 40px;
}
.em-service-inner {
    padding: 0px 10px;
}
.em-service-title h2 {
  color: rgb(255, 94, 0);
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: capitalize;
}










/*========================
EM40 TEAM CSS
=========================*/
.em-team {
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
/* team image css */
.em-content-image {
    position: relative;
}
.em-content-image:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 1;
}
.em-team:hover .em-content-image:before {
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em-content-waraper {
  padding: 28px 10px 25px;
  transition: all 0.5s ease 0s;
}
.em-team:hover .em-content-waraper{
background:#ff5e00;
}
.em-team:hover  .team-style-2  .em-content-waraper, 
.em-team:hover  .team-style-3  .em-content-waraper{
background:transparent;
}

/* team social */
.em-content-socials-inner {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  z-index: 9;
}
.em-content-socials {
}
.em-content-socials a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  margin: 0 3px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.em-content-socials a:hover{
	color:#ff5e00;
	border-color:#ff5e00;
} 
.em-team:hover .em-content-socials-inner {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
}
/* team social 2 */
.team-style-2 .em-content-socials {
  padding: 12px 0 7px;
}
.team-style-2 .em-content-socials a {
  border: 1px solid #ddd;
  color: #666;
}
.team-style-2 .em-content-socials a:hover{
	color:#ff5e00;
	border-color:#ff5e00;
}
/* team social 3 */
.team-style-3 .em-content-socials {
  padding: 12px 0 7px;
}
.team-style-3 .em-content-socials a {
  border: 1px solid #f1f1f1;
  color: #666;
}
.team-style-3 .em-content-socials a:hover{
	color:#ff5e00;
	border-color:#ff5e00;
}
.team-style-3 .em-content-socials {
  margin-top: -50px;
  transition: all 0.5s ease 0s;
  opacity:0;
}
.em-team:hover .team-style-3 .em-content-socials {
    margin-top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* team content */
.em-content-title h2 {
  color: #333;
  font-family: poppins;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
  transition:.5s;
}
.em-content-subtitle {
  color: #666;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
    transition:.5s;
}
/* team button */
.em-content-button a {
  display: inline-block;
  transition: all 0.5s ease 0s;
}
.em-team:hover .em-content-title h2 {
color:#fff;
}
.em-team:hover .em-content-subtitle {
color:#fff;
}

.em-team:hover  .team-style-2  .em-content-subtitle, 
.em-team:hover  .team-style-3  .em-content-subtitle{
color:#666; 
}
.em-team:hover  .team-style-2  .em-content-title h2, 
.em-team:hover  .team-style-3  .em-content-title h2{
color:#333;
}

/*========================
EM40 CONTACT FORM 7
=========================*/
.form-inner {
    width: 100%;
}
.form-controls {} .form_inner {}
 .heading {}
.heading h3, .field {
  overflow: hidden;
  padding-bottom: 30px;
  width: 100%;
}
.form-field {
    width: 99%;
    overflow: hidden;
    float: left;
}
.form-field input {
  border: 1px solid #ddd;
  color: #171313;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  outline: medium none;
  padding-left: 10px;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.text_area {} 
.text_area textarea {
    width: 99%;
    border: 1px solid #ccc;
    height: 199px;
    color: #171313;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 5px;
    outline: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.form-field input:focus,
.text_area textarea:focus {
    color: #ff5e00;
    border: 1px solid #ff5e00;
}
.buttons {
    margin-top: 7px;
}
.buttons submit {} 
.sbuton {
  background: #ff5e00 none repeat scroll 0 0;
  border: 1px solid #ff5e00;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 32px;
  text-transform: uppercase;
  transition: all 1s ease 0s;
}
.sbuton:hover {
    background: #ff5e00 none repeat scroll 0 0;
    border-color: #ff5e00);
    color: #fff;
}
.form-field input::-moz-placeholder {
    margin-left: 10px;
}
.form-field input[type="date"]::-moz-placeholder {
    margin-left: 10px;
}

/* 2 */
.home-2 .field.topfield .form-field {
    float: left;
    width: 50%;
}
.home-2 .field.topfield .form-field:after {
    clear: both;
    content: "";
    display: block;
}
.home-2 .field.topfield .form-field input {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  width: 98%;
}
.home-2 .text_area textarea {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  color: #333;
  height: 160px;
}
.home-2 .field.topfield input:focus,
.home-2 .text_area textarea:focus {
    border: 1px solid #ff5e00;
    color: #333;
	background:transparent;
}
.home-2 .sbuton {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 500;
  padding: 8px 40px;
}
.home-2 .sbuton:hover {
    background: #ff5e00;
	border-color:#ff5e00;
	color:#fff;
}

/*home 3 form */

.home-3 .form-field input:focus,
.home-3 .text_area textarea:focus {
    border: 1px solid #1bbc9b;
    color: #1bbc9b;
}
.home-3 .sbuton:hover {
    background: #1bbc9b none repeat scroll 0 0;
    color: #fff;
}



/*=====================
mettle PORTFOLIO AREA CSS
=========================*/

.portfolio_nav {
    padding: 0px 0 40px;
}
.portfolio_nav ul {
text-align:center;
} .portfolio_nav ul li {
    display: inline;
}
.portfolio_nav ul li {
  color: #454545;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 4px 10px;
  padding: 0 14px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
.portfolio_nav ul li.current_menu_item {
    color: #ff5e00;
}
.portfolio_nav ul li:hover {
    color: #ff5e00;
}
.prot_wrap {
    overflow: hidden;
}
/* single gallery css */

.single_protfolio {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.prot_thumb {} .prot_thumb img {
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single_protfolio:hover .prot_thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.prot_content {
    height:0%;
    width: 100%;
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 4, 0.5) none repeat scroll 0 0;
    z-index: 9;
}
.multi_gallery.prot_content {
    height: 90%;
    width: 80%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    left: 10%;
}
.prot_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	height:100%;
}
.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.prot_content h3 a {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.prot_content p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}
.prot_content p span {
    display: inline-block;
    padding-top: 0px;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
    position: relative;
    margin: 0 2px;
}
.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: -5px;
}
.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
    content: "";
}
.nospace.col-xs-12 {
    padding: 0px;
}
.nospace .single_protfolio {
    margin-bottom: 0px;
}
/* load button css */

.gallery_load_button {} .gallery_load_button a {
    border: 1px solid #ddd;
    color: #444;
    padding: 7px 15px;
    display: inline-block;
    font-size: 17px;
    margin-top: 0px;
}
.gallery_load_button a:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
    margin-top: 30px;
}
/* portfolio icon css */

.picon {} .picon a {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    margin: 0 3px 11px;
    width: 42px;
}
.picon a:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}
/* single portfolio */

.pimgs {
    margin-bottom: 15px;
}
.pimgs img {} .prots-contentg p {
    text-align: center;
}
/*style 2 */

.pstyle_1 .porttitle_inner {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 17px 0 19px;
    position: absolute;
    right: 0;
}
.pstyle_1 .porttitle_inner h3 {
    line-height: 1;
}
.pstyle_1 .porttitle_inner h3 a {
    color: #454545;
}
.pstyle_1 .porttitle_inner p {
    color: #454545;
}
.pstyle_1 .prot_content p {
    margin: 2px 0 0;
}
.pstyle_1 .single_protfolio {
    -webkit-transition: .5s;
    transition: .5s;
}
.pstyle_1 .single_protfolio:hover {
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, .20);
}
.pstyle_1 .prot_content_inner {
    top: 44%;
}
.pstyle_1 .porttitle_inner p span {
    padding-top: 5px;
}
/*  */

.pstyle4.pstyle_1 .single_protfolio:hover {
    box-shadow: none;
}
.pstyle4 .prot_content_inner {
    top: 50%;
}
.pstyle4 .prot_thumb {
    overflow: hidden;
    position: relative;
}
.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
    padding: 17px 10px 20px;
}
.pprotfolio4 {
    border: 1px solid #f1f1f1;
    border-top: 0px solid #f1f1f1;
    padding: 20px 10px 23px;
}
.porttitle_inner4 h3 {
    margin: 0;
    text-transform: capitalize;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.porttitle_inner4 h3 a {
    text-transform: uppercase;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
}
.porttitle_inner4 p {
    color: #454545;
    line-height: 1;
    margin: 5px 0 0;
}
.porttitle_inner4 p span {
    display: inline-block;
    padding-top: 5px;
}


/*=====================
plan TESTIMONIAL AREA CSS
=========================*/
.em_single_testimonial {
    text-align: center;
}
.em_test_thumb img{
	
}
.em_testi_title h2 {
  color: #fff;
  font-family: poppins;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
.em_testi_title h2 sup {
  color: #ff5e00;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 19px;
}
.em_testi_text{
    color: #fff;
    font-style: italic;
    margin: auto;
    width: 72%;
}
.em_testi_text.texti_style2{
    color: #333;
    font-style: italic;
    margin: auto;
    width: 100%;
}
.em_testi_degi {
  line-height: 1;
  margin-top: -4px;
}
/* without carousel */
.curosel-style .owl-nav div {
    background: transparent;
    border-radius: 30px;
    color: rgb(255, 94, 0);
    font-size: 22px;
    height: 35px;
    left: 0px;
    line-height: 35px;
    /* margin-top: -8.5px; */
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease 0s;
    width: 35px;
    border: 1px solid rgb(255, 94, 0);
	text-align:center;
	z-index: 99;
	transform:translateY(-49%);
}
.curosel-style .owl-nav .owl-next {
    right: 0px;
    left: auto;
}
.curosel-style .owl-nav .owl-next:hover {
    background: rgb(255, 94, 0);
    color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
    background: rgb(255, 94, 0);
    color: #fff
}
.owl-carousel .owl-item img{
    margin: auto;
}
.curosel-style:hover .owl-nav div{
	opacity:1;
}


/*----------------------
 * SLIDER AREA CSS
 -----------------------*/

.main-slider-area {
    overflow: hidden;
    display: block;
    position: relative;
}
.nivo-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
    background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
    height: 100%;
}
.em-slider-content-nivo {}
.em_slider_right {}
.em_slider_inner {
  margin: auto;
  /* width: 60%; */
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
/* slider title */
.em-slider-title {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.em-slider-title > span {
  color: #FF5E00;
}
.em-slider-sub-title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 10px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
}
.em-slider-descript {
  color: #fff;
}
.em-slider-descript {
  width: 60%;
  margin-bottom: 30px;
}
.text-left .em-slider-descript {
  margin-left: 0;
  margin-right: auto;
}
.text-center .em-slider-descript {
  margin: 0 auto 40px;
}
.text-right .em-slider-descript {
  margin-right: 0;
  margin-left: auto;
}
/* button */
.em-slider-button {}
.em-button-button-area a {
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  padding: 6px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all .5s ease 0s;
  z-index: 1;
}

a.em-active-button {
    background: #FF5E00;
    border-color: #FF5E00;
}
.em-button-button-area a:hover {
    color: #fff;
    background: #ff5e00;
    border-color: #ff5e00;
}
a.em-active-button:hover {
    background: transparent;
    border-color: #fff;
}
a.em-active-button:hover:before{
display:none;
} 
.em-button-button-area a::before {
  background: #ff5e00 none repeat scroll 0 0;
  border: 1px solid #ff5e00;
  border-radius: 30px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
}
.em-button-button-area a:hover:before{
transform:scale(1);
}
.em-slider-half-width {
	width: 50%;
}
.em-slider-left {
	padding-right: 30px;
}
.em-slider-right {
	padding-left: 30px;
}
.em-slider-full-width {
  width: 85%;
}
.em-slider-half-width .em-slider-descript {
	width: 100%;
}
/* directionNav */
.em-nivo-slider-wrapper .nivo-directionNav {}
.em-nivo-slider-wrapper .nivo-directionNav a {
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 48px;
  border: 1px solid #fff;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  left: 0;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
	background: #ff5e00;
	border-color: #ff5e00;
	color: #fff;
}
.em-nivo-slider-wrapper:hover  .nivo-directionNav a {
  opacity: 1;
  visibility: visible;
  left: 50px;
}
.em-nivo-slider-wrapper:hover  .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}
/* controlNav */
.em-nivo-slider-wrapper .nivo-controlNav {
  bottom: 50px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.em-nivo-slider-wrapper .nivo-controlNav a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover, .em-nivo-slider-wrapper .nivo-controlNav a.active {
  background: #ff5e00 none repeat scroll 0 0;
  opacity: 1;
}

/*=====================
plan PRICING AREA CSS
=========================*/
.single_pricing {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #f1f1f1;
    transition: all 0.5s ease 0s;
}
.single_pricing.active, .single_pricing:hover {
    border-top: 1px solid ##ff5e00;
}
.pricing_title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 36px 0 25px;
    text-align: center;
}
.pricing_title h2 {
    font-size: 20px;
}
.active .pricing_title h3 {
  color: #ff5e00;
}
.pricing_title h3 {
    font-size: 25px;
    font-weight: 700;
}
.price_item {
    text-align: center;
    transition: all 0.5s ease 0s;
}
.price_item_inner {
  background: #00dbaa none repeat scroll 0 0;
  border-radius: 50%;
  display: table;
  height: 110px;
  margin: auto;
  width: 110px;
}
.price_item_inner_center {
    display: table-cell;
    vertical-align: middle;
}
.active .price_item_inner {
    background: #ff5e00 none repeat scroll 0 0;
}
.price_item span {
    color: #fff;
}
.slash {
    font-size: 0;
}
.curencyp {
    font-size: 16px;
    font-weight: 700;
}
.tk {
  color: #444;
  font-family: raleway;
  font-size: 35px;
  font-weight: 700;
}
.line_barp {}
.monthp {
    display: block;
    position: relative;
}
.bootmp {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}
.featur ul {
  padding: 21px 0 5px;
  text-align: center;
}
.featur ul li {
    border-top: 1px solid #f0f0f0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 0;
    text-transform: none;
}
.featur ul li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.order_now {
    background: transparent none repeat scroll 0 0;
    padding: 28px 0 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.order_now a {
  background: #00dbaa none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 31px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.active .pricing_title > h3 {
  color: #ff5e00;
}
.active .order_now a {
  background: #ff5e00 none repeat scroll 0 0;
}

.single_pricing .order_now a,
.single_pricing .price_item_inner,
.single_pricing .pricing_title > h3{
	transition:.5s;
	
}

.single_pricing:hover .order_now a,
.single_pricing:hover .price_item_inner{
  background: #ff5e00 none repeat scroll 0 0;
color:#fff;  
}
.single_pricing:hover .pricing_title > h3{
	color:#ff5e00;
}
.pricing_content {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

/*=====================
END plan PRICING AREA CSS
=========================*/


/* contact from */
div.wpcf7-response-output {
  margin: 0;
}

/* recent post */

.footer-widget.address  ,
.footer-widget.address  p
{
    color: #fff;
}
.footer_s_inner {
    margin-top: 10px;
}
.footer-sociala-icon {
    float: left;
    margin-right: 7px;
    clear: both;
}

.recent-post-item {
    clear: both;
    overflow: hidden;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image a {
    display: inline-block;
}
.recent-post-text {
  margin-top: 10px;
  overflow: hidden;
}
.recent-post-text h4 a {
    color: #333;
}
.recent-post-text .rcomment i {
    margin-right: 5px;
}
.recent-post-text .rcomment {
    color: #333;
}
.footer-middle .recent-post-item + .recent-post-item {
	margin-top: 20px;
}

/* mailchim */

.mc4wp-form-fields p {
    position: relative;
    color: #fff;
	 margin-top: -5px;
}
.mc4wp-form-fields p label {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}
.mc4wp-form-fields input {
    font-size: 14px;
    height: 40px;
    padding: 5px 15px;
    position: relative;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    color: #999999;
}
.mc4wp-form-fields button {
    margin: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 50px;
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #1293d4;
    font-size: 20px;
    height: 40px;
    line-height: 20px;
    background: #0b96bf;
    color: #fff
}
.mc4wp-form-fields button:hover {
    background: #ff5e00;
    color: #fff
}
.footer-middle .mc4wp-form-fields p:nth-child(1) {
    margin-bottom: 30px;
}
.footer-middle .mc4wp-form-fields input {
    border: 1px solid #ddd;
}
.footer-middle .mc4wp-form-fields p:nth-child(3) input {
    margin-top: 20px;
    background: #0B96BF;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
}





.learn_btn {
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
}
.learn_btn:hover {
  border-color:#ff5e00;
  background-color:#ff5e00;
  color: #fff;
}
.learn_more {

}
.learn_more_adn {
  padding-top: 10px;
}




/* blog adn */
.blog_nav {
    padding: 0px 0 40px;
}
.blog_nav ul {} .blog_nav ul li {
    display: inline;
}
.blog_nav ul li {
    border: 1px solid #ddd;
    color: #454545;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 4px 10px;
    padding: 7px 14px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog_nav ul li.current_menu_item {
    color: #fff;
    border-color: #03a9f5;
    background-color: #03a9f5;
}
.blog_nav ul li:hover {
    color: #fff;
    border-color: #03a9f5;
    background-color: #03a9f5;
}
.blog_wrap {
    overflow: hidden;
}
.single_blog_adn {
}


/*=====================
plan adn blog css
=========================*/
.plan-single-blog_adn{
    background: #fff;
	margin-bottom:30px;
	overflow:hidden;
    border: 1px solid #ddd	
}
/* BLOG THUMB CSS */

.plan-blog-thumb_adn {
    overflow: hidden;
}
.plan-blog-thumb_adn a {
    position: relative;
}
.plan-blog-thumb_adn a {
    display: block;
}
.plan-blog-thumb_adn a:before {
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #ff5e00;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.plan-blog-thumb_adn img {
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}

/* BLOG TITLE AND CONTENT CSS */
.em-blog-content-area_adn {
  padding: 21px 20px 15px;
}
.blog-inner_adn {
}
.blog-content_adn {} 
.blog-content_adn h2 {
  color: #333;
  margin: 0 0 18px;
}
.blog-page-title_adn a {
  color: #333;
  display: block;
  margin-bottom: 10px;
}
.blog-content_adn h2 a{
	font-size: 15px;
    font-weight: 700;
	text-transform:uppercase;
}
.blog-content_adn h2 a:hover {
    color: #03a9f5;
}
.blog-content_adn p {
}
/* BLOG POST META CSS */


.plan-blog-meta_adn {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 15px;
  margin-top: 0;
  width: 100%;
}
.plan-blog-meta_adn:after {
    display: block;
    clear: both;
    content: "";
}
.plan-blog-meta_adn a {} 

/* BLOG POST META LEFT CSS */

/* left style 1 */
.plan-blog-meta-left_adn a, .plan-blog-meta-left_adn span {
  color: #454545;
  font-size: 13px;
  margin-right: 5px;
  text-transform: lowercase;
}
.plan-blog-meta-left_adn a,
.plan-blog-meta-left_adn span
 {
    color: #454545;
    margin-right: 5px;
    font-size: 13px;
}
.plan-blog-meta-left_adn i {
    margin-right: 5px;
}


/* BLOG POST META RIGHT CSS */

.plan-blog-meta-right_adn {
    float: right;
    padding: 7px 0;
}
.plan-blog-meta-right_adn a,
.plan-blog-meta-right_adn span {
    font-size: 12px;
    color: #454545;
    margin-left: 5px;
}
.plan-blog-meta-right_adn i {
    margin-right: 5px;
}
/* blog readmore */
.readmore_adn a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.readmore_adn a:hover {
    border-color: #03a9f5;
    background: #03a9f5;
    color: #fff;
}

/* blog hover */
.plan-single-blog_adn:hover .plan-blog-thumb_adn a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.plan-single-blog_adn:hover .plan-blog-thumb_adn img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.blog_nospace_adn.col-xs-12 {
    padding: 0px;
}
.blog_nospace_adn .plan-single-blog {
    margin-bottom: 0px;
}

/* New Style Added 20/07/2018 */
.plan_menu > ul > li:last-child > a {
    font-size: 17px;
    font-weight: 400;
}

.col {

    padding: 10px 20px;
    background: #fcfcfc;
    border: 1px solid #E7E7E7;
    margin-top: 15px;
    border-radius: 3px;
    margin: 5px;
	box-shadow: #00000021 0px 6px 20px 0px;
}
.col h3 {
    color: #ad915a !important;
    font-weight: 700 !important;
}

#page-id-2024 .plan-blog-area {
    padding-bottom: 0px !important;
}
.col-cus-style-1 {
    background: #8BC34A !IMPORTANT;
}
.col-cus-style-1 .content-icon-header i {
    color: #fff !important;
    margin: 40px 0 !important;
    border-color: #FFF !important;
	font-size: 38px !important;
}
.col-cus-style-1 .content-title {
    font-size: 20px !important;
    font-weight: 300 !important;
    padding: 10px 20px !important;
    min-height: 103px;
}
.col-cus-style-1 li {
    font-size: 18px !important;
    font-weight: 300 !important;
    padding: 10px !important;
    color: black !important;
    line-height: 25px !important;
   min-height: 300px !important;

}
.col-cus-style-1 .content-desc {
    min-height: 300px !important;
}
.col-cus-style-1 .content-desc {
    min-height: 300px !important;
    background: rgb(217, 255, 180) !important;
}
.col-cus-style-1 .content-desc li {   background: rgb(217, 255, 180) !important;}

.footer-logos img{margin: 0px 15px;
}

.logos-cover{padding:40px 0px;background: #ffffff !important;}

body.kc-css-system .kc-css-984432{padding:0px !important;}

body.kc-css-system .kc-css-984432 .kc_tabs{margin-bottom:0px !important}


.owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-nav .disabled{opacity:.5;cursor:default}
.owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.kc_accordion_wrapper,body .kc_tabs{margin-bottom:0px;}
@media (min-width:768px){

.flex-5-col{display:flex;}
	.flex-5-col .col{width:20%;}
	.flex-3-col{display:flex;}
	.flex-3-col .col{width:33.333%;}
}

a, i, cite, em, var, address, dfn, ol, li, ul, body.kc-css-system p {font-weight:300 !important;}
.main-car-cover .owl-nav{display:none;}
.main-car-cover .kc_column{padding:0px !important;}
.main-car-cover .owl-dots{margin-top:20px;}

.home .plan_nav_area{background:rgba(0,0,0,0) !important;}
.home.nav-affix .plan_nav_area{background:rgba(0,0,0,0.68) !important;}

.cf-cover form{padding:15px;}
.cf-cover input[type="tel"] {width:100%;}

.cf-cover input[type="text"], .cf-cover input[type="email"], .cf-cover input[type="tel"], .cf-cover textarea{border:1px solid #ccc;}
.kc_button{border:1px solid #1E73BE;}

.logged-in div.wpcf7{margin:0px !important;}
.cf-cover img{padding:30px 15px;}
body, p{font-size:18px;}

.five-boxes-row a{background: #ffffff;
    border: 1px solid #f2f2f2;display:block;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 10px 10px 10px;}
.five-boxes-row p{text-align:center;}


body.kc-css-system .kc-css-612711 p:last-child{margin:0;}
.text-alignm{text-align:center;}


.gr-12{min-height: calc(100% - 30px);}

.gr-12 .em-content-image img{width:100%}

/* Popup */
#popmake-5295 .popmake-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 16px;
}

#popmake-5295 img {
  border-radius: 8px;
}

#popmake-5295 label {
  width: 100%;
}

#popmake-5295 .wpcf7-submit, #popmake-5295 .THEME__button {
  outline: none;
  border: none;
  padding: 9px 32px;
  border-radius: 4px;
  font-weight: 700;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-family: "Montserrat", sans-serif;
  background: transparent linear-gradient(90deg, #ad915a 0%, #cdb684 100%) 0% 0% no-repeat
    padding-box;
	color: #000;
	font-size: 15px;
}

#popmake-5295 .wpcf7-submit:hover, #popmake-5295 .THEME__button:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#ad915a), to(#ad915a)) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ad915a 0%, #ad915a 100%) 0% 0% no-repeat
    padding-box;
}

#popmake-5295 .cf7-style input[type="text"],
#popmake-5295 .cf7-style input[type="email"] {
    border: 1px solid #555 !important;
    border-radius: 4px;
    outline: none !important;
    padding: 4px 8px;
}

#popmake-5295 .wpcf7-response-output {
	margin: 0 !important;
}

#popmake-5295 .popup-image-column .kc-col-container, #popmake-5295 .popup-image-column .kc-col-container .kc_single_image, #popmake-5295 .popup-image-column .kc-col-container .kc_single_image p {
	height: 100%;
}

#popmake-5295 .popup-image-column .kc-col-container .kc_single_image {
	display: flex;
	flex-direction: column;
}

#popmake-5295 .kc-wrap-columns {
	align-items: center;
}

#popmake-5295 .popup-image-column .kc-col-container .kc_single_image img {
	height: 100%;
	object-fit: cover;
}

#popmake-5295 .popup-image-column .kc-col-container .kc_single_image > p {
	text-align: center;
}

@media (max-width: 768px) {
	#popmake-5295 .popup-image-column {
		margin-bottom: 32px;
	}
}

@media (min-width: 992px) {
	#popmake-5295 .popup-image-column .kc-col-container .kc_single_image img { 
		max-height: 300px;
	}
}

/* -------------------------------------------------
  Large Screen. 
---------------------------------------------------*/

@media (min-width: 1367px) and (max-width: 1920px) {}
/* -------------------------------------------------
  Laptop Screen 
---------------------------------------------------*/

@media (min-width: 1170px) and (max-width: 1366px) {

	
}
/* -------------------------------------------------
  Old Desktop :992
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
.em-slider-title {
  font-size: 26px;
  margin-bottom: 10px;
}
.em-slider-sub-title {
  font-size: 42px;
  margin-bottom: 2px;
}
.em-slider-descript {
  margin-bottom: 20px;
  width: 66%;
}


}
/* -------------------------------------------------
  Tablet Screen : 768
---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
	
.em-slider-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.em-slider-sub-title {
  font-size: 30px;
  margin-bottom: 0;
}
.em-slider-descript {
  display: none;
}
.em-button-button-area a {
  margin-top: 20px;
}





.footer-top-inner p {
  width: 78%;
}

/* kc
.kc_col-sm-4, 
.kc_col-sm-3 
{
  width: 50% !important;
} */
.plan-blog-thumb_adn img {
  width: 100%;
}
.em-feature {
  padding: 20px 20px 25px;
}



}
/* -------------------------------------------------
  Small Mobile : 320
---------------------------------------------------*/

@media (max-width: 767px) {


.em-slider-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.em-slider-sub-title {
  font-size: 22px;
  margin-bottom: 0;
}
.em-slider-descript {
  display: none;
}
.em-slider-button {
  display: none;
}
.em-nivo-slider-wrapper .nivo-controlNav {
  display: none;
}


.section-title.t_center {
  width: 100%;
}
.section-title.t_left {
  width: 100%;
}
.section-title.t_right {
  width: 100%;
}




/* top bar */
.top-address {
  text-align: center;
}
.social-icons.text-right {
  text-align: center;
}
/* footer bar */
.footer-top-inner p {
  width: 100%;
}
.footer-menu ul {
  margin: 10px 0 0;
  text-align: center;
}
.footer-menu ul li a {
  font-size: 14px;
}
.copy-right-text p {
  text-align: center;
}
.breadcumb-blog-area {
  padding: 50px 0;
}
/* blog css */
.em-blog-content-area {
  padding: 20px 10px 5px;
}
.plan-blog-meta-left a, .plan-blog-meta-left span {
  font-size: 11px;
  margin-right: 3px;
}
.plan-blog-meta-right a, .plan-blog-meta-right span {
  font-size: 11px;
  margin-left: 3px;
}

/* single blog */
.post_reply ul, .blog-content ul, .single-blog-content ul {
  padding-left: 20px;
}
.post_reply ol, .blog-content ol, .single-blog-content ol {
  padding-left: 20px;
}
.comments-area .children {
  margin-left: 10px;
}
.comment_field .input-field {
  width: 100%;
}

    .pdsr {
        padding-top: 50px;
    }
    .pdsl {
        padding-bottom: 90px;
    }
	#wp-calendar {
	  display: block;
	}
	
/* footer css */
.copy-right-text p {
  font-size: 14px;
}


}
/* -------------------------------------------------
  Large Mobile :480px. 
---------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
 .em-slider-button {
  display: block;
}
.em-button-button-area a {
  margin-right: 5px;
  margin-top: 15px;
  padding: 3px 20px;
  font-size: 12px; 
}

 
}