/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Lato', sans-serif;
   /* line-height: 5px;*/
    font-size: 14px;
}

.set-pad {
    padding-top:35px;
    
}
.set-row-pad {
    padding-top:30px;
    padding-bottom:50px;
}
/*=====================================
  NAVBAR STYLES 
    ===================================*/

.logo-custom {
        max-height: 100px;
    padding: 7px 0px 12px 0px;
}

#menu {
    background-color: rgb(12 84 160);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    min-height: 98px;
}


.navbar-inverse {
    border-color: transparent;
   /* box-shadow: #777 1px 1px 4px 0px;*/
}


    .navbar-inverse .navbar-nav > li > a{
        color: #fff;
        padding: 15px 10px;
       
    }
.navbar-inverse .navbar-nav > li > a:hover {

       color: #e51a4b;
        padding: 15px 10px;
        font-weight: 600;

}


/*=====================================
  HOME STYLES 
    ===================================*/
.home-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../img/1-slide.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

    .home-sec .overlay {
        background: rgba(38, 57, 88, 0.89);
        min-height: 500px;
    }

    .home-sec h1 {
        color: #fff;
        font-weight: 900;
        font-size: 50px;
        text-transform: uppercase;
        padding-bottom: 35px;
    }

    .home-sec h3 {
        text-transform: uppercase;
    }



.set-flexi {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 0px solid #000;
    padding-top: 120px;
}

.flex-control-nav {
    display: none!important;
}

.set-flexi a {
    margin: 5px;
}
/*=====================================
  TAG LINE STYLES 
    ===================================*/

.tag-line {
    background: #E9E9E9;
    color: #000;
}

    .tag-line h2 {
        font-size: 20px;
        font-weight: 900;
        padding: 5px 10px 10px 5px;
        color: #e51a4b;
    }

        .tag-line h2 > i {
            margin-left: 8px;
            margin-right: 8px;
        }
/*=====================================
  HEADER LINE STYLES 
    ===================================*/
.header-line {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 5px;
    padding-top:0px;
    color: #0c54a0;
    text-align: center;
   /* text-transform: uppercase;*/
}

h1::after {
    content: " ";
    border: solid 2px #e51a4b;
    display: block;
    width: 200px;
    margin: 12px auto;
}

/*=====================================
  ABOUT STYLES 
  ===================================*/
.about-div {
    padding: 30px;
    /*border: 1px solid #000;*/
    width: 350px;
    height: 250px;
    margin-bottom: 50px;
    
   
}
.about-div1 {
    padding: 20px;
    /*border: 1px solid #000;*/
    width: 350px;
    height: 250px;
    margin-bottom: 50px;
    box-shadow: #777 1px 1px 6px 0px;
    /*background: url(../img/mission.jpg) no-repeat center;*/
}
.about-div2 {
    padding: 20px;
    /*border: 1px solid #000;*/
    width: 350px;
    height: 250px;
    margin-bottom: 50px;
    box-shadow: #777 1px 1px 6px 0px;
   /* background: url(../img/vision.jpg) no-repeat center;*/
}
.about-div3 {
    padding: 20px;
    /*border: 1px solid #000;*/
    width: 350px;
    height: 250px;
    margin-bottom: 50px;
    box-shadow: #777 1px 1px 6px 0px;
    /*background: url(../img/mission.jpg) no-repeat center;*/
}


.icon-round-border {
    border: 10px double #1A94C4;
    color: #2f9484;
    text-align: center;
    padding-top: 15px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .icon-round-border:hover {
        color: #fff;
        border: 10px double #fff;
        background-color: #1A94C4;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.about-div hr {
    border: 1px solid #e51a4b;
}

.about-div h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0c54a0;
}

.about-div p {
    padding-top: 10px;
    color: #777;
}

.about-div1 hr {
    border: 1px solid #e51a4b;
}

.about-div1 h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0c54a0;
}

.about-div1 p {
    padding-top: 10px;
    color: #777;
}
.about-div2 hr {
    border: 1px solid #e51a4b;
}

.about-div2 h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0c54a0;
}

.about-div2 p {
    padding-top: 10px;
    color: #777;
}

.btn-set {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 20px;
}
/*=====================================
  FACULTY STYLES 
  ===================================*/
#faculty-sec {
    background-color: #fff;
    color: #fff;
}

    #faculty-sec .header-line {
        color: #fff;
    }
.faculty-div h4 {
    line-height:30px;
    font-weight:700;
}
.faculty-div {
    padding: 30px;
}

    .faculty-div hr {
        border: 1px solid #1A94C4;
    }

    .faculty-div h3 {
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .faculty-div p {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .faculty-div img {
        border: 10px double #fff;
    }

/*=====================================
  CONTACT STYLES 
  ===================================*/
#contact-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../img/contact.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

#contact-sec .overlay {
        background: rgba(0, 0, 0, 0.76);
        min-height: 600px;
    }

    #contact-sec h1 {
        color:#fff;
    }
#contact-sec .form-control{
    background-color:rgba(255, 255, 255, 0);
    color:#fff;
}
/*=====================================
  Footer STYLES 
  ===================================*/
#footer {
    padding:5px 20px;
    background-color:#929292;
   /* text-align:right;*/
    color:#fff;
    font-size:16px;
    font-weight: 900;
}
.circleback{
       background: #fff;
    padding: 16px 16px;
    border-radius: 100%;
    color: #e51a4b;
    font-size: 24px;

}
.page-head {
    background: url(../img/1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 320px;
    padding-top: 162px;
}
.page-head h3 {
    color: #e51a4b;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
}
.new_arrivals {
    padding: 30px 0;
}
.new_arrivals h3 {
    color: #0c54a0;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.new_arrivals p {
    color: #848484;
    font-size: 16px;
    text-align: center;
}
.new_grids {
    margin-top: 55px;
}
.new-gd-left {
    position: relative;
}
.new-gd-left img {
    width: 100%;
    opacity: 0.4;
}
.wed-brand {
    position: absolute;
    top: 40%;
    left: 28%;
}
.new-gd-middle {
    position: relative;
}
.new-gd-middle img {
    width: 100%;
}
.new-gd-right {
    position: relative;
}
.new-gd-right img {
    width: 100%;
    opacity: 0.4;
}
.description {
    margin: 1em 0;
}
.single-right-left p span{
    color: #000;
    font-size: 23px;
    margin: .5em 0 1em;
}
#topmenu{
     background-color: #fff;
    color:rgb(12 84 160);
      min-height: 60px;
}
.userdropdown{
    padding-top: 15px;
    padding-bottom: 10px;
    position: fixed;
    right: 100px;
}
#imenu{
     background-color: rgb(12 84 160);
    color: #fff;
    font-size: 13px;
font-weight: 600;
    /*letter-spacing: 1px;*/
    /*min-height: 98px;*/
}
.user{
    font-size: 30px;
    margin-right: 50px;
    margin-left: 50px;
    color: #e51a4b;
}
.textdrop{
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
/*--------------------------------Nested Dropdown-------------------------------*/
.third-level-menu
{
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.third-level-menu > li
{
    height: 30px;
    background: #999999;
}
.third-level-menu > li:hover { background: #CCCCCC; }

.second-level-menu
{
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
    height: 30px;
    background: #999999;
}
.second-level-menu > li:hover { background: #CCCCCC; }

.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 30px;
    width: 150px;
    background: #999999;
}
.top-level-menu > li:hover { background: #CCCCCC; }

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}


/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 0 0 10px;

    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 30px;
}
.top-level-menu a:hover { color: #000000; }
.droplayout{
    border-top: 5px solid #e51a4b;
    border-radius: 10px;
}
.product-new-top {
    background: #0c54a0 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    right: 0;
    padding: 0 10px 1px;
    position: absolute;
    text-transform: lowercase;
    top: 0;
    z-index: 10;
}
.shopby{
   height: 75px;
   left:30px;
    width: 88px;
    background: #ccc;
    padding: 5px;
    text-align: center;
    /*display: flex;*/
    font-size:16px;
    margin: 10px;
}
.grad{
    background-image: -webkit-radial-gradient(#04519b, #044687 60%, #033769);
    background-image: radial-gradient(#04519b, #044687 60%, #033769);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0);
    filter: none;
    border-bottom: 1px solid #022241;
}
.shoptitle{
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.facebook {
	background: url('assets/img/social.png') no-repeat -39px -138px;
	width: 157px;
	height: 162px;
}
.insta {
	background: url('assets/img/social.png') no-repeat -245px -138px;
	width: 156px;
	height: 162px;
}
.wapp {
	background: url('imgs/social.png') no-repeat -245px -138px;
	width: 156px;
	height: 162px;
}
.twitter {
	background: url('imgs/social.png') no-repeat -39px -329px;
	width: 157px;
	height: 161px;
}
.linkedin {
	background: url('imgs/social.png') no-repeat -39px -329px;
	width: 157px;
	height: 161px;
}
.footer_title{
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}
#exampleSlider {
    position: relative;      /* recommended */
}
#exampleSlider .MS-content {
    white-space: nowrap;     /* required */
    overflow: hidden;        /* required */
    margin: 0 5%;            /* makes room for L/R arrows */
}
#exampleSlider .MS-content .item {
    display: inline-block;   /* required */
    width: 20%;              /* required * Determines number of visible slides */
    position: relative;      /* required */
    vertical-align: top;     /* required */
    overflow: hidden;        /* required */
    height: 100%;            /* recommended */
    white-space: normal;     /* recommended */
}
#exampleSlider .MS-controls button {
    position: absolute;      /* recommended */
    top: 30px;
}
#exampleSlider .MS-controls .MS-left {
    left: 10px;
}
#exampleSlider .MS-controls .MS-right {
    right: 10px;
}
.justify-center{
  display: flex;
    justify-content: center;
}
.slider-title{
    font-size: 60px;
    font-weight: bold;
}
.pad{
    padding:5px;
}
.pad a{
    color:#fff;
}