/* =========================================
    Default Theme
    ----------------------------------------
    Fonts: Raleway & Open Sans
    ----------------------------------------
    Colors:
        Moon Yellow:         #f4c613
        Grey:                #212226
        White Smoke:         #f4f4f4
        White:               #fff
        Black:               #000   
============================================ */


/* =========================================
                Html, Body
============================================ */

html,
body {
    height: 100%;
}

body {
    color: #212226;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: #fff;
    overflow: hidden;
}


/* =========================================
                Preloader
============================================ */

#preloader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-image: url("../img/preloader/preloader.gif");
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
}


/* =========================================
                Home
============================================ */

#home {
    background: none;
    height: 100%;
}

#home-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background: url("../video/solo.jpg") no-repeat;
    background-size: cover;
}

#home-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
    margin-top: 20px;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    margin: 20px 0px 10px 0;
    display: inline-block;
}

#home-heading h2 {
    color: #f4f4f4;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    margin: 20px 0px 10px 0;
    display: inline-block;
}

#home-heading h2 a{
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    display: inline-block;
    text-decoration: none;
    text-decoration: underline;
    margin-bottom:20px;
}



#home-heading h1 span {
    color: #f4c613;
    font-weight: 500;
}

#home-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0 30px 0;
}
.btn-icon{
    margin: 0 0 0 5px;
}

#home-heading-2 span{
    color: #fab702;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-size:24px;
    font-family:Arial, Helvetica, sans-serif;
    margin-top:-10px;
}


/* =========================================
                video
============================================ */
#video{
    background-color:#353535;
}



.video{
    margin-bottom:90px;

}
.video-img{
    margin:0 5px;
    
}





/* =========================================
                services
============================================ */
.services-heading h1{
    font-size:44px;
    font-weight:bold;
    line-height:62px ;
    color:#444444;
}
.services-heading hr{
    height: 3px;
    width: 50px;
    font-size: 3px;
    background-color: rgb(68, 68, 68);
    margin-top:-3px;
    margin-bottom:10px;
}
.services-heading h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #444444;
}
.services-box{
    padding: 40px 20px 20px 20px;
    position: relative;
    height:230px;
    border: 2px solid rgb(238, 238, 238);
    border-radius: 15px;
    margin-top:80px;
}

.box-inner-content h3{
    font-size:20px;
    font-weight: bold;
    line-height: 28px;
    margin:20px 0 10px 0;
}
.box-inner-content p{
    font-size:15px;
    font-weight:normal;
    line-height: 27px;
    color: #777777;
    margin-bottom: 30px;
}
.service-icon{
    border: 2px solid #eeeeee;
    border-radius: 50%;
    height: 76px;
    width: 76px;
    margin: 0 auto;
    margin-top: -80px;
    border-color: 2px rgb(238, 238, 238);
    border-radius: 50px;
    background-color: rgb(255, 255, 255);

}
.service-icon i {
    margin:17px 0px 0px 0px;
    font-size:36px;
    color:rgb(250, 183, 2);
}





/* =========================================
                about
============================================ */
#about{
    background-color: #282828;
}

.about-heading h1{
    font-size:44px;
    font-weight:bold;
    line-height:62px ;
    color:#fff;
}
.about-heading hr{
    height: 3px;
    width: 50px;
    font-size: 3px;
    background-color:white;
    margin-top:-3px;
    margin-bottom:10px;
}

#about p{
    font-size: larger;
    color: white;
}
#about p a{
text-decoration: none;
text-decoration: underline;
color: white;
}
.about-contact{
    display:block;
    margin-top: 20px;
}

/* =========================================
                client
============================================ */
.client{
    padding: 0 40px;
}
.client-content h3{
    font-size:22px;
    font-weight:300;
    color:#000000;
    line-height:40px;
}

.client-content h2{
    font-size:15px;
    font-weight:bold;
    color:#000000;
    line-height:27px;
    margin-top:-10px;
}
.client-heading h1 {
    font-size:36px;
    font-weight: bold;
    line-height: 50px;
    color: #000000;
    margin-bottom: 20px;
}


.owl-prev{
    float: left;
}

.owl-next {
    float: right;
}


/* =========================================
                Buttons
============================================ */

.btn-general-1 {
    font-family: 'Raleway', sans-serif;
    border-radius: 28px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 3px 0 0;
    padding: 13px 20px 13px 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.btn-home-1{
    color: #fff;
    border: 2px solid #fff;
}

.btn-home-1:hover,
.btn-home-1:focus {
    color: #444444;
    background-color: #fff;
    border: 2px solid #ffff;
}

/* btn2 */

.btn-general-2 {
    font-family: 'Raleway', sans-serif;
    border-radius: 28px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 3px 0 0;
    padding: 13px 25px 13px 25px;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.btn-home-2{
    color: #fff;
    border: 2px solid #fab702;
    background: #fab702
}

.btn-home-2:hover,
.btn-home-2:focus {
    color: #fab702;
    background-color: transparent;
    border: 2px solid #fab702;
}


/* btn3 */


.btn-general-3 {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0px 0 0;
    padding: 13px 33px 13px 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #cc0007;
    color: white;
    border: 2px dotted #cc0007;

}


.btn-home-3{
    color: #fff;
    border: 2px dotted #cc0007;
    background:#cc0007;
}

.btn-home-3:hover,
.btn-home-3:focus {
    color: #fff;
    border: 2px dotted #cc0007;
}

/* btn4 */


.btn-general-4 {
    font-family: 'Raleway', sans-serif;
    margin-top: 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 24px 13px 22px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: white;
    background:#cc0007;
}


.btn-home-4{
    color: #fff;
    border: 2px solid #cc0007;
    background: #cc0007
}

.btn-home-4:hover,
.btn-home-4:focus {
    color: #cc0007;
    background-color: transparent;
    border: 2px solid #cc0007;
}




.btn-yellow {
    color: #fff;
    border: 1px solid #f4c613;
    background-color: #f4c613;
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}

.btn-white {
    color: #212226;
    border: 1px solid #fff;
    background-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
    display: none;
}





/* =========================================
               contact
============================================ */

.contact-heading h1{
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    color:#404548;
}

.contact-heading h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color:#404548;
}
.contact-heading{
    margin-bottom:50px;
}
.contact-box{
    border: 3px solid rgb(238, 238, 238);
    border-radius: 15px;
    padding:30px 0;
    min-height: 500px;
    margin-top:20px;
    min-width: auto;
}
.map-setting{
    min-height: 500px;
    width: 100%;
    margin-top: 20px;
}

.contact-icon{
    border: 2px solid #eeeeee;
    border-radius: 50%;
    height: 76px;
    width: 76px;
    margin: 0 auto;
    border-color: 2px rgb(238, 238, 238);
    border-radius: 50px;
    background-color: rgb(255, 255, 255);

}
.contact-icon i {
    margin:17px 0px 0px 0px;
    font-size:36px;
    color:rgb(250, 183, 2);
}

.contact-content h1{
    font-size: 26px;
    font-weight: bold;
    line-height: 25px;
    color: 	#909090;
}
.contact-content h3{
    margin-bottom: 30px;
    color: #404548;
    font-weight: bold;
    font-size: 34px;

}
.contact-content a{
color: #404548;
text-decoration: none;
}








/* =========================================
                Content Boxes
============================================ */

.content-box-lg {
    padding: 120px 0;
}

.content-box-md {
    padding: 100px 0;
}

.content-box-sm {
    padding: 40px 0;
}




/* =========================================
                quote
============================================ */


#quote{
    background: #ffd312;
}
.quote-content h1{
    font-size:36px;
    line-height: 50px;
    font-weight:300;
    color:#fff;
    margin: 20px 0 40px 0;
}




/* =========================================
                Social Icons
============================================ */

ul.social-list {
    padding: 0;
    margin-top: 20px;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
    background: #00aced;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
    background: #dd4b39;
    border-color: transparent;
}


/* =========================================
                Slider Buttons
============================================ */

.owl-theme .owl-nav [class*=owl-] {
    color: #212226;
    font-size: 40px;
    background: none;
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #212226;
}


/* =========================================
                Footer
============================================ */

footer {
    background: #212226;
    padding: 30px;
}

footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}

footer p span {
    color: #f4c613;
}

/* =========================================
                Navigation
============================================ */

.navdesign{
    color: #000000;
    font-weight: bold
}

.navicon{
    margin: 0px 8px 0 0;
}
.navbar-brand{
    padding: 20px 0;
}

/* White Navigation */






/* =========================================
                Animation
============================================ */

#home-heading-1,
#home-heading-2,
#home-text,
#home-btn,
#arrow-down i {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

#home-heading-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#home-heading-2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#home-text {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#home-btn {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

#arrow-down i {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}