@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff'), url('../fonts/poppins-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prompt';
    src: url('../fonts/prompt-regular-webfont.woff2') format('woff2'), url('../fonts/prompt-regular-webfont.woff') format('woff'), url('../fonts/prompt-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'), url('../fonts/playfairdisplay-regular-webfont.woff') format('woff'), url('../fonts/playfairdisplay-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*:focus,
*:active {
    outline: 0 !important;
    box-shadow: none !important;
}

body {
    font-family: 'Arial', 'Prompt', sans-serif;
    animation: fade-in 1s, bg-move 10s linear infinite;
    -webkit-animation: fade-in 1s, bg-move 10s linear infinite;
    font-size: 1em;
}

.mainlogo {
    margin-top: 5px;
}

oz-selection {
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    color: white;
    background: #393e46;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
}

.container {
    max-width: 1500px;
}

.font_big {
    font-size: 1.5em;
}


/*TOP*/

.go-top {
    position: fixed;
    bottom: 6em;
    right: 2em;
    text-decoration: none;
    color: dimgray;
    background-color: #ebebeb;
    border: 1px solid white;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    width: 42px;
    height: 42px;
    display: none;
    z-index: 3;
    text-decoration: none;
    border-radius: 50px;
}

.go-top:hover {
    border-color: #393e46;
    text-decoration: none;
    color: white;
    transition: ease .5s;
    background-color: #393e46;
}

.nopad {
    padding: 0px;
    overflow: hidden;
}

.padd {
    padding: 0px;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

li {
    list-style: none;
}

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

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

.navbg {
    background-color: #282c33;
    padding: 30px 60px;
}

.menugroup {
    margin-top: 30px;
    text-align: right;
}

.mainmenu li {
    display: inline-block;
    padding-right: 30px;
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
    position: relative;
}

.mainmenu li a {
    color: white;
}

.producttop {
    margin: 50px;
}

.producttop figure {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    height: 450px;
}

.menu_sub figure {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    height: 250px;
}

.producttop figure div,
.menu_sub figure div {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.producttop:hover figure div,
.menu_sub:hover figure div {
    opacity: 1;
}

.producttop figure a img,
.menu_sub figure a img {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: transform;
    width: 100%;
}

.producttop:hover figure a img,
.menu_sub:hover figure a img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.producttop .firsttext {
    position: relative;
    top: 10px;
    color: black;
    left: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins', 'Prompt';
    font-size: 1.5em;
    z-index: 1;
    width: 60%;
}

.producttop .firsttext p {
    font-size: 0.8em;
}

.producttop figure::after {
    background-image: linear-gradient(to top, rgba(000, 000, 000, 0) 0, #000 450%);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
}

.producttop figure a {
    display: block;
}

.whitebg {
    background-color: white;
}

.gttext {
    position: absolute;
    left: 20%;
}

.titletext_home {
    margin: 10em;
}

.titletext_home h1 {
    font-size: 2.5em;
    font-family: 'Playfair Display';
    letter-spacing: 3px;
    text-transform: uppercase;
}

.titletext_home p {
    line-height: 30px;
    font-size: 1.2em;
}

.mainmenu > li:hover a {
    color: #929292;
    transition: ease .5s;
}

.mainmenu > li.active::after {
    content: "";
    background: url(../images/dot-active_03.png) no-repeat;
    width: 7px;
    height: 8px;
    position: absolute;
    left: 40%;
    right: 50%;
    top: -60%;
    transform: translate(-50%, -50%);
}

#hover-main2,
#hover-main1 {
    position: static;
}

#hover-main2 li a,
#hover-main1 li a {
    color: black;
}

.menu_sub {
    text-align: center;
}

.menu_sub a {
    display: block;
}

.breadcrumb_page {
    margin-top: 2em !important;
    display: block;
}

.breadcrumb_page li {
    display: inline-block;
    position: relative;
    padding-right: 2em;
    margin: 0;
    font-size: 0.9em;
}

.breadcrumb_page li:after {
    content: '>';
    position: absolute;
    display: inline-block;
    right: 0;
    width: 2em;
    text-align: center;
}

.breadcrumb_page li:last-child {
    color: #989898;
}

.breadcrumb_page li:last-child:after {
    content: '';
}

.mainmenu > li:hover a {
    color: #929292;
    transition: ease .5s;
}

.mainmenu > li.active a {
    border-bottom: 4px solid white;
    display: inline-block;
    padding-bottom: 5px;
}

.text_vert {
    transform: rotate(-90deg);
    transform-origin: left center 0;
    white-space: nowrap;
    position: absolute;
    top: 60%;
    left: 50%;
    letter-spacing: 5px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
}


/*---------------- PORTFOLIO ---------------------*/

.banner_portfolio > img {
    width: 100%;
}

.viewmore_port {
    font-size: 0.4em;
    letter-spacing: 2px;
    font-family: 'Poppins';
    border: 1px solid white;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
}

.single {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
}

.single a {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transition: color .1s linear;
    text-decoration: none;
    font-size: 1.5em;
}

.single a .img {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*.single a .img1 {
    background-image: url(../images/portfolio_06.png);
}

.single a .img2 {
    background-image: url(../images/portfolio_pic_09.png);
}

.single a .img3 {
    background-image: url(../images/portfolio_pic_06.png);
}

.single a .img4 {
    background-image: url(../images/portfolio_pic_11.png);
}*/

.single a:hover .overlay {
    background-color: rgba(0, 0, 0, 0.0);
    transform: scale(1);
    transition: all .5s ease;
}

.single a:hover .img {
    transform: scale(1.05);
    transition: all .5s ease;
}

.single a .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all .5s ease;
    box-sizing: border-box;
}

.single a .overlay span {
    width: 100%;
    color: white;
    font-size: 1.2em;
    line-height: 30px;
    margin: auto;
    padding: 0px;
}

.single a .img {
    max-height: 500px;
    transition: all .5s ease;
}

.page-link {
    background-color: #ededed;
    color: #1f1f1f;
    margin-left: 10px;
    border: none;
}

.page-item.active .page-link {
    color: white;
    background-color: #868d8d;
}

.left_mar {
    margin-left: -6px;
}

.border_certi li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #eeeeee;
}

.buttoncount a {
    display: block;
    color: white;
}

.buttoncount li {
    margin-right: 10px;
    border: 1px solid white;
    padding: 8px 30px;
    display: inline-block;
}
.colorchoose li{
    display: inline-block;
    margin-right: 10px;
}

/*.colorchoose .white {
    background-image: url('../images/color/1565928231_white.jpg');
    background-color: white;
    border-radius: 2px;
    width: 20px;
    height: 20px;
}*/

.colorchoose .gold {
    background-color: gold;
  border-radius: 2px;
    width: 20px;
    height: 20px;
}

.colorchoose .gray {
    background-color: gray;
  border-radius: 2px;
    width: 20px;
    height: 20px;
}

.colorchoose .black {
    background-color: black;
   border-radius: 2px;
    width: 20px;
    height: 20px;
}
.society-set li{
    font-size: 0.7em;
}

/*-VIDEO*/

.wpnews {
    position: relative;
    width: 50% !important;
    position: absolute !important;
    left: -10%;
    bottom: 3%;
}

.wrapper {
    position: relative;
    width: 100%;
}

.wrapper img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.wrapper iframe {
    display: none;
}

.text_videobanner {
    position: absolute;
    color: white;
    text-transform: uppercase;
    margin-left: 100px;
    margin-top: 10em;
}

.play-btn {
    position: absolute;
    z-index: 666;
    top: 55%;
    left: 50%;
    background-color: rgba(255, 255, 255, .8);
    border: 0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
    transform: translateX(-50%) translateY(-50%) scale(1.0);
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

.play-btn i {
    font-size: 2.2em;
    color: #aeaeae;
    padding-left: 8px;
}

.play-btn:hover {
    cursor: pointer;
    transition: ease .5s;
    background-color: white;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
}


/*----------------- ABOUT ------------------------*/

.bg_blue {
    background-color: #001e4d;
    background-image: url("https://www.transparenttextures.com/patterns/dark-denim.png");
    width: 100%;
    height: 400px;
    padding: 4% 10%;
    margin-top: -70px;
    position: relative;
}

.bg_blue2 {
    background-color: #001e4d;
    background-image: url("https://www.transparenttextures.com/patterns/dark-denim.png");
    width: 100%;
    padding: 4% 10%;
    position: relative;
    margin-top: 50px;
}

.text_bg {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.abt_text_bk {
    color: black;
    line-height: 30px;
}

.abt_text {
    color: white;
}

.abt_text h2 {
    text-align: center;
    font-family: 'Poppins';
    font-size: 2em;
    letter-spacing: 4px;
    color: #afadad;
    margin-bottom: 30px;
}

.abt_text h5 {
    font-family: 'Poppins';
    font-size: 2.3em;
    letter-spacing: 5px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
    position: relative;
}

.alignfull_1 {
    margin-left: calc(40% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
    position: relative;
}

.abt_text h3 {
    font-size: 2em;
    font-weight: 300;
    line-height: 50px;
}

.border_logo {
    border: 1px solid #eeeeee;
    padding: 20px;
    text-align: center;
}

.border_logo > img {
    width: 50% !important;
    text-align: center;
    margin: 0 auto;
}


/*----------------- PRODUCT ----------------------*/

.selectbox {
    margin-top: 30px;
}

.border_product {
    border: 1px solid #eeeeee;
    padding: 10px;
}

.product_pic {
    margin: 0 auto;
    display: table;
    padding: 20px;
}

.border_product h4 {
    text-transform: uppercase;
    color: #002f47;
    letter-spacing: 1px;
    font-size: 0.9em;
    font-weight: 600;
}

.product_price {
    text-align: right;
    padding-top: 10px;
    color: #002f47;
    font-weight: bold;
    font-size: 1.2em;
    border-top: 1px solid #eeeeee;
}

.actualprice {
    color: #6b767c;
    font-size: 0.8em;
    text-decoration: line-through;
    margin-right: 10px;
}

.border_product {
    margin-bottom: 30px;
}

.video_product {
    margin-top: 20px;
}

.list_additional h3 {
   border-bottom: 2px solid #eeeeee;
    font-weight: 700;
    padding: 10px;
}

.product_inside_detail {
    color: white;
}

.product_inside_detail h2 {
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    font-size: 1.7em;
}

.product_inside_detail h4 {
    color: #7a8f9a;
}

.borderbott {
    border-bottom: 2px solid white;
    display: inline-block;
    width: 100px;
}

.productid_main .firsttext {
    position: absolute;
    top: 10px;
    color: white;
    left: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins';
    letter-spacing: 2px;
    font-size: 1.3em;
}

.productid_main .secondtext {
    position: absolute;
    bottom: 30px;
    color: white;
    left: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins';
    letter-spacing: 2px;
    font-size: 1em;
    width: 88%;
}

.bordertopp {
    border-top: 1px solid white;
    position: absolute;
    bottom: 70px;
    width: 100%;
}

.readarrow {
    position: absolute;
    right: 0;
}

.productid_main figure img {
    width: 100%;
}

.productid_main {
    position: relative;
}

.bluetext {
    color: #002f47 !important;
    border-bottom: 3px solid #002f47 !important;
    padding-bottom: 0px !important;
}

.news_details {
    padding: 50px;
    width: 90%;
}

.news_details h2 {
    font-size: 2em;
    color: #002f47;
}

.news_details p {
    padding: 40px 0px;
}


/*----------------- CONTACT ----------------------*/

.title_for {
    text-align: center;
    font-family: 'Poppins';
    letter-spacing: 3px;
    color: #002f47;
    margin-top: 20px;
}

.title_for_left {
    text-align: left;
    font-family: 'Poppins';
    letter-spacing: 3px;
    color: #002f47;
    margin-top: 20px;
}

.title_for_left h5,
.title_for h5 {
    letter-spacing: 10px;
}

.title_for_left h1,
.title_for h1 {
    text-transform: uppercase;
    font-size: 2.3em;
    letter-spacing: 5px;
    font-weight: bold;
    margin-top: -5px;
}

.bg_gray {
    background: #f7f7f7;
    padding: 40px 100px;
}

.btn-primary:hover {
    background-color: #393e46;
}

.btn-primary {
    background-color: #464646;
    border: none;
    border-radius: 0px;
    padding: 10px 40px;
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: 2px;
}

.crop_contact {
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 50px;
    margin-bottom: 50px;
}

.circle_icon {
    margin: 0 auto;
    border: 2px solid #eeeeee;
    border-radius: 50px;
    line-height: 90px;
    width: 100px;
    height: 100px;
    text-align: center;
}

.text_circle h3 {
    color: #002f47;
    font-family: 'Poppins';
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 20px;
    text-align: center;
}

.text_circle p {
    letter-spacing: 1px;
    text-align: center;
    color: #8d8d8d;
}

.notinclude {
    color: #acacac;
    font-size: 0.7em;
    font-weight: 400;
}

.abt_text h1 {
    font-size: 3.5em;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 700;
    letter-spacing: 5px;
}

.abt_text h4 {
    color: #f1d18a;
    font-weight: 300;
}

.readmore {
    color: #f1d18a;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid #f1d18a;
    padding-bottom: 10px;
}

.readmore:hover {
    color: white;
    border-bottom: 3px solid white;
    transition: ease .5s;
}


/*------------ RESPONSIVE --------------*/
.arrr {
	float: right;
	margin-right: 0px;
	margin-top: -20px;
}

.circle-r {
	border-radius: 50%;
	width: 12%;
	vertical-align: middle;
	margin-right: 5px;
}

.back_nav {
	text-align: center;
	font-size: 0.9em;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 0px;
	padding-top: 15px;
	border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;
	background-color: #393e46;
	color: white;
}

@media (max-width: 1199px) {
     .society-content img{
        width: 100%;
    }
   
   
}
@media (max-width: 991px) {
      .text_vert{
        display: none;
    }
}
@media (max-width: 767px) {
   
  
    .abt_text h1{
        font-size: 2em;
    }
    .producttop .firsttext{
        font-size: 1em;
        width: 100%;
        left: 10px;
         padding: 20px;
    }
    .producttop figure{
        height: auto;
    }
    .producttop .firsttext h1{
        font-size: 1.1em;
    }
    .bg_gray {
        padding: 30px;
    }
    .navbg {
        padding: 0px;
    }
    .notinclude {
        font-size: 0.5em;
    }
    .breadcrumb_page {
        margin-left: 10px !important;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .bg_blue {
        height: inherit;
        margin-top: 0px;
        padding-bottom: 30px;
    }
    .abt_text h3 {
        font-size: 1.3em;
        line-height: 25px;
    }
    .news_details h2,
    .title_for_left h1,
    .title_for h1 {
        font-size: 1.5em;
    }
    .alignfull_1{
            margin-left: 0;
    }
    .news_details p{
        padding: 20px 0px;
    }
    .news_details{
        padding: 20px;
    }
    .single a .img{
        max-height: 200px;
    }
    .bg_blue2{
        padding: 4% 5%
    }
    .producttop{
        margin: 0px;
    }
    .wpnews{
        position: relative !important;
        width: 100% !important;
        left: 0%;
    }
    .border_product{
        padding: 5px;
    }
}