* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    list-style: none;
}

body {
    font-family: "Raleway", sans-serif !important;
    position: relative;
    z-index: -1;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none !important;
}

a:focus,
a:hover {
    outline: none !important;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}

p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.pr40 {
    padding-right: 40px;
}

.pl40 {
    padding-left: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

.width_auto {
    width: auto !important;
}

.common-hr {
    background: #dcdcdc;
    margin-top: 70px;
    margin-bottom: 0;
}

.shape-overlays__path:nth-of-type(2) {
    fill: #373435 !important;
}

.shape-overlays__path:nth-of-type(1) {
    fill: #ca3438 !important;
}

.common_btn {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #707070;
    color: #707070;
    border-radius: 26px;
    padding: 6px 20px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-transform: uppercase;
    -webkit-perspective: 58px;
    perspective: 58px;
}

.common_btn:hover {
    color: #fff;
    border-color: transparent;
}

.common_btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background: #fe3605 !important;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: -1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    bottom: 0;
    margin: auto;
}

.common_btn:hover:after {
    height: 100%;
}

.common-section {
    position: relative;
    padding-top: 70px;
}

.common-heading {
    font-size: 60px;
    font-weight: 300;
    color: #000;
}

.subtitle,
.main-title {
    font-size: 30px;
    font-weight: 400;
    color: #000;
}

.subtitle:after,
.main-title:after {
    content: "";
    display: block;
    width: 116px;
    height: 2px;
    margin: 40px 0 0px 0;
    background: #ca3438;
}

.main-title {
    font-size: 60px;
}

.main-title:after {
    margin: 20px 0 0px 0;
}

.sub-subtitle {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.pl25 {
    padding-left: 25px;
}

.global-menu__wrap {
    text-align: center !Important;
}

.global-menu__item {
    color: #fff !important;
    font-size: 30px !important;
}


/* header */

.header {
    top: -200px;
    padding: 10px 0 !important;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.36);

    position: fixed !important;
    width: 100%;
    z-index: 13;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;

}

.shrink {
    top: 0;
   
   
}

.logo canvas {
    max-width: 120px;
    -webkit-transition: 0.2s linear all;
    transition: 0.2s linear all;
}

.logo {
    float: left;
}
.logo-other{
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%;
    padding-top: 30px;
}
.navigation {
    float: right;
    cursor: pointer;
    margin-top: 30px;
}

.navigation_menues {
    position: fixed;
    width: 320px;
    top: 0;
    height: 100%;
    right: -100%;
    background: rgb(255, 255, 255);
    z-index: 5;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
    padding: 40px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.navigation_menues.active {
    right: 0;
}

.navigation_menues ul {
    margin-bottom: 0;
    margin-top: 50px;
}



.navigation_menues ul li a {
    display: block;
    border-bottom: 1px solid #dadada;
    color: #484848;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.navigation_menues ul li:last-child a {
    border: 0;
}

.black_layesr {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.close_menu {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fe3605;
}

.hamburger {
    background: url(../images/menu-icon.png);
    width: 40px;
    height: 40px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.hamburger.is-opened-navi {
    background-position: bottom;
}

.logo-navi-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation ul li {
    display: inline-block;
}

.navigation ul li a {
    margin-right: 50px;
    font-size: 18px;
    color: #373435;
    font-weight: 500;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.navigation ul li a:hover {
    color: #ca3438;
}

.navigation ul li:nth-last-child(1) a {
    margin-right: 0;
}


/* banner */

.homeslider .home_item {
    position: relative;
}

.home_item_content {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 100%;
}

.home_item_content h4 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 5px;
}

.home_item_content p {
    font-size: 24px;
    font-weight: 300;
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.owl-dot span {
    display: block;
    width: 70px;
    height: 2px;
    background: #d0d0d0;
    margin: 0 5px;
}

.owl-dot.active span {
    background: #ca3438;
}

.about-section {
    -webkit-box-shadow: inset 0 2px 0px 2px #e5e5e5;
    box-shadow: inset 0 2px 0px 2px #e5e5e5;
}


/* our-division */

.our-division-inner {
    margin-top: 50px;
}

.our-division-inner .our-division-content {
    text-align: center;
    color: #373435;
  
}

.our-division-inner .our-division-content h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
}

.our-division-inner .our-division-content p {
    font-size: 12px;
}

.common-button {
    display: block;
    border: 1px solid #cacaca;
    width: 110px;
    font-size: 12px;
    margin: auto auto 0;
    color: #6b6b6b;
    text-align: center;
    padding: 7px 0;
    border-radius: 40px;
    background: transparent;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.common-button:hover {
    background: #ca3438;
    border-color: transparent;
    color: #fff;
}

.our-division-img img {
    border-radius: 7px;
    width: 100%;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.our-division-img {
    position: relative;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    overflow: hidden;
    border-radius: 10px;

}
/* 
.our-division-img::before {
    content: "";
    display: block;
    top: 10%;
    bottom: 10%;
    position: absolute;
    left: 0;
    right: 0;
    width: 85%;
    border-top: 1px solid rgba(231, 239, 250, 0.61);
    border-bottom: 1px solid rgba(231, 239, 250, 0.61);
    border-left: 1px solid rgba(231, 239, 250, 0.61);
    border-right: 1px solid rgba(231, 239, 250, 0.61);
    border-radius: 7px;
    margin: auto;
    height: 85%;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    z-index: 1;
} */

.our-division-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.our-division-img:hover::before {
    border-color: #ca3438;
}


/* global-reach */

.global-reach {
    position: relative;
}

.global-reach-content {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
}

.global-reach-content .common-heading,
.global-reach-content p {
    color: #fff;
}

.global-reach-content p {
    font-size: 16px;
}


/* home-wavelength-product */

.home-wavelength-product {
    background: url(../images/our-product-bg.png) no-repeat;
    background-size: cover;
    margin-top: 70px;
}

.home-wavelength-product-inner {
    margin-top: 70px;
}

.home-wavelength-product-inner-content .subtitle {
    font-size: 22px;
    color: #000;
    margin: 30px 0 0;
}

.home-wavelength-product-inner-content .subtitle::after {
    display: none;
}

.home-wavelength-product-inner-content {
    padding-bottom: 70px;
}

.home-wavelength-product-inner-content ul li {
    display: block;
    font-size: 12px;
    color: #373435;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.home-wavelength-product-inner-content ul li:nth-last-of-type(1) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.wavelenth-home-map {
    padding-top: 0;
    margin-top: -16px;
}


/* footer */

footer {
    padding-top: 50px;
    padding-bottom: 10px;
}

.footer-inner p {
    font-size: 14px;
    font-weight: 600;
    color: #373435;
    margin-bottom: 20px;
}

.footer-inner span,
.footer-cont a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #373435;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;

}
.footer-cont a{
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.footer-cont a:last-child{
    margin-bottom: 0px;
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
}



.footer-inner a:hover {
    color: #ca3438;
}

footer .social-icons ul li {
    float: left;
    margin-right: 10px;
}

footer .social-icons ul li:nth-last-child(1) {
    margin-right: 0;
}
.copyright p{
    float: left;
    font-size: 12px;
}
.copyright{
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 30px;
}
footer .social-icons {
  float: right;

}


footer .social-icons ul li a {
    background: url(../images/social-icons.png) no-repeat center center;
    width: 22px;
    height: 23px;
    background-position: top;
    display: block;
    cursor: pointer;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

footer .social-icons ul li a:nth-last-of-type(1) {
    margin-right: 0;
}

footer .social-icons ul li:nth-child(1) a {
    background-position: -75px 0;
}

footer .social-icons ul li:nth-child(2) a {
    background-position: -109px 0px;
}

footer .social-icons ul li:nth-child(3) a {
    background-position: -37px 0;
}

footer .social-icons ul li:nth-child(4) a {
    background-position: 0 0;
}

footer .social-icons ul li:hover a {
    background-position-y: bottom !Important;
}


/* products */

.inner_listing li {
    list-style: circle;
    margin-left: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.inner_listing li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.contact-address i {
    margin-right: 5px;
    color: #ca3438;
    width: 15px;
}

.contact-address p a {
    color: #000;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.contact-address p a:hover {
    color: #ca3438;
}