/* 
    Created on : Jul 4, 2017, 12:43:10 AM
    Author     : Atta-Ur-Rehman Shah (http://attacomsian.com)
*/

/*Google fonts*/
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');
html,
body {
    width: 100%;
    height: 100%;
}
#onlymob{display:none}
.whatsapp {
    display: block;
    width: 55px;
    overflow: hidden;
    z-index: 999999999;
    position: fixed;
    right: 5%;
    top: 70%;
}

.whatsapp img {
    float: left;
    width: 100%;
    max-width: 55px;
}
.imagetext{
color:#fff;
text-align:center;
border:2px solid #fff;
border-width:2px 0 2px 0;
font-family:"Times New Roman", Times, serif;
margin:0 20px 0 20px;
background-color:rgb(0,0,0,0.1);
padding:10px 5px 5px 5px;
}
body{
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    background-color: #FAFAFA;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
b, strong{
    font-weight: 500;
}
.brand-logo{
    width: 180px;
}
.navbar{
    min-height: 80px;
}
.navbar-nav .nav-item .nav-link{
    font-weight: 500;
}
.navbar-brand {
    font-weight: 700;
}
.navbar-inverse .navbar-nav .nav-link, .navbar .navbar-brand, .navbar-toggler span {
    color:#575757;
}
.navbar .nav-item .active, .navbar .nav-link:hover,.navbar .nav-link:focus, .navbar .navbar-brand:hover{
    color: #078DC6 !important;
}
.sticky-navigation{
    top: 0px;
    background-color: #FAFAFA;
}
.hero{
    height: 100vh;
    min-height: 500px;
    padding: 100px 0;
}
.hero .brand{
    margin-top: 100px;
}
@media (max-width: 768px){
    .hero .brand {
        margin-top: 0px; 
    }
}
.store-img
{
    width: 170px;
}
.hero h1{
    font-weight: 100;
} 
.hero h1 b{
    font-weight: 700;
} 
a {
    color: #078DC6;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover,
a:focus {
    color: #078DC6 !important;
    outline: 0;
    text-decoration: none !important;
}
section{
    padding: 40px 0px;
}
.img-team{
    width: 150px;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}
.img-team:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}
.team h5{
    padding: 35px 0 15px 0;
    font-weight: 500;
}
.team p{
    color: #999;
}
.card-outline-primary{
    border: solid 1px #078DC6;
}
.small-xl{
    font-size: 90%;
}
.small-xs{
    font-size: 70%;
}
/*===============================================
* Background Colors
================================================*/
.bg-texture{
   // background: transparent -webkit-radial-gradient(circle farthest-side at right bottom, #ec407a 5%, #e91e63 25%, #078DC6 80%, #c2185b 98%) repeat scroll 0% 0%;
   // background: transparent -o-radial-gradient(circle farthest-side at right bottom, #ec407a 5%, #e91e63 25%, #078DC6 80%, #c2185b 98%) repeat scroll 0% 0%;
  //  background: transparent -moz-radial-gradient(circle farthest-side at right bottom, #ec407a 5%, #e91e63 25%, #078DC6 80%, #c2185b 98%) repeat scroll 0% 0%;
  //  background: transparent radial-gradient(circle farthest-side at right bottom, #ec407a 5%, #e91e63 25%, #078DC6 80%, #c2185b 98%) repeat scroll 0% 0%;
}
.bg-texture-collage{
    background:-webkit-linear-gradient(-45deg, #D4C1A7 33%, transparent 0%),
        linear-gradient(-45deg, #B1A18C 67%, transparent 33%),
        linear-gradient(-45deg, #CBB9A0 100%, transparent 67%);
    background:-moz-linear-gradient(-45deg, #ffb300 33%, transparent 0%),
        linear-gradient(-45deg, #078DC6 67%, transparent 33%),
        linear-gradient(-45deg, #ffb300 100%, transparent 67%);
    background:linear-gradient(-45deg, #D4C1A7 33%, transparent 0%),
        linear-gradient(-45deg, #B1A18C 67%, transparent 33%),
        linear-gradient(-45deg, #CBB9A0 100%, transparent 67%);
}
.bg-alt {
    background-color: #fff;
}
.bg-faded{
    background:url(../img/bgshut.jpg) 50% 50% no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-primary{
    background-color: #078DC6 !important;
}
.bg-footer{
    background-color: #171717;
}
/*===============================================
* Text Colors
================================================*/
.text-faded {
    color: #FAFAFA;
}
.text-dark {
    color: #37474F;
}
.text-muted{
    color: #999 !important;
}
.text-white {
    color: #fff;
}
.text-primary {
    color: #078DC6 !important;
}
.text-primary-light{
    color: #ff80ab;
}

/*===============================================
* Icon Sizes
================================================*/
.icon-lg {
    font-size: 60px;
    line-height: 18px;
}
.icon-md {
    font-size: 50px;
    line-height: 14px;
}
.icon-sm {
    font-size: 30px;
    line-height: 14px;
}
/*===============================================
* Colored Buttons
================================================*/
.btn{
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    text-transform: uppercase;
    font-weight: 500;
    padding: .6rem 1.5rem;
}
.btn:hover, .btn:focus {
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}
.btn-white {
    color: #078DC6 !important;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover{
    color: #078DC6;
}
.btn-primary{
    background-color: #078DC6 !important;
    border-color: #078DC6 !important;
}
.btn-primary:hover, .btn-primary:focus{
    color: #fff !important;
}
.btn-radius{
    border-radius: 50px;
}
/*===============================================
* Borders Utilities
================================================*/
.border-none{
    border: none !important;
    border-color: transparent !important;
}
.border-all{
    border: 1px solid #DEE5E5 !important;
}
.border-left{
    border-left: 1px solid #DEE5E5 !important;
}
.border-right{
    border-right: 1px solid #DEE5E5 !important;
}
.border-top{
    border-top: 1px solid #DEE5E5 !important;
}
.border-bottom{
    border-bottom: 1px solid #DEE5E5 !important;
}
/*===============================================
* Social Icons
================================================*/
.text-twitter-alt, .text-facebook-alt, .text-linkedin-alt, .text-google-alt, .text-github-alt{
    color:#078DC6;
}
.text-twitter, .text-twitter-alt:hover{
    color:#00aced;
}
.text-facebook, .text-facebook-alt:hover{
    color: #3b5998;
}
.text-google, .text-google-alt:hover{
    color: #dd4b39;
}
.text-linkedin, .text-linkedin-alt:hover{
    color: #007bb6;
}
.text-github, .text-github-alt:hover{
    color: #000000;
}
/*===============================================
* Cards
================================================*/
.card{
    border: none;
    margin-bottom: 30px;
}
.card .card-block .icon-box{
    padding: 20px 0;
    color: #078DC6;
}
.card .card-block h6{
    padding-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 500;
}
.card:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}
/*
Pricing tables & lists
*/
.pricing-list{
    padding-top: 25px;
    padding-bottom: 25px;
}
.pricing-list li {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}
.list-default{
    list-style: none;
    padding-left: 25px;
}
.list-default>li {
    position: relative;
    padding: 6px 0;
    line-height: 1.55em;
    font-size: 0.94rem;
}
.list-default>li:before {
    content: "\f21b";
    position: absolute;
    left: -25px;
    top: 8px;
    font-size: 10px;
    color: #078DC6;
    font-family: "Ionicons";
}
::selection {
    color: #fff;
    text-shadow: none;
    background: #078DC6;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

#main-slider {
  position: relative;
}
.no-margin {
  margin: 0;
  padding: 0;
}
#main-slider .carousel .carousel-content {
 /* margin-top: 650px; */
 width:100%;
 height:600px
}
#main-slider .carousel .slide-margin{
  margin-top: 125px;
}
#main-slider .carousel h2 {
  color: #fff;
}
#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}
#main-slider .carousel .item {
	margin-top: 125px;
  background-repeat: no-repeat;
  background-size:cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
width:100%;
min-height:600px;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
	margin-top: 125px;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
.lead{font-size:18px;}
	
.datacnformtop{ background:#E4DCD1; border-radius:10px; padding:20px; overflow:hidden; box-shadow:5px 5px 5px #CCCCCC;
border:1px solid #d1d1d1; margin:0 auto 35px auto; float:none; width:100%; 
  }
 
.datacnformtop h3{ color:#FFFFFF !important; padding:0; text-align:center; margin:5px 0 10px 0; font-size:18px; }
.datacnformtop h2 span{ font-size:16px; color:#6d6c6c; }	
.coltwobx{ margin:8px 0 0 0; width:100%; border-radius:5px; padding:8px 7px; overflow:hidden;  background:#0094d9;   } 
.coltwobx h3{ font-size:14px; line-height:18px;  margin:0; padding:0; text-align:center;  font-weight:bold;
color:#FFFFFF !important; }
.newdcn{ background:#FFF; border-radius:0; }
.dtbnc{ background:#0094d9;  }
.dtbnc h3{ color:#FFFFFF; text-align:center; }
.txaqnm{ border:1px solid #E4E4E4; height:43px; width:100%; padding:0 15px 0 15px; 
color:#333; margin:0 0 16px 0;  }

.btnsb{ background:#bfbebe; color: #333; width:100%; text-align:center; cursor:pointer;  
 padding:5px 0 5px 0;  height:35px; font-weight:bold; margin-bottom:7px; border:1px solid #bfbebe; } 
.btnsb:hover{background:#857565; color:#FFFFFF; }
.whttext{color:#FFFFFF !important;}
.whttextam{color:#FFFFFF !important; padding-top:20px; }
.holder{ width:100%; margin:0 auto; padding:0; } 
.holder img{ width:100%; }

.gallery{ width:100%; margin:0 auto; padding:0; float:none; display:block; overflow:visible; }
.gallery ul li{list-style:none; float:left; padding:5px; background:#FFF; margin:0 10px 20px 10px;
 width:100%; max-width:240px;}
.gallery ul li:hover{ box-shadow:3px 3px 3px #CCCCCC; }
.gallery img { width:100%;     border:1px solid #F9F9F9; }

.gallerypop{ width:100%; margin:0 auto; padding:0; float:none; display:block; overflow:visible; }
.gallerypop ul li{list-style:none;    }
.gallerypop ul li:hover{  }
.gallerypop img { width:100%;     }
.card img{ width:300px !important; height:300px !important; }

@media (max-width:500px){
#onlymob{display:block}
.datacnformtop{    width:90%; margin:5px auto 5px auto  }
#main-slider .carousel .item {
	margin-top: 125px;
  background-repeat: no-repeat;
  background-size:cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
width:100%;
min-height:170px;
}
.carousel h4{font-size:15px; padding:10px}
}
