@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(jquery.bootstrap-touchspin.css);

@import url(font-awesome.css);
@import url(flaticon.css);


@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);

@import url(owl.carousel.css);
@import url(jquery.bxslider.css);
@import url(flexslider.css);

@import url(jquery-ui.css);
@import url(jquery.fancybox.css);
@import url(polyglot-language-switcher.css);

@import url(animate.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(magnific-popup.css);
@import url(hover.css);

/* 
============================================
   2. Global styles
============================================
*/

body {
  color:#222222;
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6,p,ul { 
  margin:0;padding: 0;
}

h1,h2,h3,h4,h5 {
  font-family: 'Montserrat', sans-serif;
} 

ul {list-style-type: none;}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size: 14px;
  line-height: 24px;
}
a {text-decoration: none; display: inline-block; outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}

.our-services .sec-title h2 {
    position: relative;
    font-size: 37px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: -5px;
}
button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}
.theme-color{
  color:#c21605;
}
.clear_fix { clear:both;}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}
.list_inline li {
  display: inline-block;
}
.social li {
  display: inline-block;
  font-size: 14px;
}

.tz-gallery{margin-top:30px;}

.social li a {
  color: #fff;
  -webkit-transition:.5s ease-in-out;
  transition: .5s ease-in-out;
}
.default_link {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #48c7ec;
  font-weight: 600;
}
.default_link:hover {
  color: #48c7ec;
}
.hide2{display:none !important;}
.default_link i {
  margin-left: 3px;
  font-weight: 700;
  font-size: 18px;
}

.center {
  text-align: center;
}


/*padding*/

.lst li{background:#8d1205 !important;}
.row-5 {
  margin: 0 -5px;
}
.thm-color {
  color: #48c7ec;
}
.page-banner {
    margin-top: -34px;
    padding-bottom: 80px;
    padding-top: 110px;
    text-align: center;
    color: #fff;
    position: relative;
}
.page-banner .content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}
.page-banner .content span {
    color: #fff;
}
.page-banner .breadcumb {
    margin-top: 14px;
}
.page-banner .breadcumb li {
    display: inline-block;
    margin-right: 5px;
    z-index: 1;
    position: relative;
}
.page-banner .breadcumb li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.page-banner .breadcumb i {
    margin-left: 6px;
    font-size: 12px;
}
.bold {
  font-weight: 700;
}
.s-bold {
  font-weight: 600;
}
.m-bold {
  font-weight: 600;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}


.theme_menu .link_btn {
  margin-top: 24px;
  color:#222222;
}


.anim-3 {
  -webkit-transition:all 0.3s ease;
  transition: all 0.3s ease;
}
.anim-5 {
  -webkit-transition:all 0.5s ease;
  transition: all 0.5s ease;
}
/*
--------------------------------------------
  4. sec title style
--------------------------------------------
*/
.contact-info-area .contact-info {
    text-align: center;
    border: 1px solid #c21605;
    padding: 40px 0px;
    background: #c21605;
    color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 3px 24px 3px rgba(0, 0, 0, 0.13);
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: 17px;
}
.contact-info a{color:#fff;}

.scroll-top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #c21605;
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%;
 z-index:999999; background-color:#ffffff; background-position:center center;
  background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}

/*social-style*/
.social-style-one{
  margin-top: 2px;
}
.social-style-one li{
  display: inline-block;
  text-align:  center;
}
.social-style-one li a{
  color: #c21605;
  width: 37px;
  height: 37px;
  line-height: 38px;
  border-radius: 50%;
  background: #fff;
}
.social-style-one li i{
  font-size: 16px;
  position:  relative;
}
/*
=======================================
   header-style
======================================= 
*/

.top-bar {
  position: relative;
  background: #c21605;
  line-height:37px;
}

.top-bar .top-bar-text li {
  color: #fff;
  margin-right: 20px;
  display: inline-block;
}
.top-bar .top-bar-text li i {
  color: #fff;
  margin-right: 12px;
  position: relative;
  top: 1px;
}

.top-bar .top-bar-text li i:before{
  margin: 0;
  font-size: 16px;
}

.top-bar .social li a:hover {
  color: #222;
  transition: .5s ease-in-out;
}

.top-bar .social li:last-child {
  padding-right: 0px;
}

/*=============== header-upper ======================*/

.header-upper {
  position: relative;
  padding: 5px 0px 5px;
  background: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 5;
}
.header-upper .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.header-upper .logo-outer {
    position: relative;
    z-index: 25;
    text-align: center;
    width: 100%;
}
.header-upper .logo-outer .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.header-upper .header-upper .btn-style-one {
  background-color: #ffc300;
  border-color: #ffc300;
  border-radius: 25px;
}
.header-upper .header-upper .btn-style-one:hover {
  background: #fff;
}
.header-upper .header-upper .upper-right {
  position: relative;
  padding: 18px 0px 15px;
}
.header-upper .info-box {
  position: relative;
  display: inline-block;
  min-height: 56px;
  margin-left: 9px;
  font-size: 14px;
  text-transform: uppercase;
  color: #777777;
  padding: 0px 0px 0px 70px;
  float:right;
  margin-top:26px;
}
.link_btn {
    margin-top:1px;
	float:right;
}
.link_btn a:hover{color:#000;}
.btn-style-one {
    position: relative;
    padding: 0px 30px;
    border-radius: 25px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #c21605;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #c21605;
    font-family: 'Poppins', sans-serif;
}
.logo-box{margin:0 30px;}
.top-bar-text a{color:#fff;}
.top-bar h4 {
    margin: 0px;
    padding-top: 10px;
    float: left;
    color: #fff;
    text-shadow: 0px 3px 0px #000;
}

.link_btn span{font-size:12px;}
.header-upper .info-box2 {
  position: relative;
  display: inline-block;
  min-height: 56px;
  margin-left: 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #777777;
  padding: 0px 0px 0px 70px;
  float:left;
  margin-top:26px;
}
.header-upper .info-box .icon-box {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #c21605;
  color: #fff;
  background: #c21605;
  border-radius: 50%;
  line-height: 49px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-upper .info-box .icon-box span:before{
  font-size: 30px;
  margin: 0;
}
.header-upper .info-box li {
    position: relative;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: bold;
}
.header-upper .info-box li a {
  color: #777777;
}
.header-upper .info-box strong {
  font-weight: 700;
  color: #222;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}



/*==============================================
  5.  Mainmenu Area Css
===============================================*/
.mainmenu-area {
    z-index: 222;
    position: relative;
	background:#000;
}
.mainmenu-area .menu-column{
  background: #000;
}
.main-menu {
  position: relative;
}

.navbar-collapse {
  padding: 0px
}

.navigation {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.navigation li {
  display: inline-block;
}
.service-section {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.service-section .fa{padding-right:10px;}
.service-section li {
    list-style: none;
    float: left;
    width: 32%;
    margin: 0 0.5% 5px;
    background: rgba(199, 47, 49, 0.8);
    color: #fff;
    padding: 5px 0 5px 15px;
}
.navigation li a {
  padding:17px 20px 17px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  }

.navigation > li:hover > a {
  color: #fff;
}
.about-seciton .single-item p {
    color: #848484;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin: 0;
	text-align:justify;
}
.about-seciton .single-item p.style-2 {
    margin-top: 20px;
}
.our-services .single-item {
    margin-top: 50px;
    text-align: center;
}
.our-services .single-item .icon-box {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    border: 1px solid #7b7a7a;
    background: #c21605;
    transform: rotate(45deg);
    transition: .5s;
}
.our-services .single-item .icon-box i {
    line-height: 85px;
    color: #fff;
}
.our-services .single-item .icon-box i::before {
    margin: 0;
    font-size: 40px;
    transform: rotate(-45deg);
    display: block;
}
.our-services .single-item .content-box {
    margin-top: -43px;
    padding: 70px 15px 15px;
    border: 1px solid #c21605;
    background: #fff;
    transition: .5s;
}
.our-services .single-item .content-box h3 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    transition: .5s;
}
.our-services .single-item .content-box p {
    margin-top: 8px;
    transition: .5s;
}
.our-services .single-item .content-box a {
    font-size: 16px;
    margin-top: 18px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    transition: .5s;
}
.sec-title {
    position: relative;
    margin-bottom: 17px;
}
.padd-2 {
    padding: 0px 0px 80px;
}
.about-seciton .single-item h2 span {
    color: #c21605;
}
.about-seciton .single-item h2 {
    margin-top: 10px;
}
.sec-title h2 {
    position: relative;
    font-size:22px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: -5px;
}
.single-item h4{text-align:center; margin-bottom:0; margin-top:25px;}
.sec-title h1 {
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: -5px;
}
.padd-1 .sec-title h2 {
    position: relative;
    font-size:33px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 20px;
}
.our-services .sec-title h2::before {
    left: 50%;
    margin-left: -61px;
}
.our-services .sec-title h2::after {
    left: 50%;
    margin-left: -50px;
}
.sec-title span {
    color: #c21605;
}
.our-services .single-item:hover .content-box {
    border: 1px solid #fff;
    background: #c21605;
    transition: .5s;
	color:#fff;
}

.sec-title h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 127px;
    height: 1px;
    background: #c21605;
}
.sec-title h2::after {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 101px;
    height: 1px;
    left: 0;
    background: #c21605;
}
.link_btn2 {
    margin-top: 32px;
    float: left;
}

.navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #333;
  width: 225px;
  z-index: 999;
  display: none;
}

.navigation > li > ul > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #222;
}

.navigation > li > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.navigation > li > ul > li:hover{
  background: #000;
  transition: .5s;
}
.navigation > li > ul > li:hover > a {
  color: #fff;
}

/*========= third-menu ===============*/

.navigation > li > ul > li.third-menu ul {
  position: absolute;
  left: 230px;
  top: 0px;
  background: #333;
  width: 200px;
  border-top: 2px solid #fff;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}
.navigation > li > ul > li.third-menu {
  position: relative;
}
.navigation > li > ul > li.third-menu ul a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.navigation > li > ul > li.third-menu ul a:hover {
  color: #fdc716;
}
.navigation > li > ul > li.third-menu:after {
  position: absolute;
  content: "\f0de";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  right: 14px;
  transform: rotate(90deg);
  top: 3px;
}

/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #7b7a7a;
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #7b7a7a;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  background: #000;
}

.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  display: none;
}

.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
  background: #fff;
  padding:10px 20px;
  line-height:22px;
  color: #222;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  border-top: 1px solid #7b7a7a;
} 



.mainmenu-area .navigation > li.current > a {
    position: relative;
    color: #fff;
    background: #c21605;
}


.mainmenu-area .navigation > li.current > a:after {
    content: "";
}

/*menu*/

.theme_menu {

  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}

/* Mainmenu fixed style */
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #000;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid #fff;
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/*========= search box ==========*/
.our-projects{
  position:relative;
}

.our-projects .sec-title{
  margin-bottom: 45px;
}

.our-projects .sec-title h2:before{
  left: 50%;
  margin-left: -61px;
}
.our-projects .sec-title h2:after{
  left: 50%;
  margin-left: -50px;
}

.our-projects.style-2 .single-item .inner-box{
  margin-bottom: 30px;
}


.our-projects .single-item .inner-box{
  position:relative;
  overflow:hidden;
}

.our-projects .single-item .inner-box .image-box{
  position:relative;
}

.our-projects .single-item .inner-box .image-box img{
  position:relative;
  width:100%;
  display:block;
}

.our-projects .single-item .inner-box .image-box .caption{
  position:absolute;
  width:100%;
  left:0px;
  bottom:0px;
  color:#ffffff;
  display:block;
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0px 15px;
  text-align:center;
  font-weight: 500;
  text-transform:capitalize;
  font-family: 'Montserrat', sans-serif;
  background-color: rgba(194, 22, 5, 0.8);
  transition:all 0.8s ease;
  -moz-transition:all 0.8s ease;
  -webkit-transition:all 0.8s ease;
  -ms-transition:all 0.8s ease;
  -o-transition:all 0.8s ease;
}

.our-projects .sec-title h2 {
    position: relative;
    font-size: 37px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: -5px;
}
.testimonial .sec-title h2 {
    position: relative;
    font-size: 37px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: -5px;
}
.our-projects .single-item .inner-box .image-box .overlay-box{
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: rgba(194, 22, 5, 0.8);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}

.our-projects .single-item .inner-box .image-box:hover .overlay-box {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}

.our-projects .single-item .inner-box .image-box .overlay-box .inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.our-projects .single-item .inner-box .image-box .overlay-box .inner i:before {
  color: #fff;
  font-size: 35px;
}
.our-projects .single-item .inner-box .image-box .overlay-box .inner i:before{
    margin: 0px;
    font-size: 38px;
    color: #fff;
}

.our-projects .single-item .inner-box .image-box:hover .caption{
  bottom:-100px;
}


.our-projects .single-item .inner-box .overlay-box p {
  line-height: 23px;
}
.text span{font-size:12px;}
.nav_side_content {
    position: absolute;
    right: 15px;
    top: 16px;
    display: inline-block;
}
.nav_side_content .search_option>button {
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background: #c21605;
  right: 20px;
  top: -1px;
  position: relative;
}
.nav_side_content .search_option form {
  height: 50px;
  width: 280px;
  padding: 5px;
  border-radius: 0px;
  margin: 0;
  left: auto;
  right: 0;
  border-color: #7b7a7a;
  top: 43px;
}
.nav_side_content .search_option form input {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #9e9e9e;
  border: 1px solid #f7f7f7;
  padding: 0 47px 0 10px;
  font-size: 15px;
}
.nav_side_content .search_option form button {
  display: block;
  width: 40px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #7b7a7a;
}
our-services .padd-1 {
    padding: 40px 0px 40px;
	background:#ececec;
}
.padd-1 {
    padding:30px 0px 30px;
	background:#ececec;
}
.parallax-style {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.parallax-style::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
}
.parallax-style .text-center {
    position: relative;
    z-index: 1;
}
.parallax-style h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 20px;

}
.parallax-style .text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 40px;
}
.parallax-style .btn-style-five {
    margin-right: 20px;
}
.btn-style-five {
    position: relative;
    padding: 12px 42px;
    border-radius: 35px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #c21605;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #c21605;
    font-family: 'Poppins', sans-serif;
}

.testimonial{
  position:relative;
  padding: 80px 0px 140px;
  background-size:cover;
  background-repeat:repeat;
  background-attachment:fixed;
  background-position:center center;
  color:#ffffff;
  background-image:url(../images/background/3.jpg);
  z-index:1;
}
.testimonial:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.79);
  z-index:-1;
}
.testimonial .sec-title{
  text-align:center;
}
.testimonial .sec-title span{
  color: #fff;
}
.testimonial .sec-title h2:before{
  left: 50%;
  margin-left: -61px;
}

.testimonial .sec-title h2:after{
  left: 50%;
  margin-left: -50px;
}


.testimonial .item{
  margin: 0 auto;
}
.testimonial .item .image-box{
  margin-top:20px;
}
.testimonial .item .image-box img{
  width:auto;
  margin: 0 auto;
  border-radius: 15px 0px;
}
.testimonial .item .text{
  text-align: center;
  padding: 50px 20px 30px;
  border-radius: 30px 0px;
  margin-top: -33px;
  background: rgba(123, 122, 122, 0.26);
}
.testimonial .item .text p{
  margin:0 auto;
  color:#fff;
}
.testimonial .item .text .icon{
  margin: 10px 0px;
}
.testimonial .item .text .icon i{
  font-size: 16px;
  color: #c21605;
}


.testimonial .owl-nav {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -60px;
}
.testimonial .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: #d6d6d6 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 10px 0px;
  text-align: center;
  font-size: 24px;
  margin-right: 6px;
  padding: 4px 7px;
  width: 36px;
  height: 36px;
  line-height: 24px;
  background: none;
  border: 2px solid#fff;
  color: #fff;
  transition: all 500ms ease 0s;
}
.testimonial .owl-theme .owl-controls .owl-nav .owl-prev:hover{
  text-align: center;
  background: #c21605;
  color: #fff;
  cursor: pointer;
  border: 2px solid#c21605;
}
.testimonial .owl-theme .owl-controls .owl-nav .owl-next:hover{
  background: #c21605;
  color: #fff;
  cursor: pointer;
  border: 2px solid#c21605;
}

.footer{
  position: relative;
  border-top: 2px solid #c21605;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center center;
}
.footer:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.78);
}
.footer p{
   font-family: 'Montserrat', sans-serif;
   font-weight:400;
   font-size:14px;
   color: #fff;
   line-height: 27px;
}
.footer .footer-upper {
    padding: 70px 0px 60px;
}
.footer-widget ul {
    margin: 0;
    padding: 0;
}
.footer-widget ul li {
    list-style: none;
}

.footer-widget.about-widget p {
    margin: 0;
}
.footer-widget h3.title {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0;
}
.about-widget .social-links{
  margin-top: 20px;
}
.about-widget .social-links a{
  display:inline-block;
  font-size: 14px;
  font-weight:normal;
  color: #fff;
  line-height: 35px;
  margin-right: 1px;
  border: 2px solid #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
}

.about-widget .social-links a:hover{
  color: #c21605;
}



.row-10{
  margin:0px -10px;
  
}
.footer.bg-style .footer-upper .about-widget .image-box{
  margin-bottom: 20px;
}
.footer.bg-style .footer-upper .about-widget .image-box img{
  width: auto;
}
.footer.bg-style .footer-upper {
    padding: 80px 0 70px;
}
.footer.bg-style .footer-widget h3.title {
    margin-bottom: 30px;
    position: relative;
    font-weight: 500;
    color: #fff;
}
.footer.bg-style .footer-widget h3.title:before{
    content: "";
    position: absolute;
    bottom: -14px;
    width: 89px;
    height: 3px;
    background-image: url(../images/resources/ftb.png);
}
/*============ quick-links =================*/

.footer-widget.quick-links ul li a {
    font-size: 14px;
    line-height: 38px;
    tranisition: all .3s ease;
}
.footer-widget.quick-links ul li a:hover {
    color: #d62929;
}
.footer.bg-style .footer-widget.quick-links ul li {
   
    margin-bottom: 8px;
}
.footer.bg-style .footer-widget.quick-links ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding-left: 26px;
    position: relative;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #c21605;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 4px;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #fff;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover:before{
  color: #fff;
}

/*============ opening-hour =================*/
.footer-widget.opening-hour{
  color:#adadad;
}
.footer-widget.opening-hour span{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 30px;
	padding-left:10px;	
}
.footer-widget.opening-hour .day-time{
    margin-top: 10px;
}


.footer-widget.opening-hour .day-time li :last-child {
  color: #c21605;
  font-weight: 700;
}
/*============ experts-column =================*/

.footer-widget.experts-column ul li a {
    font-size: 14px;
    line-height: 38px;
    transition: all .3s ease;
}
.footer-widget.experts-column ul li a:hover {
    color: #d62929;
}
.footer.bg-style .footer-widget.experts-column ul li {
   
    margin-bottom: 8px;
}
.footer.bg-style .footer-widget.experts-column ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding-left: 26px;
    position: relative;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.footer.bg-style .footer-widget.experts-column ul li a:before {
    color: #c21605;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 4px;
}
.footer.bg-style .footer-widget.experts-column ul li a:hover {
    color: #fff;
}
.footer.bg-style .footer-widget.experts-column ul li a:hover:before{
  color: #fff;
}


.footer-bottom{
  border-top: 1px solid #c21605;
  background: #000;
  color: #fff;
  padding: 20px 0px 20px;
}

.footer-bottom .copyright-text{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size:14px;
  color: #fff;
}
.footer-bottom span{
  color: #c21605;
  font-size: 16px;
  font-weight: 700;
}
.subscribe-us {
  background: #c21605;
  padding: 28px 0px;
  color: #fff;
}
.subscribe-us h3 {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 8px;
  line-height: 40px;
  letter-spacing: 1px;
}

.subscribe-us a.thm-btn {
    padding: 0px 20px;
    background: #c21605;
    color: #fff;
    letter-spacing: 1px;
    border: 2px solid #fff;
}
.subscribe-us a.thm-btn.inverse:hover {
  color: #fff;
  background: #c21605;
  border:2px solid #fff;
}

.btn-style-eight {
    position: relative;
    padding: 12px 35px;
    border-radius: 35px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-family: 'Poppins', sans-serif;
}
.footer-bottom{
  border-top: 1px solid #c21605;
  background: #000;
  color: #fff;
  padding: 20px 0px 20px;
}
.about-widget .social-links .fa{padding:0px;}
.about-widget p{padding-bottom:10px;}
.about-widget .fa{padding-right:10px;}
.about-widget a{color:#fff;}
.footer-bottom .copyright-text{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size:14px;
  color: #fff;
}
.footer-bottom span{
  color: #c21605;
  font-size: 16px;
  font-weight: 700;
}

.seo-none {
    display:none;
}
.comn-title-sec {
    position: relative;
    font-size: 33px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 20px;text-align:center;
    
}

.comn-title-sec:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 127px;
    height: 1px;
    background: #c21605;
    left: 50%;
    margin-left: -61px;
}
.comn-title-sec:after {
    left: 50%;
    margin-left: -50px;
        content: "";
    position: absolute;
    bottom: -12px;
    width: 101px;
    height: 1px;
    background: #c21605;
}
.comn-title-sec span {
    color: #c21605;
}

.parallax-style h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 20px;
}


.page-banner .content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}

.page-banner .content span {
    color: #fff;
}











