/* top-bar */
.top-bar {
    background: #262830;
    font-size: 12px;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}
.top-bar p {
    line-height: 30px;
    margin:0px;
}
.top-bar p span {
    display: inline-block;
    margin: 0 15px;
}
.top-bar p .fa {
    display: inline-block;
    margin-right: 3px;
}
.top-bar p a {
    color: #fff;
    height: 0;
    font-size: 14px;
    /* vertical-align: middle; */
}
.pull-left.hidden-xs img {
    margin-right: 4px;
    vertical-align: middle;
}

/* social */
.social {
    float: right;
}
.social li {
    float: left;
    margin-left: 10px;
}
.social li a, .social li span {
    display: block;
    color: #fff;
    line-height: 30px;
}


/* header */
.header {
    background: #00000073;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    transition: 0.4s;
    padding: 0px 0;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 1px;
}
.header.fixed {
    padding: 0px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
 /*   border-bottom: 1px solid #ccc;*/
}
/* logo */
.logo {
    float: left;
    margin-left: 0px;
}
.logo img {
    width: 100%;
    height: auto;
}
.header.fixed .logo img {
    width: auto;
    height: 75px;
}
.header.fixed .navigation li a {
    line-height: 75px;
}
.header.fixed .navigation li li a {
    line-height: 35px;
}
.header.fixed .search {
    padding: 18px 0 0 0;
}
.pd-0{
    padding: 0;
}
/* navigation */
/*.navigation {
    float: left;
    margin-left: 53px;
    font-weight: 700;
}*/
.navigation {
    float: right;
    margin-left: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.navigation li {
    float: left;
    position: relative;
}
.navigation li a {
    display: block;
    padding: 0 9px;
    /* color: #000; */
    line-height: 90px;
    color: #303030;
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
    /* padding: 10px 5px !important; */
    text-transform: uppercase;
}
.navigation li.social-icons a {
    font-size: 20px;
}
.navigation li:hover a {
    /* background: #fff; */
    color: #fff;
}
.navigation li:hover ul {
    display: block;
}
.navigation ul ul {/*    border: 1px solid #ccc;*//* border-top: none; */background: #fff;min-width: 180px;width: auto;white-space: nowrap;position: absolute;left: 0;top: 100%;z-index: 999;display: none;box-shadow: #f5f5f5 0px 3px 2px 1px, #f5f5f5 0px 0px 1px;}
.navigation li li {
  /*  border-top: 1px solid #ccc;*/
  float: none;
  padding: 0;
  margin: 0;
}
.navigation li li:first-child {
    border-top: none;
    box-shadow: none;
    border: none;
    border-color: none !important;
}
.navigation li li a {
    display: block;
    color: #333;
    line-height: 35px;
    font-size: 13px;
}
.navigation li:hover li a {
    color:#303030;
}
.navigation li li a.arrows:after {
   font-size: 14px;
   color: #303030;
   font-weight: 600;
   font-family: FontAwesome;
   content: "\f105";
   position: absolute;
   right: 15px;
   top: 1px;
   z-index: 2;
}
/*sub-sub-menu*/
.navigation li li:hover ul.sub-sub-menu {
   display: block;
}
.navigation ul ul ul.sub-sub-menu {
/*   border: 1px solid #ccc;*/
   border-top: none;
   background: #fff;
   min-width: 200px;
   width: auto;
   white-space: nowrap;
   position: absolute;
   /*left: 100%;*/
   left: 163px;
   top: 0;
   z-index: 999;
   display: none;
}
.navigation li li .sub-sub-menu li {
/*   border-top: 1px solid #ccc;*/
   float: none;
   padding: 0;
   margin: 0;
}
.navigation li li .sub-sub-menu li:first-child {
   border-top: none;
}
.navigation li li .sub-sub-menu li a {
   display: block;
   color: #303030;
   line-height: 35px;
   font-size: 13px;
}
/*.navigation li li .sub-sub-menu:hover li a {
   color:#9d9d9d;
}*/
/* search-box */
.search {
  float: right;
  padding: 24px 0 0 0;
}
.search form {
  display: none;
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
}
.search .form-control {
  border: 5px solid #999;
  background: #fff;
  padding: 9px 10px;
  width: 100%;
  float: left;
  border-radius: 0;
  font-weight: normal;
  outline: none;
  box-shadow: none;
}
.search .btn {
  border: 1px solid #295771;
    background: #295771;
  width: 38px;
  height: 38px;
  float: left;
  padding: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  line-height: 37px;
  font-weight: normal;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
}
.search a.btn {
    border: none;
    background: transparent;
    color: #000 !important;
    position: static;
}
.search a.btn .fa.fa-search {
    border-left: 1px solid #000;
    padding-left: 30px;
    margin-left: -10px;
    line-height: 24px;
}



/* footer */
/*.main-footer {
    margin-bottom: 50px;
}*/
/*.main-footer .footer-upper{
    padding: 20px 0px 20px;
}
.main-footer .about-widget h3, .main-footer .footer-widget h2{
    margin-top: 20px;
}
.main-footer .footer-bottom .copyright{
    padding: 10px 0px 0;
}*/
.privacy {
    float: none;
    padding: 10px 0px;
    display: inline-block;
}
.privacy ul li a{
    border: none;
}
/*.footer .social {
    display: none;
}*/
/*.footer-top .designdot {
    display: inline-block;
    float: none;
    margin-top: 30px;
}*/
/*.footer .column {
    border-top: 1px solid #ccc;
    padding: 25px 0 15px 0;
}
.footer .post {
    margin-bottom: 15px;
}
.main-footer {
    position: relative;
    background-color: #272727;
}*/
/* footer */

/*.main-footer .footer-upper {
    position: relative;
    padding: 40px 0px 20px;
}
.main-footer .about-widget {
    position: relative;
}

.main-footer .about-widget h3, .main-footer .footer-widget h2 {
    position: relative;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
}
.main-footer .footer-widget h2 {
   margin-bottom: 24px;
}*/
.theme_color {
    color: #ff5926;
}

/*
.main-footer .about-widget .text {
    position: relative;
    font-family: inherit;
    font-size: 13px;
    margin-bottom: 1.42857em;
    color: #fff;
    font-weight: 400;
    text-align: left;
}
.footer-widget ul li a, .footer-widget ul li, .footer-widget .textwidget p {
    color: rgba(255,255,255,0.9);
    line-height: 2em;
}*/
/*.footer-widget ul li {
    border-bottom:none;
    padding: 3px 0px !important;
}*/
/*.footer-widget ul li::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«";
    color: rgb(234, 234, 234);
    font-size: 20px;
    margin-right: 5px;
}*/
/*.footer-widget ul li a, .footer-widget ul li, .footer-widget .textwidget p {
    line-height: 24px;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    text-align: left;
}*/
.address_text i {
    margin-right: 14px;
    font-size: 18px;
}
/*.main-footer .footer-bottom {
    position: relative;
    background: #1f1f1f;
}
.main-footer .footer-bottom .copyright {
    position: relative;
    padding: 20px 0px;
    color: #777;
    font-size: 15px;
    float: left;
    line-height: 1.714;
}*/
.privacy {
    float: right;
    padding: 15px 0px;
}
.privacy p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.714;
    font-size: 15px;
}
.privacy ul li {
    float: left;
}
.privacy ul li a {
    color: #c6c6c6;
    border-right: 1px solid #ccc;
    padding: 0px 5px;
}
.latest-posts ul {
    margin-left: 0;
}
.latest-posts ul li:first-child {
    padding-top: 0;
    min-height: 5.6em;
}
.latest-posts ul li {
    list-style: none;
    padding: 10px 0;
  /*  min-height: 6.5em;*/
}
.latest-posts .blog-image {
    padding-right: 6px;
    padding-top: 10px;
}
.left {
    float: left !important;
}
.latest-posts .blog-image img {
    margin-right: 10px;
    width: 70px;
}
.latest-posts .blog-title, .latest-posts .subheader {
    margin: 0;
    line-height: 20px;
}

.latest-posts .blog-title a {
    color: #eee;
}
.latest-posts .blog-title a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 22px;
}

.latest-posts .blog-title, .latest-posts .subheader {
    margin: 0;
    line-height: 22px;
}

.subheader {
    color: #6f6f6f;
    margin-top: 2px !important;
    font-weight: normal;
/*    margin-top: 0.2rem;
    margin-bottom: 0.5rem;*/
}
.latest-posts .blog-image img {
    margin-right: 10px;
    width: 70px;
}
/*Go to Top*/
/*.go-top{background:#db4436;width:30px;height:30px;float:left;text-align:center;font-size:14px;color:#fff;line-height:30px;position:fixed;bottom:10px;right:15px;z-index:999;border-radius:100%;display:none}
.go-top i{display:inline-block;line-height:28px}*/


/**start contact-page**/
.BreadArea {
    color: #fff;
    font-family: poppins;
    padding: 130px 0;
    background-position: center center;
    position: relative;
        z-index: 1;
    text-align: center;
/*    height: 56vh;*/
}
.BreadArea:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007a;
    z-index: 0;
}
.BreadArea .container {
    z-index: 9;
    position: relative;
}
.BreadArea h2 {
    margin: 0 0 15px;
    font-size: 45px;
/*    font-family: 'Electrolize', sans-serif;*/
    font-weight: 600;
        color: #fff;
    letter-spacing: 0.5px;
}
.BreadArea ul {
    margin: 0px;
}

.BreadArea ul li a {
    color: #cacaca;
    font-size: 18px;
    position: relative;
    padding: 0 0 6px 0;
/*    font-family: 'Electrolize', sans-serif;*/
    font-weight: 600;
    letter-spacing: 0.5px;
}
.BreadArea ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: 0.5s all ease-in-out;
}
.BreadArea ul li {
    display: inline-block;
    margin: 0 25px 0px 0;
    position: relative;
}
.BreadArea ul li+li:before {
    position: absolute;
    top: 7px;
    left: -19px;
    text-align: center;
    font-family: 'FontAwesome';
    content: '\f101';
    -webkit-border-radius: 50%;
    color: #cacaca;
    font-size: 18px;
    line-height: 13px;
}
.BreadArea ul li a:hover, .BreadArea ul li.active a, .BreadArea ul li a:hover:after, .BreadArea ul li.active a:after {
    color: #fff;
    transform: scale(1);
    transition: 0.5s all ease-in-out;
}

.BreadArea ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: 0.5s all ease-in-out;
}
.BreadArea ul li a:hover, .BreadArea ul li.active a, .BreadArea ul li a:hover:after, .BreadArea ul li.active a:after {
    color: #fff;
    transform: scale(1);
    transition: 0.5s all ease-in-out;
}

section.contactarea {
    padding: 60px 0;
}

.UserRight form button {
    display: block;
    width: 170px;
    background: transparent;
    color: #106EAA;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    border: 2px solid #106EAA;
    position: relative;
  /*  margin: 10px 0 10px 0;*/
}
.UserRight form button:before {
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #106EAA;
    transform: scaleX(0);
    transition: all 0.4s ease 0s;
    z-index: 0;
}
.UserRight form button:hover {
    color: #fff;
    z-index: 1;
}
.UserRight form button:hover:before {
    transform: scaleX(1
        );
    transition: all 0.4s ease 0s;
    z-index: -1;
}

/**start aboutpage**/
section.aboutpage {
    padding: 60px 0 0;
}
.about-img img {
    width: 100%;
}
.about-left h2 {
    /* font-size: 20px; */
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
    color: #222;
    position: relative;
    font-family: 'Open Sans';
}
.about-left h2:after {
    position: absolute;
    content: "";
    z-index: 999;
    bottom: -18px;
    left: 0;
   /* border-bottom: 3px solid #db4436;*/
    width: 66px;
}
.about-left p {
    line-height: 1.714;
    font-size: 15px;
    padding-right: 30px;
    text-align: justify;
}
.about-para p {
    line-height: 1.714;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: 400;
}
.about-para {
    padding: 10px 0 60px;
}
.leader-img {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
section.leader {
    padding: 0 0 60px;
}
h2.news-heading.mb-90 {
    margin-bottom: 90px;
}


.career-right #demos .owl-prev {
    float: left;
}

.career-right #demos .owl-next {
    float: right;
}
.career-right #demos .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #616161;
    color: white;
    padding: 0;
    position: absolute;
    left: -56px;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    border: 1px solid #616161;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}
.career-right #demos .owl-carousel .owl-nav>div i {
    margin-left: 0;
    margin-top: 2px;
    color: #fff;
    font-size: 1.3em;
}
.career-right #demos .owl-next {
    width: 40px;
    height: 40px;
    background-color: #616161;
    color: white;
    padding: 0;
    position: absolute;
    right: -56px;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    border: 1px solid #616161;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
    top: 58px;
}

.career-right #demos .owl-prev:hover, .career-right #demos .owl-next:hover {
    background-color: #616161;
    color: #fff;
}
.career-right .quality img {
    width: auto;
}
.career-right .owl-nav {
    position: absolute;
    top: 114px;
    right: 78px;
    left: 76px;
}
.career-right h2 {
    text-align: center;
    line-height: 1.714;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 42px;
    font-family: 'Open Sans';
}



.career-right #demos .item .quality {
    margin: 30px 10px;
    border: 4px solid #fff;
    text-align: center;
    box-shadow: 0px 0px 12px -2px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    min-height: 280px;
    overflow: hidden;
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
}
.career-right .AwesomeArea {
    padding: 0px 0 0px;
}
/**start presence**/
.our-presence img {
    width: 800px;
    border: 5px solid;
    height: 782px;
}
.our-presence {
    display: flex;
    justify-content: center;
}
section.presence {
    padding-top: 80px;
    padding-bottom: 60px;
}
.corporate-office img {
    width: 800px;
    height: 782px;
    border: 5px solid;
    display: flex;
    justify-content: center;
    margin: 0 auto;
/*    margin-top: 50px;*/
}
/*.corporate-office img {
    width: 100%;
}*/
.corporate-office h2 {
    font-size: 2.3125rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 45px;
}
.corporate-office p {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
h2.mt-0 {
    margin-top: 0;
}
/**start quality-control**/

.vertical-tabs .nav-tabs .nav-link.active {
    background-color: #F2F2F2;
    color: #000;
}
 .vertical-tabs .tab-content>.active{
    /* background:#fff; */
    /* display:block; */
}
.vertical-tabs .nav.nav-tabs {
    /* border-bottom: 0; */
    /* border-right: 3px solid #000; */
    /* display: block; */
    /* float: left; */
    margin-top: 20px;
    margin-right: 0;
    /* padding-right: 15px; */
}
 .vertical-tabs .sv-tab-panel{
    background:#fff;
    /*height:0px;*/
    padding-top:10px;
}
/*.AwesomeArea {
    height: 0;
}*/
@media only screen and (max-width: 420px){
  .titulo{font-size: 22px}
}
@media only screen and (max-width: 325px){
  .vertical-tabs{ padding:8px;}
}
/*footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color:#fff;
    font-size: 9px;
}*/

.nav-tabs>li {
    float: none;
  /*  margin-bottom: -1px;*/
}
section.quality-control {
    padding: 60px 0 40px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #ddd;
   /* border: 1px solid #ddd;*/
    border-bottom-color: #ddd;
}
.sv-tab-panel h3 {
    font-weight: 700;
    font-size: 30px;
}
.nav-tabs>li {
    float: none;
    /* margin-bottom: -1px; */
    border-left: 3px solid #DADADA;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    margin: 0;
    /*padding: 13px 0px 11px 30px;*/
    transition: all .3s ease 0s;
}
.nav-tabs>li>a:hover {
    border-color: #eee0 #eee0 #ddd0;
    background:#F2F2F2 !important;
    color: #000;
    padding-left: 32px;
    transition: 0.5s ease-in-out;
    background-color: #f2f2f2;
    border-left: 3px solid #106EAA;
}


.vertical-tabs .nav-tabs .nav-link {
    border-radius: 0;
    background: #fff;
    text-align: center;
    /* border: 1px solid #424242; */
    height: 60px;
    font-size: 15px;
    font-weight: 700;
    color: #999 !important;
    width: 100%;
    line-height: 34px;
    text-align: left;
}
ul.nav.nav-tabs.mb-30 {
    margin-bottom: 30px;
}
.logo-client h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    /* margin-top: 50px; */
    font-weight: 700;
    margin-left: 16px;
}
.logo-client img {
    /* width: 100%; */
    margin-left: 10px;
}


/**tabs4**/
.sv-tab-panel #demos .owl-prev {
    float: left;
}

.sv-tab-panel #demos .owl-next {
    float: right;
}
.sv-tab-panel #demos .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #616161;
    color: white;
    padding: 0;
    position: absolute;
    left: -56px;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    border: 1px solid #616161;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}

.sv-tab-panel #demos .owl-next {
    width: 40px;
    height: 40px;
    background-color: #616161;
    color: white;
    padding: 0;
    position: absolute;
    right: -56px;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    border: 1px solid #616161;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
    top: 54px;
}

.sv-tab-panel #demos .owl-prev:hover,
 .sv-tab-panel #demos .owl-next:hover{
    background-color: white;
    color:#616161;
}
.sv-tab-panel .quality img {
    width: auto;
}
.sv-tab-panel .owl-nav {
    position: absolute;
    top: 420px;
    right: 90px;
    left: 80px;
}
.sv-tab-panel h2 {
    text-align: center;
    line-height: 1.714;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 42px;
    font-family: 'Open Sans';
}





.sv-tab-panel #demos .item .quality {
    margin: 30px 10px;
    border: 4px solid #fff;
    text-align: center;
    box-shadow: 0px 0px 12px -2px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    /* min-height: 154px; */
    overflow: hidden;
    width: 98%;
    margin: 10px auto;
  /*  margin-right: 25%;*/
}
.sv-tab-panel .AwesomeArea {
    padding: 0px 0 0px;
}
.qualityportion img {
    width: 100%;
}
.qualityportion h2 {
    /* font-size: 20px; */
    /* font-weight: 600; */
    margin-top: 26px;
    font-weight: 400;
    color: #111111;
    font-size: 1.6875rem;
    line-height: 1.4;
}
.qualityportion h3 {
    font-size: 1.6875rem;
    line-height: 1.4;
}
.qualityportion p {
    line-height: 1.714;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.qualityportion ul li {
    list-style: disc;
    margin-top: 4px;
    margin-left: 20px;
}
section.Testing ul {
    padding-top: 10px;
    padding-bottom: 50px;
}
.allumium img {
    margin-top: 10px;
}

.Namo-JIS h2 {
    text-align: left;
    margin-bottom: 14px;
    /* font-size: 14px; */
    font-size: 1.6875rem;
    font-weight: 400;
    margin-top: 30px;
}
table tr th, table tr td {
    color: #222;
    font-size: 0.875rem;
    padding: 0 10px 10px;
    text-align: left;
}
.elements img {
    width: 420px;
    height: 270px;
}
.elements-content p {
    text-align: justify;
    line-height: 1.714;
    font-size: 15px;
}
section.alloy {
    padding-bottom: 40px;
}

p.aluminum-alloy {
    margin-left: 30px;
}
.answer.height-800 ul li {
    margin-left: 30px;
    margin-bottom: 6px;
    list-style: disc;
}
/**start social-responsiblity**/
h3.responsibility {
    /* margin: 0; */
    font-weight: 400;
    color: #111111;
    margin-top: 30px;
    line-height: 1.4;
}
.allumium p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.714;
    font-weight: 400;
}
.allumium.height-0 {
    height: 0;
}
ul.nav.nav-tabs.mb-40 {
    margin-bottom: 40px;
}
table {
    background: #fff;
    border: solid 1px #ddd;
    margin-bottom: 1.25rem;
    table-layout: auto;
}

.wpb_text_column.wpb_content_element.vc_custom_1537014303166 table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem;
    border-bottom: 1px solid #e6e3e3;
    border-right: 1px solid #e6e3e3;
}
.wpb_text_column.wpb_content_element.vc_custom_1537014303166 table tr th, table tr td {
    color: #222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left;
}

/*.footer-upper.mt-130 {
    margin-top: 130px;
}
.footer-upper.mt-20 {
    margin-top: 20px;
}*/
p.liquid {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
.row.mt-30 {
    margin-top: 30px;
}
h3.magnesium {
    font-weight: 400;
    color: #111111;
    margin-top: 30px;
    line-height: 1.4;
    font-size: 22px;
}
img.vc_single_image-img.mt-20 {
    margin-top: 40px;
}
/**start info**/
main.row.l-main {
    margin: 0 auto;
    max-width: 85.71429em;
    width: 100%;
    padding: 60px 0;
}
.large-9 {
    width: 75%;
}
.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}
.blog-info.large-2.columns.height-750 {
    height: 706.875px;
}
.blog-info .arrow {
    border-left-color: rgba(16,110,170,1);
}
.blog-info.large-2.columns.height-600 {
    height: 667.875px;
}
.blog-info.large-2.columns.height-700 {
    height: 761.875px;
}

.blog-info .arrow {
    border-color: transparent rgba(16,110,170,1);
}


.blog-info .arrow {
    border-style: solid;
    border-width: 15px 0 15px 15px;
    position: absolute;
    right: -50px;
    top: 35px;
    width: 20px;
}
/*.p-0-20, .blog-info>div {
    padding: 0 1.25em;
}*/
.blog-info a, .blog-info {
    color: #EEE;
}
.blog-info .author {
    text-align: center;
    word-break: break-all;
}
.blog-info .author div {
    font-size: 1.3em;
}

.blog-info .author div {
    padding-top: 5px;
}


.blog-info .author div {
    font-size: 1.3em;
}
.blog-info .author {
    text-align: center;
    word-break: break-all;
}
.blog-info a, .blog-info {
    color: #EEE;
}

.has-post-thumbnail .blog-info .date, .has-post-thumbnail .blog-info .comment-count {
    margin-top: 100px;
}

.blog-info .date {
    background: rgba(0,0,0,0.15);
}
.blog-info .date, .blog-info .comment-count {
    margin-top: 20px;
}
.blog-info .date {
    padding: 15px;
    margin-top: 100px;
    text-align: center;
}
.blog-info a, .blog-info {
    color: #EEE;
}

.blog-info .date .day {
    font-size: 2.3em;
    color: #FFF;
}
.blog-info .date .day {
    padding-bottom: 10px;
    display: block;
}
.blog-info .date .year {
    display: block;
    padding: 2px;
}
.has-post-thumbnail .blog-info .date, .has-post-thumbnail .blog-info .comment-count {
    margin-top: 100px;
}
.blog-info .comment-count div {
    font-size: 1em;
    color: #FFF;
}

.blog-info .comment-count div {
    padding-bottom: 6px;
}

.column+.column:last-child, .columns+.column:last-child, .column+.columns:last-child, .columns+.columns:last-child {
    float: right;
}
.blog-posts {
    padding-top: 15px;
    width: 78.333%;
    margin-right: 1%;
}
.blog-posts .node-title {
    font-size: 2.05em;
    margin: 15px 0 10px;
}


.primary-color_color, a, a:focus, a.active, a:active, a:hover, section.corporate .menu-item a i, .box-container:hover .box-title, .blog-posts i, .woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb, div.boxes.small.layout-3 .box-icon i {
    color: #000;
}
.blog-posts article>div {
    position: relative;
}
.blog-posts .wp-post-image {
    padding: 10px 0;
}
.blog-posts .body {
    line-height: 1.6em;
    margin-top: 10px;
}

.blog-posts article>div {
    position: relative;
}
nav.navigation.ml-0 {
    margin-left: 38px;
}

section.namo-boxes {
    padding-bottom: 60px;
    padding-top: 60px;
}
.wd-image-text.text-left.style-3 {
    width: 320px;
    border: 1px solid #cecece;
    margin-right: 10px;
    padding: 18px 12px 0;
    border-radius: 4px;
}
.wpb_wrapper {
    /* margin-left: 22px; */
    display: flex;
    /* width: 201px; */
}
section.wrapper {
    padding: 60px 0 60px;
}
.about-content img {
    width: 100%;
}
.about-content {
    border: 1px solid #cecece;
    min-height: 463px;
    border-radius: 4px;
    padding: 10px;
}
.about-content img {
    border-radius: 4px;
}


/*start footer*/
.footer-main {
    background: url(../images/footer_bg.png) center top/cover no-repeat rgba(0, 0, 0, 0);
    padding: 50px 0 60px;
}
.footer-main {
    width: 100%;
    float: left;
}
.footer-main {
    background: url(../images/footer_bg.png) center top/cover no-repeat rgba(0, 0, 0, 0);
    padding: 50px 0 60px;
  /*  margin-top: 10%;*/
   /*   margin-top: 3%;*/
}
.footer_box {
    margin-bottom: 30px;
}
.footer_box {
    width: 100%;
}

.footer-main h3 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding-bottom: 20px;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
.helpline {
    margin-bottom: 10px;
    padding: 0 0 10px;
    position: relative;
}
.footer_box p {
    font-size: 14px;
    color: #cfcfcf;
    margin-bottom: 8px;
}
.footer_box p span {
    display: block;
    padding-bottom: 5px;
}
span.us_flag {
    background: url(../images/us.jpg) left 5px no-repeat rgba(0, 0, 0, 0);
    padding-left: 25px;
}
span.uk_flag {
    background: url(../images/uk.jpg) left 5px no-repeat rgba(0, 0, 0, 0);
    padding-left: 25px;
}
span.ind_flag {
    background: url(../images/india.jpg) left 5px no-repeat rgba(0, 0, 0, 0);
    padding-left: 25px;
}

.footer_box ul {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}
.footer_box ul li {
    color: #cfcfcf;
    float: left;
    line-height: 18px;
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 14px;
  list-style:none;
}
.footer_box ul li a {
    color: #cfcfcf;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
/*.footer_box a:hover, .footer_box ul li a:hover {
    color: #0fabfb;
}*/
.footer_box a:hover, .footer_box ul li a:hover {
    color: #9d9d9d;
}
.shopify_btm_link img {
    max-width: 140px;
    width: 100%;
  margin-top: 15%;
}
.footer_g_partner_ico img {
    max-width: 85px;
    width: 100%;
}
p.skype_img {
    background: url(../images/sprite_small_icon.png) left -75px no-repeat;
}
p.email, p.fax, p.skype_img {
    padding-left: 25px;
}
.footer_box p a img {
/*    max-width: 160px;*/
    margin-top: 26px;
    width: 100px;
}
.footer_box p {
    font-size: 14px;
    color: #cfcfcf;
    margin-bottom: 8px;
}
p.email {
    background: url(../images/sprite_small_icon.png) left -104px no-repeat;
}
.footer_box a {
    color: #cfcfcf;
    text-decoration: none;
}

.start a {
    color: #cfcfcf;
  text-decoration:none;
}
.footer-main a:hover {
    text-decoration: none;
    color: #ff9f3c;
}
.helpline::after {
    background: #4a4a4a;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 80%;
}
.fa-stack, img {
    vertical-align: middle;
}

.footer_box  form {
    margin: 30px 0 0;
}
.footer_box  form .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid black;
    box-shadow: none;
    display: inline-block;
    width: 72%;
    height: 45px;
  float: left;
}
.footer_box .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.footer_box form button {
    border: 0;
    outline: 0;
}
.footer_box a {
    color: #cfcfcf;
    text-decoration: none;
}
span.cont {
    color: #fff;
    float: left;
    width: 18px;
    font-size: 15px;
}
.footer_box p {
    color: #fff;
    margin: 0 0 8px;
}
.border_none {
    border: none!important;
    display: block;
}
/*.banner_sec img, .bx-wrapper img, .container, figure, img {
    max-width: 100%;
}
*/

.work_with li a:last-child {
    margin: 0;
    padding: 0;
}

.copyright-content {
    color: #9c9c9c;
    line-height: 1;
    margin: 30px 0 0;
    padding: 40px 0 0;
    position: relative;
    font-size: 14px;
}
.copyright-content, .copyright-content h3, figure {
    text-align: center;
}
.copyright-content::before {
  content:"";
    background: #4a4a4a;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 5px;
    width: 48%;
}
.copyright-content .social-media {
    display: block;
    float: none;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    width: 100%;
}.copyright-content .social-media li {
    display: inline-block;
    height: 42px;
    line-height: 32px;
    margin: 0 2px 0 0;
    padding: 0;
    width: 42px;
}
.copyright-content .social-media li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 38px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    width: 38px;
}
.copyright-content span a {
    color: #9c9c9c;
}
.copyright-content .social-media li a:hover {
    background: #db4436;
    border-color: #db4436;
    color: #fff;
}

.news-update {
    /* border: 1px solid #cecece; */
    /* min-height: 580px; */
    padding: 60px 0;
    background: #b2b4b638;
}
li.number {
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
}
ul.dropdown-menu {
    box-shadow: none !important;
    border: none;
    /* border-radius: 10px; */
}
li.number {
    padding: 5px 0 !important;
    /* background: #fff; */
    /* width: 100px; */
    /* box-shadow: none !important; */
    /* border: none !important; */
    border-radius: 10px;
}
ul.dropdown-menu li a {
    background: #ffff !important;
    color: #000 !important;
}
li.number img {
    margin-right: 6px;
}
.dropdown-menu {
    padding: 0 !important;
}
p.mb-30 {
    margin-bottom: 64px;
}
/**start Business-services**/
.Business-services-margin{
  margin:60px 0 30px 0;
}
.border:before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  top: 0;
  left: 15px;
  width: 70px;
  height: 4px;
  background: #000;
}
.four-services h3 a{
  margin: 20px 0px 15px 0px;
  font-size: 16px;
  color: #383D46;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
/*  text-decoration: underline;*/
}

.four-services h3 a:hover {
    color: #0fabfb;
    text-decoration: none;
}
.unique-bussiness h1{
  font-size: 40px;
  line-height: 1.3;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
}
.four-services p{
  font-size: 14px;
  color: #95979a;
  line-height: 1.6;
}
.four-services {
    padding: 20px 0px;
    text-align: center;
   /* border: 2px solid #cecece;*/
    margin-bottom: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: #f5f5f5 0px 3px 5px 6px, #f5f5f5 0px 0px 1px;
}
.four-services.red-color {
    background: #98b8ce;
}
.four-services.green-color {
    background: #cecece;
}
.four-services.gay-color {
    background: #8ac18a;
}
.four-services.yellow-color {
    background: #dada75;
}
.four-services img {
    width: 82px;
    height: auto;
}
section.Business-services-margin h2 {
    margin-top: 30px;
}
.four-services i {
    font-size: 60px;
    margin-bottom: 16px;
    color: #fff;
}
h2.timer.count-title.count-number {
    margin-top: 0;
}
.unique-business h2 {
    /* color: #fff; */
    font-size: 2.3125rem;
    /* margin-bottom: 60px; */
    /* margin-top: 60px; */
}
.count-title {
    margin-bottom: 0;
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    padding-top: 0;
    color: #fff;
}

p.count-text {
    font-size: 26px;
    color: #fff;
    line-height: 1.4;
    font-size: 1.3125rem;
    font-weight: 400;
}
.client-content p {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}
.client-content img {
    width: 200px;
}
/**start clients**/
.serv-sec {
    padding: 60px 0;
    /*    background-color: #f1f1f1;*/
    /* margin-top: 11px; */
}

section.serv-sec h3.offerTitle {
    font-size: 30px;
    text-align: center;
    color: #222;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 12px;
    /* margin-top: 41px; */
    padding-top: 10px;
    font-weight: 600;
}

.serv-sec .wrapper {
    /* border-radius: 10px; */
    padding: 15px;
    padding-top: 30px;
    text-align: center;
    position: relative;
    margin: 0px;
    margin-top: 60px;
    margin-bottom: 25px;
    min-height: 270px;
    background: #fff;
    /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%); */
}
/*.serv-sec .wrapper::before{
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    display: block;
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: #fadfd3;
    transform: translate(0, 15px);
    z-index: -1;
}*/
.serv-sec .wrapper .item-icon{
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    /* background-color: #c8501a;*/
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* transition: 0.5s all ease-in-out; */
    /* margin: 0 auto; */
    /* cursor: pointer; */
    /* bottom: calc(100% - 40px); */
}
.serv-sec .wrapper .item-icon:hover {
    /* box-shadow: 0 8px 10px 2px rgb(0 0 0 / 11%); */
    transform: translateY(-25px);
}
/*.serv-sec .wrapper .item-icon::before{
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: auto;
    border-radius: 50%;
    border: 1px solid #3a7d31;
    z-index: -1;
}*/

.serv-sec .wrapper .serv-title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 34px;
    color: #000;
    margin-bottom: 16px;
    /* box-shadow: 3px 3px 10px 0px #d6d4d49e; */
}

.serv-sec .wrapper .serv-para {
    font-size: 18px;
    /* font-weight: 600; */
    color: #525252;
}

/**start marque**/

/**sheebu**/
/* Make it a marquee */
.marquee-content {
    /**width: 450px;**/
    margin: 0 auto;
    /**overflow: hidden;**/
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}


.client-logo-listing {
/*  background-color: #fafafa;*/
   /* padding: 15px 0;*/
    height: 115px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.marquee {
    width: 100%;
    overflow: hidden;
    background: #fafafa;
}


:root {
    --marquee-width: 80vw;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */ /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
  }
  .marquee {
      width: 100%;
      height: auto;
      /* background-color: #111; */
      color: #eee;
      position: relative;
      overflow: hidden;
/*         background: #7469FE;*/
/*          background: linear-gradient(to top, #139d6cf2 0%, #04b4cfb3 100%);*/
        background: linear-gradient(to top, #05b2c8b3 0%, #09b0bd 100%);
  }
  
  .marquee:before, .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
  }
  /**.marquee:before {
    left: 0;
    background: linear-gradient(to right, #111 0%, transparent 100%);
  }
  .marquee:after {
    right: 0;
    background: linear-gradient(to left, #111 0%, transparent 100%);
  }**/
  .marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
  }

  /* .marquee-content:hover {
    animation-play-state: paused;
  } */
  @keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
  }
  .marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    /* font-size: calc(var(--marquee-height)*3/4);*/
    white-space: nowrap;
    /*background: #7469FE;*/
    background: linear-gradient(to top, #86b6c5 0%, #04b4cfb3 100%);
  }
  
  .marquee-content li img {
    width: 100%;
    height: 90px;
  }
  .marquee-content:hover li img{-webkit-filter: blur(3px);filter: blur(3px); -webkit-transition:all ease-in 0.5s;transition:all ease-in 0.5s;}
  .marquee-content li img:hover{-webkit-filter: blur(0px);filter: blur(0px); -webkit-transition:all ease-in 0.5s;transition:all ease-in 0.5s;}

.marquee .js-marquee-wrapper {
  transform: translate(0, 0) !important;
  animation: 20s linear 1s infinite normal none running marqueeAnimation-3824602;
}
.client-logo-listing {
    height: auto;
}
.js-marquee ul li a img {
    width: 100%;
    max-width: 150px;
    min-width: 100px;
}
/**start what to do tabs**/
.brands-categories {
    margin: 0px -50px;
    background: rgba(0, 0, 0, 0.05);
    padding: 100px 0 0;
}
.sub-title-wrap {
    padding-left: 65px;
    position: relative;
}
.sub-title-wrap .sub-title {
    position: absolute;
    left: 0;
    top: 0;
    writing-mode: vertical-lr;
    transform: rotate(
180deg
);
    display: flex;
    align-items: center;
}
.title-black {
    max-width: 587px;
    color: #2E2E2E;
    font-size: 18px;
    line-height: 30px;
}
.brands-categories-list {
    padding: 0px 0 100px;
}
.brands-categories .nav-tabs {
    display: block;
    border: none;
    padding-top: 10px;
}
a.nav-link.radio-li.active {
    color: #000 !important;
}


.brands-categories .nav-tabs .nav-item {
    margin: 0 auto;
    border: none;
    border-right: 1px solid #cecece;
}
.brands-categories .nav-tabs .nav-item .nav-link.active {
    border: none;
    color: #2E2E2E;
    background: transparent;
}
.brands-categories .nav-tabs .nav-item .nav-link, .brands-categories .nav-tabs .nav-item .nav-link:focus {
    font-size: 22px;
    color: rgba(46, 46, 46, 0.2);
    border: none;
    transition: 0.2s linear;
    padding: 15px;
}
.sub-title-wrap .sub-title span:last-child {
    display: inline-block;
    width: 2px;
    height: 162px;
    background: #2E2E2E;
    margin-top: 8px;
    margin-bottom: 4px;
}

p.para-tabs {
    font-size: 18px;
    margin-top: 10px;
}
ul.order-list li {
    font-size: 18px;
    line-height: 30px;
    margin-left: 30px;
    list-style: disc;
}




/*start slider*/

.SliderArea{
    position: relative;
    z-index: 1;
}

.SliderArea #myCarousel{}

.SliderArea #myCarousel .item{ background-color: #000 ;    overflow: hidden;}

.SliderArea #myCarousel .item img{     opacity: 0.9;width: 100%;height: 670px;
 }

.SliderArea #myCarousel .item .carousel-caption{}

.SliderArea #myCarousel .item .carousel-caption h3{}

.SliderArea #myCarousel .item .carousel-caption p{}



.SliderArea .SlideContent {
    position: absolute;
    top: 40%;
    right: 52px;
    /* left: 0; */
    width: 38%;
    color: #fff;
    height: 200px;
    /* bottom: 0; */
    margin: auto 0 0;
    padding: 0 35px;
    /* font-family: 'PT Sans'; */
    background: #0000008c;
    border-radius: 10px;
}
.SliderArea .SlideContent h3{}
.SliderArea .SlideContent h3 span{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    position: relative; 
    padding: 0 10px;    
}
.SliderArea .SlideContent h3 span:after{
    position: absolute;
    content: "";
    background-color: #02d67f;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: -1;    
}

.SlideContent h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-top: 20px;
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 3rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.SliderArea .SlideContent p{
    margin: 0 0 10px;
}
  
.SliderArea .SlideContent p span {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    padding: 0 0;
}

.SliderArea .SlideContent p span:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: -1;
}

.SliderArea .SlideContent a {
    /* display: block; */
    /* margin: 0; */
    background: transparent;
    /* width: 170px; */
    /* text-align: center; */
    /* padding: 10px 0; */
    /* border: 1px solid white; */
    /* color: white; */
    /* font-family: 'Lato', sans-serif !important; */
    /* font-weight: 600; */
    /* letter-spacing: 0.5px; */
    /* transition: all 0.5s ease-in-out; */
    /* position: relative; */
    /* text-transform: uppercase; */
    /* float: left; */
    /* right: 0; */
    /* top: 0; */
}

.SliderArea .SlideContent a:hover:before{
    transform: scaleX(1);
    transition: all 0.4s ease 0s;
    z-index: -1;
}
.SliderArea ol.carousel-indicators{
    margin: 0;
    width: 100%;
    left: 0;
}

.SliderArea ol.carousel-indicators li{
 /*   border-radius: 0px;*/
    width: 14px;
    height: 14px;
 /*   background-color: red;*/
    border: 1px solid #fff;
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
}


.SliderArea ol.carousel-indicators li.active{
    background-color: #fff;
    border-color: #fff;
}

.SliderArea ol.carousel-indicators li.active:before{
    border-color: #fff;
}

.bg-color {
    height: 800px;
}

.home-slide img {
    height: 560px;
}

a.banner-btn {
    background: #fff;
    width: 150px;
    height: 50px;
    /* padding: 10px; */
    display: block;
    font-size: 16px;
    -webkit-appearance: none;
    background: #00bbf0;
    color: white;
    padding: 11px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center;
    color: #45454a;
    background: white;
    border: 0;
    line-height: normal;
    padding: 15px;
    font-weight: 500;
    display: block;
    /* width: 42%; */
    margin-top: 20px;
}
.marquee h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
}
.marq-bg{
  background: url(../images/SecondPanel.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

img.width-71 {
    width: 71px;
}

a.laern-btn {
    background: #63b5f6;
    display: block;
    width: 100px;
    height: 40px;
    font-weight: 500;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 4px;
    border: 1px solid #63b5f6;
}
a.laern-btn:hover {
    background: #fff;
    color: #63b5f6 !important;
    border-color: #63b5f6;
}
.home-slide img {
    height: 560px;
}

a.banner-btn {
    background: #fff;
    width: 150px;
    height: 50px;
    /* padding: 10px; */
    display: block;
    font-size: 16px;
    -webkit-appearance: none;
    background: #2078b0 !important;
    color: white !important;
    padding: 11px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center;
    color: #45454a;
    background: white;
    border: 0;
    line-height: normal;
    padding: 15px;
    font-weight: 500;
    display: block;
    /* width: 42%; */
    margin-top: 20px;
    border-radius: 5px;
}
h2.what-we {
    text-align: center;
    display: none;
}



/**start qality control**/

.fp-section, .fp-slide, .fp-section.fp-table, .fp-slide.fp-table, .fp-section .fp-tableCell, .fp-slide .fp-tableCell {
    position: relative;
    overflow: hidden;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-slide, .fp-section {
    will-change: transform;
    transition: background-position 600ms ease;
}
.fp-section, .fp-slide, .fp-section.fp-table, .fp-slide.fp-table, .fp-section .fp-tableCell, .fp-slide .fp-tableCell {
    position: relative;
    overflow: hidden;
}
.hm-section .fp-bg {
    background-size: cover;
    background-position: right 25px;
    transition: all 0.5s linear;
}
.fp-bg {
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.hm-sec-skw-wrp {
    overflow: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.hm-sec-skw {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hm-sec-skw__half--left {
    left: 0;
}
.hm-sec-skw__half {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.hm-sec-skw__half--left .hm-sec-skw__skewed {
    left: -40%;
}
.hm-sec-skw__skewed {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 140%;
    height: 100%;
    -webkit-transform: skewX(
35deg
);
    transform: skewX(
35deg
);
    background: #000;
}

.hm-sec-skw .hm-sec-skw__half--left .hm-sec-skw__inner {
    background-image: url(../images/redefining-partnerships-optimized-new.jpg);
    background-position: 0 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}
.hm-sec-skw__half--left .hm-sec-skw__inner {
    padding-left: 30%;
    padding-right: 30%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

@media screen and (min-width: 1366px) and (max-width: 1366px){
.hm-sec-skw__inner {
    -webkit-transform: skewX(
-28deg
);
    transform: skewX(
-28deg
);
}
}
.hm-sec-skw__half--right {
    left: 50%;
}

.hm-sec-skw__half {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

.hm-sec-skw__half--right .hm-sec-skw__skewed {
    right: -40%;
}
@media screen and (min-width: 1366px) and (max-width: 1366px){
.hm-sec-skw__skewed {
    -webkit-transform: skewX(
28deg
);
    transform: skewX(
28deg
);
}
}
.hm-sec-skw__skewed {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 140%;
    height: 100%;
    -webkit-transform: skewX(
35deg
);
    transform: skewX(
35deg
);
    background: #000;
}

.hm-sec-skw__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 30%;
    color: #fff;
    -webkit-transform: skewX(
-35deg
);
    transform: skewX(
-35deg
);
    background-size: cover;
    background-position: center;
    transition: all 0.5s linear;
}
/*@media screen and (min-width: 1366px) and (max-width: 1366px){
.hm-sec-skw__skewed {
    -webkit-transform: skewX(
28deg
);
    transform: skewX(
28deg
);
}
}*/
.hm-section-2 h2 {
    font-size: 26px;
    font-weight: bold;
    text-shadow: -5px 0 12px #000;
    margin-top: 0;
}
.hm-section-2 p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}


@media screen and (max-width: 1500px){
.hm-sec-skw .hm-sec-skw__half--right .hm-sec-skw__inner {
    background-position: 40px top;
}
}
.hm-sec-skw .hm-sec-skw__half--right .hm-sec-skw__inner {
    background-image: url(../images/second-fold-right-img-new2.jpg);
    background-position: 130px top;
}
.hm-sec-skw__half--right .hm-sec-skw__inner {
    padding-left: 30%;
    padding-right: 30%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
@media screen and (min-width: 1366px) and (max-width: 1366px){
.hm-sec-skw__inner {
    -webkit-transform: skewX(
-28deg
);
    transform: skewX(
-28deg
);
}
}
.hm-sec-skw__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 30%;
    color: #fff;
    -webkit-transform: skewX(
-35deg
);
    transform: skewX(
-35deg
);
    background-size: cover;
    background-position: center;
    transition: all 0.5s linear;
}
.hm-section-2 {
    color: #fff;
}
.hm-section-2 .fp-tableCell .hm-section-2-inner {
    width: 100%;
    float: left;
}

@media screen and (min-width: 1216px){
.hm-section-2 .hm-section-2-inner {
    padding: 0 25px;
}
}


@media screen and (min-width: 1200px){
.hm-section-2 .hm-section-2-inner .hm-sec-2-lhs .hm-sec-2-lhs-innr .hm-sec-2-txt {
    margin-top: 250px;
    margin-left: 60px;
}
}
.hm-section-2 .hm-section-2-inner .hm-sec-2-lhs .hm-sec-2-lhs-innr .hm-sec-2-txt {
    width: 450px;
    padding: 30px;
}
.hm-section-2 .hm-sec-2-lhs .hm-sec-2-lhs-innr .hm-sec-2-txt-overlay {
    background: rgba(0,0,0,0.67);
    padding: 15px 30px;
    display: inline-block;
}
.hm-section-2 .hm-sec-2-lhs .hm-sec-2-lhs-innr .hm-sec-2-txt {
    max-width: 450px;
    padding: 15px 30px;
    /* margin-right: 53px !important; */
}
.slick-slider {
    margin-bottom: 0;
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.hm-section-2 .hm-section-2-inner .hm-sec-2-lhs .hm-sec-2-lhs-innr .hm-sec-2-txt:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid rgba(255,255,255,0.5);
    pointer-events: none;
}
.hm-section-2 .hm-sec-2-rhs .hm-sec-2-rhs-innr .hm-sec-2-txt:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid rgba(255,255,255,0.5);
    pointer-events: none;
}
.hm-section-2 .hm-sec-2-rhs.background-overlay .hm-sec-2-rhs-innr .hm-sec-2-txt {
    padding: 15px;
    background: rgba(0,0,0,0.67);
}
@media screen and (min-width: 1200px){
.hm-section-2 .hm-sec-2-rhs .hm-sec-2-rhs-innr .hm-sec-2-txt {
    margin-top: 250px;
}
}
.hm-section-2 .hm-sec-2-rhs .hm-sec-2-rhs-innr .hm-sec-2-txt {
    padding: 30px !important;
    width: 450px;
    min-height: 239px;
    margin-left: 60px;
}

/**start news**/
/*div#block-homepageaccordian {
    padding: 60px 0;
}*/


/**start blog**/
.BloagArea {
    padding: 50px 0px;
    background-image: linear-gradient(to bottom, #2c2d8b, #0053ad, #0077c9, #009ade, #20bdf0);
}
.BlogList .Blog_Listest {
    background-color: #fff;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 25px;
    min-height: 107px;
}
.BlogList .Blog_Listest .Blog_Content {
    padding: 0;
    text-align: center;
    margin-top: 20px;
}
.BlogList .Blog_Listest .Blog_Content h4 {
    margin: 0 0 0px;
    position: relative;
    /* text-align: center; */
    /* font-size: 31px; */
}

.BlogList .Blog_Listest .Blog_Content h4 a {
    color: #000000;
    font-weight: 800;
    -webkit-transition: color .25s;
    transition: color .25s;
    font-size: 30px;
    line-height: 26px;
    /* text-align: center; */
}
.BlogList .Blog_Listest .Blog_Content p {
    color: #797979;
    line-height: 16px;
    letter-spacing: 0.4px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}
.BlogList .Blog_Listest .Blog_Content a.Learns {
    color: #000;
    font-weight: 600;
}
.BlogList .Blog_Listest .Blog_Content a.Learns .fa {
    margin: 0 0 0 10px;
}
.Blog_Images img {
    width: 100%;
    height: 105px;
}
.col-sm-5.padding_none {
    padding: 0;
}
.Blog_Images i {
    font-size: 75px;
    margin-top: 7px;
    /* margin-right: 73px; */
}
h3.offerTitle {
    font-size: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
    /* margin-top: 41px; */
    padding-top: 10px;
    font-weight: 600;
}



/**news update**/
.news-portion {
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    /*    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px,0, 0);
    transform: translate3d(10px,0,0);*/
    background-position: center center;
}
.news-portion:hover{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px,0, 0);
    transform: translate3d(10px,0,0);
}

.new-content {
    background: rgba(0,0,0,0.5);
    padding: 20px 0 30px 30px;
    position: relative;
    border-1px border: solid;
    /* width: 443px; */
    /* height: 200px; */
    /* margin-top: 10px; */
    top: 50px;
    width: 350px;
    /* left: 0; */
    /* right: 0; */
    margin: 0 auto;
}
.new-content:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid rgba(255,255,255,0.5);
    pointer-events: none;
    /* padding: 62px !important; */
    /* background: rgba(0,0,0,0.5); */
    /* padding: 50px; */
}
.new-content h2 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
a.Learns {
    border: 1px solid #fff;
    color: #fff;
    width: 120px;
    height: 40px;
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
}
a.Learns:hover {
    background: #005283;
    color: #fff;
    border-color: #005283;
    transition: 0.4s;
}
h3.parameters {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    color: #45454A;
}
.new-content.width-260 {
    width: 260px;
}
h3.part {
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
h3.part:after {
    position: absolute;
    content: "";
    /* top: 2px; */
    right: 0;
    left: 0;
    bottom: -11px;
    border-bottom: 2px solid #e85624;
    width: 120px;
    margin: 0 auto;
}

.col-sm-7.pd-0.orange:hover {
    background: #F58220;
}
.col-sm-7.pd-0.skyblue:hover {
    background: #00bdf2;
}
.col-sm-7.pd-0.yellow:hover {
    background: #ffd400;
}
.col-sm-7.pd-0.yellet:hover {
    background: #00008c;
}

.categoriesArea {
    /* margin: 80px 0 0; */
    background: #f5f5f5;
    padding: 20px 0 36px;
    box-shadow: 0 1px 20px #d8d8d8;
}
.categoriesArea ul {
    margin: 0;
}
.categoriesArea ul li {
    float: left;
    width: calc(100% / 5);
    padding: 0;
}
.categoriesArea ul li .category {
    text-align: center;
    padding: 15px;
    display: block;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    margin: 0;
}
.categoriesArea ul li .category figure {
    width: 100%;
    height: 80px;
    /* margin: auto; */
    /* background: white; */
    border-radius: 50%;
    /* padding: 8px; */
    margin-top: -32px;
}


/**star video**/
 .ind-welcome-video .welcome-intro {
    position: absolute;
    max-width: 552px;
    left: 34%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 1;
}
.welcome-area {
    height: 100vh;
    z-index: 1;
    background-position: center bottom!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.welcome-intro h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}
.welcome-intro p {
    font-size: 19px;
   /* width: 50%;*/
    margin-bottom: 35px!important;
    display: block;
    color: #fff;
    font-weight: 500;
}
.btn-one {
    background-color: #ffbf13;
    padding: 13px 25px;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    height: 48px !important;
    display: block;
    width: 122px;
    text-align: center;
}

.logo-client.pd-100 {
    padding-bottom: 150px;
}