@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');

body {
    font-weight: 400;
    line-height: 2;
    font-size:  17px !important;
   font-family: Arial, Helvetica, sans-serif;
}
body a {
    color: #333
}
body a:hover {
    text-decoration: none; 
    color: #ff1600;
}
body .form-control:focus {
    border-color: #ff1600 ;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(249, 144, 121, 0.6);
}
body .form-control:focus {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    -moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}
.clear {
    clear: both;
}
h1.title-sectionnya { 
    font-family: 'Courgette', cursive !important;
    color: #ff1600; 
    font-size:30px !important;
}
h4.under-title-sectionnya
 { 
     line-height: normal;
    width: 80%;
    margin: 10px auto 50px;
    text-align: left !important;
   font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
}
.wrapper-homepage {
    background: #ffffff; 
    position: relative; 
    z-index: 2;
    width: 100%;
    height: 1213px;
}    
.btn-primary {
    color: #ffffff;
    background-color: #ff1600;
    border: 0px solid #ff1600;
    font-size: 12px; 
}
.btn-primary:hover {
    background-color: #cb1100;
}
.os-animation,.staggered-animation{ 
    opacity: 0;
}
.os-animation.animated,.staggered-animation.animated{  
    opacity: 1;
}



/*==================================================
    HEADER
==================================================*/

nav .navbar-header .navbar-brand img {
    height: 60px;
    width: auto;
}
.navbar-nav li a {
    cursor: pointer;
}
nav .navbar-header .navbar-brand { 
    color: #ff1600 ;
    font-weight: 600;
}
nav .navbar-header .navbar-brand span { 
    font-family: 'Bree Serif', serif; 
    padding-left: 10px;
    font-size: 26px;
}
nav .navbar-header .navbar-brand:hover, 
nav .navbar-header .navbar-brand:focus {
    color: #ff1600 ;
    text-decoration: none;
}
.navbar-default {
    background-color: #ffffff; 
    border-bottom: 0px solid #EAEAEA;
    padding: 14px !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #ff1600 ;
    background-color: transparent;
    font-weight: 600;
}
header .navbar-default .navbar-nav > li > a {
    font-weight: 600;
    font-family: 'Alegreya', serif !important;
}
header .nav > li > a {
    padding: 15px 15px;
    text-transform: uppercase;  
}

#overlay{
    height:100%;
   width:100%;
    background:#ffffff;
    z-index:1000001;
    position:fixed;
   padding-left:50px;
   padding-top:200px;
    top:0;
   background-repeat:no-repeat;
   text-align:center;
     
   }

/*==================================================
    SLIDER
==================================================*/

section.slider {
    height: 700px; 
    width: 100%; 
    overflow: hidden;
}
section.slider .bs-slider {
    max-height: 700px;
}
section.slider .in-slider {  
    position: fixed; 
    top: 78px ; 
    left: 0px; 
    width: 100%;
}
section.slider .bs-slider{
    overflow: hidden; 
    position: relative; 
}
section.slider .bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
section.slider .bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
section.slider .bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/dot.png);
}
section.slider .bs-slider > .carousel-inner > .item > img,
section.slider .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background:#000;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    left: 0;
    top: 27%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px; 
}
.slide-text > h1 {
    font-family: 'Volkhov', serif;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.32);
    padding: 0;
    color: #ff1600;
    font-size: 65px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: 600;
}
.slide-text > p {
    padding: 0;
    color:black;
    font-size: 30px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-family: 'Kreon', serif;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}



/*==================================================
    HISTORY
==================================================*/

section.welcome .welcome-left {
    float: left;
}
section.welcome .welcome-right {
    float: right;
}
section.welcome {
    padding: 0px 0px 0px;
    background-image: url("../img/ImageForArticle_11748(3).jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
    overflow: hidden;
    
    
}
section.welcome .under-title-sectionnya{
    line-height: 1.5;
} 
section.welcome .welcome-img img{
    max-width: 100%; max-height: 100%;
}
section.welcome .welcome-img {
    padding: 0px 50px;
}
section.welcome .welcomewrap {
    position: relative;
    z-index: 2;
}
section.welcome .welcomebgz {
    height: 100%; 
    width: 100%; 
    background-image: url(../img/StockSnap_5P4V7IPZUX.jpg); 
    opacity: 0.5; 
    background-size: 100% auto;  
    position: absolute;
    background-position: bottom -120px center; 
} 

.s1{
    background-color: #25284b8f;
    
}
.s2{
    padding-left:0px;
    padding-right:0px;
}


/*==================================================
    FOOTER
==================================================*/

footer {
    padding: 50px 0px 20px;
    line-height: 1.5;
    background-color: black;
    color: white;
}
footer .footer-box .footer-icon .icons {
    font-size: 25px; 
}
footer .footer-box .footer-icon {
    width: 10%;
    float: left;
}
footer .footer-box .footer-info {
    width: 90%;
    float: left;
    padding-left: 10px;
    font-family: 'Alegreya', serif !important;
}
footer .copyright  {
    font-size: 13px; padding: 20px 0px 0px;
    text-align: center;
    font-family: 'Alegreya', serif;

}
footer .row.footer-border {
    padding: 30px 0px;
    border-top: 3px solid #D8D8D8;
}
footer .footer-sosmed-icon .wrap-circle-sosmed  {
    display: inline-block;
}
footer .footer-sosmed-icon .wrap-circle-sosmed .circle-sosmed {
    width: 35px;
    height: 35px;
    display: table;
    border: 1px solid #ff1600;
    padding: 10px;
    color: white;
}
footer .footer-sosmed-icon .wrap-circle-sosmed .circle-sosmed:hover {
    color: #ff1600 !important;
}
footer .footer-sosmed-icon .circle-sosmed .icons{
    font-size: 16px; 
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
}