*
{
margin: 0;
padding:0;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #072d38;
    text-decoration: none;
    background: url(../img/background-2.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif!important;
}
.sub_page_header{
  background: transparent url(../img/sub_page_top_shadow.png);
}
img,
fieldset {
   border: none;
}
 /* set image max width to 100% */
img {
   max-width: 100%;
   height: auto;
/*width:auto\9;*/ /* ie8 */

}
.section-padding { padding: 100px 0; }
.other-page-padding { padding: 60px 0; }
  }
.clear-fix {
  height: 0;
  line-height: 0;
  content: ".";
  border: none;
  font-size: 0px;
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}

/* Header Style Here */
header {
  position: relative;
  width: 100%;
}

.current_page_item a {
  font-weight: bold;
}
h5 span {
    color: #ccc;
}

#cssmenu > ul > li:last-child {
    padding-right: 0;
}
.logo a {
  color: #fff;
}

.main-body {
    width: 1000px;
    padding-top: 0;
    margin: 0 auto 0 auto;
}

@media screen and (max-width:768px) {

  section.main-page {
    margin-top: 0;
}
.home-page-inner .logo {
  width: 96%;
  text-align: left;
  margin-left: 15px;
  padding: 10px 0 0px 20px;
}
.home-page-inner {
    padding-top: 40px;
}
ul.sub-menu li {
  padding: 17px 0px !important;
}
ul.sub-menu li:last-child {
  border: solid 1px #CCC !important;
}
.main-menu ul > li:hover ul.sub-menu {
    box-shadow: none !important;
}
#cssmenu ul li.menu-item-656.has-sub {
  padding: 5px 0;
}
#cssmenu ul ul ul li {
    padding: 0;
}
#cssmenu ul ul ul {
  top: 17px;
}
#cssmenu li:hover > ul > li {
    display: block;
}
#cssmenu ul ul ul li {
  padding: 15px 0;
}
#cssmenu > ul > li {
  
}
#cssmenu > ul > li {
    float: left;
    padding: 17px 0px;
}
.logo {
    position: absolute;
    top: -23px;
    left: 0;
    width: 85%;
    height: 63px;
    text-align: center;
    padding: 0px 0 0 0;
    float: none;
    z-index: 8;
}
  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
    display: block;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }
  #cssmenu ul li {
    background: #FFF;
  }
  #cssmenu ul li:hover {
    background: #FFF;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 0 15px;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #eae8e8 !important;
  }
  #cssmenu ul ul li:hover {
    background: #eae8e8 !important
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #222;    
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #222;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0;
    transition: none;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    z-index: 12399994;
}
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    content: '';
  }
  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #222;
    content: '';
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #222;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 52px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #eae8e8;
  }
  #cssmenu ul ul ul .submenu-button {
    height: 41px;
    width: 45px;
    }
   #cssmenu ul ul ul .submenu-button:after {
    top: 22px;
    right: 17px;
    }
    #cssmenu ul ul ul .submenu-button:before {
    top: 19px;
    right: 20px;
    }
  #cssmenu ul ul .submenu-button {
    height: 46px;
    width: 45px;
}
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 28px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #222;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 24px;
    right: 17px;
}
  #cssmenu .submenu-button.submenu-opened:after {
    background: #222;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 25px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #222;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 21px;
    right: 20px;
}
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }

  #cssmenu ul ul {
    top: 20px;
  }
  #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
      background: transparent;
  }
  

}

@media (max-width: 576px) {

.logo {
    top: -20px;
    left: 30px;
    width: 40%;
    z-index: 9;
}
.button {
  top: -70px;
  right: -23px;
}
.logo a img {
    width: 150px !important;
}


}

/* Header Style End */




/* Inner Page Style Here */

.main-bg {
    width: 1200px;
    max-width: 100%;
    margin: 60px auto 0;
    padding: 25px 25px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.site-logo {
  width: 18%;
  margin-bottom: 30px;
}
.site-logo img {
    width: 100%;
}
.main-menu ul li {
    float: left;
    padding-right: 30px;
    padding-bottom: 10px;
}
.main-menu ul {
    list-style: none;
    display: inline-block;
}
.main-menu {
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    padding: 0px 0 0;
    margin-top: 30px;
}
ul.sub-menu li {
  float: none;
  padding: 10px 0px;
  border-bottom: solid 1px #CCC;
}
ul.sub-menu li:last-child {
  border: none;
}
.track-title h3, .track-title h2 {
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
}
.track-title {
    padding: 50px 15px 30px;
    border-bottom: 4px double #ededed;
    margin-bottom: 40px;
    display: block;
    width: 100%;
}
.track-img {
    width: 100%;
    margin: 30px auto;
}

.toggle-btn {
  display: none;
}
button.down-btn {
  display: none;
}
.homepage .copyright {
  background: #FFF;
}

/* media Page Style Here */
.media-conts {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}
.media-conts h2 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 25px;
}
.media-details h4 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 15px;
}
.media-details p {
    margin-bottom: 0;
}
.media-details p a {
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    display: block;
}
.media-details {
    border: solid 1px #CCC;
    padding: 20px;
    margin-bottom: 30px;
}
.media-details img {
    margin-bottom: 10px;
    width: 160px;
}
.download-link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Letters Style Here */

.letter-all {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.letter-all h3, .updates-all {
    width: 50%;
    padding: 0 15px;
    font-size: 18px;
}
.letter-all h3 {
    font-size: 18px;
    width: 50%;
    line-height: normal;
    padding: 0 15px;
    margin-bottom: 0;
    display: block;
}
.other-article {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.articles {
    padding: 22px 5px 22px 5px;
}
.media-details h2 a {
    transition: 0.8s all;
    font-size: 18px;
    margin-bottom: 0;
}
.media-details h2 {
    margin-bottom: 0;
}
.media-details {
    background: transparent;
    transition: 0.8s all;
}
.letter.media-page .media-details:hover {
    transition: 0.8s all;
    background: #11637f;
    color: #FFF;
}
.letter.media-page .media-details:hover h2 a {
    transition: 0.8s all;
    color: #FFF;
}
.download-link .media-details {
  margin: 5px;
  padding: 10px 20px;
}
.download-link .media-details h2 a {
   font-size: 18px;;
}
/* Letters Style End */

.media-page .media-details:hover {
  background: transparent;
}
.accordion-main {
  margin-bottom: 15px;
}
.track-title .card-header {
  padding: 0;
  background-color: rgb(17, 99, 127);
  border-radius: 0;
}
.track-title .btn-link {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  text-decoration: none;
}
.track-title .btn-link:hover {
  color: #FFF;
  text-decoration: none;
}

input.input-name {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
}
.input-title h6 {
  font-size: 21px;
  line-height: normal;
  margin-bottom: 26px;
  font-weight: 100;
}
.carrer-inner-content h4 {
  font-size: 18px;
  color: #3a3a3a;
  font-weight: 100;
margin-bottom:25px;
}
.input-title h6 {
  margin-bottom: 26px;
  font-weight: 100;
}
textarea.surefin-comment {
  width: 100%;
  height: 100px;
  padding: 10px;
}
input.input-name.extra {
  height: 40px;
padding: 10px 0px;
}
button.submit-button {
  padding: 5px 20px;
  border: 0px;
  background-color: #11627f;
  color: #fff;
  margin-bottom: 15px;
}
section.carrer-page {
  width: 100%;
  padding: 50px 0px;
}
.all-flled textarea {
  width: 100%;
}
.all-flled input {
  padding: 5px 0;
}
.carrer-inner-content p {
  font-size: 16px;
  line-height: normal;
}
.carrer-inner-content h4 {
  font-size: 25px;
  font-weight: 550;
}
input.submit-button {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 2px #11637f;
  padding: 8px 32px;
  color: #11637f;
  border-radius: 30px;
  line-height: normal;
  background: transparent;
  transition: 0.8s all;
}
input.submit-button:hover {
  border: solid 2px #278cae;
  padding: 8px 32px;
  color: #FFF;
  border-radius: 30px;
  line-height: normal;
  background: #11637f;
  transition: 0.8s all;
}
.input-title span {
  color: red;
  position: relative;
  top: 4px;
  left: 2px;
}
.contact-add .input-title h6 {
  margin-bottom: 10px;
  font-weight: 100;
}
.contact-add ul li {
  font-weight: bold;
}
.contact-add ul li a {
  margin-left: 5px;
}
.map-fluid {
  margin-top: 35px;
}
.contact-add input.input-name {
  margin-bottom: 0;
}
.contact-add .all-flled {
  margin-bottom: 20px;
}

/* Front-Page Style Here */

.div_number input {
  display: block;
  width: 100%;
  padding: 7px 0;
  text-indent: 15px;
}
.registration .div_radio label {
  margin-bottom: 0;
}
.div_radio label {
  margin-bottom: 0;
  margin-right: 20px;
}
.div_radio input[type=checkbox], input[type=radio] {
  margin-right: 10px;
}
.registration .div_radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.registration .div_date input {
  width: 100%;
  margin-bottom: 15px;
  padding: 8px 15px;
  border-radius: 0;
  border: solid 1px #c6c2c2;
}
fieldset legend {
  position: relative;
  padding-bottom:20px;
  color: #2f637f;
  text-align: center;
}
.entry-header h1 {
  text-align: center;
}
.registration fieldset {
  width: 72%;
  margin: 0 auto;
  background: #FEEAE7;
  padding: 70px;
}
fieldset label span {
  font-size: unset;
  color: #F01;
  margin-left: 5px;
}
.div_text .textbox, .div_select select {
  width: 100%;
  margin-bottom: 15px;
  padding: 8px 15px;
  border-radius: 0;
  border: solid 1px #c6c2c2;
}
.registration .div_select {
  margin-bottom: 15px;
}
fieldset label {
  font-size: 20px;
  display: block;
  color: #585858;
}
.wrap {
  background: #FEEAE7;
  padding: 70px 0;
}
legend {
  font-size: 30px;
}
.req-text {
  color: #F00;
  margin-top: 5px;
}
.req-text span {
  font-size: unset;
  color: #F01;
  margin-right: 5px;
}
.button_div input {
  background-color: #306279;
  border: none;
  padding: 7px 22px;
  color: #FFF;
  text-transform: uppercase;
}
.registration {
  padding: 70px 0;
  background: #fbf9f9;
}
/* Log In Form Style Here */

.log-in fieldset {
  width: 100%;
  max-width: 72%;
  margin: 0 auto;
  background: #FEEAE7;
  padding: 70px;
}
#wpmem_login .div_text input {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 15px;
  border: solid 1px #c6c2c2;
}
#wpmem_login .button_div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#wpmem_login .button_div input {
  margin-right: 12px;
}
.link-text span {
  font-size: 18px;
  margin: 10px 0;
  display: block;
}
.log-in {
  padding: 70px 0;
  background: #fbf9f9;
}
.pf-detail .form {
  padding: 40px;
  background: #FEEAE7;
}
.pf-detail legend {
  position: relative;
  top: 0px;
  text-align: center;
}

/* Log In Form Style End */

/* Pass Reset Style Here */

.pass-reset {
  padding: 70px 0;
}
.pass-reset fieldset legend {
  top: 25px;
}
.pass-reset form {
  background: #FEEAE7 !important;
  width: 60% !important;
  margin: 0 auto !important;
}
.pass-reset fieldset {
  width: 100%;
  top: 10px;
  line-height: normal;
  text-align: left;
  padding: 40px;
}
.full-page-inner div#wpmem_reg, .full-page-inner div#wpmem_login {
  width: 72%;
  margin: 0 auto;
}
.link-text {
  text-align: right;
}

section.main-page {
  width: 100%;
  height: auto;
  }
  a{
       text-decoration: none !important;
}
.full-page-inner {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 10px 20px;
   
}
.content-inner-page h5 {
    color: #6E6E6E;
    
    width: 100%;
    font-weight: normal;
}
section.header-page {
    width: 100%;
    height: auto;
    padding-top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
}
  .content-inner-page {
      margin-bottom: 40px;
      min-height: 700px;
  }
.content-inner-page p {
    font-size: 16px;
    color: #909090;
    font-family: 'Roboto', sans-serif!important;
}
 .logo img {
    width: auto;
    height: auto;
    background:none;
}  
  .invister p {
      font-size: 20px;
      color: #FFF;
  }
/*   .invister {
    width: 100%;
    height: 150px;
    border: 4px solid #b5b5b5;
    background: #11637f;
    max-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30PX;
    border-radius: 20px;
    box-shadow: inset 0px 0px 0px 6px #fff;
} */
  .copy-right p {
      font-size: 15px;
      color: #444444;
  }
  section.footer-page {
      width: 100%;
      height: auto;
      padding: 0px 0px 50px;
  }
  .copy-right {
      background: #fff;
      padding: 50px 50px 20px;
  }


.wrap.error-page {
    background: #dc3934;
    margin: 0 15px;
}
.page-content h4 {
    font-size: 50px;
    line-height: normal;
    font-weight: bold;
    color: #FFF;
    margin-top: 0;
}
.copyright p a {
  font-size: 16px;
}

.error {
  color: #F00;
  line-height: normal;
  margin-bottom: 0;
  font-size: 17px;
}

.homepage .copyright p a {
    /* display: none; */
}
.default .track-title h3 {
    display: block;
    width: 100%;
}
.page-id-167 .default .track-title p {
    display: block;
    width: 100%;
    line-height: normal;
    margin-top: 12px;
} 
.track-img.media-conts ul {
    margin-bottom: 0;
    list-style: disc;
    padding-left: 20px;
}
.page-id-167 .track-img.media-conts ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.page-id-167 .track-img.media-conts ul ul {
  padding-left: 30px;
  list-style: upper-roman;
}

/* New style 2020 here */

#cssmenu > ul > li:first-child {
  padding-left: 0;
  margin-left: 40px;
}
.track-img p:last-child {
  margin-bottom: 0;
}
.page-id-119 img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  width: 150px;
}
.page-id-167 .track-img ul a {
  font-size: 16px;
  color: #21759b;
}
.page-id-167 .track-img ul {
  list-style: decimal !important;
  padding-left: 45px !important;
}
.page-id-167 .default .track-title p strong a {
  font-size: 16px;
  color: #21759b;
  font-weight: 550;
  text-decoration: underline !important;
  margin-top: 10px;
  display: block;
}
a.qa-faq-anchor {
/*  color: #21759B;*/
  font-weight: bold;
  display: block;
  text-transform: CAPITALIZE;
  text-decoration: underline !important;
  margin: 30px 0;
}
.qa-category p a {
  color: #21759B;
  text-decoration: underline;
}
/*.track-img a {
  color: #21759B;
}*/

/* New style 2020 End */

.home-page-image {
    width: 100%;
    height: 100%;
    max-height: 180px;
    overflow: hidden;
    position:relative;
    border-radius: 12px;
    transition:all 0.5s;
}
.home-page-image:hover> .invister button{
    background-color: #12617d;
        transition:all 0.5s;
}
.home-page-image img {
    filter: blur(0.5px);
}


.full-width h1 {
    font-size: 25px;
    color: #072d38;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
h2.faq-catname {
    font-weight: bold;
}

.page-id-35 .main-menu {
    display: none !important;
}
.page-id-35 .white-part .col-12 {
    border-bottom: solid 1px #11637f;
}
.page-id-35 .track-title h3 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.homepage .full-page-inner .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.copyright {
  /* justify-content: center;
  flex-direction: column-reverse; */
}
.copyright p {
  font-size: 14px;
  line-height: normal;
  text-align: center;
  margin-bottom: 5px;
}
.copyright p a {
  font-size: 14px;
}

table {
    border: 1px dotted #e2e2e2;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tbody tr:hover td {
    background: #F5F5F5;
}

table td {
    padding: 10px;
    text-align: left;
}
table td {
    border: 1px dotted #e2e2e2!important;
}

#page_left {
    width: 630px;
    float: left;
    margin: 10px 0 0 0;
    overflow: hidden;
    padding: 0px 10px 0 2px;
}
#content {
    margin: 0 0 0 20px;
    padding: 0 0px 0 0;
    overflow: hidden;
    width: 918px;
}

 


/*reset*/

    ul, ol,li, h1,h2,h3,h4,h5,h6,form,p,a,img{

        margin:0;

        padding:0;

        border:0;

    }



/* layouts */

    /* containers */

    #wrapper{

        padding-top:30px;

    }

    #wrapper_middle_01{ 

        width:950px;

        margin:0 auto 0 auto;

    }



    #wrapper_middle{   

        display:inline-block;

        width:950px;

        margin:0 auto 0 auto;

    }



    #wrapper_top{

        clear:both;

        width:950px;

        height:4px;

        margin:0 auto 0 auto;

        font-size:0px;

    }



    #wrapper_bottom{

        clear:both;

        width:950px;

        height:4px;

        margin:0 auto 0 auto;

        padding:0;

    }



    #wrapper_content{

        clear:both;

        width:938px;

        margin:0 6px;

        padding-bottom:20px;

    }



    /* header */

    #header{

        height:auto !important;

        clear:both;

        width:898px;

        margin:0 auto;

        padding: 38px 0 0 0;

    }



    /* logo */

    #logo{

        padding: 21px 0 0 0;

        overflow:hidden;

        float:left;

    }



 
    /* header right area */

    #header_right{

    }



    /* content */

    #content{

        margin: 0 0 0 20px;

        padding:0 0px 0 0;

        overflow:hidden;

        width:918px;

    }


    .fullwidth#content{

        margin: 0  ; 

        padding-left:2px;

        width:896px;

    }

.slicer {
    margin: 0 auto;
    width: 940px;
    height: 30px;
  
}



    .slicer_2{

        margin:0 auto;

        width:898px;

        height:2px;

        font-size:1px;

        padding:0px;

    }



/* sub page header  */

    #sub_page_header{

        height:34px; 

        margin:5px auto 0 auto;

        width:898px;

        clear:both;

        display:block;

    }

/* page navigation */

     #sub_nav{

        padding:8px 0 0 0 ;

        font-size:10px;

     }

    #sub_nav  a{    

        margin-left:0px;

        text-decoration:none;

    }

    #sub_nav a:hover{

        text-decoration:none;

    }



    .clear_space{

        clear:both;

        width:900px;

    }



/* slider area */

    #slider_con{

        display:block;

        clear:both;

        padding:0px;

    }



    #slider_area{

        position:relative;

        display:block;

        width:898px;

        height:277px;

        margin: 20px auto ;

        clear:both;

        padding:0px;

        overflow:hidden;

    }



    .slide{

        width:898px;

        height:277px;

        z-index:-3;

        clear:both;

        padding:0px;

        margin:0;

        overflow:hidden;

    }



    /* sliding texts on main page slider */

    /* slider title text */

    .sliding_text_text{

        font-size:12px;

        line-height:22px;

        text-align:left;

        float:left;

        letter-spacing:1px;

        position:absolute;

        overflow:hidden;

        top:0px;

        left:0px;

        padding:0px;

    }

    .sliding_text_text .clear{

        clear:both;

    }



    /* slider title */

    .sliding_text_text .title_1{

        font-size:19px;

        letter-spacing:1px;

        padding:7px;

        float:left;

        margin-top:50px;

    }



    /* slider title  link */

    .sliding_text_text  .title_1 a{

        text-decoration:none;

    }



    /* slider title  link hover*/

    .sliding_text_text  .title_1 a:hover{

        text-decoration:none;

    }



    /* slider title 2*/

    .sliding_text_text .title_2{

        font-size:19px;

        letter-spacing:1px;

        padding:7px;

        float:left;

        margin-top:3px;

    }



    /* slider title 2 link */

    .sliding_text_text  .title_2 a{

        text-decoration:none;

    }

    .sliding_text_text  .title_2 a:hover{

        text-decoration:none;

    }



    /* slider left side */

    #slider_area .left_side{

        float:left;

        width:592px;

        padding-left:20px;

    }



    /* slider right side */

    #slider_area .right_side{

        width:244px;

        height:237px;

        float:right;

        padding:20px;

        border:0px;

    }



    /* slider left side paragraph */

    #slider_area .right_side p{

        font-size:14px;

        letter-spacing:1px;

        line-height:25px;

        display:block;

        margin-bottom:10px;

    }



    /* slider read more button  */

    #slider_area .right_side  a.read_more{

        font-size:14px;

        padding:4px;

        line-height:28px;

        margin-top:10px;

        text-decoration:none;

        clear:both;

        letter-spacing:0px;

    }



    #slider_area .right_side a.read_more:hover{

        letter-spacing:0px;

    }



    /* slider numbers*/

    #numbers{

        z-index:999;

        padding:12px 0 0 10px ;

    }

    #numbers li{ 

        float:left; 

        list-style-type:none; 

        overflow:hidden; 

        text-align:center;

        margin:0 3px 0 0;

    }



    /* active number style*/

    #numbers  li a { 

        text-decoration:none; 

        display:block;  

        padding:0;

        margin:0;

        width:9px;

        height:9px;

        float:left;

        overflow:hidden;

    }



    #numbers  li a:hover { 

    }



    #numbers  li a.activeSlide { 

        text-decoration:none; 

        display:block;  

        padding:0;

        margin:0;

        width:9px;

        height:9px;

    }







/* blog*/

    .blog_box{  

        margin:0 0 20px 0;

    }



    .blog_box p{

        padding:0px;

        margin:0px;

        clear:both;

    }



    .blog_box h3{

        line-height:23px;

        padding:0px;

        margin:0px;

        font-size:22px;

    }



    #content .blog_box h3 a{

        text-decoration:none;

        border:0;

    }



    #content  .blog_box h3 a:hover{

        text-decoration:none;

    }



    .blog_box .dateandcategories{

        font-size:10px;

        padding:1px 0 1px 0px;

        margin-bottom:4px;

        clear:both;

        display:block;

    }



    /* blog box comment */

    #content .blog_box .comment{

        margin:0 0 0 4px;

    }



    #content .blog_box .comment a{

        border:0;

        padding:0 4px;

    }



    #content .blog_box .comment a:hover{

        border:0;

    }



    .line{

        clear:both;

        display:block;

        margin-top:10px;

        margin-bottom:30px;

    }



/* boxes  */

    /* home page left side boxes  */

    .box{

        width:286px;

        float:left;

        margin:20px 20px 0px 0px;   

        position:relative;

        overflow:hidden;

    }



    .box.middle{

        margin:0px 20px 20px 0px;   

    }



    .box .imgarea{

        text-align:center;

        display:block;

    }



    .box .image{

        padding:0px;

        margin:0 auto 0 auto;

    }



    .box .textarea h3{

        font-size:15px;

        font-weight:normal;

        clear:both;

        display:block;

        letter-spacing:1px;

        padding:0px;

        margin:8px 0 0 0;

    }
.box .textarea h3 a{

        text-decoration:none;

    }

    

    .box .textarea h3 a:hover{

        text-decoration:none;

    }

    

    .box .textarea{

        font-size:11px;

        margin:0;

        padding:0;

    }

     .box.middle .textarea{

        padding:0 ;

    }


    .box p{

        margin-bottom:0px;

        padding-bottom:0px;

    }

/*  portfolio */

    .page_header_text{

        margin:0px 20px;

        padding:10px 4px;

        font-size:22px;

        line-height:30px;

        font-style:italic;

        position:relative;

    }

    #content .box.portfolio{    

        display:inline !important; 

    }

    #content .portfolio h4{ 

        font-size:15px;

        margin:0;

        line-height:20px;

        padding:0px 0 0 15px;

        margin:10px 0 0 0;

    }

    #content .portfolio h4 a{   

        border:0;

    }



    #content .portfolio h4 a:hover{ 

    }

    #content .portfolio .imgarea{

        width:286px;

        height:124px;

        padding-top:4px;

    }

    #content .portfolio .imgarea img{

        margin-top:8px;

    }

    #content .portfolio .textarea{

        padding:0 4px;

    }

 #content .portfolio .textarea .slicer{

        margin:7px 0 0 0;

        height:7px;

        font-size:1px;

    }
  .magnifier{

        display:block;

    }



    .play{

        display:block;

    }
/* sub navigation */

    #sub_menu, #sub_menu li{    

        padding:0;

        list-style-type:none;

        border:0;

    }

    #sub_menu{

        margin:0 20px 20px 0;

    }

    #sub_menu  li{  

        padding:3px 0 7px 0;

    }



    #sub_menu  li a{    

        font-size:13px;

        margin-left:0px;

        text-decoration:none;

        border:0;

    }

    #sub_menu  li a:hover{

    }

    

    /* title for side bar elements */

    .side_title{    

        height:30px;

        margin:0px 0px 0 0;

        width:286px;

    }



    .side_title h4{ 

        font-size:15px;

        margin:0;

        line-height:20px;

        padding:0px 0 0 15px;

    }*/



    #page_left{

        width:630px;

        float:left;

        margin:10px 0 0 0;

        overflow:hidden;

        padding: 0px 10px 0 2px;

    }

    #page_right{

        width:260px;

        float:left;     

        overflow:hidden;

        margin:5px 0 0 0;

        padding: 0px 0 0 0;

    }

/* read more button  */

    a.read_more{

        position:relative;

        display:inline;

        text-decoration:none;

        clear:both;

        font-size:11px;

    }



    a.read_more:hover{

    }





/* paging*/

    #paging{

        display:block;

        clear:both;

        margin:0;

        overflow:hidden;

    }



    #paging ul, #paging ul li{

        margin:0;

        padding:0;

        list-style-type:none;

    }



    #paging ul li{

        display:inline;

        margin-right:1px;

        overflow: hidden;

        position: relative;

    }



     /* paging active*/

    #paging ul li.active a{

        font-size:18px;

    }



     /* paging link*/

    #paging ul li a{

        border:0;

    }



     /* paging mouseover*/

    #paging ul li a:hover{

    }



     /* paging with top space*/

    .topspace#paging{

        padding-top:20px;

    }





/* links */

    #content a,.page_header_text a {

        text-decoration:none;

    }



    #content a:hover, .page_header_text a:hover {

        text-decoration:none;

    }



    #content a.no_border{

        border:0px;

    } 



/* headings*/

    h1,h2,h3,h4,h5,h6{

        letter-spacing: 0.4px;

        font-weight:normal;

        padding-bottom:10px;

        padding-top:0px;

        line-height:1.4em;

        position: relative;

    }



    h1,h2{ 

        clear:both;

    }



    h3,h4,h5,h6 { 

        font-weight:normal;

        clear:both;

    }



    h1{

        font-size: 26px;

    }



    h2{

        font-size: 22px;

    }



    h3{

        font-size: 20px;

    }



    h4{

        font-size: 18px;

    }



    h5{

        font-size: 16px;

        }



    h6{

        font-size: 14px; 

        }



/* images and alignments */

    img {

        border:0px;

        margin:0px;

        padding:0px;

    }



    img.aligncenter{

        display:block;

        text-align:center;

        display: block;

        margin:0 auto 0 auto;

        padding:0px;

        border:0px;

        background:none;

    }



    img.alignleft{
        margin: 2px 8px 2px 0;

        display: inline;

        border:0px;

        background:none;

        padding:0;

    }



    img.alignright{

        padding:0;

        float:right;

        margin: 2px 0px 2px 8px;

        border:0px;

        background:none;

    }





    /* Wp Captions */

    .wp-caption.alignleft {

        text-align:center;

        float:left;

        display:inline;

        overflow:hidden;

        padding:10px 6px 4px 0px;

        margin: 0 7px 2px 0;

    }



    .wp-caption.alignright {

        text-align:center;

        float:right;

        display:inline;

        overflow:hidden;

        padding:10px 6px 4px 0px;

        margin: 0 0px 2px 7px;

    }


table td {
    padding: 10px;
    font-size: 16px;
    text-align: left;
}
    .wp-caption.aligncenter {

        display:block;

        margin: 2px auto 2px auto;

        text-align:center;

        display: block;

        text-align:center;

        overflow:hidden;

        padding:10px 6px 4px 0px;

    }



    /* Lists */

    ul, ol{

        list-style-position:outside;

        margin-left:20px;

    }

    

    /* content list */

     .content ul , .content ol  {   

        list-style-position:inside;

        margin:0;

        padding:0 0 20px 0;

    }



    .content ul{

        list-style-type:disc;

    }



    .content ul li ul{

        list-style-type:circle;

    }



    .content ol{

        list-style-type:decimal;

    }



    .content ol li ol{

        list-style-type:upper-alpha;

    }



     .content li{

        padding:3px 2px;

    }



    .content ul li ul, .content ul li ul li, .content ol li ol, .content ol li ol li{

        border:0;

        padding:3px 10px;

    }

 

    /* sidebar list */

    #page_right .box ul{    

        padding:0;

        list-style-type:none;

        border:0;

        margin:0;

    }



    #page_right .box  li{   

        padding:3px 0 7px 0;

    }



    #page_right .box  li a{ 

        font-size:13px;

        margin-left:0px;

        text-decoration:none;

        border:0;

    }



    #page_right .box  li a:hover{

    }



/* tables */

    table{

        border-collapse:collapse;

        border-spacing:0;   

    }



    table caption strong{

        text-align:left;

        font-size: 14px;

        font-weight: normal;

        line-height:20px;

        font-weight:bold;

    }



    table caption{

        text-align:left;

        padding-bottom: 10px;

        padding-top: 5px;

    }



    table th {

        padding: 13px;

        font-size: 12px;

    }



    table td {

        padding: 10px;

        text-align: left;

    }





    tbody tr:hover td

    {

    }





/* text elements */

    blockquote {

        letter-spacing:0px;

        font-size:15px;

        line-height: 24px;

        padding-left:70px;

        padding-top:10px;

        padding-bottom:10px;

        margin:30px 0;

        font-style:italic;

    }



    blockquote em, blockquote i, blockquote cite {

        font-style:normal;

    }



    pre {

        line-height:18px;

        margin-bottom:18px;

    }



    code {

    }



    ins {

        text-decoration:none;

    }



    sup {

        bottom: 1ex;

    }



    sub {

        top: .5ex;

    }



    p {

        /* padding-bottom:15px; */
}
.imag-tour img {
    width: 300px;
}
.copy-right {
    display: inline-flex;
}
.imag-tour {
    margin-bottom: 20px;
}


/*About-us---------------------------------------------------------------------------*/
.home-sec h1 a {
    text-decoration: none;
}
.precision p {
    font-size: 22px;
    text-align: justify;
    line-height: 40px;
    padding-bottom: 15px;
    font-weight: normal;
}
table {
    border: 1px dotted #e2e2e2;
}
table {
    border-collapse: collapse;
    width: 100%;
}

tbody tr:hover td {
    background: #F5F5F5;
}
table td {
    border: 1px dotted #e2e2e2;
}
table td {
    padding: 10px;
    font-size: 16px;
    color: #212529;
}
.sub-head {
    background: #ececec url(../img/sub_page_top_shadow.png) left top no-repeat;
    height: 6px;
    margin: 4px auto 0 auto;
    width: 940px;
    clear: both;
    z-index: 9999;
    display: block;
    filter: blur(1px);
}
div#wrapper {
    background: url(../img/background_cont.png)top repeat-x;
}
.slicer {
    background: url(../img/slicer.png);
    position: relative;
    text-align: center;
    right: 0;
    left: 0;
}
/*production-facilities---------------------------------------------------------------*/
.bg-light {
    background-color: #f8f9fa!important;
    padding: 15px 0;
}
.home-sec h5 {
    margin-bottom: 25px;
}
.faxt h1 {
    font-size: 24px;
    color: #1f497d;
}
.faxt h1 span {
    color: #ccc;
}
.Components h1 {
    font-size: 19px;
    display: inline-flex;
    color: #1e90ff;
    border-bottom: 2px dotted #1e90ff;
    margin: 8px 0;
}
 .faxt {
    margin-bottom: 35px;
}
.Components {
    padding-left: 100px;
    padding-right: 0px;
}



/*vision & Mision-----------------------------------------------------------------------*/
.fax-t h1 {
    font-weight: 400;
    color: #1f497d;
}

.home-sec {
    background-color: #fff;
    padding-left: 10px;
    width: 100%;
    padding-right: 15px;
}
/*components-------------------------------------------------------------------*/

.cloudflare {
    background-color: #fff;
}
section.Connectors {
    margin-top: -7px;
    padding: 0;
}
section.hoses-fre {
    width: 100%;
}
.for-sect {
    background-color: #fff;
    margin-top: -6px;
}
.gas {
    background-color: #fff;
    padding: 34px 0;
}
section.ports {
    margin-top: -6px;
}
.Halves {
    background-color: #fff;
    padding: 100px 0;
}
section.slicerr {
    width: 100%;
    margin-top: -50px;
}
.Chillers {
    background-color: #fff;
    padding: 10px;
    height: 600px;
    margin-top: -6px;
}

header {
  position: relative;
  width: 100%;
}

.logo {
    position: relative;
    z-index: 123;
    font: 18px verdana;
    color: #fff;
    float: left;
    padding: 10px 10px;
    background: none;
}

.logo a {
  color: #fff;
}

nav {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#cssmenu #head-mobile {
  display: none
}
#cssmenu {
    font-family: 'Roboto', sans-serif!important;
    background-color: #fff;
    padding: 50px 10px 30px;
}
#cssmenu > ul > li {
  float: left;
  margin-right: 15px;
}
#cssmenu > ul > li > a:hover {
    color: #fff;
}

#cssmenu > ul > li > a:hover {
    background: #00baff;
    color: white;
}
#cssmenu > ul > li > a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif!important;
    font-size: 13px;
    padding: 20px 5px;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c6c6c6;
}
#cssmenu > ul > li.has-sub > a:hover {
    background: #00baff;
    color: white;
}

#cssmenu > ul > li:hover > a {
  color:#fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #00baff;
}
#cssmenu ul li.active a {
    transition: all 0.3s ease-in-out;
 
    color: #ffffff;
}
#cssmenu ul li.active ul li a { color: #111111; }
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #00baff;
}

#cssmenu ul li:after {     content: "/";
  position: absolute;
  right: -10px;
  top: 19px;
  color: #c6c6c6; }
  #cssmenu ul li:last-child::after { display: none; }

  #cssmenu ul li ul li:after { display: none; }

#cssmenu > ul > li.has-sub > a {
  margin-left: 3px;
}

.content-inner-page h6 {
    color: #1f497d;
    font-weight: 500;
    margin: 20px 0px;
    position: relative;
    font-size: 25px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 27px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: ''
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 24px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 28px;
  height: 0
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #eae8e8;
  transition: all .25s ease;
  z-index:9999;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
  left: auto;
  margin: 0;
}

#cssmenu li:hover > ul > li {
  height:auto;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 250px;
  font-size: 14px;
  text-decoration: none;
  color: #222;
  font-weight: 400;
  line-height: normal;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #222;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    background: #00baff;
    color: white!important;
    z-index: 9999;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #222;
  content: ''
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #222;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #eae8e8;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
  border-top: 1px solid #333
}

@media screen and (max-width:700px) {
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
  }
  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }
  #cssmenu ul li:hover {
    background: #363636;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #333!important;
  }
  #cssmenu ul ul li:hover {
    background: #363636!important
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: '';
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 57px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #31333b;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 28px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 25px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}
div {
    color: #212529;
}

.breadcrum { display: block;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px; }
.breadcrum ul { display: flex; list-style-type: none; margin: 0; padding: 0; }
.breadcrum ul p { margin: 0; margin-right: 5px; padding: 0; }
.breadcrum ul li { position: relative; padding-right: 15px; color: #C0C0C0; }
.breadcrum ul li a { color: #222; }
.breadcrum ul li::after { content: "/";
    position: absolute;
    right: 3px;
    top: 0px; }
    .breadcrum ul li:last-child::after { display: none; }

.breadc { font-size: 14px; border-bottom: 1px dotted #ccc; }
.c-logo { border: 1px dotted #cccccc; margin-bottom: 30px; }
table.product-table td p { width:210px; }

.copyright { display: flex; justify-content: space-between  ; }


