body
	{
		background: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		position: relative;
		width: 100%;
		height: 100%;
	}

html,body
    {
        width: 100%;
        overflow-x: hidden;
    }

/* start hr */
hr
    {
        border: 1px solid #009988;
        width: 100px;
        margin-top: 40px;
        margin-bottom: 80px;
    }
/* end hr */

/* start h2 */
h2
    {
        font-size: 60px;
        text-align: center;
    }
/* end h2 */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #009988;
         margin: 0 auto;
        animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@keyframes sk-rotatePlane {
  0% {
         transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.custom-navbar 
    {
        margin-bottom: 0;
        background-color: #fff;
    }
.custom-navbar .navbar-brand 
    {
        color: #009988;
        font-weight: bold;
        font-size: 20px;
    }
.custom-navbar .navbar-brand .navbar-toggle 
    {
        background: #009988;
         padding: 4px 6px;
         font-size: 16px;
         color: #fff;
    }
.custom-navbar .nav li a
     {
         color: #999;
         font-weight: 300;
         font-size: 13px;
    }
.custom-navbar .nav li a:hover
    {
        background: transparent;
        color: #009988;
    }
.custom-navbar .nav li.active > a
    {
         background-color: transparent;
         color: #009988;
    }
.custom-navbar .navbar-toggle
    {
        border: none;
        padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar
    {
        background: #009988;
        border-color: transparent;
    }
@media(min-width:768px){
    .custom-navbar
         {
             padding: 20px 0;
            border-bottom: 0;
             background: 0 0;
         }
    .custom-navbar.top-nav-collapse
         {
            padding: 0;
            box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
            background: #fff;
        }
}
/* end navigation */
/* start home */
.color-overlay 
    {
	   width: 100%;
	   height: 100%;
	   min-height: 700px;
	   background: rgba(0, 0, 0, 0.6);
    }         
#home
	{
    background: url('../images/home-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
	}
#home .home-des
    {
        padding-top: 220px;
        padding-bottom: 180px;
    }
#home h1
	{
		font-size: 80px;
        font-weight: bold;
        line-height: 60px;
        letter-spacing: 2px;
	}
#home p
    {
        padding-top: 20px;
        padding-bottom: 60px;
    }
#home span
    {
        color: #009988;
        font-weight: bold;
    }
#home .btn
    {
        color: #fff;
        font-size: 12px;
        margin-right: 14px;
        transition: all 0.4s ease-in-out;
    }
#home .btn:hover
    {
        background: #009988;
        border-color: transparent;
    }
#home .btn-default
    {
        background: transparent;
    }
#home .btn-primary
    {
        background: #009988;
        border: 2px solid transparent;
    }
/* end home */

/* start service */
#service
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#service .media
    {
        padding-bottom: 30px;
    }
#service .media .fa
    {
        background: #333;
        border-radius: 50%;
        color: #ffffff;
        font-size: 30px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        margin-right: 10px;
    }
#service .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
/* end service */

/* start portfolio */
#portfolio
    {
        background: #fff;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#portfolio .container
    {
        width: 100%;
        padding: 0;
        margin: 0;
    }
#portfolio .col-md-4
    {
        padding: 0;
        margin: 0;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #009988;
    border-radius: 4px;
    color: #009988;
    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;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start about */
#about
    {
        padding-top: 80px;
    }
#about .about-des
    {
        padding-top: 60px;
    }
#about .about-des h1
    {
        font-size: 60px;
    }
#about .about-des h4
    {
        font-weight: bold;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
#about .about-des span
    {
        letter-spacing: 2px;
        padding-right: 8px;
    }
/* end about */

/* start contact */
#contact
    {
        background: #333;
        color: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#contact .form-control
    {
        background: transparent;
        color: #ffffff;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact .form-control:focus,
#contact .form-control:hover
    {
        background: #404040;
        border-color: transparent;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #009988;
        border-color: transparent;
        color: #ffffff;
        font-weight: bold;
    }
.left-inner-addon
    {
        position: relative;
    }
.left-inner-addon input,
.left-inner-addon textarea
    {
        padding-left: 30px;
    }
.left-inner-addon span
    {
        color: #ffffff;
        position: absolute;
        padding:  18px 12px;
        pointer-events: none;
    }
/* end contact */

/* start footer */
footer
    {
        background: #009988;
    }
footer .container
    {
        width: 100%;
        padding: 0;
        margin: 0;
    }
footer .col-md-4
    {
        padding: 0;
        margin: 0;
    }
footer .facebook,
footer .twitter, footer .instagram
    {
        padding: 40px 0px 80px 60px;
    }
footer .facebook
    {
        background: #3b5998;
    }
footer .twitter
    {
        background: #55acee;
    }
footer .instagram
    {
        background: #3f729b;
    }
footer .fa
    {
        font-size: 40px;
        padding-top: 40px;
        padding-right: 20px;
    }
footer a
    {
        color: #ffffff;
        font-weight: 400;
        font-style: italic;
        transition: all 0.4s ease-in-out;
    }
footer a:hover
    {
        color: #f8f8f8;
        text-decoration: none;
    }
/* end footer */

/* start copyright */
#copyright
    {
        padding-top: 20px;
        padding-bottom: 10px;
        font-weight: 400;
        text-align: center;
    }
#copyright span
    {
        color: #009988;
        font-weight: bold;
    }
/* end copyright */

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        background: #666;
        color: #fff;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
.social-icon li a:hover
    {
        background: #009988;
    }
/* end social icon */

/* start media 980 */
@media screen and ( max-width: 980px ){
    h2
        {
            font-size: 50px;
        }
    #portfolio .portfolio-thumb .portfolio-overlay
        {
            padding-top: 80px;
        }
    #about .about-des h1
        {
            font-size: 50px;
        }
    #about .about-des
        {
            padding-top: 20px;
            padding-bottom: 20px;
        }
    
}
/* end media 980 */

/* start media 800 */
@media screen and ( max-width: 800px ){
    h2,#about .about-des h1
        {
            font-size: 40px;
        }
    #about .about-des
        {
            padding-top: 10px;
            padding-bottom: 20px;
        }
}
/* end media 800 */

/* start media 768 */
@media screen and ( max-width: 768px ){
    footer .facebook,
    footer .twitter, footer .instagram
    {
        padding: 40px 30px 80px 30px;
    }
}
/* end media 768 */

/* start media 360 */
@media screen and ( max-width: 360px ){
    #home h1
        {
            font-size: 30px;
            line-height: 15px;
        }
    #portfolio .portfolio-thumb .portfolio-overlay
        {
            padding-top: 60px;
        }
}
/* end media 360 */