/* var text-decoration */
@font-face {
  font-family: 'TwCenMT-Regular';
  src: url('../fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/TwCenMT-Regular.woff') format('woff'), url('../fonts/TwCenMT-Regular.ttf')  format('truetype'), url('../fonts/TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*--
    Common Css
--*/
body {
  font-family: TwCenMT-Regular;
  font-size: 14px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: TwCenMT-Regular;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family: TwCenMT-Regular;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
}
/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    custom heading Start
--*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 15px 0px;
  position: relative;
  font-size: 30px;
  margin-bottom: 2px;
}
.heading span {
  font-size: 30px;
  color: #ffcc00;
  font-weight: normal;
}
.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 240px;
  height: 1px;
  background: #ffcc00;
  margin-left: -120px;
}
/*--
    custom heading Start
--*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}
.title span {
  color: #ff900e;
}
.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/
#carousel-wrapper {
  position: relative;
  margin-top: 75px;
}
#hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    nav Start
--*/
nav {
  z-index: 99999;
  width: 100%;
}
nav .block {
  margin-top: -85px;
  background: #fff;
  padding: 14px 30px;
  background: rgba(255, 255, 255, 1);
}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}
nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
}
nav .block .navbar-default .navbar-nav {
  padding-top: 15px;
  text-transform: uppercase;
}
nav .block .navbar-default .navbar-nav > li > a {
  color: #ee3232;
  padding: 13px 0px;
  margin: 0px 20px;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #ddd;
}
nav .block .navbar-default .navbar-nav > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 5px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
nav .block .navbar-default .navbar-nav > li > a:hover:before {
  background-color: #ee3232;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav > li.current > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}
nav .block .navbar-default .navbar-nav > li.current > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 5px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #e94c3d;
}
nav .block .navbar-default .navbar-nav > .active > a,
nav .block .navbar-default .navbar-nav > .active > a:focus,
nav .block .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
nav .block .navbar-default .navbar-nav > .active > a:before,
nav .block .navbar-default .navbar-nav > .active > a:focus:before,
nav .block .navbar-default .navbar-nav > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background: #ee3232;
}
/*--
    slider Start
--*/
#slider {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/featured-menu-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#slider:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}

#slider .block {
  padding: 0px 40px;
}
#slider .block .title {
  padding: 0px ;
}
#slider .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}

.owl-carousel .owl-item {
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    padding-bottom: 30px;
}
#slider .block .owl-carousel img {
    border-radius: 1px;
    border: 4px solid #FFF;
}
#slider .block .owl-carousel .owl-pagination .active {
  background: #FF5333;
}
#slider .block .owl-carousel .owl-pagination div {
  background: #FFF;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
#slider .block .title h3 {
    color: #FFF;
    font-weight: normal;
    font-size: 30px;
}
#slider .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #F8F8F8;
}

#myModal .modal-dialog h2.heading { color: #ee3232; }

/*--
    about-us Start
--*/
#about-us {
  padding: 60px 0px;
  background: #ee3232;
  /*background: -moz-linear-gradient(top, rgba(235,212,1,1) 0%, rgba(160,184,5,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,212,1,1)), color-stop(100%, rgba(160,184,5,1)));
  background: -webkit-linear-gradient(top, rgba(235,212,1,1) 0%, rgba(160,184,5,1) 100%);
  background: -o-linear-gradient(top, rgba(235,212,1,1) 0%, rgba(160,184,5,1) 100%);
  background: -ms-linear-gradient(top, rgba(235,212,1,1) 0%, rgba(160,184,5,1) 100%);
  background: linear-gradient(to bottom, rgba(235,212,1,1) 0%, rgba(160,184,5,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebd401', endColorstr='#a0b805', GradientType=0 );*/
}
#about-us .block {
  text-align: center;
}
#about-us .block p {
  color: #F2F2F2;
  font-size: 19px;
  line-height: 30px;
  padding: 15px 40px;
}

#about-us-page {
  padding: 50px 0px 70px 0px;
  background: #F6F6F6;
}
#about-us-page .block .heading { text-align: left; padding: 15px 15px; }
#about-us-page .block .heading:before { left: 0px; margin-left: 15px; width: 200px; }
#about-us-page .block p {
    color: #444;
    font-size: 17px;
    line-height: 27px;
    padding: 10px 20px;
}

#about-us-page .block ul {
    color: #444;
    font-size: 17px;
    line-height: 27px;
    padding: 10px 80px;
}
#about-us-page .block ul li { list-style: initial; list-style-type: circle;}
/*#about-us-page .block h3.heading { color: #ee3232; font-size: 25px;}*/
#about-us-page .block h3.heading { color: #2e2e2e; font-size: 25px;}
#about-us-page .block h2.heading { color: #ee3232; }

#about-us-page .block h3.heading:before { width: 0px!important;}
.navbar-brand { height: 70px; }
/*--
    blog Start
--*/
#blog {
  padding-top: 25px;
  margin-top: 75px;
  padding-bottom: 100px;
  background: url("../images/featured-menu/featured-menu-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#blog:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#blog .block .heading {
  color: #fff;
}
#blog .block ul {
  padding-top: 40px;
}
#blog .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
}
#blog .block ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}
#blog .block ul li h3 {
  color: #323232;
  padding: 0px 40px 20px;
  line-height: 26px;
  position: relative;
}
#blog .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}
#blog .block ul li p {
  padding-top: 25px;
}
#blog .block ul li .blog-img {
  float: left;
  width: 50%;
  height: 100%;
  background: red;
  overflow: hidden;
}
#blog .block ul li .blog-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#blog .block ul li .blog-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}
#blog .block ul li .blog-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#blog .block ul li .content-right {
  padding: 40px 35px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}
#blog .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}
#blog .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#blog .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}
#blog .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#blog .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}
/*--
    price Start
--*/
#price {
  padding: 70px 0px;
}
#price .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#price .block .pricing-list {
  padding-top: 85px;
}
#price .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#price .block .pricing-list ul li {
  padding: 21px 0px;
}
#price .block .pricing-list ul li .item .item-title {
  position: relative;
}
#price .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}
#price .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#price .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}
#price .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}
#price .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #ee3232;
  border: 1px solid #ee3232;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#price .block .pricing-list .btn:hover {
  background: #ff530a;
  color: #fff;
}
/*--
    subscribe Start
--*/
#subscribe {
  padding: 100px 0px;
  text-align: center;
  background: url("../images/subscribe-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
#subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#subscribe .block h1.heading {
  color: #fff;
}
#subscribe .block p {
  padding: 25px 0px;
  color: #fff;
  font-size: 18px;
}
#subscribe .block form .form-control {
  width: 450px;
  background: #fff;
  opacity: 0.9;
  border: none;
  height: 65px;
  border-radius: 0px;
  font-size: 15px;
}
#subscribe .block form .input-group-addon {
  padding: 0px;
  border: none;
  background: none;
}
#subscribe .block form .input-group-addon button {
  width: 212px;
  height: 65px;
  border: none;
  border-radius: 0px;
  background: #7EC3BB;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#subscribe .block form .input-group-addon button:hover {
  background: #69a8a1;
}
#google-map {}

/*--
    contact-us Start
--*/
#contact-us {
  padding: 50px 0px 70px 0;
  background-color: #F6F6F6;
  margin-top: 75px;
}
#contact-us .block .title {
  padding: 20px 0;
}
#contact-us .block form {
  padding-bottom: 20px;
}
#contact-us .block form input {
  height: 48px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-us .block form input:focus {
  border: 1px solid #7EC3BB;
}
#contact-us .block form textarea {
  height: 140px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-us .block form textarea:focus {
  border: 1px solid #7EC3BB;
}
#contact-us .block a {
  background: #ee3232;
  float: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0px;
  width: 512px;
  height: 50px;
  padding-top: 15px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*--
    footer Start
--*/
#footer {
  padding: 70px 0px;
}
#footer .block h3 {
  color: #2E2E2E;
  padding-bottom: 15px;
}
#footer .block h3 span {
  color: #ee3232;
}
#footer .block .blog ul,
#footer .block .info ul,
#footer .block .gallary ul {
  padding-top: 20px;
}
#footer .block .blog ul li,
#footer .block .info ul li,
#footer .block .gallary ul li {
  margin-right: 50px;
  float: left;
}
#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  color: #ee3232;
}
#footer .block .blog ul li h4 i,
#footer .block .info ul li h4 i,
#footer .block .gallary ul li h4 i {
  color: #555;
  margin-right: 20px;
  font-size: 20px;
}
#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: #ee3232;
  font-size: 20px;
  font-weight: 600;
}
#footer .block .blog ul li p,
#footer .block .info ul li p,
#footer .block .gallary ul li p {
  color: #474747;
  font-size: 14px;
  padding-bottom: 20px;
}
#footer .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 30px;
  padding-top: 0px;
}
#footer .block .social-media-link h3 span {
  color: #ee3232;
}
#footer .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #B0B0B0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#footer .block .social-media-link ul li a:hover {
  background: #ee3232;
  color: #fff;
}
/*--
    footer-bottom Start
--*/
#footer-bottom {
  background: #E9E9E9;
  padding: 20px 0px;
}
#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: #454545;
  font-size: 14px;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: #ee3232;
}

/*********** Custom CSS ************/
.navbar-brand {padding: 0px 15px;}
.no-padding {padding-left: 0px; padding-right: 0px; }
.carousel-control { text-shadow: none;}
.glyphicon-chevron-left, .glyphicon-chevron-right {font-size: 45px!important;}
.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
    content: "";
}
.carousel { background-color: #ebedf0;}
.carousel-indicators li {width: 20px;height: 20px;background-color: #FFF;border: 0px solid #fff; }
.carousel-indicators .active {width: 20px;height: 20px;background-color: #ff900e;border: 0px solid #fff; }
.carousel-control.right, .carousel-control.left {background-image: none; }
.carousel-caption {width: 100%; bottom: 30%; left: 40%; text-shadow: 0 1px 2px rgba(0,0,0,0); text-align: left; border-left: 5px solid #ef3232; padding: 0px;}
.carousel-caption h3 {
    font-size: 35px;
    padding: 5px 0 5px 10px;
    font-weight: normal;
    color: #ef3232;
}
.carousel-caption h3 a {
  text-decoration: none !important;
  font-size: inherit;
  color: #ef3232;
  transition: 0.5s;
  padding: 3px 15px;
  border-radius: 2px;
}
.carousel-caption h3 a:hover {
  color: #FFF;
  background: #ef3232;
}
.carousel-caption p {
    font-size: 35px;
    font-weight: normal;
    padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  .carousel-caption {bottom: 80px; left: 35%;}
  .carousel-caption h3 { font-size: 21px;}
}
@media screen and (max-width: 700px) {
  .carousel-caption {bottom: 35px; left: 35%; border-left: 0px solid #ef3232;}
  .carousel-caption h3 { font-size: 15px; padding: 3px 0 3px 3px;}
  .carousel-caption h3 a { padding: 3px 3px; }
  .carousel-indicators {bottom: -10px;}
}
#about-us .heading {color: #FFF; font-size: 30px; padding: 15px 0px;}
#footer { padding: 50px 0px 30px 0; }

.about-us-partials {
    margin-top: 80px;
}

/********** Custom Drop Down ***********/
.easythali-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 5px;
    z-index: 1000;
    float: left;
    min-width: 220px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgba(0,0,0,.075);
}
.easythali-nav .dropdown-menu>li>a {
    padding: 12px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #555;
    white-space: nowrap;
}
.easythali-nav .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #ee3232;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #f9f9f9;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #0c2d62!important;
    background-color: transparent;
}

.img-8x-border {
    border: 8px solid #FFF;
    -webkit-box-shadow: 0 8px 10px rgba(0,0,0,.1);
    box-shadow: 0 8px 10px rgba(0,0,0,.1);
}

.red { color: #FF0000; }

.contact-info-block { padding: 50px 0px 20px 30px;}
.contact-info-block h3 {
    color: #2E2E2E;
    padding-bottom: 10px;
}
.contact-info-block h3 span {
    color: #ee3232;
}

.contact-info-block ul li h4 i {
    color: #555;
    margin-right: 20px;
    font-size: 20px;
}
.contact-info-block ul li h4 {
    padding: 15px 0;
    display: block;
    color: #ee3232;
}

.contact-info-block  p, .contact-info-block  p a {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.contact-info-block  .social-media-link h3 {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 0px;
}
.contact-info-block .social-media-link ul li {
    display: inline-block;
    margin-right: 20px;
}

.contact-info-block .social-media-link ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 8px;
    border-radius: 100%;
    background: #B0B0B0;
    color: #FFFFFF;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.contact-info-block .social-media-link ul li a:hover {
  background: #ee3232;
  color: #fff;
}

/********** Custom Responsive **********/

@media screen and (min-width: 1601px) {
  .carousel-inner>.item>img, .carousel-inner>.item>a>img {
      line-height: 1;
      margin-left: 7.9%;
  }
}

@media screen and (max-width: 800px) {
  #about-us .heading { font-size: 25px; padding: 0 0 20px 0px; }
  #about-us .block p, #about-us-page .block p { font-size: 16px; line-height: 26px; }
  #slider .block .title h3 {font-size: 25px;}
  #about-us-page {padding: 10px 0px 30px 0;}
  #about-us-page .block h3.heading { font-size: 20px;}

}
