@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#loading{
  width: 100%;
  height: 100vh;
  background: #fff url(../img/preloader.gif) no-repeat center;
  z-index: 999;
  overflow: visible;
}
body {
	margin:0px;
	padding:0px;
	font-size:14px !important;
	color:#828282;
	font-family: 'Open Sans', sans-serif !important;
  position: relative;
}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6, a {
	font-family: 'Open Sans', sans-serif !important;
}
ul {list-style:none; margin:0; padding:0px}
* {
	box-sizing:border-box;
}
p {line-height: 28px;text-align: justify;font-size: 14px;color: #333}
img {max-width:100%;}
.white {color:#FFFFFF;}
.zero {
	padding:0 !important;
	margin:0;
}
.small, small {
  font-size: 75% !important;
}
.m_t_10 {margin-top:10px !important;}
.m_t_20 {margin-top:20px !important;}
.m_t_40 {margin-top:40px !important;}
.m_t_80 {margin-top:80px;}
.m_b_10 {margin-bottom:10px !important;}
.m_b_20 {margin-bottom:20px;}
.m_b_30 {margin-bottom:30px;}
.m_b_40 {margin-bottom:40px;}
.p_b_20 {padding-bottom: 20px !important;}
.checked {color: #ff9f1a;}
.cl {clear:both;}
.butn {
  display: inline-block;
  padding: 10px 35px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.table th, .table td {padding: 5px;line-height: 25px;font-size:13px;}
.butn:focus,
.button:active:focus,
.butn.active:focus,
.butn.focus,
.butn:active.focus,
.butn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button-fullcolor {
  color: #fff;
  background-color: #FB570F;
  border-color: #FB570F;
}
.button-fullcolor:focus,
.button-fullcolor.focus {
  color: #fff;
  background-color: #E14804;
  border-color: #E14804;
}
.button-fullcolor:hover {
  color: #fff;
  background-color: #E14804;
  border-color: #E14804;
  text-decoration: none;
}
.header-sec{
  width: 100%;
  background: #9A0000;
  position: relative;
  transition: all 2s ease-in-out;
}
.shrink{
  position: fixed;
  background: #9A0000;
  z-index: 999999;
  animation:slide-down 0.7s;
  transition: all 2s ease-in-out;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  } 
  100% {
    opacity: 0.9;
    transform: translateY(0);
  } 
}
.shrink .logo{width: 75%;margin-top: 0;}
.shrink .contact-top{display: none;}
.shrink .tom-social-sec{display: none;}
.transparent-bg{background: rgba(255, 255, 255, 0.4);}
.orange-bg{background: #9A0000}
.rgb-bg{background: rgba(154, 0, 0, 0.9);display: inline-block;}
.column {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.column p{font-size: 14px;}
.contact-top{
  width: 100%;
  display: inline-block;
  text-align: left;
  position: relative;
  float: left;
}
/*.contact-top:before {
  content: "";
  width: 30px;
  height: 100%;
  background: #9A0000;
  position: absolute;
  top: 0;
  left:-15px;
  transform: skewX(29deg);
}*/
.contact-top ol{margin:0;}
.contact-top ol li:first-child{
  border-left: solid 1px #fff;
}
.contact-top ol li{
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  border-right: solid 1px #fff;
}

.contact-top ol li i {color: #fff;font-size: 18px;}
.social-icon{
  width: 100%;
  display: inline-block;
}
.social-icon ul{margin: 0;}
.social-icon ul li{display: inline-block;text-align: left;}
.social-icon ul li a{
  color: #fff;
  padding: 10px;
  display: inline-block;
}
.social-icon ul li a:hover{color: #0f82fe}
.tom-social-sec{width: 100%;float: right;border-radius: 0px 0px 4px;}
.tom-social-sec ul{margin: 0;}
.tom-social-sec ul li{display: inline-block;text-align: right;float: right;}
.tom-social-sec ul li a{
  color: #FFFFFF;
  padding: 5px 12px;
  display: inline-block;
}
.tom-social-sec ul li a:hover{color: #FFFFFF;text-decoration: none;}
.abt-sec{width: 100%;padding: 30px 0;background: #f5f5f5;/*background: url(../img/abt-sec.jpg) no-repeat;*/ background-size: cover;}
.abt-sec .abt-contant{width: 100%;padding:0 15px 15px;display: inline-block;}
.white-bg{width: 100%;background: #fff;border-top: solid 4px #E3822B;}

.abt-contant p{text-align: justify;margin-top: 10px;line-height: 30px;color: #fff;}
.abt-contant h3{color: #FFFFFF;font-size: 32px;}
.abt-img-sec{width: 100%;padding: 15px 0;}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.page-title {
  width: 100%;
  height: 350px;
  padding: 80px 80px 60px;
  text-align: center;
}
.page-title h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
}
.page-title p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.about-title-bg{background: url(../img/img-bg.jpg) no-repeat;background-size: cover;}
.pro-title-bg{background: url(../img/pro-bg.jpg) no-repeat;background-size: cover;}
.cont-title-bg{background: url(../img/cont-bg.jpg) no-repeat;background-size: cover;}
.cloud-title-bg{background: url(../img/cloud-bg.jpg) no-repeat;background-size: cover;}
.digital-title-bg{background: url(../img/digital-bg.jpg) no-repeat;background-size: cover;}


.middle-top-contan{
  width: 100%;
  padding: 30px 0 50px;
}
.srv-item-sec{
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: solid 1px #7d7d7d;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
}
.srv-item-sec .contant-sec{
  padding: 0 15px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(65,65,65,0), rgba(102,102,102,2))
}
.srv-item-sec .icon-sec{
  width: 100%;
  height: 220px;
  margin: auto;
  padding: 0px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    overflow: hidden;
}
.srv-item-sec .icon-sec img{width:100%;height: 100%; -moz-transition: all 0.4s;-webkit-transition: all 0.4s;transition: all 0.4s;}
.srv-item-sec:hover .icon-sec img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*Button - 2*/
.two{
  background: transparent;
}
.two:hover{
  box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 4px #D32F2F;
}
.two:active{
  transform: scale(1.1);
}
.srv-item-sec .contant-sec h4{color: #FFFFFF;font-weight: 700;margin-bottom: 0}
.srv-item-sec .contant-sec h5{color: #FFFFFF;font-weight: 600;margin-bottom: 0;letter-spacing: 1px}
.srv-item-sec .contant-sec a{color: #FFFFFF;font-size: 14px;font-weight: 700;}
.srv-item-sec .contant-sec a:hover{text-decoration: none;}
.line{width: 10%;height: 3px;background: #cd2122;display: inherit;}
.srv-icon-sec{
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
}
.srv-icon-sec p{text-align: center !important;font-weight: 600;}
.srv-icon-sec .srv-icon img {margin: auto;}
/* ---  --- */
.heading{text-transform: uppercase;}
.title-bottom-icon {
  width: 235px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
}
.title-bottom-icon .title-bottom-icon-left:before {
  content: "";
  height: 1px;
  width: 80px;
  background: #b0b0b0;
  bottom: 10px;
  left: 10px;
  position: absolute;
}
.title-bottom-icon .title-bottom-icon-left:after {
  content: "";
  height: 1px;
  width: 80px;
  background: #b0b0b0;
  bottom: 7px;
  left: 10px;
  position: absolute;
}
.title-bottom-icon i {
  color: #EFBD26;
}
.title-bottom-icon .title-bottom-icon-right:before {
  content: "";
  height: 1px;
  width: 80px;
  background: #b0b0b0;
  bottom: 7px;
  right: 10px;
  position: absolute;
}
.title-bottom-icon .title-bottom-icon-right:after {
  content: "";
  height: 1px;
  width: 80px;
  background: #b0b0b0;
  bottom: 10px;
  right: 10px;
  position: absolute;
}
/*--------------------*/
.app-sec{
  width: 100%;
  padding: 50px 0;
  background: #00a4db;
  background: url(../img/abt-sec1.jpg) no-repeat fixed;
  background-size: cover;
}
.app-contant{width: 100%;padding: 0 30px 30px;display: inline-block;}
.app-contant h1 {
  color: #fff;
  font-size: 50px;
  line-height: 105%;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.app-contant p{color: #fff}
.app-img-sec{
  width: 100%;
  display: inline-block;
  padding: 0 15px;
}
.app-img-sec h4{font-size: 25px;color: #FFFFFF;font-weight: normal;text-transform: uppercase;padding-top: 10px;}
.app-img-sec ul li a{
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 10px;
  display: inherit;
  font-weight: 600;
}
.app-img-sec ul li a:hover {text-decoration: none;}
.app-img-sec ul li a i{margin-right: 10px;}
.work-sec{
  width: 100%;
  padding: 10px 0;
  background: #f5f5f5;
}
.work-item{
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2)
}
.work-img{
  width: 30%;
  margin: auto;
  margin-top: 20px;
  float: left;
}
.work-img img{margin: auto;width: 100%;}
.box-content{width: 100%;padding: 10px 15px 15px;}
.box-content p{text-align: justify;line-height: 25px;}
 
@media only screen and (max-width:990px){
  .app-contant h1{font-size: 35px;}
  .contact-top{display: none;}
  .tom-social-sec{display: none;}
  .zero-xs{padding: 0 !important}
  .shrink .logo{width: 100%;margin-top: 0;}
  .shrink .menu-sec{border-bottom: solid 1px #cd2122;border-top: none;}
}
.why-sec{
  width: 100%;
  padding: 30px 0 50px;
  display: inherit;
  background: linear-gradient(#fff, #FFF5EC);
}
.why-contain h4{
  font-weight: bold;
  font-size: 25px;
}
.advantages_item{
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  display: inline-block;
}
.advantages_item h4{text-transform: uppercase;font-weight: 700;color: #CF0C03;}
.img-sec {width: 100%;height: 100%;overflow: hidden;}
.img-sec img {max-width: 100%;-moz-transition: all 0.4s;-webkit-transition: all 0.4s;transition: all 0.4s;}
.img-sec:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*---------------*/
.feedback-sec{
  width: 100%;
  padding: 30px 0 50px;
  background: linear-gradient(#fff, #FFF5EC);
}
.testimonial{
  margin: 0 20px 40px;
}
.testimonial .testimonial-content{
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
  height: 280px;
}
.testimonial .testimonial-content:after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 22px;
  transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
  width: 50px;
  height: 45px;
  background: #ff4242;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.testimonial-content .testimonial-icon:before{
  content: "";
  border-bottom: 16px solid #e41212;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.testimonial .description{
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}
.testimonial .title{
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}
.testimonial .post{
  display: block;
  font-size: 14px;
  color: #ff4242;
}
.owl-theme .owl-controls{
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #ff4242;
}
/*-------------*/
#demo{
  width: 100%;
  padding: 20px 0 40px;
}
.realtives{
  position:relative;
}
#owl-demo .item{
  margin: 10px;
  padding: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  border: solid 2px #EEEEEE;
}
#owl-demo .item img{
  width:100%;
  height:100px;
}
.customNavigation{
  text-align: right;
  margin-top:10px;
  margin-bottom:3px;
  padding-bottom:3px;
  margin-right: 10px;
  margin-left: 10px;
}
.customNavigation a{
  color: #FFFFFF;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.customNavigation a:hover{color: #FFFFFF;}
.prev{background-color: #FB570F;}
.next{background-color: #FB570F;}
/*-------------*/
.brand-sec{
  width: 100%;
  padding: 20px 0 50px;
  display: block;
  background: url(../img/brand-bg.jpg) no-repeat fixed top left;
  background-size: cover;
}
.brand-sec h2 {color: #FFFFFF;}
.bran-img-sec{width: 80%;border-radius: 5px;overflow: hidden;margin-bottom: 20px;margin-right: auto;margin-left: auto;}
.advantages{width: 100%;padding: 30px 0 50px;background: linear-gradient(#fff, #e1e1ff);}
.adv-item{
  padding: 25px 15px;
  border-radius: 7px;
  box-shadow: -1px 9px 18px 0 rgba(75,81,91,.1);
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  height: 250px;
}
#content {
  position: relative;
  background: #fff;
  padding: 40px 0;
  border-bottom: solid 1px #e1e1ff;
}
.service {
  width: 100%;
  padding: 15px 15px 0px 15px;
  border: solid 1px #EBEBEB;
  text-align: center;
  margin-bottom: 30px;
  min-height: 350px;
}
.img-cnt {
  width: 60%;
  margin: auto;
}
#content img {
  max-width: 100%;
  height: auto;
}
.service h5 {
  margin-top: 15px;
  font-size: 18px;
}
.service p {
  text-align: justify;
}
.product-sec{
  position: relative;
  background: #fff;
  padding: 40px 0;
  border-bottom: solid 1px #e1e1ff;
}
.product-sec .item{
  width: 100%;
  height: 220px;
  overflow: hidden;
  border: solid 1px #f5f5f5;
  padding: 10px;
  border-radius: 2px;
  text-align: center;
}
.product-sec .item .line {
  width: 25%;
  height: 3px;
  background: #cd2122;
  display: inherit;
  margin: auto;
}
.faicon i {color: #EFBD26;margin-bottom: 10px;opacity: 0.5;}
.faicon p{font-size: 18px;font-weight: 500;margin: 10px 0 0;}
.product-sec .font-sm p{font-size: 14px;font-weight:500;line-height: 28px;}
.e-com-img{
  width: 60%;
  margin: auto;
}
.ecommerce-feature{width: 100%;display: block;}
.ecommerce-feature ul{margin: 0}
.ecommerce-feature ul li {
  width: 100%;
  padding: 10px 0;
  border-top: dashed 1px #D1D2D3;
  font-weight: 500;
  font-size: 13px;
}
.ecommerce-feature ul li:last-child {
  border-top: dashed 1px #D1D2D3;
  border-bottom: dashed 1px #D1D2D3;
}
.ecommerce-feature ul li i{color: #FA9605;margin-right: 10px;}
.benefits{width: 100%;padding: 30px 0;}
.ecommerce-pages-img {width: 100%;border: solid #D1D2D3 1px;}
.ecom-contant p {font-size: 14px;font-weight: 500;line-height: 28px;}
.ecom-contant i{color: #cd2122;font-size: 18px; margin-right: 10px;}
.benefits h3{font-size:20px;font-weight:500;}
.benefits h5{font-size: 18px;font-weight: 500;margin-bottom: 15px;}
.benefits ul li{padding: 5px 0 5px 20px; font-size: 15px;font-weight: 500;}
.benefits ul li i {color: #FA9605;margin-right: 10px;}
.benefits ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em;
  color: #FA9605;
}
.contact-sec{width: 100%;padding: 30px 0;}
.contact-rich {
  color: #7a7a7a;
  margin-bottom: 2rem;
  word-wrap: break-word;
}
.add-title{
  margin: 0;
  padding: 10px 15px;
  background-color: #D1D1D1;
  color: #222;
  letter-spacing: .56px;
  text-transform: capitalize!important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px 5px 0 0;
}
.contact-rich .add-item {
  height: auto;
  overflow: hidden;
  padding: 15px 15px;
  background: #f7f7f7;
  border-radius: 0 0 5px 5px;
}
.contact-rich .add-item .icon {
  float: left;
  width: 3.5rem;
  height: 45px;
}
.contact-rich .add-item .data {
  color: #232323;
  font-size: 14px;
  width: auto;
  overflow: hidden;
  line-height: 2;
}
.ul-li ul{padding-left: 30px;}
.ul-li ul li {padding: 8px;list-style: square;line-height: 28px;}
.form-sec{width: 100%;}
.form-sec label{font-weight: normal;}
.form-style{
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  outline: none;
}
textarea{
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  outline: none;
}
input[type=text]:focus, textarea:focus{box-shadow: none;border: 1px solid #cd2122}
.career-sec{
  width: 100%;
  padding: 30px 0;
}
.cat-section {
  width: 100%;
  padding: 30px 0 30px;
  background-color: #f5f5f5;
}
.cat-section strong{color: #9a0000}
.cat-section p {
  text-align: justify;
  line-height: 28px;
}
.cat-section h4{padding: 0 10px; }
.side-menu{
  width: 100%;
  border:solid 1px #eee;
}
.side-menu h4{
  color: #656565 !important;
  margin: 0;
  padding:10px 15px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  background-color: #F7F7F7;
}
.side-menu ul {
  margin: 0;
  padding: 0;
  float: none;  
  border-top: none;
}
.side-menu ul li {
  list-style: none;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.side-menu ul li:hover{
  border-left:  solid 5px #9A0000;
  color: #9A0000;
}
.side-menu ul li a{
  padding: 5px 15px;
  color: #656565;
  line-height: 25px;
  display: block;
  border-bottom: solid 1px #eee;
  font-size: 14px;
  z-index: 9999999;
  font-weight: 600;
}
.side-menu ul li a:hover, .side-menu ul li a:focus { 
  color: #9A0000;
  text-decoration: none;
}
.side-menu ul li.active {
  border-left:  solid 5px #9A0000;
}
.side-menu ul li.active a {color: #9A0000;}
.side-menu ul li a i{color: #CA0902;margin-right:10px;}
.pro-cat-sec {
  text-align: center;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  padding: 10px;
  margin-bottom: 20px;
}
.pro-img{display: block;margin-bottom: 15px;width: 100%;height: 150px;}
.pro-cat-sec .pro-img img{margin: auto;height: 100%}
.pro-cat-sec p {text-align:center;padding:0;color:#333;font-weight:600;font-size: 14px;line-height:14px;height: 20px;margin-bottom: 0px;}
.cat-section .breadcrumb a:hover{text-decoration: none;color: #9A0000;}
.cat-section a:focus{text-decoration: none;}
.breadcrumb{
  background: transparent !important;
  padding: 8px 0!important;
  border-bottom: solid 1px #ccc;
  border-radius: 0px !important;
}
/*---------Footer-----------*/
.footer-sec{
  width: 100%;
  padding: 30px 0;
  background: #FFFBF8;
  border-top: 4px solid #EEEEEE;

}
.footer-sec .footer-item{width: 100%;display: block;}
.footer-sec .footer-item h3{color: #9a0000;margin-bottom: 20px;font-weight: bold;}
.footer-sec .footer-item p{color: #000}
.footer-bottom{width: 100%;padding: 0px 0;background: #9A0000;}
.footer-bottom p{color: #FFFFFF;padding: 7px 0;margin: 0;}
.footer-sec .footer-item li i {margin-right: 10px;color: #7d7d7d;}
.footer-sec .footer-item li a {
  display: inline-block;
  padding: 5px 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #000;
  white-space: normal;
  font-size: 14px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.footer-sec .footer-item li a:hover,
.footer-sec .footer-item li a:focus {
  text-decoration: none;
  color: #000;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.bottom-right-sec p {margin: 0;color: #fff;text-align: right;font-size: 14px;padding: 7px 0;}

@media only screen and (max-width: 990px){
}
