/* Import Font Weights */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/* Import CSS */

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/others/animate.css';
@import 'css/others/magnific-popup.css';
@import 'css/others/owl.carousel.min.css';
@import 'css/others/font-awesome.min.css';
@import 'css/others/pe-icon-7-stroke.css';

/* Base CSS */

* {
    margin: 0;
    padding: 0;
}

#preloader {
    overflow: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.load {
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: relative;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.95);
    z-index: 9;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: 4000ms linear 0s normal none infinite running load;
            animation: 4000ms linear 0s normal none infinite running load;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

body {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #000000;
}
/* Main Column Header Spacing */

.section-padding-100-50 {
    padding-top:100px;
    padding-bottom: 50px;

}
/* UL, ol, li Area CSS*/

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}
/* Active Hover CSS*/
a,
a:hover,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
    font-weight: 600;
}
/* H1,H2,H3,H4,H5,H6,H7,H8 CSS*/
h1 {
    color:#838181;
    font-weight: 600;
    text-shadow: 2px 2px #000000;
}
h2 {
    color: #848484;
    font-weight: 600;
    text-shadow: 2px 2px #000000;
}
h3 {
    color: #939393;
    font-weight: 600;
    text-shadow: 1px 1px #000000;
}
h4 {
    color: #000080;
    font-weight: 800;
    font-style: italic;
}
h5 {
    color: #939393;
    font-weight: 600;
    text-shadow: 1px 1px #000000;
}

h6 {
    color: #000080;
    font-weight: 800;
    font-style: italic;
}

h7 {
    color: #000080;
    font-weight: 700;
    font-style: italic;
}

h8 {
    color: #000080;
    font-weight: 600;
    text-align: center;
    font-style: italic;
}
/* Header & Menu Area CSS */

.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    padding: 0 0px;
}

.sticky .header_area {
    background-color: #000000;
    height: 130px;
    z-index: 9999;

}

.menu {
    align-content: center;
}

.navbar-brand {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.navbar-nav{
    color: #fff;
    font-size: 15px;
}

nav-link {
    color: #ffffff;
}

.nav-link:hover {
        color: #ff0000;
}
.navbar-nav .nav-item.active .nav-link {
    color: #ff0000;
}
/* Footer Area CSS */

.footer {
    padding-top: 20;
    padding-bottom: 20px;
        
    background-image: linear-gradient(white, black);
        color: #ffffff;

}

.footer2 {
        background-color: #000000;
    color: #ffffff;
}
 
.logo {
    border-radius: 10px;
}

.ink {
      border-radius: 10px; 
}
