@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.table .product-comp th{
background: #3a3a3b;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 6px;  
    text-transform: uppercase;
}
.table td{
    padding: 8px 4px;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
}
.bbtn{
    text-decoration: none;
    display: flex;
    width: 165px;
    background-color: #f35c27;
    height: 45px;
    color: #fff;
    border-radius: 35px;
    margin: 40px 0px 30px 30px;
    line-height: 38px;
    transition: all ease-in-out 0.3s;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    font-size: 17px;
}
section.ourproducts {
    background: #f2f2f2;
    float: left;
    width: 100%;
    float: left;
    text-align: center;
    padding: 60px 0px;
}
.whatapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:0px;
	right:0px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-whatapp{
	margin-top:16px;
}
.w50 {
    width: 50%;
    float: left;
}
.products-img {
    margin-bottom: 10px;
}
/*--------------slice-slider--------------*/




.instuction {
	font-family: sans-serif, Arial;
	display: block;
	margin: 0 auto;
	max-width: 820px;
	width: 100%;
	padding: 0 70px;
	color: #222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.ws_playpause.ws_pause {
    display: none;
}
.instuction h1 img {
	max-width: 170px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.instuction h1 {
	color: #2F98B3;
	text-align: center;
}
.instuction h2 {
	position: relative;
	font-size: 1.1em;
	color: #2F98B3;
	margin-bottom: 20px;
	margin-top: 40px;
}
.instuction h2 span.num {
	position: absolute;
	left: -70px;
	top: -18px;
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	font-size: 1.1em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #2F98B3;
	color: #fff;
	border-radius: 50%;
}
.instuction .mono {
	color: #000;
	font-family: monospace;
	font-size: 1.3em;
	font-weight: normal;
}
.instuction li.mono {
	font-size: 1.5em;
}

.instuction ul {
	font-size: 0.9em;
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}
.instuction .note {
	color: #A3A3B2;
	font-style: italic;
	padding-top: 10px;
}
.instuction p.note {
	text-align: center;
	padding-top: 0;
	margin-top: 4px;
}
.instuction textarea {
	font-size: 0.9em;
	min-height: 60px;
	padding: 10px;
	margin: 0;
	overflow: auto;
	max-width: 100%;
	width: 100%;
}
.instuction a,
.instuction a:visited {
	color: #2F98B3;
}

/*--------------slice-slider-end--------------*/

.ws_images{
    position: relative;
}

.slider-img {
    position: absolute;
    top: 50px;
    width: 400px;
    z-index: 999;
    left: 165px;
}

.slider-content {
    position: absolute;
    top: 83px;
    left: 35px;
    max-width: 100%;
}

.slider-content {
    position: absolute;
    top: 133px;
    left: 200px;
    max-width: 100%;
    z-index: 999;
}

.slider-content p {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.slider-content h1 {
    font-size: 65px;
    color: #fff;
}
.slider-content a {
    font-size: 16px;
    color: #fff;
    width: 200px;
    height: 45px;
    background-color: #f35c27;
    display: block;
    line-height: 42px;
    margin: 82px 0px 0px 202px;
    text-align: center;
    border-radius: 35px;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.slider-content a:hover {
    background-color: #222 !important;
    cursor: pointer;
    color: #fff;
}

.navigation-bar {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
}


  
a.navbar-brand img {
    width: 50%;
    margin: 0px 0px 0px 50px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    margin: 0px 0px 0px 0px;
    padding-top:0px!important;
	
}

div#navbarSupportedContent {
    margin: 0px 0px 0px 63px;
}
div#navbarSupportedContent ul li {
    position: relative;
    float: left;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
   
}


div#navbarSupportedContent ul li::before{
	content:'';
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	height:4px;
	background-color:transparent;
	transition:.5s;
	transform-origin:left;
	transform:scaleX(0);
	
}

div#navbarSupportedContent ul li:hover:before{
	transform-origin:right;
	transform:scaleX(1);
}

div#navbarSupportedContent ul li a{
    display: block;
    position: relative;
    padding: 11px 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight:bold;
    color: #4b4e52;
    outline: none;
    text-decoration: none;
}

div#navbarSupportedContent ul li a:hover{
   
    
    color: #f35c27;
    outline: none;
    text-decoration: none;
}

.top-bar {
    width: 100%;
    float: left;
    padding: 6px 0px 6px 0px;
    background-color: #1e2227;
    border-bottom: 1px solid #e1e6ee;
}

.left-content ul li {
    list-style-type: none;
    display: inline;
}

.left-content ul li a{
    text-decoration: none;
    color:  #8a99c0;
}

.left-content a{
    text-decoration: none;
    color: #8a99c0;
}
ies-desc p span {
    color: #f97f19;
    font-size: 14px;
}

.left-content ul li span i {
    color: #f35c27;
    margin: 0px 7px 0px 1px;
}

.left-content p {
    margin: 0px 0px 0px 35px;
}

.left-content  p i{
    color: red;
}

.right-icons{
    float: right;
}
.right-icons ul{margin-bottom: 0px!important;}
.right-icons ul li {
    display: inline-block;
    margin: 0px 0px 0px 15px;
}
.right-icons ul li a{
    color:  #f35c27;
    transition: all ease-in-out 0.3s;

}

.right-icons ul li a:hover{
    color: #000;
}

.products {
    width: 100%;
    float: left;
    z-index: 99;
    position: absolute;
    margin: -100px 0px 0px 0px;
   
}


.product-icons img {
    width: 40%;
}

.product-desc {
    padding: 35px 0px 0px 0px;
    text-align: center;
    background-color: #ffffff !important;
    border-radius: 5px !important;
    border: 1px solid #e7e7e7;
    z-index: 999;
}

.product-icons {
    background-color: rgba(243,92,39,0.2) !important;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 134px;
    margin: 0px auto;
    padding: 26px 0px 0px 0px;
    border: 5px solid #e7e7e7;
}

.product-desc h4 {
    font-weight: 400;
    margin: 34px 0px 90px 0px;
    color: #000;
}

.product-icons1 img {
    width: 40%;
}

.product-desc1 {
    padding: 35px 0px 1px 0px;
    text-align: center;
    background-color: #f35c27;
    border-radius: 5px !important;
    margin: 0px 0px 0px 0px;
}

.product-icons1 {
    background-color: #eccbbe;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 134px;
    margin: 0px auto;
    padding: 26px 0px 0px 0px;
    border: 5px solid #c7c6c6;
}

.product-desc1 h4 {
    font-weight: 400;
    margin: 34px 0px 90px 0px;
    color: #fff;
}
.technologies-section {
    width: 100%;
    float: left;
    margin: 300px 0px 50px 0px;
    /*position: relative;*/
}

.products-img img {
    width: 100%;
}
.technologies-desc h6 {
    color: rgb(117, 114, 114);
    font-weight: 700;
}

.technologies-desc h1{
    color: #000;
    font-size: 50px;
}
.technologies-desc h1 span {
    color: #f97f19;
    font-weight: 300;
}
.technologies-desc p {
    color: #777;
}

.technologies-desc p span{
    color: #f97f19;

}

.technologies-desc h5 {
    color: #777;
    position: relative;
    margin: 20px 0px 20px 20px;
}

.technologies-desc h5::before {
    content: '';
    position: absolute;
    background-color: #f35c27;
    width: 10px;
    height: 10px;
    top: 8px;
    left: -16px;
}
.technologies-desc a{color:#f35c27;}
.technologies-desc a span {
    text-decoration: none;
    display: flex;
    width: 165px;
    background-color: #f35c27;
    height: 45px;
    color: #fff;
    border-radius: 35px;
    margin: 0px auto;
    line-height: 38px;
    transition: all ease-in-out 0.3s;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    font-size: 17px;
}

.technologies-desc a span:hover{
    color: #fff;
    background-color: #222;
}



.vcard{
    background-image: linear-gradient(to bottom right, #f97f19, #3b5c99);
    padding: 40px 30px 30px;
    color: #fff;
    min-height: 260px;
}
.vcard p {
    font-size: 18px;
    line-height: 27px;
    text-shadow: 1px 2px 4px black;
}

.vision {
    width: 100%;
    float: left;
    text-align: center;
    margin: 60px 0px 80px 0px;
}

.vision-desc h1 span{
    color: #f97f19;
}

.vision-desc h1 {
    font-size: 40px;
    color: #f97f19;
}

.vision-desc p {
    color: rgb(117, 114, 114);
    font-size: 20px;
    font-weight: 500;
    margin: 45px 0px 0px 0px;
}

.vision-heading {
    margin: 0px 0px 30px 0px;
    color: rgb(117, 114, 114);
}

.core-values {
    width: 100%;
    float: left;
    margin: 0px 0px 50px 0px;
}

.core-heading{
    text-align: center;
    color: rgb(117, 114, 114);
    font-weight: 600;
}

.core-cards img {
    width: 20%;
}

.core-cards {
    text-align: center;
    padding: 30px 0px;
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 5px;
    margin: 35px 0px 0px 0px;
    border: 1px solid #303030;
}



.core-cards h4 {
    color: #000;
    margin: 32px 0px 0px 0px;
}

.core-cards h4:hover{
    
    color: #fff;
}

.core-card-hover {
    background-image: url(../images/iconbox-bg1-2.jpg);
    width: 100%;
    height: 180px;
    left: 0px;
    right: 0px;
    z-index: -1;
    border-radius: 5px;
    margin: 0px auto;
    top: 0px;
    position: absolute;
    border-bottom: 2px solid #f35c27;
    opacity: 0;
}

.core-cards:hover .core-card-hover{
    opacity: 1;
}
.footer{
    width: 100%;
    float: left;
    background-color: #171a1e;
    padding: 30px 0px;
}

.footer-logo img {
    width: 30%;
    margin: 0px 0px 20px 0px;
}

.footer-logo p {
    line-height: 1.4;
    font-size: 14px;
    color: #fff;
}

.useful-links ul li {
    list-style-type: none;
    margin: 33px 0px -20px 0px;
}

.useful-links ul li a {
    text-decoration: none;
    color: #fff;
    border-bottom: 2px transparent;
    transition: all ease-in-out 0.3s;
}

.useful-links ul li a:hover{
    border-bottom: 2px solid red;
}

.footer-contact ul li {
    list-style-type: none;
    margin: 29px 0px -16px 0px;
    color: #fff;
}

.footer-contact ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-contact ul li i {
    color: #f35c27;
    margin: 0px 10px 0px 0px;
}

.useful-links h3 {
    color: #fff;
    font-size: 23px;
    margin: 12px 0px 0px 29px;
}

.footer-contact h3 {
    color: #fff;
    font-size: 23px;
    margin: 12px 0px 0px 30px;
}

.copyright{
    width: 100%;
    float: left;
    background-color: #1e2227;
}

.left-content1 p {
    margin: 15px 0px 15px 0px;
    color: #ddd;
}
.right-content{
    float: right;
}

.right-content ul li {
    display: inline;
    color: #8998c2;
    transition: all ease-in-out 0.3s;
}

.right-content ul li:hover{
    color: #c7c6c6;
}

.right-content {
    float: right;
    margin: 30px 0px 0px 0px;
}

.footer-logo ul li {
    display: inline;
    margin: 0px 48px 0px -34px;
}

.footer-logo ul li a{
    color: #8998c2;
    transition: all ease-in-out 0.3s;
}

.footer-logo ul li a:hover{
    color: #f35c27;
   
}

/*-------------------about-page-start---------------*/

.about-banner {
    width: 100%;
    float: left;
    background-image: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 290px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.product-banner {
    width: 100%;
    float: left;
    background-image: url(../images/banner-p.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.banner-content ul li {
    display: inline-block;
    list-style-type: none;
    margin: 40px 18px 0px -11px;
    color: #fff;
    font-weight: 500;
}

.banner-content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    position: relative;
}

.banner-content h3::before {
    content: '';
    position: absolute;
    background-color: #f35c27;
    width: 60px;
    height: 4px;
    top: 60px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.banner-content ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
}

.banner-content ul li a:hover{
    color: red;
}
.banner-content ul li i {
    font-size: 13px;
    margin: 0px 0px 0px 4px;
    font-weight: 600;
}

.about-img img {
    width: 100%;
}

.about-content-sec {
    width: 100%;
    float: left;
    margin: 100px 0px;
}

.about-info h6 {
    color: #ff7a35;
    font-weight: 700;
    font-size: 18px;
}

.about-info h3 {
    font-size: 50px;
    margin: 18px 0px;
}

.about-info h3 span {
    color: #ff7a35;
    font-weight: 300;
}

.about-info p {
    color: #777;
    line-height: 21px;
}
.about-info ul{
    color: #777;
}
.about-info ul li{
    color: #777;
}
/*-------------------about-page-end---------------*/

/*-------------------products-page-start---------------*/

.products-desc{
    width: 100%;
    float: left;
    margin: 80px 0px;
}
.pro-img img {
    width: 100%;
    margin: 40px 0px -4px 0px;
}
.products-info h6{
    color: #ff7a35;

}

.products-info h2{
    color: #ff7a35;
    font-weight: 400;

}

.products-info p{
    color: #777;

}
.products-info ul{
    color: #777;

}
.products-info ul li{
    color: #777;

}

.table-section{
    width: 100%;
    float: left;
    margin: 0px 0px 50px 0px;
}

table {
    border: 1px solid #e7e7e7;
    width: 100%;
    height: auto;
}

table td {
    border: 1px solid #e7e7e7;
}


.center-text h1 {
    text-align: center;
    margin: 0px 0px 40px 0px;
}

.left-text h6 {
    color: #777;
    font-weight: 700;
}
/*-------------------products-page-end---------------*/






/*-------------------Quality-page-start---------------*/
.quality-desc{
    width: 100%;
    float: left;
}


.quality-ul ul li {
    list-style-type: circle;
}
.certificates-img img {
    width: 100%;
    margin: 30px 0px 50px 0px;
}
.quality-ul ul li span {
    color: #777;
    font-weight: 700;
}
.quality-info h2 {
    margin: 30px 0px 30px 0px;
}

.quality-ul h2 {
    margin: 30px 0px 30px 0px;
}

.quality-ul ul li {
    color: #777;
}

.quality-info p {
    color: #777;
}
.certificates h2 {
    margin: 25px 0px 20px 0px;
}











/*-------------------Quality-page-end---------------*/





.container form {
    background-color: white;
    color: #000!important;
    text-align: left;
    padding-top: 20px;
  }
  
  .container label {
    display: none;
  }

  textarea#msg {
    height: 120px;
    padding: 18px 0px 0px 36px;
    margin: 25px 0px 0px 0px;
    border-bottom: 1px solid #777;
    border-top: none;
    border-right: none;
    border-left: none;
    border: 0px 0px 0px 0px;
}
  
.container input, .container textarea {
    padding-left: 32px;
    border-radius: 0px;
    font-size: 16px;
    height: 50px;
    font-weight: 700;
    border-bottom: 1px solid #777;
}

.container .btn-default {
    margin-top: 5px;
    margin-bottom: 30px;
    width: 150px;
    border-radius: 5px;
    font-size: 16px;
    height: 45px;
    background-color: #000;
    border-radius: 5px;
    border: 0px;
    margin: 50px 0px 0px 0px;
    color: #F1F1F1;
    font-weight: 700;
}
  
  .container .btn-default:hover,
  .container .btn-default:focus {
    background-color: #049DDF;
    color: #F1F1F1;
    outline: 0px;
    border: 0px;
  }
  
  .container .icon {
    position: relative;
    float: left;
    margin-left: 8px;
    margin-top: -26px;
    z-index: 2;
    font-size: 18px;
    color: #f35c27;
}

.container .icon-textarea {
    float: left;
    margin-left: 8px;
    margin-top: -96px;
    position: relative;
    z-index: 2;
    color: #f35c27;
    font-size: 18px;
}

.contact-heading {
    text-align: center;
    margin: -90px 0px 40px 0px;
}


.contact-heading h1 {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    color: #adadad;

}

.contact-heading h1::before {
    content: 'GET IN TOUCH';
    position: absolute;
    color: #000;
    top: 40px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    font-size: 40px;
}

.contact-heading p{
    color:  #2a6287;
    font-weight: 500;
}

.location {
    width: 100%;
    margin: 30px 0px 60px 0px;
    float: left;
}
.compony-details ul li {
    list-style-type: none;
    margin: 20px 0px 30px 0px;
}

.compony-details ul li a{
    text-decoration: none;
    color: #000;
}
.compony-details ul li i {
    color: #f35c27;
    margin: 0px 7px 0px 0px;
}

i.fa-brands.fa-whatsapp {
    font-size: 45px;
    color: #51cb5e;
}

.compony-details h2 {
    margin: 20px 0px 30px 28px;
}

.compony-details h5 {
    margin: -15px 0px 0px 28px;
    font-weight: 800;
}

.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 999;
    transition: all ease-in-out 0.5s;
}


#button {
    display: inline-block;
    background-color: #f35c27;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }


  .menuOpened .menu_overlay {
    display: block;
  }

  /*body.menuOpened { overflow: hidden; }*/
  .cornerMenu {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #f35c27;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    text-align: center;.product-desc1 
    line-height: 48px;
    color: #fff;
    font-size: 22px;
    z-index: 999;
    cursor: pointer;
}
 
.cornerMenu a{ pointer-events: none;}
body.menuOpened .cornerMenu a{ pointer-events: all;}
  .menu {
      width: 60px;
      height: 60px;
      position: absolute;
      background: #f35c27;
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
      border-radius: 50%;
      text-align: center;
      line-height: 60px;
      color: #fff;
      font-size: 24px;
      top: 5px;
      right: 0;
      left: 0;
      margin: auto;
      transform: translate(0, 0);
      opacity: 0;
      z-index: 5;
      transition: all .4s ease-in-out;
  }

  .menuOpened .menu {
    opacity: 1;
      transition: all .4s ease-in-out;
  }
  .menuOpened .menu1 {
      transform: translate(-115px, 5px);
      transition-delay: 0s;
  }
  .menuOpened .menu2 {
      transform: translate(-97px, -70px);
      transition-delay: .05s;
  }
  .menuOpened .menu3 {
      transform: translate(-20px, -95px);
      transition-delay: .1s;
  }
  .menuOpened .menu4 {
      transform: translate(18px, -99px);
      transition-delay: .15s;
  }

  .menu a{
    color: #fff;
    transition: all ease-in-out 0.3s;
  }

  .menu a:hover{
    color: red;
  }
  .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.configure-core img {
    z-index: 13;
    display: block;
    width: 100px;
}
@media(max-width:480px){
    section.banner-slider{
        overflow: inherit;
    }
    .technologies-desc {
    margin-top: 100px;
}
section {
    overflow: hidden;
}
    section.top-bar {display: none;}
    .dropdown-menu {
    border: 0px solid rgba(0,0,0,.15) ! important;
    background-color: transparent ! important;
}
.vcard{margin: 10px 20px;}
}
.navbar-brand{width:45%!important;display:block;}
.navbar{padding-bottom:0px!important;margin-bottom:0px!important;}
input, textarea, select{paddind-left:10px}


.ws-title {
    background-color: rgb(0 0 0 / 20%)!important;
    border-radius: 0 5px 5px 0;
    bottom: 33px;
    box-shadow: 2px 0 3px rgba(114, 82, 45, 0.6);
    color: #664B2B;
    display: block;
    font-family: 'Lobster',Comic Sans MS,cursive;
    font-size: 30px;
    left: 0;
    line-height: 32px;
    margin-right: 15px;
    padding: 8px;
    position: absolute;
    z-index: 50;
    height:100%;
    
}
.col-md-12.col-sm-12.col-lg-12.col-xl-12.col-xxl-12 {
    overflow-x: scroll;
    padding: 0px 5px 0px 0px;
}
tbody#myTable tr td {
    color: #000;
    padding: 5px 0px 0px 5px;
}

.product-comp td{text-align:left!important;}
.configure-border-1 {
  width: 115px;
  height: 115px;
  padding: 3px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fb5b53;
  animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
}

.configure-border-2 {
  width: 115px;
  height: 115px;
  padding: 3px;
  left: -115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3b5c99;
  transform: rotate(45deg);
  animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
}

.configure-core {
  width: 100%;
  height: 100%;
  background-color: rgb(249,249,249);
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: rgb(249,249,249);
    opacity: 1;
}
.spinner-box {
  width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
.ws_images .slider-content h2{font-size: 50px;
    font-weight: bold;
    color: #fff;}
.products-info h1 {
    color: #ff7a35;
    font-weight: 400;}