
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: 'Roboto', sans-serif;
} 

ul {list-style-type: none;}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Slabo 27px', serif;
}
a {text-decoration: none; display: inline-block; outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}

img {
  width: 100%;
  display: inline-block;
}

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;}




/*slider*/
  .carousel-control.left{
      background-image:none;
  }
  
  .carousel-control.right{
      background-image:none;
  }





.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

.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;
}
.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;
}

.default_link i {
  margin-left: 3px;
  font-weight: 700;
  font-size: 18px;
}
.uppercase {
  text-transform: uppercase;
}
.padd-80 {
  padding-top: 80px;
}
.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}


.row-5 {
  margin: 0 -5px;
}
.thm-color {
  color: #48c7ec;
}

.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;
  }
}
/*
===============================================
  3. button style
===============================================
*/
.thm-btn {
  position: relative;
  background: #ed3237;
  font-size: 14px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  border: 2px solid #ed3237;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 26px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #ed3237;
  -webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.theme_menu .link_btn {
  margin-top: 24px;
  color:#222222;
}

.button-style-one{
  margin-top: 8px;
  color: #000000;
  position:relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  transition:.5s;
  font-family: 'Roboto', sans-serif;
}
.button-style-one:before{
  content: "";
}
.button-style-one:hover{
  color:#ffc104;
}

.button-style-two{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform:uppercase;
  color: #ffc104;
  padding: 9px 23px;
  border: 1px solid #ffc104;
  letter-spacing: 1px;
}
.button-style-two:hover{
  color: #ffc104;
}

.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
--------------------------------------------
*/
.sec-title {
  position: relative;
  margin-bottom: 17px;
}
.sec-title h2 {
    position: relative;
    font-size: 45px;
    margin-bottom: 45px;
    text-transform: capitalize;
    /* font-weight: 600; */
    /* font-family: 'Open Sans', sans-serif;
    font-family: 'Grenze', serif; */
    font-family: 'Kanit', sans-serif;
    font-style: italic;
}
.sec-title h2:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 55px;
    height: 3px;
    background: rgb(237, 51, 56);
}
.sec-title span{
  color: #ed3237;
  font-family: BankGothic;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -4px;
}



.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #ed3237;
}
.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);}


/*
=================================================
  5. header-style
=================================================
*/
.header-top{
  position:relative;
  font-size:13px;
  padding: 2px 0px;
  background: #ed3237;
  /*background: linear-gradient(141deg, #a78586 0%, #e42329 51%, #ed3237 75%);*/
  color:#ffffff;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #ed3237;
}

.header-top a{
  color:#ffffff;
  -webkit-transition:all 300ms ease;
  transition:all 300ms ease;  
}

.header-top .links-nav li{
  position:relative;
  float:left;
  margin-right:25px;
}

.header-top .top-right .links-nav li{
  margin-right:0px;
  margin-left:25px;
}

.header-top .links-nav li a{
  position:relative;
  line-height:26px;
  font-size: 16px;
  color: #fff;
  font-weight:600;
  -webkit-transition:.5s;
  transition:.5s;
  font-family: BankGothic;
}
.header-top .links-nav li a:hover{
  color: #fff;
  -webkit-transition:.5s;
  transition:.5s;
}
.header-top .links-nav li .fa{
  padding-right:8px;
  font-size:16px;
  color: #ffffff;
}

.header-top .social-links a{
  position:relative;
  display:inline-block;
  font-size:13px;
  font-weight:normal;
  color: #fff;
  padding: 0px 15px;
  line-height:26px;
  border-left: 1px solid #ffffff;
  z-index: 11;
}
.header-top .social-links a:last-child{
  border-right: 1px solid #ffffff;
}
.header-top a:hover{
  color: #ffc104;
}

/*logo*/

.main-logo {
  margin: 13px 0px 14px;
}

/*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;
  
}
.theme_menu .menu-column {
  padding: 0;
}

.theme_menu .menuzord {
  padding: 0;
}
.menuzord-menu {
  margin-top:29px;
}
.menuzord-menu > li > a {
    padding: 8px 17px 28px;
    text-transform: uppercase;
    color: #000000;
    border-top:1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.menuzord-menu > li > a:hover{
  color:#ffc104;
  
}

.menuzord-menu > li.current > a {
  position:relative;
  color: #ffc104;
}
.menuzord-menu > li.current > a:before{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #ffc104;
}

.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
    padding: 0 30px;
    min-width: 230px;
    background: rgb(0, 37, 74);
    border-top: 3px solid #ffc104;
}

.menuzord-menu ul.dropdown li a {
  padding: 10px 0 9px;
  color: #fff;
  -webkit-transition:.5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 14px;
}

.menuzord-menu ul.dropdown li:hover > a {
    padding-left: 0px;
    padding-right: 0px;
    color: #ffc104;
    -webkit-transition:.5s ease-in-out;
    transition: .5s ease-in-out;
    font-size: 14px;
}



.nav_side_content {
  margin-top: 33px;
  float: left;
  position: relative;
  left: -20px;
}

.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}



/* 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;}
}
.theme_menu.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  -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;
}



/*
==================================================
  9. feature style
==================================================
*/
.feature{
    padding: 50px 0px 60px;
    background: #eee;
  }


.feature .item-list .item{
  margin-bottom: 50px;
  position: relative;
  transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
}
.feature .item-list .item:hover .overlay{
  bottom:0;
}
.feature .item-list .item:hover .content-box{
  opacity: 111;
}
.feature .item-list .item .content-box{
  top: 40%;
  margin-top: -30px;
  padding: 0px 45px 0px 15px;
  position: absolute;
  text-align: center;
  z-index: 1;
  color: #fff;
  opacity: 0;
}
.feature .item-list .item .content-box h3{
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight:700;
    color: #fff;
    margin-top: 17px;
}
.feature .item-list .item .content-box h3 a{
  color: #fff;
}
.feature .item-list .item .overlay{
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  left: 0;
  padding: 50px 30px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: -100%;
  height: 100%;
  transition: all ease-in 500ms;
  -webkit-transition: all ease-in 500ms;
  -moz-transition: all ease-in 500ms;
  z-index: 0;
}



.feature .item-list .item .image-box{
  position:relative;
  overflow: hidden;
  border: 1px solid #130f0f;
}
.feature .item-list .item .image-box .content-box p{
  line-height: 31px;
  text-align: justify;
  font-size: 18px;
  margin-top: -30px;
  font-family: 'Slabo 27px', serif;
}
.feature .item-list .item .image-box{
  overflow: hidden;
}
.feature .item-list .item .image-box img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.feature .item-list .item:hover .image-box img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item-list .button-style-two {
   
}
.feature .item-list .item .feature-btn .button-style-two{
      border-radius: 11px 0;
      position: relative;
      top: -21px;
      font-size: 17px;
      background: #ffffff;
      border: 1px solid #00254a;
      color: #00254a;
      transition: .5s;
      text-transform: capitalize;
      box-shadow: 0px 0px 6px 1px #000;
      font-family: 'Slabo 27px', serif;
}
.feature .item-list .item:hover .feature-btn .button-style-two{
  background: #ed3237;
  color: #fff;
  border: 1px solid #ed3237;
  transition: .5s;
}
/* 
==============================================
  10. google map Section style
==============================================
*/
.home-google-map .google-map {
  width: 100%;
  height: 400px;
}
.home-google-map .gmnoprint {
    display: none;
}









/*
===================================================
  16. footer style
===================================================
*/

.footer p{
   font-family: 'Roboto', sans-serif;
   font-weight:400;
   font-size:14px;
   color: #fff;
   line-height: 27px;
}
.footer .footer-upper {
  padding: 10px 0px 30px;
}
.footer-widget ul {
    margin: 0;
    padding: 0;
}
.footer-widget ul li {
    list-style: none;
}
.footer-widget.about-widget img {
    margin-bottom: 27px;
}
.footer-widget.about-widget p {
    margin: 0;
}
.footer-widget h3.title {
    font-size: 27px;
    text-transform: capitalize;
    margin: 0;
}
.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-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 20px;
}
/*.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}*/
@media(max-width: 767px){
  .mob p{
    margin-left: 0!important;
  }
}
.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.footer-widget.contact-widget button {
    width: 100%;
    letter-spacing: 1px;
    height: 50px;
    background: #2098d1;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
    font-weight: 700;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #ffc104;
}
.footer-widget.contact-widget .column{
  padding:0 10px;
}
.row-10{
  margin:0px -10px;
  
}
.footer .footer-upper .item{
  margin-top: 40px;
}
.footer .footer-upper .link_btn .button-style-one{
  color: #fff;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
}
.footer.bg-style .footer .footer-upper {
    padding: 75px 0 65px;
}
.footer.bg-style .footer-widget h3.title {
    margin-bottom: 31px;
    position: relative;
    /* font-weight: 500; */
    color: #ffffff;
    font-family: BankGothic;  
}
.footer.bg-style .address ul{
  margin-left: -15px;
}
.footer.bg-style .address ul li{
  margin-bottom:  20px!important;
}
.footer.bg-style .address ul li a{
  font-size: 15px!important;
}
.footer.bg-style .address ul li a:before{
  display: none;
}
.footer.bg-style .address ul li a:hover{
  color: #fff!important;
}
.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: 15px;
    color: #fff;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    transition: .5s all ease;
}
.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #ed3237;
    transition: .5s all ease;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover:before{
  color:#fff;
}
.footer .footer-upper .footer-map .google-map{
  height: 200px;
}


.footer.bg-style .footer-widget.our-doctor ul li {
   
    margin-bottom: 8px;
}
.footer.bg-style .footer-widget.our-doctor ul li a {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    transition: .5s all ease;
}
.footer.bg-style .footer-widget.our-doctor ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}
.footer.bg-style .footer-widget.our-doctor ul li a:hover {
    color: #ed3237;
    transition: .5s all ease;
}
.footer.bg-style .footer-widget.our-doctor ul li a:hover:before{
  color:#fff;
}

.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
    background: transparent;
    color: #fff;
}
.contact-section-btn{
  max-width:170px;
  margin:0 auto;
  
}
.footer.bg-style .footer-widget.contact-widget input {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.footer.bg-style .footer-widget.contact-widget textarea {
    height: 90px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    margin: 5px 0px 20px;
    font-family: 'Open Sans', sans-serif;
}

.footer.bg-style .footer-widget.contact-widget button {
    height: 50px;
    line-height: 45px;
}


.footer-bottom{
  color:#d1d1d1;
  /* border-top: 1px solid #f5f4f4; */
  padding: 5px 0px 5px;
}
.footer-bottom .social-links a{
  display:inline-block;
  font-size:13px;
  font-weight:normal;
  color: #fff;
  padding: 0px 15px;
  line-height:26px;
}

.footer-bottom a:hover{
  color: #fff;
}
.footer-bottom .copyright-text{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size: 15px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.footer-bottom .copyright-text a{
  color: #fff;
}




/* 
=======================================================
  20. call-to-action styles 
=======================================================
*/

.call-to-action {
  background: linear-gradient(#e92b30, #ed3237 0%, #ed3237 51%, #ed3237 75%);
  padding: 40px 0;
  color: #fff;
}
.call-to-action h3 {
  font-size: 43px;
  /* font-weight: 700; */
  margin: 0;
  line-height: 32px;
  margin-bottom: 25px;
  letter-spacing: .5px;
  font-family: 'Open Sans', sans-serif;
  /* font-family: 'Grenze', serif; */
  font-family: 'Grenze', serif;
}
@media(max-width: 767px){
  .call-to-action h3 {
      font-size: 31px;
      font-weight: 700;
      margin: 0;
      line-height: 37px;
      margin-bottom: 25px;
      letter-spacing: .5px;
      font-family: 'Open Sans', sans-serif;
      /* font-family: 'Grenze', serif; */
      font-family: 'Grenze', serif;
  }
  .call-to-action p {
      margin: 0;
      font-family: 'Slabo 27px', serif;
      font-size: 21px;
      line-height: 32px;
  }
}
@media(max-width: 991px){
  .call-to-action h3{
    line-height: 43px;
  }
  .call-to-action p{
    line-height: 35px;
  }
}
.call-to-action p {
  margin: 0;
  font-family: 'Slabo 27px', serif;
  font-size: 22px;
}
.call-to-action a.thm-btn {
    padding: 2px 30px;
    /* margin: 11px 0; */
    margin-top: 13px;
    font-size: 20px;
    /* border-radius: 25px; */
    background: #fff;
    color: #222222;
    letter-spacing: 1px;
    transition:.5s;
    text-transform: capitalize;
    font-family: 'Slabo 27px', serif;
}

.call-to-action a.thm-btn.inverse:hover {
  color: #fff;
  background: #000000;
  transition:.5s;
}

/*
========================================================
  13. latest-projects styles 
========================================================
*/
.latest-projects{
  padding: 80px 0px 90px;
  background: #eee;
}
.latest-projects .sec-title{
}
.latest-projects .sec-title h2:before{
  left: 50%;
  margin-left: -27px;
}
.latest-projects .single-item {
  padding-bottom: 30px;
}
.latest-projects .single-item .img-box {
  position: relative;
  overflow: hidden;
}
.latest-projects .single-item .img-box img {
  width: 100%;
}
.latest-projects .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.latest-projects .single-item:hover .title h5 {
  color: #48c7ec;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

.latest-projects .single-item .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}

.latest-projects .single-item .img-box{
  overflow: hidden;
  border: 1px solid #130f0f;
}
.latest-projects .single-item .img-box img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.latest-projects .single-item:hover .img-box img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.latest-projects .single-item .img-box .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.latest-projects .single-item .img-box .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.latest-projects .single-item .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}
.latest-projects .single-item .social h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.latest-projects .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.latest-projects .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.latest-projects .single-item .img-box .overlay .top {
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}
.latest-projects .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition:.4s ease;
  transition: .4s ease;
}
.latest-projects .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}
.latest-projects .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}
.latest-projects .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  font-size: 15px;
}
.latest-projects .single-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}


.latest-projects .post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 40px;
}
.latest-projects .post-filter li {padding: 5px 5px;}

.latest-projects .post-filter li span {
  padding: 7px 20px;
  color: #343434;
  font-size: 17px;
  border: 1px solid #e5e5e5;
  font-weight:500;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition:.5s ease;
  transition: .5s ease;
  font-family: 'Slabo 27px', serif;
}
.latest-projects .post-filter li:hover span,
.post-filter li.active span {
  color: #fff;
  background:linear-gradient(141deg, #a78586 0%, #e42329 51%, #ed3237 75%);
  -webkit-transition:.5s ease;
  transition: .5s ease;
  font-family: 'Slabo 27px', serif;
}


/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
  background: #fff;
  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;  }
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.main-menu {
  position: relative;
  margin-top: 25px;
}
@media(max-width: 991px){
  .main-menu {
    position: relative;
    margin-top: 11px;
  }
}

.navbar-collapse {
  padding: 0px
}

.navigation {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  float: right;
}
.navigation li {
  display: inline-block;
}

.navigation li a {
  padding: 5px 15px 22px;
  text-transform: capitalize;
  color: #222;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  font-size: 21px;
  font-weight: 700;
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Open Sans', sans-serif; */
  /* font-family: 'Grenze', serif; */
  font-family: 'Agency FB', arial;
  letter-spacing: 1px;
}

.navigation > li:hover > a {
  color: #ed3237;
}

.navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #e02f34;
  width: 230px;
  border-top: 2px solid #ed3338;
  padding: 0px 0px;
  z-index: 999;
  display: none;
}

.navigation > li > ul > li {
  position: relative;
  display: block;
  /* font-family: 'Grenze', serif; */
}

.navigation > li > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  border:1px solid #FFFFFF;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  font-family: 'Poppins', sans-serif;
}

.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 #ed3237;
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #ed3237;
  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: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-top: 1px solid #ed3237;
} 

.mainmenu-area .right-area .link_btn{
  margin-top: 24px;
}

.mainmenu-area .navigation > li.current > a {
    position: relative;
    color: #ed3237;
}

.mainmenu-area .navigation > li.current > a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 3px;
    width: 100%;
    height: 5px;
    background: #ed3237;
}
.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;
  
}
.theme_menu .menu-column {
  padding: 0;
}

.nav_side_content {
  margin-top: 33px;
  float: left;
  position: relative;
  left: -20px;
}

.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

/* 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: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  -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;
}
.mainmenu-area .right-area .link_btn{
  margin-top: 24px;
}




/*
=======================================================
  about-us
=======================================================
*/
.about-us{
  /*margin-top: 20px;*/
  padding: 0px 0px 80px;
  /*background: #f7f7f7;*/
}
.about-us .sec-title{
  /* text-align: center; */
  margin-bottom: 50px;
}
.about-us .sec-title h2:before {
  content: "";
  position: absolute;
  left: 28px;
  margin-left: -28px;
  bottom: -10px;
  width: 121px;
  height: 6px;
  background: rgb(237, 50, 55);
  border-bottom: 3px solid#000;
}
.about-us .about-info .text{}
.about-us .about-info .text p{
  color: #000;
}
.about-us .about-info .text p{
  line-height: 32px;
  text-align: justify;
  font-size: 16px;
  margin-top: -10px;
  font-family: 'Poppins', sans-serif;
}
/* .about-img{
  margin-top: -14px;
} */
.about-us .about-info .link_btn{
  /*margin-top: 20px;*/
}

.about-us img{
  box-shadow: 2px 2px 21px 3px #cecece;
  border-radius: 20px 0px;
}

/*** 
====================================================================
    service Section style
====================================================================
***/

.service {
  position: relative;
  padding: 60px 0px 30px;
}
.service.style-2{
  padding:80px 0px 80px;
}
.service .item {
  padding: 4px;
  margin-bottom: 5px;
  border: 1px solid #ededed;
}
.service.style-2 .sec-title{
  margin-bottom: 0px;
}
.service.style-2 .sec-title h2{
  margin-bottom: 0px;
}
.service.style-2 .single-column{
  margin-top: 50px;
}

.service .item:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 98%;
    left: 10%;
    right: 10%;
    height: 15px;
    width: 80%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    z-index: 9;
}
.service .item:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.service .item .img-box {
  position: relative;
  overflow: hidden;
}

.service .item .img-box img {
  width: 100%;
}
.service .item .default-overlay-outer{
  opacity:0;
  top:-100%;
  background: rgba(0, 37, 74, 0.88);
}

.service .item:hover .default-overlay-outer{
  top:0;
  opacity:1;  
}

.service .item .thm-btn {
  padding: 0 25px;
  line-height: 34px; 
}

.service .owl-carousel .owl-stage-outer {
  padding-bottom: 50px;
}

.service .content {padding: 12px 8px;}
.service .content-layer i{
  color: #fff;
  font-size: 21px;
}
.service .content h5 {
  color: #ffc104;
  font-size: 14px;
  }
.service .content .text p{
  line-height: 30px;
  text-align: justify;
  font-size: 17px;
  font-family: 'Slabo 27px', serif;
}

.service .content h4 {
  padding: 15px 0;
  font-size: 25px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Grenze', serif;
}

.service .content p {

}

.service .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 10px;
}

.service .owl-theme .owl-nav [class*=owl-] {
    color: #202f35;
    font-size: 26px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 22px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.service .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ed3237;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}




.default-overlay-outer{
  position:absolute;
  display:block;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:10px;
  transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -moz-transition:all 700ms ease;
}
.default-overlay-outer .inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  text-align:center;
}
.default-overlay-outer .inner .content-layer{
  position:relative;
  display:table-cell;
  vertical-align:middle;
  color:#ffffff;
}




/*====================
    contact-us
======================*/
#contact-us{

}
#contact-us .map{
      /* margin-top: 40px; */
    border: 9px solid #670404;
    padding: 15px;
    border-radius: 28px;
    box-shadow: 1px 2px 10px #ccc;
}
#contact-us .box-1{
      height: 470px;
    padding-top: 70px;
    border-radius: 30px;
    background-color: #cc2121;
    border: 10px solid #670404;
    box-shadow: 2px 1px 10px #ccc;
}
.box-2{
  height: 445px!important;
}
#contact-us .box-1 .cont-image i{
  font-size: 31px;
  color: #fff;
  margin-top: 15px;
  margin-left: 45px;
}
#contact-us .box-1 .cont-pera p{
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  margin: 10px 31px;
  font-family: 'Muli', sans-serif;
  font-family: 'Slabo 27px', serif;
}
.num{
  margin-top: 40px;
}
.mail{
  margin-top: 15px;
}
.cont-pera-1 p{
    line-height: 35px!important;
}
#contact-us span{
  margin-top: 11px;
  font-size: 17px;
  font-weight:600;
  color: #ed3237;
}
#contact-us label{
  font-size: 15px;
}
#contact-us input{
  height: 41px;
  font-size: 17px;
  font-family: 'Slabo 27px', serif;
  margin-bottom: 20px;
}
#contact-us textarea{
  height: 200px;
  font-size: 17px;
  font-family: 'Slabo 27px', serif;
}
#contact-us .btn{
  font-size: 19px;
  padding: 10px 29px;
  border-radius: 8px;
  background-color: #ed3237;
  border: 1px solid #ed3237;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: .5s all ease;
  font-family: 'Slabo 27px', serif;
}
#contact-us .btn:hover{
  background-color: #262626;
  border: 1px solid #000000;
  color: #fff;
  transition: .5s all ease;
}
.form-control:focus {
    border-color: #ed3237!important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 50, 55, 0.3)!important;
}



/*===============
  sub-products
=================*/
.sub-products{
  margin-bottom: 30px;
}
.sub-products-pera{
  line-height: 38px;
    text-align: justify;
    font-size: 18px;
    margin-top: -10px;
    font-family: 'Slabo 27px', serif;
    padding: 0 25px;
}
.sub-products-image{
  box-shadow: 0px 0px 9px 0px #808080;
}
@media(max-width: 767px){
  .sub-products-pera{
    margin-top: 30px;
  }
}
.sub-products .sub-head{
  font-size: 27px;
  font-family: 'Grenze', serif;
  margin-top: 30px;
  margin-left: 15px;
}
.sub-products .ul-li{
  line-height: 32px;
  margin-top: 10px;
  margin-left: 15px;
  font-family: 'Slabo 27px', serif;
}
.first-table{
  margin-top: 30px;
}
thead th{
  font-size: 18px;
  background: #00665e;
  color: #fff;
  font-weight: normal;
  font-family: 'Slabo 27px', serif;
  text-align: center;
}
tbody td{
  font-family: 'Slabo 27px', serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}




.why-us-section .item-1{
  margin-bottom: 40px;
}
.why-us-section .item-1 .img-box img{
  transition: .5s all ease;
  transform: scale(1);
}
.why-us-section .item-1:hover .img-box img{
  transition: .5s all ease;
  transform: scale(1.1);
}

@media(min-width: 991px) and (max-width: 1199px){
  .service .content .text p {
      line-height: 30px;
      text-align: justify;
      font-size: 15px;
      font-family: 'Slabo 27px', serif;
  }
}




.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ed3237;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #ed3237;
    border-radius: 10px;
}



/*========================
  sub-products gallery
==========================*/
.index-gallery{
  padding: 0px 0 40px;
}
.main-section .col-centered {
    float: none;
    margin: 0 auto;
}
.main-section .carousel-control {
    width: 8%;
    width: 0px;
}
.main-section .carousel-control.left, .carousel-control.right {
    margin-right: 40px;
    margin-left: 32px;
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: #ed3237;
    font-size: 55px !important;
}
.main-section .carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}
.active > div {
    display:none;
}
.active > div:first-child {
    display:block;
}

/*xs*/
@media (max-width: 767px) {
 .main-section .carousel-inner .active.left {
left: -50%;
}
 .main-section .carousel-inner .active.right {
left: 50%;
}
 .carousel-inner .next {
left:  50%;
}
 .main-section .carousel-inner .prev {
left: -50%;
}
 .main-section .carousel-col {
width: 100%;
}
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
 .main-section .carousel-inner .active.left {
left: -50%;
}
 .main-section .carousel-inner .active.right {
left: 50%;
}
 .main-section .carousel-inner .next {
left:  50%;
}
 .main-section .carousel-inner .prev {
left: -50%;
}
 .main-section .carousel-col {
width: 50%;
}
 .active > div:first-child + div {
display:block;
}
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
 .main-section .carousel-inner .active.left {
left: -33%;
}
 .main-section .carousel-inner .active.right {
left: 33%;
}
 .main-section .carousel-inner .next {
left:  33%;
}
 .main-section .carousel-inner .prev {
left: -33%;
}
 .main-section .carousel-col {
width: 33%;
}
 .active > div:first-child + div {
display:block;
}
 .active > div:first-child + div + div {
display:block;
}
}

/*lg*/
@media (min-width: 1200px) {
 .carousel-inner .active.left {
left: -25%;
}
 .main-section .carousel-inner .active.right {
left:  25%;
}
 .main-section .carousel-inner .next {
left:  25%;
}
 .main-section .carousel-inner .prev {
left: -25%;
}
 .main-section .carousel-col {
width: 25%;
}
 .active > div:first-child + div {
display:block;
}
 .active > div:first-child + div + div {
display:block;
}
 .active > div:first-child + div + div + div {
display:block;
}
}
.block {
    width: auto;
    border: 1px solid #333232;
}

.main-section .carousel-control .glyphicon-chevron-right{
    top: 43%;
}
.main-section .carousel-control .glyphicon-chevron-left{
    top: 43%;
}

.carousel-col img{
  box-shadow: 0px 0px 6px 0px #00000099;
}
.carousel-col a{
  position: relative;
    /*overflow: hidden;*/
}
.carousel-col a:before{
      content: '';
    position: absolute;
    border: rgba(225,225,225,0.1) solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition: .5s all ease;
}
.carousel-col a:hover:before{
      top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
    border: #ed3237 solid 2px;
    transition: .5s all ease;
}



/* =======================================
      Start Golden Cab website css
======================================= */

@font-face {
  font-family: BankGothic;
  src: url(../font/BankGothic Regular.ttf);
}

.header-top::after{
  content: "";
  position: absolute;
  background-color: #373435;
  width: 293px;
  height: 31px;
  top: 0px;
  z-index: 10;
  right: 0px;
  clip-path: polygon(12% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 12% 100%, 0% 50%);
}

.about-info img{
  width: 23%;
  position: relative;
  top: -3px;
  right: 9px;
}

.about-info h3{font-family: 'Grenze', serif;
    color: #ed3237;
    font-weight: 600;}

.about-sec{
  position: relative;
  top: 45px;
  padding-right: 24px;
}

.about-img-sec{
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: 0px 2px 2px 2px #dadada;
}

/* ===== product section css ====== */

.box{
  background: #ed3237;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
  box-shadow: -1px 0px 11px 0px #ababab;
  border-radius: 9px;
}
.box:before{
  content: "";
  background: #fff;
  box-shadow: 0 0 50px rgba(0,0,0,0.5) inset;
  border-radius: 0 20px;
  opacity: 0;
  transform: perspective(1000px) rotateX(90deg);
  transform-style: preserve-3d;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  transition: all 0.3s ease-in;
}
.box:hover:before{
  opacity: 1;
  transform: perspective(1000px) rotateX(0);
}
.box img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}
.box:hover img{
  opacity: 0.5;
  transform: scale(1.1);
}
.box .box-content{
  color: #fff;
  background: #ed3237;
  text-align: center;
  width: 80%;
  padding: 15px 10px;
  border-radius: 0 20px;
  opacity: 0;
  transform: translateX(-50%) translateY(-200%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.box:hover .box-content{
  opacity: 5;
  transform: translateX(-50%) translateY(-60%);
}
.box .title{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 5px;
}
.box .post{
  font-size: 19px;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
  color: #fff;
  font-weight: 600;
}
.box .icon{
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -20px;
  transition: all 0.3s ease 0s;
}
.box:hover .icon{
  opacity: 1;
  bottom: 20px;
}
.box .icon li{
  display: inline-block;
  margin: 0 5px;
}
.box .icon li a{
  color: #fff;
  background: #562e0a;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  width: 50px;
  height: 38px;
  outline-offset: -5px;
  outline: 2px solid #fff;
  display: block;
  transition: all 0.35s ease 0s;
}
.box .icon li a:hover{
  color: #7b410e;
  background: #fff;
  outline-color: #562e0a;
  box-shadow: 0 0 5px rgba(0,0,0,0.5) inset;
}
@media only screen and (max-width:990px){
  .box { margin: 0 0 30px; }
}

/* ===== end product section css ====== */



/* footer contact section */

.foot-cont-sec {
  background-color: #cc2121;
}

.foot-cont-colum {
  padding: 30px 0px 30px 7%;
}

.foot-cont-sec h6 {
  font: 300 22px/32px "Open Sans",sans-serif;
  color: #fff;
  margin-bottom: 17px;
}

.foot-cont-sec h4 {
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  margin-bottom: 17px;
}

.foot-cont-sec h5 {
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
}

.foot-sec-right-img {
  position: relative;
}

@media only screen and (max-width: 767px){
  .foot-sec-right-img {
    display: none;
  } 
}

@media (max-width: 768px){
.footer-bottom {
    padding-bottom: 4px !important;
  }
}

.foot-sec-right-img::before {
  content: "";
  position: absolute;
  background-color: #000;
  clip-path: polygon(14% 78%, 100% 78%, 100% 61%, 100% 100%, 23% 105%, 11% 111%, 0 -1%);
  width: 101%;
  height: 171px;
  top: 0px;
  right: -3px;
}

.copyright-sec{
  background: #ed3237;
}

.footer-upper h3::before{
  content: "";
  position: absolute;
  background-color: #cc2121;
  width: 70px;
  height: 3px;
  bottom: 0px;
  top: 35px;
}

.footer-upper h3::after{
  content: "";
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 3px;
  bottom: 0px;
  top: 35px;
  left: 25px;
}

/* end footer contact section */

.page-title-area.bg-1 {
    /* background-image: url(../img/ab-bnr.jpg); */
    background-color: #00665e;
}
.page-title-area.bg-2 {
    /* background-image: url(../img/certifate.jpg); */
    background-color: #373435;
}
.page-title-area {
    position: relative;
    overflow: hidden;
    /* padding-top: 50px; */
    padding-bottom: 0px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    opacity: 0.1;
    z-index: -1;
}
.page-title-area .page-title-content {
    position: relative;
    margin-top: -10px;
}
.page-title-area .page-title-content h2 {
    /* margin-bottom: 21px; */
    color: #ffffff;
    font-size: 30px;
    text-transform: capitalize;
    text-align: justify;
    padding: 42px 0px 22px 0px;
}
.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    color: #ffffff;
}
.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    background-color: #ffffff;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(
25deg
);
    transform: rotate(
25deg
);
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul .active {
    color: #ee3232;
}

ol.breadcrumb {
    background: none;
}
.top-strp-aln {
    padding: 12px 0px;
    margin-bottom: 0px;
}
ol.breadcrumb > li {
    color: inherit;
}
.breadcrumb>li {
    display: inline-block;
}
.top-strp-aln li span {
    color: #000;
}
ol.breadcrumb span {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
ol.breadcrumb > li:not(:last-child):after {
    content: '\f105';
    margin-left: 0.75em;
    margin-right: 0.5em;
    font-family: 'FontAwesome';
    font-size: 0.85em;
    color: #ff0;
}
ol.breadcrumb > li:not(:last-child):after {
    content: '\f105';
    margin-left: 0.75em;
    margin-right: 0.5em;
    font-family: 'FontAwesome';
    font-size: 0.85em;
    color: #000;
}


.contact-area {
    background-image: url(../img/slgn-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 55px 0px;
    position: relative;
}
.contact-area:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    background: #000;
    opacity: .3;
}
.text-center {
    text-align: center!important;
}

.contact-area h3 {
    font-family: 'Marcellus SC', serif;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
    font-size: 42px;
    padding-bottom: 24px;
}

.contact-area p {
    color: #fff;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 36px;
    
    letter-spacing: 1px;
}

.button-1 {
    border-radius: 4px;
    /* background-color: #f4511e; */
    border: 2px solid #fff !important;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 146px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0 auto;
    background: transparent;
    font-weight: 500;
    
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.why-shoose-sec {
    margin-bottom: 6%;
}

.sec-title {
    position: relative;
    margin-bottom: 17px;
}

.sec-title h2 {
    position: relative;
    font-size: 45px;
    margin-bottom: 45px;
    text-transform: capitalize;
    /* font-weight: 600; */
    font-family: 'Open Sans', sans-serif;
    font-family: 'Grenze', serif;
        padding-top: 45px;
}

.sec-title h2:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 55px;
    height: 3px;
    background: rgb(237, 51, 56);
}

.sec-title span {
    color: #ed3237;
}
.serviceBox {
    background: linear-gradient(to right,#fbdd13,#ff9901);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 5px 30px 25px;
    margin: 10px 0 0 0;
    border-radius: 0 30px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
}

.serviceBox:before {
    content: "";
    background: #fff;
    width: calc(100% - 10px);
    height: 100%;
    border-radius: 0 30px 0 30px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
}

.serviceBox .service-icon {
    color: #fff;
    background: linear-gradient(to right,#fbdd13 50%,#ff9901 130%);
    font-size: 40px;
    width: 70%;
    /* padding: 8px 0 6px; */
    margin: 0 0 35px -30px;
    border-radius: 0 50px 50px 0;
    box-shadow: -5px 5px 5px 0px rgb(0 0 0 / 20%) inset;
}

.serviceBox .title {
    color: #ff9901;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.serviceBox .title:after {
    content: '';
    background-color: #ff9901;
    height: 2px;
    width: 60%;
    margin: 5px auto 0;
    display: block;
    clear: both;
}

.serviceBox .description {
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    margin-top: 0px;
    font-family: 'Slabo 27px', serif;
}

.serviceBox .mission-icon {
    color: #fff;
    background: linear-gradient(to right,#d21b22 50%,#de6e7a 130%);
    font-size: 40px;
    width: 70%;
    /* padding: 8px 0 6px; */
    margin: 0 0 35px -30px;
    border-radius: 0 50px 50px 0;
    box-shadow: -5px 5px 5px 0px rgb(0 0 0 / 20%) inset;
}
.mission-box {
    background: linear-gradient(to right,#ff9fae,#ed1c24);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 5px 30px 25px;
    margin: 10px 0 0 0;
    border-radius: 0 30px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
}

.serviceBox .value-icon {
    color: #fff;
    background: linear-gradient(to right,#273385 50%,#745a92 130%);
    font-size: 40px;
    width: 70%;
    /* padding: 8px 0 6px; */
    margin: 0 0 35px -30px;
    border-radius: 0 50px 50px 0;
    box-shadow: -5px 5px 5px 0px rgb(0 0 0 / 20%) inset;
}

.value-box {
    background: linear-gradient(to right,#ff9fae,#273895);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 5px 30px 25px;
    margin: 10px 0 0 0;
    border-radius: 0 30px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
}

.serviceBox .product-icon {
    color: #fff;
    background: linear-gradient(to right,#d1701e 50%,#cf7751 130%);
    font-size: 40px;
    width: 70%;
    /* padding: 8px 0 6px; */
    margin: 0 0 35px -30px;
    border-radius: 0 50px 50px 0;
    box-shadow: -5px 5px 5px 0px rgb(0 0 0 / 20%) inset;
}

.product-box {
    background: linear-gradient(to right,#ff9fae,#f58220);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 5px 30px 25px;
    margin: 10px 0 0 0;
    border-radius: 0 30px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 1;
}


.about-us-2 .sec-title h2:before {
    content: "";
    position: absolute;
    /* left: 28px; */
    /* margin-left: -28px; */
    bottom: -10px;
    width: 121px;
    height: 6px;
    background: rgb(237, 50, 55);
    border-bottom: 3px solid#000;
}

#contact-us .box-2   {
    height: 470px;
    padding-top: 26px;
    border-radius: 30px;
    background-color: #cc2121;
    border: 10px solid #670404;
    box-shadow: 2px 1px 10px #ccc;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cc2121;
    border-radius: 22px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: 1px 4px 16px rgb(233 232 232);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.feature-2 {
    padding: 2px 0px 40px;
    background: #eee;
}


.about-img-sec-4 {
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0px 2px 2px 2px #dadada;
    margin-top: 70px;
}

.table-section p{
  line-height: 40px;
  text-align: justify;
  font-size: 16px;
  margin-top: -10px;
  font-family: 'Poppins', sans-serif;
}

.table-section{
  margin-bottom: 20px;
}

.table-section td{
  font-weight: 500;
}

.features-data h4{
  color: #dd0b0a;
  font-weight: 900;
  font-size: 31px;
  font-family: BankGothic;
  margin-bottom: 15px;
}

.features-data li{
  line-height: 38px;
  text-align: justify;
  font-size: 16px;
  margin-top: -10px;
  font-family: 'Poppins', sans-serif;
}

.features-data tr th{
  font-weight: 100 !important;
  text-align: justify;
}

.features-data{
  margin-top: 30px;
  margin-bottom: 30px;
}

.features-data p{
  line-height: 32px;
  text-align: justify;
  font-size: 16px;
  margin-top: -10px;
  font-family: 'Poppins', sans-serif;
}

.features-data h6{
  color: #000;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;
}

.vir-table td{
  text-align: justify;
}

.submersible-table p{
  line-height: 40px;
    text-align: justify;
    font-size: 16px;
    margin-top: -10px;
    font-family: 'Poppins', sans-serif;
}

.uses-text h3{
  margin-top: 60px;
  margin-bottom: 10px;
}

.uses-text p{
  line-height: 40px !important;
    text-align: justify;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.table-1 th{
  width: 25%;
}