@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');

body 
{
    font-family: 'Open Sans', sans-serif;
}
::selection 
{
    background-color: #f74d50;
    color: #fff;
}

.top-head 
{
    background: #fdfdfd;
    padding: 1rem 0rem;
}

.logo 
{
    border-color: #f4f4f4;
    border-radius: 50%;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2.8rem;
    /* position: fixed;
    margin-left: 6rem;*/
}
.logo img 
{
    width: 240px;
    height: auto;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
}

.preeti img 
{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 10px solid #e8e8e8;
}
.makelogo img {
    width: 350px;
    margin: 0 auto;
    display: table;
}

.moto {
    background-image: url(../images/bg2.jpg);
    background-attachment: fixed;
    padding: 4rem 0rem;
}
.motohead h1 {
    color: #fff;
    font-weight: 700;
    font-size: 4rem;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.homebtn {
    margin: 2rem 0rem 4rem;
}
.homebtn .btn-default { 
    background: #e61f21;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-color: #e61f21;
    color: #fff;
    padding: 0.5rem 2em;
}
.homebtn .btn-default:hover,
.homebtn .btn-default:focus
{
    background: #000;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-color: #000;
    color: #fff;
    padding: 0.5rem 2rem;
}
.abpic
{
    margin: 0;
    float: left;
}
.abpic img{
    width: 180px;
    border-radius: 50%;
    border: 5px solid #e8e8e8;
}
.abpic h4{
    margin-top: 1rem;
    font-weight: 700;
}
.mission {
    padding: 1em 0rem 4rem;
    background: #f9f9f9;
}
.mboxheight
{
    min-height: 367px;
}
.mission-box {
    padding: 25px 25px 4px;
    border: 1px solid rgba(221, 221, 221, 0.3);
    border-bottom: 2px solid #e61f21;
    box-shadow: 0px 0px 25px rgba(143, 106, 106, 0.1);
    background: #fff;
    margin-bottom: 2rem;
}

.mission-box h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin-bottom: 1.7rem;
    text-align: center;
    font-size: 2rem;
    margin-top: 10px;
}

.mission-box p {
    color: #909090;
    line-height: 1.9rem;
    font-weight: 400;
    text-align: left;
}

.contact {
    padding: 3rem 0rem;
    
}

.contactform {
    padding: 25px;
    border: 1px solid rgba(221, 221, 221, 0.3);
    border-top: 2px solid #e61f21;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    min-height: 380px;
    background: #fff;
}

.contactform h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.contactform .form-control {
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 3px solid #ddd;
    height: 50px;
    margin-bottom: 1.5rem;
}

.contactform textarea {
    height: 150px !important;
}

.contactform .form-control:focus {
    border-color: #e61f21;
}

.contactform .btn-default {
    background: #000;
    padding: 0.5rem 2rem;
    font-size: 0.9rem;
    color: #fff;
    border-color: transparent;
    border-radius: 0;
}

.contactform .btn-default:hover,
.contactform .btn-default:focus {
    background: #e61f21;
    box-shadow: none;
    outline: none;
}

footer 
{
    background: #000;
    padding: 2rem 0rem;
}

.footer-widget p 
{
    color: #ddd;
    font-size: 0.95rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
}

.footer-widget a 
{
    color: #ddd;
}

.footer-widget ul 
{
    margin-bottom: 0;
}
.footer-logo img 
{
    width: 170px;
    height: 170px;
    border-radius: 50%;
}
.footer-widget span 
{
    margin-left: 1.5rem;
}
.footer-widget 
{
    margin-top: 1rem;
}

.footer-widget a:hover 
{
    text-decoration: none;
    color: #fff;
}

.sec-footer 
{
    background: #313131;
    padding: 0.5rem 0;
}

.sec-footer p,
.sec-footer a 
{
    margin-bottom: 0;
    color: #c7c7c7;
    font-size: 12px;
}

.sec-footer a:hover 
{
    color: #fff;
}

.modal-dialog 
{
    max-width: 800px;
    margin: 1.75rem auto;
}

.modal-body 
{
    padding: 2rem 3rem;
}

.modal-header 
{
    border-radius: 0;
    padding-left: 3rem;
}

.modal-header h3 
{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 2rem;
}

.modal-body h4 
{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin-bottom: 2rem;
}

.modal-body li,
.modal-body p 
{
    color: #656565;
    line-height: 1.9rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.modal-content 
{
    border-radius: 0;
}

.cmd-box 
{
    padding: 25px;
    border: 1px solid rgba(221, 221, 221, 0.3);
    border-bottom: 2px solid #e61f21;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    min-height: 770px;
    background: #fff;
    margin-bottom: 1rem;
}

.cmd-photo 
{
    /*position: relative;*/
    /*margin-top: -110px;*/
}

.cmd-photo img 
{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #e8e8e8;
    float: left;
    margin-right: 20px;
}

.cmd-name 
{
    /* float: right; */
    margin-top: 0px;
    float: left;
    margin-bottom: 20px;
}

.cmd-detail 
{
    margin-top: 90px;
    margin-left: 0px;
}

.cmd-name h2 
{
    font-weight: 600;
    font-size: 2.4rem;
    font-family: 'Playfair Display', serif;
    margin-top: 10px;
}

.cmd-detail p 
{
    color: #909090;
    line-height: 1.9rem;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0px;
}

.makeindia img 
{
    width: 250px;
    margin: 0 auto;
    display: table;
}

.makeindia 
{
    margin-top: 25px;
}

.top-banner 
{
    background-image: url(../images/Raspian-Banner-15.jpg);
    background-size: contain;
    /*height: 450px;*/
    background-repeat: no-repeat;
}


@media (min-width: 320px) and (max-width: 568px) {
    .logo 
    {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }

    .logo img 
    {
        width: 65px;
        height: 65px;
    }

    .mission 
    {
        padding: 0rem 0rem 2rem;
        background: #f9f9f9;
    }

    .cmd-photo img 
    {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 3px solid #e8e8e8;
    }

    .cmd-photo img 
    {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 3px solid #e8e8e8;
    }

    .cmd-name 
    {
        /*float: none;*/
        margin-top: 00px;
    }

    .cmd-name h2 
    {
        font-weight: 800;
        font-size: 1.2rem;
    }

    .footer-logo 
    {
        text-align: center;
    }

    .cmd-detail 
    {
        margin-top: 70px;
        margin-left: 0px;
    }

    .footer-widget span 
    {
        margin-left: 0rem;
    }
}

@media (min-width: 375px) and (max-width: 667px) {
    .logo 
    {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .logo img 
    {
        width: 70px;
        height: 70px;
    }

    .cmd-name h2 
    {
        font-weight: 800;
        font-size: 1.45rem;
    }

    .footer-widget span 
    {
        margin-left: 0;
    }

    .footer-logo 
    {
        text-align: center;
    }
}

@media (min-width: 414px) and (max-width: 736px) {
    .logo 
    {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }

    .logo img 
    {
        width: 80px;
        height: 80px;
    }

    .mission 
    {
        padding: 2rem 0rem 2rem;
        background: #f9f9f9;
    }
    .cmd-photo img 
    {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 3px solid #e8e8e8;
    }
    .cmd-photo img 
    {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 3px solid #e8e8e8;
    }

    .cmd-name 
    {
        float: right;
        margin-top: 25px;
    }
    .cmd-name h2 
    {
        font-weight: 800;
        font-size: 1.5rem;
    }
    .cmd-detail 
    {
        margin-top: 92px;
        margin-left: 0px;
    }
}

@media (min-width: 375px) and (max-width: 812px) {
    .cmd-name 
    {
        /*float: right;*/
        margin-top: 12px;
    }

    .cmd-detail 
    {
        margin-top: 100px;
        margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .logo 
    {
        margin-bottom: 2rem;
        margin-top: 0;
    }
    .logo img
    {
        width: 150px;
    }
    .mission 
    {
        padding: 3rem 0rem 2rem;
        background: #f9f9f9;
    }

    .footer-widget span 
    {
        margin-left: 0;
    }

    .cmd-detail 
    {
        margin-top: 40px;
        margin-left: 0px;
    }

    .cmd-name 
    {
        float: none;
        margin-top: 26px;
    }

    .cmd-box 
    {
        min-height: 580px;
    }
}

@media (min-width: 1367px) and (max-width: 1920px) {
    .top-banner {
        background-image: url(../images/banner1.jpg);
        /* background-size: contain; */
        height: 450px;
        background-repeat: no-repeat;
    }
    
}