﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');



body{
	font-family: 'Roboto', sans-serif !important;
}

body a{
    text-decoration: none;
}
body a:hover{
    text-decoration: none;
}
body h1{
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #000066;
}
body h2{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #000066;
}

body h3{
font-size: 21px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #000066;
}

body h4{
	font-size: 19px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #000066;
}

p{
	font-size: 15.4px;
    font-weight: 500;
    letter-spacing: .4px;
    line-height: 1.6;
    color: #000066;
    text-align: center;
}
body ul li{
	font-size: 20px;
    font-weight: 500;
    letter-spacing: .6px;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}
.element{ 
    position:fixed; 
    top:15%; 
    right:8%;
}
}

.line1{
    width: 62px;
    height: 3px;
    background-color: #f4090c;
    margin-bottom: 18px;
}
.line2{
    width: 62px;
    height: 3px;
    background-color: #f4090c;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

/*header*/
.wapper{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 12px 0 #777;
}

.header_top{
    box-shadow: 0 2px 12px 0 #c3c3c3;
}
.header_top{
    padding: 4px 0;
}
.header_top h1{
    text-align: center;
    padding-top: 16px;
}
.header_top h1 a{
    color: #000066;
    font-size: 18px;
    transition: all .4s ease;
    background-color: #FFBE46;
    padding: 6px 14px;
    border: 2px solid #FF9933;
}
.header_top h1 a:hover{
    color: #FFBE46;
    background-color: transparent;
}





/*menu*/
.menu{
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.menu ul{
   list-style: none;

}
.menu ul li {
   list-style: none;

}

.menu ul li a{
    color: #000066;
    transition: all .4s ease;

}
.menu ul li a:hover{
    color: #FFBE46;
}

  


/*body*/

/*section1*/

.section1{
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
}
.section1 .wel h2{
    text-align: center;
}
.section1 .wel h4{
    text-align: left;
    color: #f4090c;
}
.section1 .wel h5{
    text-align: left;
    color: #f4090c;
}
.section1 .wel p{
    text-align: center;
    position: relative;
    padding-left: 25px;
    margin-left: 20px;
    font-size: 16.4px;
}
/*.section1 .wel p::after{
    content: "";
    background-color: #fff;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}*/


.section1 .ord{
    border-left: 1px solid #e2e2e2;
}
.section1 .ord img{
    margin-top: 10px;
}
.section1 .ord h4{
    margin-top: 20px;
    color: #0d44f5;
}
.section1 .ord p a[href="storepolicy.html"]{
    color: red;
    font-size: 18px;
}
.section1 .ord p a{
    color: #000066;
}
.section1 .ord p a:hover{
    color: #FFBE46;
}
.section1 .ord p b{
    color: #f4090c;
}

.wel_item h2{
    text-align: center;
}

.wel_item h4{
    font-size: 16px;
    margin: 0;
    color: #000066;
}
.wel_item .list2 .box2 p{
    font-size: 16px;
    text-align: left;
}
.wel_item .list2 .box2 div p{
    text-align: left;
    font-size: 15px;
    color: #000066;;
}
.wel_item .list2 form input[type=image]{
    cursor: pointer;
    margin-top: 8px !important;
}

.wel_item .pager li{
    font-size: 14px;
}
.wel_item .pager li>a{
    color: #000066;
}
.wel_item .pager li>a:focus, 
.wel_item .pager li>a:hover{
    background-color: #000066;
    color: #FFBE46
}


.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

/*lightbox image*/
.lightbox {
    /** Default lightbox to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.lightbox img {
    /** Pad the lightbox image */
    max-width: 90%;
    max-height: 80%;
    margin-top: 12%;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}
.lightbox button{
    color: #FFBE46;
    opacity: 1;
    font-size: 4em;
    margin-right: 20px;
    margin-top: 10px;
}
.lightbox button:hover{
    opacity: 1;
    color: #fff;
}
 
.button-container {
  display: flex;
}

/*footer*/

.footer{
	background-color: #FFBE46;
	padding: 12px 0 3px 0;
}
.footer p{
	font-size: 14px;
    color: #000066;
}
.footer p a{ 
	color: #c5c4c4;
	text-decoration: none;
}
.footer p a:hover{ 
    color: #ff0000
}



/*Responsive*/

@media (max-width: 991px){
	 .menu ul li{
        font-size: 18px;    
    }
}


@media (max-width: 767px){
    
	.wapper{
        width: 100%;
        box-shadow: none;
    }
    .section1 .ord {
        margin-top: 45px;
        border: none;
    }
   
}

@media (max-width: 480px){
    .header_top{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
    }
    .wel_item .list2 .box2 p{
        font-size: 13px;
    }
    .wel_item .list2 .box2 div p{
        font-size: 14px;
    }
    body h2{
        font-size: 26px;
    }
    .menu ul{
        padding-left: 0;
    }
    .menu ul li{
        font-size: 15px;    
    }
    .section1 .wel p{
        margin-left: 0;
        font-size: 15px;
    }

}

@media (max-width: 360px){
	.toggle_btn{
        font-size: 18px;
    }

    
}

@media (max-width: 320px){
    .header_top h3 a{
        font-size: 16px;
    }
    .header_top h3 {
        padding-top: 8px;
    }

    
}

