body{overflow-x:hidden;}
       
        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }
        
        body {
            padding: 0;
            margin: 0 auto;
            box-sizing: border-box;
            background-color: #fff;
            font-family: 'Ubuntu', sans-serif;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: 'Ubuntu', sans-serif;
            margin-bottom: 0;
            position: relative;
            font-weight: normal;
        }
        
        img {
            max-width: 100%;
            height: auto;
            vertical-align: middle;
        }
        
        .btn-link:hover {
            text-decoration: none;
        }
        
        .btn-link.focus,
        .btn-link:focus {
            text-decoration: none;
        }
        
        .btn.focus,
        .btn:focus {
            outline: 0;
            box-shadow: none;
        }
        
        p {
            margin: 0;
        }
        
        .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;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .mt-40_1 {
            margin-top: 60px;
        }
        
        .mb-40_1 {
            margin-bottom: 70px;
        }
        
        .title h1 {
            position: relative;
            font-size: 25px;
        }
        /**  TOP_BAR **/
        
        #top-bar {
            position: relative;
            z-index: 1;
        }
        
        .top-header {
            background: #fff;
            padding: 15px 5px 15px;
        }
        
        .left-header label {
            margin-bottom: 0;
            margin-right: 20px;
            font-size: 13px;
            display: block;
            float: left;
            margin-top: 3px;
        }
        
        .follow_link li:first-child {
            margin-left: 0;
        }
        
        .follow_link li {
            display: inline-block;
            margin-left: 16px;
        }
        
        .follow_link li a {
            color: #333;
            font-size: 14px;
        }
        
        .follow_link li a:hover {
            color: #dd4036;
            font-size: 14px;
        }
        
        .right-header {
            text-align: right;
        }
        
        .contact li:first-child {
            margin-left: 0px;
        }
        
        .contact li {
            display: inline-block;
            margin-left: 15px;
        }
        
        .contact li a {
            color: #333;
            font-weight: 500;
            font-size:14px;
        }
        /** / TOP_BAR **/
        /** -- NAVBAR -- **/
        
        .nav-position {
            position: relative;
        }
        
        .navbar {
            transition-duration: 0.6s;
            background-color: #dd4036;
            padding: 0px;
        }
        
        .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;
            position: fixed !important;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
        }
        
        .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 */
        
        .navbar-expand-lg .head-menu .navbar-nav .nav-item {
            display: inline-block;
            position: relative;
            padding-right: 70px;
        }
        
        .navbar-expand-lg .head-menu .navbar-nav .nav-item:last-child {
            padding-right: 0px;
        }
        
        .navbar-expand-lg .head-menu .navbar-nav .nav-link {
            padding: 20px 0px;
            font-size: 18px;
            color: #fff;
            position: relative;
            border-bottom: 3px solid #dd4036;
        }
        
        .navbar-expand-lg .head-menu .navbar-nav .nav-link:hover {
            color: #fff;
            border-bottom: 3px solid #fff;
        }
        
        .navbar-expand-lg .head-menu .navbar-nav .nav-link.active {
            color: #fff;
            border-bottom: 3px solid #fff;
        }
        
        .navbar-scroll .head-menu .navbar-nav .nav-link {
            padding: 20px 0px;
            color: #000;
        }
        
        .navbar-scroll .head-menu .navbar-nav .nav-link {
            border-bottom: 3px solid #fff;
        }
        
        .navbar-scroll .head-menu .navbar-nav .nav-link:hover {
            color: #dd4036 !important;
            border-bottom: 3px solid #dd4036;
        }
        
        .navbar-scroll .head-menu .navbar-nav .nav-link.active {
            color: #dd4036 !important;
            border-bottom: 3px solid #dd4036;
        }
        
        .navbar-scroll .menu-right-btn li a {
            border: 1px solid #21409a;
            padding: 10px 15px;
            border-radius: 5px;
            margin-left: 19px;
            color: #21409a;
        }
        
        .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;
        }
        
        .menu-right-btn ul li {
            display: inline-block;
        }
        
        .menu-right-btn li a {
            border: 1px solid #fff;
            padding: 10px 15px;
            border-radius: 5px;
            margin-left: 19px;
            color: #fff;
        }
        
        .btn-cover {
            background-color: #fff;
            color: #22409a !important;
        }
        /** -- /NAVBAR -- **/
        /** -- /banner -- **/
        
        .banner-img {
            position: relative;
        }
        
        .banner-text {
            position: absolute;
            top: 0;
            width: 85%;
            padding: 15px;
        }
        
        .banner-text h3 {
            font-weight: 500;
            color: #000;
        }
        
        .banner-text p {
            line-height: 29px;
            margin-top: 15px;
            font-size: 14px;
            color: #000;
        }
        
        .banner-icon .owl-nav [class*="owl-"]:hover {
            background: transparent;
            color: #000;
            text-decoration: none;
        }
        
        .banner-icon .owl-nav .owl-prev,
        .banner-icon .owl-nav .owl-next {
            position: absolute;
            top: 50%;
        }
        
        .banner-icon .owl-nav .owl-prev,
        .banner-icon .owl-nav .owl-next {
            background: #335fa6 !important;
            width: 35px;
            height: 35px;
            color: #fff !important;
            line-height: 42px !important;
        }
        
        .banner-icon .owl-nav .owl-prev i,
        .banner-icon .owl-nav .owl-next i {
            font-size: 22px;
        }
        
        .banner-icon .owl-nav .owl-prev {
            left: -50px;
        }
        
        .banner-icon .owl-nav .owl-next {
            right: -50px;
        }
        /** -- /banner -- **/
        /** -- About -- **/
        
        .about-bg {
            background-color: #f9f9f9;
            padding: 40px 0px;
        }
        
        .left-about-text h1 {
            margin-bottom: 20px;
            margin-top: 20px;
        }
        
        .left-about-text p {
               margin-bottom: 5px;
    text-align: justify;
        }
        /** -- /About -- **/
        /** -- Product -- **/
        
        .product-box .product-img img {
            transition: transform .5s ease;
        }
        
        .product-box:hover img {
            transform: scale(1.1);
        }
        
        .product-img {
            width: 200px;
            height: 200px;
            overflow: hidden;
        }
        
        .product-text h3 {
            font-weight: 500;
            color: #000;
            padding-top: 15px;
            padding-bottom: 15px;
        }
        
        .description {
            font-size: 15px;
            line-height: 28px;
            color: #494949;
        }
        
        .image-box-img {
            margin-bottom: 50px;
        }
        
        .image-box .image-box-img a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            text-align: center;
        }
        
        .image-box .image-box-img a .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(177, 202, 225, 0.5);
            opacity: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        
        .image-box:hover .image-box-img a .overlay {
            opacity: 1;
        }
        
        .image-box-header .imagebox-title {
            position: relative;
            font-weight: 600;
            padding-top: 20px;
            margin-bottom: 30px;
            font-size: 20px;
            letter-spacing: -0.2px;
            margin-top: 20px;
        }
        
        .image-box-header .imagebox-title::before {
            position: absolute;
            left: 50%;
            top: 0;
            width: 60px;
            height: 1px;
            background: #2691e4;
            content: "";
            margin-left: -30px;
        }
        
        .link-btn a {
            background-color: #dd4036;
            color: #fff;
            padding: 15px 30px;
            border-radius: 5px;
                margin-top: 10px;
    display: inline-block;
        }
        /** -- /Product -- **/
        /** -- Footer -- **/
        
        .footer-bg {
            background: #335fa6;
            padding: 25px 5px;
            margin-top:40px;
        }
        
        .footer-link:hover {
            text-decoration: underline;
            color: #fff;
        }
        /** -- /Footer -- **/
        /** --  MEDIA PHONE -- **/
        
        @media screen and (min-width:320px) and (max-width:767px) {
            .margin-space {
                margin: 35px 0px;
            }
            .text-xs-center {
                text-align: center;
            }
            .xs-mb {
                margin-bottom: 25px;
            }
            .navbar {
                transition-duration: 0.6s;
                background-color: #fff;
                box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
            }
            .navbar-expand-lg .head-menu .navbar-nav .nav-item {
                padding-right: 0px;
            }
            .navbar-expand-lg .head-menu .navbar-nav .nav-link {
                padding: 20px 20px;
                border-bottom: none;
                color: #000;
            }
            .navbar-expand-lg .head-menu .navbar-nav .nav-link.active {
                color: #dd4036;
            }
            .navbar-scroll .head-menu .navbar-nav .nav-link.active {
                border-bottom: none;
            }
            .banner-icon .owl-nav .owl-prev,
            .banner-icon .owl-nav .owl-next {
                position: relative;
                top: 0;
            }
            .banner-icon .owl-nav .owl-prev {
                left: 0px;
            }
            .banner-icon .owl-nav .owl-next {
                right: 0;
            }
            .left-about-text h1 {
                font-size: 25px;
            }
            .product-img {
                width: auto;
                height: auto;
            }
            .product-text h3 {
                font-size: 20px;
            }
            .description {
                font-size: 14px;
                line-height: 26px;
            }
            .contact-detail h4{
                margin:30px 0px;
            }
        }
        /** --  MEDIA IPAD -- **/
        
        @media screen and (min-width:768px) and (max-width:960px) {
            .navbar {
                transition-duration: 0.6s;
                background-color: #fff;
                box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
            }
            .navbar-expand-lg .head-menu .navbar-nav .nav-item {
                padding-right: 0px;
            }
            .navbar-expand-lg .head-menu .navbar-nav .nav-link {
                padding: 20px 20px;
                border-bottom: none;
                color: #000;
            }
            .navbar-expand-lg .head-menu .navbar-nav .nav-link.active {
                color: #dd4036;
            }
            .navbar-scroll .head-menu .navbar-nav .nav-link.active {
                border-bottom: none;
            }
            .banner-icon .owl-nav .owl-prev,
            .banner-icon .owl-nav .owl-next {
                position: relative;
                top: 0;
            }
            .banner-icon .owl-nav .owl-prev {
                left: 0px;
            }
            .banner-icon .owl-nav .owl-next {
                right: 0;
            }
        }
      marquee {
    background-color: #335fa6;
    color: aliceblue;
    padding: 8px;
    display: inline-block;
    width: 1583px;
    margin-left: -15px;
}
.div#top-bar2 {
    padding: 0;
    display: inline-block;
    width: 100%;
}
        /** -- / MEDIA IPAD -- **/
/*about section*/
.about-us{
    background: url(../images/about_us.jpg) !important; 
}
/*about end*/
/*services start*/
.services-sec{
    background: url(../images/service.jpg) !important; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    opacity: 0.8;
}
.right-img{
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}
/*end services*/
.contact-detail h4{
        font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align:center;
}
.form-cover li {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
#contactform .form-cover input , #comments{
border: 2px solid #ebedec;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 10px 10px 42px;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #65696C;
    background-color: #98919100;
    font-weight: 400;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    letter-spacing: 0.05em;
    border-radius: 10px;
}
#comments{
    height:200px;
}
#contactform button{
background-color: #dd4036;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    float: left;
    padding: 10px;
        margin-bottom: 40px;
}
.contact-info{
    margin-bottom:20px;
}
.contact-info p i{
color: #dd4036;
    font-size: 17px;
    margin-right: 11px;
}
.contact-info p a{
        color: #000;
    line-height: 2;
}
.contact-info p{
    line-height:2;
}
.page-title ,.about-us, .services-sec{
    background-image: url(../images/contact-us.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    margin-bottom:40px;
}
.page-title .inner {
    padding: 112px 0;
    position: relative;
    z-index: 2;
}
.page-title .title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    line-height: 55px;
    padding: 0 18px;
    background: #21282e;
    display: table;
    color: #fff;
    z-index: 9;
    padding: 0 22px;
}
.page-title .breadcrumb{
    padding: 0 14px;
    line-height: 30px;
    border-radius: 0;
    background: #fff;
    display: table;
    color: #21282e;
    font-size: 14px;
    font-weight: 300;
}
.breadcrumb li{
    display:inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb a {
    color: #21282e;
}
.breadcrumb>.active {
    color: #ff4229;
}
.abut-btn{
    display:none !important;
}

@media screen and (max-width:991px) {

    .text-center h4 {
    margin-top: 30px;
}
iframe.ifreame {
    width: 100%;
}
}

@media (max-width: 768px){
.page-title .inner {
    padding: 48px 0;
}
}
@media (max-width: 600px){
.page-title .title {
    font-size: 15px;
    padding: 0 15px;
}
}