/*@font-face {
    font-family:myfont;
    src:url(../fonts/ufonts.com_tw-cen-mt.ttf);
}*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
}
h1,h2,h3,h4,h5,h6 {
    margin:0px;
    font-family: 'Open Sans', sans-serif;
}
h1 {
    font-size:36px;
}
h2 {
    font-size:24px;
    font-weight:500;
}
h3 {
    font-size:20px;
    //font-weight:600;
}
p {
    color: #232323;
    font-size: 17px;
    line-height: 35px;
    margin:0px;
    font-family: 'Open Sans', sans-serif;
}
ul {
    padding:0;
    margin:0;
    list-style:none;
}
a,a:active,a:focus,a:active {
    text-decoration:none!important;
    font-size:15px;
}
.devider {
    width: 100%;
    height: 23px;
    background: url('../images/devider.png') no-repeat center center;
    margin: 5px 0 10px;
}


.overlay-effect {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:100%;
    height:100%;
    background:url("../images/overlay-pattern.png") #000000;
    opacity:0.3;
}
.heading {
    text-align: center;
    font-weight: 500;
    color: #DD127B;
    padding: 30px 0px 0px;
    position: relative;
	text-transform: capitalize !important;
    font-size: 26px;
}
.heading span {
    color: #206fb4;
}
/*.heading:before {
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:140px;
    height:1px;
    background:#C8C1B3;
    margin-left:-70px;
}*/
.title {
    color:#2E2E2E;
    text-transform:uppercase;
    padding:30px 0px;
}
.title span {
    color:#206fb4;
}
.before-border {
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:140px;
    height:1px;
    background:#C8C1B3;
    margin-left:-70px;
}
.transition {
    -webkit-transition:.3s all;
    -o-transition:.3s all;
    transition:.3s all;
}
.slider {
    height: 620px;
}
#hero-area {
    position:relative;
}
#hero-area:before {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:100%;
    height:100%;
    background:url("../images/overlay-pattern.png") #000000;
    opacity:0.3;
}
#navigation {
    position: fixed;
    top: 75px;
}
#hero-area {
    margin-top: 75px;
}
nav {
    z-index:99999;
    width:100%;
}
nav .block {
    margin-top:-75px;
    background:#fff;
    padding:10px;
    background:#fff;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.10);
}
.navbar-brand {
    float:left;
    height:auto;
    padding:0;
    font-size:18px;
    line-height:20px;
}
.navbar-brand>img {
    display:block;
    padding:5px 10px;
    height: 100px;
    
}
nav .block .navbar-default {
    border:none;
    border-radius:0px;
    margin-bottom:0;
    background:none;
}
nav .block .navbar-default .navbar-brand {
    padding-left:0px;
}
nav .block .navbar-default .navbar-nav {
    /* padding-top:10px; */
	padding-top: 32px;
}
nav .block .navbar-default .navbar-nav>li>a {
    color:#2E2E2E;
    padding:10px 0px;
    margin:0px 15px;
    font-size:15px;
    text-transform:uppercase;
}
nav .block .navbar-default .navbar-nav>li>a.active
{
    color: #dd137a;
}
.navbar-toggle {
	margin-top: 43px !important;
}
nav .block .navbar-default .navbar-nav>li>a:before {
    background-color:transparent;
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    height:2px;
    -webkit-transition:.3s all;
    -o-transition:.3s all;
    transition:.3s all;
    width:0;
}
nav .block .navbar-default .navbar-nav>li>a:hover:before, nav .block .navbar-default .navbar-nav>li>a.active:before {
    background-color:#206fb4;
    content:"";
    width:100%;
}
nav .block .navbar-default .navbar-nav>li.current>a {
    color:#2E2E2E;
    padding:10px 0px;
    margin:0px 15px;
}
nav .block .navbar-default .navbar-nav>li.current>a:before {
    background-color:transparent;
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    height:2px;
    -webkit-transition:.3s all;
    -o-transition:.3s all;
    transition:.3s all;
    width:100%;
    background-color:#e94c3d;
}
nav .block .navbar-default .navbar-nav>.active>a,nav .block .navbar-default .navbar-nav>.active>a:focus,nav .block .navbar-default .navbar-nav>.active>a:hover {
    background:none;
}
nav .block .navbar-default .navbar-nav>.active>a:before,nav .block .navbar-default .navbar-nav>.active>a:focus:before,nav .block .navbar-default .navbar-nav>.active>a:hover:before {
    content:"";
    position:absolute;
    bottom:0px;
    width:100%;
    height:2px;
    background:#2398de;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #0194e3 !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: 0 15px;
    clear: both;
    font-weight: 400;
    line-height: 35px;
    color: #333;
    white-space: nowrap;
    height: 35px;
    font-size:13px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #206fb4;
}
#slider {
    padding:50px 0px;
}
#slider .block {
    padding:0px 40px;
}
#slider .block .title {
    padding:0px;
}
#slider .block .owl-carousel {
    padding-top:30px;
    position:relative;
    text-align:center;
}
#slider .block .owl-carousel .cerBox {
    padding-right:30px;
    padding-bottom:50px;
}
#slider .block .owl-carousel img {
    border-radius:2px;
    border:1px solid #61c6cf;
}
#slider .block .owl-carousel .owl-pagination .active {
    background:#61c7cf;
}
#slider .block .owl-carousel .owl-pagination div {
    background:#DADADA;
    border-radius:100%;
    display:inline-block;
    height:10px;
    margin-right:5px;
    width:10px;
}
#slider .block .owl-carousel .owl-buttons {
    position:absolute;
    right:0;
    top:-40px;
    font-size:40px;
    color:#AA9D84;
}
#about-us {
    background:#F6F6F6;
    padding: 20px 0 40px;
}
.padding{
    padding:20px 0;
    font-size: 22px;
    color: #1f1a17;
    text-align: center;
}
.pad0{
    padding: 0;
}
#about-us .block {
    //text-align:center;
}
#about-us .block p {
    color: #232323;
    font-size: 17px;
    line-height: 35px;
    padding: 0;
    //text-align: center;
}
.abtImg{
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    border: 3px solid #dedede;
    //min-height: 400px;
}
.aboutPage{
    padding:30px 0;
}
.aboutPage .abtImg{
    min-height:100px !important;
    margin:10px 0 0 0;
}


#products {
    //padding-top: 30px;
    padding-bottom: 30px;
    //background:url("../images/blog/blog-bg1.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    position:relative;
}
#features{
    //padding-top: 30px;
    padding-bottom: 60px;
    //background:url("../images/blog/fea.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    position:relative;
}
#products:before, #features:before {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:100%;
    height:100%;
    //background:url("../images/overlay-pattern.png") #000000;
    opacity:0.3;
}
#products .block .heading {
    color: #dd127b;
}
/*#products .block ul {
    padding-top:40px;
}
#products .block ul li {
    overflow:hidden;
    width:50%;
    float:left;
    background:#fff;
    text-align:center;
    color:#959595;
    transform:1s;
}
#products .block ul li:hover img {
    transform:scale(1.2) rotate(10deg);
}
#products .block ul li h3 {
    color:#323232;
    padding:0px 40px 20px;
    line-height:26px;
    position:relative;
}
#products .block ul li h3:before {
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:90px;
    height:1px;
    background:#CBC4B5;
    margin-left:-45px;
}
#products .block ul li p {
    padding-top:25px;
}
#products .block ul li .blog-img {
    float:left;
    width:50%;
    height:100%;
    background:red;
    overflow:hidden;
}
#products .block ul li .blog-img img {
    -webkit-transition:all 0.8s ease-out;
    -o-transition:all 0.8s ease-out;
    transition:all 0.8s ease-out;
}
#products .block ul li .blog-img-2 {
    width:50%;
    float:right;
    overflow:hidden;
}
#products .block ul li .blog-img-2 img {
    -webkit-transition:all 0.8s ease-out;
    -o-transition:all 0.8s ease-out;
    transition:all 0.8s ease-out;
    width:100%;
}
#products .block ul li .content-right {
    padding:40px 35px 23px;
    font-size:16px;
    line-height:26px;
    float:right;
    width:50%;
    height:100%;
    position:relative;
}
#products .block ul li .content-right:after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    top:50%;
    width:30px;
    height:30px;
    margin-top:-15px;
    background:#fff;
    transform:rotate(45deg);
    margin-left:-15px;
}
#products .block ul li .content-left {
    padding:40px 35px 23px;
    width:50%;
    height:100%;
    float:left;
    position:relative;
    z-index:999;
}
#products .block ul li .content-left:after {
    content:"";
    position:absolute;
    right:-15px;
    top:50%;
    width:30px;
    height:30px;
    margin-top:0px;
    background:#fff;
    transform:rotate(45deg);
}
#products .block .btn-more-info {
    float:right;
    padding:28px 102.5px;
    border-radius:0px;
    background:#206fb4;
    color:#fff;
    border:1px solid transparent;
    text-transform:uppercase;
    font-weight:500;
    font-size:16px;
    -webkit-transition:.3s all;
    -o-transition:.3s all;
    transition:.3s all;
}
#products .block .btn-more-info:hover {
    background:transparent;
    color:#fff;
    border:1px solid #206fb4;
}*/
#contact-us {
    padding:70px 0px;
}
#contact-us .block .title {
    padding:20px 0;
}
#contact-us .block form {
    padding-bottom:20px;
}
#contact-us .block form input {
    height:48px;
    border-radius:0px;
    box-shadow:none;
    -webkit-transition:.3s all;
    -o-transition:.3s all;
    transition:.3s all;
}
#contact-us .block form input:focus {
    border:1px solid #7EC3BB;
}
#contact-us .block form textarea {
    height:140px;
    border-radius:0px;
    box-shadow:none;
    -webkit-transition:.3s all;
    -o-transition:.3s all;
    transition:.3s all;
}
#contact-us .block form textarea:focus {
    border:1px solid #7EC3BB;
}
#contact-us .block a {
    background:#206fb4;
    float:right;
    color:#fff;
    font-weight:600;
    text-transform:uppercase;
    border-radius:0px;
    border:0px;
    width:512px;
    height:50px;
    padding-top:15px;
    -webkit-transition:.3s all;
    -o-transition:.3s all;
    transition:.3s all;
}
#footer {
    padding:70px 0px;
    background-color: #f2f2f2;
}
#footer .block h3 {
    color:#DD127B;
    padding-bottom:25px;
}
#footer .block h3 span {
    color:#206fb4;
}
#footer .block .blog ul,#footer .block .info ul,#footer .block .gallary ul {
    //padding-top:20px;
}
#footer .block .blog ul li,#footer .block .info ul li,#footer .block .gallary ul li {
    margin-bottom:10px;
    display:inline-block;
    margin-right:20px;
}
#footer .block .blog ul li h4,#footer .block .info ul li h4,#footer .block .gallary ul li h4 {
    padding-bottom: 10px;
    display: block;
    color: #474747;
    font-size: 16px;
}
#footer .block .blog ul li h4 i,#footer .block .info ul li h4 i,#footer .block .gallary ul li h4 i {
    color:#555;
    font-size: 20px;
    width: 45px;
}
#footer .block .blog ul li h4 a,#footer .block .info ul li h4 a,#footer .block .gallary ul li h4 a {
    color:#474747;
    font-size:16px;
    font-weight:600;
}
#footer .block .blog ul li p,#footer .block .info ul li p,#footer .block .gallary ul li p {
    color: #232323;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
}
#footer .block .social-media-link h3 {
    font-size:20px;
    padding-bottom:15px;
    padding-top:30px;
}
#footer .block .social-media-link h3 span {
    color:#2396dd;
}
#footer .block .social-media-link ul li {
    display:inline-block;
    margin-right:20px;
}
#footer .block .social-media-link ul li a {
    display:block;
    width:40px;
    height:40px;
    text-align:center;
    font-size:20px;
    padding-top:8px;
    border-radius:100%;
    background:#B0B0B0;
    color:#FFFFFF;
    -webkit-transition:.3s all;
    -o-transition:.3s all;
    transition:.3s all;
}
#footer .block .social-media-link ul li a:hover {
    background:#2396dd;
    color:#fff;
}
#footer-bottom {
    background:#E9E9E9;
    padding:20px 0px;
}
#footer-bottom p {
    text-align:center;
    padding-top:12px;
    color: #232323;
    font-size: 14px;
    font-weight:600;
    letter-spacing:2px;
}
#footer-bottom p a {
    color:#206fb4;
}
.width100 {
    width:100%
}

.submitBtn
{
    visibility: visible;
    animation-duration: 500ms;
    animation-delay: 1300ms;
    animation-name: bounceIn;
    background: #206fb4;
    float: right;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    border: 0px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

/*========================
=============product page==========
==========================*/
.BoxProduct{
    width: 100%;
    height: 250px;
    // margin: 20px 0;
    background-color: #000;
    transform: scale(1);
    transition: 1s;
    border: 3px solid #dedede;
}
.BoxProduct img{
    height:100%;
    width:100%;
}
.BoxProduct:hover img{
    opacity:0.5;
}
.BoxProduct:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    border: 3px solid #2294dc;
}
h3.SubTitle{
    color: #2E2E2E;
    padding-bottom: 25px;
    padding-top: 25px;
    text-transform: uppercase;
}
h3.SubTitle span{
    color: #2294dc;
}
#productSection
{
    background: #F6F6F6;
    padding-bottom:30px;
}
#productSection .heading {
    text-align: center;
    font-weight: 500;
    //color: #2E2E2E;
    padding: 30px 0px 20px;
    position: relative;
}

/*Product section*/
#filtering-nav li a{
    padding:0;
    height:30px;
    line-height: 30px;
}
#filtering-nav li.active a{
    background-color: #206fb4;
    color: #fff;
}

.masterpage .row{
    margin:0;
}

/*About Us*/
.featureBox {
    //text-align: center;
    background-color: #fff6;
    padding: 30px;
    margin-top: 10px;
    border: 1px solid #206fb4;
    transition: 1s;
}

/*#features .block .heading {
    color: #fff;
}*/
.featureBox h3
{
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #206fb4;
    font-size: 18px;
}
.hs-featured-icon {
    height: 40px;
    width: 80px;
    margin: 55px 0;
    position: relative;
    display: inline-block;
    color: #FFF;
    background: #206fb4;
    font-size: 32px;
    line-height: 40px;
    //text-align:center;
}
.hs-featured-icon::before {
    content: "";
    border-bottom: 25px solid #206fb4;
    border-left: 40px solid rgba(0, 0, 0, 0);
    border-right: 40px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: -25px;
}
.hs-featured-icon::after {
    content: "";
    border-top: 25px solid #206fb4;
    border-left: 40px solid rgba(0, 0, 0, 0);
    border-right: 40px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    bottom: -25px;
}
.hs-featured-excerpt{
    color: #232323;
    line-height: 35px;
    //text-align: justify;
    font-size: 16px;
}

.flexslider .slides img {
    height: 620px;
}
/*Product Hover*/
.productBox {
    position: relative;
    width: 1005;
    height: 220px;
    overflow: hidden;
    margin-bottom: 50px;
    //box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    border: 1px solid #dedede;
    margin: 10px auto 20px;
}

.ProductHover {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 100;
    border-radius: 3px;
    top: 0%;
    transition: .8s;
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 12%;
    //visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    height: 100%;
    left: 0;
}
.productBox:hover .ProductHover
{
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    //visibility: visible;
}
.ProductName {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

/*.productBox::after{
    background-color: #e0e0e0;
    position: absolute;
    content: "";
    width: 70%;
    top: -6px;
    right: 0;
    left: 0;
    z-index: 1;
    bottom: -6px;
    margin: 0 auto;
    transition: .3s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}*/
.productBox img
{
    z-index: 2;
    position: absolute;
    width: 100%;
}
.productBox:hover::after{
    width: 104%;
    left: -6px;
    left: -6px;
}