@font-face {
    font-family: 'Dubai-Light';
    src: url('../font/Dubai-Light.eot');
    src: url('../font/Dubai-Light.eot?#iefix') format('embedded-opentype'), url('../font/Dubai-Light.woff2') format('woff2'), url('../font/Dubai-Light.woff') format('woff'), url('../font/Dubai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Unlocking Your Dreams';
    src: url('../font/UnlockingYourDreams-Regular.woff2') format('woff2'), url('.../font/UnlockingYourDreams-Regular.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Dubai-Bold';
    src: url('../font/Dubai-Bold.eot');
    src: url('../font/Dubai-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Dubai-Bold.woff2') format('woff2'), url('../font/Dubai-Bold.woff') format('woff'), url('../font/Dubai-Bold.ttf') format('truetype'), url('../font/Dubai-Bold.svg#Dubai-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai-Medium';
    src: url('../font/Dubai-Medium.eot');
    src: url('../font/Dubai-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Dubai-Medium.woff2') format('woff2'), url('../font/Dubai-Medium.woff') format('woff'), url('../font/Dubai-Medium.ttf') format('truetype'), url('../font/Dubai-Medium.svg#Dubai-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai-Regular';
    src: url('../font/Dubai-Regular.woff2') format('woff2'), url('../font/Dubai-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*light*/

@font-face {
    font-family: 'lg';
    src: url("../f-font/lg.eot?n1z373");
    src: url("../f-font/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../f-font/lg.woff?n1z373") format("woff"), url("../f-font/lg.ttf?n1z373") format("truetype"), url("../f-font/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*font-family: 'Josefin Sans', sans-serif;*/
    /*font-family:'Dubai-Bold';*/
    /*font-weight: 400;*/
    font-family: 'Dubai-Regular' !important;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: 0
}

a:visited {
    text-decoration: none;
    outline: 0
}

a:active {
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #212529
}

a:focus {
    text-decoration: none;
    outline: 0
}

p {
    word-wrap: break-word;
    word-break: break-word;
    color: #000
}

ul li {
    list-style: none
}

button {
    text-decoration: none;
    outline: 0;
    border: none
}

button:focus {
    text-decoration: none;
    outline: 0;
    border: none
}

.container {
    overflow: hidden;
}


/* .no-padding {

          margin: 0;

          padding: 0

      }*/

.no-padding {
    padding-right: 0;
    padding-left: 0
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.equal-padding {
    padding: 50px 0;
}

.equal-padding4 {
    padding: 40px 0;
}

.equal-padding1 {
    padding: 100px 0;
}

.equal-padding7 {
    padding: 70px 0;
}

.equal-padding5t {
    padding: 50px 0 0 0;
}

.mt4-lg {
    margin-top: 40px;
}

.mt3-lg {
    margin-top: 30px;
}

a:hover {
    text-decoration: none !important;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    transition: .5s;
    transform: translateY(-100%);
}


/* .overlay-content {

      position: relative;

      top: 25%;

      width: 100%;

      text-align: center;

      margin-top: 30px;

      color:#fff;

    }

*/


/*    .overlay a {

      padding: 8px;

      text-decoration: none;

      font-size: 16px;

      color: #818181;

      display: block;

      transition: 0.5s;

    }*/


/*.overlay a:hover, .overlay a:focus {

      color: #f1f1f1;

    }

*/


/*   @media screen and (max-height: 450px) {

      .overlay a {font-size: 18px}

      .overlay .closebtn {

      font-size: 40px;

      top: 15px;

      right: 35px;

      }

    }*/

.bg-black {
    background: #000;
}

.menu-show {
    display: none;
}

.top-menu {
    background: #fff;
    height: 15%;
}

.middle-sec {
    background: #08458d;
    height: 55%;
    /*padding:70px 0;*/
}

.end-sec {
    background: #000;
    height: 30%;
    /*padding: 78px 0;*/
}

.logo a {
    color: #000;
}

.logo,
.menu {
    margin-top: 10px;
}

.menu ul {
    padding: 0px;
    margin: 0px;
}

.menu li {
    display: inline-block;
    /*width: 170px;*/
    padding: 0px 30px;
    font-size: 16px;
    /*font-weight: 600;*/
    font-family: 'Dubai-Medium';
    text-align: center;
    letter-spacing: 0.4px;
}

.menu li a {
    color: #000;
}


/*menu over*/

.menu a {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    padding-bottom: 5px;
}

.menu a:before,
.menu a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.menu a:before {
    bottom: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #c0392b;
}

.menu a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #ffffff;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}

.menu a:hover:before,
.menu .current a:before {
    opacity: 1;
    width: 100%;
}

.menu a:hover:after,
.menu .current a:after {
    max-width: 100%;
}


/* .menu-sm , .sm-nav{

      display: none;

     }

*/

.cont-txt h6,
.cont-txt h5 {
    color: #fff;
    padding: 0px;
    margin: 20px 0;
}

.cont-txt i {
    font-size: 70px;
    color: #ced4dad4;
}


/* .cont-txt h6:{

      margin:50px 0 0 0 !important;

     }*/

.social-icon ul li {
    display: inline-block;
    font-size: 20px;
    margin: 0px 5px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    transition: .5s ease;
}

.social-icon ul li a {
    color: #e4120e;
    line-height: 40px;
}

.social-icon ul li:hover {
    background: #08458d;
}

.social-icon ul li:hover a {
    color: #fff;
}

.logo-head {
    /*background: #fff;*/
    padding: 5px 0px;
    max-width: 150px;
    text-align: center;
}

.logo-head img {
    width: 100px;
}

.logo-head1 {
    /*background: #fff;*/
    padding: 5px 0px;
    max-width: 150px;
    text-align: center;
    margin: 5px 0;
}

.logo-head1 img {
    width: 80px;
}

.overlay .closebtn {
    /*position: absolute;*/
    /*top:-18px;*/
    margin-right: 25px;
    font-size: 50px;
    color: #000;
    /*margin:20px;*/
}


/* nav-icon */

.nav-icon {
    width: 35px;
    height: 30px;
    margin: 30px 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.nav-icon span {
    background-color: #FFF;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width: 90%;
    height: 3px;
}

.nav-icon span:nth-child(1) {
    top: 0px;
    left: 0px;
}

.nav-icon span:nth-child(2) {
    top: 10px;
    transform: scaleX(.7);
    left: 0px;
}

.nav-icon span:nth-child(3) {
    bottom: 6px;
    left: 0px;
}

.nav-icon:not(.open):hover span:nth-child(1) {
    transform: scaleX(.5);
}

.nav-icon:not(.open):hover span:nth-child(2) {
    transform: scaleX(.8);
}

.nav-icon:not(.open):hover span:nth-child(3) {
    transform: scaleX(.5);
}

.nav-icon.open span:nth-child(1) {
    top: 13px;
}

.nav-icon.open span:nth-child(2) {
    top: 13px;
}

.nav-icon.open span:nth-child(3) {
    top: 13px;
}


/*banner*/

.banner-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    background: #000;
}

.banner-sec .owl-dots {
    position: absolute;
    position: absolute;
    bottom: 0;
    top: 60%;
    right: 0;
    width: 6%;
    transform: translateY(-50%);
}


/*#heroSlider .item-body{padding-top: 85px; }*/

#heroSlider #banner1-bg {
    background-image: url('../image/banner/banner-1.jpg');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#heroSlider #banner2-bg {
    background-image: url('../image/banner/banner-2.jpg');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#heroSlider #banner3-bg {
    background-image: url('../image/banner/banner-3.jpg');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

#heroSlider #banner4-bg {
    background-image: url('../image/banner/banner-4.jpg');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#heroSlider.owl-theme .owl-dots .owl-dot {
    background: #fff;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    display: block;
    margin: 20px;
}

#heroSlider.owl-theme .owl-dots .owl-dot.active span,
#heroSlider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #e4120e;
}

#heroSlider.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}

.banner-txtr {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-40%);
    text-align: left;
}

.banner-txt {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-40%);
    text-align: left;
}

.h1-txt {
    font-size: 50px;
    font-family: Dubai-Medium;
    line-height: 1;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.heading-txt {
    font-size: 45px;
    font-family: Dubai-Medium;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
}

.h2-txt {
    font-size: 40px;
    /*font-weight:600;*/
    font-family: Dubai-Medium;
    /* line-height:0.5;*/
}

.b-txt {
    font-size: 25px;
    font-family: 'Dubai-Regular';
    /*line-height: 50px;*/
    color: #fff;
}

.p-txt {
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 1.5;
    font-family: 'Dubai-Regular';
}

.txt-white {
    color: #fff;
}

.txt-blue {
    color: #352986;
}

.bg-white {
    background: #fff;
}

.bg-blk {
    background: #000;
}

.bg-lgrey {
    background: #f8f9f9;
}

.txt-black {
    color: #000;
}

.txt-blue {
    color: #08458d;
}

.txt-yellow {
    color: #db9236 !important;
}

.txt-lyellow {
    color: #eae56e;
}

.txt-purple {
    color: #b9539f;
}

.txt-red {
    color: #e4120e;
}

.fw7 {
    /*font-weight:700 !important;*/
    font-family: 'Dubai-Bold' !important;
}

.fw6 {
    font-family: 'Dubai-Medium';
    /*font-weight:600 !important;*/
}

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

.btn-1 {
    min-width: 200px;
    padding: 20px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 15px;
    /*font-weight: 600;*/
    font-family: 'Dubai-Bold';
    border-radius: 0px;
    cursor: pointer;
}

.banner-txt .btn {
    width: 200px;
    padding: 20px;
    margin-top: 20px;
    margin-right: 10px;
    font-size: 15px;
    font-family: 'Dubai-Bold';
    /*font-weight: 600;*/
    border-radius: 0px;
    cursor: pointer;
}

.slide3-txt {
    margin-top: 30px;
}

.slide3-txt h6 {
    font-size: 22px;
    letter-spacing: .5px;
}

.slide3-txt p {
    font-size: 16px;
    border-bottom: 2px solid #08458d;
    padding: 2px 0;
    width: 55%;
}

.blue-clr {
    background: #08458d;
    color: #fff;
}

.red-clr {
    background: #e4120e;
    color: #fff;
}

.green-clr {
    background: #81bb26;
    color: #000;
}

.banner-txt h1 span {
    font-family: 'Unlocking Your Dreams';
    font-size: 100px;
    font-weight: 500;
    color: #fff;
}


/* sup {

      top: -1em !important;

    }

    sub {

    bottom: 0.1em !important;

    }*/

.w-c {
    width: 80%;
    margin: auto;
}


/*  .columns_padding_80 > [class*="container"] > .row {

    margin-right: -50px;

    margin-left: -50px;

  }



  .columns_padding_80 > [class*="container"] > .row > [class*="col-"] {

    padding-left: 50px;

    padding-right: 50px;

  }*/


/* .half_cs {

  overflow: hidden;

  }

  .flex-wrap {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}*/


/*.flex-wrap:before, .flex-wrap:after {

  display: none !important;

}*/


/*printing-owl*/

.shadow-effect {
    text-align: center;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#printing-process .item {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 50px;
    opacity: .5;
    position: relative;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#printing-process .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#printing-process .owl-carousel .owl-item img {
    /*     transform-style: preserve-3d;*/
    margin: 0 auto 17px;
}

#printing-process.owl-carousel .owl-dots .owl-dot.active span,
#printing-process.owl-carousel .owl-dots .owl-dot:hover span {
    background: #0062cc;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
    outline: none !important;
}

#printing-process.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#printing-process.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#printing-process.owl-carousel .owl-dots .owl-dot span {
    background: #0062cc;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    outline: none;
}

#printing-process.owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.btn-over {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

.btn-over .print-btn {
    background: #bd2130;
    padding: 5px 10px;
    color: #fff;
    word-spacing: -1px;
    opacity: -1;
    cursor: pointer;
}

#printing-process .owl-item.active.center .btn-over .print-btn {
    opacity: 1;
}


/*why-us icon*/

.list1 li:first-child {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
}

@media (min-width: 1200px) {
    .list1 li {
        padding-top: 19px;
        padding-bottom: 19px;
    }
}

.list1 li {
    position: relative;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.pro img {
    width: 40px;
}

.pro.media:first-child {
    margin-top: 0;
}

.pro.media {
    margin-top: 25px;
}

.media:first-child {
    margin-top: 0;
}

.pro {
    position: relative;
    overflow: visible;
    z-index: 1;
}

@media (min-width: 400px) {
    .media-icon-pro .media-left {
        padding-right: 25px;
    }
}

.media-left,
.media>.pull-left {
    padding-right: 20px;
}

.contact-sec {
    background-image: url('../image/call-backform.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /*height:100vh;  */
}


/*cont-form*/

.contact-form input[type="text"],
input[type="email"],
textarea,
.form-control {
    height: 60px;
    box-shadow: none;
    color: #222222;
    padding: 11px 30px 13px;
    font-size: 18px;
    line-height: 36px;
    border: none;
    background-color: #fff;
    border-radius: 0;
}

.contact-form textarea {
    height: auto;
    border-radius: 0px;
    padding: 11px 30px 13px;
    font-size: 18px;
}

.contact-form {
    margin: 40px 0px 0px 0;
}

.blog p {
    text-align: center;
    padding: 20px 0 10px 0;
    /*font-weight:700;*/
    font-family: 'Dubai-Medium';
}


/*product sec*/

.hover-product:not(:hover) {
    background-color: transparent;
    border-color: #b0b1b2;
    color: #808080;
}

.hover-product:hover h3 {
    color: #fff;
}

.product_icon img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.hover-product:hover .product_icon img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.hover-product {
    border: 1px solid transparent;
    transition: 0.5s ease-in;
    margin-bottom: 50px;
}

.product {
    padding: 30px 20px;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.product_icon {
    padding: 20px;
}


/*btn-underline*/

.custom-btn {
    padding: 10px 25px;
    font-weight: 700;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-6 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-6 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-6:before,
.btn-6:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 2px;
    background: #08458d;
}

.btn-6:before {
    right: 0;
    top: 0;
    transition: all 0.1s ease;
}

.btn-6:after {
    left: 0;
    bottom: 0;
    transition: all 0.1s 0.2s ease;
}

.btn-6:hover:before {
    transition: all 0.1s 0.2s ease;
    height: 100%;
}

.btn-6:hover:after {
    transition: all 0.1s ease;
    height: 100%;
}

.btn-6 span:before,
.btn-6 span:after {
    position: absolute;
    content: "";
    background: #bd2130;
}

.btn-6 span:before {
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    transition: all 0.1s 0.1s ease;
}

.btn-6 span:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.btn-6 span:hover:before {
    width: 100%;
}

.btn-14 {
    z-index: 1;
}

.btn-14:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #e4120e;
    transition: all 0.3s ease;
}

.btn-14:hover:after {
    left: 0;
    width: 100%;
}

.btn-15 {
    z-index: 1;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #08458d;
    transition: all 0.3s ease;
}

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

.btn-15:hover:after {
    left: 0;
    width: 100%;
}


/*testimonial*/


/*#testimonial-slider blockquote{

    max-width:50%

    margin-right: auto;

    margin-left: auto;

    }

   

    #testimonial-slider .owl-carousel blockquote {

        background: none;

        padding: 0;

        margin: 0;

    }

   #testimonial-slider blockquote {

        position: relative;

        margin: 2em 0;

        padding: 0;

        border: none;

        font-size: 18px;

        font-weight: 300;

        z-index: 1;

    }

    #testimonial-slider blockquote .avatar {

        position: relative;

        display: inline-block;

        margin-bottom: 30px;

    }

    #testimonial-slider blockquote .avatar img {

        max-width: 300px;

    }

    #testimonial-slider .owl-carousel .owl-item img {

        opacity: 1;

        -webkit-backface-visibility: visible;

    }

    blockquote .avatar img {

        max-width: 120px;

        width: 100%;

        border-radius: 50%;

    }

    #testimonial-slider blockquote .avatar:after {

        display: block;

    }

    @media (min-width: 400px){

      blockquote .avatar:after {

          width: 80px;

          height: 80px;

      }

    }

    blockquote .avatar:after {

        content: "";

        position: absolute;

        bottom: -20px;

        right: 0;

        left: 0;

        margin: auto;

        width: 70px;

        height: 70px;

        border-radius: 50%;

        background: #ff4073 url(../image/quote.png) center/contain no-repeat;

        display: none;

    }*/

.customer-sec img {
    width: 100px !important;
    height: 100px;
    margin: auto;
}

.customer-sec {
    /*max-width:80%;*/
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    margin-top: 50px;
    padding: 50px 0px 50px 0px;
    position: relative;
    /*overflow:hidden;*/
}

.customer-sec .owl-theme .owl-dots {
    margin-top: 30px !important;
}

.customer-sec:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ff4073 url(../image/quote.png) center/contain no-repeat;
}

#testimonial-slider p {
    position: relative;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none;
}

.end-footer .l-sec {
    position: relative;
    background: url('../image/satisfied-client.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: 100% 100%;*/
    background-position: center;
    /*background-attachment: fixed;*/
    width: 100%;
    height: 40vh;
}

.end-footer .r-sec {
    position: relative;
    background: url('../image/newsletter.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 40vh;
}

.client-sec h3 {
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    position: relative;
}

.client-sec h3 span {
    bottom: 5px;
    left: 25px;
    position: absolute;
    letter-spacing: 2px !important;
    padding: 0px;
    font-size: 18px;
    margin: 0px;
    color: #000;
}


/*top circle*/

#toTop {
    display: inline-block;
    bottom: 40px;
    top: auto;
    right: 5%;
    width: 40px;
    height: 40px;
    margin: -20px -20px 0 0;
    display: none;
}

#toTop {
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    /*z-index: 9999;*/
    font-size: 0;
    color: transparent;
    color: #fff;
    background: #08458d;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition-property: background, color;
}

#toTop:after {
    content: "\f106";
    font-size: 16px;
    line-height: 40px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.lh1 {
    line-height: 1;
}


/*footer*/

.card1 {
    width: 130px;
    height: auto;
    position: relative;
    display: inline-block;
}

.card1 img {
    transition: .5s ease;
}

.card1 .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 1;
    margin-top: 10px;
    width: 130px;
}

.card1 .img-icon {
    margin-top: 10px;
}

.card1:hover .img-top {
    display: inline;
    opacity: 1;
    margin-top: 15px;
}

.card1:hover .img-icon {
    opacity: 0;
    margin-top: 30px;
}


/*banner*/

.product-banner {
    position: relative;
    background: url('../image/banner/product-scope-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
}

.whyus-banner {
    position: relative;
    background: url('../image/why-us/whyus-banner.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
}


/*printing page*/

.printing-banner {
    position: relative;
    background: url('../image/banner/printing-banner.jpg');
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
}

.banner-inner-txt {
    position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.banner-inner-txt p {
    font-size: 18px;
    font-weight: 600;
    left: 0;
    right: 0;
    position: relative;
    width: 60%;
    margin: auto;
}


/*#printing-process-inner{

      position: relative;

    }

    #printing-process-inner .item{

      padding:20px;

    }

    

    #printing-process-inner .owl-nav i{

       color: #e4120e;

       font-size:30px;

    }

   

    #printing-process-inner.owl-carousel .owl-nav button.owl-next, 

    #printing-process-inner.owl-carousel .owl-nav button.owl-prev

    {

      background:transparent!important;

      margin-left:50px;

     }*/


/* #printing-process-inner .owl-nav{

        position: relative;

        bottom: 0%;

        right: -4%;

        background: transparent;

     }*/


/* #printing-process-inner .owl-nav{

        position: inherit;

        left:55%;

        transform: translateX(-55%);

        width: 200px;

        z-index: 1;

     }*/


/*#printing-process-inner .owl-nav {

        position: absolute;

        top: 5%;

        right: 0%;

        width: 200px;

        z-index: 1;

      }

    */


/* .slider-counter{

        width:100px;

        position: absolute;

        bottom: 2%;

        right:36.5%;

        color: red;

        font-weight:700;

        background: transparent;

    }*/


/*.slider-counter{

        position: absolute;

        bottom: 10px;

        left: 56%;

        transform: translateX(-56%);

        color: red;

        font-weight: 700;

        z-index: 99;

        background: transparent;

    }*/


/*.slider-counter {

      position: absolute;

      top: 7%;

      right: 7%;

      color: red;

      font-weight: 700;

      z-index: 99;

      background: transparent;

    }





    #printing-process-inner ul li

    {

      list-style-type: square;

      list-style-position: inside;

    }*/


/*tab*/

.type-sq li {
    list-style-type: square;
    list-style-position: inside;
}

.printing-tab .nav-tabs .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.printing-tab .nav-tabs .nav-item.show .nav-link,
.printing-tab .nav-tabs .nav-link.active {
    color: #08458d;
    background-color: #f3f3f3;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 17px;
}

.printing-tab .nav-tabs .nav-item.show .nav-link,
.printing-tab .nav-tabs .nav-link:focus,
.printing-tab .nav-tabs .nav-item.show .nav-link,
.printing-tab .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}


/*.printing-tab .tab-head .img-div{

      border: 1px solid #ccc;

      width: 100px;

      height:80px;

      padding: 10px;

      border-radius: 10px;

      margin: auto;

      margin-bottom:10px;

      display: flex;

      align-items: center;

      justify-content: center;

    }*/

.printing-tab .nav-tabs .active .img-div {
    filter: grayscale(0%);
}

.printing-tab .nav-tabs .nav-link:hover {
    color: #08458d;
}

.printing-tab .tab-head .img-div {
    padding: 10px;
    filter: grayscale(100%);
}

.printing-tab .tab-head {
    display: flex;
    align-items: center;
}

.printing-tab .nav-tabs :hover .img-div {
    filter: grayscale(0%);
}


/*contact page*/

.cont-icon {
    width: 2em;
    height: 2em;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #08458d;
}

.cont-icon i {
    line-height: 2em;
    color: #e4120e;
}

.fs3 {
    font-size: 30px;
}

.cont-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s ease-in-out 0s;
}

.m-cont {
    margin: 30px 0;
}

.contact-sec-in {
    background-image: url('../image/call-backform.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.form-sec-in {
    padding: 50px;
}

iframe {
    height: 500px;
}

.form-sec {
    width: 80%;
    margin: auto;
}


/*product*/

.bg-grey {
    background: #f3f3f4;
}

.bg-b {
    background: #ced4da;
}

.prl-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.product .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(rgb(201, 11, 8) 31%, rgba(228, 18, 14, 1) 126%, rgb(0, 0, 0) 100%);
}

.product .nav-pills .nav-link {
    border-radius: 0px;
    color: #000;
    font-size: 20px;
    padding: 30px 20px;
    line-height: 25px;
    font-family: 'Dubai-Bold';
    /*font-family:'Dubai-Medium';        */
}

.product .nav-pills .nav-link span {
    font-size: 15px;
    font-family: 'Dubai-Medium';
}

#book-slider img {
    margin-top: 30px;
    width: 250px;
}

#book-slider .owl-dots .owl-dot span {
    background: #fff;
}

#book-slider .owl-dots .owl-dot.active span {
    background: #e4120e;
}

.product .nav-pills .nav-item:not(:first-child) {
    position: relative;
}

.product .nav-pills .nav-item:not(:first-child):after {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 1px;
    background: #c6c6c6;
}

.service-sec img {
    width: 50% !important;
    margin: auto;
    border-radius: 20px;
}

.service-sec h4 {
    padding: 20px 0;
}

.hrline {
    position: relative;
    top: 20%;
    left: 0px;
    width: 150px;
    height: 2px;
    background-color: #adadad;
}

#service-slider .owl-nav {
    position: absolute;
    top: 5%;
    right: 0%;
    width: 40px;
}

#service-slider .owl-nav button.owl-next,
#service-slider .owl-nav button.owl-prev {
    background: #ced4da!important;
    outline: none;
    width: 30px;
}

#service-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #e4120e !important;
}


/*quote*/

.quotation {
    /*margin: 0 auto;*/
    quotes: "\201C""\201D""\2018""\2019";
    padding: 10px 20px;
    line-height: 1.4;
}

.quotation:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 30px;
    color: #ccc;
    font-size: 4em;
}

.quotation::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 35px;
    color: #ccc;
    font-size: 4em;
}


/*.why-us-sec p{

      margin:auto;

      left:0;

      right:0;

      width:80%;

    }*/


/* .why-us-sec img{

      width:50%;

    }*/

.bg-offwhite {
    background: #fff9c9;
}

.why-div img {
    width: 10% !important;
    margin: auto;
    left: 0;
    right: 0;
    margin-bottom: 30px;
}

.why-div {
    padding: 80px 50px;
    width: 100%;
    height: auto;
    border-radius: 20px !important;
    position: relative;
    z-index: 2;
}

.why-div .head-txt {
    margin: 20px 0px 30px 0;
}

.why-div p {
    margin: auto;
    left: 0;
    right: 0;
    width: 80%;
}

#whyus-slider .owl-nav .owl-prev {
    position: absolute;
    font-size: 80px;
    top: 10%;
    left: 10%;
    color: #000;
    background: transparent!important;
}

#whyus-slider .owl-nav .owl-next {
    position: absolute;
    font-size: 80px;
    top: 10%;
    right: 10%;
    color: #000;
    background: transparent!important;
}

#whyus-slider .owl-dot {
    margin-top: 20px;
}

#whyus-slider .owl-dots .owl-dot.active span {
    background: #e4120e!important;
}

.bk-img {
    position: relative;
}

.bk-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 380px;
    background: url('../image/element1.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.bk-img:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 450px;
    background: url('../image/element2.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 99999;
}

#status {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000;
}

.center-div {
    position: absolute;
    width: 20%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
}

#status img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.typewriter {
    overflow: hidden;
    border-right: .15em solid red;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 3.5s steps(40, end) forwards;
    color: #fff;
    font-size: 50px;
}


/* The typing effect */

@keyframes typing {
    0% {
        width: 0
    }
    50% {
        width: 100%;
    }
    80% {
        border: inherit;
    }
    100% {
        border: inherit;
    }
}

@keyframes blink-caret {
    0% {
        border-color: orange
    }
    50% {
        border-color: orange;
    }
    80% {
        border-color: inherit;
    }
    100% {
        border-right: inherit;
    }
}

.center-div ul {
    /* position: absolute;

  top: 80%;

  left:50%;

  transform: translate(-80%,-50%);*/
    display: flex;
    margin: 0;
    padding: 0;
}

.center-div ul li {
    list-style: none;
    width: 25px;
    height: 25px;
    /*background: #fff;*/
    border-radius: 50%;
    margin-right: 5px;
    animation: ani 1.6s ease-in-out;
}

@keyframes ani {
    0% {
        transform: scale(0.6);
    }
    50% {
        transform: scale(0.2);
    }
    20% {
        transform: scale(0.6);
    }
}

.center-div ul li:nth-child(1) {
    animation-delay: -1.4s;
    /*background-color:#754490;*/
    box-shadow: 0 0 50px #ffff00;
}

.center-div ul li:nth-child(2) {
    animation-delay: -1.2s;
    /*background-color:#b7398b;*/
    box-shadow: 0 0 50px #76ff03;
}

.center-div ul li:nth-child(3) {
    animation-delay: -1s;
    /*background-color:#e41c3b;*/
    box-shadow: 0 0 50px #f06292;
}

.center-div ul li:nth-child(4) {
    animation-delay: -0.8s;
    /*background-color:#f7b022;*/
    box-shadow: 0 0 50px #4fc3f7;
}

.center-div ul li:nth-child(5) {
    animation-delay: -0.6s;
    /*background-color:#f7e86b;*/
    box-shadow: 0 0 50px #ba68c8;
}

.center-div ul li:nth-child(6) {
    animation-delay: -0.4s;
    /*background-color:#d0db69;*/
    box-shadow: 0 0 50px #f57c00;
}

.center-div ul li:nth-child(7) {
    animation-delay: -0.2s;
    /*background-color:#73b92d;*/
    box-shadow: 0 0 50px #673ab7;
}

.center-div ul li:nth-child(8) {
    animation-delay: -0.004s;
    /*background-color:#84cbf1;*/
    box-shadow: 0 0 50px #673ab7;
}

.center-div ul li:nth-child(9) {
    animation-delay: -0.012s;
    /*background-color:#1074bc;*/
    box-shadow: 0 0 50px #673ab7;
}


/*  #zeal-slider .owl-nav{

      position: absolute;

      bottom: 5%;

      width: 40px;

    }

    #zeal-slider .owl-nav button.owl-next, 

    #zeal-slider .owl-nav button.owl-prev

    {

      background: #ced4da!important;

      color:#e4120e;

      font-size:50px;

      outline: none;

      width: 30px;

    }

     #zeal-slider .owl-theme .owl-dots .owl-dot.active span{

        background: #e4120e !important;

    }

*/

.zeal-sec {
    background-image: url('../image/zeal/zeal-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

#zeal-slider .owl-nav {
    position: absolute;
    /* top: 5%; */
    bottom: -5%;
    right: 0%;
    width: 100px;
    margin: auto;
    left: 0;
    right: 0;
}

#zeal-slider .owl-nav button.owl-next,
#zeal-slider .owl-nav button.owl-prev {
    /*background: #ced4da!important;*/
    outline: none;
    width: 30px;
    color: #fff;
    border-radius: 0px !important;
    border: 1px solid #ced4da;
}

.zeal-sec img {
    width: 80% !important;
    height: auto;
    margin: auto;
}

#zeal-slider .owl-nav button.owl-next:hover,
#zeal-slider .owl-nav button.owl-prev:hover {
    background: transparent !important;
}


/*  .chain-sec h5{

      position: relative;

    }

    .chain-sec h5:after{

      position: absolute;

      content:'';

      width:40%;

      height:2px;

      margin:auto;

    }*/

.icon-sec {
    padding: 0 10px;
}

.br-btm {
    width: 20%;
    height: 2px;
    margin: auto;
    background: #b9539f;
    margin-bottom: 20px;
}

.br-btm-blue {
    width: 20%;
    height: 2px;
    margin: auto;
    background: #08458d;
    margin-bottom: 20px;
}

.br-btm-blk {
    width: 20%;
    height: 2px;
    margin: auto;
    background: #343a40;
}

.chain-sec img {
    width: 80px;
    height: auto;
    padding: 20px 0;
}

#turn-slider .owl-nav {
    position: absolute;
    /* top: 5%; */
    bottom: 15%;
    /* right: 0%; */
    width: 100px;
    margin: auto;
    left: -120px;
    /* right: 0; */
}

#turn-slider .owl-nav button.owl-next,
#turn-slider .owl-nav button.owl-prev {
    outline: none;
    width: 30px;
    color: #fff;
    border-radius: 0px !important;
    border: 1px solid #000;
    color: #000;
}

#turn-slider .owl-nav button.owl-next:hover,
#turn-slider .owl-nav button.owl-prev:hover {
    background: transparent !important;
}

.pl-80 {
    padding-left: 70px;
    padding-right: 15px;
}

.gallery-sec {
    background: url('../image/banner/gallery-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/*gallery-tab*/

.gallery-tab .nav-tabs .nav-link {
    color: #212529;
    font-size: 18px;
    font-weight: 600;
}

.gallery-tab .nav-tabs .nav-item.show .nav-link,
.gallery-tab .nav-tabs .nav-link.active {
    color: #212529;
    background-color: transparent;
    border-color: transparent transparent #fff;
    border-bottom: 2px solid !important;
    font-size: 20px;
}

.gallery-tab .nav-tabs .nav-item.show .nav-link,
.gallery-tab .nav-tabs .nav-link:focus,
.gallery-tab .nav-tabs .nav-item.show .nav-link,
.gallery-tab .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.gallery-tab .nav-fill .nav-item {
    /*flex:none;*/
    flex: auto;
    margin-right: 20px;
}

.gallery-tab .nav-tabs {
    border: none;
}

.light-gallery {
    display: grid;
    grid-gap: 7px;
    /*grid-template-columns: repeat(3,1fr); */
    grid-template-columns: auto auto auto;
    /*grid-auto-rows: minmax(1fr,auto);*/
    /*margin: auto 65px;*/
    margin-top: 30px;
}

.light-gallery a {
    display: block;
    position: relative;
}

.light-gallery a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    -webkit-transition: .4s ease-in;
    transition: .4s ease-in;
}

.light-gallery a:hover img {
    filter: grayscale(1);
}

.light-gallery a:hover span {
    transform: translateY(-50%) scale(1);
}

.imgSize img {
    width: 100%;
    height: auto;
    padding: 10px;
}

.md-show {
    display: none;
}


/*  #lightgallery a:nth-child(1){

      grid-column: 1/2;

      grid-row: 1/2;

    }*/

.print-icon {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 20px;
    padding: 30px 20px;
    min-height: 516px !important;
}


/*scroll down*/

.scroll-down {
    text-align: center;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
}

.scroll-down .fas {
    font-size: 20px;
    display: block;
}


/*.scroll-down i{

       visibility: hidden;

      }

      .scroll-down:hover i{

         visibility: visible;

      }*/

.list li {
    list-style: decimal;
    margin-left: 20px;
    padding: 2px 0;
}

.list-sq li {
    list-style: square;
    margin-left: 20px;
    padding: 2px 0;
}


/*gallery-tab*/

.product-tab .nav-tabs .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.product-tab .nav-tabs .nav-item.show .nav-link,
.product-tab .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-color: transparent transparent #000;
    border-bottom: 2px solid !important;
    font-size: 20px;
}

.product-tab .nav-tabs .nav-item.show .nav-link,
.product-tab .nav-tabs .nav-link:focus,
.product-tab .nav-tabs .nav-item.show .nav-link,
.product-tab .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.product-tab .nav-fill .nav-item {
    flex: none;
    margin-right: 40px;
}

.product-tab .nav-tabs {
    border: none;
}

.product-cont {
    padding: 20px 15px 20px 0px;
}

.f-14 {
    font-size: 14px;
}

.txt-grey {
    color: #495057;
}

.bg-customer {
    background: url('../image/banner/testimonial-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.tophead {
    background: #000;
    position: fixed;
    top: 0;
    height: 90px;
}

.tophead img {
    width: 80px;
}

.team-txt {
    padding: 20px;
}

.team-txt h5 {
    padding: 20px 0 5px 0;
}

.team-txt h6 {
    padding: 10px 0;
}


/*ed-focuse*/

#edu-focus .carousel-control-prev,
#edu-focus .carousel-control-next {
    background: #000;
    width: 20px;
    height: 20px;
    top: 40%;
    transform: translateY(-50%);
    position: absolute;
    margin: 0 30px;
}

#edu-focus .list-inline {
    white-space: nowrap;
    cursor: pointer;
}

#edu-focus .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#edu-focus .carousel-indicators>li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#edu-focus .carousel-indicators>li.active img {
    opacity: 0.7;
}

.img-lg img {
    width: 80%;
}

.carousel-control-prev,
.carousel-control-next {
    height: 80%;
}

.r-br {
    position: relative;
}

.r-br:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #000;
    right: 12%;
    top: 50%;
}

.cont-banner {
    position: relative;
    background: url('../image/banner/cont-banner.jpg');
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
}

.sec1,
.icon-sec img {
    transition: all .1s ease-in-out;
}

.sec1:hover {
    background: #8c17174d;
    border-radius: 10px;
    /*padding:20px;*/
}

.sec1:hover .icon-sec img {
    transform: scale(1.2);
}


/*counter*/


/*  .container {

    margin-top: 100px

}*/

.counter-bg {
    background: url('../image/banner/counter-banner.jpg');
    width: 100%;
    background-size: cover;
}

.counter-box {
    /*display: flex;*/
    padding: 10px 0 10px 0px;
    text-align: center;
    background: #ffffff14;
    border-radius: 5%;
    margin: 10px 0px;
}

.counter-box div {
    padding: 0 10px;
}


/*.no span{

  font-size:40px; 

  text-align:left;

}

.no-txt p{

  font-size:18px !important;

  font-weight:500;

}*/

.plus {
    font-size: 30px !important;
}

.d-in {
    display: inline-flex;
}

.counter-div div:not(:last-child) {
    /*border-bottom: 1px solid #fff; */
}

.counter-box p {
    /*margin: 6px 0 0;*/
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #fff;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}


/*book-gallery*/

.gallery-wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}

.gallery-wrap .item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
    width: 100%;
    position: relative;
}

.gallery-wrap .item span {
    position: absolute;
    width: 100%;
    background: #212529fa;
    bottom: 0%;
    text-align: center;
    border-right: 1px solid #ffffff7a;
    padding: 20px 0;
    color: #fff;
}

.gallery-wrap .item:hover {
    flex: 3;
}


/*.heading:hover .item{

   flex:7;

}*/

.gallery-wrap .item:hover span {
    opacity: 0
}


/*.btn-show{

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 0;

    right: 0;

    margin: auto;

    width: 250px;

    max-width: 100px;

    padding: 10px 10px;

    background: #08458d;

    z-index: 999;

    opacity: 1;

    text-align: center;

    color: #fff;

    opacity:0;

}*/

.btn-show {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 150px;
    /*max-width: 300px;*/
    /*padding: 50px 20px;*/
    background: #212529d4;
    z-index: 999;
    opacity: 1;
    text-align: center;
    color: #fff;
    opacity: 0;
}

.view-btn {
    color: #fff;
    padding: 10px;
    /*max-width: 50%;*/
    max-width: 70%;
    margin: auto;
    /*border-bottom: 1px solid #fff;*/
}

.gallery-wrap .item:hover .btn-show {
    opacity: 1
}

.gallery-wrap .item-1 {
    background-image: url('../image/product-scope/educational-books/educational-books1.jpg');
}

.gallery-wrap .item-2 {
    background-image: url('../image/product-scope/children-books/children-books16.jpg');
}

.gallery-wrap .item-3 {
    background-image: url('../image/product-scope/government-tenders/government-tenders1.jpg');
}

.gallery-wrap .item-5 {
    background-image: url('../image/product-scope/hardcase/hardcase4.jpg');
}

.gallery-wrap .item-4 {
    background-image: url('../image/product-scope/stationery/stationery6.jpg');
}

.bg-printing {
    background-image: url('../image/specialist-printing.jpg');
    width: 100%;
    height: 90vh;
    background-size: cover;
    opacity: .8;
}


/*timeline*/

#workflow-slider .slide,
#workflow-slider .slide-last {
    position: relative;
    padding: 10px;
    font-size: 1rem;
    color: black;
    background: white;
    border-radius: 10px;
    margin: 10px 20px;
    min-height: 230px;
}

#workflow-slider .slide:after {
    content: "\f30b";
    font-size: 25px;
    line-height: 40px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    top: 40%;
    right: -35px;
    bottom: 0;
    /* left: 0; */
    color: #fff;
}

#workflow-slider img {
    width: 100%;
    margin: auto;
}

#workflow-slider .owl-nav button.owl-next,
#workflow-slider .owl-nav button.owl-prev {
    background: none !important;
    outline: none;
    width: 30px;
    color: #fff;
    border-radius: 0px !important;
    margin: 20px 10px;
}

#workflow-slider i {
    font-size: 35px;
}

#workflow-slider .owl-nav button.owl-next:hover,
#workflow-slider .owl-nav button.owl-prev:hover {
    background: red;
}

#workflow-slider .slide p,
#workflow-slider .slide-last p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
}

.br-btm-white {
    width: 20%;
    height: 2px;
    margin: auto;
    background: #fff;
    margin-bottom: 20px;
}

.timeline-sec {
    /*background: #456990;*/
    background-color: #08458d;
}

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 50px 0px 100px 0;
    transition: all 1s;
    position: relative;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 210px;
    margin: 10px 60px;
}

.timeline ol li:first-child {
    margin: 10px 50px 10px 20px;
}

.timeline ol li:last-child {
    width: 280px;
}

.timeline ol li div {
    position: absolute;
    width: 260px;
    padding: 10px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: white;
    border-radius: 10px;
}

.timeline ol li div::before {
    content: "\f30b";
    font-size: 26px;
    line-height: 40px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    top: 40%;
    right: -40px;
    bottom: 0;
    color: #fff;
}

.timeline ol li:last-child div:before {
    display: none;
}


/* TIMELINE ARROWS

–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
    display: flex;
    justify-content: center;
    margin: 250px 0 70px 0px;
}

.timeline .arrows .arrow__prev,
.timeline .arrows .arrow__next {
    background: none;
}

.timeline .arrows .arrow__prev i,
.timeline .arrows .arrow__next i {
    cursor: pointer;
    font-size: 40px;
    color: #fff;
}

.timeline .arrows .arrow__prev {
    margin-right: 20px;
}

.timeline .disabled {
    opacity: .5;
}

.timeline .arrows img {
    width: 45px;
    height: 45px;
}

.p5-lr {
    padding: 0px 40px;
}

.timeline p {
    padding: 5px 0px 0px;
    font-weight: 600;
}


/*video*/

.video-sec {
    background: #bdefef;
    /*background:#e25764;*/
}

.video {
    width: 280px;
    height: 500px;
}

.hr-video {
    width: 100% !important;
    height: auto !important;
}

#video-slider {
    padding: 50px 50px 0;
}

.custom-video {
    width: 70%;
    margin: auto;
}

#video-slider .owl-nav .owl-prev {
    left: 0%;
    outline: none;
}

#video-slider .owl-nav .owl-next {
    right: 0%;
    outline: none;
}

#video-slider .owl-nav .owl-prev,
#video-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 30px;
    background: #ffffffab;
    width: 30px;
    margin: 0px;
}

.dark-purple {
    color: #701c75 !important;
}


/*form*/

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.contact-form input[type="text"],
input[type="email"],
textarea,
.form-control {
    height: 60px;
    box-shadow: none;
    color: #222222;
    padding: 11px 30px 13px;
    font-size: 18px;
    line-height: 36px;
    border: 1px solid #08458d70;
    background-color: #f8f9faba;
    border-radius: 0;
}

.contact-form input[type="text"]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.certificate-txt {
    line-height: 25px;
}

.br-10 {
    border-radius: 10px;
}