/*======================================
        Basic Properties starts
=========================================*/
body
{
    overflow-x: hidden;

}


.pace-running .entire-content
{
    opacity: 0;
}



.pace-done .entire-content
{
    opacity: 1;
    transition: all 1s ease-in;
}



*
{
    margin: 0;
    padding: 0;
}


/*=======================================
         Basic Properties Ends
=========================================*/



/*======================================
           Navigation starts
=========================================*/


.navbar
{
    padding: 24px 0px;
    border-bottom: none !important;
    transition: all 0.5s ease-in-out;
}

.navbar ul li a
{
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    transition: all 0.5s ease-in;
    background: transparent !important;
}

.navbar ul li a:hover, .navbar ul li a:focus
{
    color: deepskyblue !important;
    background: none !important;
}

.navbar-toggle
{
    border: 1px solid white !important;
    color: white !important;
    transition: all 0.5s ease-in;
}

.icon-bar
{
    color: white !important;
    background-color: white !important;
}
.navbar-toggle:hover
{
    background-color: deepskyblue !important;
}


.navbar-inverse .navbar-collapse
{
  border-color: transparent !important;

}


.location
{
    border: 1px solid white;
    border-radius: 50px;

}

.navbar-inverse
{
    background-color: transparent !important;
}



/*======================================
            Navigation Ends
=========================================*/

/*=======================================
 Sticky Navigation with background color
=========================================*/

.secondary
{
    background-color:#34495e !important;
    height: auto !important;
}


/*======================================
            Slider Starts
=========================================*/

.slider
{
    width: 100%;
    height: 700px;
    background-image: url(..//img/slider.jpg);
    background-size: cover;
    background-position: center;
    color: white;


}

.slider-overlay
{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.65);
    position: relative;
}


.slider-content
{
    position: absolute;
    top: 15%;
    width: 100%;
}

.icons .fab
{
    font-size: 35px;
    margin-right: 7px;

}


.cta-div
{
    margin-top: 30px;

}


.btn1
{
    padding: 13px 18px;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border: 2px solid white;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.5s ease-in;
    margin-right: -6px;

}

a .btn1:link
{
    text-decoration: none;
}



.btn1:hover
{
    text-decoration: none;
    color: white;
    background-color: deepskyblue;
    border-color: deepskyblue;

}


.btn2
{
    padding: 13px 18px;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border: 2px solid white;
    border-bottom-right-radius: 15px;
    transition: all 0.5s ease-in;
    margin-right:10px;
}



.btn2:hover
{
    text-decoration: none;
    color: white;
    background-color: orangered;
    border-color: orangered;

}

.social-networks a.fab
{
    border: 1px solid white;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 27px;
    padding: 3px;
    margin-right: 4px;
    transition: all 0.5s ease-in;

}


.social-networks a.fab:hover
{
    text-decoration: none;
    background-color: deepskyblue;
    color: white;
    border: 1px solid deepskyblue;

}


.slider .text, .slider .typed-cursor
{
    display: inline;
    font-size: 40px;
    text-transform: uppercase;
}


.primary
{
    color: orangered;
}

.typed-cursor
{
  opacity: 1;
  animation: blink 0.7s infinite;
  -webkit-animation:blink 0.7s infinite;
  -mox-animation:blink 0.7s infinite;


}

@keyframes blink
{
    0%
    {
        opacity: 1;
    }


    50%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }



}

@-webkit-keyframes blink
{
    0%
    {
        opacity: 1;
    }


    50%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }

}

@-moz-keyframes blink
{
    0%
    {
        opacity: 1;
    }


    50%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }


}

/*=======================================
            Slider Ends
=========================================*/



/*=======================================
            Services styles
=========================================*/
.projects{
    color: black !important;
    text-decoration: none !important;
  }
  
hr {
    color: #000000;
}
  
a:hover {
    text-decoration: none !important;
}
.service-area
{
    margin-top: 30px;
}

.service-area p
{
   margin-bottom: -5px;
}


.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right !important;
}



.service-wrap {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    padding: 25px 35px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 9;
    margin-top: 20px;

}

.service-wrap::before, .service-wrap::after {
    content: "";
    height: 350%;
    position: absolute;
    transform: rotate(45deg);
    width: 120%;
    z-index: -9;
    transition: all 0.5s;
    opacity: 0;
    background: #34495e;

}

.service-wrap::before{
    top: -37px;
    left: 100%;

}

.service-wrap:hover:before{
    left: -27px;
    opacity: 1;

}


.service-wrap::after{
     right: 100%;
     bottom: -37px;

}

.service-wrap:hover:after{
     right: -27px;
     opacity: 1;

}

.service-wrap:hover{
     color: white;
}

.service-wrap:h3{
     color: white;
}


.service-wrap:hover h3{
     color: white;
}


.service-wrap:hover h3:after{
     background-color: white;
}

.service-icon i{
    font-size: 30px;
    margin-bottom: 20px;
    transition: all 0.5s;

}


.service-wrap:hover .service-icon i{

    transform:rotate(360deg);
}

.service-wrap h3
{
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;

}

.service-wrap p
{
    font-size: 14px;
    margin-bottom: 0;
}


/*=======================================
        Contact area style starts
=========================================*/

.contact-area
{
    margin-top: 60px;
}


.form-control
{
    border-radius: 0px !important;
    border: 1px solid #34495e !important;

}


.contact-form button.btn
{
    font-size: 1.8rem;
    font-weight: 700;
    padding: 12px 43px;
    border: 1px solid black;
    border-radius: 0px;
}



.contact-infos
{
    float: left;
    width: 100%;
    margin-top: 90px;
    margin-bottom: -30px;
    background: darkcyan;
    padding-top: 35px;
    padding-bottom: 35px;


}

.contact-infos .fab
{
    color: white;
    font-size: 26px;
    border: 1px solid white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;

}

.contact-infos p
{
    color: white;
    margin-top: 15px;

}

/*=======================================
        Contact area style End
=========================================*/


/*=======================================
        Footer area style starts
=========================================*/


.footer
{
    background: url(..//img/Black-Wood-Footer-Background.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding-top: 145px;
    padding-bottom: 120px;
    background-attachment: fixed;
    color: white;

}

.social-icon a
{
    margin: 0 16px 20px 16px;
    display: inline-block;

}


.footer .fab
{
    font-size: 30px;
    color: deepskyblue;
    width: 80px;
    height: 80px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: white;
    line-height: 2;
    border: 10px solid #34495e;
    text-align: center;
    transition: all 0.7s ease-in;


}

.social-icon a:hover .fab
{

    border: 10px solid white;
    transform: rotate(360deg);

}

.bordernow
{
    width: 40px;
    border-bottom: 2px solid white;
    margin: 0 auto;
    margin-top: 20px;

}
