
body {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.logo{
   
    font-family: "Merriweather", Sans-serif;
    color:#ababab;
    padding-top: 10px;
}
.btn{
    background-color: #ff7200;
    font-family: "Merriweather", Sans-serif;
    font-size: 2.4rem;
    padding: 13px 14px;
    min-height: 40px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.elButtonColor1{
    background-color: #ff7200 !important;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}
.sec-title{
    font-family: 'Courgette', cursive;
    font-size: 24px;
    color: #46a5e5;
    line-height: 30px;
    margin-bottom: 10px;
}


.biginnercontainer {
    width: 1460px !important;
}
.bigheaderrow{
    width: 1430px !important;
}
.title{

color: #ffffff;
font-family: "Merriweather", Sans-serif;
line-height: 1.3em;
}
.title-small{
    color:#333;
    font-size:3rem; 
    font-weight: 300;
    line-height: 1.2em;
}
.title-small-bold{
    font-size: 4.2rem ;
    font-weight: 600;
    color:#46a5e5;

}
.title-normal{
 
 font-size: 5rem ;
font-weight: 300;
line-height: 1.3em;

}
.title-bold{
    
    font-size: 5.2rem ;
font-weight: 800;
color:#46a5e5;
}
.subtle-gray-gradient { 
    background: -webkit-linear-gradient(360deg, #dee1e1 10%, #f4f4f4 360%);
    background: -moz-linear-gradient(360deg, #dee1e1 10%, #f4f4f4 360%);
     background: linear-gradient(360deg, #dee1e1 10%, #f4f4f4 360%); /* W3C */
}
.border_right  {
   border-right: 2px solid #eee;
   min-height: 500px;

 } 

 .background-img-sec{
    /*background-color: #F9FAFB;*/
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://the7.io/software-company/wp-content/uploads/sites/47/2018/06/trade10.jpg);
    background-attachment: scroll;
   
    padding: 0px !important;
 }



.upb_bg_overlay{
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    
    width: 100%;
    height: 100%!important;
}   