 
.body{
	font-family: 'Gothic A1', sans-serif;
	font-size:16px;
	}
	.contact-css{
	    color: #37454e;
		text-transform:uppercase;
		font-weight:700;
}
.contact-css, .span1{
	    color: #37454e;
}
.span2{
	    color: #37454e;
		font-size:18px;
		
}
	.fixed-top {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px -1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px -1px 5px 0px rgba(50, 50, 50, 0.75);
}
.navbar-dark .navbar-toggler {
    color: #36454f;
    border-color: #36454f;
}


.fa-bars{
	color: #36454f;
}
h2{
	color:#36454f;
}	 
.contact-pera{
    color: #374550;
	    font-size: 21px;
    text-transform: uppercase;
	font-weight:bold;
}
#preloader {
background:#e9ecef;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:10000;
}
#loader{
	position:absolute;
	left:50%;
	top:50%;
	
}
#loader span{
	
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffc107;
  margin: 0px 5px;
}

#loader span:nth-child(1){
  animation: bounce 1.7s ease-in-out infinite;
}

#loader span:nth-child(2){
  animation: bounce 1s ease-in-out 1.5s infinite;
}

#loader span:nth-child(3){
  animation: bounce 1s ease-in-out 1s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

	p{
	color:#6c6c6f;
	font-size:1em;
	}
 
 
 h3,h4,h5,h6{text-transform:capitalize;
     color: #3a4952;
 }
.navbar-brand  span{
	color: #fed136;
	font-size:25px;font-weight:700;letter-spacing:0.1em;
   
}
.pt-30{
	
	    padding-top: 30px;
}
.w-24{
	    width: 24px;
}

.margin-auto{
	margin:0 auto;
}

.navbar-brand {
	color: #fff;
	font-size:25px;
 
	font-weight:700;
	letter-spacing:0.1em;
}


.navbar-nav .nav-item .nav-link {
    padding: 1em .5em 1em .5em!important;
    font-size: 120%;
    font-weight: 500;
    letter-spacing: 1px;
    color: #36454f;
}
.navbar-nav .nav-item .nav-link:hover{color: #f7d136;
  }
.navbar-expand-md .navbar-nav .dropdown-menu{
	border-top:3px solid #fed136;
}
.dropdown-item:hover{background-color:#fed136;color:#fff;}
nav{-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
	}
	
 .shrink {
 
    padding-top: 0;
    padding-bottom: 7px;
    background-color: #fff;
 
}



.img-process{
	    height: 124px;
    width: 124px;
    /* background-color: #9B5DE5; */
    border: 1px solid #8f8f8e;
}


.banner-text{
	padding:200px 0 150px 0;
}
.banner-heading{
 font-family: 'Work Sans', sans-serif;

	font-size:29px;
 
    margin-bottom: 10px;
color: #ffffffeb;
}
.banner-sub-heading {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 50px;
    font-weight: 200;
    color: #fff;
    letter-spacing: 1px;
    /* font-family: 'Magneto'; */
    /* font-family: 'Satisfy', cursive; */
    font-family: 'Droid Serif';
}

.btn-banner-headding {
    padding: 5px 20px;
    border-radius: 0;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
}
.btn-banner {
    padding: 5px 20px;
    border-radius: 0;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    color: #36454f;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #36454f;
}
.btn-banner1 {
    padding: 5px 20px;
    border-radius: 0;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
}
.text-intro{
	width:90%;
	margin:auto;
	text-align:center;
	padding-top:30px;
}

.work-intro {
    width: 90%;
    margin: auto;
    text-align: center;
    /* padding-top: 30px; */
    padding: 97px 32px;
}

.work{
	    background: #d3d3d34f;
}
.contact
{
	    padding: 72px 0px;
}
.contact-banner{
	background-image:    linear-gradient(
      rgba(128, 128, 128, 0.45), 
      rgba(128, 128, 128, 0.45)
    ),url('K1Pics/Contact Us/contact-banner.jpg');
	text-align: center;
    color: #fff;
   
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

	.contact-text{
	padding:150px 0 54px 0;
}

#button {
    -webkit-box-shadow: 1px 0px 11px 0px rgba(153, 153, 153, 0.91);
    -moz-box-shadow: 1px 0px 11px 0px rgba(153, 153, 153, 0.91);
    box-shadow: 1px 0px 9px 0px rgb(153 153 153 / 35%);
    /* border: 2px solid #e9ecef; */
    display: inline-block;
    background-color: transparent;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 42px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
  
content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 39px;
    color: #dae0e5;
}

 .card{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  
  cursor: pointer;
}

.card:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.active{
 
  color:#f7d136 !important;

}
#button:hover {
  cursor: pointer;
  background-color: #f8f9fa;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

/*.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
 
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}*/
.parallax-section{
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

 #about, #Process,  #Portfolio
 {
	     padding: 30px 0px;
 } 
 
 .about{
	     padding: 69px  0px;
 }
#testimonial .overlay{
	background: rgb(128 128 128 / 76%);
}
.ts-testimonial-slide{
	text-align: center;
	color: #ffffff;
	width: 85%;
	margin: 0 auto;
}

.ts-testimonial-slide .ts-testimonial-item {
  margin-bottom: 15px;
}
.ts-testimonial-slide .ts-testimonial-item .icon-client{
	background: #ffffff;
	width: 29px;
	height: 29px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	float: left;
	text-align: center;
	line-height: 29px;
	margin-top: 2px;
}
.ts-testimonial-slide .ts-testimonial-item .infor-client {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.ts-testimonial-slide .ts-testimonial-item  .client-name{
	padding-left: 38px;
	font-size: 15.8px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	display: block;
	line-height: normal;
	white-space: nowrap;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position{
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	padding-left: 38px;
	display: block;
	text-align: left;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position a{
	color: white;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position a:hover{
	color: #5ed9e7;
}
	.ts-testimonial-slide p{
	font-size: 21px;
	line-height: 30px;
 color:#fff;
	font-family: 'Droid Serif';
	margin-bottom: 15px;
}
 	#testimonial{
	padding: 79px 0 79px;
	background-image: url('K1Pics/HomePage/testimonial.jpg') !important;
}
a:hover{
	color: #f1f1f1;
}
.btn-banner:hover{
	color:#8f8f8ec2;
	background:#f1f1f1;
}
.site-footer
{
  background-color:#26272b;
  padding:59px 0 53px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}

.footer-links li {
    display: block;
    padding-bottom: 11px;
    color: #f1f1f1;
}
.footer-links a
{
  color:#f1f1f1;
}
.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
    color: #ced4da;
    text-decoration: underline;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)

{

  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
 @keyframes fadeInUp {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

 
  .container1{
 margin-bottom:30px;
 }
.container1 .box {
    position:relative;
    width:100%;
    height:calc(257px - 30px);
    background:#6c757d;
    float:left;
  
    box-sizing:border-box;
    overflow:hidden;
    box-shadow:0 5px 10px #dee2e6;
}
.container1 .box:before {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    border-top:1px solid #ffc107;
    border-bottom:1px solid #ffc107;
    box-sizing:border-box;
    transition:0.5s;
    transform: scaleX(0);
    opacity:0;
}
.container1 .box:hover:before {
    transform:scaleX(1);
    opacity:1;
}
.container1 .box:after {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    border-left:1px solid #ffc107;
    border-right:1px solid #ffc107;
    box-sizing:border-box;
    transition:0.5s;
    transform: scaleY(0);
    opacity:0;
}
.container1 .box:hover:after {
    transform:scaleY(1);
    opacity:1;
}
.container1 .box .imgBox {
    position:relative;
}
.container1 .box .imgBox img {
    width:100%;
    transition:0.5s;
}
.container1 .box:hover .imgBox img {
    opacity:.2;
    transform:scale(1.2);
}
.container1 .box .content {
    position:absolute;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    padding:20px;
    box-sizing:border-box;
    text-align:center;
}
.container1 .box .content h4 {
    margin: 0 0 10px;
    padding:0;
    color:#fff;
    transition:0.5s;
    transform:translateY(-50px);
    opacity:0;
    visibility:hidden;
}
.container1 .box .content p {
    margin:0;
    padding:0;
    color:#fff;
    transform:translateY(50px);
    opacity:0;
    visibility:hidden;
}
.container1 .box:hover .content h4,
.container1 .box:hover .content P {
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}

 .image-wrapper{
  margin-bottom:15px;
  }
 .gallery-wrapper .image-wrapper a:hover {
	 /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);*/
}
 .gallery-wrapper .image-wrapper a img {
	 width: 100%;
	 height:300px;
}
 .gallery-lightboxes .image-lightbox {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100vw;
	 height: 100vh;
	 background: rgba(0, 0, 0, 0.8);
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 opacity: 0;
	 visibility: hidden;
	 transition: opacity 0ms ease-in-out;
}
 .gallery-lightboxes .image-lightbox:target {
	 opacity: 1;
	 visibility: visible;
	 z-index:9000;
}
 .gallery-lightboxes .image-lightbox:target .image-lightbox-wrapper {
	 opacity: 1;
	 transform: scale(1, 1) translateY(0);
}
 .gallery-lightboxes .image-lightbox .image-lightbox-wrapper {
	 transform: scale(0.95, 0.95) translateY(-30px);
	 transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
	 opacity: 0;
	 margin: 1em auto;
	 max-width: 75%;
	 padding: 0.5em;
	 display: inline-block;
	 
	 
	 position: relative;
}
 .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close {
	 width: 1.5em;
	 height: 1.5em;
	 background: #000;
	 color: #fff;
	 font-weight: bold;
	 text-decoration: none;
	 border-radius: 50%;
	 box-shadow: 0 0 0 2px white inset, 0 0 5px rgba(0, 0, 0, 0.5);
	 position: absolute;
	 right: -1em;
	 top: -1em;
}
 .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:before {
	 content: '';
	 display: block;
	 width: 10px;
	 height: 2px;
	 background: #fff;
	 margin: 0;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin: -1px 0 0 -5px;
	 transform: rotate(-45deg);
}
 .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:after {
	 content: '';
	 display: block;
	 width: 10px;
	 height: 2px;
	 background: #fff;
	 margin: 0;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin: -1px 0 0 -5px;
	 transform: rotate(45deg);
}
 .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left {
	 position: absolute;
	 top: 0;
	 right: 50%;
	 bottom: 0;
	 left: 0;
}
 .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left:before {
	 content: '';
	 display: inline-block;
	 width: 20px;
	 height: 20px;
	 border: 2px solid #fff;
	 border-bottom: 0;
	 border-right: 0;
	 border-radius: 4px 0 0 0;
	 position: absolute;
	 top: 50%;
	 right: 100%;
	 cursor: pointer;
	 transform: rotate(-45deg) translateY(-50%);
}
 .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 50%;
}
 .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right:before {
	 content: '';
	 display: block;
	 width: 20px;
	 height: 20px;
	 border: 2px solid #fff;
	 border-bottom: 0;
	 border-left: 0;
	 border-radius: 0 4px 0 0;
	 position: absolute;
	 top: 50%;
	 left: 100%;
	 cursor: pointer;
	 transform: rotate(45deg) translateY(-50%);
}
 .gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
	 margin: 0 auto;
	 max-height: 70vh;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}