﻿html {
    background-color: #f2f0f4;
}

body, html {
    min-height: 100%;
    position: relative;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #363b40;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
    background: #fff;
}

:focus {outline: 0 none !important;}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #000000
}

h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}
h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
}

p, blockquote {margin: 20px 0;}
strong {font-weight: 600;}

a {
    color: #363f44;
    cursor: pointer;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #141719;
        text-decoration: none !important;
    }

label {font-weight: normal;}
small, .small {font-size: 13px;}
ul {padding-left: 0;}
.container {max-width: 1000px;}

.navbar {
    border-radius: 0;
    border: 0;
    margin: 0;
}

.header-inner {
    width: 100%;
    position: reltive;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 2s;
}

.top-line {
    padding: 5px 0;
    background: #065860;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
    font-weight: normal;
    font-size:12px;
}

    .top-line p, .top-line a {
        color: #ffffff;
        margin: 0;
    }

        .top-line p span {margin-right: 20px;}

            .top-line p span i {
                font-size: 13px;
                color: #ffffff;
                margin-right: 10px;
            }

    .top-line ul.social-icons {
        margin: 0;
        padding: 0;
        text-align: right;
    }

        .top-line ul.social-icons li {
            display: inline-block;
            margin-left: 9px;
        }

            .top-line ul.social-icons li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                font-size: 14px;
                color: #ffffff;
            }

                .top-line ul.social-icons li a:hover {color: #065860;}

header.active .top-line {
    height: 0;
    padding: 0;
}

.brand {width: 200px;}

    .brand a {display: block}

.brand, .header-inner .main-nav {
    display: table-cell;
    vertical-align: middle;
}
/*** Main Nav Menu ***/
.main-nav {
    text-align: right;
    white-space: nowrap;
    padding: 0 0 0 30px;
    width: 100%;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav .sf-menu li {position: relative;}

    .main-nav .sf-menu li:hover, .sf-menu li.sfHover {
        -webkit-transition: none;
        transition: none;
    }

    .main-nav .sf-menu li a {
        color: #393838;
        display: block;
        font-size: 14px;
        font-weight: normal;
        line-height: 90px;
        padding: 0 10px;
        position: relative;
        text-transform: uppercase;
    }

    .main-nav .sf-menu li.current a {
        color: #065860;
        text-transform: uppercase;
    }

    .main-nav .sf-menu li.current ul a {
        color: #065860;
        text-transform: uppercase;
    }

    .main-nav .sf-menu li ul li.current a {
        color: #065860;
        text-transform: uppercase;
    }

.main-nav .sf-menu ul {
    background-color: #fff;
    position: absolute;
    z-index: 6000;
    display: none;
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    top: 99%;
    left: 0;
    z-index: 99;
    margin: 1px 0;
    padding: 0;
    border-top: solid 2px #065860;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.main-nav .sf-menu > li {display: inline-block;}
.main-nav .sf-menu li:hover > ul, .main-nav .sf-menu li.sfHover > ul {display: block;}

.main-nav .sf-menu a {
    display: block;
    position: relative;
}

    .main-nav .sf-menu a:hover {color: #065860;}

.main-nav .sf-menu ul li {
    width: 180px;
    background: #fff;
    text-align: left;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

    .main-nav .sf-menu ul li a {
        padding: 10px 15px;
        font-size: 13px;
    }

.main-nav .sf-menu ul ul {
    top: 0;
    left: 100%;
}

    .main-nav .sf-menu ul ul li {
        background: #fff;
        border-left: solid 1px #eee;
    }
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {border-top-color: white; /* IE8 fallback colour */}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {border-left-color: #999;}

.header-inner #toggle-btn {
    cursor: pointer;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 20px;
    width: 45px;
}

.header-inner .toggle-subarrow {display: none;}

.ourproduct {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #065860;
    text-shadow: 0 1px 2px rgba(black,.15);
}

.brace {
    width: auto;
    min-width: 35px;
    padding-bottom: 20px;
    font-size: 1em;
    line-height: 2em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: 0 15px 15px;
    border: none;
    background-color: transparent;
    background-image: radial-gradient(circle at 0 0, rgba(255,255,255,0) 16px, #065860 17px, #065860 19.5px, rgba(255,255,255,0) 21px), radial-gradient(circle at 38px 0, rgba(255,255,255,0) 16px, #EF028D 17px, #EF028D 19.5px, rgba(255,255,255,0) 21px);
    background-size: 35px 20px;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-transform: lowercase;
    font-style: italic;
    color: #424E75;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0,0,0,0.15));
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.15));
    overflow: visible;
}

    .brace:before {
        width: 50%;
        border-top: 3px solid #065860;
        border-left: 1px solid transparent; /* play with this until you like the look of it */
        border-top-left-radius: 20% 30px;
        height: 100%;
        content: "";
        position: absolute;
        top: 100%;
        left: -15px;
        box-sizing: border-box;
        margin-top: -3px;
    }

    .brace:after {
        width: 50%;
        border-top: 3px solid #065860;
        border-right: 1px solid transparent; /* play with this until you like the look of it */
        border-top-right-radius: 20% 30px;
        height: 100%;
        content: "";
        position: absolute;
        top: 100%;
        right: -15px;
        box-sizing: border-box;
        margin-top: -3px;
    }

.container {max-width:90%; padding:0px;}
.thumbnail .caption{font-size: 12px;padding-bottom: 0px;}

.rows.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.thumbnail {
  height: 100%;
  margin-bottom: 0px;
}

/* extra positioning */
.thumbnail {flex-direction: column;}

.thumbnail .xx {
  /*display: flex;*/
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.thumbnail .xx p{margin-bottom: 0px; margin-top: 10px;}

@import '//codepen.io/chrisdothtml/pen/ojLzJK.css';

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

    .social-btns .btn:before {
        top: 90%;
        left: -110%;
    }

    .social-btns .btn .fa {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .social-btns .btn.facebook:before {background-color: #3b5998;}
    .social-btns .btn.facebook .fa {color: #3b5998;}
    .social-btns .btn.twitter:before {background-color: #3cf;}
    .social-btns .btn.twitter .fa {color: #3cf;}
    .social-btns .btn.google:before {background-color: #dc4a38;}
    .social-btns .btn.google .fa {color: #dc4a38;}
    .social-btns .btn.dribbble:before {background-color: #f26798;}

    .social-btns .btn.dribbble .fa { color: #f26798;}
    .social-btns .btn.skype:before {background-color: #00aff0;}
    .social-btns .btn.skype .fa {color: #00aff0;}

    .social-btns .btn:focus:before,
    .social-btns .btn:hover:before {
        top: -10%;
        left: -10%;
    }

    .social-btns .btn:focus .fa,
    .social-btns .btn:hover .fa {
        color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.social-btns {
    height: 90px;
    margin: auto;
    font-size: 0;
    text-align: center;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .social-btns .btn {
        display: inline-block;
        background-color: #cfcece;
        width: 50px;
        height: 50px;
        line-height: 15px;
        margin: 0 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 28%;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
        opacity: 0.99;
    }

        .social-btns .btn:before {
            content: '';
            width: 120%;
            height: 120%;
            position: absolute;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .social-btns .btn .fa {
            font-size: 38px;
            vertical-align: middle;
        }

.logoM{margin:0px;}

.scrollTop {
    position: fixed;
    right: 10%;
    bottom: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

    .scrollTop a {
        font-size: 18px;
        color: #fff;
        padding: 15px;
        background-color: #0aaebd;
    }

.photo img{
  object-fit: cover;
 /* box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);*/
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: 0px;
}

.photo:hover img{box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);}

.photo .glow-wrap{
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: -10px;
}

.photo .glow{
  display: block;
  position:absolute;
  width: 40%;
  height: 200%;
  background: rgba(255,255,255,.2);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover .glow{
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img,
.photo:hover .glow-wrap{margin-top: 0;}


#demo img:hover
{
    transition:all 0.6s; /* Change Speed */
    -ms-transform: scale(2, 2); /* IE 9 */
    -webkit-transform: scale(2, 2); /* Safari */
    transform: scale(2, 2); /* Change Size */
    overflow:visible;
    z-index:999999999999; /* you can change it, but better let this in default */
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.5);
}

.dtlproductlist{padding: 0px; font-size: 13px; margin-top: 75px;}

@media (min-width: 768px) {
    .header-inner #toggle-btn {display: none;}
}

@media (max-width: 768px) {
    .navbar-brand {display: block;}

    .navbar {max-height: none;}

    .main-nav {
        margin-top: 10px;
        height: auto;
    }

    .sf-menu > li {float: none;}

    .sf-menu li a {
        padding: 10px 13px;
        font-weight: 400;
    }

        .sf-menu li a:hover, .sf-menu li.sfHover a:hover {color: #065860;}

    .sf-menu ul {
        font-size: 14px;
        display: block;
        position: static !important;
        border: 0;
        box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        -webkit-box-shadow: 0 0 0 0;
    }

    .headerinfo p span {
        width:100%;
        float:left;
    }

    .logoM {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.thumbnail .caption{font-size: 14px;}
.thumbnail .xx p{margin-bottom: 0px; margin-top: 10px;}
.margin20{margin-bottom: 20px;}
.dtlproductlist{padding: 0px; font-size: 13px; margin-top: 20px;}


#demo img:hover
{
    transition:all 0s; /* Change Speed */
    -ms-transform: none; /* IE 9 */
    -webkit-transform: none; /* Safari */
    transform: none; /* Change Size */
    overflow:visible;
}

}

@media only screen and (max-width: 768px) {
    .header-inner .main-nav {
        display: block;
        margin: 0;
    }

    #toggle-btn {display: block;}

    .toggle-subarrow {
        display: block !important;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        height: 42px;
        border-left: 1px solid #e8e8e8;
        text-align: center;
        color: #777;
    }

        .toggle-subarrow .fa {margin-top: 14px;}

    .main-nav {
        text-align: left;
        white-space: nowrap;
        padding: 0;
    }

    .sf-menu {display: none;}

    .main-nav .sf-menu {
        margin: 0 -15px;
        margin-top:10px;
    }

        .main-nav .sf-menu > li {
            font-size: 13px;
            line-height: 16px;
            display: block;
            border-top: 1px solid #065860;
        }

        .main-nav .sf-menu li a {
            color: #065860;
            padding: 20px;
            line-height: 0px;
            display: block;
            position: relative;
            background-color: #e3e6e4;
            text-align: center
        }

        .main-nav .sf-menu ul {border: none;}

            .main-nav .sf-menu ul li {
                width: 100%;
                margin-left: 30px;
                font-size: 13px;
                line-height: 16px;
                font-weight: 400;
                position: relative;
                border: none;
                border-top: 1px solid #e8e8e8;
            }

    .sf-menu ul {
        position: static !important;
        display: none !important;
    }

    .mob-drop ul {display: block !important;}
}

    @media(min-width: 601px) and (max-width: 780px) {
        .top-line .container {max-width: 70%;}
        .top-line p span {
            display: table;
            margin-right: 20px;
            text-align: left;
        }
    }