    
	<style>
	.ori-copyright-social{
        font-size: 23px;
}
	@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
            .ori-agency-service-section{
                 padding: 150PX 0px;
            }     


}
/* responsive for large screens (start)*/

	@media only screen and (min-width: 1920px) and (max-width: 1080px){
	    
        .sumsung{
                margin-top:0%!important;
        }
        
    }

/* responsive for large screens (end)*/
	@media screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation : landscape){
	    .head a{
	         
    color: #999999;
    font-size: 14px;
    padding: 6px 34px!important;
    display: inline-block;
    float: left;
    font-weight: 400;
	    }
	}
/
@media only screen and (max-width: 768px )  (orientation : landscape) {
  .sidebarMenu{
        padding:0!important;
    }
}
@media only screen and (min-width: 360px) and (max-width: 799px) (orientation : potrait){
   
    
  .ori-agency-section-title.text-center{
          margin: 0 auto;
    width: 100%!important;
  }
  
 .banner{
     background-image:url('Black.png');
 }
 .text-sec{
     /*padding-bottom:60%;*/
 }
  /*.robo{*/
  /*          padding-top: 50%!important;*/
  /*          font-size: 30px!important;*/
  /*      }*/
        .unleasing{
            padding: 0px!important;
             font-size: 18px!important;
            
        }
        .lowest{
             font-size: 18px!important;
              padding-top: 0px!important; 
     padding-bottom: 0px!important;
         }
         .but{
                  padding-top: 0%!important; 
     padding-bottom:10%!important;
         }
}
@media only screen and (min-width: 360px) and (max-width: 640px)and (orientation : portrait){
                
            .ori-testimonial-section-3{
                padding: 0px 0px!important;
            }
            .ori-testimonial-content-1 .carousel_nav {
                    margin-top: 113px!important;
            }
                .logo-widget img{
                   width: 200px;
            }
            input{
                    width:auto!important;
            }
            textarea{
                     width: 270px!important;
            }
           .form-move{
                   margin-left: -7%;

           }
}
@media only screen and (min-width: 360px) and (max-width:960px){
        /*.robo{*/
        /*    padding-top: 50%!important;*/
        /*    font-size: 30px!important;*/
        /*}*/
        .unleasing{
            padding: 0px!important;
             font-size: 18px!important;
            
        }
        .lowest{
             font-size: 18px!important;
              padding-top: 0px!important; 
     padding-bottom: 0px!important;
         }
         .but{
                  padding-top: 0%!important; 
     padding-bottom: 10%!important;
         }
      .ori-agency-section-title.text-center {
    margin: 0 auto;
    width: auto;
}
}
	.quotes {
	    display: none;
	    text-align:center;
	    font-size:23px;
	}
	   /*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.two {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
author-text
.three {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.four {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.five {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.six {
  -webkit-animation-delay: 5.5s;
  -moz-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.seven {
  -webkit-animation-delay: 6.5s;
  -moz-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.eight {
  -webkit-animation-delay: 7.5s;
  -moz-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

/*=== Animations start here  ===*/

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*=== FADE IN DOWN ===*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*=== FADE IN UP Big ===*/
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN DOWN Big ===*/
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN LEFT Big ===*/
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN RIGHT Big ===*/
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.text{color:blue;text-align:center;}
.open{color:#000;background:#000;padding:10px;}


.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}


.draw-border{
  --uiButtonTextColor: var(--buttonTextColor);
  --uiButtonBorderWidth: var(--buttonBorderWidth, 4px);
  --uiButtonBorderColor: var(--buttonBorderColor);
  --uiButtonHoverTextColor: var(--buttonHoverTextColor);
  --uiButtonHoverBorderColor: var(--buttonHoverBorderColor);
  
  box-shadow: inset 0 0 0 var(--uiButtonBorderWidth) var(--uiButtonBorderColor);
  color: var(--uiButtonTextColor);
  transition: color .25s .08333333s;
  position: relative;
}

.draw-border::before,
.draw-border::after{
  content: '';  

	box-sizing: border-box;	
  width: 0;
  height: 0;
	border: 0 solid var(--uiButtonBorderColor);
	
	pointer-events: none;
	transition-property: border-color, width, height;
	transition-duration: .25s; /* .25s for border-color, .25s for width, .25s for height */
	
  position: absolute;
  bottom: 0;
  right: 0;
}

.draw-border::before{
  border-bottom-width: var(--uiButtonBorderWidth);
  border-left-width: var(--uiButtonBorderWidth);
	/* A bottom border of button have to be hidden through 0.25s so I use the 0.25s value as the second argument */
  transition-delay: .35s, .25s, 0s; /* .35s for border-color, .25s for width, 0s for height */
}

.draw-border::after{
  border-top-width: var(--uiButtonBorderWidth);
  border-right-width: var(--uiButtonBorderWidth);
	/* A right border of button have to be hidden through 0.25s so I use the 0.25s value as the third argument */
  transition-delay: .35s, 0s, .25s; /* .35s for border-color, 0s for width, .25s for height */
}

.draw-border:hover{
  color: var(--uiButtonHoverTextColor);
}

.draw-border:hover::before, 
.draw-border:hover::after{
  width: 100%;
  height: 100%;
  border-color: var(--uiButtonHoverBorderColor);
	
	/* Changing border color don't have to be smooth so I use the 0s value as the first argument */
	transition-duration: 0s, .25s, .25s; /* 0s for border-color, .25s for width, .25s for height */
}

.draw-border:hover::before{
	/* A left border of button have to be showed through 0.25s so I use the 0.25s value as the third argument */
	transition-delay: 0s, 0s, .25s; /* 0s for border-color, 0s for width, .25s for height */
}

.draw-border:hover::after{
	/* A top border of button have to be showed through 0.25s so I use the 0.25s value as the second argument */
  transition-delay: 0s, .25s, 0s; /* 0s for border-color, .25s for width, 0s for height */
}

/*
=======
SETTINGS
=======
*/

.btn1{
        background-color: #f8f9fa;
    color: black;
    width: 180px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: inherit!important;
    }
    /*.button:hover{*/
    /*    color:#000!important;*/
    /*}*/
 .ori-header-btn{
         background: #DFF6FF;
    padding:5%;
 }

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  
  font-family: "Montserrat";
}

.hero-container {
  position: relative;
  min-height: 1000px;
  height: 100vh;
  color: white;
  background-color: black;
}

.pos-abs {
  position: absolute;
}

.flex-cont {
  font-size: 40px;
  min-height: 500px;
  min-width: 200px;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.text-container2 {
  flex-direction: row;
}

.reveal-container {
  position: relative;
}

.reveal-box {
  z-index: 4;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  background-color: #267af2;
}

.hero-text2 {
  opacity: 0;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
html,body{
  height:100%;
}
.app{
background: -webkit-linear-gradient(to left, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #2C5364, #203A43, #0F2027);
height:100vh;
width:100%;
}


@keyframes animate{
  from{
    transform: translateY(+1500%) rotate(180deg)
  }
  to{
    transform: translateY(-150%)
      rotate(360deg)
  }
}



@keyframes topFadeOut {
  0% {
    position: absolute;
    top: -3rem;
    opacity: 0;
  }

  75% {
    position: absolute;
    top: 25%;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bottomFadeOut {
  0% {
    position: absolute;
    bottom: -5rem;
    opacity: 0;
  }

  75% {
    position: absolute;
    bottom: 25%;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
  
}

@keyframes topFadeOutVertical {
  0% {
    position: absolute;
    top: -3rem;
    opacity: 0;
  }

  75% {
    position: absolute;
    top: 45%;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rightFadeInOut {
  0% {
    position: absolute;
    right: -3rem;
    opacity: 0;
  }

  75% {
    position: absolute;
    right: 10rem;
    opacity: 1;
  }

  100% {
    opacity: 0;
    right: 10rem;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 0%;
  }
}

.first-text {
  font-size: 4.4rem;
  position: absolute;
  left: 2.5rem;
  top: 5rem;
  opacity: 0;
  animation-name: topFadeOut;
  animation-duration: 5s;
  color: white;
}

.second-text {
  font-size: 3.4rem;
  position: absolute;
  top: 8.5rem;
  opacity: 0;
  animation-name: rightFadeInOut;
  animation-delay: 3s;
  animation-duration: 6s;
  color: #ccc;
}

.third-text {
  transform: rotate(-90deg);
  font-size: 2rem;
  position: absolute;
  left: 45%;
  top: 45%;
  opacity: 0;
  animation-name: topFadeOutVertical;
  animation-delay: 7.5s;
  animation-duration: 6s;
  color: #A3DDF0;
  white-space: nowrap;
}

.fourth-text {
  font-size: 3.4rem;
  position: absolute;
  top: 10.5rem;
  left: 10%;
  opacity: 0;
  color: #F0A3BE;
  animation-name: fadeInOut;
  animation-delay: 8.5s;
  animation-duration: 9s;
}

.fifth-text {
  font-size: 5rem;
  position: absolute;
  left: 5%;
  bottom: 25%;
  opacity: 0;
  color: #F0EBA3;
  animation-name: bottomFadeOut;
  animation-delay: 10s;
  animation-duration: 9s;
}
.sidebar-textwidget{
           /* background-color: #fff; */
    background-image: linear-gradient(#d1fffc, white);
}
hr {
    margin: 0.5rem 0!important;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}



@-moz-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}





@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
/* /left bounce */


/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}


.fa-arrow-left {
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
}

.fa-chevron-down {
  -moz-animation: bounceDown 2s infinite;
  -webkit-animation: bounceDown 2s infinite;
  animation: bounceDown 2s infinite;
text-align:center;
  display:block;
}
.credits {padding-top:50px; display:block; clear:both;}

		    .head {
	    /*background: #009c9c;*/
	 
	     /*box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);*/
	    
	    text-align: center;
	    font-size: 24px;
	    font-weight: 600;
	    color: #fff;
	}
	.head a {
	          padding: 3px 5px;
    color: #999999;
    font-size: 14px;
    padding: 7px 161px;
    display: inline-block;
    float: left;
    font-weight: 400;
	}
	.head span {
	    margin-top: 2px;
	    display: inline-block;
	}

	.content {
      max-width: 750px;
      margin: 0 auto;
      text-align: center;
      margin-top: 10%;
	}
	.content h1 { color: #009c9c; }


	.menu_overlay {
	       display: none;
    position: fixed;
    background: rgba(0,0,0,0.4);
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 105;
	}
	.sidebarMenu {
	      position: fixed;
    left: 0;
    height: 100%;
    width: 250px;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
   padding:0;
    z-index: 110;
    transform: translate(-100%,0);
    transition: all .3s cubic-bezier(.29,.39,.68,.53);
    -webkit-transition: all .3s cubic-bezier(.29,.39,.68,.53);
    text-align: center;
	}
	
	
	.menuOpened .menu_overlay {
		  display: block;
		 }
	.menuOpened .sidebarMenu {
      transform: translate(0,0);
      transition: all .3s cubic-bezier(.29,.39,.68,.53);
      -webkit-transition: all .3s cubic-bezier(.29,.39,.68,.53);
	}
	body.menuOpened { 
	    overflow: hidden; 
	 }
	 	body.nonscroll { 
	    overflow: hidden; 
	 }
	
/*	 blink{*/
/*	     color:white;*/
/*	     font-size:28px;*/
/*	     font-weight:1000;*/
	    
/*	 }*/
	 
/*	 @keyframes blink {*/
/*	0% {opacity: 0}*/
/*	49%{opacity: 0}*/
/*	50% {opacity: 1}*/
/*}*/

/*blink{animation: blink 1s infinite;}*/
    	
@-moz-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}





@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
/* /left bounce */


/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

.fa-arrow-left {
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
}

.fa-chevron-down {
  -moz-animation: bounceDown 2s infinite;
  -webkit-animation: bounceDown 2s infinite;
  animation: bounceDown 2s infinite;
text-align:center;
  display:block;
}


.credits {padding-top:50px; display:block; clear:both;}


	</style>
	<style>

.testimonial-slider {width:750px; margin:0 auto; padding-top:10%; padding-bottom:10%;}
.client-quote p {font-size: 14px;line-height: 24px;}
.client-quote h5 {font-family: 'Montserrat';font-size: 16px; padding-bottom:3%;}
.client-quote h5 small {color: #909090;font-family: 'Montserrat';}
.client-quote h5:before {content: '';height: 2px;width: 25px;background: black;display: inline-block;vertical-align: middle;margin-right: 5px;}
.testimonial {max-width: 500px; box-shadow: 0 4px 10px rgba(0,0,0,0.15);padding: 20px;display: block !important;margin: 0px auto 40px 0;background-color:#fff;}
.client-gorup {margin: 60px 0 30px;}
.slick-slide > div + div .testimonial {margin: 0 0 25px auto;}

	.blog1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

/* formfield */
input {
	width: 100%;
	padding: 10px 12px;
	font-size: 14px;
	border: 1px solid #ccc;
	outline: 0;
}


.bar_tool,
.pop_up {
    position: absolute;
    top: 72.5%;
    margin-left:800px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* bar_tool */
.bar_tool button {
	padding: 15px;
	width: 200px;
	border: 0;
	outline: 0;
	color: black;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: white;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.bar_tool button:hover {
	color: white;
	background-color: indianred;
}

/* pop_up */
.pop_up {
	width: 500px;
	height: auto;
	background-color: white;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
		rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.pop_up.open {
	visibility: visible;
	opacity: 1;
}
.pop_up.open .body img {
	opacity: 1;
	transform: translateX(0px);
}

/* subscribe_box */
.subscribe_box {
	padding: 32px 16px;
	text-align: center;
}

/* head */
.head .close {
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 8px;
	left: 8px;
	cursor: pointer;
}
.head .close:hover {
	color: indianred;
}
.head .title {
	color: indianred;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}


/* body */
.body {
	margin: 32px 0;
}
.body img {
	width: 200px;
	opacity: 0;
	transition: all 1.5s ease;
	transition-delay: 0.3s;
	transform: translateX(50px);
}

/* foot */
.foot h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 16px;
}
.foot h1 span {
	color: indianred;
}
.foot form {
	display: flex;
}
.foot input[type="email"] {
	width: 75%;
}
.foot input[type="submit"] {
	width: 25%;
	color: white;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: indianred;
	border: 1px solid indianred;
	cursor: pointer;
}



	.modal-login {		
		color: #636363;
		width: 350px;
	}
	.modal-login .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
	}
	.modal-login .modal-header {
		border-bottom: none;   
        position: relative;
        justify-content: center;
	}
	.modal-login h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -15px;
	}
	.modal-login .form-control:focus {
		border-color: #70c5c0;
	}
	.modal-login .form-control, .modal-login .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-login .close {
        position: absolute;
		top: -5px;
		right: -5px;
	}	
	.modal-login .modal-footer {
		background: #ecf0f1;
		border-color: #dee4e7;
		text-align: center;
        justify-content: center;
		margin: 0 -20px -20px;
		border-radius: 5px;
		font-size: 13px;
	}
	.modal-login .modal-footer a {
		color: #999;
	}		
	.modal-login .avatar {
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -70px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #FE4321;
		padding: 15px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
	.modal-login .avatar img {
		width: 100%;
	}
	.modal-login.modal-dialog {
		margin-top: 80px;
	}
    .modal-login .btn {
        color: #fff;
        border-radius: 4px;
		background: #FE4321;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
        border: none;
    }
	.modal-login .btn:hover, .modal-login .btn:focus {
		background: #FE4321;
		outline: none;
	}
	.trigger-btn {
		display: inline-block;
		margin: 100px auto;
    color:#FE4321;
    font-size:30px;
	}
.form-control{
        display: block;
    width: 100%;
    padding: 1rem 1rem!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    /* background-clip: padding-box; */
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;open
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.open{    color: #000;
    
    padding: 35px;
    /* border-radius: 20px; */}


.btn-primary {
    color: #fff;
    background-color: #0c1349;
    border-color: #0c1349;
    border-radius: 0%!important;
}
.btn-primary:hover {
    color: #fff;
    background-color:#0c1349;
    border-color:#0c1349;
}



body {
  background: #F9F9F9;
}

.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

.close:before, .close:after {
  content: '';
    position: absolute;
    background: #767676;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

.close:after {
     -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FAFDFF;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 600px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    -moz-transition: all 120ms;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    z-index: 99;
  padding: 25px;
  color: #5E5E5E;
}

@media screen and (max-width: 1000px) {
  .popup {
    width: 88%;
  }.mb-view{
         padding-left: 15px!important;
  }
  .text-sec{
            height:170px;
  }
  
  }
}
.mb-view{
    padding-left: 9%;
}
.popup-header {
  text-transform: uppercase;
  font-size: 18px;
}

.popup-body {
  padding: 25px 0;
}





input{
  display:block;
  border: 1px solid #f0f0f5;
  padding: 10px 40px; 
  margin-bottom: 10px;
  background: white;
  width: 300px;
  border-radius: 3px;
  box-shadow: 2px 2px 10px #E8EAF6;

  color:#263238;
}

.uppercase{
  text-transform: uppercase;
}

textarea{
  display:block;
  border: 1px solid #f0f0f5;
  padding: 10px 40px; 
  margin-bottom: 15px;
  background: white;
  width: 300px;
  min-height: 125px;
  border-radius: 3px;
  box-shadow: 2px 2px 10px #f0f0f5;

  color:#263238;
}

/*btn*/
.btn{
  display:block;
  color:#e6fff9;
  font-family:  sans-serif;
  font-weight: 700;
  border: 0px solid #EEEEEE;
  padding: 10px 40px; 
  background: #5C6BC0;
  width: 100%;
  border-radius: 21px;
}

.btn{
    /*-webkit-transition-duration: 0.5s;*/
     cursor: pointer;
}


.left-arrowtesti{
        display: block;
    position: absolute;
    cursor: pointer;
    top: 80%;
}
.right-arrowtesti{
        top: 80%;
    float: right;
    cursor: pointer;
    position: absolute;
    display: block;
}
.ori-agency-service-section{
            padding: 108px 0px;
}
.contact-info-terms{
                 line-height: 1.7!important;   
}
@media only screen and (min-width: 1920px) and (max-width: 1080px){
    
    
}

/* responsive for large screens (start)*/

@media screen and (min-width: 1920px) {
          
       .mb-view{
           padding-left:11%!important;
       }
            
}
@media only screen and (min-width: 360px) and (max-width: 1023px) and (orientation: portrait) {
.ori-service-details-text h2 {
   font-size: 21px;
 }
 .additional-one{
   padding: 0px 0px !important;  
 }
}

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: #d9b06a;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.fa, .fas {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    padding-left: 10px;
}.navbar-menu a
.fa, .fas, .far, .fal, .fad, .fab {
       -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    /* line-height: 1; */
}
.navbar{
    padding:0px;
}
.navbar-menu li a:hover {
         color: #141f7a !important;
    font-weight: 500!important;
    background-color: #eee;
    text-indent: 0px;
  
}
/* responsive for large screens (end)*/



.logo-slider {
      overflow: hidden;
    padding: 30px 0 30px 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 45s slide infinite linear;
}

.logos-slide img {
    width: 183px;
    height: 83px;
    margin: 0 40px;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
</style>
</head>