body{
    font-family: 'Poppins', sans-serif;
    background: #f1f4fb;
    color: #5c5c5c;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
article, menu, nav, section {
    display: block;
}
p {
    margin: 0px 0px 10px;
    padding: 0px;
}
a{
    transition: all 300ms linear;
    text-decoration: none;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
*{
    margin:0px;
    padding:0px;
}
.p50{
    padding: 50px 0px;
}
.title h1{
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    width: 100%;
    color: #1c1c1c;
    font-family: playball;
    text-transform: capitalize !important;
}
.para p{
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}
.para ul li{
    color: #333;
    padding: 5px 0px;
    font-size: 15px;
}
.para ul li:before{
    content: '\f101';
    font-family: 'fontAwesome';
    margin-right: 5px;
    color: #a00400;
}
.para1 p{
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 1.8;
/*    width: 70%;*/
    margin: 0 auto;
}
.para h2, .para h3{
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    width: 100%;
    color: #1c1c1c;
    text-transform: capitalize !important;
}
.title2{
    text-align: center;
}
.title2 span{
    display: inline-block;
    padding: 0px 20px;
    background: #a00400;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    margin: 5px 0px;
    text-transform: capitalize;
    font-weight: 300;
}
.title2 span:before{
    content: "";
    width: 100%;
    border-top: 1px solid #1c1c1c;
    height: 4px;
    left: 0;
    top: 22px;
    display: block;
    position: absolute;
    background: #fff;
    z-index: -1;
    text-align: center;
    border-bottom: 1px solid #1c1c1c;
}
.a-btn{
    border: 1px solid #333;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    float: right;
    background: #333;
}
.a-btn:hover{
    color: #fff;
    border: 1px solid #a00400;
    background: #a00400 !important;
    transition: all 300ms linear;
}
#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    background: #a00400;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 20px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.g-recaptcha{
    transform:scale(0.80);
    -webkit-transform:scale(0.70);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,#a00400 2px,rgba(63,81,181,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
    font-size: 13px;
}
.form-group.is-focused label, .form-group.is-focused label.bmd-label-floating{
    color: #a00400 !important;
}
#pdt-modal .bmd-label-floating{
    margin-top:-20px;
    margin-bottom: 5px;
}
#pdt-modal .bmd-form-group{
    padding-top: 5px;
}
.pac-container{ z-index: 9999; }
.enquire-btn {
    position: fixed;
    bottom: 5%;
    left: 20px;
    padding: 0;
    z-index: 999;
}
.enquire-btn a {
    display: block;
}
.enquire-btn a i {
    background: #a00400;
    height: 50px;
    font-size: 25px;
    outline: 0;
    border: 0;
    z-index: 99;
    text-align: center;
    width: 50px;
    color: #fff;
    line-height: 50px;
    border-radius: 100%;
    cursor: pointer;
}
.enquire-btn a span {
    display: block;
    position: absolute;
    left: 55px;
    top: 9px;
    padding: 5px 5px;
    background: #a00400;
    color: #fff;
    z-index: 999;
    width: 130px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.enquire-btn a span:before {
    content: " ";
    position: absolute;
    left: -4px;
    top: 7px;
    border-top: 7px solid transparent;
    border-right: 5px solid #a00400;
    border-left: none;
    border-bottom: 10px solid transparent;
}
.error{
    color: #fd332e;
    font-size: 12px;
    font-weight: 400;
    display: block !important;
}
/*------------ Top Header -------------*/
.top-bar{
    background: #353535;
    padding: 5px 0px;
}
.top-bar ul{
    display: flex;
}
.top-bar ul li{
    transition: all 300ms linear;   
}
.top-bar ul li a{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.th-list ul li a i{
    margin-right: 5px;
}
.th-social-list ul li{
    margin-left: 10px;
    border: 1px solid #fff;
    padding: 1px 8px;
}
.th-social-list ul li a i{
    font-size: 12px;
}
.th-social-list ul li.facebook:hover{
    border: 1px solid #3b5998;
    background: #3b5998;
    transition: all 300ms linear;
}
.th-social-list ul li.twitter:hover{
    border: 1px solid #1DA1F2;
    background: #1DA1F2;
    transition: all 300ms linear;
}
/*------------ Header -------------*/
.main-header{
    position: relative;
    z-index: 99;
    box-shadow: -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
.main-header .navbar{
    width: 100%;
    box-shadow: none;
}
.main-header .navbar .logo{
    width: 100%;
}
.main-header .navbar-nav li{
    font-size: 16px;
    /* padding: 0px 8px; */
}
.main-header .navbar-nav li.active a{
	border-bottom: 2px solid #a00400;
}
.navbar-nav, .navbar form{
    margin-top: 29px;
}
.button_d {
    display: none;
}
.main-header .navbar-nav li a{
    color: #353535;
    position: relative;
}
.main-header .navbar-nav li:hover .dropdown-menu{
    display: block;
    transform: scale(1);
    transition: all .3s;
}
.main-header .navbar-nav li:hover a,{
    color: #a30000;
    transition: all 300ms linear; 
}
.main-header .navbar-nav li:hover .dropdown-menu li a{
    color: #333;
}
.main-header .navbar-nav li a:before{
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #a30000;
  height: 2px;
}
.main-header .navbar-nav li a:hover:before{
    width: 100%;
    transition: all 300ms linear; 
}
.main-header .navbar-nav li .dropdown-menu{
    width: 780px;
    border-radius: 0px;
    padding: 0px;
    border-bottom: 2px solid #a00400;
    margin-top: 0px;
    left: -200%;
}
.main-header .navbar-nav li .dropdown-menu li{
   padding: 0px;
   width: 50%;
   float: left;
   display: flex;
   border-bottom: 1px dotted #a00400;
}
.main-header .navbar-nav li .dropdown-menu li a{
    display: inline-flex;
    min-height: 30px;
    padding: 10px;
    font-size: 14px;
    max-width: 100%;
}
.main-header .navbar-nav li .dropdown-menu li:after {
    content: '';
    border-right: 1px solid #dcdcdc;
    position: relative;
    right:0px;
    margin: 10px 0px;
}
.main-header .navbar-nav li .dropdown-menu li:nth-child(even):after{
    display: none;
}
.main-header .navbar-nav li .dropdown-menu li:hover a{
    color: #a30000;
}
.main-header .navbar-nav li .dropdown-menu li a:before{
    display: none;
}
.main-header .dropdown-toggle::after{
    content: '\f107';
    font-family: 'fontAwesome';
    border:none;
    vertical-align: middle;
    display: inline;
}
.main-header .s-btn{
    position: absolute;
    right: 0px;
    z-index: 99;
    top: -6px;
}
.main-header .s-btn:hover{
    background: transparent;
    color: #a00400;
}
.hs{
    width: 100% !important;
    padding-right: 50px;
    position: relative !important;
}
/*---------------index--------------------*/
#a-img {
    width: 300px;
    text-align: center;
    margin-left: 15px;
    float: right;
}
#rp-img {
    width: 100%;
    margin-bottom: 15px;
    text-align: c
}
.rp-para{
    padding: 15px 15px;
}
#a-img .card{
    border:1px solid #a00400;
}
#rp-img .card, .top-pdt .card{
    border:none !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 3px solid #001e57;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
}
#rp-img .card:hover, .top-pdt .card:hover{
box-shadow:0px 13px 21px -5px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#a-img .card .card-body{
    padding: 0px;
}
#rp-img .card .card-body{
    padding: 1.25rem !important;
}
#a-img .card .card-footer{
    color: #fff;
    background-color: #a00400;
    border-color: #a00400;
    margin-bottom: 0px;
    font-weight: 300;
    text-transform: capitalize;
    font-style: 15px;
}
.p-btn{
    color: #fff;
    background-color: #333;
    border-color: #333;
    margin-bottom: 0px;
    font-weight: 300;
    text-transform: capitalize;
    font-style: 15px;
}
.r-btn{
    color: #fff;
    background-color: #a00400;
    border-color: #a00400;
    margin-bottom: 0px;
    font-weight: 300;
    text-transform: capitalize;
    font-style: 15px;
    padding: 10px 60px;
    border-radius: 30px;
}
.r-btn:hover{
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.p-btn:hover{
    color: #fff;
    background-color: #a00400;
    border-color: #a00400;
}
.a-img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 300px;
    border:none !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 3px solid #001e57;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.10);
}
.a-img .blur-img, .a-img .main-img {
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
    background: #fff;
}
.a-img img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    max-height: 100%;
}
.blur-img img {
    width: 100%!important;
    height: 100%!important;
    padding: 0px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.top-pdt{
    margin: 50px 0px;
}
.top-pdt .card{
    margin-bottom: 20px;
}

.top-pdt .card-body .pdt-title{
    padding: 10px 15px 0px;
    text-align: center;
    min-height: 60px;
}
.top-pdt .card-body .pdt-title h3{
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    color: #333;
    text-transform: capitalize !important;
}
.top-pdt .card-body:hover .pdt-title h3{
    color: #a00400;
}
.top-pdt .card-body .pdt-btn{
    text-align: center;
}
.top-pdt .card-body .pdt-btn button{
    float: none;
    padding: 8px 15px;
}
.counter{
    background: url(../img/background/i-b1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding: 55px 0px;
    position: relative;
    z-index: 2;
}
.counter:before{
    background: #000000f2;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.counter .column {
    position: relative;
    z-index: 5;
    display: inline-block;
}
.counter .column .inner {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-align: center;
    padding: 13px;
    min-height: 133px;
}
.counter .column .inner:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    z-index: 999;
    border-bottom: 2px solid #a00400;
    border-right: 2px solid #a00400;
    transition: all 0.3s ease 0s;
}
.counter .count-outer {
    position: relative;
    margin: 0px 0px;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}
.counter .column .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #c71713;
    display: block;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.counter .count-outer .count-text {
    position: relative;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin-top: 14px;
    display: inline-block;
}
.counter .column .inner:after {
    position: absolute;
    content: '';
    background: transparent;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 999;
    border-top: 2px solid #a00400;
    border-left: 2px solid #a00400;
    transition: all 0.3s ease 0s;
}
.counter .column .inner:hover:after, .counter .column .inner:hover:before {
    width: 100%;
    height: 100%;
}
.q-cnt{
    background: url(../img/background/i-b2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding: 55px 0px;
    position: relative;
    z-index: 2;
}
.q-cnt:before{
    background: #000000f2;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.q-cont{
    text-align: center;
}
.q-cont span{
    color: #fff;
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 40px;
    display: inherit;
}
.q-cont button{
    background: #a00400;
    color: #fff;
    padding: 8px 20px;
}
.q-cont button:hover{
    color: #fff;
}
.main-footer{
   background-image:linear-gradient(to bottom, #1c1c1c 0, #1c1c1c 100%);
}
.f-title{}
.f-title h4{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}
.f-title h4:after{
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #a00400;
    margin-top: 12px;
}
.main-footer .para p{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
}
.main-footer .para a{
    border: 1px solid #fff;
    color: #ffffff;
    padding: 5px 15px;
}
.main-footer .para a:hover{
    border: 1px solid #a00400;
    background: #a00400;
    color: #ffffff;
    transition: all 300ms linear;
}
.footer-links ul li{
    padding: 5px 0px;
    border-bottom: 1px dotted #6f6f6f;
}
.footer-links ul li:before{
    content: '\f101';
    font-family: 'fontAwesome';
    margin-right: 5px;
    color: #fff;
    transition: all 300ms linear;
}
.footer-links ul li a{
    color: #fff;
    font-weight: 300;
}
.footer-links ul li:hover a,.footer-links ul li:hover:before,.cont-list ul li:hover a,.cont-list ul li.map:hover:before,.cont-list ul li.phone:hover:before {
    color: #a00400;
    transition: all 300ms linear;
}
.cont-list{
    margin-bottom: 30px;
}
.cont-list ul li{
    padding: 5px 0px;
    border-bottom: 1px dotted #6f6f6f;
}
.cont-list ul li a{
    color: #fff;
    font-weight: 300;
}
.cont-list ul li.map:before{
    content: '\f041';
    font-family: 'fontAwesome';
    margin-right: 10px;
    color: #fff;
    transition: all 300ms linear;
}
.cont-list ul li.phone:before{
    content: '\f095';
    font-family: 'fontAwesome';
    margin-right: 5px;
    color: #fff;
    transition: all 300ms linear;
}
.social-list{}
.social-list ul{
    display: flex;
}
.social-list ul li a{
    color: #fff;
    font-weight: 300;
}
.social-list ul li{
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 5px 12px;
    transition: all 300ms linear;
}
.social-list ul li a i{
    font-size: 14px;
}
.social-list ul li.facebook:hover{
    border: 1px solid #3b5998;
    background: #3b5998;
    transition: all 300ms linear;
}
.social-list ul li.twitter:hover{
    border: 1px solid #1DA1F2;
    background: #1DA1F2;
    transition: all 300ms linear;
}
.copyright{
    padding: 15px 0px;
    background: #131313;
    text-align: center;
}
.copyright p {
    color: #fff;
    font-weight: 300;
}
.copyright p a {
    color: #fff;
    transition: all 300ms linear;
}
.copyright p a:hover{
    color: #a00400;
    transition: all 300ms linear;
}
/*-------------About Us-----------------*/
#inner-banner{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0px;
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: left;
}
#inner-banner::before {
    content: "";
    background: #ffffff9e;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
#inner-banner span {
    color: #a00400;
    font-size: 30px;
    margin: 0 0 30px 0;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-flex;
}
.inner-breadcrumb ul {
    padding: 0px;
    margin: 0px;
    margin-top: -30px;
}
.inner-breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}
.inner-breadcrumb ul li a{
    color: #333;
    font-weight: 700;
}
.inner-breadcrumb ul li:first-child::before {
    display: none;
}
.inner-breadcrumb ul li::before {
    color: #333;
    content: "/ ";
    font-size: 12px;
    font-weight: 700;
    left: -10px;
    line-height: normal;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}
.factsheet{
    margin-top: 30px;
}
.factsheet span{
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1;
}
.factsheet span:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #a00400;
    margin-top: 12px;
}
.factsheet .card{
    margin-top: 15px;
    margin-bottom: 20px;
    box-shadow: 4px 4px 4px 0px #29292933;
    border-radius: 0px;
    border: 1px solid #a00400;
}
.factsheet .card .card-body{
    padding: 0px;
}
.factsheet .card .card-body .fth{
    font-weight: 500 !important;
    width: 50%;
}
.factsheet .card .card-body .table{
    margin-bottom: 0px;
}
.factsheet .card .card-body .table tr td{
    font-weight: 300;
    font-size: 15px;
}
/*------------- Contact --------------*/
.contact-frm{
    margin-top: 20px;
}
.contact-info .card{
    box-shadow: 4px 4px 4px 0px #29292933;
    border-radius: 0px;
    border: 1px solid #a00400;
}
.contact-info .card-body{
    min-height: 420px;
}
.contact-info .item {
    padding: 15px 28px 20px 0;
    text-align: center;
    display: -webkit-box;
    margin: 0px -8px;
}
.contact-info .media:first-child {
    margin-top: 0;
}
.contact-info .item .media .media-left {
    padding-right: 30px;
    vertical-align: middle;
}
.contact-info .media-left, .media-right, .media-body {
    display: table-cell;
}
.contact-info .item .media .media-left span {
    color: #a00400;
    border: 1px solid #a00400;
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
}
.contact-info .item .media .media-left span i {
    border-radius: 50%;
    font-size: 30px;
    line-height: 32px;
    padding-top: 8px;
}
.contact-info .item .media .media-body {
    text-align: left;
    font: 14px/26px;
    color: #333;
    letter-spacing: .6px;
}
.contact-info .item .media .media-body a{
    color:#333;
    line-height: 1.8;
}
.contact-info .item .media .media-body a:hover{
    color: #a00400;
}
.map{
    margin-top: 20px;
}
.map iframe{
    width: 100%;
    height: 450px;
    box-shadow: 4px 4px 4px 0px #29292933;
    border-radius: 0px;
    border: 1px solid #a00400;
}
.s-list ul li, .s-list ul li ul li{
    margin-bottom: 8px;
}
.s-list ul li:before{
    content: '\f047';
    font-family: 'fontAwesome';
    margin-right: 5px;
    color: #a00400;
}
.s-list ul li ul li:before{
    content: '\f101';
    font-family: 'fontAwesome';
    margin-right: 5px;
    color: #a00400;
}
.s-list ul li a, .s-list ul li ul li a{
    color: #333;
    font-size: 15px;
}
.s-list ul li a:hover, .s-list ul li ul li a:hover{
    color:#a00400;
}
.s-list ul li ul{
    margin-top: 10px;
    padding-left: 15px;
}
.ma-list{}
.ma-list ul{}
.ma-list ul li{
    width: 24%;
    float: left;
    background: #fff;
    border: 1px dotted #a00400;
    padding: 8px 15px;
    margin: 1px;
}
.ma-list ul li:before{
    content: '\f101';
    font-family: 'fontAwesome';
    margin-right: 5px;
    color: #a00400;
}
.ma-list ul a{
    color: #333;
}
.ma-list ul a:hover li{
    background: #a00400;
    color:#fff;
}
.ma-list ul a:hover li:before{
    color:#fff;
}
.modal-title{
    font-size: 20px;
    border-bottom: 1px dashed #a00400;
    padding-bottom: 5px;
    width: 100%;
    color: #a00400;

}
#m-img .a-img{
    height: 400px;
    border: 1px solid #9a1a1791;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.button_d {
    float: right;
    width: 40px;
    height: 40px;
    position: absolute !important;
    top: 0;
    right: -16px;
}
.main-header .dropdown-toggle::before{
    display: none;
}
@media screen and (min-width: 768px){
    .carousel-control .fa-angle-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }
}
@media screen and (min-width: 768px){
    .carousel-control .fa-angle-right, .carousel-control .icon-next {
        margin-right: -10px;
    }
}
@media screen and (min-width: 768px){
    .carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .fa-angle-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .fa{
    font-size: 3em;
    color: #fff;
}
#r-pdt ul li{
    width: 100% !important;
}
#categoryResult{
    background: #fff;
    width: 250px;
    position: absolute;
    top: 33px;
    border: 1px solid #9a9a9a;
    max-height: 500px;
    overflow-y: auto;
}
#categoryResult ul li{
    padding: 5px 5px;
    border-bottom: 1px dotted #a00400;
}
#categoryResult ul li a{
    color:#333;
    font-size: 13px;
    transition: all 300ms linear;
}
#categoryResult ul li:hover a{
    color: #a00400;
    transition: all 300ms linear;
}
#drop-menu::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#drop-menu::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#drop-menu::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a00400;
}
#categoryResult::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#categoryResult::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#categoryResult::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a00400;
}
#c-list ul li{
    width: 49%;
}
.navbar-brand{margin-right: 0px}
.counter .count-outer .count-text1 {
    position: relative;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    margin-top: 14px;
    display: inline-block;
}