@font-face {
	font-family: 'ge';
	src: url('../fonts/GE_SS_Two_Light.eot');
	src: local('☺'), url('../fonts/GE_SS_Two_Light.woff') format('woff'),
        url('../fonts/GE_SS_Two_Light.ttf') format('truetype'),
        url('../fonts/GE_SS_Two_Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidKufi-Regular.eot);
  src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidKufi-Regular.woff2) format('woff2'),
       url(../fonts/DroidKufi-Regular.woff) format('woff'),
       url(../fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DroidKufi-Bold.eot);
  src: url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidKufi-Bold.woff2) format('woff2'),
       url(../fonts/DroidKufi-Bold.woff) format('woff'),
       url(../fonts/DroidKufi-Bold.ttf) format('truetype');
}

body{
    font-family: 'Droid Arabic Kufi';
}
img{
    max-width: 100%;
}
a:hover , a{
    text-decoration: none;
}
ul ,li{
    padding: 0;
    list-style: none;
}

#particles-js{
    width:100%;
    height:100%;
}

a:hover ,a *
,ul li a:hover ,.margBolck
,.margBolck:hover .margBolck *,
header
{
   -moz-transition: ease-in-out all 400ms;
    -webkit-transition: ease-in-out all 400ms;
    -ms-transition: ease-in-out all 400ms;
    -o-transition: ease-in-out all 400ms;
    transition: ease-in-out all 400ms;
}

.headBg{
    background: #064499;
    background: -moz-linear-gradient(-45deg, #064499 0%, #0b71c1 100%);
    background: -webkit-linear-gradient(-45deg, #064499 0%,#0b71c1 100%);
    background: linear-gradient(135deg, #064499 0%,#0b71c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064499', endColorstr='#0b71c1',GradientType=1 );
    position: relative;
 
}
.headBg canvas{
    display:block;
    vertical-align:top;
    position: absolute;
    top: 0;
    left: 0;

}
header{
    background-color: rgba(255,255,255,0.1);
    border-bottom: 3px solid rgba(255,255,255,0.2);
    z-index: 100;
    position: relative;
}

header .mainmenue{
    float: none;
    width: 100%;text-align: center;
}
header .mainmenue li{
    float: none;
    display: inline-block;
}
header.affix{
    width: 100%;
    background: #064499;
    background: -moz-linear-gradient(-45deg, #064499 0%, #0b71c1 100%);
    background: -webkit-linear-gradient(-45deg, #064499 0%,#0b71c1 100%);
    background: linear-gradient(135deg, #064499 0%,#0b71c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064499', endColorstr='#0b71c1',GradientType=1 );
    border-bottom: 1px solid #1866a8;
    top: 0;
    z-index: 1000;
}
.navbar-header .fa-bars{
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 5px 10px;
}

header .navbar-nav>li>a{
    font-size: 16px;
    color: #fff;
    padding: 15px 8px;
 
}
header .navbar-nav>li>a:hover , header .navbar-nav>li>a:focus{
    background: none;
}
header .navbar-nav>li>a:hover::before , header .navbar-nav>li.active>a::before {
    content: "";
    z-index: 100;
    position: absolute;
    bottom: -4px;
    right: 30px;
    width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(255,255,255,0.3);
}
header .navbar-nav>li>a:hover ,header .navbar-nav>li.active>a{
    color: rgba(255,255,255,0.6)
}

header .navbar{
    margin-bottom: auto;
}

.marginTop{
    margin-top: 15px;
}
.text-center{
    text-align: center;
}
.innerHeader{
    padding:10px;
    background-color:#fff;
}
header.innerHeader  .navbar-nav>li>a{
    color: #000;
}
header.innerHeader .navbar-nav>li>a:hover {
    color: #0865b7
}
header.innerHeader .navbar-nav>li.active>a{
    color: #f78e1e;
}
.innerHeader .brandLogo{
    display: inline-block;
    padding:0;
}

.innerHeader .fa-bars{
    color: #116bb5
}
.innerHeader .navbar-toggle{
    margin: 0;
}
.searchBlock{
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding:60px 10px;
    z-index: 2;
}
.logo{
 text-align: center;}

.search {
    padding: 50px 10px;
    width: 70%;
   
}
.brandLogo img{
    height: 50px;
 }
.searchIn{
    text-align: -webkit-center;
}
.searchBar{
    margin-bottom: 15px;
    margin-top: 25px;
}
.searchBar .row{
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.searchBar .col-xs-2{
    padding: 0;
    margin-left: -15px;
}
.searchBar .col-xs-2 .btn{
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    height: 50px;
    font-size: 28px;
}
.homeHeader  .searchBar .col-xs-2 .btn{
     height: 80px;
 }
 .searchBar .form-control{
    height:80px;
    font-size: 18px;
    border: none;
    
}
.searchBar .form-control:hover ,  .searchBar .form-control:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.searchBar .input-group-addon{
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
    background: #f6891f ;
    font-size: 24px;
    padding: 20px 40px;
    color: #fff;
}
.putYs{
    font-size: 18px;
    color:rgba(255,255,255,.7);
    text-align: center;
}
.howUse{
    padding: 50px 0;
    padding-bottom: 0;
}
.title{
    position: relative;
    margin-bottom: 30px;
}
.title h3{
    color: #116cb5;
    font-size: 24px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    padding-bottom: 15px;
    padding-right: 15px;
}
.title h3::before{
    content: "";
    position: absolute;
    bottom: -2px;
    width: 125px;
	height: 5px;
	background: #116cb5;
}
.text{
    line-height: 28px;
    font-size: 14px;
}
.text table{
    width: 100% !important;
}
.text table td{
    line-height: 2.1;
}
.more{
    text-align: center;
    padding: 15px;
    
}
.more a{
    text-decoration: none;
    padding: 15px 55px;
    background: #f58223;
    color: #fff;
    font-size: 22px;
    border-radius: 12px;
}
.lastReferences{
    padding: 30px 0;
}
.lastReferences .media-left i{
	font-size: 35px; 
	color: #337ab7;
}
.margBolck h4{
    color: #000;
    line-height: 26px;
    font-size: 16px;
}
.margBolck{
    display: inline-block;
    padding: 15px;
}


.margBolck img{
    border: 1px solid #f3f3f3;
    margin-bottom: 15px;
    width: 250px;
    height: 300px;
    max-width: 100%;
    object-fit: cover;
    padding: 10px;
    border:1px solid #f1f1f1;
}

.margBolck span{
    color: #909090;
    font-size: 16px;
    font-weight: 600;
}
.margBolck i{
    color: #116cb5;
}
.margBolck:hover{
    -webkit-box-shadow: 0px 10px 45px -10px #ccc;
    box-shadow: 0px 10px 45px -10px #ccc;
}
.addV{
    padding: 30px;
    background: #f6f6f6;
    text-align: center;
}

.addV h4{
    padding: 20px;
}
.addBlock img{
    border: 1px solid #fff;
    box-shadow: 0 0 2px 0 #cecdcd;
}
.navbar{
    border-radius: 0;
}

footer{
    background: #262c34;
    margin-top: 5px;
}
.footerTitle{
    text-align: center;
    padding: 10px;
    color: #fff;
    background: rgba(0,0,0,0.5);
}
.footerMenu{
    padding: 40px 0;
    color:#999;
    line-height: 2;
}
.footerMenu li{
    margin-bottom: 10px;
}
.footerMenu h5{
    color: #fff;
    padding: 10px 0;
    
}
.footerMenu h4{
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}
footer .navbar{
    margin-bottom: 0;
}
.footerMenu ul li a{
    color: #b3c7e2;
}
.footerMenu ul li a:hover{
    color: #fff;
}
/*
.footerMenu{
    padding: 40px 0;
}
.footerBlock h5{
    color: #fff;
    padding: 10px 0;
    
}
footer .navbar{
    margin-bottom: 0;
}

.footerBlock ul li a{
    color: #b3c7e2;
    font-size: 12px;
}
.footerBlock ul li a:hover{
    color: #fff;
}
*/
.copyRight .navbar-nav>li>a{
    padding: 15px 10px;
}
.copyRight .navbar-nav>li>a:hover{
    color: #116cb5 !important;
} 
.copyRight .navbar-nav>li:first-child{
    padding-top: 12px;
}
.copyRight .navbar-brand{
    display: inline-block;
    margin-top: 0;
    font-size: 12px;
}

.youtube{
    padding:15px;
    background: #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
iframe{
    border: 0;
}
/* about us page start*/

.media-body{
    vertical-align: middle;
}

.media-left img{
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 0 4px 0px #ccc;
    padding: 5px;

}
.homeHeader .navbar-collapse{
        background: none;
}
.innerSearch{
    position: relative;z-index: 10;
}
 .innerSearch .searchBar .col-sm-2 .btn{
    height: 50px;
 }
.innerSearch h3{
    float: right;
    padding: 20px;
    color: #fff;
    font-size: 32px;
}
.innerSearch .searchBar .form-control{
    height: 50px;
}
 
/* about us page end*/

/* search page start*/
.contenSearch{
    padding: 30px 0;
} 
.listItem{
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    position: relative;
}
.listItem .moveToCart{
    position: fixed;
    bottom: 15px;
    z-index: 9999;
    opacity: .5;
    transform: translateX(0%) translateY(0%) scale(1);
    right: 0px;
 
    -webkit-transition:ease-in-out all 300ms;
    transition: ease-in-out all 300ms ;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.listItem .moveToCart.moveNow{
    
    -webkit-transform: scale(.2);
    transform: scale(.2);
    right: 0;
    bottom: 0;
    opacity:0;
}

.listSearch .listItem a{
    color: #064499;
    font-size: 12px;
     
}
.listSearch .listItem .media-heading{
    margin-bottom: 0;
}
.listSearch .listItem .media-heading a{
    font-size: 14px;
    line-height: 25px;
}
.listSearch .listItem a:hover{
    color: #f58b1e
}


.listSearch .listItem .media-left img{
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 45px;
    min-width: 45px;
    height: 60px;
    object-fit: cover;
    margin: 5px;
    padding: 2px;
}
.listSearch .listItem .media-body{
    vertical-align: top;
}
.listSearch .listItem .media-body div{
    padding: 2px;
}
.listSearch .pagination{
    margin: 0;
}
.listSearch nav .input-group-addon{
    background: none;
    border:none;
}
#slider_range{
    width: 100%;
    float: right;
}
.spanBlak{
    color: #000;
    font-size: 12px;
}
.spanGray{
    color: #909090;
    font-size: 12px;
}
.spanGreen{
	color:green;
}
.sourceBlock{
    margin-top: 0; 
    display: inline-block;
}
.source{
     padding: 10px 0;    
}
.source a{
    font-size: 12px !important;
}
.source>div{
    margin-bottom: 5px;
}

.addCart a{
    background: #0455bf;
    color: #fff !important;
    padding: 6px 0px 6px 14px;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    font-size: 12px !important;
}
.addCart a:hover{
    color: #fff !important;
    background: #f68c1e;
}
.addCart a:hover span:first-child{
    background: #0455bf;
 }
.listSearch .grid div.col-md-4.col-xs-12 , .listSearch .grid div.col-md-8.col-xs-12{
    width: 100%;
}
.listSearch .grid .sourceBlock{
    margin-top: 0;
}
.listSearch .grid .listItem{
    border:none;
}
.addCart a span:first-child{
        background: #f68c1e;
    padding: 0px 16px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    float: right;
    margin-top: -6px;
    margin-bottom: -10px;
    line-height: 28px;
    min-height: 29px;
    margin-left: 10px;
}
.links{
    margin-top: 10px;
}
.links .btn{
    background: #f1f1f1;
    color: #000 !important;
    border-color: #fff;
}
.links .btn:hover{
    color:#f68c1e !important;
    background: #fff;
}
 

.scrollToTop  {
    vertical-align: middle;
    color: #fff;
    background: #0455bf;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    right: 20px;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 28px;
    -webkit-box-shadow: 3px 8px 15px -7px rgba(0,0,0,.4);
    box-shadow: 3px 8px 15px -7px rgba(0,0,0,.4);
	display:none;
	cursor:pointer;
}

.shopingCart  {
    vertical-align: middle;
    color: #fff;
    background: #f68c1e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    left: 20px;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 28px;
    -webkit-box-shadow: 3px 8px 15px -7px rgba(0,0,0,.4);
    box-shadow: 3px 8px 15px -7px rgba(0,0,0,.4);
}
.shopingCart:hover{
    background: #0455bf;
    color: #fff;
}
 
.shopingCart  span{
    z-index: 3;
    font-size: 15px;
    position: absolute;
    left: 8px;
    top: 8px;
    color: #0455bf;
    background: #fff;
    -webkit-border-radius: 50%;
    min-width: 25px;
    border-radius: 50%;
    line-height: 20px;
    padding: 2px 5px;
}
.searchType{
    margin-top: -70px;
	padding:0px;
}
.arrange span{
    color: #116cb5;
}
.arrange select{
    background: #fff;
    border:none;
    padding: 3px 15px;
    color: #555;
    border-left: 1px solid #ccc;
    min-width: 100px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 10px;
}
.listType a{
    padding: 5px 10px;
    color: #ccc;
    display: inline-block;
    margin-right: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.listType a.active{
    background: #116cb5;
    color: #fff;
}
.searchFilter{
    background: #f1f1f1;
    -webkit-border-radius:10px;
    border-radius:10px;
    float: left;
}
.searchFilter .panel{
    border:none;
    background: none;
}
.searchFilter .panel-body{
    background: rgba(255,255,255,.5);
    border:none !important;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.modal-body{
    display: inline-block;
    width:100%;
}
.searchFilter .panel-default>.panel-heading{
    background: #f1f1f1;
    color: #116cb5;
    border-color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.searchFilter .panel-default>.panel-heading a{
    display: block;
}
.searchFilter .panel-default>.panel-heading a:after{
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    color: #919191;
}
.searchFilter .panel-default>.panel-heading a.collapsed:after{
    content: "\f053";
}
.searchFilter .panel-body .checkbox{
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    display: block;
}
.searchFilter .panel-body .checkbox label{
    display: block;
}
.searchFilter .panel-body .checkbox label span{
    float: left;
}

/* Input slider Style*/

.flat-slider {
  width: 100%;
  padding: 0;
  position: relative;
}

.flat-slider .ui-corner-all { border-radius: 0px; }

.flat-slider .ui-widget-content a { color: #222222; }

.flat-slider .ui-widget-content {
  color: #222222;
  background-color: #999;
  background-image: none;
  border-width: 0;
}

.flat-slider .ui-widget-header {
  background-color: #fbaf5d;
  border-color: white;
  background-image: none;
  height: 5px;
  position: absolute;
}
.rangeText{
    font-size: 12px;
    margin-top: 10px;
}
.flat-slider .ui-state-hover,
.flat-slider .ui-widget-content .ui-state-hover,
.flat-slider .ui-widget-header .ui-state-hover,
.flat-slider .ui-state-focus,
 .flat-slider .ui-widget-content .ui-state-focus,
.flat-slider .ui-widget-header .ui-state-focus { background-image: none; }

.flat-slider .ui-slider {
  position: relative;
  text-align: left;
}

.flat-slider .ui-slider-horizontal {
    height: 5px;
    background: #e1e1e1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 }

.flat-slider .ui-slider-handle {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  background-color: #f26522;
  background-image: none;
  border-color: #fff;
  border-radius: 20px;
  height: 15px;
  top: -0.5rem;
  width:15px;
  outline: none;
}

.flat-slider .min,
.flat-slider .max,
 .flat-slider .min_value,
.flat-slider .max_value,
.flat-slider .value {
  margin-top: 0.3em;
  font-size: 0.8rem;
  white-space: nowrap;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  display: none;
}

.flat-slider .min,
.flat-slider .max {
  font-size: 0.7rem;
  color: #c4c4c4;
}

.flat-slider .min { float: left; }

.flat-slider .max { float: right; }

.flat-slider .min_value,
.flat-slider .max_value,
.flat-slider .value { position: absolute; }

.flat-slider::after { clear: both; }

/*Input slider style end*/
/* search page end*/


.filtrationBtn{
margin: 0;
    margin-top: -54px;
    width: 100%;
    text-align: left;
}
.panel-group.hidden-xs.collapse.in{
    display: block !important;
}

.CartModal .searchFilter{
    width: 100%;
    margin-top: 15px;
        padding: 0;
}

.Details{
    margin-top: 20px;
}
.Details table{
    width: 100% !important;
    line-height: 1.7;
}

.Details h1{
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
}
.border-img{
    padding: 5px;
    border:1px solid #f1f1f1;
    margin-bottom: 15px;
}
.detailsList , .detailsList li{
    display: inline-block;
    width: 100%
}
.tab-pane{
    padding-top: 15px;
}
.tab-pane p{
    line-height: 26px;
}
.detailsList li{
    padding:10px 0;
    border-bottom: 1px dotted #f1f1f1
}
.Details .listSearch .listItem .media-left img{
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.FAQ .panel-body{
    line-height: 28px;
}
.FAQ a{line-height: 1.5;}
.FAQ .panel-heading{padding-left:0px;}
.Clients{
    margin-bottom: 30px;
}
.Clients div{
    text-align: center;
}
.Clients .col-sm-3 {
    padding: 1px;
}
.Clients .col-sm-3 div{
    
    border:1px solid rgba(0,0,0,.1);
    width: 100%;
    height: 100%
 }
.Clients img{
    width: 150px;
    height: 200px;
    object-fit: contain;
    display: inline-block;
}


.ContactUS  {
    padding:15px;
    }
.ContactUS .col-md-5{
    padding:0;
    line-height:25px;
    }
.ContactUS .col-md-7 {
    padding:0;
    }
.ContactUS .col-md-7 .col-md-7{
    padding-left:15px;
    padding-right:15px;
    }
.Services .row{
    margin-bottom: 20px;
}
.Services .col-sm-5 img{
    width: 100%;
    padding:10px;
    border:1px solid #f1f1f1;
    margin-top: 20px;
}

.Services h1{
    color: #116cb5;
    border-bottom: 1px solid rgba(0,0,0,.3);
    padding-bottom: 15px;
    padding-right: 15px;
}
.Services .title h1::before{
    content: "";
    position: absolute;
    bottom: -2px;
    width: 125px;
    height: 5px;
    background: #116cb5;
}


.searchFilter .checkbox i{
color:#f68c1e;
font-size:larger;
float:left;
}
.google-maps {
	position: relative;
	padding-bottom: 75%; /* This is the aspect ratio*/
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.no-padding{padding:0px;}
.modal-header{color:white;}
.modal-header .close{color:white;opacity:unset;}
.modal-header .close{color:white;opacity:unset;}
.marginBottom{margin-bottom:10px;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border:none !important;
    background: #f68c1e !important;
}
mark{background-color:#fbfb71;}

.orange-txt{
    color: #f68c1e !important;
}
.redcolor{color:#F00;}


.article-indexes {
    background: #eee;
    font-size: 15px;
    margin: 1px 1px 20px 1px;padding: 10px;border-radius: 5px;border: 1px solid #ccc;
  }
  .article-indexes ul{
    margin-top: 10px;
  }
  .article-indexes li{
    padding: 7px 0;
  }
  
  .article-indexes a , .article-indexes i{
   color: #0000FF;
  }
  .article-indexes i,.article-indexes b{
   color: #ca3839;
   
  }
  .article-indexes b{
    font-size: 17px;
  }

  .article-links{
	border-bottom: 1px solid #e5e5e5;
  }
  .article-links b{
	font-size: 17px;
  }
  .article-links ul{
    margin-top: 10px;
  }
  .article-links li{
    padding: 7px 0;
  }
  

.shareCont i{font-size:30px;color:#116cb5;}/*#064499*/
.shareCont a{padding:10px;}
.shareLinks .fa-twitter-square{color: #2aa4f1;}
.shareLinks .fa-facebook-square{color: #3b5998;}
.shareLinks .fa-whatsapp{color: #38d64d;}
.shareLinks .fa-pinterest-square{color: #ca3839;}
.shareLinks .fa-linkedin-square{color: #026899;}
.shareLinks .fa-tumblr-square{color: #35465c;}
.shareLinks .fa-google-plus-square{color: #d9534f;}

.shareLinks {text-align: right;margin: 30px 0 30px 0;}
.shareLinks a{padding: 4px;}
.shareLinks i{font-size: 40px; color:#116cb5;}
.shareLinks b{font-size: 20px;margin-bottom: 20px;}



.bloglist .rowCont{margin-top:30px; border-bottom:1px solid #e5e5e5;padding-bottom:20px;}
.bloglist .title h3::before{background:none;}
.bloglist .title{margin-bottom:0px;}
.bloglist .title h3{border-bottom:0px solid;}
.bloglist .text{color:#555;font-size:13px;text-align: justify; }
.bloglist .text a{color:#000;font-size:13px;}
.bloglist .text a:hover{text-decoration: underline;}
.bloglist img{width:100%;}
.bloglist h4{line-height:1.7;}
.blogcats li{display: block;}
.blogcats a{margin: 0 0 7px 0; font-size: 14px;padding: 4px;}
.sideBlog .listItem .media-left img{min-width: 120px;width: 120px;height: auto;}
.fa-calendar,.fa-eye,.fa-user,.fa-tags{color:#337ab7;font-size:16px;}
.tagsCont{border:1px solid #e5e5e5;border-right:0px;border-left:0px;padding:15px;margin-top:30px;font-size:16px;}
.tagsCont a{line-height: 2.2;}
.tagsCont a:hover{text-decoration: underline;}
.tagsLeft a{font-size: 12px;margin: 0 0 10px 10px;padding: 0px;}
.tagsLeft a:hover{text-decoration: underline;}
.bottomIcons{position:fixed;bottom:0px; width:100%;}
.bottomIcons a{width:33.33333333%;border-radius:0px;}
.bottomIcons a i{font-size:20px;}
footer{margin-bottom:45px;}


.bottom-whatsapp {
    vertical-align: middle;
    color: #fff;
    background: #10d058;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    left: 20px;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 28px;
    -webkit-box-shadow: 3px 8px 15px -7px rgba(0,0,0,.4);
    box-shadow: 3px 8px 15px -7px rgba(0,0,0,.4);
  }
  .bottom-whatsapp i{
    color: #ffffff;
    font-size: 46px;
    margin-top: 9px;
  }
  .raise-bottom-whatsapp{
      bottom: 140px;
  }  


.owl-nav .fa {
    color: #fa4b33;
    font-size: 5rem;
    font-weight: 200; }
.owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: -5%; }
.owl-nav .owl-next {
    position: absolute;
    top: 25%;
    right: -5%; }
.owl-carousel {
    margin: auto;
    text-align: center; width: 95% !important; }
.owl-carousel .owl-item {
      position: relative;
      overflow: hidden; }
.owl-carousel .owl-item h6 {
        margin: 1rem auto;
        font-weight: 600;
        font-size: 0.9rem;
        color: #000; }
.owl-carousel .owl-item .item-container {
        overflow: hidden;
        position: relative; }
.owl-carousel .owl-item img {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
.owl-carousel .owl-item .item-overlay {
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear; }
.owl-carousel .owl-item .item-overlay .text {
          padding: 1rem;
          margin: auto; }
.owl-carousel .owl-item .item-overlay .text p {
            color: #fff;
            line-height: 1.5rem; 
		 	font-size:.8rem;
		 }
.owl-carousel .owl-item .item-overlay .text .btn {
            color: #fff;
            border: 1px solid #fff;
            margin: auto -3px !important;
            border-radius: 0;
            background: none; }
.owl-carousel .owl-item .item-overlay .text .btn:hover {
              background: #f58223; }
.owl-carousel .owl-item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
.owl-carousel .owl-item:hover h6 {
        color: #fa4b33; }
.owl-carousel .owl-item:hover .item-overlay {
        opacity: 1; }

#fb-root {
    display: none;
}
    
    /* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


#leaveMsgBody.panel-body
{
    height: 350px;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.leave_msg{
	vertical-align: middle;
    position: fixed;
    z-index: 1001;
    bottom: 0px;
	max-width:300px;
	right: 0px;
    -webkit-box-shadow: 3px 8px 15px -7px rgba(0,0,0,.4);
    box-shadow: 3px 8px 15px -7px rgba(0,0,0,.4);
	cursor:pointer;
	margin-bottom:0px;
}
.leave_msg #uploadretmsg{padding:6px;font-size:13px;margin-top:10px;margin-bottom:10px;}
.leave_msg .dz-message button{font-size:13px;}
.hide_leave_msg{
	height:0px !important;padding:0px !important;
}
#closeBtn{
color:white;
display:none;
}
