@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    overflow-x: hidden;
font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    text-align: justify;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    margin-bottom: 0px;
}
a:hover{
	color: #000;
}

.fl-w {
    float: left;
    width: 100%
}

.text-box {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
.navbar-nav{
    float: left;
    width: 100%;
}
.navbar-brand img{
	width: 100px;
}
.bg-light{
  background: transparent!important;
  float: left;
  width: 100%;
  padding: 0px 0px;
}

.bg-color {
  background: #fff;
  position: fixed !important;
  top:0!important;
}
.navbar-light .navbar-nav .nav-link{
      color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 16px;
    float: left;
    text-transform: uppercase;
    width: 100%;
}
.menu-bar .nav-item:last-child .nav-link{
padding: 0px 0px;
}
.menu-bar {
  width: 100%;
  position: absolute;
  top:49px;
  z-index: 100;
  background: #ffffff8f;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #ed2024;
  font-weight: 600;
}
.header-icons ul li a:last-child{
  padding-right: 0px;
}

.top-part{
    padding: 10px 0px;
    background: #ed2024;
     width: 100%;
  position: absolute;
  top:0px;
  z-index: 100;
}

.header-link {
    margin: 0;
    padding: 0;
    float: left;
}
.modal-title{
  text-align: center;
    float: left;
    width: 100%;
    color: #3686bb;
    font-size: 20px;
}

.header-link li {
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    padding-right: 20px;
    font-weight: 500;
}
.header-link li i{
    color: #fff;
    padding: 0px 5px 0px 10px;
}
.header-link li a{
    color: #fff;
   text-decoration: none;
   padding: 0px 10px;
}
.header-icons{
    float: left;
}
.bottom-social-icon{
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
}

.bottom-social-icon li {
  float: left;
  font-size: 14px;
  list-style: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bottom-social-icon li i {
  height: 30px;
  width: 30px;
  line-height: 27px;
  text-align: center;
  border: 2px solid rgba(255,255,255,1.00);
  border-radius: 0px;
  margin-right: 5px;
  color: #ed2024;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #FFF;
}
.bottom-social-icon li:hover i {
  background-color: transparent;
  color: #fff;
}

.text-box p{
 color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}

.text-box h1{
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
figure {
    margin: 0 0 0;
}

.padd-1 {
    padding: 0px 0px 70px;
}

.about{
  position: relative;
}
.about .logo1{
	margin-bottom: 0px;
  float: right;
}
.left{
  float: right!important;
    font-size: 17px;
    color: #006fa1;
    line-height: 22px;
    padding-bottom: 15px;
}

.about h2{
	float: left;
}

.about-item{
  position: relative;
  transition: all 500ms ease;
  margin-bottom: 30px;
}

.about-item .img-box{
  position: relative;
  transition: all 500ms ease;
}

.about-item .single-content{
  position: relative;
  padding: 48px 0px 22px 28px;
  border: 1px solid #e7e7e7;
  border-top: none;
  background: white;
  transition: all 500ms ease;
}
.text{
	padding: 0px 20px 0px 0px;
}

.about-box{
  position: absolute;
  right: 15px;
  top: -40px;
  color: white;
  width: 80px;
  height: 80px;
  line-height: 110px;
  background: #ed2024;
  transform: rotate(-45deg);
}
.logo1{
	width: 100px;
  margin-bottom: 15px;
}

.about-item .single-content i:before{
  position: relative;
  margin: 0;
  display: block;
  left: 15px;
  transform: rotate(45deg);
  font-size: 40px;
}

.about-item h4{
  margin-bottom: 8px;
  color: #ed2024;
  font-size: 20px;
  font-weight: 600;
}

.about-item .overlay:before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 50%;
  bottom: 0;
  background: #0000006e;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.about-item .overlay-2:before{
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00000033;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.about-item:hover .overlay-2:before{
  left: 100%;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.about-item:hover .overlay:before{
  right: 100%;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.about-2{
  position: relative;
  background-size: cover;
}

.about-item-2{
  overflow: hidden;
  position: relative;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  background: #ed2024;
}

.welcome{
  position: relative;
  background-size: cover;
}

.welcome h4{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.welcome p{
  margin-bottom: 40px;
}

.welcome img{
  width: 100%;
}

.featured-item img{
  width: 100%;
  height: auto;
  opacity: 1;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.featured-item:hover img{
  opacity: 0.3;
  transform: scale(1.1);
}

.featured-item .about-content{
  width: 78px;
  height: 78px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.featured-item:hover .about-content{
  background-color: rgb(255, 34, 80);
}

.featured-item .icon i:before{
  position: relative;
  font-size: 45px;
  left: -5px;
  color: #fff;
  top: 2px;
  opacity: 0;
  transform: rotate(-45deg);
  display: block;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.featured-item:hover .icon i:before{
  opacity: 1;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.featured-item{
  border: 1px solid #dadada;
  border-bottom: 1px solid #ed20246b;
  margin-bottom: 30px;
}

.featured-item .single-content{
  padding: 15px;
}

.featured-item .single-content h4 a{
  margin-bottom: 8px;
  color: #ed2024;
  font-size: 20px;
  font-weight: 600;
}

.about-item-2 .about-content:before,
.about-item-2 .about-content:after,
.about-item-2 .about-content .icon:before,
.about-item-2 .about-content .icon:after{
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.about-item-2 .about-content:before,
.about-item-2 .about-content:after{
  width: 0;
  height: 2px;
}

.about-item-2 .about-content .icon:before,
.about-item-2 .about-content .icon:after{
  width: 2px;
  height: 0;
}

.about-item-2 .about-content:before,
.about-item-2 .about-content .icon:before{
  top: 0;
  left: 0;
}

.about-item-2 .about-content:after,
.about-item-2 .about-content .icon:after{
  bottom: 0;
  right: 0;
}

.featured-item:hover .about-content:before,
.featured-item:hover .about-content:after{
  width: 100%;
}

.featured-item:hover .about-content .icon:before,
.featured-item:hover .about-content .icon:after{
    height: 100%;
}
.section-title{
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.section-title h2 {
  position: relative;
  font-size: 38px;
  text-transform: uppercase;
  font-weight:  700;
  margin-bottom: 15px;
}

.section-title span{
  color: #ed2024;
}

.two-col-sec .two-col-img-holder img {
    float: right;
    max-width: none;
}

.two-col-sec .two-col-content {
  margin-right: -30px;
  margin-top: 90px;
}

.service-block-five {
  position: relative;
  margin-bottom: 30px;
}



.service-block-five .inner-box {
  position: relative;
  padding: 30px 15px 25px;
  border: 1px solid #ed202430;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  background: #ed2024;
}

.service-block-five .inner-box h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 12px;
  color: #fff;
}

.service-block-five .inner-box h4  {
  color: #fff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.service-block-five .inner-box .text-us {
  color: #fff;
  font-size: 14px;
}
.service-block-five .inner-box:hover .icon-box,
.service-block-five .inner-box:hover .text-us,
.service-block-five .inner-box:hover h4 a,
.service-block-five .inner-box:hover {
  color: #fff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.service-block-five .inner-box:hover {
  background-color: #ed2024;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}



.service{
  position: relative;
  background-size: cover;
}

.service.style-2{
  position: relative;
}

.service.style-3{
  background-size: cover;
}

.service-item{
  text-align: center;
  padding: 36px 10px;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  background: #fff;
}

.service-item .service-logo i:before{
  margin: 0;
  font-size: 40px;
  color: #ed2024;
}

.service-item .service-logo{
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  margin-bottom: 22px;
  position: relative;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item .service-logo:before{
  content: "";
  width: 120px;
  height: 1px;
  border: 1px solid #ed2024;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}
.service-item:hover .service-logo:before{
  width: 90px;
  height: 90px;
  border: 3px solid #ed2024;
  top: 13px;
  left: 13px;
  transform: rotate(45deg);
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}
.service-item .title a{
 display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
  margin: 0 0 15px 0;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item:hover .title a{
  color: #ed2024;
}

.service-item .description{
  font-size: 14px;
  color: #333;
  line-height: 25px;
  text-align: center;
}

.service-2{
  position: relative;
  background-size: cover;
  background-position: center;
  border-top: 1px solid #f5f5f5;
}

.service-item-2{
  text-align: center;
  padding: 50px 10px 20px;
  border: 1px solid #ed202436;
  margin-bottom: 20px;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item-2:hover{
  border: 1px solid #ed202485;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item-2 .service-logo i:before{
  position: absolute;
  display: block;
  transform: rotate(-45deg);
  font-size: 40px;
  color: #ffffff;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -30px;
}

.service-item-2 .service-logo{
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #ed2024;
  left: 50%;
  margin-left: -45px;
  transform: rotate(45deg);
  background: #ed2024;
  margin-bottom: 40px;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item-2 .title a{
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 15px 0;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item-2:hover .title a{
  color: #ed2024;
}

.service-item-2 .description{
  font-size: 16px;
  color: #888;
  line-height: 25px;
}

.main-service{
  position:relative;
  background-size:cover;
}

.main-service.style-2{
  position: relative;
  margin-bottom: 100px;
}

.main-service:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  background-color: rgba(0, 0, 0, 0.88);
}

.main-service .section-title{
  color: #fff;
}

.main-service .section-title p{
  color: #fff;
  margin: 0 auto;
}

.serviceBox{
    text-align: center;
    margin: 0 -15px;
}

.serviceBox img{
  width: 100%;
  height: auto;
}

.serviceBox .service-content{
  position: relative;
  color: #ffffff;
  border: 1px solid rgba(255, 34, 80, 0.39);
  background: #ffffff30;
  padding: 65px 30px 30px;
}

.serviceBox .service-icon{
  display: block;
  width: 70px;
  height: 70px;
  background: #ffffff;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  border: 1px solid #ed2024;
  margin: auto;
  transform: rotate(45deg);
}

.serviceBox .service-icon i:before{
  position: relative;
  font-size: 34px;
  line-height: 70px;
  margin: 0;
  color: #ed2024;
  transform: rotate(-45deg);
  display: block;
}

.serviceBox .title{
  position:  relative;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  top: 10px;
}

.serviceBox .description{
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.serviceBox .read-more{
  position:  relative;
  display: inline-block;
  padding: 11px 30px;
  border: 1px solid #ed2024;
  top: -8px;
  border-radius: 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ed2024;
  background: #ffffff;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}

.serviceBox .read-more:hover{
  color: #ffffff;
  background: #ed2024;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.serviceBox.middle .service-content{
  padding: 30px 30px 65px;
}

.serviceBox.middle .service-icon{
  bottom: -35px;
  top: auto;
}
.main-service{
  position:relative;
  background-size:cover;
}

.main-service.style-2{
  position: relative;
  margin-bottom: 100px;
}

.main-service:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  background-color: rgba(0, 0, 0, 0.88);
}

.main-service .section-title{
  color: #fff;
}

.main-service .section-title p{
  color: #fff;
  margin: 0 auto;
}

.serviceBox{
    text-align: center;
    margin: 0 -15px;
}

.serviceBox img{
  width: 100%;
  height: auto;
}

.serviceBox .service-content{
  position: relative;
  color: #ffffff;
  border: 1px solid rgba(255, 34, 80, 0.39);
  background: #ffffff30;
  padding: 65px 30px 30px;
}

.serviceBox .service-icon{
  display: block;
  width: 70px;
  height: 70px;
  background: #ffffff;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  border: 1px solid #ed2024;
  margin: auto;
  transform: rotate(45deg);
}

.serviceBox .service-icon i:before{
  position: relative;
  font-size: 34px;
  line-height: 70px;
  margin: 0;
  color: #ed2024;
  transform: rotate(-45deg);
  display: block;
}

.serviceBox .title{
  position:  relative;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  top: 10px;
}

.serviceBox .description{
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.serviceBox .read-more{
  position:  relative;
  display: inline-block;
  padding: 11px 30px;
  border: 1px solid #ed2024;
  top: -8px;
  border-radius: 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ed2024;
  background: #ffffff;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}

.serviceBox .read-more:hover{
  color: #ffffff;
  background: #ed2024;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.serviceBox.middle .service-content{
  padding: 30px 30px 65px;
}

.serviceBox.middle .service-icon{
  bottom: -35px;
  top: auto;
}
.padd-2 {
    padding: 100px 0px 100px;
}

.padd-3{
  padding: 95px 0 70px;
}


.team-area {
  position: relative;
  overflow: hidden;
  background-size: cover;
}


.team-area .item {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.team-area .item .link {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 0px 0px;
  width: 100%;
  opacity: 0;
  transition: all 500ms ease;
}

.team-area .item .link li {
  display: inline-block;
  transition: all 100ms ease;
  margin: 0 1px;
  float: left;
}

.team-area .item .link li a {
  color: #ed2024;
  font-size: 22px;
  height: 50px;
  line-height: 54px;
  width: 50px;
  float: left;
  border: 1px solid #ed2024;
  background: #fff;
  border-radius: 50%;
}

.team-area .item .link li a :hover {
  color: #ed2024;
  transition: all 500ms ease;
}

.team-area .item .text {
  padding: 13px 0px;
  background: #ed2024;
  transition: all 700ms ease;
  color: #fff;
}

.team-area .item .text h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 700ms ease;
}

.team-area .item .text h3 a{
  color: #fff;
}

.team-area .item .text h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 700ms ease;
  margin-bottom: 5px;
}

.team-area .item .text h4 {
  color: #fff;
  font-size: 16px;
}

.team-area .item:hover .text {
  transition: all 900ms ease;
  background: #ed2024;
}

.team-area .item:hover .link {
  opacity: 1;
  transition: all 900ms ease;
  bottom: 85px;
  overflow: hidden;
}

.team-area .item:hover .text h3 a{
  color: #fff;
  transition: all 700ms ease;
}

.team-area .item:hover .text h4 {
  color: #fff;
  transition: all 700ms ease;
}

.team-area img{
  width: 100%;
  border: 1px solid #0d7eb4;
}

.our-team{
  text-align: center;
  margin-bottom: 30px;
}

.our-team .pic{
  position: relative;
}

.our-team .pic:before,
.our-team .pic:after{
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.our-team .pic:after{
  border: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.our-team:hover .pic:before,
.our-team:hover .pic:after{
  border-color: #ed20245e;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.our-team .pic img{
  width: 100%;
  height: auto;
}

.our-team .team-content{
  background: #ed2024;
  border-top: 4px solid #fff;
  padding: 10px 0;
  color: #fff;
  position: relative;
}

.our-team:hover .team-content{
  background: #ed2024;
}

.our-team .title{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.our-team .post{
  display: block;
  color: #fff;
  font-size: 16px;
}

.our-team .social{
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  bottom: 95px;
  right: 0;
  margin: auto;
  transform: scale(0);
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.our-team:hover .social{
  transform: scale(1);
}

.our-team .social li{
  display: inline-block;
}

.our-team .social li a{
  display: block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 24px;
  color: #ed2024;
  position: relative;
  z-index: 1;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.our-team .social li a:hover{
  color: #ed2024;
}

.our-team .social li a:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.our-team .social li:hover a:before{
  background: #fff;
  color: #ed2024;
  transform: rotate(-45deg);
}

.padd-4{
  padding: 95px 0 80px;
}


.sq-crousal4 .carousel-indicators li::before {width: 15px;height: 15px;background: #444;border-radius: 50%; border: solid 2px #AAACAE;
  transition: all 0.3s ease 0s;box-shadow: 6px 6px 8px #E9E0E0 inset;}
  .sq-crousal4 .carousel-indicators li.active::before {background: #1870ed;box-shadow: 2px 3px 2px #e5edf8 inset;border-color: #1870ed;}
  .sq-crousal4 .carousel-indicators {bottom: -40px;}
  .sq-crousal4 li {width: 20px;}
  .sq-crousal4 .fa-angle-left {font-size: 45px;color: #444;left: -30px;position: relative;top: -17px;}
  .sq-crousal4 .fa-angle-right {font-size: 45px;color: #444;right: -30px;position: relative;top: -17px;}
 
  .feedback-text{
margin-top: 15px;
    float: left;
    width: 100%;
  }
.padd-5 {
    padding: 100px 0px 90px;
     position: relative;
  background-size: cover;
  background-color: #f5f4f4;
}
.feedback-text h3{
  font-size: 40px;
  color: #222;
}
.quotes i{
  margin-top: 10px;
  font-size: 30px;
  color: #828282;
}
.feedback-text small{
  margin-top: 20px;
  font-size: 16px;
  color: #ed2024;
}

.footer{
  position:relative;
  padding: 50px 0;
  background: #104570;
}

.footer .overlay{
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: #0c0c0c;
}

.footer .footer-widget h3{
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 25px;
  margin-left: 0px;
  margin-top: 32px;
}

.footer .footer-widget .logo{
}

.footer .footer-widget .logo p{
  color: #e2e2e2;
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 20px;
}
.footer .footer-widget .logo ul{
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.footer .footer-widget .logo ul li{
  display: inline-block;
}

.footer .footer-widget .logo ul li a{
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 10px;
  margin-right: 6px;
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  background: #444444;
  color: #ffffff;
  line-height: 40px;
  border-radius: 50%;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}

.footer .footer-widget .logo ul li a:hover{
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
  color: #ea0918;
  background: #fff;
}

.footer .logo .face-icon{
  margin-top: 20px;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}
.footer .names ul{
  margin: 0;
  padding: 0;
}
.footer .names ul li{
  margin-bottom: 12px;
  margin-left: 10px;
  list-style: none;
}

.footer .names ul li a{
  position: relative;
  font-size: 14px;
  color: #e2e2e2;
  transition: .3s;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}

.footer .names ul li a i{
  margin-right: 10px;
}

.footer .footer-widget.our-service.style-2{
  background: #ea0918;
  padding: 1px 20px 21px;
}

.footer .names ul li a:hover{
  transition: .3s;
  color: #ffffff;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}

.footer .instagram h2 {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 33px;
  margin-top: 30px;
}

.footer .title h4{
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 33px;
  margin-top: 30px;
}

.footer .form-group {
  margin-bottom: 18px;
}

.address ul li{
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

.address ul li i{
  margin-right: 15px;
  font-size: 18px;
}

/* Gallery Widget */

.footer .gallery-widget .row {
  margin: 0px -5px;
}

.footer .gallery-widget .image {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 5px 10px;
}

.newsletter h2{
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 26px;
  margin-top: 30px;
}

.newsletter p{
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.contact-form{
  margin-top: 15px;
}

.contact-form .form-group input[type="email"] {
  color: #848484;
  display: block;
  font-size: 16px;
  height: 50px;
  width: 100%;
  line-height: 26px;
  font-weight: 400;
  padding: 10px 25px;
  background: #fff;
  box-shadow: none;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  transition: all 500ms ease;
}

.sub-btn{
  padding: 12px 20px;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;

}

.sub-btn:hover{
  background: #ffffff;
  color: #000000;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}

.last-footer{
  padding: 10px 0 10px;
  background: #171717;
}

.last-footer .text h4{
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.contact-bg{
  padding: 50px 0px;
}
.contact-bg h4{
font-size: 25px;
    color: #256fa0;
    font-weight: 600;
    float: left;
    width: 100%;
}

.contact-bg span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    width: 100%;
    display: table;
    color: #6c757d;
    float: left;
    padding: 10px 0px;
}

.contact-bg span:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #92ba19;
    display: inline-block;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #68a1d0;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #0075ab;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.back-cont {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  float: left;
  width: 100%;
  margin-top: 30px;
}


.total-info{
  float: left;
  width: 100%;
  margin-top: 30px;
}

.media-contact-info a{
  color: #898989;
}

.media-contact-info a:hover{
  color: #4b5b2f;
  text-decoration: none;
}

.l-p-heading-sec {
  position: relative;
  float: left;
  width: 100%;
}

.popup-gallery p{
    text-align: center;
    padding-top: 15px;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}
.breadcrumb-part {
  margin: 0px;
  padding: 10px 0px;
  background-color: #f5f5f5;
  float: left;
  width: 100%;
}

.bed-crown {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.bed-crown li {
  float: left;
  list-style: none;
}

.bed-crown li a {
  font-size: 14px;
  margin: 5px 5px 0px 0px;
  padding: 0px 1px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #0076ac;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.company-overview {
  padding: 50px 0px;
}

.company-overview h2 {
  font-weight: 700;
  color: #ed2024;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 27px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  float: left;
  width: 100%;
}
.company-overview img{
  margin-bottom: 15px;
}

.mission-sec{
  background: #f4f4f4;
  padding: 50px 0px;
}

.img-l-box {
    position: relative;
    float: left;
    margin-right: 10px;
}
.img-box2 {
    float: left;
    margin-top: 10px;
}
.img-r-box{
  float: left;
}

#accordion {
      float: left;
    width: 100%;
    margin-top: 30px;
}

.btn-link {
    font-weight: 600;
    color: #58595b;
    text-decoration: none;
}
.btn-link:hover{
  color: #ed2024;
  text-decoration: none;
}
.sec-header3 h2 {
   font-size: 29px;
    color: #ed2024;
    font-weight: 600;
    float: left;
    width: 100%;
    text-transform: uppercase;
}
.page-list{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.page-list li{
  list-style: none;
  font-size: 14px;
    color: #989ea1;
    line-height: 22px;
    margin-bottom: 10px;
}
.page-list li i{
  color: #f37a2f;
}

.contact-us-item-one{
  position: relative;
  text-align: center;
  background: #ffffff;
  transition: all 1s ease 0s;
  margin-bottom: 40px;
  border: 1px solid #ea091826;
  padding: 40px 60px;
}

.contact-us-item-one .icon{
  line-height: 50px;
  margin-bottom: 10px;
}

.contact-us-item-one .icon i:before{
  font-size: 40px;
  color: #ea0918;
  margin: 0;
}

.contact-us-item-one .icon i:after{
  content: "";
  width: 40%;
  border-top: 2px solid #ea0918;
  display: block;
  margin: 15px auto;
  transition: all 0.8s ease 0s;
}

.contact-us-item-one:hover .icon i:after{
  width: 80%;
}

.contact-us-item-one strong {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.contact-us-item-one p {
  font-size: 13px;
  font-weight: 400;
  color: #ea0918;
  line-height: 25px;
  text-align: center;
  padding: 10px 30px;
}

.contact-us-item-one a:hover{
  color: #ea0918;
  transition: all 1s ease 0s;
}

.dropdown-item:hover{
  background: #ed2024;
  color: #fff;
}
.dropdown-menu{
  padding: 0px 0px;
}
.dropdown-divider {
    height: 0;
    margin: 0 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item{
  padding: 10px;
  font-size: 14px;
}
.footer-widget p{
  color: #fff;
}
.footer-widget.instagram ul{
      padding-top: 5px;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.footer-widget.instagram ul li{
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 5px 5px 0;
  list-style: none;
}
.more{
  color: #ed2024;
}
.more:hover{
  color: #fff;
}

.wt{
  padding-left: 10px;
}

.last-footer a:hover{
  color:#ed2024; 
}

.read-more{
  position:  relative;
  display: inline-block;
  padding: 11px 30px;
  border: 1px solid #ed2024;
  top: 10px;
  border-radius: 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ed2024;
  background: #ffffff;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}

.read-more:hover{
  color: #ffffff;
  background: #ed2024;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.service.style-2{
  position: relative;
  background-color: #f7f7f7;
}
.service{
  padding: 50px 0 20px 0px;
  background-size: cover;
}


.service.style-2 .service-item{
  padding: 35px 20px 25px;
  border: 1px solid #00000014;
  text-align: center;
  position: relative;
  transition: all 0.3s ease 0s;
  background: #fff;
  margin-bottom: 30px;
}

.service.style-2 .service-item:hover{
  border-color: #ffffff;
  background: #ea0918;
}

.service.style-2 .service-item .service-icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  color: #ea0918;
  margin: 0 auto 15px;
  position: relative;
}

.service.style-2 .service-item .service-icon i:before{
  margin: 0;
  transform: scale(1);
  text-align: center;
  font-size: 36px;
  line-height: 80px;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.service.style-2 .service-item:hover .service-icon i:before{
  transform: scale(1.15);
  color: #ffffff;
}

.service.style-2 .service-item .title a{
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  margin: 0 0 15px 0;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.service.style-2 .service-item:hover .title a{
  color: #ffffff;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  text-decoration: none;
}

.service.style-2 .service-item .title:after{
  content: "";
  width: 25%;
  border-top: 2px solid #ea0918;
  display: block;
  margin: 15px auto;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.service.style-2 .service-item:hover .title:after{
  width: 80%;
  border-color: #fff;
}

.service.style-2 .service-item .text{
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 20px;
}

.service.style-2 .service-item:hover .text{
  color: #ffffff;
}

.bg-module{
  padding: 50px 0px;
}

.gallery-bg{
  padding: 50px 0px 20px 0px;
}

.np-gallery {
    float: left;
    width: 100%;
    padding: 0px 0 0px 0;
}
.np-gallery i {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    color: #fff;
    z-index: 1;
}
.np-gallery a:hover i {
    top: 50%;
}
.np-gallery i:before {
    font-size: 40px;
}
.np-gallery .col-lg-3 {
    margin-bottom: 30px;
}
.np-gallery a {
    float: left;
    position: relative;
    overflow: hidden;
}
.np-gallery a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgba(1, 124, 70, 0.0);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.np-gallery a:hover:before {
    background: #ed20246b;
    }

 .bg-module h3{
 font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
    transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    float: left;
    width: 100%;
 }  

 .bg-module img{
  margin-bottom: 15px;
 }
 .include-body {
    margin: 0px;
   padding:  0px;
    list-style: none;
    float: left;
}
.include-body li {
    text-align: justify;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.include-body li i {
    color: #0072a5;
    font-size: 15px;
}
 .bg-module span{
  padding-bottom: 15px;
  color: #ed2024;
 }

 .lorem{
  border: 1px solid #ddd;
  padding: 4px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.17);
    margin-top: 15px;
    float: left;
    width: 100%;
 }
 .lorem img{
  width: 100%;
  float: left;
 }
 .client-bg{
  padding: 35px 0px 50px 0px;
 }

 .section-title p{
  float: left;
  width: 100%;
 }

 .sec-start{
  float: left;
  width: 100%
 }
 .table thead th {
    font-size: 14px;
    font-weight: 500;
    background: #0073a6;
    color: #fff;
    text-align: center;
}
 .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}
.video-bg{
  padding: 50px 0px;
}
.video-bg h3{
  color: #0071a3;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  float: left;
  width: 100%;
}
.body-sec{
  background: #000;
}
.np-gallery img{
  width: 100%;
}
@media (max-width: 575.98px) {
  .menu-bar .logo {
    width: 40px;
}
.navbar-nav {
    padding-left: 10px;
}
.navbar-toggler{
  font-size: 14px;
}
.menu-bar .nav-item {
    float: left;
    border-top: 1px solid #ed2024;
}
.menu-bar .nav-item:last-child .nav-link {
    padding: 5px 0px;
}

.navbar-light .navbar-nav .nav-link{
  padding: 0px 0px;
}
.top-part{
  display: none;
}
.menu-bar{
  top:0px;
}
.text-box{
  display: none;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    padding: 5px 0px;
}
.dropdown-item {
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}
.section-title h2 {
    position: relative;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.service{
  padding: 30px 0 20px 0px;
    background-size: cover;
}
.service-item .title a{
  font-size: 14px;
}
.padd-2 {
    padding: 30px 0px 30px;
}
.serviceBox .title {
    position: relative;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    top: 10px;
}
.footer-widget.instagram ul li {
    width: 56px;
    height: 60px;
    float: left;
    margin: 0 5px 5px 0;
    list-style: none;
}
.footer .footer-widget h3{
  margin-top: 0px;
      font-size: 20px;
}
.footer {
    position: relative;
    padding: 20px 0;
    background: #104570;
}
footer .footer-widget h3 {
    font-size: 18px;
  }
  .more {
    color: #ed2024;
    font-size: 12px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.last-footer .text h4 {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
}
.two-col-img-holder{
  display: none;
}
.two-col-sec .two-col-content{
  margin-right: 0px;
      margin-top: 0px;
}
.about-box {
    position: absolute;
    left: 16px;
    top: -54px;
    color: white;
    width: 80px;
    height: 80px;
    line-height: 110px;
    background: #ed2024;
    transform: rotate(-45deg);
}
.padd-1 {
    padding: 50px 0px 0px;
}
.padd-4 {
    padding: 30px 0 20px;
}
.company-overview {
    padding: 30px 0px;
}
.company-overview h2{
  font-size: 23px;
    margin-bottom: 10px;
}
.img-l-box img{
  width: 100%;
}
.img-l-box {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.img-box1{
  float: left;
  width: 100%;
}
.img-box1 img{
  float: left;
  width: 100%;
}
.img-box2{
  float: left;
  width: 100%;
}
.img-box2 img{
  float: left;
  width: 100%;
}
#accordion {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.sec-header3 h2 {
    font-size: 24px;
    color: #ed2024;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
}
.mission-sec {
    background: #f4f4f4;
    padding: 30px 0px;
}
.read-more{
  margin-bottom: 30px;
}
.bg-module {
    padding: 30px 0px;
}
}

/* WebKit and Opera browsers */
  @-webkit-keyframes spinner {
    from { -webkit-transform: rotateY(0deg);    }
    to   { -webkit-transform: rotateY(-360deg); }
  }

  /* all other browsers */
  @keyframes spinner {
    from {
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
    to {
      -moz-transform: rotateY(-360deg);
      -ms-transform: rotateY(-360deg);
      transform: rotateY(-360deg);
    }
  }
 #stage {
    margin: 0em auto;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
  }
 
  #spinner {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;

    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 12s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
	margin:0 !important;
  }
    #stage p{margin:0 !important;}

  #spinner:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
