@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.bgimg-2, .bgimg-3 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-2 {
    background-image: url(../images/services-bg.jpg);
    min-height: 400px;
    padding-top: 50px;
    color: #fff;
    padding-bottom:60px;
}

.bgimg-3 {
    background-image: url(../images/services-bg.jpg);
    min-height: 150px;
    padding-top: 40px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'ralewayregular';
}
.para{
    font-size:15px;
    color:#444;
    line-height:24px;
}
html {
    background: #fff;
}

.fullwidth {
    width: 100%;
    position: relative;
}
.padtopbot10{
    padding-top:10px;
    padding-bottom:10px;
}
.bannerimg{
    width:100%;
    max-width:1360px;
}
#menu {
    background: #191919;
}
.row-height{
    margin-top:70px;
}
.paraabout{
 font-size:18px;
 line-height:36px; 
 color:#444;  
}
.alignright{
    text-align:right;
}
.about-head{
    font-size:60px;
    line-height:60px;
    text-transform:uppercase;
    font-family: 'ralewaybold';
    color:#000;
}
.aboutline{
    margin-bottom:20px;
    margin-right:50px;
}
.home-h3{
    font-size:16px;
    color:#000;
    font-weight:bold;
    text-transform:uppercase;
}
.home-h3 i {
    margin-right:10px;
    font-size:23px;
    color:#a6105e;
}
.home-workcul{
    font-size:14px;
    color:#000;
    font-weight:bold;
}
.home-workcul i {
    margin-right:10px;
    font-size:18px;
    color:#a6105e;
}
.hm-point-bg{
    background-image:url("../images/bg.jpg");
}
.hm-points{
    font-size:28px;
    line-height:46px;
    color:#fff;
    text-align:center;
    padding-top:60px;
    padding-bottom:60px;
}
.hm-points span {
    color:#a6105e;
}
.hm-heading{
    font-size:30px;
    line-height:36px;
    color:#000;
    text-transform:uppercase;
    font-family: 'ralewaybold';
    padding-top:15px;
    padding-bottom:15px;
    padding-left:130px;
}
.hm-workcul-bg{
    background-image:url("../images/bg-work.jpg");
    background-repeat:no-repeat;
}
.services-heading{
    font-family: 'ralewaybold';
     font-size:40px;
     text-transform:uppercase;
     text-align:center;
}
.read-together{
    text-align:center;
}
.read-together span{
    background:#a6105e;
    padding:9px 20px;
}
.clearpad-leftright{
    padding-left:0px;
    padding-right:0px;
}
.services-img{
    width:100%;
    max-width:360px;
}
.bg-white{
    background:#fff;
}
.padleftright25px{
    padding-left:25px;
    padding-right:25px;
}
.services-cont{
   padding-left:25px;
    padding-right:25px;
    position:relative;
    padding-bottom:20px;
    padding-top:20px;
}
.martop60{
    margin-top:60px;
}
.hm-jointeam-bg{
    background-image:url("../images/bg-team.jpg");
    background-repeat:no-repeat;
}
.martop30{
    margin-top:30px;
}
.form-control {
    width: 100%;
    /*height: 34px;*/
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    user-select: none;
}
.pad-left30{
    padding-left:30px;
}
.footerrow{
    background:#111111;
    color:#817f81;
    text-align:center;
    padding-top:20px;
}
.social-list ul {
    display: inline-block;
    background-color: #000;
    /*margin-top:20px;*/
}
.social-list li {
    display: inline-block;
    padding:15px 20px;
    
}
.social-list li:hover {
    background:#a6105e;
    
}
.social-list li a {
    color:#fff;
}
.padbot20{
    padding-bottom:20px;
}
.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #141414 !important;
    color: #1e1e1e;
    font-size: 30px;
}
.scrollup:hover {
    background: #000 !important;
}
@media (max-width:992px) {
   
}

@media (max-width:768px) {
    .pad-left30{
padding-left:0px !important;
padding-top:30px;
    }
  
}
