@charset "UTF-8";
/********************************************************************
DO NOT edit this file manually. This file is generated by layout.
If you want to add custom css, edit custom.css file in current template folder
*********************************************************************/

.row1 {
background: linear-gradient(138deg, rgba(3,4,9,1) 0%, rgba(51,75,153,1) 75%, rgba(255,255,255,1) 75%);

    padding: 3% 0 0% 0;
overflow: hidden; 
}

.row2{
    margin-top:6em !important;
}
.main_content .img-fluid {
    border-radius: 50%;
    border: 19px solid #fff;
    transform: scaleX(-1);
}

.col-lg-6.col2 {
    padding: 4% 0 0 0;
}


@media (max-width: 767px) {
.row1 {
background: linear-gradient(138deg, rgba(3,4,9,1) 0%, rgba(51,75,153,1) 100%);

    padding: 5%;
overflow: hidden; 
}
    .row2{
    margin-top:1em !important;
}

}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}