﻿*
{
    position: relative;
    font-family:Poppins,sans-serif;
    font-weight:400;
    line-height:1.5;
}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}

.head-row
{
    height:60px;
    font-size:17px;
    }
    .table > thead > tr > th
    {
       vertical-align:middle;
       text-align:center;
        }
        .table > tbody > tr > td 
        {
            height:50px;
            vertical-align:middle;
            }
.border-bottom
{
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}  
.f-nav
{
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.menu-logo
{
    border: 1px solid #999;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}

.menu-span1
{
    font-size: 30px;
    color: #339966;
    font-weight: 700;
}
.menu-span2
{
    font-size: 14px;
    color: #555;
}

.margin-bottom-10
{
    margin-bottom: 10px;
}
.margin-bottom-15
{
    margin-bottom: 15px;
}
.margin-bottom-20
{
    margin-bottom: 20px;
}
.margin-top-10
{
    margin-top: 10px;
}
.margin-top-15
{
    margin-top: 15px;
}
.margin-top-20
{
    margin-top: 20px;
}
.overflow-h
{
    overflow: hidden;
}
.padding-top-bottom-30
{
    padding-bottom: 30px;
    padding-top: 30px;
}

.color-777
{
    color: #777;
}
.color-e67742
{
    color: #e67742;
}
.header
{
    background-color: #222;
    color: #e9e9e9;
}

.a-header
{
    color: #fff;
    padding: 10px 10px;
    margin-right: 5px;
}
.header-h1
{
    color: #FF3300;
    font-size: 22px;
    padding: 20px 0 7px 0px;
    font-style: italic;
    text-align: center;
}
.header-p
{
    font-size: 14px;
    padding: 3px 25px;
    background-color: #FF9933;
   color: #e9e9e9;
    border-radius: 5px;
    text-align: center;
}
.header-col1
{
    padding: 8px 0;
    text-align: left;
}
.header-col2
{
    text-align: center;
}
.header-col3
{
    text-align: right;
    padding: 8px 0;
}
.icon-sapce
{
    padding: 0 5px;
}
.a-header:hover
{
    color: #fff;
}
.social-icon
{
    margin: 1px;
   color: #e9e9e9;
    display: block;
    padding: 12px 5px;
    width:30px;
}
.social-icon:hover
{
    border: none;
    color: #fff;
}
.social-icon:before
{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}

.social-icon-facebook, .social-icon-twitter, .social-icon-google-pluse
{
    display: inline-block;
    position: relative;
    border-radius: 50%;
}

.social-icon-facebook:hover .social-icon:before
{
    height: 100%;
    background-color: #0066cc;
    border: none;
}
.social-icon-twitter:hover .social-icon:before
{
    height: 100%;
    background-color: #33CCCC;
}
.social-icon-google-pluse:hover .social-icon:before
{
    height: 100%;
    background-color: #E16C6C;
}

.logo
{
    padding: 12px 0;
}


.index1-col-slider
{
}
.index-div1
{
    padding: 40px 0;
}.index-div1 img
{
    border-radius:10px;
}
.index-div1 p
{
    padding: 7px 0;
    line-height: 1.9;
    color: #666;
}
.index-div1-h1
{
    color: #333;
    font-size: 28px;
}
.index1-col-slider:hover
{
}
.index-div1-col1
{
    color: #A6090F;
    text-align: justify;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 60px;
}

.index-div2
{
    background-color: #fbfaf7;
    color: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.8;
}
.index-div2-col1
{
    background-color: #03093B;
    padding: 50px 30px;
    width: 80%;
    text-align: center;
}
.index-div2-col1 a
{
    color: #fff;
}
.index-div2-span1
{
    padding: 20px 30px;
}
.index-div2-h1
{
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    font-style: normal;
    text-align: center;
}
.index-div2-box
{
    border: 1px solid #0066FF;
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
}
.index-div2-icon
{
    padding: 10px;
    border: 2px solid #fff;
}
.containt-h1
{
    font-size: 25px;
    color: #fff;
    background-color: #D9534F;
    padding: 10px 0;
}

.page-heading
{
    font-size: 22px;
    padding: 30px 0;
}
.page-color
{
    background-color: #F5F7F8;
}
.containt-page
{
    padding-bottom: 30px;
}

.textbox-addon:before
{
    content: '\f007';
}
.side-box
{
    display: block;
    max-width: 350px;
}
.side-box .list-title
{
    background-color: #cc0000;
    padding: 7px 0 7px 18px;
    color: #fff;
    font-size: 15px;
}
.icon-border-a
{
    border: 2px solid #fff;
    padding: 6px 7px;
    margin-right: 5px;
    font-size: 13px;
}
.c-div-row
{
    display: block;
    padding-bottom: 10px;
}
.c-div1
{
    display: inline-block;
    padding-right: 8px;
    vertical-align: top;
}
.c-div2
{
    display: inline-block;
}
.contact-icon
{
    padding: 7px 10px;
    background-color: #D9534F;
    color: #fff;
    border: 1px solid #fff;
    margin: 0px;
}
.notification
{
    border-bottom: 1px dotted #ddd;
    padding: 5px 0;
}
.notification a
{
    color: #555;
    font-size: 13px;
}
.notification a:hover
{
    color: #333;
    text-decoration: underline;
}
.news-icon
{
    border-radius: 50% !important;
    padding: 8px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #e67742;
}
.side-box .sidebox-ul
{
    list-style: none;
}
.sidebox-ul li
{
    padding: 10px 0;
}
.side-box .sidebox-ul li a
{
    text-decoration: none;
    color: #444;
    padding: 4px;
}
.side-box .sidebox-ul li a .icon
{
    color: #cc0000;
    padding-right: 4px;
}
.side-box .sidebox-ul li a:hover
{
    color: #cc0000;
}
.boxborder-li
{
    border-bottom: 1px solid #ddd;
}
.page-link, .all-div
{
    font-size: 14px;
    color: #CCCCCC;
}
.page-link:hover
{
    font-size: 14px;
    color: #ccc;
    text-decoration: underline;
}
#mg-grid
{
    position: relative;
    overflow: visible !important;
}
.slogen
{
    font-size: 37px;
    color: #A6090F;
    text-shadow: -1px -1px 2px #fff;
    font-family: 'Brush Script MT' , cursive;
}
.news-heading
{
    font-size: 18px;
    padding: 30px 50px 10px 50px;
    color: #666666;
}

.footer
{
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #495052;
    color: #bbb;
    line-height: 1.9;
}
.footer-h3
{
    font-size: 18px;
    padding: 20px 0;
    color: #fff;
}
.footer-2
{
    min-height: 70px;
    background-color: #404547;
    color: #e5e5e5;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.footer-menu
{
    position: relative;
    display: block;
}
.footer-menu li
{
    list-style-type: none;
    padding: 0 5px;
}
.footer-menu li a
{
    color: #bbb;
    font-size: 14px;
    line-height: 1.8;
}
.footer-menu li a:hover
{
    color: #f5f5f5;
    text-decoration: underline;
}
.facebook-icon
{
    display: inline-block;
    margin: 6px 8px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    padding: 13px 15px;
    background-color: #5977B8;
    border: none;
}

.facebook-icon:hover
{
    border: none;
}

.google-plus-icon
{
    display: inline-block;
    margin: 6px 8px;
    padding: 13px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    background-color: #E16C6C;
}



.google-plus-icon:hover
{
    -webkit-transition: left 300ms linear, margin-left 300ms ease-out;
}
.twitter-icon
{
    display: inline-block;
    margin: 6px 8px;
    padding: 13px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    background-color: #74CEE4;
}



.twitter-icon:hover
{
    -webkit-transition: left 300ms linear, margin-left 300ms ease-out;
}

.instagram-icon
{
    display: inline-block;
    margin: 8px 4px;
    padding: 9px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    background-color: #0085AF;
}



.instagramicon:hover
{
    background-color: #990000;
    -webkit-transition: left 300ms linear, margin-left 300ms ease-out;
}
.containt-heading
{
    padding-top: 20px;
    min-height: 100px;
    font-size: 35px;
}
.containt-h-p1
{
    font-size: 22px;
    color: #fff;
    padding: 10px 0;
}
.containt-h-p2
{
    font-size: 14px;
    color: #CCCCCC;
}

row-containt
{
    padding-top: 40px;
}
.col-containt
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.link-heading
{
    font-size: 20px;
    color: #FFCC00;
}
.link-heading:hover
{
    color: #FF6600;
}
.div-heading
{
    color: #FFCC00;
    text-align: center;
    padding: 10px;
}
.index-testimonial-col
{
    color: #666666;
    font-size: 14px;
    background-color: #FFFFFF;
}
.page-containt-heading
{
    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-size: 23px;
    background-color: #f4cb5c;
    box-shadow: 0px 0 200px #D96D27 inset;
    color: #fff;
}
.page-contait-location
{
    padding: 10px 0;
    font-size: 13px;
    background-color: #F6F6F6;
}


.page-col
{
    padding: 30px 0;
    line-height: 2.0;
}
.cont-heading
{
    padding: 10px 0;
    color: #D9534F;
    font-size: 20px;
}
.paragraph
{
    padding-top: 10px;
    line-height: 1.8;
    text-align: justify;
}
.contact-us-h1
{
    font-size: 20px;
    color: #333333;
    padding-bottom: 30px;
}
.item-banner1
{
    background-color: #FAFAFA;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    color: #808080;
}
.form-a
{
    line-height: 1.2;
}
.website-a
{
    color: #C0C0C0;
}
.website-a:hover
{
    color: #CC0000;
}

.small-text
{
    font-size: 10px;
    color: #999999;
}
.form-div
{
    padding: 10px 0;
    text-align: right;
}

.form-h1
{
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #CC0000;
}
.form-h1-1
{
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #CC0000;
}

.form-h2
{
    font-size: 16px;
    padding: 10px 0;
    padding-left: 40px;
}
.form-row
{
    padding: 10px 0;
}
.flat
{
    border-radius: 0;
}
.p-haeading
{
    font-size: 17px;
    font-weight: 400;
    color: #CC0000;
}
.containet-p
{
    padding: 10px 0 20px 0;
}
.table-td
{
    padding: 10px 20px;
}
.div-box
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.course-li-box
{
    padding: 5px 20px;
    background-color: #efefef;
    word-spacing: 5px;
    color: #CC0000;
    line-height: 2.0;
    border-radius: 4px;
}
.course-box
{
    line-height: 2.0;
    font-size: 14px;
    color: #003366;
    font-weight: 400;
}
.course-li-box a
{
    color: #CC0000;
}
.course-li-box a:hover
{
    color: #336699;
}



.notification
{
    border-bottom: 1px dotted #ddd;
    padding: 5px 0;
}
.notification a
{
    color: #555;
    font-size: 15px;
}
.notification a:hover
{
    color: #e67742;
    text-decoration: underline;
}
.news-icon
{
    border-radius: 50% !important;
    padding: 8px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #e67742;
}
/*Back To Top
------------------------------------*/
#topcontrol
{
    color: #fff;
    z-index: 99;
    width: 40px;
    height: 40px;
    font-size: 23px;
    background: #A6090F;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
}

#topcontrol:after
{
    top: 2px;
    left: 13px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}

#topcontrol:hover
{
    color: #fff;
    background: #FF6600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width:767px)
{
    .header-col1, .header-col2, .header-col3
    {
        text-align: center;
    }
   
    .menu-logo
    {
        padding: 4px;
    }

    .menu-span1
    {
        font-size: 20px;
        color: #339966;
        font-weight: 600;
    }
    .menu-span2
    {
        font-size: 13px;
        color: #555;
    }

}


@media (max-width:300px)
{

}
@media (max-width:450px)
{
    .slogen
    {
        font-size: 29px;
    }
}
.celebree img
{
    margin:0px auto;
    }
     .celebree b
     {
         color:#414499;
         }
    .celebree span
    {
        color:#EE2E34;
        }
        .celebree:after
        {
            content:"";
            position:absolute;
            width:150px;
            height:5px;
            background:linear-gradient(to left, #EE2E34, #414499),#EE2E34;
            left:20%;
           top:40%;
            }
              .celebree:before
        {
            content:"";
            position:absolute;
            width:150px;
            height:5px;
            background:linear-gradient(to left, #EE2E34, #414499),#EE2E34;
            right:20%;
           top:40%;
            }
        
        



















