
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*7
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

 body {
	font-family: "Open Sans",sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x:hidden;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.mp-button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	list-style:none
}
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color:#ed1d24;
	text-decoration: none;
}
a,
button {
	color: ;
	outline: medium none;
}
button{cursor: pointer;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans",sans-serif;
	color: #2f2f2f;
	margin-top: 0px;
	font-style: normal;
	font-weight:100,300,400,500,600,700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
p{
	font-family: "Open Sans",sans-serif;
	font-weight:500;
	color:#252121;
	line-height:30px;
}
* {
  box-sizing:border-box;
}

img {
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    border-style: none;
}
.form-control:focus {
    box-shadow:none;
}
.btn.focus, .btn:focus {
   box-shadow:none;
}
.slicknav_menu{
	display:none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f7f7f7; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
border-radius:10px;  
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

@media (min-width: 1200px){
.container {
    max-width: 960px;
}
}
/***----------------------------------------***/
/***  .01 START OF BODY CURSOR 
/***----------------------------------------***/
body {
  cursor: none; }

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden; }

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #2f2f2f;
  -webkit-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  -o-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out; }

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #2f2f2f;
  opacity: .3; }

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #2f2f2f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  -o-transition: all .08s ease-out;
  transition: all .08s ease-out; }
  .cursor-outer.cursor-hover {
    opacity: 0; }

/***----------------------------------------***/
/***  .01 END OF BODY CURSOR 
/***----------------------------------------***/

/***----------------------------------------***/
/***  .02 START OF PRELOADER 
/***----------------------------------------***/

.Shape_5{
    width: 50px;
    height: 50px;
    border: 5px solid transparent;
    border-radius: 50%;
    animation: loader 1s linear infinite;
	-webkit-animation: loader 1s linear infinite;
}
.hola h2{
	font-size:24px;
	letter-spacing:2px;
	color:#2f2f2f;
	font-weight:700;
	margin-top:20px;
	transition: all 0.3s ease 0s;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #2f2f2f;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #2f2f2f;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
.hola{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999999;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/***----------------------------------------***/
/***  .02 END OF PRELOADER 
/***----------------------------------------***/

/***----------------------------------------***/
/***  .03 START OF HEADER SECTION 
/***----------------------------------------***/

.content {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding-left: 235px;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transform: translate3d(10%, 0, 0);
    transition: transform 1s ease .3s,opacity .3s ease .3s;
    z-index: -1;
}
.content.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    z-index: 5;
}
.body-content{
	position:relative;
	overflow-x:hidden;
	height:100vh;	
}
.body-bg-white{
    background: #ffffff;	
}



.fixed-top {
	padding:4px 0px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 22;
}
.header-none{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
	background: #1f487c;
    width: 250px;
    z-index: 333;
}
.header-mobile{
    width: 80px;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 333;
    padding-bottom:60px;
}

.header-section{
	position:relative;
}
.main-menu {
	list-style: none;
	margin-top:48px;
}
.main-menu ul{
	padding:0;
	margin: 0;
}
.main-menu .nav{
	text-align:center;
	display: block;
}
.main-menu ul li {
	display:block;
	position: relative;
}
.main-menu ul li a {
	display: block;
	margin:0 50px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
    padding: 9px 16px;
}
.main-menu ul li.active a{
	color:#eeeeee;
}
.main-menu ul li a:hover{
	color:#eeeeee;
} 


.copy-right p a:hover{
	color:#2f2f2f;	
}
.copy-right p a{
	color:#828282;
}
.copy-right p{
	text-align:center;
	margin-top:40px;
	padding:0 30px;
	font-size:14px;
	font-weight:500;
	margin-bottom:0;
}
/***----------------------------------------***/
/***  .03 END OF HEADER SECTION 
/***----------------------------------------***/

/***----------------------------------------***/
/***  .04 START OF BANNER SECTION 
/***----------------------------------------***/
.vh{
	height:100vh;
}
.section-wrapper {
    padding-left: 235px;
    position: relative;
}
.banner-area {

}
.section-divide{
	padding-top:100px;
	padding-bottom:70px;
}
.banne-middle {
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
/* .banne-middle:before { */
    /* content: ""; */
    /* background-color: #111418; */
    /* width: 100%; */
    /* height: 100%; */
	/* opacity:.5; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0;	 */
/* } */
.banner-text {
	margin-top:0em;
	position:relative;
	z-index:2
}
.banner-text:after {
    content: "";
    background: #f7f7f7;
	opacity:.5;
    border: none;
    width: 150px;
    height: 150px;
	border-radius:50%;
    position: absolute;
    left: -40%;
    right: 0;
    top: -34px;
    margin: auto;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;	
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
.banner-text h1{
    font-size:62px;
    font-weight: 700;
    letter-spacing: -.8px;
    margin-bottom: 30px;
}
.banner-text h4{
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -.5px;
    margin-bottom: 0px;
}
.banner-text #typed {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -.5px;	
}
.banner-area .home-social {
    position: absolute;
	right: -60px;
    bottom: -75px;
}

.social li a {
    border-radius: 50%;
    text-align: center;
    display: block;
	color:#2f2f2f;
    font-size: 16px;
    margin-bottom: 20px;
    transition: 0.3s;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #f7f7f7;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;		
}
.social li:last-child a {
	margin-bottom:0;
}
.social li a:hover {
	color:#fff;
	background:#2f2f2f;	
}
/***----------------------------------------***/
/***  .04 END OF BANNER SECTION 
/***----------------------------------------***/

/***----------------------------------------***/
/***  .10 START OF CONTACT SECTION 
/***----------------------------------------***/
.contact-features{
	margin-bottom:66px;
}
.features-wrapper{
	transition: all 0.5s ease 0s;
}
.features-wrapper:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}
.features-icon{
    margin-bottom: 28px;
}
.features-wrapper .features-icon i{
    font-size: 24px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #2f2f2f;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    background: #ffffff;
}
.features-wrapper:hover .features-icon i{
	background:#2f2f2f;
	color:#fff;
}
.features-content {
    padding:30px;
	padding-top: 35px;
	background:#f7f7f7;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.features-content h4 {
    font-size:18px;
    font-weight: 600;
    margin-bottom: 10px;
	letter-spacing:-0.5px;
}
.features-content p {
	font-size: 15px;
	line-height:30px;
	margin-bottom: 0;
	margin-top:0px;
}
.features-content p a {
	color:#777;
}

.contact-form {
	margin-top:40px;
}
.contact-form textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor currentcolor #f7f7f7;
	border-image: none;
	border-style: none none solid;
	border-width:1px;
	color: #828282;
	font-weight:500;
	padding: 12px 48px 12px 20px;
	background:#f7f7f7;
	font-size: 15px;
	height: 143px;
	border-radius:0;
    margin-bottom: 20px;
	text-transform: capitalize;
	width: 100%;
}
.contact-form .form-control:focus,
.contact-form .form-control:active{
    border-color: #2f2f2f;
    box-shadow: none;
    background: #f7f7f7;
    color: #828282;
}
.btn-success:not(:disabled):not(.disabled).active, 
.btn-success:not(:disabled):not(.disabled):active, 
.show>.btn-success.dropdown-toggle {
    border-color: none;
    box-shadow: none;
    background: #2f2f2f !important;
    color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus, 
.btn-success:not(:disabled):not(.disabled):active:focus, 
.show>.btn-success.dropdown-toggle:focus {
    box-shadow:none;
}
.contact-form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #f7f7f7;
	border-image: none;
	border-style: none none solid;
	border-width: 1px;
	color: #828282;
	font-weight:500;
	border-radius:0;
	font-size: 15px;
	padding: 12px 48px 12px 20px;
	background:#f7f7f7;
	height: 52px;
	margin-bottom: 20px; 
	width: 100%;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #828282 !important;
    opacity: 1;
}
.contact-form .form-group{
	position:relative;
}
.contact-form .form-group .icon-bg {
	top: 14px;
    right: 34px;
    position: absolute;
    opacity: 1;
}
.contact-form .form-group .icon-bg i {
	color:#2f2f2f;
	font-size: 22px
}

.contact-form button{
	background:#2f2f2f;
	color:#fff;
	font-size:15px;
	font-weight:500;
}
.contact-form button:hover {
	color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 35px rgb(0 0 0 / 20%);
    background: #2f2f2f;
}

.alert-success {
	border-radius:0px;
	margin-bottom:30px;
	padding:24px;
}

/***----------------------------------------***/
/***  .10 END OF CONTACT SECTION 
/***----------------------------------------***/


/*********************************
	copyright-section
**********************************/
.section-footer {
    background: #f7f7f7;
	padding:25px;
}
.copyright-1 p {
	font-size:15px;
	margin-bottom:0;
}
.copyright-1 a {
    color: #828282;
}
.copyright-1 a:hover {
    color: #2f2f2f;
}

/***----------------------------------------***/
/***  .12 START OF MOBILE MENU 
/***----------------------------------------***/
#menuToggle {
    right: 10px;
    top: 4px;
    padding: 19px 0 0 13px;
    width: 49px;
    height: 49px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.header-section #menuToggle {
    right: 25px;
    top: 20px;
    padding: 18px 0 0 16px;
}
#menuToggle {
	display: inline-block;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 1111;
	user-select: none;
	padding: 19px 0 0 16px;
	width: 54px;
	height: 54px;
	border-radius: 0px;
	background: #f7f7f7;
}
#menuToggle input {
	display: flex;
	width: 54px;
	height: 54px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	top: 0;
	left: 0;
}
#menuToggle > span {
	display: flex;
	width: 23px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #2f2f2f;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	opacity 0.55s ease;
}
#menuToggle > span:first-child {
	transform-origin: 0 0;
}
#menuToggle > span:nth-last-child(2) {
	transform-origin: 0 100%;
}
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(4px, 0);
	background: #2f2f2f;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(2px, 4px);
}
#mobile-menu {
	position: fixed;
	left: 0;
	top: 22%;
	margin: 0;
	padding-top: 0px;
	background-color: #f7f7f7;
	box-shadow: 0 0 35px rgb(0 0 0 / 10%);
	-webkit-font-smoothing: antialiased;
	transform-origin: 0 0;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}


@media (max-width: 1024px){
#menuToggle input:checked ~ #mobile-menu {
    transform: none;
}
}
.mobile-menu ul{
	margin:0;
	padding:0;
	text-align:left;
}
.mobile-menu ul li{
	list-style:none;
	display:block;
	border-bottom:1px solid #ececec;
	padding: 0 20px;
}
.mobile-menu ul li a {
	display: block;
	font-weight: 500;
	padding:18px 0px;
}
.mobile-menu ul li i {
    font-size: 25px;
}
.mobile-menu ul li.active a i{
	color:#2f2f2f;
}
.mobile-menu ul li a i{
    margin-right: 5px;
	color:#828282;
}
.mobile-menu ul li:last-child{
	border-bottom:none;	
}
.mobile-menu ul li a:hover i{
	color:#2f2f2f;
}
/***----------------------------------------***/
/***  .12 START OF MOBILE MENU 
/***----------------------------------------***/

/***----------------------------------------***/
/***  .13 START OF DEMO SECTION 
/***----------------------------------------***/
.home-img-box{
	position:relative;
	-webkit-transition: all ease 1s;
    transition: all ease 1s;	
}
.home-img-box:hover img{
    transform: scale(1.02);
}
.extra-margin{
	margin-top:30px;
}
.extra-margin2{
	margin-top:60px;
}
.box-overlay::after {
    background: #2f2f2f;
}
.box-overlay::after {
    content: "";
    height: 82%;
    width: 100%;
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: -1;
}
.box-overlay2::after {
    background: #f7f7f7;
}
.box-overlay2::after {
    content: "";
    height: 82%;
    width: 100%;
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: -1;
}

.home-count{
	position:relative;
}
.home-count::before {
    content: "01";
    position: absolute;
    left: 0px;
    top: -50px;
	font-size:8rem;
	font-weight:700;
    z-index: -1;
}
.home-count::before {
    color: #f7f7f7;
}
.home-count2{
	position:relative;
}
.home-count2::before {
    content: "02";
    position: absolute;
    right: 0px;
    top: -50px;
	font-size:8rem;
	font-weight:700;
    z-index: -1;
}
.home-count2::before {
    color: #f7f7f7;
}


.home-text h5{
    font-weight: 700;
    font-size: 26px;
    margin-top: 35px;
    letter-spacing: -.5px;
    margin-bottom: 15px;
}
.home-text p {
    font-size: 15px;
	line-height:30px;
    margin-bottom: 25px;
}
.home-text a {
    font-size: 14px;
    color: #2f2f2f;
    padding: 12px 16px;
    border: 1px solid #828282;
	-webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.home-text a:hover {
	color: #fff;
	border: 1px solid #2f2f2f;
	background:#2f2f2f;
}
/***----------------------------------------***/
/***  .13 START OF DEMO SECTION 
/***----------------------------------------***/



