/* Base CSS */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,500i,700');

.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}

.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 { margin: 0 0 15px }
html,
body { height: 100% }
body {font-family: 'Roboto', sans-serif;
    font-weight:300;
    line-height:1.7   
    color: #212121;
    font-size: 16px;
    line-height: 30px;
}
.aboutus-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #212121;
    z-index: 999;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    transition: .4s; 
}
.about-back{
    float: left;
}
.about-back a {
    color: white;
}
.logo img {
    margin-top: -25px;
    margin-bottom:-25px;
    width: 47%;
    padding: 10px;
}
.section-padding { padding: 100px 0 }
#slider,
.slide-text-table,
#slider .container,
#slider .row,
#slider .col-md-12 { height: 100% }
.slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-image: url(assets/img/kanti-slide-bg-1.jpg);
    background-attachment: fixed;
}
.slide-bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #365509;
    opacity: 0.8;
}
.slide-text-table {
    display: table;
    height: 100%;
    width: 100%;
}
.slide-text-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.slide-text {
    max-width: 650px;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-left:10%;
}
.slide-text h1 {
   font-size: 60px;
    font-weight: 500;
    padding-bottom: 30px;
    position: relative;
    margin-top: 50px;
}
.slide-text h1 a {
    color:#fff;
}
.slide-text h3 {
    font-size: 20px;
    font-weight: 100;}
.slide-text h3 {
    font-size: 20px;
    font-weight: 100;}
.myname {
    font-size: 25px;
    font-weight: 300;
}        

.learn-more {
    border: 2px solid;
    color: #ea891c;
    display: inline-block;
    font-weight: 500;
    margin-top: 40px;
    padding: 5px 60px;
}
.learn-more:hover {
    background-color: #ea891c;
    border-color: #ea891c;
    color: #fff;
    text-decoration: none;
}
header.header,
.sticky-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 40px 0;
    transition: .4s;
}
header.header a { color: #ffffff }
.nav > li > a:hover,
.nav > li > a:focus { background-color: transparent }
.is-sticky header.header .nav > li.active a,
header.header a:hover { color: #DF451B }
.is-sticky header.header {
    padding: 10px 0;
    background: #212121;
}
.is-sticky header.header a { color: #fff }
.logo h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
}
.logo h1 a { }
h2 {
    font-size: 27px;
    font-weight: 700;
}

/*   Progress start  */
.working-progress {
  margin-top: 25px;
}
.single-working-progress {
  margin-top: 25px;
}
.skills {
  text-align: right;
  padding: 3px;
  color: white;
}
.graphics {position:relative;width: 90%; background-color: #4CAF50;}
.website {width: 75%; background-color: #ea891c;}

.graphics-progress {
  background: #ccc;
  position: relative;
}

.graphics-progress::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background: red;
  content: "";
  border-radius: 50%;
  left: 89%;
  z-index: 1;
  text-align: center;
  color: #fff;
  margin-top: -8px;
  line-height: 40px;
}
.graphics::after {
  position: absolute;
  content: "90%";
  width: 20px;
  height: 20px;
  left: 100%;
  color: #333;
  margin-top: -40px;
}
.webdev-progress {
  background: #ccc;
  position: relative;
}

.webdev-progress::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background: red;
  content: "";
  border-radius: 50%;
  left: 74%;
  z-index: 1;
  text-align: center;
  color: #fff;
  margin-top: -7px;
  line-height: 40px;
}
.website::after {
  position: absolute;
  content: "75%";
  width: 20px;
  height: 20px;
  left: 73%;
  color: #333;
  margin-top: -40px;
}


/*   Progress end  */

.vertical-align {
  display: flex;
  align-items: center;
}


.fkr-label {
    margin: 40px 0 0 0;
    padding: 0;
}

.fkr-label li {
    list-style: none;
    display: inline-block;
    padding-right: 50px;
}
.about-section {
    margin-top: 70px;
}
.aboutme {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.aboutme::after {
    position: absolute;
    width: 80px;
    height: 4px;
    background: #ea891c;
    content: "";
    left: 0;
    bottom: -8px;
}
.single-service-item {
    margin: 30px 0;
}
.section-title {
    margin-bottom: 50px;
    text-align: center;
}
.services {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.services::after {
    position: absolute;
    width: 80px;
    height: 4px;
    background: #ea891c;
    content: "";
    left: 50%;
    bottom: -8px;
    margin-left:-40px;
}
.about-text h2 { margin-bottom: 70px }
header.header ul.nav.navbar-nav { margin-right: -30px }
.about-text .about-icon {
    font-size: 50px;
    margin-bottom: 30px;
}
.section-gray { background: #EFEFEF }
.single-service i { font-size: 35px }
.single-service h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}
.single-service { line-height: 25px; margin:30px 0;}
.page-title { margin-bottom: 100px }
.single-article {
    background: none repeat scroll 0 0 #222222;
    padding: 40px;
    position: relative;
}
.single-article:hover:before,
.portfolio-menu:before,
.facts-wrapper:before {
    background: none repeat scroll 0 0 #DF451B;
    content: "";
    height: 7px;
    left: 50%;
    margin-left: -37.5px;
    position: absolute;
    top: 0;
    width: 75px;
}
.single-article a { color: #fff }
.article-header {
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.article-title h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 35px;
    margin-bottom: 30px;
}
.article-footer {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.article-footer img.author-thumb {
    border-radius: 50%;
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 60px;
}
.article-title { min-height: 135px }
.owl-nav {
    left: 0;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-nav > div {
    font-size: 30px;
    position: absolute;
}
.owl-nav > div.owl-prev { left: -15px }
.owl-nav > div.owl-next { right: -15px }
.article-list .owl-nav > div.owl-prev { left: -35px }
.article-list .owl-nav > div.owl-next { right: -35px }
.article-list .owl-nav > div { font-size: 40px }
#portfolios { padding-top: 100px }
.portfolio-menu {
    text-align: center;
    position: relative;
}
.portfolio-menu li {
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 15px;
}
.portfolio-menu:before { top: -50px }
.portfolio-menu li.active {
    border-color: #DF451B;
    color: #DF451B;
}
.portfolio-menu ul {
    margin: 0 0 30px;
    padding: 0;
}
.portfolio-items { }
.single-portfolio { width: 25% }
/* Common style */
.single-portfolio {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
}
.single-portfolio h2 span { font-weight: 200 }
.single-portfolio img {
    position: relative;
    display: block;
    opacity: 0.8;
    width: 100%;
    height: auto;
}
.single-portfolio figcaption {
    padding: 0 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.single-portfolio figcaption::before,
.single-portfolio figcaption::after { pointer-events: none }
.single-portfolio figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.single-portfolio figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 100%;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
figure.single-portfolio figcaption:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    content: "";
    left: 0;
    top: 0;
    opacity: .6;
}

.capover {
    position:absolute;
    bottom: 0;
    padding: 1em;
    height: 70px;
    width:100%;
    background: #fff;
    color: #3c4a50;
    margin-left:-20px;
}
figure.single-portfolio h2 {
    float: left;
    margin: 0;
    font-size:22px;
}
figure.single-portfolio p.icon-links a {
    color: #3c4a50;
    float: right;
    font-size: 20px;
    margin-left: 15px;
    margin-top: 2px;
}
figure.single-portfolio:hover p.icon-links a:hover,
figure.single-portfolio:hover p.icon-links a:focus {
    color: #DF451B;
    text-decoration: none;
}
figure.single-portfolio p.description {
    position: absolute;
    bottom: 8em;
    padding: 0 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}
figure.single-portfolio h2,
figure.single-portfolio p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
figure.single-portfolio p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
figure.single-portfolio h2 { display: inline-block }
figure.single-portfolio:hover p.description { opacity: 1 }
figure.single-portfolio:hover figcaption,
figure.single-portfolio:hover h2,
figure.single-portfolio:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.single-portfolio:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
figure.single-portfolio:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
figure.single-portfolio:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
figure.single-portfolio:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.icon-links { margin: 0 }
.section-dark {
    background: #212121;
    color: #fff;
}
.section-dark a { color: #fff }
#testimonials { padding: 70px 0 }
.single-testimonial i { margin-bottom: 25px }
.author-name {
    font-style: italic;
    margin-top: 20px;
}
.single-team { font-size: 15px }
.single-team h2 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 50px;
    text-transform: uppercase;
}
#facts {
    position: relative;
    color: #fff;
}
.facts-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(assets/img/facts-bg.jpg) no-repeat fixed center center;
    background-size: cover;
}
.facts-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    content: "";
}
.facts-wrapper {
    padding: 40px 0;
    position: relative;
}
.facts-wrapper:before {
    top: inherit;
    bottom: -7px;
    z-index: 99;
}
.facts-wrapper::after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.34;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-fact {
    color: #eee;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 30px 0;
    position: relative;
    z-index: 99;
}
.single-fact h2 {
    margin-bottom: 15px;
    padding-bottom: 20px;
    position: relative;
}
.single-fact h2::after {
    background: none repeat scroll 0 0 #4d4c4b;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -37.5px;
    position: absolute;
    width: 75px;
}
.event-title {
    color: #555;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: left;
}
.event-title p { margin-bottom: 5px }
.event-title h2 {
    color: #212121;
    font-size: 24px;
}
.event-content {
    padding: 0;
    text-align: left;
}
.single-event { margin-bottom: 70px }
#more-events { padding: 50px 0 }
.single-old-event {
    border-left: 5px solid #212121;
    color: #555555;
    font-size: 14px;
    margin-left: 30px;
    padding: 5px 0 5px 20px;
}
.single-event i.fa{ margin-left: 12px }
.single-old-event p {
    letter-spacing: 1px;
    margin: 0;
}
.single-old-event h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.single-old-event a { color: #212121 }
.twitter-feed-top {
    font-size: 30px;
    margin-bottom: 40px;
}
.single-twitter-feed img { margin-bottom: 35px }
.author-twitter { margin-top: 25px }
.author-twitter a {
    color: #212121;
    font-weight: 700;
}
.twitter-feed-top {
    font-size: 30px;
    margin-bottom: 40px;
}
.single-twitter-feed img { margin-bottom: 35px }
.author-twitter { margin-top: 25px }
.author-twitter a {
    color: #212121;
    font-weight: 700;
}
#footer {
    background: none repeat scroll 0 0 #313131;
    color: #999;
    font-size: 14px;
}
.footer-contact h2 {
    color: #eee;
    font-size: 22px;
    text-transform: uppercase;
}
.footer-ct-form input[type="text"],
.footer-ct-form input[type="email"],
.footer-ct-form textarea {
    background: none repeat scroll 0 0 #212121;
    border: medium none;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    border-bottom: 1px solid #474747;
}
.footer-ct-form select {
    background: none repeat scroll 0 0 #212121;
    border: medium none;
    width:100%;
    color: #777;
    transform: uppercase;
    text-transform: uppercase;
    padding: 10px 8px;
}
.footer-ct-form option{
    text-transform: capitalize;
}
.footer-widget h2 {
    color: #ddd;
    font-size: 15px;
    text-transform: uppercase;
}
.footer-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    line-height: 25px;
}
.footer-widget a { color: #aaa }
.footer-widget a:hover,
#footer a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-ct-form textarea { height: 100px }
.footer-sep {
    background: none repeat scroll 0 0 #474747;
    height: 1px;
    margin: 20px 0;
    width: 100%;
}
.footer-ct-form input[type="submit"] {
    background: url(assets/img/send_sep.png) no-repeat scroll right center;
    border: medium none;
    padding: 0 15px 0 0;
    text-transform: uppercase;
}
.footer-menu {
    text-align: right;
    margin-top: 15px;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu li { display: inline-block }
.footer-menu a {
    color: #aaaaaa;
    padding-left: 20px;
    text-transform: uppercase;
}
a { color: #DF451B }
.footer-copyright span.seprator,
.footer-copyright i.fa {
    display: inline-block;
    padding: 0 5px;
}

#tweet ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.vertical-align {
    display: flex;
    align-items: center;
}

.site-footer .about-text {
  padding: 0;
  padding-right: 40px;
}

.site-footer {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 40px;
}
.site-footer, .site-footer a {
  color: #727070;
}
.widget-title {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.widget-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #fc721e;
  content: "";
}

.email-subscribe {
  background: #222;
}
.email-subscribe input, .email-subscribe button {
  background: none;
  border: none;
  padding: 10px;
  color: #fff;
}
.email-subscribe button {
  float: right;
  width: 20%;
}
.email-subscribe input {
  width: 79%;
}
input:focus, a:focus, button:focus, textarea:focus {
  outline: none;
}


.footer li {
  position: relative;
  padding-left: 30px;
  line-height: 35px;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  font-family: fontAwesome;
}

.footer li a:hover {
  color: #fff;
}

.footer .footer-logo {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 25px;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 30px;
}

.social-section {
    margin: 30px 0;
}
.social-link {
    display: inline-block;
    padding-left: 0;
}
.footer .social-link {
  margin-left: -35px;
}
.social-link a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #f5f3f3;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    margin-left: 7px;
}

.social-link i.fa {
  padding-right: 0;
  color: #f5f3f3;
}

.social-link a:hover {
  background-color: #fc721e;
  border-color: #fc721e;
}
.copyright-text {
  text-align: center;
  padding-top: 25px;
  margin-top: 70px;
}

.single-blog-post h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 25px;
}
.single-blog-post h4 span {
  font-weight: 300;
  display: block;
  margin-top: 10px;
}
#footer p {
}

#footer .contact-info p {
  font-weight: 200;
}
#footer .contact-info-single {
  margin-bottom: 18px;
  padding-left: 30px;
  position: relative;
  line-height: 25px;
  font-size: 16px;
}

#footer .contact-info-single i.fa {
  color: #fc721e;
  position: absolute;
  left: 0;
  top: 5px;
  font-size:18px;
}
.email-subscribe {
    margin-top: 20px;
    background: #222;
}
.email-subscribe input {
    width: 79%;
}
.email-subscribe input, .email-subscribe button {
    background: none;
    border: none;
    padding: 10px;
    color: #fff;
}

/* Carousel website-list  */
.event-list .owl-dots{
    text-align: center;
}
.event-list .owl-dots div {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.event-list .owl-dots div.active {
    background:red;
    }


.website-list .owl-dots{
    text-align: center;
}
.website-list .owl-dots div {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.website-list .owl-dots div.active {
    background:red;
    }
    
.boxed-btn {
    background-color: #DF451B;
    padding: 8px 30px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    font-size: 12;
    font-weight: 700px;
}
.boxed-btn:hover, .boxed-btn2:hover {
    text-decoration: none;
    color: #fff;
    background-color: #c8350d;
} 
.boxed-btn2 {
    border: solid 1px #DF451B;
    padding: 8px 30px;
    border-radius: 4px;
    color: #333;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 30px;
    display: inline-block;
    font-size: 12;
    font-weight: 700px;
}

    .single-client {
    padding: 0 10px;
}
  
  
      

.single-box-item{background-image: url(assets/img/kanti-f2.jpg)}
.box-bg-2{background-image: url(assets/img/kanti-f3.jpg)}
.box-bg-3{background-image: url(assets/img/col2.jpg)}
.box-bg-4{background-image: url(assets/img/col3.jpg)}
.box-bg-5{background-image: url(assets/img/col1.jpg)}

.section-padding {
  padding: 50px 0;
}
.section-title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  padding: 0 20%;
}
.row.nopadding .col-md-4 {
  padding: 0;
}
.row.nopadding {
  margin: 0;
}
.single-box-item {
  height: 600px;
  background-size: cover;
  background-color: #ddd;
  background-position: center top;
  position: relative;
}
.single-box-item.half-size {
  height: 300px;
}
.box-item-hover {
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.box-item-hover:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #555;
  content: "";
  z-index: -1;
  opacity: 0.8;
}
.box-item-table {
  display: table;
  width: 100%;
  height: 100%;
}
.box-item-tablecell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.large-img {
  color: green;
  font-size: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.single-box-item:hover .box-item-hover {
  opacity: 1;
  visibility: visible;
} 
.experience-content p {
    line-height: 24px;
    margin-bottom: 30px;
}
.experience-content h3 {
    margin-bottom: 5px;
}
.experience-content h5 {
    font-size: 12px;
    font-style: italic;
} 
.note-text{
    
}

.single-product {
    margin: 70px 0;
}
.product-bot-bg{background-image: url(assets/img/brochure3.jpg)}
.product-bot-bg-2{background-image: url(assets/img/poster6.jpg)}
.product-bot-bg-3{background-image: url(assets/img/print-folder.jpg)}
.product-bot-bg-4{background-image: url(assets/img/print-folder-front.jpg)}
.product-bot-bg-5{background-image: url(assets/img/New_calender_wal11x22_1.jpg)}
.product-bot-bg-6{background-image: url(assets/img/print-design.jpg)}
.product-bot-bg-7{background-image: url(assets/img/print-design-in.jpg)}
.product-bot-bg-8{background-image: url(assets/img/poster3.jpg)}
.product-bot-bg-9{background-image: url(assets/img/poster_3x4_b.jpg)}
.product-bot-bg-10{background-image: url(assets/img/weekend_offerr.jpg)}
.product-bot-bg-11{background-image: url(assets/img/x-banner.jpg)}
.product-bot-bg-12{background-image: url(assets/img/medicare.jpg)}
.product-bot-bg-13{background-image: url(assets/img/vector-design-chair-gray.jpg)}
.product-bot-bg-14{background-image: url(assets/img/brochure2.jpg)}
.product-bot-bg-15{background-image: url(assets/img/brochure1.jpg)}
.product-bot-bg-16{background-image: url(assets/img/petcare.jpg)}
.product-bot-bg-17{background-image: url(assets/img/backdrop_final.jpg)}
.product-bot-bg-18{background-image: url(assets/img/tax_services.jpg)}
.product-bot-bg-19{background-image: url(assets/img/calender_wal1.jpg)}
.product-bot-bg-20{background-image: url(assets/img/map.jpg)}
.product-bot-bg-21{background-image: url(assets/img/md.jpg)}
.product-bot-bg-22{background-image: url(assets/img/poster5.jpg)}
.product-bot-bg-23{background-image: url(assets/img/electric_services.jpg)}



.product-section-padding {
  padding: 50px 0;
}
.product-section-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
.product-section-title h2 {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
line-height: 20px;
}
.product-section-title h2 span {
  color: #1cc9ce;
}

.product-bot-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #999;
    width: 100%;
    height: 250px;
    z-index: 1;
    text-align: center;
    border-radius: 5px 5px 0 0;
    transition:.3s;

}
.product-bot-bg i {
  position: absolute;
  width: 74px;
  height: 74px;
  background: #26395a;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  bottom: -20px;
  left: %50;
  margin-left: -37px;
    transition:.3s;

}
.product-bot-bg i:before {
  margin: 0;
  font-size: 30px;
  line-height: 64px;
}

.single-product-box {
  display: table;
  position: relative;  
  border-radius: 5px 5px 0 0 inherit;
  border: 1px solid #e5e5e5;
    display: block;color:#333;
}
.single-product-box h2 {
    text-transform: capitalize;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 35px;
    font-weight:300;
}
.single-product-box:hover .product-bot-bg i {
    background: #1cc9ce;
    border-color: #26395a;
}
.single-service-box:hover h2 {
  background: #26395a;
    color:#fff;
}

.modal-header h2 {
  border-bottom: 2px solid red;
  padding-bottom: 10px;
}
.discrip {
  font-size: 13px;
  margin-top: 20px;
}
.modal-body h3 {
  font-size: 15px;
  margin-top: 40px;
}
.modal-body span {
  font-size: 45px;
  color: red;
}

.modal-content.custom-modal {
  padding: 0px;
}

.modal-footer h5 {
  font-style: italic;
  color: #777;
  font-weight: 300;
}
.margin-left{text-align: left;}
.margin-right{text-align: right;}


.print-over {
 display: table-cell;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 72%;
    z-index: 1;
    color: #333;
    transition: .3s;
    opacity: 0;
    transform: scale(0.5);
}
.print-over::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .7;
    z-index: -1;
    background: #fff;
}
.single-product-box:hover .print-over {
  opacity: .7;
  width: 100%;
  height: 70%;
  visibility: visible;
  transform: scale(1);
  cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;

}
.print-over p {
    padding: 42% 7%;
    font-size: 18px;
    height: 1007%;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrapno;
    line-height: 18px;
}