@charset "utf-8";
/* CSS Document */


/*----Rizwan css start-----*/


/* Please ❤ this if you like it! */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/* #Primary
================================================== */
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
}

a {
    color: #ffc107;
    text-decoration: none;
    background-color: transparent;
}

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

body p {
    line-height: 1.5;
    font-size: 16px;
    color: #404040;
}

body,
body a,
body li,
body p,
.btn,
input {
    font-family: 'Lato', sans-serif;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

::selection {
    color: #fff;
    background-color: #8167a9;
}

::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.bg-white {
    background: #FFF;
}

.bg-gray {
    background: #f3f3f3;
}

.bg-dgray {
    background: #333;
}

.bg-gray1 {
    background-color: #f3f3f3;
}

.bg-reddark {
    background: #a91c1c;
}

.thems-bg {

    background: #313131;
}

.thems-bgyellow {

    background: #ffc107;
}

.overlay-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}

.overlay-bg1 {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
}

.position_index {
    position: relative;
    z-index: 1;
}

.position_over {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.6;
}

.position_over1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.9;
}

.overflow {
    overflow: hidden;
}

.gradient1 {
    background-image: linear-gradient(to right top, #ffcc1f, #ff983c, #ff6567, #fd4493, #bf46b7, #9a50c5, #6a59cc, #125fce, #1265d4, #136cda, #1472df, #1679e5);
    z-index: -1;
}

.gradient2 {
    background-image: linear-gradient(to right, #000000, #000000, #a27b06, #872a73, #051e55);
}

.gradient3 {
    background: rgba(0, 0, 0, 0.6);
}

.gradient4 {
    background-image: linear-gradient(to bottom, #ffc10c, #ffc10b, #ffc10a, #ffc108, #ffc107);
}

.border-radius0 {
    border-radius: 0px !important;
}

.border-radius3 {
    border-radius: 3px;
}

.border-radius4 {
    border-radius: 4px;
}

.border-radius6 {
    border-radius: 6px;
}

.border-radius10 {
    border-radius: 10px;
}

.btn {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .475rem .85rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn i {
    margin-left: 5px;
    border-radius: 2px;
}

.btn-custom {
    background: #ffc107;
    color: #313131;
    border: none;
    outline: none;
}

.btn-custom:hover,
.btn-custom:focus {
    background: #313131;
    color: #FFF;
}

.btn-black {
    background: #313131;
    color: #FFF !important;
    border: none;
    outline: none;
    border-radius: 3px;
    letter-spacing: 2px;
    padding: 1em 3em;
}

.btn-black:hover,
.btn-black:focus {
    background: #ffc107;
    color: #313131 !important;
}

.slider_curve {
    background: url(../images/background/curve.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.slider_curve h2 {
    color: #FFF;
    font-size: 4em;
}

.slider_curve h3 {
    font-size: 2em;
    font-weight: 500;
    color: #FFF;
}

.slider_curve p {
    color: #FFF;
}

.slider_curve .img_boxslider {
    width: 100%;
    margin: 0 auto;
}


/* #Navigation
================================================== */
.header .top-header {
    background: #f8f8f8;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.header .top-header .list_contact {
    width: 100%;
}

.header .top-header .list_contact ul {
    margin-bottom: 0;
}

.header .top-header .list_contact ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-left: 1.2em;
}

.header .top-header .list_contact ul li a {
    display: inline-block;
    color: #000;
    outline: none;

}

.header .top-header .list_contact ul li i {
    font-size: 14px;
    color: #000;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 4px;
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 0px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header .logo_text {
    font-weight: 500;
    color: #ffffff;
    display: none;
    font-size: 1.2em;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
}

.start-header.scroll-on .logo_text {
    display: inline-block;
}

.start-header.scroll-on .navbar-brand img {
    height: 40px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    /*position: fixed;*/
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand img {
    height: 80px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7);
    background: transparent;
}

.nav-link {
    color: #ffffff !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #ffc107 !important;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    padding: 5px 0px;
    display: inline-block;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    /* letter-spacing: 0.5px; */
    font-family: 'Oswald', sans-serif;
}

.navbar-light .navbar-nav .nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #ffc107;
    opacity: 0;
    transition: all 200ms linear;
}

#active::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
}

.navbar-light .navbar-nav .nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.navbar-light .navbar-nav .nav-item.active:hover:after {
    opacity: 0;
}

.navbar-light .navbar-nav .nav-item {
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */
.table td,
.table th {
    padding: 0.35rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 14px;
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    vertical-align: middle;
    font-size: 14px;
}

.section {
    position: relative;
    width: 100%;
    display: block;
}


.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129, 103, 169, .6);
}


body.dark .navbar-brand img {
    filter: brightness(100%);
}

body.dark .bg-light {
    background-color: #14151a !important;
}

body.dark .start-header {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
    color: #fff !important;
}

body.dark .nav-item.active .nav-link {
    color: #999 !important;
}

body.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
    color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
    background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.client-carousel img {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    box-shadow: 0px 4px #0000001c;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 100%;
}

#demos .row {
    margin-left: -16px;
}

#demos .owl-theme .owl-nav {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#demos .owl-carousel .owl-nav button.owl-next,
#demos .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    background-color: rgba(54, 58, 60, .2);
    color: #ecf1f0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 34px;
    outline: none;
}

#demos .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

#demos .owl-carousel .owl-nav button.owl-next:hover,
#demos .owl-carousel .owl-nav button.owl-prev:hover {
    background: #000;
}

#demos .owl-carousel .owl-nav button.owl-next {
    right: 20px;
}

#demos .owl-carousel .owl-nav button.owl-next span,
#demos .owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    top: -4px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: #FFF;
    border: none;
    padding: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 24px;
    height: 5px;
    margin: 5px 3px;
    background: #CCC;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);

}

.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    top: -2px;
    font-size: 36px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff410e;
}

/*en-fo-banner slider*/
h3.hny-title,
h3.hny-title.two {
    font-size: 40px;
    line-height: 1.1;
    color: #232020;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

h3.hny-title span,
h3.hny-title span {
    color: #ffc107;
}

/*----product-box-start------*/
.product_box .owl-theme .owl-nav {
    margin-top: 30px;
}

.product_box .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #313131;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 50px;
    height: 40px;
    line-height: 25px;
    color: #FFF;
    font-size: 25px;
    margin-top: 0;
    outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffc107;
    color: #FFF;
    text-decoration: none;
}

.product_box .owl-theme .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.product_box .card .card-image {
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.product_box .card-image img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product_box .card-image:hover img {
    /* -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);*/
}

.product_box .card {
    border: none;
    position: relative;
    margin: 10px 0;
}

/*.product_box .card:hover .card-image img{
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}*/
.product_box .card .card-content {
    padding: 15px 10px;
    background: #ffffff;
    color: white;
}

.product_box .card .card-content .card-title,
.card-reveal .card-title {
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    top: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.product_box .card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: var(--yellow);
    width: 100%;
    overflow-y: auto;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    display: none;
}

.product_box .card .card-reveal .card-title {
    color: #FFF;
    margin: 10px 0;
}

.product_box .card .card-reveal p {
    color: rgb(255 255 255 / 90%);
    margin: 10px 0;
    font-size: 1rem;
}

.product_box .btn-custom {
    background-color: transparent;
    font-size: 16px;
    outline: none !important;
    box-shadow: none;
    position: absolute;
    right: 0;
    bottom: 4px;
    color: #253764;
}

.product_box .btn-custom:focus,
.product_box .btn-custom:active {
    outline: none !important;
    box-shadow: none;
}

.product_box .card .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    top: 6px;
    right: 14px;
    position: absolute;
    outline: none !important;
}

/*---about-section start-----*/
.side-bg {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/background/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.side-bg .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
}

#section-side-1.side-bg .background-image {
    background: url(../images/banner03.jpg);
}

.side-bg .background-image {
    background-position: 50% 50% !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
}

.inner-padding {
    padding: 0;
}

.about-us {
    width: 100%;
    margin: 0;
    padding: 40px;
    background: rgba(255, 255, 255, 1);
    min-height: 500px;
}

.about-us .separator {
    text-align: left;
    margin: 10px 0 10px;
    margin-left: 40px;
}

.about-us p {
    color: #333;
    line-height: 24px;
}

.separator span {
    display: inline-block;
    position: relative;
}

.about-us .separatorss span::after,
.about-us .separatorss span::before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #589f34;
    top: 8px;
    width: 40px;
}

.common-banner {
    padding: 5em 0;
}

.common-banner h1 {
    color: #FFF;
}

.common-banner h2 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 0.3em;
    position: relative;
    padding-bottom: 0.5em;
}

.common-banner h2::after {
    position: absolute;
    left: 50%;
    top: 100%;
    content: '';
    height: 2px;
    background: #FFF;
    width: 50px;
    border-radius: 4px;
    transform: translateX(-50%)
}

.common-banner .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

.common-banner .breadcrumb a {
    color: #FFF;
    text-decoration: none;
}

.common-banner .breadcrumb a:hover {
    color: red;
}

.common-banner .breadcrumb-item.active {
    color: #ffc107;
}

.common-banner .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #FFF;
    content: "/";
}

.products-banner,
.cadcam {
    background: url(../images/background/profile-bg.jpg);
    background-size: cover !important;
    width: 100%;
    background-position: center top;
}

.profiles {
    background: url(../images/background/profile-bg1.jpg);
    background-size: cover !important;
    width: 100%;
    background-position: center top;
}

.profiles::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: '';
}

.fabrics {
    background: url(../images/Products.jpg);
    background-size: cover !important;
    width: 100%;
    background-position: center top;
}

.product-banner {
    background: url(../images/Products.jpg);
    background-size: cover !important;
    width: 100%;
    background-position: center top;
}

.contact_us {
    background: url(../images/Contact-Us.jpg);
    background-size: cover !important;
    width: 100%;
    background-position: center top;
}

.equiry {
    background: url(../images/Enquiry.jpg);
    background-size: cover !important;
    width: 100%;
    background-position: center top;
}

.clientele {
    background: url(../images/Clientele.jpg);
    background-size: cover !important;
    width: 100%;
    background-position: center top;
}

.audcaes-3 {
    background: url(../images/Audcaes-3.jpg);
    background-size: cover !important;
    width: 100%;
    background-position: center top;
}

.market-area {
    background: url(../images/background/bg-4.jpg);
    background-size: cover !important;
    width: 100%;
    background-position: center top;
}

.product-box {
    width: 100%;
    background: #d7d7d7;
    padding: 7px;
    border-radius: 3px;
}

.product-box b {
    color: #FFF;
    font-weight: 700;
}

.product_icon {
    width: 100px;
    height: 100px;
    background: #ddd;
    padding: 1em;
    line-height: 80px;
    border-radius: 100%;
    margin: 0 auto;
}

.product_icon .tex-anchor {
    width: 100%;
    display: block
}

.product_icon .tex-anchor a {
    background: #000;
    color: #FFF;
    border-radius:
}

.one,
.two,
.three,
.four,
.five,
.six,
.sevin,
.eight,
.nine,
.ten,
.elevin,
.twelve,
.thrteen,
.forteen,
.fifteen,
.sixteen,
.seventeen,
.eighteen,
.nineteen,
.twenty,
.twenty1,
.twenty2,
.twenty3,
.twenty4 {
    border: none;
    border-radius: 4px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    overflow: hidden;
    padding: 10px;
    font-size: 20px;
    position: relative;
    color: white;
    outline: none;
    cursor: pointer;
    width: 100%;
    min-height: 150px;
    display: table;
    -webkit-transition: background-position .7s, box-shadow .4s;
    transition: background-position .7s, box-shadow .4s;
    background-size: 110%;
    font-family: 'Oswald', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.one h3,
.two h3,
.three h3,
.four h3,
.five h3,
.six h3,
.sevin h3,
.eight h3,
.nine h3,
.ten h3,
.elevin h3,
.twelve h3,
.thrteen h3,
.forteen h3,
.fifteen h3,
.sixteen h3,
.seventeen h3,
.eighteen h3,
.nineteen h3,
.twenty h3,
.twenty1 h3,
.twenty2 h3,
.twenty3 h3,
.twenty4 h3 {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    position: relative;
}

/*.one:before,.two:before,.three:before,.four:before,.five:before,.six:before,.sevin:before,
.eight:before,.nine:before,.ten:before,.elevin:before,.twelve:before,.thrteen:before,
.forteen:before,.fifteen:before,.sixteen:before,.seventeen:before,.eighteen:before,.nineteen:before,
.twenty:before,.twenty1:before,.twenty2:before,.twenty3:before,.twenty4:before {
  display: block;
  position: absolute;
}*/


.one:after,
.two:after,
.three:after,
.four:after,
.five:after,
.six:after,
.sevin:after,
.eight:after,
.nine:after,
.ten:after,
.elevin:after,
.twelve:after,
.thrteen:after,
.forteen:after,
.fifteen:after,
.sixteen:after,
.seventeen:after,
.eighteen:after,
.nineteen:after,
.twenty:after,
.twenty1:after,
.twenty2:after,
.twenty3:after,
.twenty4:after {
    -webkit-transition: right .4s, -webkit-transform .2s;
    transition: right .4s, -webkit-transform .2s;
    transition: right .4s, transform .2s;
    transition: right .4s, transform .2s, -webkit-transform .2s;
    font-size: 100px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%, rgba(0, 0, 0, 1) 100%);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
}

.one {
    background: url("../images/products/cad-cam-services.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.two {
    background: url("../images/products/cutting-printing-plotters-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.three {
    background: url("../images/products/cloth-inspection-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.four {
    background: url("../images/products/conveyor-fusingmachines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.five {
    background: url("../images/products/flatbed-fusing-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.six {
    background: url("../images/products/cutting-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.sevin {
    background: url("../images/products/auto-cleaning-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.eight {
    background: url("../images/products/thread-sucking-machine.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.nine {
    background: url("../images/products/needle-detector.jpg");
    background-size: cover;
    background-repeat: no-repeat;

}

.ten {
    background: url("../images/products/industrial-laundry-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.elevin {
    background: url("../images/products/drying-pressing-machine-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;

}

.twelve {
    background: url("../images/products/dryceaning-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.thrteen {
    background: url("../images/products/dryceaning-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.forteen {
    background: url("../images/products/electric-boiler.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.fifteen {
    background: url("../images/products/vacuum-Ironing-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.sixteen {
    background: url("../images/products/laundry-pressing-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.seventeen {
    background: url("../images/products/turn-key-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.eighteen {
    background: url("../images/products/shirtrousers-pressing-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.nineteen {
    background: url("../images/products/jacket-blazers-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.twenty {
    background: url("../images/products/shirt-making-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;

}

.twenty1 {
    background: url("../images/products/shoe-washing-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.twenty2 {
    background: url("../images/products/Industrial-carpet-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.twenty3 {
    background: url("../images/products/sewing-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.twenty4 {
    background: url("../images/products/iIndustrial-chemical-machines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.one,
.one,
.two,
.two,
.four,
.three,
.three,
.four,
.five,
.five,
.six,
.six,
.sevin,
.sevin,
.eight,
.eight,
.nine,
.nine,
.ten,
.ten,
.elevinr,
.elevin,
.twelve,
.twelve,
.thrteen,
.thrteen,
.forteen,
.forteen:before,
.sixteen,
.sixteen,
.seventeen,
.eighteen,
.eighteen:after,
.nineteen,
.twenty,
.twenty .twenty1,
.twenty1,
.twenty2,
.twenty2,
.twenty3,
.twenty3,
.twenty4,
.twenty5 {
    box-shadow: 1px solid transparent;
}

/*.one:after, .one:before,.two:after, .two:before,.four:after,
.three:after,.three:before, .four:before,.five:after, .five:before,
.six:after, .six:before,.sevin:after, .sevin:before,.eight:after,
.eight:after,.nine:before, .nine:before,.ten:after, .ten:before,
.elevin:after, .elevin:before,.twelve:after, .twelve:before,.thrteen:after,
.thrteen:after,.forteen:before, .forteen:before,.fifteen:after, .fifteen:before,
.sixteen:after, .sixteen:before,.seventeen:after, .seventeen:before,.eighteen:after,
.eighteen:after,.nineteen:before, .nineteen:before,.twenty:after, .twenty:before,
.twenty1:after, .twenty1:before,.twenty2:after, .twenty2:before,.twenty3:after,
.twenty3:after,.twenty4:before, .twenty4:before{
  content: "";
}*/

.one:hover:after,
.two:hover:after,
.three:hover:after,
.four:hover:after,
.five:hover:after,
.six:hover:after,
.sevin:hover:after,
.eight:hover:after,
.nine:hover:after,
.ten:hover:after,
.elevin:hover:after,
.twelve:hover:after,
.thrteen:hover:after,
.forteen:hover:after,
.fifteen:hover:after,
.sixteen:hover:after,
.seventeen:hover:after,
.eighteen:hover:after,
.nineteen:hover:after,
.twenty:hover:after,
.twenty1:hover:after,
.twenty2:hover:after,
.twenty3:hover:after,
.twenty4:hover:after {
    right: -40px;
    -webkit-transition: right .4s, -webkit-transform 30s .2s linear;
    transition: right .4s, -webkit-transform 30s .2s linear;
    transition: right .4s, transform 30s .2s linear;
    transition: right .4s, transform 30s .2s linear, -webkit-transform 30s .2s linear;
}

.one:hover,
.two:hover,
.three:hover,
.four:hover,
.five:hover,
.six:hover,
.sevin:hover,
.eight:hover,
.nine:hover,
.ten:hover,
.elevin:hover,
.twelve:hover,
.thrteen:hover,
.forteen:hover,
.fifteen:hover,
.sixteen:hover,
.seventeen:hover,
.eighteen:hover,
.nineteen:hover,
.twenty:hover,
.twenty1:hover,
.twenty2:hover,
.twenty3:hover,
.twenty4:hover {
    background-position: center 30%;
    border-color: #FFF;
}

/*.one:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset,  0px 10px 20px rgba(0, 123, 255, 0.3);
}
.two:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(162, 153, 178, 0.3);
}
.three:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset,  0px 10px 20px rgba(232, 62, 140, 0.3);
}
.four:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(253, 126, 20, 0.3);
}
.five:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(32, 201, 151,0.3);
}
.six:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset,  0px 10px 20px rgba(108, 117, 125, 0.3);
}
.sevin:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(52, 58, 64, 0.3);
}

.eight:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(222, 57, 100, 0.3);
}
.nine:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(114, 87, 179, 0.3);
}
.ten:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset,  0px 10px 20px rgba(14, 162, 218, 0.3);
}
.elevin:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(131, 100, 255, 0.3);
}
.twelve:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset,  0px 10px 20px rgba(188, 170, 114, 0.3);
}
.thrteen:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(0, 3, 99, 0.3);
}
.forteen:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(146, 110, 152, 0.3);
}
.fifteen:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(7, 125, 253, 0.3);
}
.sixteen:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(192, 88, 218, 0.3);
}
.seventeen:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset,  0px 10px 20px rgba(53, 53, 53, 0.3);
}
.eighteen:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(220, 53, 69, 0.3);
}
.nineteen:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset,  0px 10px 20px rgba(119, 102, 107, 0.3);
}
.twenty:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(14, 98, 107, 0.3);
}
.twenty1:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(222, 57, 100, 0.3);
}
.twenty2:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset,  0px 10px 20px rgba(115, 68, 89, 0.3);
}
.twenty3:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(58, 142, 202, 0.3);
}
.twenty4:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 10px 20px rgba(111, 66, 193, 0.3);
}*/
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after .one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after,
.one:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.one:hover:before,
.two:hover:before,
.three:hover:before,
.four:hover:before,
.five:hover:before,
.six:hover:before,
.sevin:hover:before,
.eight:hover:before,
.nine:hover:before,
.ten:hover:before,
.elevin:hover:before,
.twelve:hover:before,
.thrteen:hover:before,
.forteen:hover:before,
.fifteen:hover:before,
.sixteen:hover:before,
.seventeen:hover:before,
.eighteen:hover:before,
.nineteen:hover:before,
.twenty:hover:before,
.twenty1:hover:before,
.twenty2:hover:before,
.twenty3:hover:before,
.twenty4:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.one:hover:after,
.two:hover:after,
.three:hover:after,
.four:hover:after,
.five:hover:after,
.six:hover:after,
.sevin:hover:after,
.eight:hover:after,
.nine:hover:after,
.ten:hover:after,
.elevin:hover:after,
.twelve:hover:after,
.thrteen:hover:after,
.forteen:hover:after,
.fifteen:hover:after,
.sixteen:hover:after,
.seventeen:hover:after,
.eighteen:hover:after,
.nineteen:hover:after,
.twenty:hover:after,
.twenty1:hover:after,
.twenty2:hover:after,
.twenty3:hover:after,
.twenty4:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.one:hover:before,
.two:hover:before,
.three:hover:before,
.four:hover:before,
.five:hover:before,
.six:hover:before,
.sevin:hover:before,
.eight:hover:before,
.nine:hover:before,
.ten:hover:before,
.elevin:hover:before,
.twelve:hover:before,
.thrteen:hover:before,
.forteen:hover:before,
.fifteen:hover:before,
.sixteen:hover:before,
.seventeen:hover:before,
.eighteen:hover:before,
.nineteen:hover:before,
.twenty:hover:before,
.twenty1:hover:before,
.twenty2:hover:before,
.twenty3:hover:before,
.twenty4:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.column-content {
    width: 100%;
}

.column-content h2 {
    font-size: 2.5em;
    color: #1b3e96;
}

.column-content .quote-badge {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
}

.column-content .quote-box {
    margin-top: 50px;
    border-radius: 4px;
    background-color: #f3f3f3;
    padding: 2em 1em;
    min-height: 150px;
    text-align: center;
    display: table;
    width: 100%;

}

.column-content .quote-text {
    font-size: 14px;
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
}

.column-content .quote-text .quotation-mark {
    margin-top: 10px;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 3em;

}

.column-content .quote-text .quotation-mark p {
    display: block;
}

.column-content .quote-text .quotation-mark small {
    font-size: 14px;
    display: block;
}

.column-content .quote-text .quotation-mark::before,
.column-content .quote-text .quotation-mark::after {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    color: #253764;
    font-size: 30px;
    line-height: 40px;
}

.column-content .quotation-mark::before {
    content: '\f1b2';
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    left: 0;
    top: 0;
}

.column-content .quotation-mark::after {
    content: '\f1b2';
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    right: 0;
    bottom: 40px;
}

.column-content .awards {
    width: 100%;
}

.column-content .awards .award-box {
    background: #FFF;
    position: relative;
    padding: 2em;
    overflow: hidden;
    min-height: 300px;
    display: table;
    width: 100%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
}

.column-content .awards .award-box>div {
    vertical-align: middle;
    display: table-cell
}

.column-content .awards .award-box::before {
    background: #253764;
    height: 10px;
    border-radius: 10px;
    content: '';
    position: absolute;
    width: 120px;
    left: 50%;
    top: -5px;
    transform: translatex(-50%);

}

.column-content .box-outer {
    background: #FFF;
    border: 1px solid #000;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
    min-height: 260px;
}

.column-content .box-minheight {
    min-height: 320px;
}

.column-content .box-outer span {
    display: block;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    border: 1px solid #75c1e6;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
}

.column-content .box-outer small {
    font-size: 14px;
    color: #949494;
    display: block;
    line-height: 1.5;
}

.column-content .box-outer b {
    line-height: 1.5;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}

.product-box a {
    font-size: 18px;
    text-decoration: none;
}

.product-box h3 {
    font-size: 1.2rem;
    position: absolute;
    bottom: 10px;
}

.contact-details {
    width: 100%;
}

.contact-details ul {
    display: block;
}


.feature-points {
    width: 100%;
    display: block;
}

.feature-points .strong {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    border: 4px double #535353;
    padding: 5px;
    display: inline-block;
}

.feature-points .states {
    margin: 0;
    padding: 4px;
    transition: .2s ease-in;
    display: table;
    width: 100%;
}

.feature-points .states a {
    color: #060606;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    display: block;
    line-height: 1.1;
    padding: 8px 28px 10px;
    height: 50px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    border: 4px double transparent;
    position: relative;
    background: #f5f5f5;
}

.feature-points .states a:hover {
    background: #FFF;
    box-shadow: 0 10px 10px rgba(163, 133, 45, 0.2);
    transform: scaleY(1.1);
    transition: left .5s ease-in;
    border-color: #ffc107;
    z-index: 2;
    padding: 8px 30px 10px;
    text-decoration: none;
    border-radius: 4px;
    border-color: #ffc107
}

.feature-points .states a::before {
    content: "\f1e5";
    position: absolute;
    left: 10px;
    top: 13px;
    color: #ffc107;
    font-family: "Material-Design-Iconic-Font";
    font-weight: normal;
    transform: rotate(90deg);
}

.feature-points h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    position: relative;
    padding: 10px;
    border: 4px double #ffc107;
    height: 40px;
}

.feature-points h6 span {
    background: #ffc107;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 18px;
    letter-spacing: 0.3em;
}

.feature-points h6 span:after {
    position: absolute;
    left: 100%;
    top: 12px;
    height: 3px;
    width: 40px;
    content: '';
    border-left: 6px solid #ffc107;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.feature-points h6:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 3px;
    width: 40px;
    content: '';
}

.feature-points ul {
    list-style-type: none;
    display: block;
    margin-left: 1em;
}

.feature-points ul li {
    margin: 0;
    padding: 2px;
    color: #000;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.feature-points ul li::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '\f301';
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    z-index: 1;
}

.feature-points ul li::after {
    position: absolute;
    left: -5px;
    top: 10px;
    height: 10px;
    width: 10px;
    content: '';
    border: 1px solid #1d1e1b;
    background: #ffb23e;
}

.contact-details ul li {
    list-style-type: none;
    border: 1px solid #e6e2e2;
    padding: 10px;
    border-radius: 3px;
    margin: 4px 2px;
    padding-left: 1.8em;
    position: relative;
    transition: .2s ease-in;
}

.contact-details ul li:hover {
    box-shadow: 0 10px 10px rgba(140, 140, 140, 0.2);
    transform: scale(1.1);
    transition: left .5s ease-in;
    background: #f3f3f3;
    border-color: #888888;
    z-index: 1;
}

.contact-details ul li a {
    color: #000;
    transition: all 0.3s ease-in;
}

.contact-details ul li a:hover {
    color: #ffc107;
}

.contact-details ul li.head-office {
    border: none;
    margin: 0;
    padding: 5px;
    padding-left: 20px;
}

.contact-details ul li.head-office:hover {
    background: transparent;
    transform: none;
    box-shadow: none;
}

.contact-details ul li.head-office i {
    top: 10px;
    left: 0;
}

.contact-details ul li i {
    position: absolute;
    left: 10px;
    top: 16px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.grid {
    position: relative;
    margin: 4px;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    max-height: 360px;
    background: #e6e6e6;
    text-align: center;
    cursor: pointer;
}

.grid figure h5 {
    color: #4c4c4c;
    padding: 0px;
    margin: 10px 0px;
    font-size: 14px;
    text-transform: uppercase;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
    width: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.grid figure p i {
    font-size: 1.5em;
    float: right;
    margin-top: 8px;
}

/* Individual effects */


/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-roxy h2 {
    padding: 30% 0 10px 0;
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, 0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
    text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}


figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
    background-color: #17819c;
}

figure.effect-ruby img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby h2 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 3em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
    background: #2e5d5a;
}

figure.effect-milo img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-milo:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
}

figure.effect-milo p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
    background: -webkit-linear-gradient(top, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
}

figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
    opacity: 0.4;
}

figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
    background: #42b078;
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 0.5em 1em;
    height: 2.75em;
    background: #ffc107;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 4.5em;
    padding: 1em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
    padding: 20% 0 20px 0;
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }

    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}



.content {
    margin: 0 auto;
    max-width: 1000px;
}

.content>h2 {
    clear: both;
    margin: 0;
    padding: 4em 1% 0;
    color: #484B54;
    font-weight: 800;
    font-size: 1.5em;
}

.content>h2:first-child {
    padding-top: 0em;
}

/* Header */
.codrops-header {
    margin: 0 auto;
    padding: 4em 1em;
    text-align: center;
}

.codrops-header h1 {
    margin: 0;
    font-weight: 800;
    font-size: 4em;
    line-height: 1.3;
}

.codrops-header h1 span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    color: #74777b;
    font-weight: 300;
    font-size: 45%;
}

/* Demo links */
.codrops-demos {
    clear: both;
    padding: 1em 0 0;
    text-align: center;
}

.content+.codrops-demos {
    padding-top: 5em;
}

.codrops-demos a {
    display: inline-block;
    margin: 0 5px;
    padding: 1em 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
    background: #3c414a;
    color: #fff;
}

/* To Navigation Style */
.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    letter-spacing: 1px;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Related demos */
.related {
    clear: both;
    padding: 6em 1em;
    font-size: 120%;
}

.related>a {
    display: inline-block;
    margin: 20px 10px;
    padding: 25px;
    border: 1px solid #4f7f90;
    text-align: center;
}

.related a:hover {
    border-color: #39545e;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: left;
}

/* #Media
================================================== */

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #FFF;
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

/* #Link to page
================================================== */


/*-----Rizwan css end------*/
.top_wrap {
    width: 100%;
    background: #2c2c2c;
}

.top_band {
    width: 100%;
    /* margin: 0 auto;
    height: 135px; 
    overflow: hidden;*/
}

.logo {
    float: left;
    /* margin: 10px 0px 0px 20px; 
     border: 0px;*/
}

.network {
    /*float: left; 
    width: 687px;
    margin: 0px 0px 0px 114px;
    padding: 16px 0px; */
    overflow: hidden;
    text-align: right;
}

.top_go {
    float: right;
    padding: 1px 5px;
    font-weight: 600;
    color: #ffffff;
    background: #313131;
    border-radius: 2px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.top_go:hover,
.top_go:focus {
    background: #ffc107;
    color: #313131;
}

.top_links {
    /*float:left;
	width:693px;
	margin:0px 0px 0px 108px;
	line-height:46px;
	font-size:15px;
	font-weight:bold;
	padding:16px 0px;
	text-transform:uppercase;*/
}

.top_links ul {
    list-style: none;
}

.top_links ul li {
    float: left;
    margin-left: 1px;
}

.top_links ul li a {
    padding: 8px 18px;
    color: #FFF;
    text-decoration: none;
}

.top_links ul li a:hover {
    background: #ffca08;
    color: #1e181a;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#active {
    background: #ffc107;
    color: #313131 !important;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 5px 15px !important;
}

.home_banner_wrap {
    width: 100%;
    overflow: hidden;
}

.home_banner {
    width: 100%;
    margin: 0 auto;
    padding: 18px 0px;
    height: 374px;
}

.banner {
    width: 100%;
    margin: 0 auto;
    padding: 18px 0px;
}

.banner img {
    padding: 6px;
    border: 1px solid #CCC;
    border-radius: 6px;
}

.news_update_wrap {
    width: 100%;
    overflow: hidden;
    height: 30px;
    background: url(../images/new-update-bg.jpg) center repeat-x;
}

.news_update {
    width: 954px;
    margin: 0 auto;
}

.news_head {
    float: left;
    padding: 6px 20px;
    background: #373737;
    color: #FFF;
    text-transform: uppercase;
}

.news_head a {
    color: #FFF;
    text-decoration: none;
}

.news_list {
    float: left;
    width: 738px;
    color: #FFF;
    font-size: 12px;
    padding: 8px 16px;
}

.news_list a {
    color: #FFF;
    text-decoration: none;
}

.news_list2 {
    float: left;
    color: #FFF;
    font-size: 16px;
    padding: 8px 16px;
}

.inner_left .news_list2 li a {
    color: #3D393A;
    text-decoration: none;
}

.inner_left .news_list2 li {
    background: url("../images/bullet-square.png") no-repeat scroll 0 8px transparent;
    margin: 0 0 4px;
    padding: 4px 0px 4px 20px
}

.inner_left .news_list2 li a:hover {
    color: #F00;
    text-decoration: none;
}

.mid_wrap {
    width: 100%;
    overflow: hidden;
}

.mid_content {
    /* width: 954px; */
    /* margin: 0 auto; */
    /* overflow: hidden; */
    width: 100%;
}

.home_left {
    /* float: left; */
    /* width: 684px; */
    line-height: 18px;
}

.home_right {
    /* float: left; 
    width: 240px; */
    /* margin-left: 30px; */
    width: 100%;
}

.home_left h1 {
    padding: 10px 0px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
}

.home_left h2 {
    padding: 6px 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}

.inner_left h3 {
    padding: 0px;
    /*font-size:20px;*/
}

.inner_left h4 {
    color: #313131;
    padding: 0px;
    margin: 10px 0px;
    font-size: 22px;
    /* text-transform: uppercase; 
    font-weight: normal; */
}

.inner_left h4 span {
    font-family: Arial, Helvetica, sans-serif;
    color: #3d393a;
    font-size: 11px;
    font-weight: bold;
}

.inner_left h5 {
    color: #151515;
    padding: 0px;
    margin: 10px 0px;
    font-size: 18px;
    text-transform: uppercase;
}

.inner_left ul {
    list-style: none outside none;
}

.home_left p {
    margin: 10px 0px;
}

.inner_left a {
    color: #007bff;
    text-decoration: none;
}

.home_right h1 {
    padding: 10px 0px;
    font-size: 24px;
    text-transform: uppercase;
}

.contact_inqiury h1 {
    border: 4px double #000;
    background: #ffc107;
    padding: 10px !important;
    position: relative;
}

.contact_inqiury h1 i {
    margin-right: 10px;
}

.contact_inqiury .form-control {
    display: block;
    width: 100%;
    height: calc(2.3em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact_inqiury textarea.form-control {
    height: auto
}

.contact_inqiury .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--yellow);
    outline: 0;
    box-shadow: 0 0 0 0.1rem var(--yellow);
}

.contact_inqiury .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-size: 12px;
}

.contact_inqiury .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-size: 12px;
}

.contact_inqiury .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-size: 12px;
}

.contact_inqiury .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-size: 12px;
}

.enq_frm {
    overflow: hidden;
}

.enq_txt_box {
    width: 208px;
    border: 1px solid #cacaca;
    margin-bottom: 5px;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.enq_btn_box {
    background: #c3151e;
    color: #FFF;
    font-size: 12px;
    padding: 4px 20px;
    border: 0px;
    float: right;
    margin-right: 24px;
    text-transform: uppercase;
}

.mid_content h1 {
    padding: 0px 0px;
    font-size: 24px;
    text-transform: uppercase;

}

.footer_wrap {
    width: 100%;
    background: url(../images/background/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.footer {
    width: 100%;
}

.footer p {
    color: #FFF;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    line-height: 25px;
}

.footer h3 {
    color: #FFF;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    font-size: 1.5em;
}

.footer h3::after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 30%;
    height: 1px;
    border-radius: 4px;
    background: white;
    content: '';

}

.footer h3::before {
    position: absolute;
    left: 0;
    margin-top: -1px;
    left: -1px;
    top: 100%;
    width: 10%;
    height: 3px;
    border-radius: 4px;
    background: #ffc107;
    content: '';
    z-index: 1;

}

.footer h4 {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.footer .brand-logo {
    width: 100px;
}

.footer .brand-logo img {
    width: 100%;
    display: block;
}

.footer .quick-cotact {
    width: 100%;
}

.footer .quick-cotact ul {
    display: block;
    list-style-type: none;
}

.footer .quick-cotact ul li {
    position: relative;
    padding-left: 1.5em;
    margin: 4px 0;
    color: #FFF;
    font-size: 14px;
}

.footer .quick-cotact ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #FFF;

}

.footer_link {
    color: #FFF;
    font-size: 12px;
    padding: 10px 0px;
}

.footer_link ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_link ul li {
    margin: 4px 0;
}

.footer_link ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

.footer_link ul li a:hover {
    color: #FFF;
}

.footer_link ul li:last-child {
    margin-top: 20px;
}

.footer_link ul li:last-child a {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2em;
    border: 4px double #ffc107;
    padding: 4px 10px;
    border-radius: 3px;
    display: block;
    text-align: center;
}

.footer_link ul li:last-child a:hover {
    background: #ffc107;
    color: #000;
}

.footer .star-ratting {
    width: auto;
    background: #FFF;
    display: block;
    padding: 0 10px;
    border-radius: 6px;
    width: 125px;
    position: absolute;
    top: -16px;
    right: 0;
    text-align: center;
}

.footer .star-ratting ul {
    display: block;
    list-style: none;
}

.footer .star-ratting ul li {
    display: inline-block;
    width: auto;
    color: #333;
    margin-left: 4px;
}

.footer .star-ratting ul li a:hover {
    color: #FFF;
}

.social-media,
.blog-post {
    width: 100%;
    display: block;
}

.social-media ul,
.blog-post ul {
    display: block;
    list-style-type: none;
}

.social-media ul li {
    display: inline-block;
    margin: 2px;
}

.social-media ul li:first-child {
    margin-left: 0;
}

.blog-post ul li {
    width: calc(33% - 2%);
    float: left;
    margin: 1%;
}

.social-media ul li a {
    display: inline-block;
    /* border: 1px solid #FFF; */
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    background: #ffc107;
    border-radius: 2px;
    color: #333;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.social-media ul li a:hover {
    background: #FFF;
    color: #333;
}

.copy_right {
    margin: 40px 0px 0px 0px;
    color: #8f8f8f;
    font-size: 12px;
    background: #e2e2e2;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

a.blantershow-chat {
    background: #2cb777;
    color: #FFF !important;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 997;
    bottom: 4em;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
}


.siteby {
    float: right;
}

.siteby a {
    color: #8f8f8f;
    text-decoration: none;
}

.siteby img {
    float: right;
    margin: 4px 0px 0px 4px;
}

.inner_left {
    width: 100%;
    /*float: left; 
    width: 653px;
    line-height: 18px;
    padding: 0px 30px 0px 0px;
    border-right: 1px dashed #CCC;*/
}

.inner_left h1 {
    padding: 0px 0px 0px 0px;
    font-size: 24px;
    /* line-height: normal;
    text-align: left; 
    text-transform: uppercase; 
    font-weight: normal;*/
}

.inner_left h2 {
    padding: 6px 0px;
    font-size: 18px;
    text-transform: uppercase;
}

.inner_left p {
    margin: 10px 0px;
}

.ddl_network {
    width: calc(100% - 42px);
    height: 28px;
    background: #fbfbfb;
    border: 2px solid #ffc107;
    margin: 0px 10px 0px 0px;
    color: #777575;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
}

.ddl_network option {
    padding: 2px 4px;
}

/* for left right scroll of Product Range */
.home_prod_wrap {
    width: 692px;
    overflow: hidden;
    line-height: 18px;
    text-align: justify;
    color: #3D393A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.home_prod {
    width: 618px;
    height: 145px;
    border: 1px solid #dddbdc;
    background: url(../images/home-prod-bg.jpg) bottom repeat-x;
    padding: 20px 16px;
    overflow: hidden;
}

.home_prod img {
    float: left;
    border: 1px solid #30382d;
    margin-right: 10px;
}

.home_prod h2 {
    font-weight: normal;
    font-size: 16px;
    color: #ca0607;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

.home_prod a {
    color: #ca0607;
    text-decoration: none;
}

.home_prod a:hover {
    text-decoration: underline;
}

#slider3 {
    overflow: hidden;
    padding: 0 0 10px;
    z-index: 2;
    width: 652px;
}

#slider3 .viewport {
    overflow: hidden;
    width: 652px;
    margin-left: 0px;
    height: 187px;
    position: relative;
}

#slider3 .next {
    background: url("../images/icons.png") no-repeat scroll 0 -11px transparent;
    position: relative;
    float: right;
    z-index: 800;
    text-indent: -999em;
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: block;
    top: 180px;
    right: 10px;
}

#slider3 .prev {
    background: url("../images/icons.png") no-repeat scroll 0 -48px transparent;
    position: relative;
    z-index: 800;
    float: right;
    text-indent: -999em;
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: block;
    right: 50px;
    top: 180px;
}

#slider3 .disable {
    visibility: hidden;
}

#slider3 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    top: 0px;
    margin: 0;
    left: 0px;
}

#slider3 .overview li {
    float: left;
}

/* for left right scroll of Product Range  - ends here */
.list_arr {
    list-style: none;
    padding: 0px;
}

.list_arr li {
    margin: 0;
    padding: 5px 5px 5px 0px;
    /* background: url(../images/arrow-right.png) 0px 4px no-repeat !important; */
    border-bottom: 1px solid #e6e5e5;
    transition: .2s ease-in;
    display: table;
    width: 100%;
}

.list_arr li:last-child {
    border-bottom: transparent;
}

.list_arr li ul {
    list-style: none;
    padding: 10px 0px 10px 20px;
}

.list_arr li ul li {
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 20px;
    background: url(../images/bullet-square.png) 0px 4px no-repeat !important;
}

.list_arr a {
    color: #060606;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    display: block;
    line-height: 1.1;
    padding: 8px 0;
    height: 50px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    border-radius: 4px;
}

.list_arr li a:hover,
.list_arr li a.active {
    background: #ffc107;
    box-shadow: 0 10px 10px rgb(140 140 140 / 20%);
    transform: scale(1.1);
    transition: left .5s ease-in;
    border-color: #ffc107;
    z-index: 1;
    padding: 8px 10px;
    text-decoration: none;
}

.enquiry {
    width: 100%;
    /*padding:20px;
	border-radius:10px;
	-mx-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px dashed #CCCCCC;*/
}

.enquiry_txt {
    padding: 4px 4px;
    color: #333;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-group label {
    display: inline-block;
    margin-bottom: .2rem;
    font-size: 14px;
}

.enquiry table tr td {
    padding: 4px 0px;
}

.enquiry_btn {
    background: none repeat scroll 0 0 #ffc107;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 24px;
    margin-top: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.enquiry_btn:hover {
    background: #313131;
}

.red {
    color: #F00;
}

.img_left {
    float: left;
    margin: 0px 20px 0px 0px;
}

.img_right {

    /* float: right;
    margin: 0px 0px 0px 20px;
     padding: 4px;
    text-align: right; */
    width: 100%;
}

.inner_left .right_arr {

    padding: 0px 20px 0px 0px;
    /*float:left;
	background:url(../images/arrow-right.png) right 4px no-repeat; */
}

.inner_left .left_arr {
    padding: 0px 0px 0px 20px;
    background: url(../images/arrow-left.png) 0px 4px no-repeat;
}

.inner_left .img_right h4 {
    background: url(../images/arrow-up.png) top center no-repeat;
    color: #235394;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

.inner_left .img_right h4 span {
    font-family: Arial, Helvetica, sans-serif;
    color: #3d393a;
    font-size: 12px;
    font-weight: bold;
}

.wrap {
    overflow: hidden;
}

#transparent .three,
#transparent .two {
    background: #FFF;
    text-shadow: none !important;
    padding: 0;

}

#transparent .three:hover,
#transparent .two:hover {
    /*box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2) inset, 0px 10px 20px rgba(0, 0, 0, 0.2) !important;*/
    box-shadow: none;
}

#transparent .two:after,
#transparent .three:after {
    display: none !important;
}

#transparent .three img {
    width: auto;
}

.three {
    width: 100%;
}

.two_three {
    width: 415px;
    float: left;
    margin-right: 15px;
}

.two {
    width: 100%;
}

.round_border {
    padding: 0px 8px 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

.float_right {
    width: 160px;
    float: right;
}

.float_right_only {
    float: right;
}

.four {
    width: 100%;
}

.txt_cen {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.inner_left .right_arr2 {
    padding: 0px 20px 0px 0px;
    background: url(../images/arrow-right.png) right 4px no-repeat;
}

.inner_left .up_arr {
    padding: 20px 0px 0px 0px;
    background: url(../images/arrow-up.png) top center no-repeat !important;
}

.red {
    color: #c3151e;
    font-size: 12px;
    border: 0px;
    float: right;
    margin-right: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.cert {
    list-style: none !important;
}

.inner_left .cert li {
    margin: 0px;
    padding: 0px;
    background: none;
    float: left;
    margin-right: 10px;
}

.inner_left .cert li a {}

.inner_left .cert li img {
    padding: 2px;
    border: 1px dashed #CCCCCC;
}


@media (min-width: 1200px) {
    .max-container {
        max-width: 1300px;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .slider_curve h2 {
        font-size: 2em;
    }

    .slider_curve h3 {
        font-size: 1.5em;
        font-weight: 500;
        color: #FFF;
    }
}

@media only screen and (max-width: 767px) {
    .slider_curve .img_boxslider {
        width: 21%;
        margin: 0 auto;
    }

    .about-us {
        width: 100%;
        margin: 0;
        padding: 20px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .header .top-header .list_contact ul li a {
        font-size: 14px;
    }

    .start-header .logo_text {
        font-size: 0.7em;
    }

    .slider_curve .img_boxslider {
        width: 132px;
        margin: 0 auto;
    }

    .slider_curve h2 {
        font-size: 1.5em;
    }

    .slider_curve h3 {
        font-size: 1.2em;
        font-weight: 500;
    }

    .about-us {
        width: 100%;
        margin: 0;
        padding: 20px 20px;
    }

    h3.hny-title,
    h3.hny-title.two {
        font-size: 32px;
    }
}

/*Design By Rizwan Khan from VCQRU*/
