    /* ----------------------------------------------------------
    :: Template Name: Studio - Creative Photography Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Version: 1.0.0
    :: Created: 31 January 2018
    :: Last Updated: 31 January 2018
    ---------------------------------------------------------- */

    /* ============ PLACE YOUR CUSTOM CSS HERE ============ */


      
.forcall{
    background-color: #ff5f13;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 5px;    
    position: fixed;
    bottom: 150px;
    z-index: 200;
}

.callimg{
    width: 30px;
    margin-top: 15px;
    margin-left: 14px;
}
.forcall .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    right: 128%;
  }
  
  .forcall:hover .tooltiptext { 
    visibility: visible;
  }




  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
    margin-bottom: 20px;
  }
  
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  /* .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  } */
/*   
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  } */
  
  .logos:hover .logos-slide {
    animation-play-state: paused;
  }
  
  .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
  }
  
  .logos-slide img {
    height: 50px;
    margin: 0 40px;
  }




    /* body {
    background: #ddd; height:100%;overflow-x: hidden;}	
  .text{color:brown;font-size:220px;text-align:center;}
  .open{color:green;background:#000;padding:10px;border-radius:20px;} */
  
  /* Preloader */
  .container-preloader {
    align-items:center; cursor:none; display:flex; height:100%;
    justify-content:center; position:fixed; left:0; top:0; width:100%; z-index:900;
  }
  .container-preloader .animation-preloader {
    position:absolute; z-index: 100;}
  /* Spinner Loading */
  .container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    /* border-radius: 50%; */
    /* background-image: url("./img/core-img/logopng.png"); */
      border: 10px solid rgba(0, 0, 0, 0.2);
    border-color: rgb(141,56,105);
    height: 9em;  margin: 0 auto 3.5em auto; width: 9em;
  }
  /* Loading text */
  .container-preloader .animation-preloader .txt-loading {
    font: bold 5em 'Montserrat', sans-serif;
    text-align: center;	user-select: none;
  }
  .container-preloader .animation-preloader .txt-loading .characters:before {
    animation: characters 4s infinite;  color:rgb(190,193,62);
    content: attr(preloader-text);  left: 0;
    opacity: 0;  position: absolute;  top: 0;
    transform: rotateY(-90deg);
  }
  .container-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, 0.2);	position: relative;
  }
  .container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: 0.2s;
  }
  .container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: 0.4s;
  }
  .container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: 0.6s;
  }
  .container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: 0.8s;
  }
  .container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
  }
  .container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
    animation-delay: 1.2s;
  }
  .container-preloader .animation-preloader .txt-loading .characters:nth-child(8):before {
    animation-delay: 1.2s;
  }
  .container-preloader .loader-section {
    background-color: #ffffff;  height: 100%;
    position: fixed;  top: 0;  width: calc(50% + 1px);
  }
  .container-preloader .loader-section.section-left {
    left: 0;
  }
  .container-preloader .loader-section.section-right {
    right: 0;
  }
  /* Fade effect on loading animation */
  .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
  }
  /* Curtain effect */
  .loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
  }
  .loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
  }
  /* Animation of the preloader */
  @keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }}
  /* Animation of letters loading from the preloader */
  @keyframes characters {
    0%,
    75%,
    100% {
   opacity: 0;
   transform: rotateY(-90deg);
    }
    25%,
    50% {
      opacity: 1;
      transform: rotateY(0deg);
    }}
  /* Laptop size back (laptop, tablet, cell phone) */
  @media screen and (max-width: 767px) {
    /* Preloader */
    /* Spinner Loading */	
    .container-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
    }
    /* Text Loading */
    .container-preloader .animation-preloader .txt-loading {
      font: bold 3.5em 'Montserrat', sans-serif;
    }}
  @media screen and (max-width: 500px) {
    /* Prelaoder */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
    }
    /*Loading text */
    .container-preloader .animation-preloader .txt-loading {
      font: bold 2em 'Montserrat', sans-serif;
    }}
  .origin{text-decoration:none;
  font-size:45px;}


  .googler {
    height: 400px;
    width: 100%vh;
    /* background-color: #fff; */
    margin-bottom: 50px;
    /* margin-top: 0; */

}

.services {
    /* background-color: #000; */
    width: 100%vh;
    height: 500px;
}
  


.section_all {
  position: relative;
  padding-top: 80px;
  /* padding-bottom: 80px; */
  min-height: 100vh;
}
.section-title {
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.section-subtitle {
  letter-spacing: 0.4px;
  line-height: 28px;
  max-width: 550px;
}

 