@import url('https://fonts.googleapis.com/css?family=Assistant|Kite+One|Montserrat');

*
{
    box-sizing: border-box;
}
html, body {
    
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position:relative;
    overflow-x: hidden;
   
}
/*----------------------snow-fall--------------------*/
HTML  CSS  JS  Result
EDIT ON
 .winter-is-coming, .snow {
  z-index: 100;
  pointer-events: none;
}




/*---------------------------------------------------*/
/*-----------------------christmas-theme---------------------------*/
.header-main {  
}

.inside-row-wrapper {
    float: left;
    width: 94%;
    margin: 2% 3% 3% 3%;
}

.header-logo
{
    width: 100%;
    float: left;
    height: auto;
}
.logo
{
    width: 200px;
    height: auto;
    padding: 5px;
    float: right;
    margin: 20px 5px;
    background-color: rgba(255, 255, 255, 0.43);
    
}
.logo-sidebar
{
    width: 200px;
    height: auto;
    padding: 5px 5px 5px 5px;
    float: right;
    margin: 20px 26px 20px 25px; 
}
.backword
{
    position: relative;
    width: 4%;
    height: 25%;
    top: -195px;
    color: rgba(53, 75, 94, 0.49);
    font-size: 52px;
    background-color: transparent;
    border: 0;
}
.forward
{
    position: relative;
    width: 4%;
    height: 25%;
    top: -195px;
    left: 91%;
    color: rgba(53, 75, 94, 0.49);
    font-size: 52px;
    background-color: transparent;
    border: 0;
}
.btn-menu
{
    width: auto;
    float: left;
    font-size: 20px;
    /*border: 2px solid #e3605a;*/
    padding: 4px 11px 3px 10px;
    /*border-radius: 20px;*/
    z-index: 9999;
    position: relative;
    top: 31px;
    left: 15px;
    transition: ease 0.3s;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.75);
}

.btn-menu:hover {
    background: white;
    cursor: pointer;
}

.menu
{
    font-size: 20px;
    color: #e3605a;
}
.social-menu
{
    width: 100%;
    height: auto;
    float: left;
    padding:0 5%;
    margin: 0;
}
.social-icon
{
    font-size: 20px!important;
}

.social-menu>li
{
    width: 25%;
    height: auto;
    float: left;
    padding:2px 20px;
    list-style: none;
    text-decoration: none;
}
.social-icon:nth-child(1):hover
{
    color:#e3605a; 
}
.social-icon:nth-child(1):hover
{
    color:#ffc400; 
}
.social-icon:nth-child(1):hover
{
    color:#dc3029; 
}
.list-content
{ 
    width: 100%;
    float: left;
    height: auto; 
}
.listimage
{
   width: 20%;
    float: left; 
}
.construction-machine
{
    width: 50px;
    position: relative;
    left: -10px;
    top: 5px;
}
/*span
{
    padding:5px 0 5px 0;
}
span:hover
{
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #da251d;
    transition: 2s;
}*/
li.project-navigate:nth-child(1):hover .bottom-line {
    width: 0%;
    height: 3px;
    padding: 0 0 0 55px;
    margin: 0 0 0 27px;
    background: #e36013;
    transition-duration: 2s;
}
li.project-navigate:nth-child(2):hover .bottom-line {
    width: 0%;
    height: 3px;
    padding: 0 0 0 75px;
    margin: 0 27px;
    background: #ffc400;
    transition-duration: 2s;
}
li.project-navigate:nth-child(3):hover .bottom-line {
    width: 0%;
    height: 3px;
    padding: 0 0 0 75px;
    margin: 0 27px;
    background: #e3605a;
    transition-duration: 2s;
}
li.project-navigate:nth-child(4):hover .bottom-line {
    width: 0%;
    height: 3px;
    padding: 0 0 0 85px;
    margin: 0 27px;
    background: #dc3029;
    transition-duration: 2s;
}
li.project-navigate:nth-child(5):hover .bottom-line {
    width: 0%;
    height: 3px;
    padding: 0 0 0 100px;
    margin: 0 27px;
    background:#43152c;
    transition-duration: 2s;
}
li.project-navigate:nth-child(6):hover .bottom-line {
    width: 0%;
    height: 3px;
    padding: 0 0 0 125px;
    margin: 0 0 0 27px;
    background: rgba(236, 88, 81, 0.85);
    transition-duration: 2s;
}
#service-sub-content
    {
    	margin-top:-35px;
    }


/*----------------------slider----------------------*/
.main-page-slider
{
    height:260px; 
    padding:0;
}
.slider
{
    height: 100%;
    z-index: -9999;
    position: relative;
    top: -121px;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/*.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .9} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}*/
.backword
{
    position: relative;
    height: 45px;
    width: 42px;
    top: 74px;
    color: #e46a64;
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.92);
    border: 0;
    outline: none;
}
.forward
{
    position: relative;
    height: 45px;
    width: 45px;
    top: 74px;
    left: 93.95%;
    color: #e3605a;
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.92);
    border: 0;
    outline:none;
    transition: ease-in;
}
.backword:hover {
    left: -3px;
    color:#337ab7;
}
.forward:hover {
    left: 93.25%;
    color:#337ab7;
}
/*----------------------slider----------------------*/
.page-inside-wrap {
    padding: 0 2%;
    float: left;
    width: 100%;
}
/*-----------------block1------------------------------*/
.block1
{
    padding: 2px;
    float: left;
}
h3
{
    font-size: 30px;
    font-weight: 700;
    color: #e3605a;
    margin: 5px;
    padding: 14px 0px 15px 0;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;}
.block1-header
{
    font-size: 25px;
    margin: 5px;
    padding: 10px 0px;
    color: #337ab7;
    padding: 0;
    font-family: 'Kite One', sans-serif;
    text-shadow: 2px 0px gainsboro;
}
.project-title-image {
    width: 18%;
    padding: 5px;
}
.project-title-image:hover {
    width: 18%;
    padding: 5px;
    position: relative;
    animation-name: example;
    animation-duration: 5s;
}
@keyframes example
{
    0%
    {
        left: 0px;
        top: 0px;
    }
    50% 
        {
        left: 120px;
        top: 0px;
        }
    100%
    {
        left: 0px;
        top: 0px;
        transform: rotateY(180deg);
    }
}
.block1-content
{
    font-size: 16px;
    margin: 5px;
    float: left;
    text-align: justify;
    font-family: 'Assistant', sans-serif;
    color: #555;
    word-spacing: 2px;
    line-height: 25px;
}
.link-block
{
    width: 20%;
    float: left;
    padding: 20px 0;
}
.link 
{
    position: relative;
    font-size: 13px;
    font-weight: 600;
    margin: 5px;
    font-family: 'Assistant', sans-serif;
    float: left;
}
.link:after 
{
    position: absolute;
    top: 8px;
    right: -15px;
    width: 9px;
    height: 2px;
    background: #337ab7;
    content: " ";
}
.block1-sublock2-image
{
    padding: 40px 5px 5px 5px;
}
.block1-image
{
    width: 100%;
    height: 345px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/photo/shraddhawork.jpg');
}
/*.block1-image:hover
{
    width: 100%;
    height: 400px;
    display: block;
    background-image: url('../images/photo/workimg7.jpg');
    transition: 2s;
}
/*--------main-page-testimonial---------------------*/
.t-head
{
    font-size: 16px;
    font-weight: 700;
    color: #e3605a;
    margin: 5px;
    padding: 5px 0px 2px 0;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.testimonial-image {
    width: 50%;
    height: auto;
    float: left;
    margin: 0 24%;
    padding: 0;
}
.block1-oc-head {
    font-size: 16px;
    font-weight: 700;
    color: #e3605a;
    margin: 5px;
    padding: 2px 0px 2px 0;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}
.modal-mainpage-image {
    width: 100%;
    height: auto;
    padding: 40px;
    margin: 0;
    float: left;
    border-radius: 60px;
}
 .modal-content1 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    height: auto;
}
    
/*-----------------------------client-slider---------------------------*/
.block2-client-info
{
        width: 100%;
    height: 200px;
    float: left;
    padding: 5px 5px 5px 5px;
    background: whitesmoke;
}
.block2-text-box {
 padding-right: 0px !important;
 padding-left: 0px !important;
}

#myPageContent,
section {
 height: 100% !important;
 width: 100% !important;
}


/* Slider */

#textSlider.row {
 width: 100%;
 float: left;
}

/*#textSlider div {
 color: #e3605a;
 font-family: 'Lato', sans-serif;
 text-transform: uppercase;
}*/

.iamCol {
 text-align: right;
 float: left;
 font-weight: 300;
 font-size: 30pt;
}

.iamCol p:nth-child(2) {
 margin-top: -20pt !important;
}

.slideCol {
 text-align: left;
 overflow: hidden;
 font-weight: 900;
 font-size: 70pt;
 display: block;
 white-space: nowrap;
}

.slideCol p {
 margin: 0px !important;
}

.scroller {
 height: 70pt;
 top: 42px;
    top: 25px;
 position: relative;
 line-height: 70pt;
 overflow: hidden;
}

.scroller .inner {
 animation: 10s normal infinite running scroll;
 position: absolute;
 top: -15px;
}

@keyframes scroll {
 0% {
  margin-top: 0px;
 }
 15% {
  margin-top: 0px;
 }
 25% {
  margin-top: -70pt;
 }
 40% {
  margin-top: -70pt;
 }
 50% {
  margin-top: -140pt;
 }
 65% {
  margin-top: -140pt;
 }
 75% {
  margin-top: -210pt;
 }
 90% {
  margin-top: -210pt;
 }
 100% {
  margin-top: 0px;
 }
}
.outsider-caption
{
    font-size: 15px;
    text-align: center;
    background-color: transparent;
    padding: 10px 5px 2px 5px;
    color: #2f3639;
    text-shadow: 0 0 black;
    font-family: 'Montserrat', sans-serif;
}
.caption
{
    font-size: 20px;
    text-align: center;
    background-color: transparent;
    padding: 2px 5px 2px 5px;
    color: #2f3639;
    font-family: 'Cabin', sans-serif;
}
.map2
    {
        display: none;
    }
.map1
    {
        display: block;
    }
.logoblock
{
    width: 100%;
    margin: 0 60px;
}
.copy
{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 12px;
    font-family: 'Assistant', sans-serif;
    text-align: center;
    color: grey;
}
/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) and (max-width: 479px) {
 #textSlider.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
 }
 .iamCol {
  text-align: center;
  font-size: 20pt;
 }
 .iamCol p {
  display: inline !important;
 }
 .slideCol {
  font-size: 25pt;
  text-align: center;
  margin-top: -20px;
 }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) and (max-width: 765px) {
 #textSlider.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
 }
 .iamCol {
  text-align: center;
  font-size: 25pt;
 }
 .iamCol p {
  display: inline !important;
 }
 .slideCol {
  font-size: 38pt;
  text-align: center;
  margin-top: -20px;
 }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 992px) {
 #textSlider.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
 }
 .iamCol {
  text-align: center;
  font-size: 30pt;
 }
 .iamCol p {
  display: inline !important;
 }
 .slideCol {
  font-size: 50pt;
  text-align: center;
  margin-top: 5px;
 }
    
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 #textSlider.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
 }
 .iamCol {
  text-align: right;
  font-size: 30pt;
 }
 .slideCol {
  font-size: 55pt;
  text-align: left;
 }
}
.client-info-box
{
    margin: 5px;
    font-size: 16px;
    color: #555;
    text-align: justify;
    font-family: 'Cabin', sans-serif;
}
.client-list
{
    width: 100%;
    margin-right: 50px;
    font-size: 28px;
    color: rgba(85, 85, 85, 0.75);
}

.client-info-box
{
    font-size: 17px;
    margin: 5px;
    color: #555;
    padding: 0;
    font-family: 'Kite One', sans-serif;
}
.client-logo
{
    padding: 2px;
}
.logo1
{
    width: 200px;
    height: 70px;
    padding: 2px;
}
.logo2
{
    width: 25%;
    height: auto;
    padding: 2px;
}
.logo3
{
    width: 25%;
    height: auto;
    padding: 2px;
    position: relative;
    top: -30px;
}
.logo4
{
    width: 35%;
    height: auto;
    padding: 2px;
    position: relative;
    top: -10px;
}
.logo5
{
    width: 22%;
    height: auto;
    padding: 2px;
    position: relative;
    top: -8px;
}
.logo6
{
    width: 32%;
    height: auto;
    padding: 2px;
    position: relative;
    top: -20px;
}
.koltepatil-client-logo
{
    width: 13%;
    padding: 2px;
    position: relative;
    top: -30px;
    left: 50px;
}
.brand-name
{
    position: relative;
    top: -10px;
}
.block3
{
    width: 100%;
    height: 350px;
    float: left;
    background-size: cover;
    /*background-image: url('../images/photo/constructionimages2.jpg')*/
}
.block3-header
{
    font-size: 30px;
    font-weight: 700;
    color: #e3605a;
    text-align: justify;
    margin: 5px;
    padding: 20px 0px 20px 0;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}
.block3-info
{
    width: 99%;
    font-size: 20px;
    margin: 5px;
    color: #555;
    padding: 0; 
    text-align: justify;
    font-family: 'Cabin', sans-serif;
    padding: 5px 5px 5px 5px;
}
.block3-subblock-head
{
    font-size: 16px;
    font-weight: 700;
    color: #3f82bb;
    text-align: justify;
    margin: 5px;
    padding: 30px 0px 15px 0;
    letter-spacing: 2px;
    font-family: 'Assistant', sans-serif;
}
.block3-subblock-info
{
    font-size: 16px;
    margin: 5px;
    margin: 5px;
    float: left;
    text-align: justify;
    font-family: 'Assistant', sans-serif;
    color: #555;
    cursor: default;
    word-spacing: 2px;
    line-height: 24px;
}
/*.block3-subblock-info:hover
{
    color: #e3605a;
}*/
/*-----------------------------client-slider----------------------------*/
/*----------------------------footer-----------------------------------*/
.footer {
   /* background-size: 100%;
    background-image: url(../images/photo/footerimage.png);
    background-repeat: no-repeat;
    height: 420px;
    background-position-y: 147px;*/
    float: left;
    width: 100%;
    padding: 10px 0px;

}
.section-seperator {
    border-bottom: 1px solid transparent;
}
.content-md {
    padding-top: 45px;
    padding-bottom: 0px;
}
 li a {
    font-size: 16px;
    font-weight: 500;
    color: #515769;
}
.footer .footer-list {
    width: 100%;
   font-size: 18px;
    margin-bottom: 0;
    font-family: 'Assistant', sans-serif;
    padding: 10px 50px 10px 50px;
    float: left;
}
.footer .footer-list-item {
    color: #777984;
    margin-bottom: 0px;
    float: left;
    padding: 2% 4%;
}
li.footer-list-item>a
{
    text-decoration: none;
    list-style: none;
}
.footer-slider-image
{
     background-size: 100%;
    background-image: url(../images/photo/footerimage1.png);
    background-repeat: no-repeat;
    height: 420px;
    background-position-y: 145px;
}
.copyright-block
{
    width: 100%;
    height: auto;
    float: left;
    padding: 2% 3% 5% 9%;
    margin: 0;
}
.footer-logo
{
    width: 170px;
    height: auto;
    float: left;
    padding: 1%;
    margin: 0;
}
.copyrigth-info
{
    width: 68%;
    float: left;
    padding: 5% 2% 4% 2%;
    margin: 0;
    font-size: 14px;
    font-family: 'Assistant', sans-serif;
}
/*-----------------------------project-page----------------------------*/
/*----------------------------project-page-----------------------------------*/
.banner
{
    width: 100%;
    height: 365px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-image: url(../images/photo/bannerproject2.jpg);
    z-index: -9999;
    position: relative;
    top: -120px;
}
.project-info
{
    width: 100%;
    height: 365px;
    text-align: center;
    float: left;
    margin: 0;
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    background: rgba(255, 196, 0, 0.5);
    padding: 136px 0; 
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.58);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 75%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 0.7;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  background: rgba(0, 0, 0, 0.35);
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
    font-size: 20px;
  text-align: center;
  background-color: transparent;
  padding: 10px 5px 2px 5px;
  color: #2f3639;
  font-family: 'Cabin', sans-serif;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
    width: 96%;
    height: auto;
    margin: 2%;
    padding: 5%;
    transition: 0.3s;
    /*box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.17);*/
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.lightbox-img-size
{
    width: 500px;
}
#all-section-veenaimage
{
    height: 500px;
}
#large-img-all-section
{
    width: 400px;
    height: 350px;
    
}
.large-img-all-section
{
    height: 350px!important;
    
}
.shraddha-slide8
{
    height: 536px;
}
.project-details
{
    width: 100%;
    height: auto;
    padding: 5%;
    text-align: justify;
    font-size: 15px;
    font-family: 'Assistant', sans-serif;
    color: #555;
}
.title
{
    width: 25%;
    height: auto;
    float: left;
    color: coral;
    font-family: 'Montserrat', sans-serif;
}
.para-extra
{
    width: 71%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    font-family: 'Assistant', sans-serif;
}
.caption
{
    font-family: 'Montserrat', sans-serif;
}
.direction-button-left
{
    position: relative;
    height: 45px;
    width: 30px;
    top: -45px;
    float: left;
    color: #e46a64!important;
    font-size: 30px;
    border: 0;
    outline: none;
    background-color: rgba(255, 255, 255, 0.92);
}
.direction-button-right
{
    position: relative;
    height: 45px;
    width: 30px;
    top: -45px;
    float: right;
    color: #e46a64!important;
    font-size: 30px;
    border: 0;
    outline: none;
    background-color: rgba(255, 255, 255, 0.92);
}
/*-----------------------------toggle-lightbox------------------------*/

.project-gallery-toggle {
    margin: 0 auto;
    float: none;
    width: 407px;
}
.tablink
{
    color: rgba(0, 0, 0, 0.7);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Assistant', sans-serif;
    padding: 14px 16px;
    font-size: 17px;
    width: auto;
    margin: 0 2px;
    background: transparent;
}
.tablink:hover, .tablink:active, .tablink:focus {
    padding: 14px 16px 12px 16px;
    border-bottom: 2px solid #ffc400;
    color: black;
    font-weight: bold;
   /* border-top: 1px solid #ffc400;
    border-left: 1px solid #ffc400;
    border-right: 1px solid #ffc400;
    border-radius: 5px;*/
}

.tabcontent {
    width: 100%;
    height: 500px;
    color: white;
    display: none;
    padding: 5px;
    text-align: center;
}
/*--------------------------testimonials----------------------------*/
.shraddha-testimonial
{
    background: #f5f5f5;
    width: 100%;
    height: 230px;
    float: left;
    padding: 15px;
    margin: 2px 0;
}
.carousel-indicators
{
    bottom: 5px!important;
}
.testimonial-text
{
    font-size: 17px;
    margin: 5px;
    color: #555;
    padding: 0;
    font-family: 'Kite One', sans-serif;
}
.testimonial-info-box
{
    font-size: 17px;
    margin: 5px;
    color: #555;
    padding: 0;
    text-align: center;
    font-family: 'Kite One', sans-serif;
}



/*--------------------------testimonials----------------------------*/
/*-----------------------------sliders-multiple-----------------------*/
@keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}
/*--------------------------tool-tip----------------------------*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
    font-family: 'Assistant', sans-serif;
    color: #555;
    border: 0;
    
    
}
.tooltiptext
{
    font-size: 15px;
    left: 117%;
    top: 10%;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    background-color: white;
    color: #e3605a;
    top: 2px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 35%;
    left: -4%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
    transform: rotateZ(90deg);
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
/*-----------------------------about-page----------------------------*/
/*----------------services----------------------*/
    .services-banner
    {
    width: 100%;
    height: 365px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-image: url(../images/photo/services.jpg);
    background-size: cover;
    background-position: center;
    z-index: -9999;
    position: relative;
    top: -120px;
    }
    .services-info
    {
    width: 100%;
    height: 365px;
    text-align: center;
    float: left;
    margin: 0;
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    background: rgba(227, 96, 90, 0.5);
    padding: 136px 0;
    }
    .our-serivces-block-title
    {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    }
    .services-block-subtitle1
    {
        width: 100%;
        padding: 5px;
        margin: 0;
        font-size: 20px;
        float: left;
        font-family: 'Kite One', sans-serif;
    }
    .services-block-info
    {
    width: 100%;
    padding: 5px;
    margin: 0;
    float: left;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    text-align: justify;
    line-height: 27px;
    }
    .services-table-block
    {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 5px;
        float: left;
        overflow-x: hidden;
    }
    .services-table-row
    {
        width: 88%;
        height: auto;
        margin: 0;
        padding: 0;
        float: left;
        box-shadow: 0px 1px 20px rgba(128, 128, 128, 0.5);
    }
    .table-head
    {
        padding: 5px 80px;
        margin: 0;
        border: 2px solid gainsboro;
        border-radius: 5px;
        font-family: 'Kite One', sans-serif;
    }
    .table-data
    {
        font-size: 15px;
        padding: 5px 35px;
        margin: 0;
        border: 2px solid gainsboro;
        border-radius: 5px;
        text-align: center;
        font-family: 'Assistant', sans-serif;
    }
    .service-btn {
        /* float: left; */
        width: 34px;
        margin: 2px 10px;
        border-radius: 36px;
        background-color: #e3605a;
        color: #ffffff;
        outline: none;
        border: none;
    }
    .service-btn:active {
        background-color: #f4908c;
    }
    #service-toggle
    {
    display: none;
    }
    .sub-material-info
    {
    width: 100%;
    float: left;
    padding: 0 5px;
    margin: 0;
    font-family: 'Assistant', sans-serif;
    font-size: 17px;
    text-align: justify;
    }
     
/*---------------------------service-page-----------------------------------*/
.about-header
{
    font-size: 28px;
    font-weight: 700;
    color: #e3605a;
    margin: 5px;
    padding: 30px 0px 15px 0;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}
.about-banner
{
    width: 100%;
    height: 365px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-image: url(../images/photo/aboutbanner3.jpg);
    background-size: cover;
    background-position: center;
    z-index: -9999;
    position: relative;
    top: -120px;
}
.about-info {
    width: 100%;
    height: 365px;
    text-align: center;
    float: left;
    margin: 0;
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    background: rgba(221, 106, 41, 0.5);
    padding: 136px 0;
}
.about-sub-block1
{
    font-size: 17px;
    margin: 5px;
    color: #555;
    padding: 0;
    font-family: 'Kite One', sans-serif;
}
.about-sub-block2
{
    font-size: 16px;
    margin: 5px;
    float: left;
    text-align: justify;
    font-family: 'Assistant', sans-serif;
    color: #555;
    padding: 20px 0;
}
.team-image
{
    width: 50%;
    height: auto;
    padding: 5px;
}
.team-block1
{
    width: 280px;
    height: auto;
    padding: 2px;
    margin: 0;
    float: left;
    text-align: center;
}
.team-intro
{
    color: #e3605a;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.about-re-img
{
    height: 260px;
    padding: 5px 50px;
    margin: 0;
    float: left;
}
.about-worker
{
    width: 250px;
    height: 250px;
    position: relative;
    left: 20%;
}
.about-sub-block2-title
{
    width: 30%;
    margin: 0;
    padding: 0;
    float: left;
}
.about-sub-block2-para
{
    width: 70%;
    margin: 0;
    padding: 0;
    float: left;
}

/*----------------------------career-page-----------------------------------*/
.career-banner
{
    width: 100%;
    height: 365px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-image: url(../images/photo/career-banner.jpg);
    background-position: center;
    z-index: -9999;
    position: relative;
    top: -120px;
}

/*-----------------------------end-career-page----------------------------*/

/*----------------------------contact-page-----------------------------------*/
.contact-banner
{
    width: 100%;
    height: 365px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-image: url(../images/photo/contact-banner.jpeg);
    background-position: center;
    z-index: -9999;
    position: relative;
    top: -120px;
}
.contact-info1 {
    width: 100%;
    height: 365px;
    text-align: center;
    float: left;
    margin: 0;
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    background: rgba(67, 21, 44, 0.5);
    padding: 136px 0;
}
h4
{
    color: #e3605a;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.text-uppercase
{
    font-size: 10px;
    color: gray;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
}
.contact-block-1
{
    padding-top: 30px;
    float: left;
}
.contact-head
{
    font-size: 30px;
    font-weight: 700;
    color: #e3605a;
    margin: 5px;
    text-align: center;
   /* padding: 20px 300px 20px 330px;*/
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}
.contact-info
{
    font-size: 16px;
    margin: 5px;
    text-align: center;
    padding: 0 80px;
    font-family: 'Assistant', sans-serif;
    color: #555;
}.contact-info-block
{
    width: 100%;
    font-size: 16px;
    margin: 5px;
   /* padding: 20px 300px 20px 330px;*/
    float: left;
    text-align: center;
    font-family: 'Assistant', sans-serif;
    color: #555;
}
.fa-logo
{
    color: #e3605a;
}
.fa-icon
{
    font-size: 25px !important;
    color: #e3605a;
    float: left;
}
.social-links
{
    list-style: none;
    text-decoration: none;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 5px 0 5px;
}
.social-links>li
{
    float: left;
    padding: 15px 20px;
    text-align: center;
}
.contact-block
{
    width: 100%;
    float: left;
    padding: 20px 0;
}
form
{
    width: 80%;
    width: 75%;
    text-align: center;
    /* margin: 0 135px; */
    margin: 0 90px;
}
.form-block
{
    width: 100%;
    outline: none;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #a6a7aa;
    background: #fafafa;
    border: none;
    font-family: "Assistant", sans-serif;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
}
.submit-btn
{
    font-size: 13px;
    font-weight: 600;
    padding: 10px 30px 10px 30px;
    color: #fff;
    background: #17bed2;
    background: #e3605a;
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
}
/*--------------------responsive-hidden-class-------------------------*/

/*--------media--------------------*/
@media screen and (max-width: 480px) 
{
    h3 {
    font-size: 20px;
    }
    .block1 {
    padding: 2px;
    float: left;
    position: relative;
    top: -160px;
    }
    .project-title-image 
    {
    width: 28%;
    padding: 5px;
    }
    .project-title-image:hover
    {
    width: 30%;
    padding: 5px;
    position: relative;
    animation-name: example;
    animation-duration: 5s;
    }
    .block1-header {
    font-size: 18px;
    }
    .block1-content {
    font-size: 15px;
    }
    .client-info-box {
    font-size: 15px;
    }
    .main-page-slider {
    height: 300px;
    padding: 0;
    position: relative;
    top: -161px;
    }
    .slider
    {
    height: 100%;
    z-index: -9999;
    position: relative;
    top: 80px;
    }
    .btn-menu {
    position: relative;
    top: 15px;
    left: 5px;
    padding: 3px 8px;
    font-size: 15px;
    }
    .logo {
    /*margin: 20px 35px 20px 25px;*/
    margin: 0;
    position: relative;
    top: 14px;
    left: 10px;
    }
    .mySlides {
    height: 300px;
    }
    .forward {
    position: relative;
    left: 286px;
    top: 20px;
    font-size: 30px;
    width: 35px;
    border-radius:0;
    }
    .backword {
    position: relative;
    left: 0px;
    top: 20px;
    font-size: 30px;
    width: 35px;
    border-radius:0;
    }
    .block1-image {
    width: 100%;
    height: 200px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/photo/shraddhawork.jpg);
    position: relative;
    top: -55px;
    }
    .block1-image:hover {
    height: 200px;
    }
    .link-block {
    width: 100%;
    }
    .link-block {
    width: 40%;
    position: relative;
    top:75px;
    }
    .block1-content {
    height: 320px;
    }
   .scroller {
    top: 30px;
    left: -2px;
    position: relative;
    }
    .client-list {
    position: relative;
    top: 5px;
    left: 12px;
    font-size: 16px;
    }
    .block2-sublock-client-info
    {
        position: relative;
    top: 55px;
    float: left;
    padding: 10px;
    }
    .koltepatil-client-logo {
    margin-top: -25px;
    }
    .block3 {
    position: relative;
    /*top: -150px;*/
    top: 470px;
    }
    .block3-header {
    padding: 10px 0px;
    font-size: 20px;
    }
    .block3-subblock-head {
    padding: 15px 0px 15px 0;
    float: left;
    }
    .footer .footer-list {
    position: relative;
    /*top: 100px;*/
    padding: 10px 5px 10px 5px;
    float: left;
    }
    .footer .footer-list-item {
    text-align: center;
    /*top: 35px;*/
    position: relative;
    padding: 2% 2%;
    }
    .footer .footer-list-item a
    {
    font-size:14px;
    }
    .footer {
    height: auto;
    padding: 30px 0px;
    }
    /*----------------main-page--------------*/
    .t-head {
    font-size: 16px;
    font-weight: 700;
    color: #e3605a;
    margin: 5px;
    padding: 5px 0px 2px 0;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin: 115px 0 0 0;
}
.testimonial-image {
    width: 50%;
    height: auto;
    float: left;
    margin: 5% 24% 0 24%;
    padding: 0;
}
.modal-mainpage-image {
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
    border-radius: 5px;
    padding:0;
}
.modal-content1 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    height: auto;
}
    /*---------------about-page-------------*/
    /*---------------services-page-----------*/
    .services-banner {
    height: 300px;
    position: relative;
    top: 80px;
    background-size: cover;
    }
    .services-info {
    width: 100%;
    float: left;
    height: 316px;
    margin: 0;
    font-size: 23px;
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    position: relative;
    top: -16px;
    }
    .services-table-block
    {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 5px;
        float: left;
        overflow-x: scroll;
    }
    .services-table-row
    {
    width: 600px;
    }
    .table-head 
    {
    padding: 5px 20px;
    text-align: center;
    }
    .services-table-block::-webkit-scrollbar
    {
    width: 2px;
    }
    .services-table-block::-webkit-scrollbar-track 
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
    .services-table-block::-webkit-scrollbar-thumb
    {
      background-color: darkgrey;
      outline: 1px solid slategrey;
    }
    button 
    {
    width: 105px;
    margin: 15px 0px;
    border-radius: 25px;
    background-color: aliceblue;
    color: #e3605a;
    outline: none;
    }
    /*---------------services-page-----------*/
    .banner {
    height: 300px;
    position: relative;
    top: 80px;
    background-size: cover;
    }
    .responsive-light-box
    {
        position: relative;
        top: -70px;
    }
    img.hover-shadow {
    width: 94%;
    }
    #textSlider.row
    {
    width: 98%;
    height: 200px;
    position: absolute;
    top: 62%;
    left: 51%;
    transform: translate(-50%, -50%);
    float: left;
    }
    .about-banner
    {
    height: 300px;
    position: relative;
    top: 80px;
    background-size: cover;
    }
    .about-header {
    width: 100%;
    font-size: 20px;
    padding: 12px 45px 12px 0px;
    position: relative;
    top: 18px;
    float: left;
    }
    .about-sub-block1 {
    width: 100%;
    font-size: 18px;
    position: relative;
    top: 10px;
        float: left;
    }
    .about-sub-block2 {
    font-size: 15px;
    }
    .about-info
    {
    width: 100%;
    float: left;
    height: 316px;
    margin: 0;
    font-size: 23px;
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    position: relative;
    top: -16px;
    }
    .about-worker {
    position: relative;
    left: 2%;
    }
    .about-re-img
    {
    width: 100%;
    height: 200px;
    }
    .unolist
    {
    width: 50%;
    margin: 0;
    float: left;
    }
    ul.strategy-list
    {
        padding-left: 18px;
    }
    .services-block-info
    {
    	padding: 5px 5px 30px 5px;
    }
    li.project-navigate:nth-child(1):hover .bottom-line {
    width: 0%;
    height: 3px;
    padding: 0 0 0 60px;
    margin: 0 0 0 30px;
    background: #e36013;
    transition-duration: 0.9s;
    }
    li.project-navigate:nth-child(2):hover .bottom-line {
        width: 0%;
        height: 3px;
        padding: 0 0 0 75px;
        margin: 0 27px;
        background: #ffc400;
        transition-duration: 0.9s;
    }
    li.project-navigate:nth-child(3):hover .bottom-line {
        width: 0%;
        height: 3px;
        padding: 0 0 0 85px;
        margin: 0 27px;
        background: #dc3029;
        transition-duration: 0.9s;
    }
    li.project-navigate:nth-child(4):hover .bottom-line {
        width: 0%;
        height: 3px;
        padding: 0 0 0 100px;
        margin: 0 27px;
        background:#43152c;
        transition-duration: 0.9s;
    }
    li.project-navigate:nth-child(5):hover .bottom-line {
        width: 0%;
        height: 3px;
        padding: 0 0 0 125px;
        margin: 0 0 0 27px;
        background: rgba(236, 88, 81, 0.85);
        transition-duration: 0.9s;
    }
    .project-details
    {
    	font-size:14px;
    }
    #all-section-veenaimage
    {
    	height: 250px;
    }
    /*------project-model-button----------*/
    .direction-button-left
    {
    	position: relative;
    	left: 0px;
   	top: -60px;
   	font-size: 30px;
   	width: 35px;
    	border-radius: 0;
    }
    .direction-button-right
    {
    	position: relative;
   	left: 0px;
  	top: -60px;
  	font-size: 30px;
  	width: 35px;
  	border-radius: 0;
    }
    /*------project-model-button----------*/
    .about-sub-block2-title 
    {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    }
    .about-sub-block2-para 
    {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    }
    
    .service-blocka
    {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    top: -70px;
    }  
    .service-btn {
    width: 30px;
    height:29px;
    margin: 2px 10px;
    border-radius: 25px;
    background-color: e3605a;
    color: #ffffff;
    outline: none;
    }
    /*----------------contact---------------------*/
    .contact-banner
    {
    height: 300px;
    position: relative;
    top: 80px;
    background-size: cover;
    }
    .contact-info1 {
    width: 100%;
    height: 300px;
    text-align: center;
    /* float: left; */
    margin: 0;
    padding: 0 0 0 0;
    color: white;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Cabin', sans-serif;
    background: rgba(0, 126, 255, 0.48);
    padding: 130px 0;
    }
    .contact-block
    {
    position: relative;
    top: -50px;
    }
    .contact-info {
    padding: 0 65px;
    }
    .address
    {
        padding: 20px 0;
        float: left;
    }
    .contact-head {
    padding: 0px; 
    }
    .contact-info-block
    {
     padding: 10px 0 10px 0px;   
    }
    form {
    width: 100%;
    float: left;
    margin: 0 0 35px 0px;
    }
    .form-block
    {
        width: 100%;
    }
    .contact-block-1
    {
        padding: 0;
        position: relative;
        top: -50px;
    }
    .footer1
    {
    position: relative;
    /*top: 460px;*/
    top:650px;
    }
    .block1-sublock2-image {
     padding: 0px; 
    }
    .project-info
    {
    width: 100%;
    height: 300px;
    text-align: center;
    /* float: left; */
    margin: 0;
    padding: 0 0 0 0;
    color: white;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Cabin', sans-serif;
    background: rgba(255, 196, 0, 0.5);
    padding: 130px 0;
    }
    .inside-row-wrapper {
    float: left; 
     width: 100%; 
     margin: 0; 

    }
    .about-block
    {
    position: relative;
    top: -115px;
    }
    .responsive-project-images
    {
        height: 160px;
    }
    .map1
    {
        display: none;
    }
    .map2
    {
        display: block;
        position: relative;
        top: 30px;
    }
    .logoblock 
    {
    width: 100%;
    margin: 0 0px;
    }
    .block2-client-info
    {
    position: relative;
    top: 0px;
    }
    .copyright-block 
    {
    width: 100%;
    height: auto;
    float: left;
    padding: 2% 10% 5% 10%;
    margin: 0;
    }
    .logo1 
    {
    width: 150px;
    height: 50px;
    padding: 2px;
    }
    .logo2
    {
        width: 35%;
        height: auto;
        padding: 2px;
    }
    .logo4
    {
        width: 50%;
        height: auto;
        padding: 2px;
    }
    .logo5 
    {
        width: 35%;
        height: auto;
        padding: 2px;
    }
    .logo6 
    {
        width: 45%;
        height: auto;
        padding: 2px;
    }
    .logo3 
    {
        width: 40%;
        height: auto;
        padding: 2px;
        position: relative;
        top: -20px;
    }
    .koltepatil-client-logo 
    {
        width: 28%;
        padding: 2px;
        position: relative;
        top: -12px;
        left: 50px;
    }
    .block2-client-info 
    {
        position: relative;
        top: -25px;
    }
    .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    height: 900px;
    }
    .title {
    width: 100%;
    height: auto;
    float: left;
    color: coral;
    font-family: 'Montserrat', sans-serif;
    }
    .social-links>li
    {
    float: left;
    padding: 15px 15px;
    text-align: center;
    }
    /*--------------------project--------------------------*/
    .tablink {
    color: black;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 13px;
    font-size: 15px;
    width: auto;
    margin: 0px 1px;
    overflow: hidden;
    }
    .tabcontent {
    width: 100%;
    height: 500px;
    color: white;
    display: none;
    padding: 2px;
    text-align: center;
    }
    .project-toggle-blocks
    {
        margin-top: -50px;
    }
    .tablink:hover, .tablink:active, .tablink:focus 
    {
    border-radius:0;
    padding: 8px;
    }
    /*-------------------testimonial-------------------------------*/
    .shraddha-testimonial {
    background: #f5f5f5;
    width: 100%;
    height: 330px;
    float: left;
    padding: 15px;
    margin: 2px 0;
    position: relative;
    top: 158px;
    }
    .carousel-indicators 
    {
        bottom: -17px!important;
    }
    #tcb-testimonial-carousel .item
    {
    padding: 5px;
    background: #f5f5f5;
    }
    #service-sub-content
    {
    	margin-top:-55px;
   
    }
   #material-list
   {
   	margin-top:-50px;
   }
    
}