@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');


body{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-family: 'PT Sans', sans-serif;
}

a:hover{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    line-height: 1.2em;
}

img{
    max-width:100%;
    display: block;
}

section{
    padding: 40px 0;
}

.container{
    max-width: 1200px;
    margin: auto;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

/* =========================header-section==================== */
.dropdown-menu{
    overflow: hidden;
}
.header-section {
    padding: 5px 0;
    line-height: 1;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}

.navbar-nav li+li{
    margin-left: 4px;
}

.navbar-nav li a{
        display: inline-block;
    font-size: 20px;
    color: #000000 !important;
    position: relative;
    padding: 0 !important;
    padding: 10px 0 !important;
    margin: 3px 16px;
}

.navbar-nav li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d20a1a;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li a::after{
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #d20a1a;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li a:hover::after,.navbar-nav li a:hover::before{
    opacity: 1;
    visibility: visible;
}

.dropdown-toggle::after{
    border-top: 0;
}
/* =========================header-section==================== */

/* =============================company-profile================== */

    .company-heading p{
        font-size: 20px;
        text-transform: uppercase;
        color: #d20a1a;
        margin:0;
    }
    .company-heading span{
        display: inline-block;
        font-size: 23px;
        font-weight: 700;
        color: #d20a1a;
        text-transform: capitalize;
        padding: 5px 0;
        position: relative;
    }
    .contact-button a{
        display: inline-block;
        padding: 10px 25px;
        line-height: 1;
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        color: #000000;
        border: 1px solid #000000;
        border-radius:10px;
    }

    .about-company p{
        font-size: 18px;
        text-align: justify;
        margin-top: 20px;
    }

    .company-img{
        position: relative;
    }

   .company-img img{
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    }

    .inner-img{
        position: absolute;
        max-width: 200px;
        bottom: 0;
        left: 10px;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
        border-radius: 100%;
        animation: transform 2s  infinite alternate all 0.3s ease-in-out ;
    }

    @keyframes transform {
        0%{
            transform: translateY(0px);
        }
        50%{
            transform: translateY(15px);
        }
        100%{
            transform: translate(20px);
        }
    }
/* =============================company-profile================== */


/* =================form-section=============== */

    .form-section{
        background-color: #d20a1a;
        position: relative;
        z-index: 1;
    }
    .form-section::before{
        content: "";
        z-index: -1;
        width: 50%;
        right: 0;
        background: #010c25;
        height: 100%;
        top: 0;
        position: absolute;
    }


    .ttr-separator.sepimg, .ttr-separator.sepimg2 {
        height: 13px;
        background-repeat: no-repeat;
        background-position: center;
        width: 72px;
    }
    .form-group {
        margin-bottom: 25px;
    }
    .appoint-bx1 .input-bx {
        position: relative;
        z-index: 1;
    }
    .input-group {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
    }

    .appoint-bx1 .form-control,.appoint-bx1 .form-control:focus {
        background: transparent;
        border-width: 0 0 2px 0px;
        color: #fff;
        font-size: 16px;
        box-shadow: none;
        outline: 0;
        padding: 10px 0;
        border-radius: 0;
    }
 

    .btn, .btn-secondry {
        color: #fff;
        padding: 11px 25px;
        display: inline-block;
        font-size: 16px;
        outline: none;
        cursor: pointer;
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        line-height: 1.42857;
        border-radius: 0;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .btn.button-md{
        background-color: #d20a1a;
    }

    .apoint-btn-box {
        background: #a70b17;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        position: absolute;
        left: -153px;
        top: 50%;
        transform: rotate(-90deg) translateX(0%);
        -moz-transform: rotate(-90deg) translateX(0%);
        -webkit-transform: rotate(-90deg) translateX(0%);
        -ms-transform: rotate(-90deg) translateX(0%);
        -o-transform: rotate(-90deg) translateX(0%);
        padding: 15px 30px;
    }
    
    .apoint-btn-box:hover{
        color: #ffffff;
    }
span.contact_head {
    color: #fff;
    font-size: 20px;
    margin: 15px 0;
    display: block;
    font-weight: bold;
}

    .contact-list li+li{
        margin-top: 35px;
    }
    .contact-list li a,.contact-list li p{
        display: flex;
        align-items: center;
    }
    .contact-list li{
            display: flex;
    }

    .contact-list li a .icons-box ,.contact-list li p .icons-box{
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        border-radius: 50%;
        border: 1px solid #ffffff;
        display: inline-block;
        margin-right: 20px;
    }
    .contact-list li a .text-box , .contact-list li p .text-box{
        font-size: 18px;
        color: #ffffff;
        display: inline-block;
        margin-left: 15px;
    }

    .contact-heading span{
        display: inline-block;
        font-size: 34px;
        font-weight: 700;
        text-transform: capitalize;
        color: #ffffff;
        padding: 15px 0;
    }
/* =================form-section=============== */

/* ============================product-section======================== */
    .product-section{
        background-color: #e3e3e3;
    }

    .product-box{
        background-color: #ffffff;
        padding: 10px;
    }

    .product-text-buttton{
        padding: 10px 0;
    }

    .product-button a ,.contact-buttons a{
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        color: #ffffff;
        padding: 10px 12px;
        line-height: 1;
        background-color: #d20a1a;
    }

    .product-box,.product-img{
        overflow: hidden;
    }
    .product-img img{
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    
    .product-box:hover img{
        transform: scale(1.1);
    }

    .why-choose-icons{
        height: 13px;
        background-repeat: no-repeat;
        background-position: center;
        width: 72px;
    }

    .why-choose-text {
        max-width: 900px;
        margin-top: 15px;
    }
    .why-choose-text p{
        font-size: 20px;
        text-align: justify;
    }

    .why-choose-heading span{
        display: inline-block;
        padding: 20px 0;
        line-height: 1;
        font-size: 34px;
        font-weight: 600;
        color: #d20a1a;
    }
/* ============================product-section======================== */

/* ====================best-seller-section===================== */
.best-content span {
    display: inline-block;
    padding: 10px 0;
    line-height: 1.1em;
    font-size: 34px;
    color: #d20a1a;
    font-weight: 500;
    text-transform: capitalize;
}
    .best-content p{
        text-align: justify;
        font-size: 18px;
    }
/* ====================best-seller-section===================== */

/* ========================button-css================= */
.btn-cube-wrapper {
    text-transform: uppercase;
    /* width: 150px; */
    height: 55px;
    position: relative;
    color: #d20a1a;
    z-index: 1111;
    display: inline-block;
    margin-top: 15px;
}


.btn-cube, .btn-cube-after {
    -webkit-transition: background 1ms;
    -o-transition: background 1ms;
    transition: background 1ms;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
.spanh3{
    color:#fff;
    display:block;
}

.btn-cube {
    width: 190px;
    height: 45px;
    background: transparent;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-top: 2px solid #d20a1a;
    border-left: 2px solid #d20a1a;
    padding-top: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-cube:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: -2px;
    left: -2px;
    border-top: 0;
    border-left: 0 solid transparent;
    border-bottom: 50px solid transparent;
    -webkit-animation: k 0.3s;
    -o-animation: k 0.3s;
    animation: k 0.3s;
    position: absolute;
    z-index: -10;
}

.btn-cube-wrapper a, .btn-cube-wrapper button {
    display: block;
    width: 190px;
    height: 55px;
    color: #d20a1a;
}

.btn-cube-after {
    border-right: 2px solid #d20a1a;
    border-bottom: 2px solid #d20a1a;
    width: 190px;
    height: 45px;
    background: transparent;
    position: absolute;
    top: 10px;
    z-index: -100;
}

.btn-cube-after:after {
    content: "";
    height: 0;
    width: 190px;
    position: absolute;
    top: -10px;
    border-top: 55px solid transparent;
    -webkit-animation: m 0.3s;
    -o-animation: m 0.3s;
    animation: m 0.3s;
    left: 0;
    border-right: 0 solid transparent;
}

.btn-cube-wrapper.active, .btn-cube-wrapper:active, .btn-cube-wrapper:hover {
    color: #fff;
    text-decoration: none;
}

.btn-cube-wrapper.active .btn-cube, .btn-cube-wrapper:active .btn-cube, .btn-cube-wrapper:hover .btn-cube {
    color: #fff;
}
/* ========================button-css================= */

/* =========footer-section-start========== */
.footer-min {
    background-color: #222429;
    padding: 40px 0;
  }
  
    .footer-min .subs:before {
        content: "";
        width: 100px;
        height: 90px;
        position: absolute;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
        top: -2px;
    }
  
    .footer-min .footer-cont p {
        font-size: 18px !IMPORTANT;
        display: inline-block;
        line-height: 24px;
        margin-bottom: 22px;
        font-weight: normal;
        text-align: justify;
        color: #999999;
    }
  
    .footer-min .footer-logo {
        margin-top: 5px !important
    }
  
    .footer-min .wi-100 li a {
        color: #999999;
        font-size: 15px;
        padding: 8px 0px;
        display: block;
        font-weight: 500;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
    }
  .menu-footer-con li {
    color: #999999;
    font-size: 15px;
    padding: 8px 0px !IMPORTANT;
    display: block;
    font-weight: 500;
  }
    .menu-footer li i {
        font-size: 22px;
        margin-right: 10px;
        color:#ffffff;
        font-weight: 600;
    }
    .menu-footer {
        max-height: 260px;
        overflow-y: auto;
    }
  .footer-min .wi-100 li a:hover {
    color: #ffffff;
    padding-left: 5px;
  }
  .news-f1 button.btn.upcase {
    width: 100%;
    padding: 13px;
    color: #fff;
    background: #ffffff;
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }
    .footer-min .footer-cont h3 {
        font-size: 22px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 22px;
    }
  
        .footer-min .footer-cont h3:before {
            content: "";
            position: absolute;
            width: 50px;
            height: 3px;
            background: #ffffff;
            bottom: 0;
        }
  
    .footer-min .footer-cont h4 {
        font-size: 22px;
        font-weight: 500;
        line-height: 29px;
        margin-bottom: 20px;
        color: #ffffff;
    }
  
    .footer-min input.fill {
        background: #cccccc;
        border: none;
        padding: 10px 20px;
        min-height: 55px;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 15px;
    }
  
  
    .footer-min .copy-one p {
        float: right;
    }
  
    .footer-min .copy-one {
        border: none
    }
  
  .b-b {
    border-bottom: 1px solid #ccc;
  }
  
  .min-subs h4 {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    line-height: 38px;
    margin-bottom: 35px;
  }
  
  .form-sub {
    position: relative
  }
  
    .form-sub input {
        width: 100%;
        min-height: 57px;
        padding: 10px;
        border-radius: 0;
        border: none;
    }
  
    .form-sub button {
        position: absolute;
        top: 0px;
        right: 0;
        background: #ffffff;
        color: #fff;
        border: none;
        width: 57px;
        height: 57px;
        border-radius: 0;
        font-size: 33px;
        line-height: 56px;
    }
  
  .back-home {
    position: absolute;
    right: 0;
    top: -9px;
  }
  
    .back-home i {
        margin-right: 10px !important;
        margin-left: 0px;
    }
  
    .back-home:hover {
        color: #fff;
    }
  .footer-min .copy-one {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .copy-one {
    padding: 1em;
    border-top: 1px solid #575757;
  }
    .copy-one .social-t {
        margin: 0px;
    }
  
  .social-t {
    width: auto;
    text-align: center;
    display: inline-block;
    float: none;
    margin-top: 20px;
  }
    .social-t li {
        float: left;
    }
        .social-t li:first-child a {
            margin-left: 0px !important;
        }
  
       
  .footer-min .copy-one p {
    float: right;
  }
  .footer-min .wi-100 li{ padding:0px;}
  .b-top {
    border-top: 1px solid #999;
  }
  .copy-one p {
    margin: 0px;
    color: #999;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
  }
  /* =========responsive========== */
  @media (max-width:568px) {
    .footer-min .footer-cont h3{
      font-size: 20px;
      margin-bottom: 10px;
      padding-bottom: 10px;
    }
    .footer-min .wi-100 li a{
      padding:4px 0;
      font-size: 14px;
    }
  }
  /* ===============footer-section-end=========== */

  .social-icon-list ul li+li{
    margin-left: 15px;
  }
  .social-icon-list ul li img{
    max-width: 40px;
  }


  .contact li a ,.contact li {
    text-transform: lowercase !important;
    display: flex;
    justify-content: space-between;
  }
  
  .contact li a span ,.contact li span{
    margin-right: 10px;
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
  }

  .footer-bottom{
    padding: 5px 0;
    color: #999999;
  }
  .footer-bottom a{
    color: #ffffff;
  }

  /* =================why-we-best================= */
  .features-title {
    border: 1px solid #161c4a;
    padding: 25px 45px;
    border-radius: 5px;
}
.features-title span {
    font-size: 30px;
    color: #161c4a;
    font-size: 2rem;
    margin: 0 0 0.3em;
    display: inline-block;
}
.features-title p {
    margin: 0;
    text-align: justify;
    color: #6a6a6a;
}
.feature-grid {
    text-align: center;
}

.feature-grid .icon {
    background-color: #161c4a;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
}

.icon img {
    max-width: 70px;
    margin: auto;
    height: 70px;
    line-height: 1;
    display: inline-block;
}

.feature-grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 0.5em;
}
.feature-grid p{
    color: #6a6a6a;
}
  /* =================why-we-best================= */

  /* ================testimonial-section=================== */

  .testimonial-section{
    background: url(../images/img/testimonial-background.jpg) no-repeat top center;
    position: relative;
    background-size: cover;
    padding: 50px 0;
    background-attachment: fixed;
  }

  .testimonial-section:before {
    content: "";
    background-color: rgb(22 28 74 / 75%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonials-section .inner {
    padding: 0px 0px 0px 125px;
}

.testimonials-section .slide-item p {
    font-size: 18px;
    color: #fff;
    text-align: justify;
}

.testimonials-section .client-details {
    position: relative;
    padding: 0 0 0px 0px;
}

.testimonials-section .client-info {
    padding: 0 0 10px 85px;
}

.testimonials-section .client-pic {
    position: absolute;
    left: 0;
    min-height: 58px;
}
.testimonials-section .slide-item img {
    width: auto;
    border-radius: 30px;
}

.testimonials-section .client-info h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    color: #fff;
    margin: 0 0 0.3em;
}

.testimonials-section .client-info > span {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #dddddd;
}

.client-pic img{
    max-width: 50px;
    border-radius: 100%;
    display: inline-block;
}

.inner{
    max-width: 900px;
    margin: auto;
}

.client-quote p{
    color: #ffffff;
}

.owl-nav{
    text-align: right;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background-color: #ffffff !important;
    padding: 10px !important;
    color: #000000;
    border-radius: 5px;
    margin: 5px;
}

.client-details span{
    color: #ffffff;
    text-transform: capitalize;
}
  /* ================testimonial-section=================== */

  /* =====================inner-section================== */
    .inner-section{
        background-color: #a70b17;
        text-align: center;
    }

    .inner-heading h1{
        font-size: 34px;
        text-transform: capitalize;
        font-weight: 500;
        color: #ffffff;
    }

    .inner-links a,.inner-links span{
        display: inline-block;
        font-size: 18px;
        text-transform: capitalize;
        padding: 10px;
        color: #ffffff;
    }
  /* =====================inner-section================== */
  
Conversation opened. 1 unread message.

Skip to content
Using Gmail with screen readers

2 of 15
css Mass eng
Inbox

NADEEM HASNAIN <nadeem.instavyapar@gmail.com>
16:40 (0 minutes ago)
to me

/* =====================banner-section==================== */
.banner-section {
    position:relative;
    z-index:1;
}



.banner-section .container {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
}
.banner-text{
    padding: 20px;
}
.banner-text span{
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 0;
    color: #ffffff;
}
.banner-text p {
    color: #ffffff;
    font-size: 20px;
    text-align: justify;
}
.carousel-control-prev {
    left: -150px;
}
/*.carousel-control-next {*/
/*    right: -150px;*/
/*}*/
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}

.banner-button {
  margin-top: 25px;
}
.footer-cont span.contact_head{
        margin: 0px 0;
}

.banner-button a{
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid #ffffff;
  color: #000000;
}
/* =====================banner-section==================== */

/* ================product-links-section=============== */
.product-link{
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background: #69b350;
  text-align: center;
  font-weight: 500;
  width: 100%;
}
.product-link a{
  display: block;
  padding: 20px 20px;
  color: #000000;
  width: 100%;
}
.product-link::before, .product-link::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #000000;
}
.product-link a::before, .product-link a::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #000000;
}
.product-link:hover::before, .product-link:hover::after{
  width: 100%;
}
.product-link:hover a::before, .product-link:hover a::after{
  height: 100%;
}
.btn-6::before{
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}
.btn-6::after{
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-6 a::before{
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6 a::after{
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6:hover::before, .btn-6:hover::after{
  left: 0;
}
.btn-6:hover a::before, .btn-6:hover a::after{
  top: 0;
}

.dropdown:hover .dropdown-menu{
    display:block;
}
.dropdown-menu {
    columns: 2;
    left: -131px;
}
/* ================product-links-section=============== */
.pdf_file {
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}
.pdf_file iframe{
    margin:8px;
    width:45%;
}


.company-wrapper .company-1 {
    /*display: revert;*/
    align-items:center;
            
}

/*.company-wrapper .company-2 {*/
/*    float: right;*/
/*    margin-bottom: 15px;*/
/*    width:50%;*/
/*    flex: inherit;*/
/*}*/

/*.company-wrapper .company-3 {*/
/*    width:100%;*/
/*    flex: inherit;  */
/*    max-width: 100%;*/
/*}*/


.company-wrapper table p {
    text-align: left !important;
    padding: 8px 22px;
    margin-bottom: 0;
}

.about-company strong{
    color:#a70b17;
}


