/* ===================================
        Google Fonts
   =================================== */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');




/* ===================================
        About Section
   =================================== */
.about{
    overflow: hidden !important;
}

.img-sc{
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.about_img {
    padding: 3%;
    background-color: #f6f6f6;
    position: relative;
}

.margin_aboutimg{
    margin-left: 14%;
}

.about_img img{
    height: 100%;
    width: 100%;
}

.blue_rectangle{
    position: absolute;
    left: 35px;
    width: 60%;
    height: 67%;
    bottom: 1%;
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
}

.colored_heading{
    font-family:'Open Sans', sans-serif;
    font-size: 20px;
    color: #23ced5;
    margin-bottom: 0;
    letter-spacing: 0;
}

.about-heading{
    text-align: left;
    margin-top: 70px;
}

.heading{
    font-size: 55px;
    font-family: 'Raleway', sans-serif;
    color: #384141;
    letter-spacing: -1px;
}

.margin_heading{
    margin-top: 30px;
    margin-bottom: 30px;
}

.info{
    color:#808080;
    font-size: 14px;
    font-family:'Open Sans', sans-serif;
    line-height: 1.7;
}

.margin_button{
    margin-top: 30px;
}

.btn.btn-primary:hover {
    background-position: right center;
    color: #ffffff !important;
}

.btn.btn-primary {
    border: none;
    padding: 10px 35px;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.6px;
    color: white !important;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    text-decoration: none;
    flex: 1 1 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
}

