body
    {
	background: #fff;
	font-family:  'Lato', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
    }

/* start hr */
hr
    {
        border: 0px solid #000;
        width: 100px;
        margin-top: 20px;
    }
/* end hr */

.btn {
	background: transparent;
	border-radius: 10px;
	color: #290134;
	margin-top: 40px;
	padding: 12px 22px;
	transition: all 0.4s ease-in-out;
}
.btn:hover {
    background: rgba(255,255,255,0.9);
    border-color: transparent;
}

/* start overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(255,255,255,0.7);
    } 
/* end overlay */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,0.9);
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.custom-navbar 
    {
	margin-bottom: 0;
	background-color: rgba(255,255,255,0.9);
	text-align: left;
    }
.custom-navbar .navbar-brand 
    {
	color: #65027D;
	font-weight: normal;
	font-size: 28px;
    }
.custom-navbar .nav li a
     {
	color: #290134;
	font-weight: 300;
	font-size: 15px;
	text-transform: none;
    }
.custom-navbar .nav li a:hover
    {
	background: transparent;
	color: #65027D;
    }
.custom-navbar .nav li.active > a
    {
	background-color: transparent;
	color: #65027D;
    }
.custom-navbar .navbar-toggle
    {
	border: 24;
	padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar
    {
	background: rgba(255,255,255,0.2);
	border-color: #290134;
    }
@media(min-width:768px){
    .custom-navbar
         {
             padding: 20px 0;
            border-bottom: 0;
             background: 0 0;
             transition: all 0.3s ease;
         }
    .custom-navbar.top-nav-collapse
         {
            padding: 0;
            box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
            background: rgba(255,255,255,0.9);
        }
}
/* end navigation */

/* start home */        
#home h3
    {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding-top: 10px;
    }
#home span
    {
        color: #fff;
        font-weight: 200;
    }
#home .btn {
	background: rgba(255,255,255,0.8);
	border: none;
}
#home .btn:hover {
	background: rgba(255,255,255,0.8);
}
.templatemo_homewrapper {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: rgba(255,255,255,0.8);
	padding-bottom: 15px;
}
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    padding: 0;
    position: relative;
    zoom: 1;
    background-color: #fff;
    overflow: hidden;
    margin: 0;
    text-align: center;
}
.flexslider .slides {
    padding: 0;
    zoom: 1;
}
.flexslider .slides img {
    width: 100%;
    min-width: 648px;
    min-height: 270px;
    display: block;
}
.flexslider .slides > li {
    display: none;  
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.flexslider img {
    position: relative;
    width: 100%;
}
.slider-caption {
	color: #242424;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: none;
	z-index: 7;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/* end home */


/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
    transition: all 0.3s ease;
}
.filter-wrapper li:hover {
	background:  rgb(255,255,255,0.5);
}
.filter-wrapper li:hover a {
	color: #65027D;
}
.filter-wrapper li a {
	border: 1px solid #290134;
	color: #290134;
	padding: 8px 17px;
	display: block;
	text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start contact */
#contact
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }

/* end social icon */

/* start media 980 */
@media screen and ( max-width: 980px ){
    #home h1
        {
            font-size: 20px;
        }
  
}
/* end media 980 */


/* start media 768 */
@media screen and ( max-width: 767px ){
    h4 {
        padding-bottom: 20px;
    }
   #home h1
    {
        font-size: 40px;
    }
    #home {
	margin-top: 0px;
    }
    .templatemo-about-left {
        margin-bottom: 30px;
    }
    #about .about-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}
/* end media 768 */

@media screen and (max-width: 440px) {
    h4 {
	padding-bottom: 5px;
	line-height: 25px;
	float: right;
    }
    .filter-wrapper li {
        margin: 2px;
    }
    .filter-wrapper li a {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 380px) {
    #service .media .fa {
        margin-right: 5px;
    }
}

/* start media 360 */
@media screen and ( max-width: 360px ){
    #home h1
        {
            font-size: 30px;
            line-height: 1.5em;
        }
/* end media 360 */
