@font-face {
     font-family: raleway-black;
     src: url("raleway/Raleway-Black.ttf");
 }

@font-face {
     font-family: raleway-thin;
     src: url("raleway/Raleway-Thin.ttf");
 }

@font-face {
     font-family: raleway-light;
     src: url("raleway/Raleway-Light.ttf");
 }

@font-face {
     font-family: raleway-bold;
     src: url("raleway/Raleway-Bold.ttf");
 }

@font-face {
     font-family: raleway-SemiBold;
     src: url("raleway/Raleway-SemiBold.ttf");
 }

@font-face {
     font-family: poppins-Regular;
     src: url("poppins/Poppins-Regular.ttf");
 }

@font-face {
     font-family: poppins-medium;
     src: url("poppins/Poppins-Medium.ttf");
 }

@font-face {
     font-family: poppins-light;
     src: url("poppins/Poppins-Light.ttf");
 }

body {
    background-color:  rgba(204,  204,  204,  0.07);
}

/*Top bar*/
.header-topbar {
    border-bottom:  3px solid #ffa75f;
     background-color:  #4284ce;
}

.topbar-icons {
    float: left;
}

.icon-padding {
    padding: 10px;
}

.info-bar {
    padding: 9px;
}

.header-topbar  a  {
    color: #fff;
     text-decoration: none;
     font-family:  raleway-semibold;
     font-size:  12px;
}

.nav>li>a:focus,  .nav>li>a:hover {
    background: none;
     color:  #ffa75f;
}

.current-menu-item a {
    color:  #ffa75f;
}

.navbar-nav>li>a {
    font-family:  raleway-SemiBold;
     font-weight:  bold;
     font-size:  15px;
}

.navbar-right  {
     margin-top:  1.5%;
     margin-bottom:  1.5%;
 }

.navbar-brand {
    height: auto !important;
}

/*slider*/
.slider-1-text-1 {
    width : 400px;
     font-size: 36px;
     color:  rgba(255,  255,  255,  0.992157);
     position: absolute;
     top: 150px;
     left: 580px;
    font-family: raleway-black;
    font-weight: bold;
}

.slider-1-border {
    width : 900px;
     font-size: 18px;
     color:  rgba(255,  255,  255,  0.992157);
     position: absolute;
     top: 200px;
     left: 500px;
    font-family: raleway-light;
    font-weight: bold;
}

.slider-1-border-color {
    border-top: 5px solid #fff;
    width: 75px;
     margin-left: 19%;
     float: left;
}

.slider-1-text-2 {
    width : 900px;
     font-size: 18px;
     color:  rgba(255,  255,  255,  0.992157);
     position: absolute;
     top: 210px;
     left: 500px;
    font-family: raleway-light;
    font-weight: bold;
}

.slider-1-text-inner {
    width: 100%;
     float: left;
}

.title-border {
    margin-left: 47%;
    margin-top: -1%;
}

.call-on-action {
    font-family:  raleway-bold;
     font-size:  24px;
     margin-top: 8px;
     margin-bottom: 0px;
}

.about-widget {
    color: #fff;
}

.awesome-logo {
    padding-top:  2px;
}

.navbar-fixed-top {
    box-shadow:  0 0 2px 2px hsla(0, 0%, 61%, .4);
     border-bottom:  1px solid #f6f5f5;
}

.navbar-rjp {
    background: #fff;
}
/*text colors*/
.text-white {
    color: #fff;
}

.service-area > h2 {
    font-family:  raleway-SemiBold;
     font-size:  18px;
     text-align:  center;
}

.service-area > p {
    font-family:  poppins-regular;
    
    font-style:  normal;
    
    line-height:  24px;
    
    text-align:  justify;
    
    color:  rgb(119,  119,  119);
}

.footer {
    border-top:  3px solid #ffa75f;
     background-color:  #000;
}

.footer-content {
    padding-top:  30px;
     padding-bottom:  30px;
     min-height:  300px;
}

.copyright {
    background-color:  rgb(49,  49,  49);
}

.page-title {
    background:  #ececec;
    padding-top:  40px;
     padding-bottom:  40px;
}

.page-title-con {
    font-family:  raleway-bold;
    font-size:  24px;
    margin-top:  8px;
    margin-bottom:  0px;
}
