* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 0;
    position: relative;
    font-weight: normal;
}

.lg-fnt {
    font-size: 80px;
}

a:hover {
    text-decoration: none;
}

.margin-space {
    margin: 70px 0px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-40 {
    margin-top: 40px;
}

.clr-grey {
    color: #555;
}

.clr-black {
    color: #000;
}

.clr-blue {
    color: #104095;
}

.clr-red {
    color: #d72815;
}

.clr-white {
    color: #fff;
}

.heading-ft-sz {
    font-size: 40px;
}

.fnt-weight {
    font-weight: 600;
}

.row-flex {
    display: flex;
}

.col-center {
    margin: 0 auto;
}


/** -- NAVBAR -- **/

.navbar {
    transition-duration: 0.6s;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
    color: #183532;
}


/* jQuery Styles
===================================*/

.navbar-scroll {
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition-duration: 0.6s;
}

.scroll-nav {
    display: none;
}

.navbar-scroll ul li .btn {
    border-color: #000 !important;
    border-radius: 50px;
    color: #000 !important;
}

.navbar-scroll .scroll-nav {
    display: block !important;
}

.navbar-scroll .scroll-nav-hide {
    display: none !important;
}


/* animated fadeInDown */

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

.head-logo {
    width: 54%;
}

.navbar-scroll .head-logo {
    width: 35%;
}

.head-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.head-menu ul li {
    display: inline-block;
    position: relative;
}

.navbar-expand-lg .head-menu .navbar-nav .nav-link {
    padding: 28px 25px;
    font-size: 18px;
    color: #000;
}

.navbar-expand-lg .head-menu .navbar-nav .nav-link:hover {
    color: #d72815;
}

.navbar-expand-lg .head-menu .navbar-nav .nav-link.active {
    color: #d72815;
}

.navbar-scroll .head-menu .navbar-nav .nav-link {
    padding: 20px 25px;
}

.head-menu ul li a {
    color: #141414;
    font-weight: 700;
    display: block;
    font-size: 16px;
}


/* .nav-bg-light {
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    transition-duration: 0.6s;
} */

ul.right-menu li a {
    font-family: 'Roboto', sans-serif;
}

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

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

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

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

.nav-bg-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;
}

.main-dec {
    color: #000;
    letter-spacing: 1.5px;
}


/** -- /NAVBAR -- **/


/** -- Main Banner -- **/

.main-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.banner-pd {
    padding: 110px 0px;
}

.banner-title {
    font-weight: 700;
}

.lg-fnt-sz {
    font-size: 50px;
}

.left-side-dec {
    max-width: 400px;
    font-size: 18px;
}

.link-btn a {
    background-color: #e53a1c !important;
    padding: 20px 60px;
    color: #ffffff;
    line-height: 1;
    border: 0px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}


/* .right-side-content {
    background: #104095;
    padding: 30px;
    border-radius: 26px;
    position: relative;
    box-shadow: 0px 0px 8px 0px #1584ed;
} */

.right-side-content_1 {
    background: #104095;
    padding: 30px;
    border-radius: 26px;
    position: relative;
    box-shadow: 0px 0px 8px 0px #1584ed;
}

.lf-content {
    display: table;
    height: 550px;
}

.left-side-content {
    display: table-cell;
    vertical-align: middle;
}

.banner-img {
    border-radius: 10px;
}

.banner-img>img {
    border-radius: 10px;
}

.ipd-btn {
    position: absolute;
    z-index: 5;
    right: -10px;
    top: 50%;
    /* bottom: 0; */
    transform: translate(-50%, -50%);
}

.slider-dots {
    position: relative;
}

.slider-dots .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.slider-dots .owl-dots .owl-dot.active span,
.slider-dots .owl-dots .owl-dot:hover span {
    background: #104095 !important;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px 0px #1584ed;
}

.heading-bg-logo {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.3;
    top: -6px;
}


/** -- /Main Banner -- **/


/** -- Prevent -- **/

.prevent-box {
    border: 2px solid #909090;
    padding: 15px;
    border-radius: 5px;
    display: block;
}

.prevent-box:hover {
    border: 2px solid #104095;
    box-shadow: 0px 0px 2px 0px #1584ed;
}

.corona-img {
    position: absolute;
    left: 25%;
    top: 45px;
    z-index: -1;
    opacity: 0.4;
}

.corona-img_1 {
    position: absolute;
    right: 26%;
    top: 76px;
    z-index: -1;
    opacity: 0.4;
}

.img-rotate {
    animation: rotation 10s infinite ease-in-out;
}

.img-rotate_1 {
    animation: rotation 5s infinite ease-in-out;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}


/** -- /Prevent -- **/


/** -- Safe Product -- **/

.slider-icons .owl-nav .owl-prev,
.slider-icons .owl-nav .owl-next {
    background: #104095 !important;
    width: 40px;
    height: 40px;
    color: #fff !important;
    font-size: 22px !important;
}

.slider-icons .owl-nav .owl-prev,
.slider-icons .owl-nav .owl-next {
    background: #104095 !important;
    width: 40px;
    height: 40px;
    color: #fff !important;
    font-size: 22px !important;
}

.slider-icons .owl-nav.disabled {
    display: block !important
}


/** -- /Safe Product -- **/


/** -- /AD Post -- **/

.ad-post {
    background: url(../images/about-bg-index.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 250px 0px;
}

.about-text-_1 {
    font-size: 30px;
}

.abt-btn {
    margin-top: 35px;
}

.abt-btn a {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 30px;
    border-radius: 5px;
}

.abt-btn a:hover {
    color: #104095;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(255, 255, 255, 0.5), 0 2px 4px 0 rgba(199, 199, 199, 0.5) !important;
}


/** -- /AD Post -- **/


/** -- ABout US Page -- **/

#breadcumb-section {
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 190px;
}

#breadcumb-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #21409a;
    z-index: -1;
    opacity: .7;
    content: "";
}

.breadcumb-menu {
    display: flex;
    flex-wrap: wrap;
}

.breadcumb-menu li {
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 0;
}

.breadcumb-menu li a {
    color: #fff;
}

.breadcumb-menu li a:hover {
    color: #d72815;
}

.breadcumb-menu li:last-child::before {
    content: "\f105";
    margin: 0px 5px;
    font-family: 'fontawesome';
}

.text-zoom {
    display: inline-block;
    animation: zoomIn;
    animation-duration: 1.8s;
}

.main-text {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 35px;
    color: #000;
    border: 2px solid #154f8e;
    border-style: dotted;
}

.right-side-dec {
    margin-top: 35px;
}

ul.about-dec-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px;
}

ul.about-dec-menu li {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
}

ul.about-dec-menu li::before {
    content: "\f00c";
    font-family: 'fontawesome';
    line-height: 0;
    margin-right: 15px;
    color: #d72815;
}

.left-side-img img {
    max-width: 100%;
}


/** TIMELINE **/

.timeline-about {
    overflow: hidden;
    position: relative;
    padding: 60px 0;
}

.timeline-about:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #cfcdcd;
    position: absolute;
    top: 0;
    left: 50%;
}

.timeline-about .timeline {
    width: 50%;
    clear: both;
    position: relative;
}

.timeline-about .timeline:before,
.timeline-about .timeline:after {
    content: "";
    display: block;
    clear: both;
}

.timeline-about .timeline:first-child:before,
.timeline-about .timeline:last-child:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #cfcdcd;
    box-sizing: content-box;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #cfcdcd;
    position: absolute;
    top: -54px;
    right: -11px;
    transform: rotate(45deg);
}

.timeline-about .timeline:last-child:before {
    top: auto;
    bottom: -54px;
}

.timeline-about .timeline:last-child:nth-child(even):before {
    right: auto;
    left: -11px;
}

.timeline-about .timeline-icon {
    width: 24px;
    height: 24px;
    background: #104095;
    border: 1px solid #cfcdcd;
    position: absolute;
    top: 17px;
    right: -13px;
    z-index: 1;
    transform: rotate(45deg);
}

.timeline-about .timeline-icon:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease 0s;
}

.timeline-about .timeline:hover .timeline-icon:before {
    background: #104095;
}

.timeline-about .timeline-content {
    width: 85%;
    padding: 18px 30px;
    background: #fff;
    text-align: right;
    float: left;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.3s ease 0s;
}

.timeline-about .timeline:hover .timeline-content {
    border: 1px solid #cfcdcd;
}

.timeline-about .timeline-content:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #cfcdcd;
    position: absolute;
    top: 21px;
    right: -7.3px;
    transform: rotate(45deg);
    transition: all 0.2s ease 0s;
}

.timeline-about .timeline:hover .timeline-content:before {
    background: #104095;
    border-color: #104095;
}

.timeline-about .timeline-content:after {
    content: "";
    width: 11%;
    height: 1px;
    background: #cfcdcd;
    position: absolute;
    top: 28px;
    right: -14%;
}

.timeline-about .date {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #104095;
    margin: -12px 0 8px;
    transition: all 0.3s ease 0s;
}

.timeline-about .timeline:hover .date {
    color: #444;
}

.timeline-about .title {
    font-size: 18px;
    color: #444;
    margin-top: 0;
    transition: all 0.3s ease 0s;
}

.timeline-about .timeline:hover .title {
    color: #104095;
}

.timeline-about .description {
    font-size: 16px;
    color: #777;
    line-height: 28px;
    margin-top: 8px;
    font-weight: 600;
}

.timeline-about .timeline:nth-child(2n),
.timeline-about .timeline:nth-child(2n) .timeline-content {
    float: right;
    text-align: left;
}

.timeline-about .timeline:nth-child(2n) .timeline-icon {
    right: 0;
    left: -12px;
}

.timeline-about .timeline:nth-child(2n) .timeline-content:before {
    left: -7.3px;
}

.timeline-about .timeline:nth-child(2n) .timeline-content:after {
    left: -14%;
}


/** -- /ABout US Page -- **/


/** -- Product  Page -- **/

.main-pro .item .product-box .product-img img {
    border-radius: 5px;
}

.img-bounce {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
    0% {
        top: 10px;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 10px;
    }
}

@keyframes animation-jump {
    0% {
        top: 10px;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 10px;
    }
}

.img-pos {
    position: relative;
}

.corona-img_2 {
    position: absolute;
    left: 3%;
    top: 15px;
    z-index: -1;
    opacity: 0.4;
}

.corona-img_3 {
    position: absolute;
    right: 8%;
    bottom: 15px;
    z-index: -1;
    opacity: 0.4;
}

.pg-dec {
    margin-top: 10px;
}

.pg-img img {
    width: 100%;
    transition: 300ms;
    overflow: hidden;
}

.pg-img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.drop-height {
    width: 500px;
    left: -170px;
}

#query {
    background: #3c71d1;
    padding: 75px 0px;
}

.query-btn {
    margin-top: 45px;
}

.query-btn a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 35px;
    border-radius: 5px;
}

.description_1 {
    font-size: 16px;
    color: #777;
    line-height: 28px;
    margin-top: 8px;
    font-weight: 600;
}


/** -- /Product  Page -- **/


/** -- Contact Page -- **/

.form-contact label {
    font-weight: 600;
    margin-bottom: 15px;
}

.form-contact input {
    padding: 25px 15px;
}

.form-contact input:focus {
    border-color: #104095;
    box-shadow: 0 0 0 .2rem rgba(8, 125, 195, 0.5);
}

.btn-orange {
    background-color: #e53a1c !important;
    padding: 20px 60px;
    color: #ffffff;
    line-height: 1;
    border: 0px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}

.btn-orange:hover {
    color: #fff;
}

.contact-detail {
    background: #3c71d1;
    padding: 75px 0px;
}

.contact-icon i {
    font-size: 55px;
    padding-bottom: 20px;
    color: #fff;
}

.contact-dec span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.contact-dec span a:hover {
    color: #fff;
}


/** -- /Contact Page -- **/


/** -- Footer  -- **/

.footer-bg {
    background: #104095;
    padding: 25px 5px;
}

.footer-link:hover {
    text-decoration: underline;
    color: #fff;
}


/** -- /Footer  -- **/


/** -- Media Iphone  -- **/

@media (min-width: 320px) and (max-width: 767px) {
    .head-menu {
        width: 100%;
    }
    .drop-height {
        width: 100%;
    }
    .main-banner {
        background-size: cover;
    }
    .link-btn {
        margin-top: 40px !important;
    }
    .nav-bg-light {
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
        transition-duration: 0.6s;
    }
    .navbar-expand-lg .head-menu .navbar-nav .nav-link {
        padding: 20px 25px;
    }
    .margin-space {
        margin: 40px 0px;
    }
    .mt-40 {
        margin-top: 20px;
    }
    .xs-ft {
        font-size: 20px;
    }
    .heading-ft-sz {
        font-size: 20px;
    }
    .heading-bg-logo {
        top: -20px;
    }
    /* .main-banner {
        margin-top: 60px;
    } */
    .xs-mb {
        margin-bottom: 25px;
    }
    .lg-fnt-sz {
        font-size: 25px;
    }
    .lf-content {
        display: table;
        height: auto;
    }
    .text-xs-center {
        text-align: center;
    }
    .lg-fnt {
        font-size: 35px;
    }
    /* .ad-post {
        background-position: 74% top;
    } */
    .ad-post {
        padding: 60px 0px;
    }
    .xs-col {
        width: 50%;
    }
    .xs-mt-40 {
        margin-top: 40px;
    }
    .right-side-content img {
        max-width: 100%;
        height: auto;
    }
    /** ABOUT_US **/
    #breadcumb-section {
        margin-top: 70px;
    }
    .right-side-dec h2 {
        font-size: 20px;
    }
    /** TIMELINE **/
    .timeline-about {
        padding-left: 20px;
    }
    .timeline-about:before {
        left: 20px;
    }
    .timeline-about .timeline {
        width: 100%;
    }
    .timeline-about .timeline,
    .timeline-about .timeline-content {
        float: right;
        text-align: left;
    }
    .timeline-about .timeline:first-child:before,
    .timeline-about .timeline:last-child:nth-child(odd):before {
        right: auto;
        left: -11px;
    }
    .timeline-about .timeline-icon {
        right: 0;
        left: -12px;
    }
    .timeline-about .timeline-content:before {
        left: -7.3px;
    }
    .timeline-about .timeline-content:after {
        left: -14%;
    }
    /** /ABOUT_US **/
    /** /Product **/
    .main-pro {
        padding: 0px 20px;
    }
    .border-right {
        border-right: none;
    }
    .contact-icon i {
        font-size: 35px;
    }
    .contact-dec span {
        font-size: 18px;
    }
    .border-right {
        border-right: none !important;
    }
    .abt-dec-text h3 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .abt-dec-text h1 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .about-text-_1 {
        font-size: 20px;
    }
}


/** -- /Media Iphone  -- **/


/** -- Media Ipad  -- **/

@media (min-width:768px) and (max-width:992px) {
    .head-menu {
        width: 100%;
    }
    .drop-height {
        width: 100%;
    }
    .main-banner {
        background-size: cover;
    }
    .nav-bg-light {
        background: #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
        transition-duration: 0.6s;
    }
    .navbar {
        background: #fff;
    }
    .navbar-expand-lg .head-menu .navbar-nav .nav-link {
        padding: 20px 25px;
    }
    .right-side-content img {
        max-width: 100%;
        vertical-align: middle;
        height: auto;
    }
    /* .main-banner {
        margin-top: 80px;
    } */
    .lg-fnt-sz {
        font-size: 40px;
    }
    .lf-content {
        height: 339px;
    }
    /* .ad-post {
        background-position: 70% center;
    } */
    /** ABOUT_US **/
    #breadcumb-section {
        margin-top: 70px;
    }
    /** /ABOUT_US **/
}


/** -- /Media Ipad  -- **/