
/*@media (min-width: 1200px) and (max-width: 1599px) {
  .main-header-three {
    top: 35px;
  }
}*/

.testimooooo
{
	width: 115px;
    height: 116px;
}
.iconsssss {
    color: #ef7f1a;
}

.iconsssss:hover {
    color: #ef7f1a;
}
.democolor
{
	background-color: #7b3589;
    width: fit-content;
    padding: 5px 23px 5px 0px;
}
.mySlides {
  display: none;
}
.mySlides img {
 /*  animation:img_scale 10s linear infinite; */
  
  display: block !important;
    position: relative !important;
    width: 100% !important;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
/*  height:400px;*/
    margin-top: -8px;
}

/* Caption text */
.text1 {
  color: #f2f2f2;
  font-size: 18px;
 padding: 0 0 0 40px;
  position: absolute;
  bottom: 18%;
  width: 100%;
  text-align: left;
}


.text1 h4{
  color: #f2f2f2;
  font-size: 48px;
 padding: 8px ;
 /*  position: absolute; */
  bottom: 100%;
  width: 100%;
  text-align: left;
  text-shadow: #655d5d 2px 1px;
}
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-transparent:hover {
 /*  background-color: #fff; */
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 6px 31px;
  font-size: 18px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 20.6s ease;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 20s;
  animation-name: fade;
  animation-duration: 1s;

}

@-webkit-keyframes fade {
  from {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text1 {
    font-size: 11px;
	  bottom: 20%;
  }
  
  .slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height:auto;
}
}

@media only screen and (max-width: 600px) {
  .text1 {
    font-size: 11px;
   
	  bottom: 20%;
	  padding: 0 0 0 8px;
  }
  
.text1 br{display: block;}

  .text1 h4 {
    font-size: 16px;
	 color: #f2f2f2;
 
 padding: 0px ;
 
  }

  .text1 p {
    font-size: 11px;
  }

  .text10 btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
  }

  .btn-transparent:hover {
    background-color: #fff;
  }

  .btn-rounded {
    border-radius: 70px;
  }

  .btn-large {
    padding: 5px 20px;
    font-size: 9px;
  }
  .slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  
  margin-top:72px;
}
.mySlides img {
	height:200px;
}
}


@media only screen and (max-width: 991px) {
  .text1 {
    font-size: 11px;
   
	  bottom: 0%;
	  padding: 0 0 0 8px;
  }

  .text1 h4 {
    font-size: 22px;
	 color: #f2f2f2;
 
 padding: 0px ;
 
  }

  .text1 p {
    font-size: 13px;
	
  }

  .text10 btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
  }

  .btn-transparent:hover {
    background-color: #fff;
  }

  .btn-rounded {
    border-radius: 70px;
  }

  .btn-large {
    padding: 10px 30px;
    font-size: 12px;
  }
  .slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-top:90px;
}
.mySlides img {
	height:250px;
	    margin-top: -81px
}
}

.btttn.style2 {
  background-color: #7b3589;
  color: #fff;
  border-radius: 5px;
}

.btttn.style2:after, .btttn.style2:before {
  background: #fff;
}

.btttn.style2:hover {
  color: #000;
}

.btttn.style3 {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  color: #000;
  border-radius: 5px;
}

.btttn.style3:after, .btttn.style3:before {
  background:#ef7f1a;
}

.btttn.style3:hover {
  color: #fff;
}

.btttn i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btttn {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
 padding: 9px 20px 9px;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
  white-space: nowrap;
}


.btttn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 0 50% 50% 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btttn:after {
  border-radius: 50% 0 0 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btttn:hover {
  color: #fff;
}

.btttn:hover:after, .btttn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1060; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: -90px;
  width: 100%; /* Full width */
  height: 120%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  top: 50px;
}

/* The Close Button */
.close {
  color: #070707;
  float: right;
  font-size: 28px;
  font-weight: bold;
 
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width:700px){
	/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 99px;
  padding: 20px;
  border: 1px solid #888;
  width: 78%;
  right:76px;
}
}



.feature-one__item__year {
  margin: 0 auto;
  position: relative;
  width: 170px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tolak-white, #fff);
  background-color: var(--tolak-base, #3d72fc);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 121 33"><path d="m0 0h121c0 0-20 17.1-20 17.3 0 0.4 20 15.7 20 15.7h-121c0 0 20-15.2 20-15.3 0-2.4-20-17.7-20-17.7z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 121 33"><path d="m0 0h121c0 0-20 17.1-20 17.3 0 0.4 20 15.7 20 15.7h-121c0 0 20-15.2 20-15.3 0-2.4-20-17.7-20-17.7z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.testimonials-card__bg-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
  z-index: -1;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.testimonials-card__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
  background-color: var(--tolak-gray, #ecf2fc);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 371 430"><path d="m81 0h210c44.2 0 80 35.8 80 80v280c0 0-69.4 70-148.1 70-28.2 0-57.5 0-85.3 0-73.8 0-136.6-70-136.6-70v-280c0-44.2 35.8-80 80-80z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 371 430"><path d="m81 0h210c44.2 0 80 35.8 80 80v280c0 0-69.4 70-148.1 70-28.2 0-57.5 0-85.3 0-73.8 0-136.6-70-136.6-70v-280c0-44.2 35.8-80 80-80z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: -1;
  transition: all 500ms ease;
  visibility: visible;
  opacity: 1;
}

.comp-desc {
    padding-right: 20px;
}

.comp-desc {
    color: rgba(255, 255, 255, 0.8);
    margin: 28px 15px 25px 15px;
    padding-right: 10px;
}

.pprtypee {
    text-align: justify;
}

.white{color:rgba(255, 255, 255, 0.8);}

.feature-one__item__top-ball img {
  width: auto !important;
  max-width: 100%;
  position: relative;
  top: -63px;
  right: 30px;
}

.feature-one__item:hover .feature-one__item__icon::before {
  width: 100%;
  height: 100%;
  border-width: 0;
  background-color: #ecf2fc;
}

.feature-one__item__top-ball {
  opacity: 0;
  width: 309px;
  height: 309px;
  border-radius: 50%;
  position: absolute;
  right: -125px;
  top: -118px;
  background-color: #438ec3;
  transition: 500ms all ease;
  transform: scale(0.5);
  display: flex;
  align-items: end;
  justify-content: center;
}

.service-one__item__icon::before {
  position: absolute;
  left: 9px;
  top: 9px;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  background-color: #d1dbec;
  content: "";
  transition: 300ms ease;
  z-index: 1;
  border-radius: 50%;
}

.about-two__fact__count {
  margin: 0 0 -2px;
  color: var(--tolak-white, #fff);
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--tolak-font, "Raleway", sans-serif);
}

.about-three__fact {
  position: relative;
  max-width: 240px;
  min-height: 65px;
  background-color: var(--tolak-base, #3d72fc);
  border-radius: 40px;
  padding: 16px 30px 12px 75px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.about-three__fact__icon {
  color: var(--tolak-white, #fff);
  font-size: 38px;
  line-height: 1;
  margin: 0;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.logooo {
  left: -5px;
}

.fo{
	font-size:20px!important;
	text-transform: capitalize!important;
}

.main-header-two__btn {
      position: relative;
    padding: 8.7px 8.5px;
    margin-top: 14px;
}

.main-slider-two__title1 span {
  display: inline-block;
  color: #fff;
  position: relative;
  padding-right: 5px;
}

.our-solution {
  position: relative;
  background-color: var(--tolak-black, #051d1f);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 50px;
}

.skill-one__image__shape {
  position: absolute;
  left: -101px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  animation: topToBottom 2.5s linear 0s infinite;
}


@media only screen and (max-width: 300px) {
  .about-two__fact{
	display: none;
}
}

@media only screen and (max-width: 600px) {
 .about-two__fact{
 display: none;
 
}
}

@import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
   z-index: 100000000;
  margin: 60px 45px;
}
.floating-container:hover {
  height: 300px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #7b3589;
  bottom: -53px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
  background: #ffffff;
  box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}
.floating-container .float-element:nth-child(2) {
  background: #2490eb;
  box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}
.floating-container .float-element:nth-child(3) {
  background: #25d366;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}

@media (max-width: 767px) {
    .mt-60 {
        margin-top: 0 !important;
    }
}