@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Saira+Extra+Condensed:300,400,600,700');
body {
    /* font-family: 'Saira Extra Condensed', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

section {
    padding: 50px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.main-header {
    width: 100%;
    float: left;
    background: #fff;
    position: absolute;
    z-index: 25;
    padding: 5px 0;
}
.slider{
    float: left;
    width: 100%;
    margin-top: 55px;
}
.main-header.sticky{
    position: fixed;
    width: 100%;
    background:#fdfdfd;
    top:0;
    padding:0;
    transition:all 0.6s ease 0s;
    box-shadow: 0px 0px 5px #565656;
    -webkit-box-shadow:0px 0px 5px #565656;
    -moz-box-shadow:0px 0px 5px #565656;
    z-index:995;
}

.logo,
.menu {
    width: 100%;
    float: left;
}
.menu ul li a.active {
    color: #df3a2c;
    background: #dd291b00;
    transition: all 0.6s ease 0s;
}
.menu ul li a i{
    font-size: 16px;
    margin-right: 3px;
}
.logo h4 {
    margin: 0;
    padding: 11px 0;
    font-size: 25px;
    font-family: 'Saira Extra Condensed', sans-serif;
    text-transform: uppercase;
}

.menu ul {
    margin: 0;
    float: right;
}
.welcome-inner p{
    text-align: center;
    line-height: 23px;
    color: #454545;
}
.mini-feature {
    width: 100%;
    float: left;
    border: 1px solid #006aae;
    padding: 25px 35px;
    margin-top: 50px;
    position: relative;
    min-height: 130px;
}

.mini-feature h3 {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    color: #006aae;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 2px;
    border-bottom: 1px solid #006aae;
    display: inline-block;
}

.mini-feature p {
    line-height: 24px;
    font-weight: 400;
    color: #585858;
    margin: 0;
}

.icons {
    display: inline-block;
    position: absolute;
    top: -31px;
    border-radius: 5px;
    border: 1px solid #006aae;
    width: 62px;
    height: 62px;
    background: #006aae;
    text-align: center;
}

.icons i {
    font-size: 34px;
    color: #eaebec;
    /* background: #000; */
    /* padding: 8px; */
    line-height: 61px;
    text-align: center;
}

.top-heading {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    float: left;
}

.top-heading:after,
.top-heading:before {
    width: 20px;
    height: 2px;
    bottom: -42px;
    margin: auto;
    top: 0
}

.top-heading:after,
.top-heading:before,
.top-heading>h2:before {
    content: "";
    position: absolute;
    background: #006aae;
}

.top-heading:before {
    left: -20px;
    right: 0
}

.top-heading:after {
    left: 0;
    right: -30px
}

.top-heading>h6 {
    font-size: 17px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 13px
}

.top-heading>h2 {
    font-weight: 700;
    font-family: 'Saira Extra Condensed', sans-serif;
    text-transform: capitalize;
    font-size: 34px;
    margin: 0 0 50px
}

.top-heading>h2:before {
    width: 1px;
    height: 18px;
    bottom: 26px;
    margin: auto;
    left: -3px;
    right: 0;
    transform: rotate(-38deg);
    -webkit-transform: rotate(-38deg);
    -moz-transform-origin: 0 0;
    moz-transform: rotate(-38deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-38deg);
    transform-origin: 0 0;

    display: none;
}
.led-feature{
    background: url(../images/led-banner-feature-1.jpg);
    background-size: cover;
    padding: 0;
}
.right-side-led{
    width: 50%;
    float: right;
    background: #f5f5f5;
}
.right-led-inner{
    width: 100%;
    float: left;
}
.right-led-inner ul{
    margin: 0;
    padding: 0;
}
.right-led-inner ul li {
    width: 33.334%;
    float: left;
    color: #37960b;
    padding: 40px 20px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    transition:all 0.6s ease 0.1s;
}
.right-led-inner ul li:hover{
    transition:all 0.6s ease 0.1s;
    background-color: #333333;
    color: #fff;
    cursor: pointer;
}
.right-led-inner ul li span {
    font-size: 55px;
}
.right-led-inner ul li p {
    margin: 0;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    font-family: 'Saira Extra Condensed', sans-serif;
}
/*-----------------------------
    4. SERVICE AREA
------------------------------*/

.service-area{
    width:100%;
    padding:60px 0;
    float:left;
}
.tab-size{
    width: 16.66666667%;
}
.row.no-margin.service-menu {
    margin-bottom: 60px;
}

.single-service-tab {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    text-align: center;
}

.single-service-tab::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-service-tab a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Saira Extra Condensed', sans-serif;
    text-transform: uppercase;
}

.single-service-tab a p {
    margin: 10px 0;
    color:#333;
}
.no-padding{ padding:0;}
.single-service-tab.active a p{ color:#37960b;}

.single-service-tab .service-icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid;
    color: #e4e4e4;
    display: block;
    height: 90px;
    margin: 0 auto 20px;
    width: 90px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-service-tab a img{
    width: 80%;
    padding: 5px;
    border: 1px solid #e4e4e4;
}
.single-service-tab.active a .service-icon {
    /*background: #20c89e none repeat scroll 0 0;*/
    border-color: #37960b;
    color: #fff;
}

.single-service-tab.active {
    border-color: #37960b;
}

.single-service-tab.active::after {
    border-top-color: #37960b;
    opacity: 1;
}

.image-two {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-area a.readmore:hover {
    background: #fff;
    color: #20c89e;
}
.main-footer {
    background: #dd291b;
    padding: 8px 0;
    width: 100%;
    float: left;
    text-align: center;
}
.product-inner{
    width: 100%;
    float: left;
}
.product-inner ul{
    margin: 0;
    padding: 0;
}
.product-inner ul li{
    width: 19%;
    margin: 0.5%;
    float: left;
    border: 1px solid #eaeaea;
}
.product-inner ul li img{
    width: 100%;
}
.contact-us{
}
.map{
    width: 65%;
    float: left;
}
.contact-info{
    width: 35%;
    float: left;
    background-color: #5d5d5d;
    padding: 40px;
    height: 334px;
}
.contact-inner{
    width: 100%;
    float: left;
}
.contact-inner ul{
    margin:0;
    padding:0;
}
.contact-inner ul li{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.contact-image{
    width:15%;
    text-align:center;
    float:left;
}
.contact-image img{
    width:90%;
}
.contact-inner ul li span{
    width:85%;
    padding-left:20px;
    float:left;
}
.contact-inner ul li span h3{
    margin:0;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size:21px;
    margin-bottom:5px;
    color:#FFF;
}
.contact-inner ul li span p {
    line-height: 20px;
    font-size:13px;
    color: #FFF;
    margin: 0;
}
.contact-button{
    padding:8px 15px;
    background:red;
    color:#fff;
    border:none;
    background:#dd291b;
    font-size:12px;
}
.enquiry-us{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.enquiry-inner{
    width: 65%;
    margin: 0 auto;
}
.main-footer {
    background: #dd291b;
    padding: 8px 0;
    width: 100%;
    float: left;
    text-align: center;
}
.main-footer p {
    margin: 0;
    color: #fff;
    font-size: 13px;
}









.top_bar{     padding: 12px 0px;
    background: #dd291a; }
    .header_con ul{ margin-bottom: 0px }
.header_con ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}
.menu .orange li.active a, .menu .orange li:hover>a{    color: #df3a2c !important; background: #30303000 !important; }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
 
#hero {
  width: 100%;
  height: 80vh;
  /*background: url("../img/hero-bg.jpg") top left;*/
  background-size: cover;
  position: relative;
  padding:0px !important;
}
.swiper-slide img {
    height: auto !important;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100% !important;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  /*font-family: "Poppins", sans-serif;*/
}
#hero h1 span {
  color: #02558b;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#hero .btn-get-started {
  /*font-family: "Roboto", sans-serif;*/
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #02558b;
}
#hero .btn-get-started:hover {
  background: #247cf0;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #02558b;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #02558b;
}
#hero .btn-watch-video:hover i {
  color: #3b8af2;
}













.product_section img{
    border: 1px solid #aaa;
    padding: 4px;
}

.whatsapp-se {
       right: 54px;
    bottom: 12px;
    width: 11px;
    z-index: 999;
    position: fixed;
}

.close_menu{    font-weight: bold;
    float: right;    font-size: 22px;  color: #fff;text-decoration: none;}

.menu ul{ padding-right: 50px; }

/*menu css*/

/*@media only screen and (max-width: 1900px) {*/
.sidebar-open {
    overflow: hidden;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.sidebar-open .overlay {
    opacity: 1;
    visibility: visible;
}
.header {
   /* padding: 30px 0;

    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;*/
}
.logo {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}
.container {
    padding: 0 15px;
}
.row-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.nav-list {
    display: flex;
    align-items: center;
}
.nav-list li {
    padding: 0px 10px;
}
.nav-list li a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 0;
    position: relative;
    display: block;
}
.nav-list li a::after {
    content: "";
    background-color: #ffffff;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s linear;
}
.nav-list li a:hover::after {
    width: 100%;
}
.nav-list li.active a::after {
    width: 100%;
}
.nav-list li.with-submenu {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.nav-list li.with-submenu > a {
    margin-right: 10px;
}
.nav-list li.with-submenu::after {
    content: "";
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    right: 0;
    margin-bottom: 5px;
    transition: all 0.3s;
}
.nav-list li.with-submenu:hover::after {
    transform: rotate(225deg);
    margin-top: 10px;
}
.nav-list li.with-submenu .submenu {
    position: absolute;
    left: 50%;
    top: 100%;
    background: #ffffff;
    border-radius: 10px;
    transform: translateX(-50%);
    box-shadow: 2px 2px 1px 2px #ccc;
    overflow: hidden;
        overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.nav-list li.with-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
}
.nav-list li.with-submenu .submenu li {
    padding: 0;
}
.nav-list li.with-submenu .submenu a {
    color: #000000;
    display: block;
    padding: 8px 15px;
    transition: all 0.3s;
}
.nav-list li.with-submenu .submenu a:hover {
    background-color: rgba(49, 20, 50, 0.3);
}
.nav-list li.with-submenu .submenu a::after {
    display: none;
}
.hamburger {
    display: none;
    z-index: 99;
}
.hamburger .line {
    width: 25px;
    height: 1.5px;
   background-color: #fff; 
    display: block;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(2) {
    width: 15px;
}
.hamburger:hover {
    cursor: pointer;
}
.hamburger.is-active .line {
    background-color: #311432;
}
.hamburger.is-active .line:nth-child(2) {
    opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(6.5px) rotate(45deg);
    -ms-transform: translateY(6.5px) rotate(45deg);
    -o-transform: translateY(6.5px) rotate(45deg);
    transform: translateY(6.5px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-6.5px) rotate(-45deg);
    -ms-transform: translateY(-6.5px) rotate(-45deg);
    -o-transform: translateY(-6.5px) rotate(-45deg);
    transform: translateY(-6.5px) rotate(-45deg);
}

    .hamburger {
        display: block; float: right;
    }
    .nav-wrap {
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        background-color: #ffffff;
        transition: all 0.5s linear;
        max-width: 300px;
        width: 100%;
        height: 100%;
        box-shadow: 2px -5px 5px 3px #ccc;
        opacity: 0;
        visibility: hidden;
        z-index: 9;
    }
    .nav-wrap.is-open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible; overflow-y: scroll;
    }
    .nav-list {
        flex-direction: column;
        align-items: unset;
        opacity: 0;
        visibility: hidden;
        transition-delay: 0.5s;
        transition-duration: 1s;
        transition-property: all;
        padding: 10px;
    }
    .nav-wrap.is-open .nav-list {
        opacity: 1;
        visibility: visible;
    }
    .nav-list li {
        list-style: none;
        padding: 7px 10px;
    }
    .nav-list li a {
        /*color: #311432;*/
        text-align: left;
        display: inline-block;
        padding: 2px 0;
    }
    .nav-list li a::after {
        background-color: #311432;
    }
    .nav-list li.with-submenu {
        display: block;
    }
    .nav-list li.with-submenu::after {
        border-color: #311432;
        right: 10px;
        top: 12px;
    }
    .nav-list li.with-submenu:hover::after {
        transform: rotate(45deg);
        margin-top: 0;
    }
    .nav-list li.with-submenu.is-open::after {
        transform: rotate(225deg);
        margin-top: 5px;
    }
    .nav-list li.with-submenu .submenu {
        position: static;
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-radius: 0;
        border-top: 1px solid #ccc;
        display: none;
        transition: auto;
        margin: 10px 0;
    }
    .nav-list li.with-submenu .submenu li {
        padding: 7px 10px;
    }
    .nav-list li.with-submenu .submenu li:hover a {
        background-color: transparent;
    }
    .nav-list li.with-submenu .submenu li a {
        display: inline-block;
        padding: 2px 0;
    }
    .nav-list li.with-submenu .submenu li a::after {
        display: block;
    }
  
  .sidebar_content{ padding: 15px; }
  .sidebar_content img{ width: 200px; }
  .hamburger{
    position: absolute;
    top: 20px;
    right: 21px;  
  }
  .hamburger.is-active{
    display: none;
        position: absolute;
      top: -40px;
      right: -10%;

  }
/*menu css*/



.logo img{  max-width: 230px;  padding: 6px; }
.product_section .product_card {
  position: relative;
  margin-top: 50px;
  width: 100%;
  height: 260px;
}

.product_section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.product_section .product_card:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, .3);
}

.product_section img {
  position: absolute;
  width: 100%;
  height: 260px; max-width: 100%;
  left: 0;
}

.product_section .title {
  /*position: absolute;*/
  width: 100%;
  left: 0;
  top: 120px;
  font-weight: 700;
 font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #2b2a29;
  z-index: 1;
  transition: top .5s ease;
  padding-top: 15px;
}

.product_section .product_card:hover .title {
  top: 90px;
}

.product_section .button {
  position: absolute;
  width: 100%;
      left: 40%;
    top: 45%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.product_section .button {
      width: 90px;
    padding: 10px 24px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
}

.product_section .product_card:hover .button {
  opacity: 1;
}






@media only screen and (max-width: 600px) {
 .logo img{ max-width: 88%; }
  .hamburger.is-active{ 
      right: 2%; 
  }

  .modal-body .container {
    /*display: grid;*/
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }

  .header {
    display: inline;
    text-align: center;
    margin: auto;
    }

    .map {
        padding: 10px 0px;
        text-align: center;
    }

    .web_content {
        padding-top: 18px;
        height: auto;
    }

    .nav-list li a { 
    text-align: unset;
    display: table-cell;
    padding: 1px 0;
    }

    img.logo {
    bottom: 128px;
    right: 36px;
    }

    .modal-body {
    height: auto;
    }


}









@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {

  #hero {
    height: 30vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
  .menu ul{ display: none; }
}
@media (max-height: 500px) {
  #hero {
    /*height: 30vh;*/
  }
}




/* Responsive */
@media only screen and (max-width: 1024px){

}

@media only screen and (max-width: 768px) {
    .main-header{
        position: inherit;
    }
    .main-header.sticky{
        padding: 3px;
    }
    .logo h4{
        text-align: center;
    }
    .slider{
        margin-top: 0;
    }
    .menu ul{
        width: 100%;
    }
    .right-side-led{
        width: 100%;
    }
    .right-led-inner ul li{
        padding: 20px 0;
    }
    .right-led-inner ul li p{
        font-size: 16px;
    }
    .map{
        display: none;
    }
    .contact-info{
        width: 100%;
        height: auto;
    }
    .contact-image{
        width: 8%;
    }
    .contact-inner ul li span{
        width: 92%;
    }
    .enquiry-inner{
        width: 100%;
    }
    .tab-size{
        float: left;;
    }
    .single-service-tab a p{
        display: none;
    }
}


#callme {
    position: fixed;
    right: 12px;
    /* top: 190px; */
    bottom: 83px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 9999;
}
#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(207,8,8);
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}