@charset "utf-8";
/* CSS Document */
body {margin:0; padding:0; background:#000;}

/*start navbar*/

.navbar{border-radius:0px important;}
.navbar-inverse { background-color:#fff !important;  border:2px solid #F0067A!important; border-radius:0px important;}
.navbar-inverse .navbar-nav>li>a{color:#F0067A !important; font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; font-weight:500; font-size:15px; letter-spacing:1px; margin-left: 30px;}
.navbar-inverse .navbar-nav>li>a:hover{color:#fff !important; background:#F0067A !important;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{color:#fff !important; border:#f46b42 !important;  background:#F0067A !important; width: auto;}
#logo{ margin-top:-15px; box-shadow: 1px 2px 13px 0px rgba(27, 41, 60, 0.19);}
.icon-bar{background-color:#f4a941 !important;}

.section-01 img{margin:20px;}
.section-01 img{margin:20px; width:100%;}
.section-01 p { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #fff; font-size: 16px; font-weight: 500; letter-spacing: 1px; line-height: 25px; text-align: justify;}
.section-01 h1 { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #F0067A; font-size: 28px; font-weight: 500; letter-spacing: 1px;}
.section-01 h2 { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #F0067A; font-size: 18px; font-weight: 500; letter-spacing: 1px;}
.section-01 h3 { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #F0067A; font-size: 18px; font-weight: 500; letter-spacing: 1px;}


.cont{border: 1.5px dashed #fff; margin: 0; padding: 0;}
.cont-5{border-top:1.5px dashed #F0067A; border-bottom:1.5px dashed #F0067A; border-right:1.5px dashed #F0067A; margin-bottom: 20px;}
.cont-6{border-top:1.5px solid #fff; border-bottom:1.5px solid #000; border-left:1.5px solid #000; margin-bottom: 20px;}
.cont-2{border-top: 1.5px solid #fff; margin: 20px 0px;}
.cont-3{border: 1.5px dashed #F0067A; padding: 20px 0px;}
.cont-4{border-bottom:2px dashed #F0067A; border-top:2px solid #000; border-left:2px dashed #F0067A; border-right:2px solid #000; padding-top: 20px;}

/*start footer*/


.section-footer { background: #970B89;}
.section-footer h6 {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color:#fff; font-size:22px; font-weight: 500; letter-spacing: 1px; margin-top: 20px;}
.section-footer p{ font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color:#fff; font-size: 16px; font-weight: 500; line-height: 25px; letter-spacing: 1px; text-align: justify; margin-bottom: 20px;}
.menu ul{ list-style:none; margin:0;}
.menu ul li{font-family: 'Arsenal'; color:#fff; font-size:18px; font-weight:500; letter-spacing:1px; margin-bottom:20px;}
.menu ul li a{ color:#fff; text-decoration:none;}
.menu ul li a:hover{color:#b50123; transition:0.5s;}

.section-footer h4 a{font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; color:#fff; font-size:16px; font-weight:500; letter-spacing:1.5px; line-height:35px;}
.section-footer span{color:#fff; padding-right:15px;}
.section-footer i{color:#fff; padding-right:20px; margin-top:10px; font-size:16px; visibility: visible;}
.section-footer i:hover{ border-radius:100%; transition: all ease-in-out 0.8s;}
.section-footer h5 {font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; color:#fff; font-size:14px; font-weight:500; letter-spacing:1.5px;text-align: center;}

/*scroll top button*/
.scrollToTop{position:fixed; right:10px; bottom:10px; width:50px; height:50px; font-size:20px; line-height:50px; text-align:center;
 color:#fff !important;  z-index:999; display:none; transition:all 0.3s ease; background:#fff; border-radius:5px; 
 text-decoration:none !important;}
.scrollToTop span{display:block; margin-top:14px; transition:all 0.2s ease-in-out; color:#b50123; font-size:25px;}
.scrollToTop:hover span{margin-top:10px;}

/*end home page */

/*start about page*/

.section-about img { margin:10px 0px;}

.section-about  h1 { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #F0067A; font-size: 28px; font-weight: 500; letter-spacing: 1px;}
.section-about  h2 { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #F0067A; font-size: 22px; font-weight: 500; letter-spacing: 1px;}
.section-about p { font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; color: #fff; font-size: 16px; font-weight: 500; letter-spacing: 1px; line-height: 25px; text-align: justify;}

/*------Start price-----------*/

* {
    box-sizing: border-box;
}

.columns {
    float: left;
    width:100%;
    padding: 12px;
	margin:60px 0px;
}

.price {
    list-style-type: none;
    border: 1px solid #F0067A;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #000;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #F0067A;
    padding: 20px;
    text-align: center;
	color: #fff;
}
.price li a{color:#fff;}

.price .grey {
    background-color:#F0067A;
    font-size: 20px;
	color:#fff;
}

.section-gallery img{margin:20px 0px;}

.contact h1{font-family: 'Josefin Sans', sans-serif;  font-size:22px; color:#fff; text-align:center; margin-top:40px; font-weight:400;}
.contact h3{width:300px; border:1px solid #F0067A; display:block; margin:auto; margin-bottom:20px;}
.contact p{color:#fff; font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; text-align:justify; font-size:16px;  font-weight:500; padding:0px 10px; margin-top:30px; text-align:justify;}
.contact h4 span{color:#F0067A; padding-right:10px; font-size:16px;}
.contact h4 a{font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; color:#fff; font-size:16px; font-weight:500; margin-top:30px; line-height:45px;} 
.contact h5{font-family: 'Josefin Sans', sans-serif;  font-size:22px; color:#fff; margin-top:40px; font-weight:400;}

.contact input{width:80%; height:45px; background:#fff; margin-top:30px; outline:none;  font-weight:600; padding-left:20px; color:#000;}
.contact textarea{width:80%; height:150px; padding:20px 0px 0px 20px; font-weight:bold;  background:#fff; color:#000; outline:none; margin:30px 0px 0px 0%;}
.contact input[type="submit"]{background:none; border:1px solid #F0067A; outline:none; color:#fff; font-weight:
500; letter-spacing:1px; font-size:20px; width:150px; height:50px;text-align:center;  margin-bottom:30px;}
.contact input[type="submit"]:hover{color:#fff; background:#F0067A; text-decoration:none; transition:all ease-in-out 0.7s;}

.contact02 h1{font-family: 'Josefin Sans', sans-serif;  font-size:22px; color:#fff; text-align:center; margin-top:40px; font-weight:400;}
.contact02 h3{width:300px; border:1px solid #F0067A; display:block; margin:auto; margin-bottom:20px;}











