*
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
}
body
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    overflow-x:hidden;
}
h1,h2,h3,h4
{
    font-family: 'Exo 2', sans-serif;
}
p
{
    font-family: 'Muli', sans-serif;
    font-size: 19px;
    color: #484848;
    text-align: justify;
}
.no-padding
{
    padding: 0px;
}
img
{
    width:100%;
}
.bg-black
{
    background: #000000;
}
.padding-10
{
    padding: 10px;
}
.padding-20
{
    padding: 20px;
}
.padding-30
{
    padding: 30px;
}
.bg-gradient-red-yellow
{
    background-image: linear-gradient(to left bottom, #ef4123, #f45e1b, #f87814, #f99013, #faa61a);
}
.bg-content
{
    background-image: url('../images/bg-image4.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.bg-red
{
    background: #ef4123;
}
.bg-light-yellow
{
    background: #e6b412;
}
.red-font
{
    color: #ef4123;
}
.yellow-font
{
    color: #faa61a;
}
.blue-font
{
    color: #39507C;
}
.white-font
{
    color: white;
}
.green-font
{
    color:green;
}
.font-cour
{
    font-family: 'Courgette', cursive;
}
.full-light-border
{
    border:solid 1px #ccc;
    border-radius: 7px;
}

.top-bar
{
    background-image: linear-gradient(to left bottom, #ef4123, #f45e1b, #f87814, #f99013, #faa61a);
    background: #faa61a;
    background: #f3f0f0;
}
.top-border-light
{
    border-top: solid 1px #ccc;
}
.navbar
{
    background: #ef4123;
    /*background: #faa61a;*/
    border-radius: 0px;
    padding: 10px;
}
.one-stop{
    padding:30px;
    background: #a3a3c2;
}

.one-stop p {
    color: e9e3e6;
}

.one-stop h1{
    color: yellow;
}
.one-icon{
    border: solid 1.5px orange;
    border-top-right-radius: 10px;
    padding:20px;

}

.one-stop h3{
    font-size: 20px;
    color: red;
}

.one-icon:hover{
    border: solid 2px yellow;
    border-top-right-radius: 10px;
    padding:20px;

}

.one-stop i{
    font-size: 70px;
    color:#ffffff;
    
}

.client-details{
    opacity: 0.7;
}

.client-details h4{
    font-size: 20px;
    color: red;
}

.client-details i{
    font-size: 40px;
    color: #ff7d52;
}

.client-details span{
    font-size: 30px;
    color: blue;
}

.process
{
    background: #39507C;
    padding:30px;
}
.services
{
    padding-top: 20px;
    padding-bottom: 50px;
}
.our-service
{
    border: solid 2px #ccc;
    border-radius: 10px;
}
.our-service i
{
    font-size:60px;
    color: #39507C;
}
.our-service i:hover
{
    color: #ef4123;
}
.nav>li>a
{
    color:#ffffff;
    font-size:18px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
}
.nav>li>a:active
{
    color:#ffffff;
}
.nav>li>a:visited
{
    color:#ffffff;
}
.nav>li>a:hover
{
    color:#000000;
    background: none !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000000;
    background-image: none;
    border: 1px solid #000000;
    border-radius: 4px;
}
.box-shadow
{
    -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.82);
-moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.82);
box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.82);
}
.min-height-400
{
    min-height: 400px;
}
.mySlides {display:none}

.cprojects-list
{
    list-style-type: none;
    text-decoration: none;
}
.box-shadow-n{
    -webkit-box-shadow: 0px 0px 10px 11px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 0px 10px 11px rgba(0,0,0,0.39);
box-shadow: 0px 0px 10px 11px rgba(0,0,0,0.39);
}