
/*====================================== reset.css is here ========================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    max-width: 100%;
}

figure {
    display: block;
    margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul { list-style: none; }

caption,
th { text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before,
q:after { content: ''; }

abbr,
acronym { border: 0; }
a:focus-visible{
    outline: 2px solid #fff !important;
      outline-offset: 2px !important;
  }
.j-poster > a:focus-visible {
    outline: 2px solid #242B67 !important;
    outline-offset: 5px !important;
}
.juicer-feed.modern li.feed-item.j-twitter a.j-image:focus-visible {
    outline: 2px solid #000 !important;
    outline-offset: 5px !important;
}
  .skip-link-list {
      position: absolute;
      left: 0;
      top: 0;
      padding: 0;
      margin: 0;
      list-style: none;
  }
  .skip-link-list-item {
      list-style: inherit;
      white-space: nowrap;
  }
  .screen-reader-text{
      padding: 0;
      margin: -1px;
      word-wrap: normal!important;
      border: 0;
      clip: rect(1px,1px,1px,1px);
      -webkit-clip-path: inset(50%);
      clip-path: inset(50%);
      position: absolute!important;
      width: 1px;
      height: 1px;
      line-height: 1px;
      overflow: hidden;
  }
  .screen-reader-text:focus-visible{
      clip: auto!important;
      -webkit-clip-path: none;
      clip-path: none;
      display: block;
      width: auto;
      height: auto;
      left: .38rem;
      top: .38rem;
      padding: 1rem;
      margin: 0;
      font-size: 14px;
      font-weight: 700;
      line-height: normal;
      text-decoration: none;
      background-color: #002e6d;
      color: #fff;
      z-index: 100000;
  } 
  .screen-reader-text:focus-visible{
      outline: 2px solid #fff !important;
  }
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.clrflt { clear: both; }

.last { margin: 0 !important; }

.pad_last { padding: 0 !important; }

.no_bg { background: none !important; }

.no_bor { border: 0 !important; }

* {
    box-sizing: border-box;
    padding: 0 0 0 0;
}

header,
nav,
section,
article,
aside,
footer,
hgroup { display: block; }

a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}

a,
a:hover { text-decoration: none; }

figure { line-height: 0; }

/**************************************************************************************/
h1 { }

h2 { }

h3 { }

h4 { }

h5 {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

h6 { }

p {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

/*----------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------*/
/* Fonts */
.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.col-12 { -webkit-flex: 0 0 100%; }

.d-flex { display: -webkit-flex !important; }

.align-self-center { -webkit-align-self: center!important; }

.justify-content-between { -webkit-justify-content: space-between!important; }

/*======================================================= Index page ======================================================*/
/* Design */

section.juicer-wall {
    padding: 0px 10px;
}

body {
    background: url(/~/Media/Trident/com/Images/bg-elements.png);
    background-size: auto;
    font-family: 'Poppins', sans-serif !important;
    background-color: #78d2f7 !important;
}

.wrapper,
header,
.ContentItem,
footer {
    display: block;
    margin: 0 auto;
    max-width: 1283px;
    background: #005d9e;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.5490196078431373);
}

.container {
    max-width: 1206px;
    display: block;
    margin: 0 auto;
}

/*header start here */
.head-cnt { width: 100%; }

header {
    display: block;
    background: #009fe1;
    padding: 0 15px;
    height: 66px
}

nav { display: inline-block; }

nav > ul {
    display: block;
    padding: 0 0 0 99px;
}

nav > ul > li {
    display: inline-block;
    padding: 0 3px 0 24px;
    position: relative;
}

nav > ul > li:hover > a {
    background: #a1dcf7;
    color: #000;
}

nav > ul > li > a {
    display: block;
    padding: 22px 11px 22px 14px;
    font-size: 16.5px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: solid 1px transparent
}

nav > ul > li.menu-dropdown > ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 364px;
    background: #a1dcf7;
    padding: 0;
    left: 13%;
    padding: 0;
    z-index: 9;
}

nav > ul > li.menu-dropdown > ul > li {
    display: block;
    border-bottom: solid 1px #80b3e6;
}

nav > ul > li.menu-dropdown > ul > li:hover a { opacity: 0.5; }

nav > ul > li.menu-dropdown > ul > li > a {
    color: #333333;
    text-transform: uppercase;
    padding: 19px 18px 11px 19px;
    font-style: italic;
    letter-spacing: 1px;
}

.logo {
    display: inline-block;
    margin: -9px 0 -50px -27px;
}

.socialicon_clon { display: none; }

.socialicon { display: inline-block; }

.socialicon ul {
    display: block;
    padding: 0 2px 0 0;
}

.socialicon ul li {
    display: inline-block;
    padding: 0 8px 0 16px;
    position: relative;
}

.socialicon ul li a {
    color: white;
    display: block;
    width: 38px;
    height: 38px;
    border: solid 2px #fff;
    border-radius: 100%;
    text-align: center;
    padding: 9px 0 0 0;
    font-size: 18px;
    line-height: 26px;
	transition: all .3s ease-in-out;
}

.socialicon ul li:hover a {
    color: #000;
    border-color: #000;
}

/* banner start here */

.banner {
    display: block;/* text-align: center; */
    padding: 74px 11px 39px 10px;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.banner figure { display: block; }

.banner figure img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-cnt {
    padding: 0 0 0 0;
    display: block;
}

.banner .slick-dots { bottom: 13px; }

.banner .slick-dots li button:before {
    font-size: 13px;
    line-height: 20px;
    color: #363636;
}

/* maincontent */
.maincontent {
    display: block;
    padding: 0 10px 0 10px;
}

footer {
    background: #009fe1;
    padding: 23px 0 14px 0;
}

.foote-cnt {
    width: 100%;
    text-align: center;
}

.foote-cnt .socialicon ul { padding: 0 15px 17px 0; }

.foote-cnt .socialicon ul li { padding: 0 23px 0 0; }

.flinks { display: block; }

.flinks ul {
    display: block;
    padding: 3px 35px 14px 7px;
}

.flinks ul li {
    display: inline-block;
    border-left: solid 2px #fff;
    padding: 0 6px 0 8px;
    line-height: 0;
    font-size: 0;
}

.flinks ul li a {
    color: white;
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}

.flinks ul li:hover a { color:#000; }

.flinks p {
    color: #fff;
    font-size: 13px;
    padding: 0 33px 12px 0;
    letter-spacing: 0.1px;
    font-weight: normal;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="radio"],
input[type="checkbox"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="button"],
input[type="submit"],
textarea,
button,
select {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
}

/* inner 1 */

.banner.banner_1 {
    display: block;
    padding: 76px 10px 42px 11px;
}

.products {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 0 24px 105px 4px;
}

.products > ul { padding: 0; }

.products > ul > li { padding-bottom: 40px; }

.product-cnt { display: block; }

.product-cnt h5 {
    display: block;
    padding: 0;
    font-weight: 500;
    font-style: italic;
    color: white;
    font-size: 16px;
}

figure.prod-item {
    display: block;
    text-align: center;
    outline: none;
    margin: 0;
}


.prod-item figure img {
    width: auto;
    height: auto;
}

.product-cnt p {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    min-height: 50px;
}

.buynow {
    display: block;
    padding: 8px 13px 0 18px;
}

.buynow > ul { display: block; }

.buynow > ul > li {
    display: block;
    padding: 0 0 11px;
}

.buynow > ul > li > a {
    display: block;
    background: #78d2f7;
    padding: 2px 4px 1px 6px;
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    font-style: italic;
    text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.buynow > ul > li > a:hover{
	background: #fff;
}
/*.products > ul.items-three  { width:77%;}

.products > ul.items-two  { width:50%;}*/


/* popup */
.modal-content {
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.modal-box { background: #007ebf; }

.modal-box-top {
    background: #009fe1;
    padding: 24px 15px 34px 23px;
}

.modal-box-top-cont {
    display: inline-block;
    width: 52%;
    float: left;
    padding: 0 0 0 32px;
}

.modal-box-top-cont strong { display: block; }

.modal-box-top-cont h5 {
    font-weight: 500;
    font-style: italic;
    display: block;
    padding: 10px 0 0px 0;
    color: white;
}

.modal-box-top-cont p {
    color: #fff;
    line-height: 18px;
    padding: 0 3px 13px 0;
    font-family: 'Open Sans', sans-serif;
}

.modal-box-top-cont a {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    background: #78d2f7;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-style: italic;
    padding: 3px 0 0px 0;
    width: 100%;
    font-size: 12px;
}

.modal-item {
    display: inline-block;
    width: 46%;
    float: left;
    padding: 5px 0 0 0;
}

.recommend { display: block; }

.recommend > ul {
    display: block;
    padding: 0 0 15px;
}

.recommend > ul > li { display: block; }

.recommend > ul > li strong {
    display: block;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
}

.product-item {
    display: block;
    text-align: center;
    padding: 16px 0 21px;
}
.product-item ul li {
    display: inline-block;
    padding: 0 10px
}
.product-item h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    padding: 0 0 22px;
}

.product-item strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    padding: 9px 0 9px;
    display: block;
}

.modal-content button.close {
    width: 33px;
    height: 33px;
    background: url(/~/Media/Trident/com/Images/closeimg.png) no-repeat;
    opacity: 1;
    position: absolute;
    right: 0;
    top: -22px;
    right: -29px;
}

.menu { display: none; }

.menu {
    width: 34px;
    height: 29px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
}

.menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu span:nth-child(1) { top: 0px; }

.menu span:nth-child(2) { top: 11px; }

.menu span:nth-child(3) { top: 22px; }

.open .menu span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open .menu span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.open .menu span:nth-child(3) {
    top: 13px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.content-block { display: block; }

.content-block figure { display: block; }

.content-block figure img {
    width: 100%;
    height: auto;
}

.embed-responsive-item {
    width: 100%;
    height: 500px;
    max-width: 500px;
    max-height: 500px;
}
