.lg-mnu-sec2 .logo{
  padding: 10px 0;
    max-width: 260px;
}
.lg-mnu-sec2{
  background-color: #fff;
}
.lg-mnu-sec2 nav{
  float: left;
}
.logo{
  float: left;
}
.logo img{
  width: 100%;
    max-width: 168px;
    float: right;
}
header nav > div > form button{
  width: 50px;
}
header nav > div > ul{
  padding-left: 75px;
}
.li{
  font-size: 25px;
  line-height: 50px;
}
.blink{
  /* transition: 1.5s; */
  animation: blinking 2s infinite;
}
.owl-carousel .owl-item img {
  display: block;
  height: 100%;
  width: 100%;
}
@keyframes blinking {
  0%{
    opacity: 0;
  }
  50%{
    opacity: 1;
    /* display: none; */
  }
  100%{
    opacity: 0;
    /* display: block; */
  }
}
/* .bx{
  transition: 1s;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.bx1{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.bx:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */
header.style3 nav > div > ul > li{
  color: #e15258
}
.sec4{
  background-color: #d71920;
    padding: 20px;
    margin-bottom: 20px;
}  
.secul{
  color: #ffffff !important;
    font-size: 18px;
    display: flex;
    line-height: 40px;
}  
.sec4img{
  width: 25px;
    margin-right: 10px;
    height: 25px;
    margin-top: 5px;
}
.theme-clr{
  color: #d71920;
}
.sec-tl > h2{
  font-size: 30px;
}
/*.sec1img{
  width: 100px;
}*/
.iteration {
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important;
}
.srv-bx4:before{
  border-bottom-color: #d01920;
}
/*.sec1para{
  min-height: 130px;
}*/
.blg-inf{
  border-bottom: 1px solid #dd3c42;
}
.blg-inf > h6{
  text-align: center;
}
.sec2img{
  width: 275px !important;
}
.blg-thmb{
  text-align: center;
}
.blg-inf > h6 a:hover{
  color: #d71920;
}
.blg-inf > a:hover{
  color: #d71920;
}
.blg-inf > a{
  color:#000000;
}
.blg-inf-title
{
  overflow: hidden;
  padding-top: 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.related-product .owl-nav
{
  padding-top: 15px;
}
.related-product .owl-nav .owl-prev,.related-product .owl-nav .owl-next
{
    color: #FFF !important;
    border: none !important;
    padding: 0 !important;
    margin-right: 20px;
    width: 30px;
    border-radius: 5px;
    background-color: #D71920 !important;
}
.theme-bg{
  background-color: #d71920;
}
.camp-bx .prg-wrp > a.theme-btn{
  background-color: #d71920;
}
.camp-inf > h5 a:hover{
  color: #d71920;
}
.cnt-frm > form button{
  float: unset;
  margin-bottom: 40px;
}
.default {
  background: #C50502;
  color: #fff;
  font-weight: 700;
}
.default:hover {
  background: #F5C702;
  color: #000;
  font-weight: 700;
}
.secpro{
  text-align: center;
  padding: 40px;
}
.tbhead{
  padding: 10px;
  color: #000000;
  font-size: 17px;
}
.prodimg{
  border: 2px solid #000;
  padding: 40px;
  border-radius: 8px;
}
/*.theme-btn{
  background-color: #c71b20;
}*/
.prodbtn{
  text-align: center;
  margin-top: 50px;
}
.gap{
  padding: 40px 0;
}
.table_1, .table_1 th, .table_1 td, .table_2, .table_2 th, .table_2 td{
  border: 1px solid #d71920 !important;
}
.table_1 .row-hover td, .table_2 .row-hover td{
  color: #000;
  font-weight: 700;
}
.table_1 .row-hover:hover td, .table_2 .row-hover:hover td{
  color: #d71920;
  font-weight: 700;
}
.tabletd_align td{text-align: center;}
.section {
  padding: 30px 0;
  color: #333;
}
.section .top-side {
  text-align: center;
}
.section .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.section .top-side .title:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto;
}
.section .top-side h2 {
  font-weight: 700;
}
.section.portfolio .filters {
  text-align: center;
  margin-top: 50px;
}
.section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  position: relative;
  background-color: #d71920;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 10px;
}
.section.portfolio .filters ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: #000;
}
.section.portfolio .filters ul li.active
{
  background-color: #000 !important;
}
.section.portfolio .filters ul li a:hover
{
  color: #FFF;
}
.section.portfolio .filters ul li:hover::before
{
  opacity: 1;
  left: 0;
  right: 0;
}
.p-inner h5 a:hover
{
  color: #f5c702;
}
nav > div > ul li.active > a {
  color: #FFF !important;
}
/*.section.portfolio .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
  background-color: #f5c702;
}
.section.portfolio .filters ul li.active:after {
  width: calc(100% - 60px);
}*/

.section.portfolio .filters-content {
  margin-top: 50px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #d7192052;
}
.section.portfolio .filters-content .item .p-inner {
  padding: 20px 10px;
  margin-top: 30px;
  background-color: #d71920;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /*min-height: 90px;*/
}
.section.portfolio .filters-content .item .p-inner h5,.section.portfolio .filters-content .item .p-inner .cat {
  overflow: hidden;
  padding-top: 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.section.portfolio .filters-content .item .p-inner h5 {
  font-size: 16px;
  color: #fff;
}
.section.portfolio .filters-content .item .p-inner .cat {
  font-size: 18px;
  color: #fff;
}
.section.portfolio .filters-content .item img {
  width: 100%;
}
.table_1top, .table_2top, .table_3top {
  padding:30px;
}
.secu2{
  color:#000;
  font-size: 18px;
  display: flex;
  line-height: 40px;
}
.serpara{
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
}
.servh4{
  font-size:25px;
}
.servpara{
  text-align: justify;
  font-size: 18px;
}
.srevtop{
  padding:40px;
}
.sec5para{
  text-align: justify; 
  font-size: 16px;
}
.mview{
  display: block;
}
.dview{
  display: none;
}
.tableh2{
  font-size: 25px; padding-left: 20px; color: #d71920; padding-top: 20px;
}
.conttop{
  padding:40px;
}
.event-detail-desc blockquote{
  margin-top:50px;
}
.secul{
  font-size:15px;
}
.theme-bg-layer::before
{
  background-color: #FFF !important;
}
.service-content
{
  padding:40px;
} 
.our-service, .installation, .inspection, .maintenance, .recharge, .amc, .upgrade, .customer-support
{
  padding: 45px 0px;
}
.installation .sec-tl > h2
{
  margin-top: 0px !important;
}
.inspt
{
  padding: 40px;
}
.amc-content
{
  padding: 0 50px;
}
.event-detail-img:before{
	background-color: unset;
}
.content .sec-tl::before
{
  background-image: url(../images/tl-shp2.png) !important;
}
@media only screen and (max-width:767px){
  .pg-tp-wrp {
    padding-top: 30px !important;
  }
  .left-loc, .left-contact 
  {
    text-align: center;
  }
  .section.portfolio .filters {
    margin-top: 0px !important;
  }
  .amc-content
  {
    padding: 20px !important;
  }
  .wtwdlist {
    font-size: 16px !important;
  }
  .blog-area .container {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .post-item .inner-content .content {
    padding: 35px 30px 35px 30px !important;
  }
  .post-item .inner-content.post-style-two .content {
    padding: 25px 10px 25px 10px !important;
    width: 100% !important;
  }
  .service-content
  {
    padding:20px !important;
  }
  .left-part {
    padding: 20px !important;
  }
  .left-part .mview
  {
    padding: 0px !important;
  }
  .left-part .icon_content
  {
    padding-top:25px !important;
  }
  .inspt
  {
    padding:20px !important;
  }
  .cta_enquiry_text h4,.cta_website_text h4{
    font-size: 22px !important;
    color: #fff;
    float:none !important;
    text-align: center !important;
    margin-bottom: 25px;
  }
  .calltocontent h1{
    font-size: 21px !important;
    margin: 20px 0 25px !important;
  }
  #videosection {
    height: auto !important;
  }
  .table_1top, .table_2top, .table_3top {
    padding:8px;
  }
  .srv-info4 > p{
    font-size: 15px;
  }
  .secul {
    font-size: 15px;
  }
  .sec-tl > h2{
    font-size: 22px;
    margin-top: 30px;
    line-height: 30px;
  }
  .sec5para{ 
    font-size: 15px;
  }
  .section.portfolio .filters ul li{
    padding: 5px 20px;
  }
  .sec2img {
    width: 200px !important;
  }
  .tableh2{
    font-size: 18px;
  }
  .conttop{
    padding: 25px;
  }
  .cnt-inf-lst > li strong{
    font-size: 20px;
  }
  .srevtop {
    padding: 0px;
  }
  .serpara{
    font-size: 18px;
  }
  .secu2{
    font-size:16px;
  }
  .servh4{
    font-size:18px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .servpara {
    font-size: 16px;
  }
  .servimg1{
    margin-top: 20px;
  }
  .firesafetimg{
    margin-bottom: 30px;
  }
  .blog-detail-desc blockquote, .event-detail-desc blockquote{
    padding: 30px;
  }
  .py-5{
    padding-top: 0px !important;
  }
  .black-layer .pg-tp-wrp > h1{
    font-size:28px;
  }
  .footerspan {
    font-size: 35px !important;
    line-height: 65px;
    display: block !important;
  }
  .abt-img {
    padding: 30px 19px 0 0;
  }
  .fcts-lst {
    display: block !important;
    margin-top: 30px !important;
  }
  .fcts-lst > li span {
    font-size: 25px;
  }
  .fcts-lst > li h6 {
    font-size: 16px !important;
  }
  .about-team-abc
  {
    padding: 50px 0px 50px !important;
  }
  .about-team-abc .pg-tp-wrp
  {
    padding-top: 0px !important;
  }
  .about-team-abc p{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .choose-section .image
  {
    text-align: center;
  }
  .choose-section .icon-layer-three, .choose-section .icon-layer-five
  {
    display:none;
  }
  .pg-tp-wrp h1:after{
  	top: 55px;
  }
  .breadcrumb
  {
    padding-top: 10px !important;
  }
  .pg-tp-wrp ol.breadcrumb{
  	margin: 0px 0 0px;
  }
  .calltoicon, .calltocontent{
  	float: none !important;
  }
  .iso_cta{
  	text-align: center;
  	padding: 35px 0 35px !important;
  }
  .logo img{
  	max-width: 125px;
  }
  .lg-mn{
  	padding: 10px 10px;
  }
  footer .gap {
    padding: 40px 0px 25px !important;
}
.callto_action{
	padding: 20px 0 30px !important;
}
.abt-img{
	margin-top: 25px;
}
}
@media (max-width: 980px)
{
  .fcts-lst {
    margin-top: 30px !important;
  }
  #videosection {
    height: auto !important;
  }
  .choose-section .image-column .section-icons {
    display: none;
  }
}
@media only screen and (min-width:768px){
  .mview{
    display: none;
  }
  .dview{
    display: block;
  }
  .products_sec .col-md-2 {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
  }
  .sec-tl > h2{
    margin-top:20px;
  }
  .moblieimg{
    text-align: center;
  }
}
.m-view {
  display: none;
}
/* Home Page Video Banner Section Css Here */
#videosection {
  position: relative;
  height: 700px;
  overflow: hidden
}
#videosection .videocontent {
  position: absolute;
  top: 40%;
  margin-left: auto;
  margin-right: auto
}
#videosection .videocontent h1 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 3px
}
#videosection .videobtn {
  margin-top: 20px
}
#videosection video {
  width: 100%;
}
/* Home Page Product Section Css Here */
.mtb45 {
  margin-top: 30px;
  margin-bottom: 45px;
}
.products_sec h2 {
  font-size: 20px;
}
/* For Enquires Section Css Here */
.footerspan {
  font-size: 45px;
}
.cta_text h2 a:hover {
  color: #303030;
}
.cta_text h2, .cta_text h1 {
  color: #fff;
}
/* Home Page About Section Css Here */
.gap {
  padding: 50px 0;
}
.abt-desc > ul li::before
{
  background-color: #d71920;
}
/* Home Page Counter Section Css Here */
.callto_action {
  background: linear-gradient(0deg, rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)), url(../siteimg/home/fireflame.jpg);
  background-attachment: scroll, scroll;
  background-attachment: fixed;
  padding: 70px 0 50px;
}
.fcts-lst {
  display: flex;
}
.fcts-lst > li {
  border-bottom: unset;
  border-left: unset;
  padding: 10px 15px;
}
.fcts-lst li span, .fcts-lst li h6 {
  color: #fff;
}
.fcts-lst > li span.extra::before {
  height: 0px;
}
.wdgt-bx > ul.cat-lst li {
  text-align: left;
}
.wtwdlist {
  font-size: 18px;
  display: flex;
  line-height: 40px;
}
/* Footer Section Css Here */
footer .gap {
  padding: 70px 0px 30px;
}
footer .left-loc h4 {
  color: #fff;
  margin-top: 30px;
  font-size: 24px;
  margin-bottom: 25px;
}
footer .left-loc p {
  color: #fff;
  font-size: 17px;
}
.left-contact {
  margin-top: 30px;
}
.drk-bg .wdgt-bx > h5{
  margin-top: 30px;
}
.left-contact p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.left-contact p a:hover, .right-contact p a:hover {
  color: #D71A21;
}
.cta_enquiry_text h4 {
  font-size: 25px;
  color: #fff;
  /*text-align: center;
  margin-bottom: 30px;*/
}
.cta_website_text h4 {
  font-size: 25px;
  color: #fff;
  float: right;
  text-align: center;
}
.footerh2 {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
.cta_text p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.footerpara1 {
  font-size: 25px;
  line-height: 40px;
}
.footerpara2 {
  font-weight: 800;
  font-size: 25px;
}
.calltoicon, .calltocontent {
  float: left;
}
.calltoicon {
  color: #fff;
  line-height: 49px;
  font-size: 40px;
  padding-right: 20px;
}
.calltocontent h1 {
  font-size: 28px;
}
.calltocontent h1 {
  color: #fff;
  margin: 10px 0 0;
}
.iso_cta {
  background: url(../siteimg/home/ctaimg.jpg);
  background-attachment: fixed;
  padding: 70px 0 50px;
  margin-top: -7px;
  background-size: cover;
  background-position: center;
}
.cta_text h2, .cta_text h1 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  /*margin-bottom: 30px;*/
}
.product_title {
  width: 100%; 
  text-align: center; 
  border-bottom: 3px solid #000; 
  line-height: 0.1em;
  margin: 10px 0 20px; 
} 
.product_title span { 
  background:#fff; 
  padding:0 10px; 
}
/* Service Page Css Here */
.blg-inf > a {
  position: absolute;
  right: 0;
  font-family: montserrat;
  /* font-family: "Manrope Sans-serif"; */
  font-size: 20px;
  background-color: #fff;
  font-weight: 600;
}
.vdo-car .owl-nav > button.owl-prev:hover,.vdo-car .owl-nav > button.owl-next:hover
{
  background-color: #d71920;
}
.left-part
{
  padding: 60px;
  background-image: url(../../wp-content/uploads/2015/04/Installation.html) !important;
}
.left-part::before
{
  position: absolute;
  content: "";
  background: rgba(240, 243, 246, .9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.icon_content
{
  position: relative;
}
/*.blog-area .container
{
  padding-bottom: 90px;
  padding-top: 90px;
}*/
.post-item .inner-content .content h4 a:hover, .post-item .inner-content.post-style-two .content ul li
{
  color:#FFF;
} 
.post-item .inner-content {
  background-color: #3e3e3e;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  position: relative;
  z-index: 1;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.post-item .inner-content .content {
  padding: 35px 30px 35px 64px;
}
.post-item .inner-content .content .meta {
  margin-bottom: 11px;
}
.post-item .inner-content .content .title {
  /*font-size: 25px;*/
  font-size:18px;
  line-height: 1.52;
  color: #FFF;
}
.post-item .inner-content:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
  top: 0;
  bottom: auto;
}
.post-item .inner-content::after {
  bottom: 0;
  content: "";
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: auto;
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  z-index: -1;
}
.post-item .inner-content.post-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-item .inner-content.post-style-two .thumb {
  background-size: cover;
  height: auto;
  width: 44.445%;
}
.post-item .inner-content.post-style-two .content {
  padding: 70px 30px 76px 40px;
  width: 55.555%;
}
@media only screen and (max-width:575px){
  .isotope-pager
  {
    padding-top: 75px !important;
  }
  .breadcrumb
  {
    padding-top: 10px;
  }

  .pg-tp-wrp h1::after {
    top: 50px;
  }
  .img-part
  {
    max-width: 100% !important;
    flex: 100% !important;
    padding-bottom: 0px !important;
  }
  .post-item .inner-content.post-style-two .thumb {
    width: 100%;
    height: 290px;
  }
  .post-item .inner-content.post-style-two {
    display: block;
  }
  .choose-section .content-column .srv-info4 h4
  {
    text-align: center;
  }
  .about-cat-list
  {
    padding:0px !important;
  }
  .our-service-list, .recharge-list, .upgrade-list
  {
    padding: 0px !important;
  }
}
.vdo-bx::before
{
  background-color: unset !important;
}
.lady-justice-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: -30px -30px 0 #c50502;
  opacity: 1;
  border-radius: .25rem;
}
/*Portfolio Filter Css Here */
.category-filter-btn
{
  display: inline-block;
  color: #fff;
  font-family: montserrat;
  /* font-family: "Manrope Sans-serif"; */
  font-weight: 500;
  font-size: 15px;
  padding: 14px 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.category-filter-btn::before
{
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: #F5C702;
}
.isotope-pager a{
  margin: 6px 1px;
  display: inline-block;
  width: 50px;
  /* height: 60px; */
  line-height: 31px;
  color: #FFF;
  font-weight: 600;
  transition: 0.3s;
  /* position: relative; */
  /* padding-right: 26px; */
  box-shadow: -1px 1px 11px rgba(0,0,0,.1);
  border-radius: 25px;
  background-color: #d71920;
  border: .5px solid #d71920;
  text-decoration:none;
}
.isotope-pager a:hover{
  color: #fff;
  border: .5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
  background-color: #000;
}
.isotope-pager .active{
  color: #FFF !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #000;
    border: 1px dotted #e3ca66;
}
.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}
.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}
.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}
.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}
.about-cat-list li
{
  color: #FFF;
}
.about-team-abc
{
  background-image: linear-gradient(rgb(215 25 32 / 51%), rgb(215 25 32 / 94% ) ),url(../siteimg/about_us/GreatFire-BrettStalbaum.jpg);
  background-attachment: fixed;
  padding: 70px 0 50px;
  margin-top: -7px;
  background-size: cover;
  background-position: center;
}
.choose-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f7f9;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.choose-section .image-column {
  position: relative;
  margin-bottom: 30px;
}
.choose-section .image-column .inner-column {
  position: relative;
}
.choose-section .image-column .section-icons {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.choose-section .image-column .section-icons .icon-layer-one {
  position: absolute !important;
  left: -15% !important;
  top: auto !important;
  bottom: -5% !important;
  width: 364px;
  height: 296px;
  z-index: 1;
}
.choose-section .image-column .section-icons .icon-layer-two {
  position: absolute !important;
  left: auto !important;
  top: auto !important;
  right: 22% !important;
  bottom: 0% !important;
  width: 351px;
  height: 186px;
  opacity: 0.70;
}
.choose-section .image-column .image {
  position: relative;
}
.choose-section .image-column .icon-layer-three {
  position: absolute;
  left: -5%;
  bottom: 30%;
  width: 91px;
  height: 84px;
  z-index: 1;
  background-repeat: no-repeat;
}
.choose-section .image-column .icon-layer-four {
  position: absolute;
  right: 22%;
  top: 6%;
  width: 98px;
  height: 51px;
  z-index: 1;
  background-repeat: no-repeat;
}
.choose-section .image-column .icon-layer-five {
  position: absolute;
  right: 43%;
  bottom: 16%;
  width: 22px;
  height: 23px;
  z-index: 1;
  background-repeat: no-repeat;
}
.choose-section .content-column {
  position: relative;
  margin-bottom: 30px;
}
.choose-section .content-column .inner-column {
  position: relative;
}
.choose-section .content-column .sec-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.choose-section .content-column .sec-title .title {
  position: relative;
  color: #ff4c1c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7em;
  font-family: 'Roboto', sans-serif;
  /* font-family: "Manrope Sans-serif"; */
}
.choose-section .content-column .sec-title h2 {
  font-size: 36px;
  line-height: 1.2em;
  margin-top: 10px;
}
.choose-section .content-column .text {
  position: relative;
  color: #41496b;
  font-size: 17px;
  line-height: 1.7em;
  margin-bottom: 35px;
}
.choose-block {
  position: relative;
}
.choose-block .inner-box::before {
  position: absolute;
  content: '';
  right: 20px;
  top: 0px;
  bottom: 0px;
  width: 1px;
  border-right: 1px dashed #d3ddf2;
}
.choose-block .inner-box .icon {
  position: relative;
  margin-bottom: 10px;
}
.choose-block .inner-box h5 {
  position: relative;
  margin-bottom: 10px;
}
.choose-block .inner-box .choose-text {
  position: relative;
  line-height: 1.7em;
  color: #0e0e0e;
}
.content-row .srv-bx4
{
  padding: 25px 25px !important;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
html {
  scroll-behavior: smooth;
}
.btn-floating.btn-lg {
  z-index: 99;
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: #d71920 !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
}
.btn-floating {
  border-radius: 50%;
  padding: 0;
  position: relative;
}
/*Sticky Header Style */
header.style3.stick.sticky nav > div > ul > li {
  line-height: 84.7px;
}
header.style3.stick.sticky
{
  top: 0px;
}
header.style3.stick.sticky .lg-mnu-sec2 .logo
{
  max-width: 125px !important;
}
header .lg-mnu-sec2 nav > div > ul.header-menu li.menu-item-has-children.active > a
{
  font-weight: bold;
}
.header-menu > .menu-item-has-children.active > a {
  color: #d71920 !important;
}
.tag-clouds > a {
  background-color: #000000;
}
/* Home page video section */
.home-vid{
  margin-top: 100px;
  margin-bottom: 50px;
}
/* modal */
#exampleModal{
  top: 0% !important;
  z-index: 99999 !important;
}
.modal-open .modal{
  overflow: hidden !important;
}
.blur{
  /* opacity: 1; */
  opacity: 0.5;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
  width: 50%;
  height: 60px;
  /* margin-top: 170px; */
}
.whatsapp{
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: block;
}
.carousel-inner{
  height: 480px;
}