﻿/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */

/*==============================
GENERAL STYLES
==============================*/

@import url(http://fonts.googleapis.com/css?family=Anton|Maven+Pro:500,700);
body {
    font-family: 'Maven Pro', sans-serif;
    line-height: 25px;
}

.pad-bottom {
    padding-bottom: 60px;
}

section {
    padding-bottom: 120px;
    padding-top: 100px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.set-bk-clr {
    background-color: #130d64;
}

.clr-set {
    color: #1d1677;
}

.f-big {
    font-size: 40px;
    font-weight: 900;
}

.set-bk-clr:hover {
    background-color: #201e8f;
}

/*==============================
NAVBAR STYLES
==============================*/

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.navbar-brand {
    padding: 0px;
}

.propic {
    border-radius: 50%;
    margin-top: 160px;
    width: 150px;
    height: 150px;
}

.navbar-brand img {
    height: 50px;
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

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

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 900;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: rgb(196, 189, 231);
    text-decoration-line: underline;
}

.navbar-default {
    background-color: #130d64;
    border-color: transparent;
}

/* ADDED PADDING IN NAVBAR */

.navbar {
    padding: 15px;
    -webkit-transition: background .8s ease-out, padding .8s ease-out;
    -moz-transition: background .8s ease-out, padding .8s ease-out;
    transition: background .8s ease-out, padding .8s ease-out;
}

/* CLASS FOR REMOVING PADDING IN NAVBAR*/

.navbar-pad-original {
    padding: 0px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #8c7cd3;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* =============================================================
  HEADER SECTION STYLES
 ============================================================ */

#header {
    background: url(https://images.unsplash.com/photo-1547394765-185e1e68f34e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

#header .overlay {
    background-color: rgba(3, 3, 3, 0.8);
    min-height: 700px;
}

#header h1 {
    line-height: 60px;
    font-size: 45px;
    font-weight: 900;
    padding-bottom: 20px;
    color: #fff;
}

#header h4 {
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 40px;
    color: #ccc;
}

/*================================
    SERVICES STYLES
==================================*/

#services {
    background-color: rgba(237, 237, 237, 1);
}

#services i {
    font-size: 80px;
    padding: 30px;
    color: #530066;
}

#services h4 {
    padding-bottom: 5px;
    padding-top: 15px;
}

/* =============================================================
  CLIENTS SECTION STYLES
 ============================================================ */

#clients {
    background: url(https://images.unsplash.com/photo-1487058792275-0ad4aaf24ca7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
}

#clients .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 90px;
    min-height: 300px;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.clients-carousel {
    margin-top: 50px;
    /*SMALL TOP MARGIN FOR SPACE */
    padding: 0 30px 30px 30px;
}

.clients-carousel .thumbnail {
    border: 1px solid #ffffff;
}

.clients-carousel .carousel-control.left {
    height: 30px;
    width: 25px;
    margin-top: 45px;
    background: #530066;
    left: -15px;
}

.clients-carousel .carousel-control.right {
    height: 30px;
    width: 25px;
    margin-top: 45px;
    background: #530066;
    right: -15px;
}

.clients-carousel img {
    width: 100%;
    height: 120px;
}

#clients .thumbnail {
    background-color: transparent;
}

/* =============================================================
 PORTFOLIO SECTION STYLES
 ============================================================ */

/* FOR CHANGING COLOR OF ACTIVE CATEGORY */

.caegories a.active {
    background-color: #FF2276;
    border: 2px solid #FF2276;
}

/* FOR TRANSITION BEAUTIFULLY */

.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

#works .work-wrapper {
    border: 2px solid #FF2276;
    padding: 2px;
    margin: 5px 5px 10px 5px;
}

#works img {
    filter: gray;
    /* FOR IE6-9 */
    -webkit-filter: grayscale(1);
    /* FOR Google Chrome, Safari 6+ and  Opera 15+ */
    opacity: 0.8;
}

#works img:hover {
    filter: none;
    /* FOR IE6-9 */
    -webkit-filter: grayscale(0);
    /* FOR Google Chrome, Safari 6+ and  Opera 15+ */
    opacity: 1;
}

/* =============================================================
  TESTIMONIAL SECTION STYLES
 ============================================================ */

#testimonial {
    background: url(../img/testimonial.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
}

#testimonial .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 90px;
    min-height: 300px;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* =============================================================
  TEAM SECTION STYLES
 ============================================================ */

#team {
    background-color: rgba(237, 237, 237, 1);
}

.media img {
    margin-right: 40px;
    max-height: 150px;
    margin-bottom: 20px;
    border: 2px solid #FF2276;
}

.media img:hover {
    opacity: 0.6;
}

/* =============================================================
  CONTACT SECTION STYLES
 ============================================================ */

#contact {
    background: url(../img/clients.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
}

#contact .overlay {
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 90px;
    min-height: 300px;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* =============================================================
  FOOTER SECTION STYLES
 ============================================================ */

footer {
    padding: 20px;
    font-size: 15px;
    text-align: center;
    font-weight: 900;
    background-color: rgba(237, 237, 237, 1);
}

footer a, footer a:hover {
    color: #000;
    text-decoration: none;
}