﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html,
body {
    height: 100%;    
    font-family: 'Tajawal', sans-serif;
    font-size:16px;
    font-weight:500;
    color:#000e4b;
}

.arabic
{
	font-family:"Poppins";
}

.img-inner {
    height: 100%;
    width: 100%;
    opacity:1;
    position: fixed;    
    background-color:#fcfcfc;   
    z-index: -1;
}


.img-home {
    height: 100%;
    width: 100%;
    opacity:1;
    position: fixed;    
    background-color:#f0f2f5;   
    background:url('../images/bg-home.png') repeat;
    background-blend-mode: multiply;
    background-position: center center;
    z-index: -1;
}
.img-home2 {
    height: 100%;
    width: 100%;
    opacity:1;
    position: fixed;    
    background-color:#f0f2f5;   
    background:url('../images/bg-home2.png') repeat;
    background-blend-mode: multiply;
    background-position: center bottom;
    z-index: -1;
}




.img-color {
    height: 100%;
    width: 100%;
    opacity:1;
    position: fixed;    
    background-color:#830707;   
    z-index: -1;
}

.logo
{
    position: fixed;
    display: table;
    left: 10%;
    right: 10%;
    margin: auto;
    top: auto;
    text-align: center;
    bottom: 145px;
    vertical-align: middle;
    width: 80%;
}

.logo img
{
	 width: 160px;
	 margin:auto;
}


.enter
{
	position:fixed;
	bottom:0px;
	left:0;
	right:0;
	margin:auto;
	padding:15px 0 25px 0;
	font-weight:600;
	text-align:center;
	color:#000e4b;
}

.enter a
{
	color:#000e4b;
}
.enter a:hover
{
	color:#000e4b;
}



.bg-white
{
	 background-color:#FFFFFF;
	 padding:20px 10px;
	 border-radius: 8px;
}



.btn{
    display: inline-block;
    padding: 12px 35px;
    font-size:15px;
    font-weight:600;
    line-height: 1.42857143;
    text-align: center;
    text-transform:   uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    background-image: none;
    border: 2px solid transparent;
    border-radius: 80px;
    width:100%;
    margin-top:20px;
}


.btn2
{
    display: inline-block;
    padding: 12px 40px;
    font-size:15px;
    font-weight:600;
    line-height: 1.42857143;
    text-align: center;
    text-transform:  capitalize;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
}

.btn3{
    display: inline-block;
    padding: 12px 15px;
    font-size:15px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
}

.btn4{
    display: inline-block;
    padding: 12px 15px;
    font-size:15px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    width:100%;
    margin-top:20px;
}

.btn-red {
    color: #fff;
    background-color:#830707;
    border-color: #830707;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
  
}

.btn-red:hover {
    color: #830707;
    background-color:#fff;
    border-color: #830707;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-navy{
    color: #fff;
    background-color:#000e4b;
    border-color: #000e4b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
  
}

.btn-navy:hover {
    color: #000e4b;
    background-color:#fff;
    border-color: #000e4b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white{
    color: #830707;
    background-color:#fff;
    border-color: #830707;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
  
}

.btn-white:hover {
    color: #fff;
    background-color:#830707;
    border-color: #830707;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-skip{
    color: #830707;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    text-align:left;  
    line-height: 50px;
    margin-top:20px;
  
}
.btn-skip i{
    color: #830707;
    margin-right:5px;
  
}

.btn-skip:hover {
    color: #000e4b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




a:hover, a:focus {
    color: #830707;
    text-decoration: none;
}

.logo-inner
{
    position: relative;
    margin: 20px auto 10px auto;
    padding:0px;
    color:#830707;
    font-size:30px;
    text-align:center;
}

.logo-inner img
{
	 width: 190px;
	 margin:auto;    
	 object-fit: contain;
}

.big-text
{
	font-size:18px;
	text-align:center;
	color:#000e4b;
	padding-top:20px;
	padding-bottom:20px;
}

.back-icon {
    position: absolute;
    z-index: 9;
    height:25px;
    width:20px;
    top:18px;
    right: -15px;
    text-align: center;
    color: #830707;
}

.back-icon a i
{
   color:#830707;
   font-size:22px;
}


.notification
{
    color: #000e4b;
    position: absolute;
    left: 40px;
    font-size: 20px;
    top:15px;    
    width: 30px;
    line-height: 30px;
}
.notification img
{
    width: 28px;
}



.notification a
{
	color:#000e4b;
}

.notification a i
{
    font-size:30px;	
}

.cart-no
{
    width: 10px;
    height: 10px;
    font-size: 0px;
    background-color: #830707;
    color: #fff;
    border-radius:20px;
    position: absolute;
    top: 3px;
    margin-right: 16px;
}

.account
{
    color: #6d6e71;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 2px;
    width: 55px;
    height: 55px;
    border-radius: 0px;
}

.account img
{
    width: 55px;
    height: 55px;
    border-radius: 0px;
    object-fit: contain;
}



.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}




.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    border-radius: 0px;
    height:645px;
    width:100%;
}


.carousel-fade .carousel-inner .item
{
	height:240px;
}
.slide{ 
  margin-top:0px;
  height:260px;
}

.carousel-indicators {
    bottom:25px;
    left: 0%;
    right:0;
    margin:auto;
    z-index: 99;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
    text-align:  center;
    list-style: none;
    }


.carousel-indicators li {
    display: inline-block;
    width:10px;
    height: 10px;
    margin: 0px 2px;
    text-indent: -999px;
    cursor: pointer;
    background:#d8d8d8;
    border: 0px solid #d8d8d8;
    border-radius: 50px;
}


.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0px 2px;    
    background:#830707;
}



.content-inner
{
	padding:60px 0 85px 0;
}
.content-inner1
{
	padding:80px 0 60px 0;
}

.content-inner2
{
	padding:60px 0 70px 0;
}

.content-inner3
{
	padding:70px 0 85px 0;
}
.content-inner4
{
	padding:80px 0 85px 0;
}


.bg-home {
background-color: #000e4b;
padding-top:10px;
padding-bottom:10px;
color:#FFFFFF;

}
.bg-home h3{

 font-size:16px;
 margin-bottom:20px;
}


#search-home 
{
     margin-bottom:20px;     
     margin-top:20px;

}

#search-home .search-home {
    width: 100%;
    height: 50px;
    background: #fff;
    position: relative;    
    border-radius: 8px;
    padding-right: 40px;    
    padding-top:0px;
    font-weight:600;
    padding-bottom:0px;
    padding-left: 5px;
    border: 1px solid #f1f1f1;
}


#search-home .search-home input {
    width: 100%;
    background-color: white;
    border: 0;
    color: #898989;
    font-weight: 500;
    font-size: 15px;    
    margin-top: 0;
    margin-bottom:0px;
    height: 48px;
}

#search-home .search-home button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 40px;
    height: 50px;
    font-size: 18px;
    background: none;
    border: 0;
    color: #6d6e71;
    cursor: pointer;
}
.title-1
{
	color:#252525;
	font-size:25px;
	font-weight:500;
}

.title-1 span
{
	font-size:15px;
	display:block;
	margin-top:5px;
}

.sign-in
{
	margin-top:20px;
}


.sign-in a
{
	color:#FFFFFF;
	font-size:15px;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 95%);
}

.signin-margin
{
	margin-top:10px;
}


.underline a
{
	text-decoration:underline;
}
.underline2 
{
	text-align:center;
	margin-top:30px;
	color:#ea7d81;
}

.underline2 a
{
	font-weight:500;
	text-align:center;
}

.sign-in .form-group {
    margin-bottom: 0px;
}


.sign-in .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 6px 25px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #1d1d1d;
    background-color:#f7f7f7;
    background-image: none;
    border: 1px solid #e7e7e7;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sign-in .form-control::-webkit-input-placeholder { /* Edge */
    color: #1d1d1d;
}

.sign-in .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1d1d1d;
}

.sign-in .form-control::placeholder {
    color: #1d1d1d;
}




.sign-in .form-group {
    margin-bottom: 10px;
}



.form-all
{
	
}
.form-all .form-group {
    margin-bottom:0;
}

.form-all .form-control {
    display: block;
    width: 100%;
    height: 65px;
    padding: 6px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #494949;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 0px solid #fff;
    border-bottom: 1px solid #83d2d9;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-all .form-control::-webkit-input-placeholder { /* Edge */
    color: #494949;
}

.form-all .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #494949;
}

.form-all .form-control::placeholder {
    color: #494949;
}


.top-arrow
{
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    text-align:left;
}

.container2 {
  display: block;
  position: relative;
  padding-right: 23px;
  font-weight:300;
  margin-bottom: 12px;
  margin-top:20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#fff;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top:2px;
  right: 0;
  height: 15px;
  width: 15px;
  border-radius:2px;
  background-color: #830707;
  border: 1px white solid;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #830707;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.title-inner
{
    font-size: 30px;
    color: #830707;
    font-weight: 500;
    margin-bottom: 15px;
}


.title-inner span
{
      color: #bfbfbf;
}



.carousel{
    height: 300px;
}

.item {
    height: 300px;
}
.active {
    height:  auto;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 300px;
    border-radius:0px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  right: 0;
  transform: translate3d(0, 0, 0);
}


.carousel-indicators {
    position: absolute;
    right: 0%;
    left: 0;
    bottom: 10px;
    z-index:9;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#000e4b;
    border: 1px solid #000e4b;
    border-radius: 20px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px;
    background-color: #830707;
    border: 1px solid #830707;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0, 0, 0, 0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.main-title {
    color: #000e4b;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}

.box-3
{
    margin-bottom: 25px;    
    -webkit-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    -moz-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    border-radius: 10px;
    padding:10px 15px;
    background-color: #FFFFFF;
    height: 120px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
 
.box-3 img
{
    margin: auto auto auto 0;
    height: 50px;
    object-fit: contain;
}

.box-3 .col-xs-5
{
     padding-right:0;
}


.name-all3
{
    margin-bottom: 5px;
    font-size:18px;
    color:#000e4b;    
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-weight:500;
    width: 600px;
}


.content-padding
{
	padding-top:10px;
}

.content-padding a:hover .box-3
{
	background-color:#000e4b;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.content-padding a:hover .box-3 img
{
	filter: brightness(10000%);
}


.content-padding a:hover .box-3 .name-all3 {
    color: #ffffff;
}



.bottom-menu
{
	bottom:0;
	position:fixed;    
	width: 100%;
	left:0;
	right:0;
	background-color:#830707;
	border-radius: 40px 40px 0 0;   
}


.box-paddingright {
    padding-left:5px;
}


.box-paddingleft {
    padding-right:5px;
}


.bottom-color
{
	 padding:5px 0px ;
	 color:#fff;
	 text-align:center;
	 font-size:13px;
	 text-transform:uppercase;
}


.bottom-color img
{
    margin: auto auto 2px auto;    
    height:27px;
    display:block;
    opacity: 1;
}

.bottom-color1
{
	 padding:5px 0px ;
	 color:#fff;
	 text-align:center;
	 font-size:13px;
	 text-transform:uppercase;
}


.bottom-color1 img
{
    margin: auto auto 2px auto;    
    height: 30px;
    display:block;
    filter: brightness(500%);
    opacity:1;
}


.calls
{
	margin-bottom:30px;
}


.calls .h4
{
   font-size:18px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 40px;
    background: #830707;
}

.calls-data
{
	margin-top:15px;
	color:#464646;
}


.calls-data a
{
	color:#464646;
}

.calls-data i
{
    color: #830707!important;
    margin-left: 10px;
    font-size: 16px !important;
}





.container-check {
  display: block;
  position: relative;
  padding-right: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight:500;
}

.container-check img {
    display: inline-block;
    height: 23px;
    margin-right: 20px;
}

.visa-icon
{
	margin-right: 5px !important;
}
.container-p{
    font-size:13px;    
    color: #a0a0a0;
    padding:10px 0;
    line-height: 1.25;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #f8f9fa;
  border:1px #CCCCCC solid;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #f8f9fa;
  border:1px #CCCCCC solid;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #830707;
  border: 1px #830707 solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.note {
    color:#878787;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom:20px;
}

.note span{
    font-size: 13px;
    color:#830707;
}

.questions
{
	margin:10px 0;    
	color: #830707;
	font-weight:500;
}

.space {
    margin: 15px 0;
    border-top: 1px #efefef solid;
}
   
.cart-h
{
    vertical-align:middle;
}
.btn-cart
{
    padding: 0px 0px;
    background-color: #830707;
    color: white;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    line-height: 35px;
}

.btn-cart1
{
    padding: 0px 0px;
    color: #494949;
    display:inline-block;
    width: 35px;
    height: 35px;    
    font-size: 18px;
    text-align:center;
    font-weight:500;
    line-height: 33px;
}




.socials {
	position: relative;
	margin-top:10px;
}


.socials ul 
{
	padding-right:0px;
}



.socials ul li {
    display: inline-block;	
    width: 32px;
    height: 32px;
    margin:0 0px;
    border-radius: 50px;
}


.socials ul li a {
	width:32px;
	height: 32px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	background-color: #000e4b;
	border-radius: 50px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.socials ul li img
{
	margin: auto;
    height: auto;
    object-fit: contain;
    width: auto;
    -webkit-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0);
    -moz-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0);
    box-shadow: 0px 2px 0px 0px rgba(66, 66, 66, 0);
    border-radius: 0px;
}


.form-control {
    display: block;
    width: 100%;
    height:50px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #4b4b4b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.smile
{
	 text-align:center;
	 margin:20px 0 20px 0;
    
}


.smile img
{
    width:55px;
    margin:auto;
    display:block;
     margin-bottom:15px;
}

.smile span {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 5px;
    display: block;
}



.gray-box
{
	background-color:#fff;
	padding:15px 0;
	text-align:center;
	border-bottom:1px #e5e5e5 dashed;
	border-top:1px #e5e5e5 dashed;
	margin-bottom: 10px;
}


.gray-box .est
{
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom:7px;
    color: #9d9d9d;
}

.gray-box .est2
{
    text-transform:capitalize;
    font-size:15px;
    color: #830707;
    font-weight: 500;
}


.track-off
{
	background:url('../images/line-track-off.png') no-repeat right 15px ,url('../images/line.png') no-repeat right bottom;    
	background-size:25px,25px;    
	opacity: 0.2;
}
.track-on
{
	background:url('../images/line-track-on.png') no-repeat right 15px ,url('../images/line.png') no-repeat right bottom;    
	background-size:25px,25px;    
    opacity: 1;    
}

.track
{
    padding: 10px 35px 10px 0;
    padding-right: 50px;
    height: 105px;
    margin: 5px 0 0 0;
}

.track img
{
	 float:right;
	 margin-left:20px;
	 height:80px;
}

.track .headline2
{
	 font-size:20px;
	 margin-bottom:10px;
}

.track .headline2 span
{
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #b0b0b0;
}



.info {
    margin: 30px 0;
}


.order-font
{
	 text-transform: capitalize;
	 font-weight:400;
	 margin-bottom:12px;
}

.order-no
{
	color:#b8b8b8;
	font-weight:400;
	margin-bottom:8px;
}


.order-red
{
	color:#830707;
	font-weight:bold;
	margin-bottom:12px;
	text-transform:capitalize;
	font-size:18px;
}


.profile-bg
{
	 background-color:#ededed;
	 padding:5px 20px 20px 20px;
	 text-align:center;    
	 margin-top:0px;
}


.profile-pic
{
	width:150px;
	height:150px;
	border-radius:150px;    
	margin: 20px auto 20px auto;
	
}
.profile-pic img
{
	width:150px;
	height:150px;
	border-radius:150px;    
	object-fit: cover;
}

.profile-bg .profile-name
{
    font-size: 22px;
    font-weight: 500;
    color: #000e4b;
    margin-bottom:5px;
}
.profile-bg .profile-call
{
    font-size: 18px;
    font-weight: 500;
    color: #000e4b;
    margin-bottom:5px;
}

.info-title
{
	 font-weight:bold;
	 color:#830707;
	 margin-bottom: 6px;
	 display:inline-block;
}

.info-detail
{
	 font-weight:700;
	 color:#000e4b;
	 display:inline-block;
}

.info hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}


.margin-bottom2 {
    margin-bottom: 25px;
}

.title-inner2 {
    color: #b7b7b7;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.title2-price {
    color: #b7b7b7;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.title-inner3 {
    color: #830707;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.title3-price {
    color: #830707;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}
.title-inner4{
    color: #aaaaaa;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.title-inner6 {
    color: #434343;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}


.bill-data {
    margin-bottom: 5px;
    color: #999999;
}



.box-gray {
    padding: 20px 20px;
    border: 1px solid #cdcfd0;
    background: #f8f9fa;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 15px;
}






.box-gray .healine
{
	font-size: 25px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
}


.box-gray .healine2
{
	font-size: 18px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
    margin-bottom:10px;
}



.box-gray .product-item {
    font-weight: 300;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-gray .product-item .product-name {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}


.box-gray .product-item span.product-quantity {
    color: #838889;
}
    
.container-p{
    font-size:13px;    
    color: #a0a0a0;
    padding:10px 0;
    line-height: 1.25;
}


.img-5 {
    margin: auto auto auto 0;
    height: 117px;
    width: 117px;
    object-fit: cover;
    border-radius: 10px;
}


.title-friends
{
    font-size: 14px;
    display: block;
    color: #830707;
    font-weight:600;
    margin-top: 5px;
}


.title-friends span {
    font-size: 15px;
    display: block;
    color: #363636;
}

.title-friends-total
{
    font-size: 12px;
    display: block;
    color: #363636;
    margin-top: 0px;
    background-color:#e8e8e8;
    border-radius:10px;
    text-align:center;    
    padding: 15px 5px;    
    font-weight:600;
    color: #000e4b;
    height:117px;
}


.title-friends-total span {
    font-size: 18px;
    display: block;
    background-color: #000e4b;
    color: white;
    height: 28px;
    width: 28px;
    border-radius: 50px;
    margin:10px auto auto auto;
    line-height: 30px;
}

.title-employment {
    font-size: 18px;
    display: block;
    color: #830707;
    font-weight: 600;
    margin: 10px 0;
}



		#top-image {
		    position: fixed;
		    left: 0;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    width: 100%;
		    background-image: url('../images/bg-home.png');
		    background-size:cover;
		    height: 100vh;
		    width: 100vw;
		    animation: 90s scroll infinite linear;
		    opacity:1;
		}


		@-webkit-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-moz-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-o-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-ms-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}
		

		#top-image2 {
		    position: fixed;
		    left: 0;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    width: 100%;
		    background-image: url('../images/bg-home2.png');
		    background-size:cover;
		    height: 100vh;
		    width: 100vw;
		    animation: 90s scroll infinite linear;
		    opacity:1;
		}


		@-webkit-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-moz-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-o-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-ms-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}
		

.date
{
	margin:10px 0;color: #830707;
}


.careers-text
{
	height:35px;overflow:hidden; font-size:12px
}

.title-careers
{
    font-size: 12px;
    display: block;
    margin-top: 10px;
    background-color: #830707;
    border-radius: 2px;
    font-weight: 600;
    color: #ffffff;
    padding: 5px 10px;
}


.socials2 {
	position: relative;
	margin-top:10px;
}


.socials2 ul 
{
	padding-right:0px;
}



.socials2 ul li {
    display: block;
    width: 32px;
    height: 32px;
    margin: auto auto 5px auto;
    border-radius: 50px;
}


.socials2 ul li a {
	width:32px;
	height: 32px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	background-color: #000e4b;
	border-radius: 50px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.banner
{
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    -moz-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    border-radius: 10px;
    padding: 28px 15px;
    background:#fff url(../images/banner.png) no-repeat center center;
    background-size: contain;
    height: 100px;
    text-align: center;
}
.name-banner{
    margin-bottom: 5px;
    font-size:18px;
    color: #000e4b;
    font-weight: 800;
}

.name-banner span{
    margin-top: 5px;
    font-size:13px;
    color: #830707;
	display:block;
}










