﻿body {
    font-family: Poppins;
    font-size: 16px;
    color: #000;
}

a, a:hover, a:focus {
    text-decoration: none;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}



    

.clrwhite {
    color: #fff !important;
}

    .clrwhite::after {
        background-color: #fff;
    }

.textleft {
    text-align: left !important;
}

.yellow {
    background-color: #e6a408;
    color: #fff;
}

.mergenta {
    background-color: #b50703;
    color: #fff;
}

.padding0 {
    padding: 0 !important;
}

.facebook {
    color: #5b82d4;
}

.twitter {
    color: #55acee;
}

.googlepls {
    color: #dd4b39;
}

    .facebook:hover, .twitter:hover, .googlepls:hover {
        opacity: 0.7;
    }

.deskvrn {
    display: block;
}

.mobivrn {
    display: none;
}

.myimg {
    width: 100%;
    float: left;
}
/************************************Header****************************************************/

.affix {
    top: 0;
}

    .affix .header {
        position: fixed;
    }

.header {
    width: 100%;
    z-index: 50;
    float: left;
    background-color: rgb(255, 242, 204);
    transition: all 1s ease;
    box-shadow: white 0 0 10px;
    /*position: fixed;
top: 0;
left: 0;
right: 0;*/
}




    

.mobibtn {
    width: 40px;
    float: right;
    background-color: #009;
    color: #fff;
    margin: 6px;
    padding: 7px;
    text-align: center;
    font-size: 17px;
    display: none;
    border-radius: 3px;
}

.navigation {
    width: 100%;
    float: left;
    margin: 24px auto;
}

    .navigation ul {
        float: right;
    }

        .navigation ul li {
            float: left;
            margin: 0 2px;
        }

            .navigation ul li a {
                /*color: #000;
                font-weight: bold;
                padding: 5px 10px;
                display: block;*/
                font-weight: normal;
                padding: 8px 12px;
                display: block;
                text-transform: uppercase;
                font-size: 14px;
            }

                .navigation ul li a:hover {
                    color: #004d21;
                    border-bottom: #004d21 solid 2px;
                    background: #eee;
                }

.topmanubtn {
    width: 100%;
    float: left;
    margin: 5px 0;
}

    .topmanubtn ul {
        float: right;
    }

        .topmanubtn ul li {
            float: left;
            margin: 0 5px;
        }

/************menu section new style*********/


/*******header menu********/
.navstyle {
    float: right;
}

    .navstyle li a {
        color: #333;
        padding: 10px 16px;
        font-size: 14px;
        text-transform: uppercase;
    }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: rgb(223, 205, 69);
    color: #004F21;
}

/*#nav {
    border-bottom: 1px solid #0D5C70;
}*/

header .navbar {
    margin-bottom: 0px;
}

#nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: rgb(223, 205, 69);
    background: rgb(223, 205, 69);
    color: #ffffff;
    /*-webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;*/
}

/*#nav ul li.current-menu-item a::after, #nav ul li a:hover::after {
    width: 100%;
}*/

/*#nav ul li.active a::after,*/ #nav ul li a:hover::after {
    width: 100%;
}



#nav .navbar-toggle {
    border: 2px solid #0D5C70;
}

    #nav .navbar-toggle .icon-bar {
        background: #0D5C70;
    }

#navmenu ul > li ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    padding: 0px;
    -webkit-transition: opacity .3s ease,top .25s ease;
    -moz-transition: opacity .3s ease,top .25s ease;
    -ms-transition: opacity .3s ease,top .25s ease;
    -o-transition: opacity .3s ease,top .25s ease;
    transition: opacity .3s ease,top .25s ease;
    z-index: 1000;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16),0 2px 4px 0 rgba(0,0,0,.12);
}

    #navmenu ul > li ul li ul.sub1 {
        position: absolute;
        left: -9999px;
        top: 70px;
        opacity: 0;
        padding: 0px;
        -webkit-transition: opacity .3s ease,top .25s ease;
        -moz-transition: opacity .3s ease,top .25s ease;
        -ms-transition: opacity .3s ease,top .25s ease;
        -o-transition: opacity .3s ease,top .25s ease;
        transition: opacity .3s ease,top .25s ease;
        z-index: 1000;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.16),0 2px 4px 0 rgba(0,0,0,.12);
    }

#navmenu ul ul li {
    position: relative;
    list-style: none;
}

    #navmenu ul ul li a {
        width: 220px;
        border-bottom: 1px solid #eee;
        padding: 10px 15px;
        font-size: 12px;
        color: #333;
        background: 0 100% #fff;
        text-decoration: none;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        font-weight: 600;
        display: block;
    }

    #navmenu ul ul li:hover > a {
        color: #fff;
        background: #000099;
    }


#navmenu > ul > li:hover > ul {
    left: auto;
    top: 40px;
    opacity: 1;
}

#navmenu > ul > li > ul li:hover > ul.sub1 {
    left: 100%;
    top: 0px;
    opacity: 1;
}

/*#navmenu > ul > li > ul::after {
    content: '';
    border: 6px solid transparent;
    border-bottom-color: transparent;
    width: 0;
    height: 0;
    border-bottom-color: #0D5C70;
    position: absolute;
   top: -23px;
left: 32%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate((180deg));
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

@media screen and (max-width: 767px) {
    .navstyle {
        float: left;
    }

    #navmenu ul ul li a {
        width: 180px;
        border-bottom: 1px solid #eee;
        padding: 10px 15px;
        font-size: 12px;
        color: #333;
        background: 0 100% #fff;
        text-decoration: none;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        font-weight: 600;
        display: block;
    }

    #navmenu > ul > li > ul li:hover > ul.sub1 {
        left: 0%;
        top: 100%;
        opacity: 1;
    }

    #navmenu > ul > li:hover > ul.submenu {
        left: auto;
        top: 40px;
        opacity: 1;
        position: absolute;
        top: -200%;
        left: 100%;
    }

    /*.navbar-collapse.in {
        overflow-y: auto;
        height: 315px;
        overflow: hidden;
    }*/
}

.div2 {
    width: 200px;
  
    padding: 40px;
    border: 0.30px solid #00000030;
}

/********************banner section*****************************/

.bannerlogin {
    position: absolute;
    width: 291px;
    height: 134px;
    background: rgba(255,255,255,.8);
    right: 40px;
    bottom: 20px;
    z-index: 15;
}

    .bannerlogin .form-group {
        margin-bottom: 0px;
    }

.logobg {
    background: #000099;
    padding: 22px 0px;
    background: #52916B;
    background: #F9C0B2;
}

.logbtn {
    border-radius: 0px;
    margin: 4px auto;
    background: #000;
    color: #fff;
}

    .logbtn:hover {
        color: #fff;
        background: #E1949C;
        background: #F9C0B2;
    }

.bannerlogin input.input-text {
    background-color: #444;
    color: #333;
    border: 0px;
    background-color: #e4e4e4;
    line-height: 20px;
    height: 30px;
    padding: 0px 20px;
    color: #999;
    font-style: italic;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
    .bannerlogin {
        position: absolute;
        width: 291px;
        height: 134px;
        background: rgba(255,255,255,.8);
        right: 0px;
        bottom: -10px;
        z-index: 15;
    }
}



/************************************body****************************************************/
.homeslider {
    width: 100%;
    float: left;
}

.allmain {
    width: 100%;
    float: left;
    padding-top: 0px;
    height: 100%;
    margin-bottom: 36px;
}

.aboutschool {
    width: 100%;
   
    text-align: center;
}

.mybtnlink1 {
    color: #fff;
    font-weight: bold;
    border: #fff solid 2px;
    padding: 5px 30px;
}

    .mybtnlink1:hover {
        background-color: #fff;
        color: #000;
    }

.mybtnlink {
    color: #000;
    font-weight: bold;
    border: #195f37 solid 2px;
    padding: 5px 30px;
}

    .mybtnlink:hover {
        background-color: #004d21;
        color: #fff;
    }

.principlespeak {
    width: 100%;
    float: left;
    margin-top: 25px;
    padding: 30px;
    text-align: justify;
    color: #fff;
    background-color: rgb(255, 242, 204);
    background-size: 100% 100%;
    margin-bottom: 36px;
    /*background-color: #eee;*/
}

.imghiddn {
    width: 25%;
    float: left;
    height: 100%;
    overflow: hidden;
    border: #fff solid 1px;
}

.viewglryimg {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    height: 18vh;
    min-height: 250px;
    transition: .3s ease;
}

    .viewglryimg:hover {
        transform: scale(1.1);
    }

.viewglry {
    width: 25%;
    float: left;
    text-align: center;
    overflow: hidden;
    border: #fff solid 1px;
    padding: 5% 3%;
    height: 18vh;
    min-height: 250px;
}

    .viewglry a {
        font-size: 13px;
        color: #000099;
        padding: 5px 35px;
        border: #000099 solid 2px;
        line-height: 30px;
    }

        .viewglry a:hover {
            background-color: #000099;
            color: #fff;
        }


/***************Inner body page style**************/

.topbanner {
    /*margin-top: 128px;*/
}

/*.committe {
    background: #fff;
    float: left;
    margin: 2px;
    padding: 5px;
    width: 100%;
    border: 1px solid #000099;
    text-align: center;
}*/

.innerhead {
    width: auto;
    height: 76px;
    position: relative;
    left: 0px;
    top: 50%;
    margin-top: 0px;
    background: url("../images/hdimg.png") top left no-repeat;
}

    .innerhead h1 {
        color: #fff;
    }

.number {
    width: auto;
    height: 52px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
    padding: 0px 10px;
    font-size: 24px;
    line-height: 51px;
    text-align: center;
    color: #fff;
    background: #000099;
    font-family: Poppins;
    font-weight: 700;
}
/*************about us page**************/
.principal {
    font-size: 18px;
    font-weight: 600;
    color: #000099;
}

/*************activity page style************/

.activity_img {
    overflow: hidden;
    padding: 0px;
    margin: 20px auto;
    background: #fbf6f6;
    padding: 15px;
    box-shadow: 0px 1px 2px -1px rgba(255,255,255,.2);
}

.headtext {
    font-size: 18px;
    font-weight: 600;
    color: #000099;
    margin: 0px;
    border-bottom: 2px solid;
    display: inline-block;
}

.activitybox {
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.activity_img img {
    max-width: 100%;
    display: block;
    height: auto;
}

.activitybox:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/****************Facility*********************/

.facilitypage ol li::before {
    content: "\f04e";
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000099;
    font-size: 14px;
    padding-right: 0.5em;
    line-height: 24px;
    top: 10px;
    left: 0;
}


/*************Infrastrucure page style************/
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(60,179,113,.5);
    overflow: hidden;
    width: 100%;
    height: 65px;
    height: 70px;
    padding: 5px;
    transition: .5s ease;
}

.laybg1 {
    background-color: rgba(30,144,255,.6);
}


.laybg2 {
    background-color: rgba(60,179,113,.6);
}

.owl:hover .overlay {
    height: 100%;
}

.text {
    width: 90%;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.gallery-box {
    margin-bottom: 6px;
    position: relative;
}

    .gallery-box::before {
        opacity: 0;
        content: "";
        background-color: rgba(1,77,34,.5);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .gallery-box:hover::before {
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .gallery-box img {
        width: 100%;
    }

    .gallery-box .gallery-content {
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .gallery-box:hover .gallery-content {
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .gallery-box .gallery-content a {
        background-color: #002147;
        height: 55px;
        width: 55px;
        line-height: 60px;
        display: inline-block;
        border-radius: 50%;
    }

        .gallery-box .gallery-content a i {
            color: #ffffff;
            font-size: 18px;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .gallery-box .gallery-content a i {
            color: #ffffff;
            font-size: 18px;
        }



/***********career and contact us pages*********/

.address h4 {
    font-size: 16px;
    margin: 5px 0px;
    font-weight: 600;
}


.myset {
    width: 100%;
    display: inline-block;
    margin-right: 5%;
}

.myset2 {
    width: 45%;
    display: inline-block;
}

.online_form span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


.online_form input {
    position: relative;
    width: 100%;
    padding: 10px;
    font-family: Poppins;
    outline: none;
    background: #fff;
    border: none;
    margin: 0px auto;
    border: 1px solid #E0E0E0;
}

.online_form select {
    position: relative;
    width: 100%;
    padding: 10px;
    font-family: Poppins;
    outline: none;
    background: #fff url(images/sprite.png) no-repeat -120px -351px;
    border: none;
    margin: 0px auto;
    height: 45px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/*.online_form select:hover, input:hover, textarea:hover {
        box-shadow: 0 0 5px rgb(76, 75, 74);
        border: 1px solid rgb(76, 75, 74);
    }

    .online_form select:focus, input:focus, textarea:focus {
        box-shadow: 0 0 5px #E2A4A7;
        border: 1px solid #E2A4A7;
    }*/


.address {
    margin-bottom: 0px;
}

    .address i.fa {
        font-size: 18px;
    }

    .address strong {
        margin-left: 8px;
    }

.addressText span {
    margin-left: 25px;
}


/*******************Gallery page style**************/


.gallery {
    padding: 0px;
    width: 100%;
}

    .gallery ul {
        list-style: none;
    }

        .gallery ul li {
            width: 200px;
            height: auto;
            display: inline-block;
        }

        .gallery ul img {
            border: 5px solid #000099;
            padding: 5px;
            max-width: 100%;
            display: block;
            height: auto;
        }

        .gallery ul a:hover img {
            border: 5px solid #ccc;
            color: #fff;
            padding: 5px;
        }

        .gallery ul a:hover {
            color: #fff;
        }

.Heading h3 {
    margin-top: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ffffff;
    background: #000099 none repeat scroll 0% 0%;
    border: 0px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    cursor: default;
    margin: 0px;
    border-radius: 0px;
}

.nav-tabs > li > a {
    margin: 0px;
    background: #eee;
    border-radius: 0px;
}

/*.nav-stacked > li {
             width: 95%;
         }*/

.nav-stacked > li.active::after {
    content: '';
    width: 23px;
    display: block;
    margin: 1px 0px;
    border-top: 19px solid transparent;
    float: right;
    position: relative;
    left: 100%;
    position: absolute;
    bottom: -2.5%;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #000099;
}


/***********************footer style************/

.footer {
    width: 100%;
    float: left;
    background-color: #3b3b3b;
}

.footlink {
    width: 100%;
    float: left;
    color: #fff;
    margin: 20px 0;
}

    .footlink li {
        float: none;
        color: #fff;
        font-size: 15px;
        padding-left: 25px;
        position: relative;
        border-bottom: #4a4a4a solid 1px;
        line-height: 30px;
    }

        .footlink li .fa {
            position: absolute;
            line-height: 30px;
            left: 0;
        }

        .footlink li a {
            color: #fff;
        }

            .footlink li a:before {
                position: absolute;
                content: '\f054';
                font-family: FontAwesome;
                left: 0;
            }

            .footlink li a:hover {
                color: #e6a408;
            }

.copyright {
    width: 100%;
    float: left;
    background-color: #fff;
    color: #6d6d6d;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}



/************** margin and padding ****************/
.marginNone {
    margin: 0;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop35 {
    margin-top: 35px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop77 {
    margin-top: 71px;
}

.marginBottom0 {
    margin-bottom: 0px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginLeft2 {
    margin-left: 2px;
}

.marginLeft5 {
    margin-left: 5px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft15 {
    margin-left: 15px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft30 {
    margin-left: 30px;
}

.marginRight5 {
    margin-right: 5px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight15 {
    margin-right: 15px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginRight30 {
    margin-right: 30px;
}

.marginTopBottom10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.marginTopBottom15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.marginTopBottom20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.marginTopBottom30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.marginLeftRight10 {
    margin-left: 10px;
    margin-right: 10px;
}

.marginLeftRight15 {
    margin-left: 15px;
    margin-right: 15px;
}

.marginLeftRight20 {
    margin-left: 20px;
    margin-right: 20px;
}

.marginLeftRight30 {
    margin-left: 30px;
    margin-right: 30px;
}

.padding0 {
    padding: 0px;
}

.paddingTopBottom8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.paddingL0 {
    padding-left: 0px;
}

.paddingR0 {
    padding-right: 0px;
}

.paddingLR0 {
    padding-right: 0px;
    padding-left: 0px;
}

.padding5 {
    padding: 5px;
}

.padding8 {
    padding: 8px;
}

.paddingNone {
    padding: 0;
}

.paddingAll10 {
    padding: 10px;
}

.paddingAll15 {
    padding: 15px;
}

.paddingAll20 {
    padding: 20px;
}

.paddingAll30 {
    padding: 30px;
}

.paddingRight0 {
    padding-right: 0px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingRight15 {
    padding-right: 15px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight30 {
    padding-right: 30px;
}

.paddingLeft0 {
    padding-left: 0px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.paddingLeftlg15 {
    padding-left: 15px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft25 {
    padding-left: 25px;
}

.paddingLeft30 {
    padding-left: 30px;
}


.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingTop40 {
    padding-top: 40px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom15 {
    padding-bottom: 15px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom30 {
    padding-bottom: 30px;
}

.paddingTopBottom5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.paddingTopBottom10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.paddingTopBottom15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.paddingTopBottom20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.paddingTopBottom30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.marginLeft-15 {
    margin-left: -15px;
}


.box-style {
    box-shadow: 0 1px 6px rgba(0,0,0,.117647), 0 1px 4px rgba(0,0,0,.117647);
    padding: 15px;
    margin-bottom: 15px;
}

.box-style img{
    height:50px;
}

    .box-left {
        padding-left: 10px;
    }

.box-right {
    padding-left: 25px;
    font-size: 18px;
    cursor: pointer;
}

.box-style:hover {
    color: #50b167;
}

.myforn {
    font-family: Poppins;
    color: black;
    font-size: 18px;
    margin-bottom: 20px;
}



.box-style1 {
    box-shadow: 0 1px 6px rgba(0,0,0,.117647), 0 1px 4px rgba(0,0,0,.117647);

    margin-bottom: 15px;
    height: 170PX;
}



.box-style11 {
    margin-bottom: 15px;
    height: 50PX;
    margin-left: -23px;
}



.box-style11 img {
    height: 50px;
    margin-right:-30px;
}
.box-left1 {
    padding-left: 0px;
}