body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.heading-main {
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.heading-sub {
    font-size: 16px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}

.para-sub {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: black;
    padding-bottom: 40px;
}

.pt90 {
    padding-top: 90px;
}

.pb90 {
    padding-top: 90px;
}

.pl15 {
    padding-left: 15px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.m20 {
    margin-top: 20px;
}

.m90 {
    margin-top: 90px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.grey {
    background: #eeeeee;
}

.white {
    color: white !important;
}

/******************** Logo **********************/

.logo-style {
    color: black !important;
    font-weight: 900;
    font-size: 40px !important;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 5px;
  width: auto;
}

/******************** NavBar **********************/

.navbar-default {
    background-color: #f7f7f7;
    border-color: transparent;
    z-index: 100;
    border-bottom: 1px solid rgba(0,0,0,0.07) !important;
    box-shadow: 0px 3px 8px -4px rgba(0,0,0,0.15) !important;
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
        color: #33accc;
    }

    .navbar-default .navbar-collapse {
        border-color: rgba(128, 128, 128, 0.55);
    }

    .navbar-default .navbar-toggle {
        background-color: #333;
        border-color: #222222;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #333;
        }

    .navbar-default .nav li a {
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        color: #222222;
    }

        .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
            color: #33accc;
            outline: 0;
        }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 0;
        color: #33accc;
        background-color: #fec503;
    }

        .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            color: #33accc;
            background-color: #fec503;
        }

/********************* Slider ***********************/

#slider {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 70px;
}

.circle-right {
    margin-top: 290px;
}

.circle-left {
    margin-top: 290px;
}


#owl-demo .item{
  cursor:grab;
  cursor:-webkit-grab;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

/* Styling Pagination*/
#owl-demo .owl-controls .owl-page span{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
  width: 100px;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background: #ccc;
  border:none;
}

#owl-demo .owl-controls .owl-page.active span,
#owl-demo .owl-controls.clickable .owl-page:hover span{
  background: #13c0ba;
}


/********************* Servcies  ***********************/

.icon-style i {
    font-size: 60px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}

.services-small {
    text-align: center;
    color: #666666;
    font-size: 22px;
}

.services-para {
    text-align: center;
}

/********************* Testimonials ***********************/

.nav.nav-justified > li > a {
    position: relative;
}

    .nav.nav-justified > li > a:hover,
    .nav.nav-justified > li > a:focus {
        background-color: transparent;
    }

    .nav.nav-justified > li > a > .quote {
        position: absolute;
        left: 0px;
        top: 0;
        opacity: 0;
        width: 30px;
        height: 30px;
        padding: 5px;
        background-color: #13c0ba;
        border-radius: 15px;
        color: #fff;
    }

.nav.nav-justified > li.active > a > .quote {
    opacity: 1;
}

.nav.nav-justified > li > a > img {
    box-shadow: 0 0 0 5px #13c0ba;
}

.nav.nav-justified > li > a > img {
    max-width: 100%;
    opacity: .3;
    -webkit-transform: scale(.8,.8);
    transform: scale(.8,.8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav.nav-justified > li.active > a > img,
.nav.nav-justified > li:hover > a > img,
.nav.nav-justified > li:focus > a > img {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tab-pane .tab-inner {
    padding: 30px 0 20px;
}

.lead{
    font-weight:400;
    font-size:18px;
    color:rgba(0, 0, 0, 0.74)
}

/******************** Gallery **********************/


#gallery figure {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
#gallery figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

/* Zoom In #1 */
#gallery figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#gallery figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/******************** Team **********************/

.team-1 {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.person-name {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 3px;
}

.person-rank {
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.social-icon {
    font-size: 24px !important;
    padding: 3px;
    margin-top: 10px;
    color: #6c6969;
}

/******************** Contact **********************/

#contact {
    background-color: #222;
}

.section-subheading-contact {
    text-transform: none;
    font-weight: 100;
    font-size: 22px;
    margin-top: 0px;
}

#contact .form-group input, section#contact .form-group textarea {
    padding: 12px;
    background: transparent;
    border-radius: 0px;
}

    #contact .form-group input.form-control {
        height: auto;
    }

#contact .form-group textarea.form-control {
    height: 189px;
}

.form-control{
    color:white !important
}

.address {
    color: white;
    font-size: 16px;
    color: #eeeeee;
}

.call {
    color: white;
    font-size: 16px;
    color: #eeeeee;
}

.mail {
    color: white;
    font-size: 16px;
    color: #eeeeee;
}


/******************** Copyright **********************/

.copyright {
    background: black;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #6c6964;
}

.copyright-text {
    color: rgba(238, 238, 238, 0.8) !important;
    font-size: 14px;
    margin-bottom: 0px;
}





/******************** RESPONSIVENESS  **********************/

/******************** NavBar  **********************/

@media (min-width:768px) {
    .navbar-default {
        padding: 10px 0;
        border: 0;
    }

    .navbar-nav {
        padding-left: 70px;
    }
}

/******************** Slider **********************/

@media (max-width:768px) {

    .circle-left {
        margin-top: 100% !important;
    }

    .circle-right {
        margin-top: 100%;
    }

    .fa-3x {
        font-size: 1.4em !important;
    }

    .mb20 {
        margin-top: 20px;
    }

    .heading-main {
        font-size: 33px;
    }
}

/******************** About **********************/

@media (max-width:768px) {
    .para-sub {
        width: 90%;
    }
}


/******************** Testimonials **********************/

@media (min-width: 768px) {
    .nav.nav-justified > li > a > .quote {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 0px;
    }
}
