/* General Demo Style */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,%20400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@font-face {
    font-family: 'AnimalsNormal';
    src: url('fonts/animals-webfont.html');
    src: url('fonts/animals-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/animals-webfont-2.html') format('woff'),
         url('fonts/animals-webfont-3.html') format('truetype'),
         url('fonts/animals-webfont-4.html#AnimalsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #333;
    font-family: 'Poppins', sans-serif;

    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

a,
button,
.btn {
    display: inline-block;
    text-decoration: none;
    outline: none;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

a {
    color: hsl(192, 80%, 46%);
}

a:focus,
a:hover {
    color: hsl(192, 80%, 46%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin-top: 0px;
   
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-weight: 500;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #666;
    margin-bottom: 15px;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #626262;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

::-webkit-selection {
    background: rgba(240, 30, 74, 0.1);
    color: #000;
    text-shadow: none;
}

::-moz-selection {
    background: rgba(240, 30, 74, 0.1);
    color: #000;
    text-shadow: none;
}

::selection {
    background: rgba(240, 30, 74, 0.1);
    color: #000;
    text-shadow: none;
}

::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

::placeholder {
    color: #666;
    font-size: 16px;
    text-transform: capitalize;
}

.mark,
mark {
    background-color: #f01e4a;
    color: #ffffff;
    padding: 2px;
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 10px 20px;
}

blockquote p {
    color: inherit;
    font: inherit;
}

pre {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    display: block;
    font-size: 12px;
    line-height: inherit;
    margin: 0 0 10px;
    overflow-wrap: break-word;
    padding: 10px;
    word-break: break-all;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

img{width:100%;}
/*----------------------------------------
2. THEME DEFAULT CSS
------------------------------------------*/

.wrapper {
    padding-top: 100px;
}

section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.light-space {
    padding: 50px 0;
}

.light-bg {
    background-color: #fafafa;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading > h1 {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.section-heading > h1:after {
    background-color: #f01e4a;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80px;
}

.section-heading > p {
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.overlay-dark .section-heading > h1,
.overlay-dark .section-heading > p {
    color: #fff;
}

.btn {
    background-color: #f01e4a;
    border: 0 none;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
}

.btn-lg {
    font-size: 16px;
    padding: 20px 50px;
}

.btn-sm {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 20px;
}

.btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #f01e4a;
    color: #f01e4a;
    padding-bottom: 11px;
    padding-top: 11px;
}

.btn.btn-lg.btn-bordered {
    padding-bottom: 16px;
    padding-top: 16px;
}

.btn.btn-sm.btn-bordered {
    padding-bottom: 8px;
    padding-top: 8px;
}

.btn-icon i {
    font-size: 10px;
    left: 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.btn-icon:hover i {
    left: 2px;
}

.btn:hover,
.btn:focus {
    background-color: #cd0022;
    color: #fff;
}

.btn.btn-bordered:hover {
    background-color: #f01e4a;
    color: #fff;
}

.btn:active {
    background-color: #AC2925;
}

.button-group {
    margin-top: 30px;
}

.button-group a {
    margin-right: 25px;
}

.button-group a:last-child {
    margin-right: 0;
}

.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.overlay-white,
.overlay-dark {
    position: relative;
    z-index: 0;
}

.overlay-white:after,
.overlay-dark:after {
    background-color: rgba(255, 255, 255, 0.85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.overlay-dark:after {
    background-color: rgba(0, 0, 0, 0.85);
}


/*----------------------------------------
3. BASIC MARGIN PADDING
------------------------------------------*/

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}


/*----------------------------------------
MARGIN TOP
------------------------------------------*/

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}


/*----------------------------------------
MARGIN BOTTOM
------------------------------------------*/

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-200 {
    margin-bottom: 200px;
}


/*----------------------------------------
PADDING TOP
------------------------------------------*/

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-200 {
    padding-top: 200px;
}


/*----------------------------------------
PADDING BOTTOM
------------------------------------------*/

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-200 {
    padding-bottom: 200px;
}


/*----------------------------------------
PADDING RIGHT
------------------------------------------*/

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}


/*----------------------------------------
PADDING LEFT
------------------------------------------*/

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}


/*----------------------------------------
PADDING TOP BOTTOM
------------------------------------------*/

.ptb-0 {
    padding: 0;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-110 {
    padding: 110px 0;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-130 {
    padding: 130px 0;
}

.ptb-140 {
    padding: 140px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.ptb-200 {
    padding: 200px 0;
}


/*----------------------------------------
MARGIN TOP BOTTOM
------------------------------------------*/

.mtb-0 {
    margin: 0;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-15 {
    margin: 15px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mtb-60 {
    margin: 60px 0;
}

.mtb-70 {
    margin: 70px 0;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-90 {
    margin: 90px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-110 {
    margin: 110px 0;
}

.mtb-120 {
    margin: 120px 0;
}

.mtb-130 {
    margin: 130px 0;
}

.mtb-140 {
    margin: 140px 0;
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-200 {
    margin: 200px 0;
}


/*----------------------------------------
4. TRANSITION
------------------------------------------*/

a,
button,
.btn,
.single-feature,
.single-service,
.feature-icon i,
.service-icon i,
.single-feature a i,
.single-service a i,
.portfolio-item-description,
.single-price-table,
.price-value,
.single-member,
.back-to-top-btn,
.slick-dots,
.slick-prev,
.slick-next {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.b{font-weight:600;}


/*----------------------------------------
5. BACK TO TOP
------------------------------------------*/
/* scrollUp */

a#scrollUp {
    background: #13afd3 none repeat scroll 0 0;
    bottom: 35px;
    color: #fff;
    font-size: 24px;
    height: 45px;
    line-height: 42px;
    right: 12px;
    text-align: center;
    width: 45px;
    cursor: pointer;
    border: 1px solid #18afd3;
}
a#scrollUp:hover {
    background: #fff;
    color: #18afd3;
    border-color: #18afd3;
}
.back-to-top-btn {
    background-color: #f01e4a;
    border-radius: 2px;
    bottom: 25px;
    color: #fff;
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 25px;
    text-align: center;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 35px;
}

.back-to-top-btn.show {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 999999;
}

.back-to-top-btn:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.back-to-top-btn:hover,
.back-to-top-btn:focus {
    color: #fff;
}



section{padding:50px 0;}
section.nopad{padding:0;}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.section_title h2:after {
    width: 50px;
    content: '';
    height: 7px;
    background: #26B8F3;
    display: block;
    margin-top: 10px;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
    color: #212121;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
h2::after {
    position: absolute;
    left: 50%;
    margin-left: -25px;
}
.right{text-align:right;}
.left{text-align:left;}
blockquote{border-left: 0; }
/*-- topbar
========================================= --*/
.topbar {
    padding: 5px;
    color: #1e1e1e;
}
header.mainheader{ width:100%; position:relative;  background-color: #fff; opacity:1;
    transition-delay: 1s;transition-delay: 2s; transition: all ease 1s; -moz-transition: all ease 1s; -webkit-transition: all ease 1s;  }
header.mainheader .topbar{opacity:1;transition: all ease 1s; -moz-transition: all ease 1s; -webkit-transition: all ease 1s; display:block;}
header.mainheader.fixed{box-shadow:1px 1px 15px rgba(0,0,0,0.1);position:fixed; width:100%; height:73px; top:0; z-index:9999;transition-delay: 2s;
   transition: all ease 1s; -moz-transition: all ease 1s; -webkit-transition: all ease 1s; animation: animatetop 0.4s;}
header.mainheader.fadeout{ top:-200px; transition-delay: 2s; transition:all 1s ease; transition: all ease 1s; -moz-transition: all ease 1s; -webkit-transition: all ease 1s; }

header.mainheader.fixed .topbar{opacity:0; transition: all ease-out 1s; -moz-transition: all ease-out 1s; -webkit-transition: all ease-out 1s; display:none;}
nav.site-nav li.active a, nav.site-nav li.active i{color:#b0cc49;   }
nav.site-nav li:before {
    content: '';
    display: inline-block;
        margin-bottom: -56px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #26B8F3;
    -webkit-transform: scale3d(0, 5, 1);
    transform: scale3d(0, 5, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}
nav.site-nav li:hover:before { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
li.has-child .submenu{display:none !important;}
li.has-child.hover .submenu{display:block !important;}
.submenu{position:absolute; z-index:999999; background:#fff; border:1px solid #26B8F3; padding-bottom:20px !important;}
.submenu li {
    display: block !important;
    text-align: left;
}

/*-- contact
========================================= --*/

#contact {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
	padding:5%;
    
    background: rgba(38, 184, 243, 0.9);
}
#contact label{color: #fff;
    margin-top: 10px;}
#contact .container{overflow:auto;}
#contact h3, #contact p{color:#fff; }
#contact .closebtn i {
    font-size: 46px;
    float: right;
    
}
#contact p{font-size:16px;}
/*-- about
========================================= --*/
.w3-modal {
    z-index: 999999;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	border-bottom:20px solid rgba(0,0,0,0.0);
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}
.w3-modal-content .fa{position:fixed; font-size:34px;}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}


.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
@media (min-width: 980px)
{
.w3-modal-content {
    width: 900px;
}}
@media (max-width: 980px){
h1, h2, h3, h4, h5, h6{font-size:100%;}
.topbar span{display:block; }
}

.w3-modal-content {
    margin: auto;
    background:url(images/bg1.jpg);
	background-size:cover;
    position: relative;
    outline: 0;
    width: 70%;
    height: 100%;
    overflow: auto;
    padding: 50px !important;
	color: #fff !important;}
	.w3-modal-content p{
	font-size:16px;
}
.w3-modal-content h2, .w3-modal-content p, .w3-modal-content a{background:none; background-color:transparent; color:#fff;}
.w3-modal-content header{background-color:transparent;}
.w3-teal, :;l:hover {
    color: #fff !important;
    background-color: #009688!important;
}
.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both;
}
.w3-container, .w3-panel {
    padding: 0.01em 16px;
}
.w3-large {
    font-size: 18px!important;
}

.w3-display-topright {
    position: absolute;
    right: 20px;
    top: 0;
}

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
	
}

/*-- slider
========================================= --*/
#sliderarea .container{padding:0;}
.sl-slider-wrapper {
	width: 100%;
	height: 550px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
	display: none;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

/*2.4 service one*/



.single-service-one {
    padding: 28px 30px 51px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service-one:hover {
    box-shadow: 0 10px 120px 0 rgba(0, 0, 0, 0.1);
}

.single-service-one .service-img {
    height: 47px;
    margin-bottom: 22px;
}
.service-img img, .autosize {
    width: auto;
}
.single-service-one .service-img img:hover {    transform: rotateY(360deg);}

.single-service-one .service-content {}

.single-service-one .service-content h4 {
    color: #1e1e1e;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 9px;
}

.single-service-one .service-content p {
    color: #1e1e1e;
    line-height: 24px;
}
.color{background:#e2e2e2;}

.love-row{
    padding: 0px 15px;
    padding-bottom: 0px;
}
.love-details {
    padding: 30px 30px;
    margin-bottom: 30px;
    border: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: #ed3267;
    border: 3px solid transparent;
}
.love-details a{color:#fff; text-align:right; display:block;}

.love-details h3 {
    margin: 16px 0px;
    font-size: 21px;
    letter-spacing: 1px;
    color: white;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 21px;
}
.love-details p {
    color: white;
    font-size: 17px;
    line-height: 25px;
    margin-top: 16px;
    margin-bottom: 0px;
}
.light{
    background-color: #f34476;
}
.white{
    background-color: white;
}
.love-icon {
    font-size: 43px !important;
    color: white;
    border-radius: 6px;
    text-align: center;
    transition: 1.4s;
    -webkit-transition: 1.4s;
    -moz-transition: 1.4s;
    -ms-transition: 1.4s;
    -o-transition: 1.4s;
}
.love-details:hover .love-icon {
    transform: rotateY(360deg);
}
.underline1 {
    height: 3px;
    width: 150px;
    background-color: black;
    margin: auto;
    margin-top: 20px;
}
.underline2 {
    height: 15px;
    width: 15px;
    background-color: #ed3267;
    margin: auto;
    margin-top: -10px;
    border-radius: 150px;
}
.white {
    background-color: white;
}
.no-margin {
    margin-left: 0px;
}
.pad10{padding:10px 0;}
.products img {width:100%; height:150px;}
	.products img:after, .products img:before{ top: 0;
		left: 0;
		background: #18afd3;
		opacity: .5;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		transition: .5s;
		z-index: 9;}
	.products img:after{
	right: 0;
    bottom: 0;
    top: inherit;
    left: inherit;}
	.products img:hover:after, .products img:hover:before{height: 100%;
    width: 100%;}
#product-img img {width:100%;}
a#logo{padding:0;}
/*-- services css
======================================== --*/
#bg1{background:url(images/projects-cnt-bg.png) #e2e2e2; background-position:bottom; background-repeat:no-repeat; padding-bottom: 160px;}

.border-right{
	border-right: 1px solid #e1e1e1;
}
.border-bottom{
	border-bottom: 1px solid #e1e1e1;
}
.services .row{margin-left:0px; margin-right:0px;}
.services .col-sm-4{
	padding: 0;
}
.services .content{
	padding: 30px;
	cursor: pointer;
	position: relative;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.services i{
	background-color: transparent;
	font-size: 36px;
	color: #212121;
	line-height: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	margin-bottom: 30px;
	display: block;
}
.services h3{
	margin-bottom: 15px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	    font-size: 20px;
    letter-spacing: 2px;
    line-height: 2em;
    text-transform: capitalize;
}
.services .content p{
	margin-bottom: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.services .content:hover{
	background-color: #26B8F3;
	color: #ffffff;
}
.services .content:hover h3,
.services .content:hover i,
.services .content:hover p{
	color: #ffffff;
}

/**----- preloader
================================================--*/
.js div#preloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible;  z-index:99999;
background-color: #26B8F3;
            background-image: -webkit-gradient(linear, 0 0, 100% 100%,
                                    color-stop(.25, rgba(255, 255, 255, .1)), color-stop(.25, transparent),
                                    color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)),
                                    color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),
                                     to(transparent));
            background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .2) 75%,
                                transparent 75%, transparent);
            background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .2) 75%,
                                transparent 75%, transparent);
            background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .2) 75%,
                                transparent 75%, transparent);
}
.loader {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-top: 20%;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.cssload-loader {
	display: block;
	margin:0 auto;
	width: 29px;
	height: 29px;
	position: relative;
	border: 4px solid rgb(0,0,0);
	animation: cssload-loader 2.3s infinite ease;
		-o-animation: cssload-loader 2.3s infinite ease;
		-ms-animation: cssload-loader 2.3s infinite ease;
		-webkit-animation: cssload-loader 2.3s infinite ease;
		-moz-animation: cssload-loader 2.3s infinite ease;
}

.cssload-loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: rgb(0,0,0);
	animation: cssload-loader-inner 2.3s infinite ease-in;
		-o-animation: cssload-loader-inner 2.3s infinite ease-in;
		-ms-animation: cssload-loader-inner 2.3s infinite ease-in;
		-webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
		-moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}





@keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-o-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-ms-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-webkit-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-moz-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

/* form*/

 input[type=text], input[type=email], select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: 0;
    padding: 10px;
}
input[type=submit], input[type=button]{ 
    background: #b0cc49;
    border: 0;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 10px;
    border-bottom: 3px solid #95af36;}
	input[type=submit]:hover, input[type=button]:hover{ background: #fff;  color: #b0cc49; border-color:#999;}
	.blue{background:#26B8F3;}
	
	/*---------------footer------*/
	
	footer{background: #243c4f; padding:50px 0 0;}
	.footer-widgets p{color: #63839c; font-size:18px; margin-top:30px;} 
	footer h3{color:#fff; text-transform:capitalize;}
	footer h3:after {
    width: 50px;
    content: '';
    height: 5px;
    background: #26B8F3;
    display: block;
    margin-top: 20px;
	
}
footer .container{width:100%;}
.footer-widgets, .footer-bottom {
    display: inline-block; width:100%;
}
.footer-bottom{ border-top:1px solid #63839c;}
.footer-bottom p, .footer-bottom a{font-size:14px; color: #63839c; margin-top:5px;}

/*
.left-section{float:left; width:65%; height:100%; display:inline-block;}
#sidebar{float:right; width:30%; height:100%; display:inline-block;}*/

#sidebar li, .line li{border-bottom:1px dotted #26B8F3;padding-bottom:5px; margin-bottom:5px; }

.health-img::before,
.health-img::after {
    top: 0;
    left: 0;
    background: #18afd3;
    opacity: .5;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    transition: .5s;
    z-index: 9;
}
.health-img:after {
    right: 0;
    bottom: 0;
    top: inherit;
    left: inherit;
}
.health-img:hover::before,
.health-img:hover::after {
    height: 100%;
    width: 100%;
}
.link {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
}
.health-img:hover .link {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

#sidebar h4{
	border-bottom: 1px solid hsl(0, 0%, 90%);
    bottom: -1px;
    color: hsl(0, 0%, 20%);
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 13px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 30px;}
	#sidebar h4:before{
		background: hsl(192, 80%, 46%) none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
	}
	#sidebar a:hover{color: hsl(192, 80%, 46%);}
	
	
	/*----mini nav ----*/
	
	.mini-nav li {display:inline-block; }
	.mini-nav li a{border:2px solid hsl(192, 80%, 46%); padding:10px;}
	.mini-nav li a:hover, .mini-nav li a.active{ background:hsl(192, 80%, 46%); color:#fff;}
	p1.active{background:hsl(192, 80%, 46%); color:#fff;}
p2.active{background:hsl(192, 80%, 46%); color:#fff;}
p3.active{background:hsl(192, 80%, 46%); color:#fff;}
p4.active{background:hsl(192, 80%, 46%); color:#fff;}
p5.active{background:hsl(192, 80%, 46%); color:#fff;}


/*------------image zooming-------*/

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999 !important;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 60%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}