    * {
        margin: 0;
        padding: 0;
        list-style-type: none;
        box-sizing: border-box;
    }
    
    @font-face {
        font-family: Georgia;
        src: url(../font/Georgia.ttf);
    }
    
    body {
        font-family: 'Lato', sans-serif;
    }
    
    .georgia-font {
        font-family: Georgia;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: Georgia;
    }
    
    p {
        color: #252525;
        font-weight: 500!important;
        line-height: 26px;
        margin: 0px;
        font-size: 17px;
        font-family: Georgia;
    }
    

    
    .clearfix::after {
        clear: both;
    }
    
    a,
    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
        transition: all 0.5s ease 0s;
        outline: unset;
    }
    
     :focus {
        outline: unset !important;
    }
    
    .inline-blk {
        display: inline-block;
    }
    
    .no-margin {
        margin: auto;
    }
    
    .margin-auto {
        margin: auto;
        float: none;
    }
    
    .mart10 {
        margin-top: 10px;
    }
    
    .mart15 {
        margin-top: 15px;
    }
    
    .mart20 {
        margin-top: 20px;
    }
    
    .mart40 {
        margin-top: 40px;
    }
    
    .mart70 {
        margin-top: 70px;
    }
    
    .no-pad {
        padding: 0;
    }
    
    .pad30 {
        padding: 30px 0;
    }
    
    .pad50 {
        padding: 50px 0px;
    }
    
    .pad70 {
        padding: 70px 0px;
    }
    /* ============================================ */
    
    .mobile-logo {
        display: none;
    }
    
    .top-head {
        border-bottom: 1px solid #383838;
        background: #0a0a0a;
        padding: 5px;
    }
    
    .social-media-icon {
        float: right;
    }
    
    .social-media-icon ul {
        margin: 0px;
    }
    
    .social-media-icon ul li {
        display: inline-block;
        margin: 2px 5px;
    }
    
    .header-logo {
        background-color: #0a0a0a;
    }
    
    .logo-box {
        max-width: 250px;
    }
    
    .login-contact-info {
        float: right;
        margin-top: 10px;
    }
    
    .login-contact-info ul {
        margin: 0px;
    }
    
    .login-contact-info ul li {
        display: inline-block;
        margin: 10px;
    }
    
    .login-contact-info ul li a {
        color: #fff;
    }
    
    .header-bg-1 {
        padding: 0px 0px 0px 0px !important;
        background-color: #151515;
    }
    
    .menu-links-2 li a {
        color: #fff !important;
    }
    
    .menu-links-2 li a:hover {
        background-color: #08c !important;
    }
    
    .menu-links-2 .dropdown-menu a {
        color: #000 !important;
    }
    /* ============================ */
    
    .video-box {
        position: relative;
    }
    
    .video-wrapper {
        width: 100%;
        height: 645px;
        overflow: hidden;
        position: relative;
    }
    
    video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    .banner-tent {
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin-left: 10%;
    }
    
    .banner-tent h1 {
        font-weight: 500 !important;
        color: #ffffff;
        font-size: 4em;
        line-height: 1.3;
    }
    
    .banner-tent h3 {
        font-size: 2.1em;
        color: #ff6000 !important;
        font-weight: 500;
        margin-top: 20px;
    }
    
    .banner-tent h5 {
        font-size: 1.4em;
        color: #bbbbbb !important;
    }
    /* ========================== */
    
    .light-blue {
        background-color: #f4fafa;
    }
    
    .title-box h1 {
        font-size: 2.5em;
        color: #fe6000;
        font-weight: 300;
        line-height: 1.1;
        margin-bottom: 25px;
    }
    
    .title-box {
        text-align: center;
    }
    
    .service-block {
        background-color: #fff;
        padding: 25px 15px;
        /* min-height: 220px; */
        margin-bottom: 50px;
        text-align: center;
    }
    
    .service-block i {
        color: #08c;
        font-size: 32px;
        margin-bottom: 10px;
    }
    
    .service-block h4 {
        color: #18224b;
        font-weight: 700 !important;
        font-family: 'Source Serif Pro', serif !important;
        font-size: 20px;
    }
    /* ================== */
    
    .products-tabs li {
        width: 25%;
        text-align: center;
        background-color: #f1f1f1;
        border-radius: 0px;
        border: none;
    }
    
    .products-tabs li a {
        border-radius: 0px;
        border: none !important;
        color: #08c;
        outline: none !important;
        font-family: Georgia, Times, "Times New Roman", serif !important;
    }
    
    .products-tabs li:hover {
        background-color: #fff;
        border: none;
    }
    
    .products-tabs .nav-tabs .nav-link:focus,
    .products-tabs .nav-tabs .nav-link:hover {
        border: none;
        border-radius: 0px;
    }
    
    .products-tabs .nav-tabs .nav-item.show .nav-link,
    .products-tabs .nav-tabs .nav-link.active {
        border: none;
        background-color: #08c;
        color: #fff !important;
        border-radius: 0px;
    }
    
    .products-box {
        border-radius: 4px;
        box-shadow: 1px 1px 3px #ededed;
        border: 1px solid #ededed;
        background-color: #fff;
        min-height: 420px;
    }
    
    .img-product {
        height: 150px;
    }
    
    .img-product img {
        height: 100%;
        object-fit: cover;
    }
    
    .product-info {
        padding: 15px;
        text-align: center;
    }
    
    .product-info h4 {
        margin-bottom: 15px;
        font-size: 22px;
        color: #313131 !IMPORTANT;
        text-transform: uppercase;
    }
    
    .read-more-btn {
        color: #fe6000;
        border: 1px solid #fe6000;
        font-family: georgia;
        border-radius: 0;
        padding: 5px 10px !important;
        font-size: 18px;
        margin-top: 20px;
        display: inline-block;
        margin-bottom: 10px;
    }
    
    .read-more-btn:hover {
        background-color: #fe6000;
        color: #fff;
    }
    
    .our-services-2 {}
    
    .our-services-2 .text-box-right {
        text-align: right !important;
    }
    
    .our-services-2 .text-box-left {
        text-align: left !important;
    }
    
    .our-services-2 .service-block {
        background-color: transparent;
        padding: 20px;
        /* min-height: 220px; */
        margin-bottom: 50px;
        text-align: unset;
    }
    /* ======================================= */
    
    .testimonials-block {
        text-align: center;
    }
    
    .testi-img-box {
        border-radius: 50% !important;
        overflow: hidden;
        width: 100px !important;
        height: 100px !important;
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 30%);
        border: 1px solid #fff;
        display: inline-block;
    }
    
    .testi-text-box h4 {
        color: #000000;
        font-weight: bold;
        text-align: center;
        margin-top: 15px;
    }
    
    .testimonials-box .owl-prev,
    .testimonials-box .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent !important;
        padding: 15px;
        border-radius: 50%;
    }
    
    .testimonials-box .owl-next {
        right: -4rem;
    }
    
    .testimonials-box .owl-prev {
        left: -4rem;
    }
    
    .owl-nav button i {
        font-size: 30px !important;
        color: #333;
        line-height: 27px;
        text-align: center;
    }
    
    .owl-nav button i:hover {
        color: #428eff;
    }
    
    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        background: transparent;
        height: 15px;
        border: 2px solid #828282;
    }
    
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: transparent;
        border: 2px solid #428eff;
    }
    
    .video-box .owl-prev,
    .video-box .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent !important;
        padding: 15px;
        border-radius: 50%;
    }
    
    .video-box .owl-prev {
        left: -2rem;
    }
    
    .video-box .owl-next {
        right: -2rem;
    }
    /* ================================ */
    
    .subscribe-now-bg {
        background: url(../images/Subscribe-Now.jpg) no-repeat right top;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        padding: 130px 0px;
    }
    
    .subscribe-now-info {
        text-align: center;
    }
    
    .subscribe-now-info h2 {
        font-family: 'Source Serif Pro', serif !important;
        font-size: 42px;
        color: #fff;
        font-weight: 300;
        line-height: 1.1;
        margin-bottom: 25px;
    }
    
    .subscribe-now-info h3 {
        font-family: 'Source Serif Pro', serif !important;
        color: #ff6000;
        font-size: 28px;
    }
    
    .subscribe-now-info a {
        color: #FFF;
        background-color: #F90;
        padding: 12px 30px;
        font-size: 18px;
        clear: both;
        display: inline-block;
    }
    
    .subscribe-now-info a:hover {
        color: #FFF;
        background-color: #e08700;
    }
    
    .need-help-bg {
        text-align: center;
        background: #f7f7f7;
        padding: 50px 25px;
        border: 1px solid #F0F0F0;
    }
    
    .need-help-title {
        color: #ff6000;
        font-size: 36px;
        font-family: 'Lato', sans-serif;
    }
    
    .contact-now {
        color: #F90;
        border: 2px solid #f90;
        background-color: transparent;
        padding: 10px;
        font-size: 18px;
    }
    
    .contact-now:hover {
        background-color: #F90;
        border: 2px solid #f90;
        color: #fff;
    }
    
    .or-text {
        color: #31708f;
        margin: 20px;
    }
    
    .text-primary {
        color: #08c !important;
    }
    
    .company-project i {
        color: #0088cc;
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .company-project {
        text-align: center;
    }
    
    .company-project h3 {
        font-weight: 700;
        font-size: 28px;
    }
    
    .company-project p {
        font-size: 18px;
        margin: 15px 0px;
    }
    
    .footer {
        background-color: #18224b;
        padding: 60px 0px;
    }
    
    .footer-bottom {
        color: #555;
        background-color: #0e1430;
        padding: 15px 0px;
    }
    
    h3.widget-title {
        border-left: 6px solid #ff6000;
        padding-left: 10px;
        line-height: initial;
        font-size: 1.5em !important;
        font-weight: 200;
        margin-top: 0;
        color: #ccc !important;
        margin-bottom: 15px;
    }
    
    ul.footer-menu-list li {
        margin-bottom: 10px;
        font-size: 1em;
    }
    
    ul.footer-menu-list li a {
        font-size: 1em;
        color: #ccc;
        margin-bottom: 10px;
    }
    
    ul.footer-menu-list li a:hover {
        text-decoration: underline;
    }
    
    .newsletter-box p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
        color: #ccc;
    }
    
    .newsletter-box button {
        font-size: 14px;
        margin: 15px 0px;
    }
    
    .newsletter-box h5 {
        font-size: 16px;
        color: #ccc;
        line-height: 26px;
    }
    
    .newsletter-box h5 i {
        color: #08c;
        margin-right: 10px;
        font-size: 18px;
    }
    
    .footer-ribbon {
        position: absolute;
        margin: -76px 0 0 0;
        padding: 10px 20px 6px 20px;
        font-size: 20px;
        z-index: 101;
    }
    
    .footer-ribbon {
        background: #08c;
        font-family: Georgia, serif;
        font-weight: 400;
        color: #fff;
    }
    
    .footer-ribbon:before {
        left: -10px;
        border-right: 10px solid #646464;
        border-top: 16px solid transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        top: 0;
        width: 7px;
    }
    
    .footer-ribbon:before {
        border-right-color: #005580;
    }


    
.b-info {
    color: #fff;
    background-color: #0088cc!important;
}