/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&family=Roboto+Slab:wght@100;200;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


/* Breadcrumb styling */
html, body {
  max-width: 100%;
  overflow-x:hidden;
}
.breadcrumb {
    font-family: Arial, sans-serif;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
    position: relative;
    transition: color 0.3s;
}
.breadcrumb.text-dark a{
    color: black;
}
.breadcrumb a:hover {
    cursor: pointer;
    color: white; /* Maintain text color on hover */
}
.breadcrumb.text-dark a:hover{
    color: black;
}

.breadcrumb a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px; /* Adjust based on desired position */
    height: 2px; /* Thickness of underline */
    background: white; /* Underline color */
    transition: width 0.3s ease-in-out;
    width: 100%; /* Full width underline on hover */
}
.breadcrumb.text-dark a:hover::after{
    background: black;
}

.breadcrumb a:not(:hover)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px; /* Adjust based on desired position */
    height: 2px; /* Thickness of underline */
    background: white; /* Underline color */
    width: 0; /* No underline when not hovered */
    transition: width 0.3s ease-in-out; /* Smooth transition */
}

.breadcrumb.text-dark a:not(:hover)::after {
    background: black;
}


.breadcrumb p{
    color: #a3a3a3;
}

.breadcrumb span{
    padding: 0 5px;
    color: white;
}
.breadcrumb.text-dark span {
    color: black;
}


/* Breadcrumb styling end */
.faq-h{
    font-family: "Outfit", sans-serif;
    color: black;
}
button.accordion-button {
    /*background: black !important;*/
    background: #f7f7f7 !important;
    color:black !important;
     font-family: "Outfit", sans-serif;
    font-size: 16px;
     padding: 12px 60px;
     position:relative;
   
  
}
button.accordion-button.collapsed {
    margin-bottom: 10px;
}

button.accordion-button:focus{
    box-shadow:none;
}
.accordion-body p{
    Line-height: 32px;
    color: #00000;
    font-size: 15px;
}
.accordion-button::after{
   background-image: url("https://www.digitalxplode.com/assets/img/plus-3107.png") !important;
   background-repeat: no-repeat !important;
  background-size:cover !important;
  /*filter: invert(1);*/
  width: 1rem;
    height: 1rem;
  position: absolute;
    left: 20px;
        transform: translateY(-53%);
    transition: transform 0.3s ease;
    top: 25px;

  
     
} 
.accordion-button:not(.collapsed)::after{
     background-image: url("https://www.digitalxplode.com/assets/img/minus-3108.png") !important;
      background-repeat: no-repeat !important;
  background-size:cover !important;
  /*filter: invert(1);*/
  width: 0.75rem;
    height: 0.75rem;
 transform: translateY(-50%) rotate(180deg);
   padding-right: 21px;
    top: 27px;
}


*{
    margin:0px;
    padding:0px;
    font-family: "Outfit", sans-serif;
    box-sizing:border-box;
}
.dk-none{
    display:none;
}
body {
    font-family: 'Montserrat', sans-serif;
     color: #444444;
       width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  position:relative;

}
.ml-8{
    margin-left:20px;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;

}
z
.bgrey{
    background:#f3f2f2;
}
.websitea{
    padding-bottom:29px;
    
}
.strong{
    font-weight:600;
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  color: #000; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }


.form-control {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.btn, .form-control {
  height: 55px; }

form.border-right {}
  @media (max-width: 968px) {
    form.border-right {
      padding-right: 0 !important;
      border-right: none !important; 
    }
    .innerhero {
        padding: 9px 0px 10px 0px !important;
}
.tab button {
        padding: 0px 10px !important;
        font-size: 12px !important;
        margin: 7px 2px !important; 
        width:auto !important;
}
.disprine {
        width: 100%;
        overflow: scroll;
}

.tab button.active {
padding: 0px 10px !important;
width:auto !important;
}
.btn {
        padding: 10px 20px !important;
}
.widthning{
        width:70%!important;
    }
    .mbile{
        display:block !important;
    }
 .desktop{
        display:none;
    }    
        
    }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; 
        background: aliceblue;
    border-radius: 20px;
    padding: 27px;
}

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }











.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
}

.testimonial {

    position: relative;
    background: black;
    background-position: center;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 20px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
  margin-top:20px;
}


.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.carousel-control-prev-icon{
    position:absolute;
    top:150px;
}

.carousel-control-next-icon{
    position:absolute;
    top:150px;
}
.button {
    padding:12px 15px;   
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.button-3 {
  border: 2px solid #3c73ff;
  background-color: #3c73ff;
  border-radius: 40px;
  color: #fff;
  transition: .3s;
 
}
.button-3:hover {
  box-shadow: 8px 8px #19b6e6;
  transition: .3s;
}


a {
  color: #47b2e4;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
 height:100%;
}
.optib {
    display: flex;
    gap: 64px;
    margin: 0;
    padding: 0;
    justify-content:center;

    list-style: none;
}

.let-us{
    font-size:25px;
    font-weight:500;
}
/*Underline*/

.mid::after {
    content: " ";
    display: block;

    width: 0%;
    height: 2px;

    background-color: #19b6e6;

    transition: width 0.4s;
}
.box-shado{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px;
    border-radius:20px;

}
.mid:hover::after {
    width: 100%;
}

.mid::after {
    margin: 0 auto;
}

.rl::after {
    margin-left: auto;
}



a:hover {
  color: #19b6e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Outfit", sans-serif;
  color:black;
}

*{
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Rubik', sans-serif;
  line-height: 32px;
}

.duis{
    font-size:25px;
}

.our-s{
    font-size:30px;
    font-weight:200;
    line-height:42px;
}

.img-responsiveimg {
    width: 15%;
 
}
.oganic-f {
    font-size: 24px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom:20px;
}

.develop-p{
    font-size:14px;
    line-height:24px;
}

.sitn{
    padding:20px;
}
.mb-7{
    margin-bottom:45px;
}
/**
 * Inspiration for this project found at:
 * https://markus.oberlehner.net/blog/pure-css-animated-svg-circle-chart
 * 1. The `reverse` animation direction plays the animation backwards
 *    which makes it start at the stroke offset 100 which means displaying
 *    no stroke at all and animating it to the value defined in the SVG
 *    via the inline `stroke-dashoffset` attribute.
 * 2. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround.
 */

.circle-chart {
  width: 150px;
  height: 150px;
}

.circle-chart__circle {
  stroke: #00acc1;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill 2s reverse; /* 1 */ 
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}

/**
 * 1. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 2. Scaling mirrors the circle to make the stroke move right
 *    to mark a positive chart value.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround.
 */

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #efefef;
  stroke-width: 2;
  fill: none; 
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 8px;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3px;
}

.success-stroke {
  stroke: #00C851;
}

.warning-stroke {
  stroke: #ffbb33;
}

.danger-stroke {
  stroke: #ff4444;
}

@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.skills {
    color: black;
    padding-top: 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.skills_section{
  width: 100%;
  margin: 0 auto;
}

.skill-head{
  margin: 80px 0;
}

.skill-head h1{
  font-size: 60px;
  font-weight: 700;
}


.skill-head p{
  margin-bottom: 10px;
}

.skills-area {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
}

.single-skill {
  width: 25%;
  margin-bottom: 80px;
}

.circle-p{
    font-size:16px;
    margin-top:10px
}
.circlechart{
    padding:20px;
}
.success-stroke {
  stroke: black;
}
.bg-asmani{
    background-color:#19b6e6;
}
.circle-chart__background {
  stroke: #ede4e4;
  stroke-width: 1;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

	.skill-head {
		margin: 50px 0;
	}	

	.skill-head h1 {
		font-size: 30px;
	}

	.skill-icon {
		width: 50%;
	}
	
	.skill-icon i {
		font-size: 70px;
	}

	.single-skill {
		width: 50%;
	}

	.circle-chart {
		width: 130px;
		height: 130px;
	}
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;

  padding: 20px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgb(0 0 0 / 90%);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}


.close-t{
    line-height:20px;
    font-size:20px;
    width:20px;
    float:right;
}
.service-col h5{
    padding-bottom:15px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-weight:500;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  font-weight: 500;
}



.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  
  .t-centera{
      text-align:center!important;
  }
.height{
    margin-top:0px!important;
    
}

.mobie-display{
    display:block!important;
}
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height:100%;
  background: #000;
}

#hero .container {
  padding-top: 72px;
}

.video-gif{
    z-index: 1;
    position:relative;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 70px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Stolzl";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height:auto;
    text-align: center;
  }
  .mbileen{
      display:block!important;
  }
  
  #myVideo{
    position:fixed!important;
}
  .text-whit{
      display:none!important;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 50px;
  }
  .presentation_text{
      margin-bottom:20px;
  }
  .banner-content-ecommerce h2{
        font-size:20px !important;
    }
    .banner.stratgey-bg.section .banner-content-ecommerce h1 {
    position: absolute important;
    bottom: -36px!important;
}
.banner.stratgey-bg.section:before{
        mix-blend-mode: multiply;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
   bottom: 0; 
}

.ml-8{
    font-size:16px;
}

.button-3 {

  margin-left: 0px!important;
    margin-top: 20px;
}

.testimonial4_slide{
    width:100%;
    padding:0px;
}
.testimonial4_slide p {
    font-size:16px;
    text-align:left;
}
}

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
 
}

.section-bg {
  background-color: #ffff;
}

.section-title {
  text-align: center;
  padding-top:54px;
}

.section-title h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000;
}



.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 70%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  /* filter: grayscale(100); */
}
.weint{
    font-size:48px;
    font-weight:600;
}
.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 100%;
  }
  .our-s {
      font-size:20px;
      line-height:35px;
  }
  .desktop-none{
      display:block!important;
  }
  .mobile-none{
      display:none!important;
  }
}
/*--------------------------------------------------------------
# Testimonial About
--------------------------------------------------------------*/



@media (min-width: 1024px) {

  .c-control {
    position: absolute;
    top: 66%;
    left: 60%;
  }
  
}


@media (max-width: 992px) {
  .c-control {
    top: 85%;
    left: 11%;
    position: absolute;
  }
  .down-to{
        width:50px !important;
    }
    .desktop-display{
        display:none;
    }
    
    .mobie-display{
        display:block;
    }
    
.annut{
    font-size:20px!important;
}
.text-main{
    margin-bottom:0px;
    padding-bottom:0px;
}
}


.carousel {

  margin: 0 auto;
  padding-bottom: 20px;
}

.carousel .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  min-height: 340px;
}

.carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}

.carousel .overview b {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}

.carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;

  text-shadow: none;
  top: 4px;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 20px;
  margin-right: 2px;
}

.carousel-control-next i {
  margin-right: -2px;
}

.carousel .carousel-indicators {
  bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}

.carousel-indicators li {
  background: #e2e2e2;
  border: none;
}

.carousel-indicators li.active {
  background: #888;
}

.carousel-control-prev {

  margin-left: 41px;
}



.control-prev {
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.sldr {
  font-size: 120px;
  font-weight: inherit;
  color: #000;
}

.sldr-dwn {
  margin-top: 20px;
}

.bnr-dwn {
  background: #000;
  border: none;
  color: #fff;
  cursor: context-menu !important;
  margin-bottom: 5px;
}

.btn-txt {
  font-weight: 700;
  padding-right: 60px;
  text-align: left;
  font-size:45px;
  color:black;
}

@media (max-width: 992px) {
  .btn-txt {

    padding-right: 10px;

  }
  #hero .container{
      padding-top:0px!important;
  }

}


.fa-arrow-circle-o-right:before {
  content: "\f18e";
}


.knw-mr-btn {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  text-underline-position: from-font;
  
}

.arw-rt {
  font-size: 34px;
  color: #000;
  transform: rotate(138deg);
  margin-left: 10px;
  width:35px;
}

.about-section {
  width: 100%;
  background:white;

}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Stolzl";
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
  .box-grid{
      display:flex;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Stolzl";
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}
.grey-c{
 background:#f7f7f7;
}
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Stolzl";
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Stolzl";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Stolzl";
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 1;
  position: relative;
  left: 0px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 21px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}
.doaym{
    font-size:18px;
}


.solutions h2{
    font-size:40px;
}
.faqt{
    font-size:40px;

}
.portfolio .portfolio-item .portfolio-info p {
  color: #9e9e9e;
  font-size: 12px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.why-cho{
    font-size:20px;
}
.why-choos{
    font-size:36px;
    font-weight:700;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Stolzl";
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Stolzl";
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
  .ecom-m{
      margin-bottom:30px;
  }
}

@media(max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.lutwe .insta a{
    color:black;
}
.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Stolzl";
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
  
  
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/



.footer {
  --color-background: #f4f4f4;
  --color-box-background: #eaeaea;
  color: var(--color-default);
  background-color: var(--color-background);
  font-size: 14px;

}

.footer .footer-top {
  padding-top: 50px;
}



.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Outfit', sans-serif;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: 'Outfit', sans-serif;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  border: none;
  font-size: 16px;
  color: white;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.footer h4 {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links p {
  color: white;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(var(--color-default-rgb), 0.8);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--color-primary);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer-backbg {
  background: #111111;
  border-top: 1px solid #2c2c2c;
}

.footer-bkbg {
  background: #111111;

}

.footer .copyright p {
  margin-bottom: 0;
  text-align: left;
  color: white;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}




.form-group input {
  margin-bottom: 12px;
    border-radius: 20px;
    padding: 27px;
    /*background: aliceblue;*/
}

.btn {
  background-color: #000000;
  color: white;
  padding: 10px 50px;
}

.btn:hover {
  background-color: #000000;
  color: white;
  padding: 10px 50px;

}

.modal-dialog {
  max-width: 60%;
}

.bhind {
  font-size: 42px;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
}

.image {
  width: 20px;

}

.center {
  text-align: center;
}

.text-box {
  display: -webkit-box;
}

.text-box ul {
  list-style: none;
}

.boder {
  border-right: 1px solid white;

}

.gray {
  color: lightgray;
  font-family: 'poppins';
}

.boxes {
  border: 1px solid;
  padding: 20px;
}

.right {
  border-right: 1px solid gray;
}

@media screen and (max-width: 480px) {
  .bhind {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    display: block;
    /*text-align: left;*/
  }

  .space {
    display: block !important;

  }

  .space .gray {
    border: none;
  }

  .social-links {
    justify-content: start !important;
    display: flex;
  }

  .center {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
    .social-links {
        margin-bottom: 3rem;
        justify-content: center !important;
    }
    .footer-bkbg{
        padding-bottom: 0;
    }
}


/*--------------------------------------------------------------
# my our Diary box css
--------------------------------------------------------------*/
.project_images.section .view-portfolio {
  text-align: center;
  position: absolute;
  bottom: -125px;
  left: 0;
  right: 0
}

.view-portfolio {
  text-align: center
}

.view-portfolio a {
  background: #6dacde;
  padding: 5px 28px;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  border: 2px solid #6dacde;
  transition: .5s
}

.little_tag_content p,
.little_tag_content strong {
  color: #fff;
}

p {
  color: #000;
}

.view-portfolio a:hover {
  color: #6ea0d2;
  border: 2px solid #6ea0d2;
  background: 0 0
}

.little_tag_content p,
.little_tag_content strong {
  color: #fff
}

.clients_logo .view-portfolio {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px
}


.our_Diary_box {
  margin-bottom: 1px;
  background: black;
 overflow: hidden;
}

.our_Diary_box img {
  width: 100%;
}

.col-md-6.right_contents .our_Diary_date {
  max-width: 239px
}

.our_diary_text p {
  font-family: Stolzl;
  color: #333
}

.project_images_box .our_Diary_date {
  max-width: 292px
}

.project_images_box .our_Diary_date p {
  margin: 10px 0;
  font-family: 'Roboto Slab';
  ;
  font-weight: 300;
  font-size: 12px;
}

.clr_w .our_Diary_date p {
  color: #fff
}

.clr_w .our_Diary_date strong {
  color: #fff
}

.our_Diary.section.mobile-dairy {
  display: none
}

.our_Diary.section.mobile-dairy .owl-dots button.owl-dot {
  background: #6dacde;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 100%;
  margin-top: 35px
}

.our_Diary.section.mobile-dairy .owl-dots button.owl-dot.active {
  background: #024c9f
}

.our_Diary.section.desktop-dairy .view-portfolio a {
  margin: 0 6px
}

.our_Diary_box.wh-clr p {
  color: #fff !important
}

.our_Diary_box.wh-clr .our_Diary_date strong {
  color: #fff
}

.our_Diary_box.wh-clr.lal-bg img {
  mix-blend-mode: multiply;
  background: #000
}

.our_Diary_box.wh-clr.lal-bg {
  background: #0099e8
}

.our_Diary_box.wh-clr.lal-bg .logo_brand img {
  mix-blend-mode: inherit
}

.our_Diary.sector {
  padding-bottom: 90px;
  padding-top: 70px;
  border-bottom: 1px solid lightgray;
}
.view a{
    color:black;
}
.home-news-title {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #000;
  font-size: 12px;
  padding: 4px 20px;
  font-family: Stolzl;
  color: #fff;
  font-weight: 500;
  z-index: 1
}

.business_help .diary_box_left {
  padding: 40px 30px
}

.diary_box_right {
  position: relative;
          background: black;
        overflow: hidden;
}

.project_images_box.filter-clr1 .logo_brand img {
  mix-blend-mode: inherit
}

.logo_brand {
  position: absolute;
  top: 30px;
  left: 30px
}

.col-md-6.business_help .full_image .logo_brand img {
  mix-blend-mode: inherit
}

.left_contents .full_image .little_tag_content.text-black strong {
  color: #000;
}

.col-md-6.business_help .full_image img.bluelogo {
  min-height: initial !important
}

.full_image {
  position: relative;
      background: black;
        overflow: hidden;
}

.business_help .full_image {
  margin-top: 2px;
  background: #0099e8
}

.col-md-6.business_help .full_image img {
  /* mix-blend-mode: multiply; */
  background: #000
}

.left_contents .full_image {
  margin-top: 3px
}

.little_tag_content {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  width: 100%;
}

.little_tag_content.text-black p {
  color: #fff;
}

.col-md-6.left_contents .little_tag_content p {
  font-weight: 500;
  /*color: black;*/
  font-family: 'Outfit';
  
}

.red_Section {
  margin-top: 2px
}

.little_tag_content.doctorLal {
  position: absolute;
  bottom: 12px;
  padding: 40px 30px;
  max-width: 249px
}

.little_tag_content p,
.little_tag_content strong {
  color: #fff
}

.diary_box_left {
  padding: 35px 58px 35px 30px
}

.our_Diary.sector img.bluelogo {
  max-width: 30px;
  width: auto;
  position: absolute;
  top: 20px;
  right: 22px;
  min-height: initial !important
}

.our_Diary strong {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-family: Stolzl;
  color: #fff
}

.project_images_box.clr_b.filter-clr1 .our_Diary_date strong {
  color: #fff
}

.our_Diary.sector.mobile-dairy .owl-dots {
  display: block;
  text-align: center
}

.our_Diary.sector.desktop-dairy .view-portfolio {
  text-align: center;
  margin-top: 50px
}

.our_Diary.sector.desktop-dairy a {
  text-decoration: none
}

.our_diary_text h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700
}

.our_diary_text {
  text-align: center;
  max-width: 760px;
  margin: auto;
  margin-bottom: 60px
}

.our_Diary_box {
  position: relative
}

.our_Diary_date {
  position: absolute;
  bottom: 30px;
  padding: 0 20px;
  width: 60%;
}

.our_Diary_date strong {
  color: #000;
  font-size: 14px;
  margin: 0;
  font-family: 'Outfit';
}

.our_Diary_date .st-rong {
  margin: 0;
  font-family: Stolzl;
  font-size: 18px;
  color: #000
}

.diary_box_left {
  padding: 35px 58px 35px 30px
}

.diary_box_left p,
.little_tag_content p,
.our_Diary .our_Diary_date p {
  margin: 0;
  font-family: 'Outfit';
  ;
  font-size: 12px;
  font-weight: 800;

}

.logo_brand1 {
  position: absolute;
  bottom: 29px;
  right: -20px;
  width: 40%;
}


/*--------------------------------------------------------------
# my video css
--------------------------------------------------------------*/

video::-webkit-media-controls {
  display: none;
}

/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-volume-slider {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {}




/*--------------------------------------------------------------
# Home page css
--------------------------------------------------------------*/
.img-fluids {
  width: 93%;
}

.bod-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 19px;
}

.bottom-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  border-bottom: 2px solid #19b6e6;
  padding-bottom: 10px !important;
  padding: 0;
}

.bottom-menu ul li a {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;

}

.img-fluid {
  max-width: 60%;
  height: auto;
  /*display: none;*/
}

.bottom-menu ul li a:hover {
  color: #19b6e6;
}


.menu_service ul li {
    font-size: 12px;
    font-weight: 600;
    padding-right: 23px;
    letter-spacing: inherit;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: -10px;
    text-decoration: none;
}
.scrollto {
  border-right: 1px solid;
  height: 0px;
  padding: 10px;
}
.img-below{
    width:100%;
}
.img-responsive {
  width: 100%;
}

.glightbox-clean .gslide-title {
  margin-bottom: 0px;
}


/*header css start here*/
ul.list li{
    list-style:none;
    
}
.unek {
    padding: 6px 34px !important;
    margin-left: 111px!important;
    border-radius: 0px !important;
    color: black !important;
    font-size: 13px !important;
    border: 1px solid #7b7b7b !important;
    font-weight: 500 !important;
    box-shadow: 1px 1px 4px solid #7b7b7b!important;
   
    
}

.getstarted-t{
    padding: 6px 34px !important;
    margin-left: 111px!important;
    border-radius: 0px !important;
    font-size: 13px !important;
    border: 1px solid #7b7b7b !important;
    font-weight: 500 !important;
    box-shadow: 1px 1px 4px solid #7b7b7b!important;
}
.unek-t{
    padding: 6px 18px !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 13px !important;
    border: 1px solid #7b7b7b !important;
    font-weight: 500 !important;
    background-color:black;
    
        
}


@media only screen and (max-width: 990px){
   
    .box-images{
        margin-top:20px;
    }
    .iner-p{
        padding:0px !important;
  
}

.height {
    margin-top:0px;
}

#tile-1 .nav-tabs li a {
    font-size:26px!important;
}
.baty{
    padding:20px 0px;
}
}

  .iner-p{
    padding:20px 0px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right:0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
         padding: 2px 5px 2px 32px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.box-grid-d{
     display: flex;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    
}

.box-grid-d a{
    color: #fff;
    font-size: 30px;
}


.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/*about css start*/

.company_banner {
    padding-bottom: 215px;
    background: #fff;
    position: relative;
    padding-top: 0;
    margin-top: 50px;
    overflow: hidden;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}

}



 


/*mobile app develoment css start */

.marge{
    margin-top:25px;
}

.portfolio{
    justify-content:center;
}
.provide{
    padding:0px;
}
.font-fs{
    font-size:58px;
}

/*media services*/

.d-flen{
    text-align:center;
    margin-bottom:15px;
}
.d-flez{
    margin-bottom:15px;
}
.d-fled{
    margin-bottom:15px;
}

/*search engine optimazation css start her */

.seo_projects_box {
    border-bottom: 1px solid #a0a0a0;
    min-height: 110px;
    margin-right: 35px;
}
.seo_projects{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.seo_projects_box p {
    font-weight: 700;
    color: #333;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}
.seo_projects_box h2 {
    font-size: 42px;
    font-weight: 800;
    color: #2b4456;
    margin: 0;
}
/*social media management satrt here*/


.smm-wht-we-do {
    clear: both;
    padding: 30px 0 0;
}
.mobile-content {
    display: none;
}

.green-bg-smm img {
    max-width: 100%;
    margin-bottom: 31px;
}
.green-bg-smm h2 {
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.green-bg-smm p {
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
}
.garin{
    margin-bottom:25px;
}

.why_choose.sector.smm-why-choose {
    background: 0 0;
    padding: 0 0 89px;
}
.why_choose.sector.smm-why-choose .maintain_box {
    padding-top: 0;
}
.why_choose.sector.smm-why-choose p {
    color: #707070;
    border-color: #707070;
    padding-left: 23px;
    font-weight: normal;
}

.maintain_box p {
    padding: 0 0 0 35px;
        border-left: 1px solid rgb(0 0 0 / 72%);
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
}


.maintain_box:before {
    position: absolute;
    left: 0;
    color: #6dacde;
    font-size: 18px;
    top: 500px;
    font-weight: 600;
}

.why_choose {
    color: #fff;
    padding-top: 90px;
    padding-bottom: 80px;
}


.accordion-button{
    background-color:background: #EEF4F9;
}

.green-bg-smm {
    background: WHITE;
    padding: 35px;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



/*new section satrt here*/

.lead_base.section {
    background: #f6f3e8;
}
.sectiol {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.lead_base h2 {
    text-align: center;
    font-size: 42px;
    color: #2b4456;
    font-weight: 700;
    margin-bottom: 50px;
}
.lead_base_boxes ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.lead_base_boxes li {
    width: 18%;
    background: #f9f7ef;
    margin: 10px;
    padding: 25px 25px 15px;
    display: inline-block;
    box-shadow: 0 0 4px rgb(0 0 0 / 2%);
}
.sumot{
    margin-top:20px;
}
.lead_base_boxes li img {
    max-width: 45px;
    margin-bottom: 45px;
    object-fit: contain;
}

.lead_base_boxes p {
    color: #4d4d4d;
}
.interc{
    padding-bottom:0px;
}
.principal_img {
    padding: 100px 0 50px 0;
}
.principal_text {
    background: #19b5e4;;
    padding: 50px 40px;
}
.corporate.section.new-interactive2 {
    padding-top: 60px;
}

.corporate.sector {
    padding-bottom: 60px;
}
.corporate_text {
    max-width: 645px;
}
.corporate_text p {
    font-size: 15px;
    color: #000;
}

.interactive_presentation .presentation_text {
    max-width: 1080px;
}
.presentation_text h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 35px;
}


.presentation_text p {
    font-size: 18px;
    color: #1a1a1a;
    max-width: 780px;
    margin-top: 20px;
}
.work_page.noContent11 a.view_btn {
    display: inline-block;
    background: #66acdc;
    border-radius: 25px;
    color: #fff;
    padding: 5px 30px;
    border: 2px solid #66acdc;
    font-size: 14px;
    text-decoration: none;
}

.load_more_btn.clearfix {
    padding: 70px 0 10px;
    display: block;
}

.work_page.noContent11 button#load {
    display: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.load_more_btn .btn, .technical_Section a.btn {
    background: #66acdc;
    border-radius: 25px;
    color: #fff;
    padding: 5px 30px;
    font-size: 14px;
}

.load_more_btn .fa {
    margin-left: 10px;
}

.work_page.noContent11 a.view_btn {
    display: inline-block;
    background: #66acdc;
    border-radius: 25px;
    color: #fff;
    padding: 5px 30px;
    border: 2px solid #66acdc;
    font-size: 14px;
    text-decoration: none;
}
.load_more_btn {
    text-align: center;
    margin: auto;
    margin-top: 40px;
    display: block;
    width: 100%;
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.power_presentation .presentation_text {
    max-width: 923px;
}

.power_presentation.section h2 {
    margin-bottom: 25px;}
/*strategy css start*/

.banner.stratgey-bg.section {
     background: url(/assets/img/pexels-photo-3184292.webp
) no-repeat;
    width: 100%;
    height: 520px;
    position: relative;
    background-size: 100%;
    mix-blend-mode: multiply;
    padding-top: 50px;
    margin-top:12px;
}

.banner.stratgey-bg.section:before {
    mix-blend-mode: multiply;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 58%);
}

.banner-content-ecommerce h2 {
    color: #fff;
    font-size: 48px;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 40px;
}

.banner.stratgey-bg.section .banner-content-ecommerce h1 {
    position: absolute;
    bottom: 20px;
}

.banner-content-ecommerce h1 {
    color: #fff;
    font-size: 55px;
    line-height: 62px;
    margin-bottom: 40px;
}

.digital-stratgey {
    padding: 70px 0;
    clear: both;
}

.digital-stratgey h2 {
    margin-bottom: 50px;
    color: #2b4456;
    font-size: 40px;
    font-weight: 600;
}



.digital-stratgey h2 {
    margin-bottom: 50px;
    color: #2b4456;
    font-size: 40px;
    font-weight: 600;
}

.digital-content-panel {
    padding: 25px 7px;
}

.digital-content-panel h3 {
    color: #2b4456;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    position: relative;
}

.digital-content-panel h3:after {
    /*background: #000;*/
    width: 109%;
    height: 1px;
    position: absolute;
    content: "";
    bottom: -50px;
    left: -70px;
}

.digital-content-panel p {
    padding-right: 74px;
    color: #4d4d4d;
    line-height: 28px;
    font-size: 15px;
}

.why-digital-stratgey h2 {
    margin-bottom: 50px;
    color: #2b4456;
    font-size: 40px;
    font-weight: 600;
}

.why-stratgey {
    padding-bottom: 70px;
}

.stratgey-panel1 p {
    color: #4c4c4c;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
}

.stratgey-panel1 p strong {
    display: block;
    margin: 45px 0 0;
}

.digital-list {
    padding-left: 50px;
}

.digital-list ul {
    position: relative;
    padding: 0;
}

.digital-list ul li {
    display: block;
    padding-bottom: 15px;
}


.digital-list ul li span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #6dacde;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
}

.digital-list ul li p {
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    width: 66%;
    vertical-align: top;
    margin-left: 30px;
    font-weight: 200;
    font-size: 21px;
    color: #191919;
}

.digital-list ul:after {
    background: #024c9f;
    width: 2px;
    height: 79%;
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    z-index: -1;
}
.clearfix {
    clear: both;
    width: 100%;
    display: block;
}
.our-client-logo {
    padding-bottom: 80px;
    clear: both;
}

.our-client-logo h4 {
    padding: 40px 0 20px;
    clear: both;
    font-size: 45px;
    color: #2b4456;
    font-weight: 700;
}

.our-client-logo p {
    font-size: 16px;
    color: #202020;
    padding-right: 180px;
    line-height: 28px;
}

.our-client-logo ul {
    padding: 50px 0;
}
.our-client-logo ul li {
    float: left;
    border: 1px solid #ddd;
    width: 25%;
    border-top: 0;
    border-left: 0;
    text-align: center;
    list-style:none;
}

.more_testimonials .more_clients {
    display: none;
}
.our-client-logo ul li img {
    max-width: inherit;
}


.our-client-logo ul li {
    float: left;
    border: 1px solid #ddd;
    width: 25%;
    border-top: 0;
    border-left: 0;
    text-align: center;
}

.work_page2.testimonials_page.sector.contact_sterco {
    display: block;
}
.testimonials_page.section {
    padding-top: 20px;
}
.work_page2 {
    padding-bottom: 0;
}


.contact-panel-1 {
    clear: both;
    padding: 50px 0;
}
.office-1 {
         background: #000000;
        padding: 35px;
        border-radius: 12px;
}

.contact-panel-1 h2 {
    color: #fff;
    margin-bottom: 24px;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

.contact-panel-1 p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.contact-panel-1 ul {
    padding: 0;
    width: 100%;
}

.contact-panel-1 ul li {
    margin: 0 0 10px;
    list-style:none;
}

.contact-panel-1 ul li span:nth-child(1) {
    margin-right: 14px;
}

span.phone-icon {
    display: inline-block;
    vertical-align: top;
}
span.phone_number {
    display: inline-block;
}

.contact-panel-1 ul li a {
    color: #fff;
    font-size: 14px;}
    
    .contact-panel-1 ul li a {
    color: #fff;
    font-size: 14px;
}

.contact-panel-1 ul li span:nth-child(1) {
    margin-right: 14px;
}
.contact-panel-1 ul li a {
    color: #fff;
    font-size: 14px;
}

.contact-panel-1 ul li span:nth-child(1) {
    margin-right: 14px;
}

.contact-panel-1 ul li a {
    color: #fff;
    font-size: 14px;
}

.office-2 {
    background: #6dacde;
    padding: 30px;
    height: 100%;
}

.request-quote {
    background: #ededed;
    padding:20px;
    width:100%;
    margin:auto;
    border-radius: 12px;
    
}
.eartin{
    font-size:24px;
    font-weight:900;
}

.contact_form .form-control {
    font-size: 14px;
    border: 0;
    background: 0 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    border-radius: 0;
    height: inherit;
    box-shadow: inherit;
    outline: 0;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 1rem;
}





.service-col label.css-label {
    width: 90%;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.service-col input.css-checkbox {
    display: inline-block;
    width: 4%;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.service-col label.css-label span {
    display: inline-block;
    cursor: pointer;
    color:black;
}

.service-col {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}


/*strategy css start*/

@media (min-width: 1201px) and (max-width: 1500px){
.presentation_text p {
    max-width: 100%;
}
}


@media (min-width:768px) and (max-width: 2000px){
    .mage{
margin-top:30px;
}
}
@media (min-width:200px) and (max-width: 992px){
    .testimonials_page h1{
                padding-top: 15px !important;
        padding-bottom: 15px !important;
                font-size: 38px !important;
    }
    
    .dk-none{
        display:block!important;
    }
    .deveplent{
        padding:0px !important;
    }
    .marb{
        margin-bottom:30px;
        justify-content:center;
    }
    .bol-top{
        margin-top:55px;
    }
    .portfolio .portfolio-item{
        margin-bottom:0px;
        margin-top:5px;
    }
    .boden{
        padding:0px;
    }
    .grice {
    display: grid!important;
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 0px!important;
}
.effectTab-header .title::before{
    width: 100%!important;
    left: 28% !important;

}
.box-bordero {

    height: 251px!important;
    margin: 20px!important;
}
   .what-pa{
       padding-bottom:35px;
   }
   .all-in-on{
       padding-bottom:20px;
   }
    .green-bg-smm{
        padding:0px;
    }
    .single-skill{
        margin-bottom: 20px;
    }
    .mySlides{
        padding:20px!important;
    }
  .margu{
      margin-top:50px;
  }
  .mb-7{
      margin-bottom:20px;
  }
    .selin{
        padding:10px;
    }
    .digital-content-panel p{
        padding-right:0px;
    }
    .agency_box li:nth-child(1), .agency_box li:nth-child(2) {
        margin-bottom: 0px !important;
}
    .work_page2{
        background: black;
    }
    .yellow_box {
        padding: 20px 20px  !important;
}
    .lead_base_boxes li {
    width: 44%;
    background: #f9f7ef;
    margin: 10px;
    padding: 25px 25px 15px;
    display: inline-block;
    box-shadow: 0 0 4px rgb(0 0 0 / 2%);
}
.carousel .carousel-item{
 min-height:200px;   
}

.mart-wm{
    margin-top:35px;
}
video{
    height:auto!important;
}
.video-wrapper{
    height:auto!important;
}
.btn-txt{
    font-size:26px;
}
.tab_part.section .nav-pills .nav-link {
   padding: 7px 20px !important
}
ul.nav.nav-pills.navtop p {
   margin-bottom: 0px !important
}
ul.nav li.nav-item img {
   max-width: 35px !important
}
.difrd{
 display: grid;
grid-template-columns: repeat(2, 1fr);
}
.bottom-menu ul li a{
    font-size:10px;
}
.py-t{
    padding-top:0px!important;
}
.box-shado {
    margin-top:0px;
    padding:0px;
}

.bottom-menu ul{
    border-bottom:none;
}

.talkt-ml{
    font-size:29px;
    text-align:center;
}
.justsa{
    justify-content: space-between!important;
    padding:20px 0px;
}
.between{
    display: flex;
    justify-content: space-between;
}
.sectiol{
    padding:0px!important;
}
.class-8{
    padding-bottom:0px!important;
}
.padwn{
    padding-top:35px!important;
    padding-bottom:20px!important;
}
.feast{
    font-size:19px!important;
}
.fonts {
    font-size: 46px!important;
}
.text-play {
  letter-spacing: 0 !important;
        font-size: 40px !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform-origin: unset;
}
.bring-s {
        font-size: 30px !important;
}
.talkt-l {
        font-size: 18px !important;

}


.distri{
    position:absolute!important;
    transform:translate(0%,0%)!important;
}

.fomh{
    margin-top:126px;
}
.service-col label.css-label {
    width: 90%;
    display:flex;
}
.modal-dialog{
    display: contents;
}
.service-col {
        width: 100%;
}

.talkt-m {
    font-size: 37px!important;
    font-weight: 300!important;
    padding: 0px 0px 0px 0px!important;
    text-align:center;
    margin-top:5px;
}
.rouni{
    display:none!important;
}

.widthn{
    width:50%!important;
}
.d-no{
    display:none!important;
    
}
.double-co {
    width: 19px !important;
    position: absolute !important;
    left: 0px !important;
    bottom: 204px !important;
}
.double-cout {
    width: 24px !important;
    position: absolute !important;
    bottom: 71px !important;
    right: 15px !important;
    rotate: 180deg !important;
}
.trusti {
    font-size: 20px!important;
    width:100%!important;
    
}
.fixel{
    display:block !important;
    padding:0px !important;
    width:100% !important;
    height:100% !important;
    border-radius:0px !important;
        padding: 20px!important;
    
}
.fixe{
    display:block !important;
    padding:0px !important;
    width:100% !important;
    height:100% !important;
    border-radius:0px !important;
        padding: 20px!important;
}

.fixel-m{
     display:block !important;
    padding:0px !important;
    width:100% !important;
    height:100% !important;
    border-radius:0px !important;
        padding: 20px!important;
}
.work-section-2 {
   
     padding: 0px!important; 
    
}
.tab_part.section li.nav-item{
    margin:0px!important;
}
.technology_text{
    padding:0px!important;
}

.soutn{
    flex-direction: column-reverse !important;
}

.loo-fall{
    padding-top:25px!important;
}
.down-f{
    margin-top:0px!important;
}
.yellow_box a{
    margin-top:10px;
}
.powers{
        margin-bottom: -7px!important;
    margin-top: -43px!important;
    justify-content:center;

}
.shadow-box {
    margin-top:20px;
}
.mobile-icon{
    padding-bottom:0px;
    padding-top:0px;
}
.padse{
    padding-bottom:0px!important;
}
.doenl{
    padding-top:0px !important;
    padding-bottom:0px !important;
    margin:0px;
}
.respo{
    width:70%;
}
.technology_logo ul{
    text-align:center;
}
ul.agency_box {
   padding: 0px!important;
}
.digital-stratgey {
    clear: both;
    padding:0px;
}

.why-digital-stratgey h2 {
    font-size:30px;
}
.banner-content-ecommerce h1 {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 40px;
}
.digital-stratgey h2{
        margin-bottom: 20px;
    color: #2b4456;
    font-size: 40px;
    font-weight: 600;
    padding-top: 20px;

}

.banner-content-ecommerce h2{
    padding-bottom:100px;
}

.banner.stratgey-bg.section {
    margin-top:0px; 
    height:auto;
}
.why-digital-stratgey h2{
    margin-bottom:12px;
}
.clients{
    margin-top:0px;
}

.why-stratgey {
    padding-bottom: 0px;
}
}
.btn-position{
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  position:absolute;
}

.modal.right.fade.in .modal-dialog {
right:0 !important;
transform: translateX(-50%);
}
.modal.right .modal-content {
height:100%;
overflow:auto;
border-radius:0;
}
.modal.right .modal-dialog {
position: fixed;
margin: auto;
height: 100%;
-webkit-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
.modal.right.fade.in .modal-dialog {
transform: translateX(0%);
}
.modal.right.fade .modal-dialog {
right: 15px;
-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
-o-transition: opacity 0.3s linear, right 0.3s ease-out;
transition: opacity 0.3s linear, right 0.3s ease-out;
}
    
    
   .modal.right .modal-header { color:#fff; background-color:#ededed; padding:20px;}
    .modal.right .modal-header::after {content:""; display:inline-block;}
    .modal.right .close {text-shadow:none; opacity:1; color:#19b6e6; font-size:20px}
/*  form-control  */
    
    .form-control {border-radius:0; box-shadow:none}
    .form-control:focus {box-shadow:none}
    
   
   .modal-backdrop {

    z-index:111;
       
   }
   
    
/*  Button  */
    
    .btn {border-radius:0}
.reash-us {
    position: absolute;
    bottom: -17px;
    right: 77px;
    z-index: 99;
}

.reash-us h4 {
    font-size: 14px;
    color: #fcca01;
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px;
}

.reash-us p {
    margin: 0;
    padding: 0;
}

.reash-us p.e_mail {
    margin-top: 12px;
    margin-bottom: 18px;
}

div#collapsibleNavbar .reash-us p a {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    text-transform: inherit;
    letter-spacing: inherit;
}

.work_page div#collapsibleNavbar a {
    color: #2b4456;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
}

div#collapsibleNavbar a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    font-weight: 600;
    position: relative;
    z-index: 99999;
    padding: 8px 12px;
    border: 1px solid rgb(255 255 255 / 0%);
}
.sideMenu .reash-us span {
    display: inline-block;
    margin-right: 7px;
    margin-top: 10px;
}

.img-belowe{
    width:15%;
    height: 30px;
}
.cta_skype{
    margin-left:36px;
}
/*blog  start css*/

.work_page2.testimonials_page.news-name-pan.section {
    display: block;
}
.testimonials_page.section {
    padding-top: 20px;
}

.work_page2 {
    padding-bottom: 0;
}

.section {
    float: left;
    width: 100%;
}

.testimonials_page h1 {
    font-size: 48px;
    font-weight: 600;
    position: relative;
    padding: 5px 0 20px;
    display: inline-block;
}

.news-panel-section {
    padding: 70px 0;
    clear: both;
}
.news-panel-section .col-md-12 {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    margin: 0 20px 15px;
}

.new-icon {
    display: inline-block;
    border: 1px solid #f7f7f7;
    width: 225px;
    vertical-align: top;
}

.new-top-detail {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

.news-date {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}



.col-md-12 .new-top-detail h3 {
    font-weight: 500;
    margin-bottom: 20px;
    color: #191919;
}

.new-top-detail h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.new-top-detail p {
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
}

.tab_part.section {
    padding-bottom: 0;
}

.tab_part.section {
    background: #f5fbff;
    position: relative;
}

ul.nav.nav-pills.navtop {
    border-bottom: 1px solid #dddd;
}


ul.nav.nav-pills.navtop {
    text-align: center;
    margin: auto;
    display: block;
}

.tab_part.section li.nav-item {
    margin: 0 25px;
}
ul.nav.nav-pills.navtop li {
    display: inline-block;
}

.tab_part.section li.nav-item:nth-child(1) .nav-link.active {
    background: #19b6e6;
    border-radius: 15px;
}


.tab_part.section .nav-pills .nav-link {
    padding: 15px 40px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
}

.nav-link {
    display: block;
    
}

ul.nav li.nav-item img {
    max-width: 70px;
}
.menu-pos{
    z-index:-1!important;
}
a.nav-link.active img.noraml {
    display: none;
}
.list-s {
    list-style: none;
}
.menu_service h3 a{
    color:white !important;
      font-size: 17px;
    font-weight: 600;
    padding-right: 56px;
    text-transform: capitalize;
    margin-bottom: 15px;
    letter-spacing: inherit;
    text-decoration: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.menu_service p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 43px;
    padding-right: 36px;
}
.three-menu ul li{
    list-style:none;
}
.menu_service ul li{
    list-style:none
}
.menu_service ul li a{
    color:white;
}
.three-menu ul li a{
    color:white !important;
}
ul.nav.nav-pills.navtop a.nav-link.active img.dark {
    display: block;
    margin: auto;
}
ul.nav.nav-pills.navtop a.nav-link img.dark {
    display: none;
}
.tab_part.section li.nav-item:nth-child(2) .nav-link.active {
    background: #000000;
    border-radius: 15px;
}
.tab_part.section li.nav-item:nth-child(3) .nav-link.active {
    background: #19b6e6;
    border-radius: 15px;
}

ul.nav.nav-pills.navtop p {
    color: #191919;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
}

.tab_part.section li.nav-item .nav-link.active p {
    color: #fff;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.tab-content>.active {
    display: block;
}
.icon1-bg {
    width: 44%;
    position: absolute;
    z-index: 0;
    left: -235px;
    top: 0;
    opacity: .8;
}

.tab_para {
    max-width: 880px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

.tab_para p {
    font-size: 20px;
    text-align: center;
    margin-top: 45px;
    color: #1a1a1a;
    color: black !important;
}

ul.agency_box {
    padding: 60px 0 0 85px;
}

.agency_box li {
    display: inline-block;
    width: 49%;
    padding: 5px;
}
.agency_box li:nth-child(1), .agency_box li:nth-child(2) {
    margin-bottom: 50px;
}
.agency_box li h3 {
    display: block;
    min-height: 40px;
    font-size: 60px;
    color: #2b4456 !important;
    font-weight: 700;
}

.agency_box li p {
    padding: 0 40px 0 0;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #333 !important;
    font-weight: 600;
}

.yellow_box {
    padding: 60px 60px;
    background: #000000;
}

.yellow_box p {
    font-size: 15px;
    line-height: 28px;
    color: #4c4c4c;
}

.menu_service ul li a {
    font-weight: 400;
    padding-right: 23px;
    letter-spacing: inherit;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-decoration: none;
}
.yellow_box ul {
    max-width: 260px;
}

.yellow_box ul {
    padding: 0;
    margin: 0;
}

.yellow_box ul li {
    line-height: 30px;
    border-bottom: 1px solid #70707029;
    padding: 8px 0;
    font-size: 16px;
    color: #4d4d4d;
}

.yellow_box li {
    position: relative;
    max-width: 260px;
    list-style:none;
}

.yellow_box a {
    text-decoration: none;
    color: white;
    
}

.technology_all_logo.section {
    padding: 100px 0;
}

.technology_all_logo.section {
    position: relative;
}

.technology_text {
    padding-right: 50px;
    padding-bottom: 70px;
}

.technology h2 {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.technology h5 {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 24px;
    color: #1a1a1a;
    line-height: 34px;
    margin-top: 40px;
}
.technology_text p {
    color: #4c4c4c;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
    padding-right: 48px;
}
.img-belowq{
    width:50%;
}
.technology_logo ul {
    padding: 0;
    margin: 0;
}

.technology_logo ul li {
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    width: 160px;
    height: 140px;
    line-height: 140px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: -3px;
    text-align: center;
}

.pagetitle {
    font-size: 48px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding: 20px 0 30px;
    display: block;
    margin-bottom: 50px;
    font-family: 'Roboto Slab',serif;
}

.shadow-box{
    box-shadow: 0 0 26px 0 #e4e4e4;
    padding: 20px;
    height:450px;
    position:relative;
}
.viewt{
    color:black;
    padding:8px 17px;
    border: 1px;
    position:absolute;
    bottom:20px;
}
.viewt a{
    color:black;
}
.insta{
    font-size:20px;
}
.augu{
    padding: 10px 0px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
    word-break: normal;
}
.digihero{
    background: red;
}

@media only screen and (min-width: 592px){
.navigation .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}}
.navigation .nav-links .dots {
    text-align: center;
}


.navigation .nav-links>* {
    min-width: 44px;
    min-height: 44px;
}

.navigation .nav-links>* {
    min-width: 44px;
    min-height: 44px;
}

.navigation .next .svg-icon {
    top: -1px;
    margin-left: calc(0.25 * var(--global--spacing-unit));
}

.lutwe{
    padding:0px;
    margin:20px;

}
.down-f{
    margin-top:35px;
}
.doenl{
    padding-top:10px;
    padding-bottom:15px;
}
.about ul li{
    list-style:none;
}
.digihero{
display:none;
}


@media only screen and (max-width: 990px){
.service-col input.css-checkbox {
    display: inline-block;
    width: 8%;
    height: 20px;
}
.weint {
        font-size: 22px;
        font-weight: 500;
}
.digihero{
        background: #000;
        margin-top: 87px;
        padding: 15px 0px 15px 0px;
        display: block;
}

.presentation_text p{
    font-size:14px;
}
.corporate.sector {
    padding-bottom: 0px;
}

.presentation_text h2{
    font-size:29px;
}

    
    .rounil {
    width: 42%!important;
    bottom: -35px!important;
    position: absolute!important;
    right: 158px!important;
}
.ninth{
    margin-bottom:20px!important;
}
    
}

@media only screen and (max-width: 990px){
.service-col label.css-label span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    vertical-align: top;
    cursor: pointer;
    margin-left:10px;
}}

.design_devlopment.section {
    padding-top: 110px;
    padding-bottom: 0;
}

.enter-mobile-content {
    display: none;
}
.mobile-content {
    display: none;
}

.enterprieses_design_text {
    max-width: 935px;
}
.enterprieses_design_text p {
    font-size: 20px;
    color: #000;
    margin-bottom: 50px;
}

.design_devlopment.end-to-endterprise-app2.section .custom_web {
    padding: 30px 0 50px;
}

.custom_web_img {
    min-height: 80px;
}

.custom_web_text {
    padding-bottom: 30px;
    position: relative;
}

.custom_web_text:before {
    position: absolute;
    background: #a5a5a5;
    content: "";
    width: 120px;
    height: 1px;
    bottom: 0;
}


.design_devlopment.end-to-endterprise-app2.section .custom_web_text h4 {
    color: #333;
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.cust{
    font-size:3rem;
    margin:20px 0px;
    color:#19b6e6;
}

.usin{
    font-size:22px;
    color:#4c4c4c;
}


.stern{
    color:#4c4c4c;
}
.box-grid1 li{
    list-style:none;
}
.trusti {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    margin: auto;
    width: 70%;
}




      .unekt {
    padding: 7px 35px;
    border-radius: 0px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #7b7b7b;
    font-weight: 500;
    background-color: black;
    border-radius: 22px;

}
.below{
    width:100%;
}

.slideshow-container {
  position: relative;
  background: #19b6e6;
  border-radius: 41px;
}

/* Slides */
.mySlides {
  display: none;
  padding:55px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #19b6e6;
    border-radius:41px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

.below-m{
    width:38%;
}
.dowen {
        position: absolute;
        top: 38px;
        left: 25px;
}

.fsiz{
    font-size:18px;
}
.nowp{
    font-size:16px;
}

.radius{
    border-top-right-radius:15px;
     border-bottom-right-radius:15px;
}
.talktm{
    font-size:22px;
}
.row.work-group {
    display: block;
    margin: 0;
}

.row.work-group {
    display: block;
    margin: 0;
}

.row.work-group {
    display: block;
    margin: 0;
}
.work-section-2 {
    background: #19b6e6;
    padding: 100px;
    text-align: center;
}
.work-section-2 p {
    color: #fff;
    font-size: 21px;
    line-height: 32px;
}
.row.work-group {
    display: block;
    margin: 0;
}
.work-section-3 {
    padding: 20px 0;
}

.work-section-3 h2 {
    text-align: center;
    margin-bottom: 40px;
}

.work-section-3 h3 {
    text-align: center;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    color: #202020;
}

.work-section-3 p {
    /*text-align: center;*/
    /*margin-bottom: 60px;*/
    color: #848282;
    /*padding: 0 50px;*/
}
.work-section-3 .green-bg2 {
    background: #dafafa;
    padding: 30px;
    min-height: 270px;
}

.work-section-3 .green-bg2 h4 {
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.work-section-3 h3 {
    text-align: center;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    color: #202020;
}

.work-section-3 .green-bg2 h5 {
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-weight: 400;
}

.veere{
   position: relative;
  border-radius: 12px;
  border: 1px solid #ece5e5;
}

.read-m {
    position: absolute;
    left: 312px;
    bottom: 33px;
}

.green-bg2{
    margin-top:20px;
    padding: 30px 10px;
}
.bgsky{
    background-color:#dafafa;
}

.holi-c{
    background:white;
    padding:20px;
}
.cond{
    color:#333333;
}

.fixe {
    background-color: #ffbfbf;
    display: flex;
    padding: 30px;
    width: 80%;
    margin: auto;
    justify-content: space-around;
    align-items: center;
    height: 276px;
    border-radius: 46px;
    position:relative;
}
.fixel{
     background-color: #ffddab;
    display: flex;
    padding: 30px;
    width: 80%;
    margin: auto;
    justify-content: space-around;
    align-items: center;
    height: 276px;
    border-radius: 46px;
    position:relative;
}
.double-co{
        width: 24px;
    position: absolute;
    left: 218px;
    bottom: 184px;
}
.double-cout {
    width: 24px;
    position: absolute;
    bottom: 118px;
    right: 197px;
    rotate: 180deg;
}


.fixel-m{
     background-color: #b3e9cb;
    display: flex;
    padding: 30px;
    width: 80%;
    margin: auto;
    justify-content: space-around;
    align-items: center;
    height: 276px;
    border-radius: 46px;
    position:relative;
}

.assem {
    width: 190px;
    height: 190px;
    border-radius: 50%;
}
.talktm-l{
    color:#808081;
    font-size:21px;
}

.commit{
    color:#19b6e6;
}

.nower{
    position:relative
}

.img-respo{
    width:60%;
}
.img-re{
    width:60%;
}

.img-respo {
    width: 50%;
    bottom: -88px;
    position: absolute;
    right: -65px;
}

.rounil{
    width: 50%;
    bottom: -88px;
    position: absolute;
    right: 94px;
}
.gray a{
    color:white;
}
.pads{
    padding:0px;
}

.dow-tl{
    padding-left:80px;
}


.class-8{
    padding-bottom:30px;
}
.box-grid-d li{
    list-style: none;
}
.knw-mr-btn:hover{
    color:black;
    
}

.mobile-none .getstarted{
       line-height: 39px;
    padding: 0px 20px !important;
    border-radius: 0px;
     background-color: #ffffff; 
    /*background:#fff;*/
    font-size: 14px;
    font-weight: 500;
    color: black;
    /*border: 2px solid black;*/
}
.desktop-none{
      display:none!important;
  }


.transfm{
    padding-bottom:25px;
}
.bi-bar-chart-fill::before {
    content: "\f17a";
    rotate: -90deg;
    color: white;
    font-size: 27px;
}

.leep-d{
    display:flex;
    align-items:center;
}
.list{
        margin: inherit;
}
.must li a{
    color:white;
}

.domes::before{
    color:black;
}
.menu-pos{
    display:none;
}
.home_page div#collapsibleNavbar a {
    color: #fff;
}

div#collapsibleNavbar a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    font-weight: 600;
    position: relative;
    z-index: 99999;
    padding: 8px 12px;
    border: 1px solid rgb(255 255 255 / 0%);
}

@media (min-width: 768px){
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

}

ul.navbar-nav.ml-auto a {
    font-family: Montserrat, sans-serif;
    letter-spacing: 2px;
}

li.nav-item.menu-hover:hover .menu-pos {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    z-index: 9999;
}

.menu-pos {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 127px 0 50px;
    background-image: linear-gradient(180deg, #000000 0%, 19%, #19b6e6 19%);
    display: block !important;
    top: -8rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition-timing-function: ease;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 1px 8px rgb(218 218 218 / 54%);
    z-index: 0;
    min-height: 600px;
}

.navbar .container-fluid {
    display: block;
}


.menu_service h3 {
    margin-bottom: 17px;
}

div#collapsibleNavbar .menu_service h3 a {
    font-size: 24px;
    font-weight: 600;
    padding-right: 56px;
    text-transform: capitalize;
    margin-bottom: 15px;
    letter-spacing: inherit;
    text-decoration: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

div#collapsibleNavbar .menu_service.three-menu ul {
    margin-bottom: 30px;
}

div#collapsibleNavbar .menu_service ul {
    padding: 0;
    margin-bottom: 54px;
}

div#collapsibleNavbar .menu_service ul li a {
    font-size: 12px;
    font-weight: 600;
    padding-right: 23px;
    letter-spacing: inherit;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-decoration: none;
}

.home_page div#collapsibleNavbar a {
    color: #fff;
}

div#collapsibleNavbar a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    font-weight: 600;
    position: relative;
    z-index: 99999;
    padding: 8px 12px;
    border: 1px solid rgb(255 255 255 / 0%);
}

div#collapsibleNavbar .menu_service p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 43px;
    padding-right: 36px;
    padding-top: 30px;
}



.menu_service h3 {
   
    margin-bottom: 20px;
}

div#collapsibleNavbar .menu_service h3 a {
    font-size: 24px;
    font-weight: 600;
    padding-right: 56px;
    text-transform: capitalize;
    margin-bottom: 15px;
    letter-spacing: inherit;
    text-decoration: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.home_page div#collapsibleNavbar a {
    color: #fff;
}

div#collapsibleNavbar a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    font-weight: 600;
    position: relative;
    z-index: 99999;
    padding: 8px 12px;
    border: 1px solid rgb(255 255 255 / 0%);
}

  

ul.navbar-nav.ml-auto a {
    font-family: Montserrat, sans-serif;
    letter-spacing: 2px;
}
.d-grin{
    display:flex;
}

.menu_service {
    padding-right: 20px;
}

li.nav-item.menu-hover:hover .menu-pos {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    z-index: 9999;
}
.text-whit {
    color: #19b6e6;
    font-weight: 500;
    margin-right: 24px;
    font-weight: 700;
    padding:15px 0px;
}
.padins{
    margin-right:16px;
}

div#collapsibleNavbar .menu_service ul li a:after {
    background: url(../images/right-arrow1.svg) no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 5px;
}
@media only screen and (max-width: 990px){
.mobile-admission-link {
    text-align: center;
    position: fixed;
    bottom: 0px;
    background: #19b6e6;
    width: 100%;
    display: block;
    z-index: 9999;
}}

@media only screen and (max-width: 990px){
.start-project {
    display: inline-block;
}}

@media only screen and (max-width: 990px){
.start-project a {
    color: #fff;
    text-decoration: none;
    padding: 5px 5px 5px 0;
    display: inline-block;
    position: relative;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}}

@media only screen and (max-width: 990px){
.or {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}}

@media only screen and (max-width: 990px){
.or p {
    background: #fff;
    width: 32px;
    border-radius: 50%;
    margin: 11px 6px 9px;
    height: 32px;
}}

@media only screen and (max-width: 990px){
.number-slide {
    display: inline-block;
}}

@media only screen and (max-width: 990px){
.number-slide a {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}}

@media only screen and (max-width: 990px){
.mobile-slide-menu {
    display: block;
}}
.mobile-slide-menu {
    display: none;
}
@media only screen and (max-width: 990px){
.adm-popup.menuopened1 {
    transform: translate(0, -15px);
    background: #f6f6f6;
    width: 100%;
    display: block;
    height: 100vh;
    position: fixed;
    left: 0;
    overflow:scroll;
    z-index: 99999999;
    bottom: -15px;
    transition: .5s;
    color: #fff;
}}

@media only screen and (max-width: 990px){
.adm-popup {
    padding: 80px 17px;
    transform: translate(0, 1000px);
    background: #000;
    transition: 2s;
    width: 100%;
    display: block;
    height: 100vh;
    position: fixed;
    left: 0;
    z-index: 99999;
    transition: .5s;
    bottom: 0;
}}

@media only screen and (max-width: 990px){
.adm-popup.menuopened1 a.close_icon {
    right: 33px;
    position: absolute;
    top: 120px;
    background: url(/assets/img/close_icon.svg) no-repeat;
    border: 0;
    width: 40px;
    height: 40px;
}}
@media only screen and (max-width: 990px){
.adm-popup.menuopened1 h2 {
    color: #2b4456;
    font-size: 30px;
    padding-right: 50px;
    margin-bottom: 40px;
    font-weight: 700;
}}
.form-group {
    margin-bottom: 1rem;
}
.contact_form .form-control {
    font-size: 14px;
    background: white;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 0;
    height: inherit;
    box-shadow: inherit;
    outline: 0;
    border-radius:15px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}
/*.contact_form .form-control:hover{*/
/*    background:#19b6e6;*/
/*}*/
@media only screen and (max-width: 990px){
.col-md-12.i-human {
    padding: 0;
}}

.col-md-12.i-human {
    margin: 20px 0;
}
.close_slide {
    position: absolute;
    top: 35px;
    right: 87px;
}
.form-slide .request-quote {
    position: static;
    padding: 0;
    border: 0;
    box-shadow: inherit;
    background: 0 0;
}
.form-slide {
    background: rgb(249 249 249 / 97%);
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    height: 100%;
    max-width: 810px;
    width: 100%;
    padding: 47px 70px;
    overflow-y: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
@media only screen and (max-width: 990px){
.form-slide {
    display: none;
}


  #hero h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: left;
}
}
@media (max-width: 992px){
.c-control {
    top: 76%;
    left: 11%;
    position: absolute;
    margin-top: 28px;
}
}
.mbile{
    display:none;
    position:relative;
    z-index:1;
}
.bottom-menu ul{
    position:relative;
    z-index:9;
}
#tile-1 .tab-pane
{
  padding:15px;
  height:80px;
  margin-top:35px;
}
#tile-1 .nav-tabs
{
  position:relative;
  border:none!important;
  background-color:#fff;
/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius:6px;
}
#tile-1 .nav-tabs li
{
  margin:0px!important;
}
#tile-1 .nav-tabs li a
{
  position:relative;
  margin-right:0px!important;
  padding: 20px 7px!important;
  font-size:16px;
  border:none!important;
  color:#333;
}
#tile-1 .nav-tabs a:hover
{
  background-color:#fff!important;
  border:none;
}
#tile-1 .slider
{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color:#39bcd3;
  position:absolute;
  z-index:1200;
  bottom:0;
  transition:all .4s linear;
  
}
#tile-1 .nav-tabs .active
{
  background-color:transparent!important;
  border:none!important;
  color:#39bcd3!important;
}

.techni{
    font-size:24px;
}

.how{
    font-size:40px;
    color:#19b6e6;
}

.outeam{
    font-size:18px;
}
.cart{
    color:black;
}

.cart:hover{
    color:black;
}

.load-m{
    text-decoration:none!important;
}

.clasb{
    background-color:black!important;
    border-radius:30px;
    padding:4px 40px;
    border:none;
    
}
.clasb-b{
     background-color:black!important;
    border-radius:30px;
    padding:4px 40px;
    border:none;
    margin-left:20px;
}

.clasb a{
    color:white!important;
}
.wp_Widget {
    background-color: #eff8ff;
    padding: 15px;
    margin-bottom: 25px;
}

.wp_SideBar h2 {
    color: #2b4456;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 0;
    margin-bottom: 15px;
    position: relative;
}

.wp_SideBar h2:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #fcca01;
    left: 0;
    bottom: 0;
}

.wp_SideBar ul {
    padding: 0;
}

.wp_SideBar ul li {
    line-height: 20px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
    list-style:none;
}

.wp_SideBar ul li a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

/*.wp_SideBar ul li:after {*/
/*    position: absolute;*/
/*    content:"\f054";*/
/*    font-family: 'FontAwesome';*/
/*    font-size: 10px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    color: #2b4456;*/
/*}*/

.wp_CustomForm .formGroup label {
    font-size: 14px;
    margin-bottom: 4px;
}

.wp_CustomForm .wpcf7-form-control {
    width: 100%;
    border: 1px solid #2b4456;
    padding: 6px 10px;
    line-height: normal;
}

.wp_CustomForm .formGroup + .formGroup {
    margin-top: 15px;
}

.alignwide h1{
    font-size: 34px;
    color: #2B4456;
    font-family: 'Roboto Slab',serif;
    font-weight: 800;
    /*padding-right: 249px;*/
}
.entry-header.alignwide .entry-title {
    border-bottom: 3px solid black;
    padding-bottom: 20px;
}

.entry-content p {
    word-wrap: break-word;
}

.business-m{
    font-size:16px;

}
.entry-content ol {
    padding: 0;
}

.margin-mb{
    margin:30px 0px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
    word-break: normal;
}

@media only screen and (max-width: 768px){
    .alignwide h1{
    
    margin-top: 6rem;
}
.footer .copyright p{
    text-align: center;
}
}

@media only screen and (min-width: 482px){
.post-navigation .nav-links {
    justify-content: space-between;
}}


@media only screen and (min-width: 592px){
.navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
}}

.navigation .nav-links .nav-previous a {
    display: flex;
    flex-direction: column;
}

.navigation.post-navigation a {
    text-decoration: none;
}

.navigation .svg-icon {
    display: inline-block;
    fill: currentColor;
    vertical-align: middle;
    position: relative;
}

.flot-right{
    float:right;
    text-align:right;
}

.chatgptg{
    font-size:25px;
    font-weight:700;
}

.previol{
    font-size:16px;
}

.margb{
    margin-top:30px;
}

#myVideo {
    position: absolute;
    bottom: 0;
    min-width: 60%;
    min-height: 100%;
    z-index: -1;
    top: 15%;
    float: right;
    left: 48%;
}
.mobie-display{
    display:none;
}

.height{
    margin-top:260px;
    
}
.button-s{
     padding:12px 15px;   
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
}


.margil{
    margin-left:85px;
}
.svg{
    width:16px;
    background-color:white;
}
.transla{
    transform: translate(6px, -27px);
}

.assets{
    display:flex;
}

.img-m{
    margin-right:22px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 55px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
/*.active, .dot:hover {*/
/*  background-color: #717171;*/
/*}*/

.bottom-menu ul li{
    padding:5px;
}
.srvice:hover{
    color:white;
}

.plus{
    font-size:100px;
}

.logo-class{
    width:100%;
}

#contact_form_submit{
    margin-top:20px;
}

.sub-btn{
    border: navajowhite;
    background: black;
    color: white;
    padding: 5px 35px;

}

.sub-btn:hover{
    background:#19b6e6;
    color:black;
    transition:.8s;
}
 .slid-bar-men a{
    color:white;
}



 .slid-bar-men ul li a{
    color:white;
}

.sli-mn{
    font-size:16px;
    line-height:45px;
}

.rut{
    list-style:none;
}
.goofle-ads{
    font-size:16px!important;
    line-height:45px;
}
.img-fli{
    max-width:100%;
}
.py-t{
    padding-top:20px;
}

.senre{
    padding:0px
}

.stratic{
        border: 1px solid white;
    padding: 0px 40px!important;
}
.stratic:hover{
        background-color:#19b6e6;
}
.stratict{
    border: 1px solid white;
    padding: 0px 10px!important;
}
.stratict:hover{
        background-color:#19b6e6;
}
.straticn{
    border: 1px solid white;
    padding: 0px 10px!important;
}

.straticn:hover{
        background-color:#19b6e6;
}


/*video************/

.video-wrapper {
  margin: 0 auto; 
  width:90%;
  height:100vh;
  overflow: hidden;
}
video {
    object-fit: cover;
    width:100%;
    height:80%;
  }
  .eid-class{
    width:40px;
}

/*slider in mobile*/
/*slider in mobile*/
@media (min-width:401px) and (max-width: 968px){
   .swiper-slide-active {
    width: 385px !important;
} 


.swiper-slide-prev .centered{
display:none;
}
.swiper-slide-next .centered{
display:none;
}
.swiper-slide-prev .centerda{
display:none;
}
.swiper-slide-next .centerda{
display:none;
}





.swiper-slide-prev {

    width: 10px !important;
     margin:auto;
     height: 390px !important;
}
.swiper-slide-next {
display:none  !important;
    width: 10px !important;
     margin:-auto;
     height: 390px !important;
}

 .swiper {
      width: 100%;
      height:auto;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #000;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    .swip-img{
        width:100%;
    }
    
    .swiper-slide:hover{
       
    }
.overlay-more img {
        border-radius: 30px;
        object-fit: cover;
        height: 450px !important;
}
    .over-color::before{
    height: 100%;
    border-radius:30px;
    background: none;
}
.swiper-slide{
 height: 100%;   
}

.over-color::before{
    content: "";
    width: 100%;
    height: 390px;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    bottom: -30px;
    left: 0px;
    /*background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(0 0 0) 76%, rgb(0, 0, 0) 100%);*/
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 55%, rgb(0 0 0) 75%, rgb(0 0 0 / 91%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007db9e8", endColorstr="#000000",GradientType=0 );
    transition: all 0.3s ease-out;
    border-radius:30px;
}

/*.swiper {*/
/*        height: 420px;*/
/*}*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -10px !important;
}
.over-color:hover::after{
content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius:30px;
    width: 100%;
    height: 379px;
    background: linear-gradient(180deg, rgba(10, 10, 95, 0) 28.58%, #0a0a5f 99.05%), linear-gradient(180deg, rgba(0, 0, 0, 0) 44.25%, #000 100%);
}


.overlay-text {
        position: absolute;
        text-align: left;
        color: white;
        bottom: 30px;
        z-index: 1;
        left: 0;
        right: 0;
        padding: 0px 15px;
}



.centered {
        color: white;
        font-weight: 400;
}
.centerda {
            color: #19b6e6;
           font-weight: 400;
        text-decoration: underline !important;
}

.swiper-pagination-bullet{
    background:white;
}



}
@media (min-width:200px) and (max-width:400px){
.swiper-slide-prev .centered{
display:none;
}
.swiper-slide-next .centered{
display:none;
}
.swiper-slide-prev .centerda{
display:none;
}
.swiper-slide-next .centerda{
display:none;
}

.swiper-slide-active {
    width: 320px !important;
     margin:auto;
     height: 390px !important;
}
.swiper-slide-prev {

    width: 10px !important;
     margin:auto;
     height: 390px !important;
}
.swiper-slide-next {
display:none  !important;
    width: 10px !important;
     margin:-auto;
     height: 390px !important;
}

 .swiper {
      width: 100%;
      height:auto;
      margin-left: auto;
      margin-right: auto;
      padding-top: 30px;
    }
.swiper-wrapper {
        height: auto !important;
}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #000;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    .swip-img{
        width:100%;
    }
    
    .swiper-slide:hover{
       
    }
.overlay-more img {
        border-radius: 30px;
        object-fit: cover;
        height: 450px !important;
}
    .over-color::before{
    height: 100%;
    border-radius:30px;
    background: none;
}
.swiper-slide{
 height: 100%;   
}

.over-color::before{
    content: "";
    width: 100%;
    height: 390px;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    bottom: -30px;
    left: 0px;
    /*background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(0 0 0) 76%, rgb(0, 0, 0) 100%);*/
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 55%, rgb(0 0 0) 75%, rgb(0 0 0 / 91%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007db9e8", endColorstr="#000000",GradientType=0 );
    transition: all 0.3s ease-out;
    border-radius:30px;
}

/*.swiper {*/
/*        height: 420px;*/
/*}*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -10px !important;
}
.over-color:hover::after{
content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius:30px;
    width: 100%;
    height: 379px;
    background: linear-gradient(180deg, rgba(10, 10, 95, 0) 28.58%, #0a0a5f 99.05%), linear-gradient(180deg, rgba(0, 0, 0, 0) 44.25%, #000 100%);
}


.overlay-text {
        position: absolute;
        text-align: left;
        color: white;
        bottom: 30px;
        z-index: 1;
        left: 0;
        right: 0;
        padding: 0px 15px;
}



.centered {
        color: white;
        font-weight: 400;
}
.centerda {
            color: #19b6e6;
           font-weight: 400;
        text-decoration: underline !important;
}

.swiper-pagination-bullet{
    background:white;
}


}

.mbile{
        display:none;
    }
.mbileen{
    display:none;
}

/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.tab button {
    float: left;
    border: none;
    border: 1px solid black;
     /*background-color: #fff !important; */
    outline: none;
    cursor: pointer;
    padding: 1px 20px !important;
    transition: 0.3s;
    font-size: 16px;
    margin: 10px 4px;
    color: black;
    width: 140px;
    height: 34px;
    background: transparent;
}


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #282828;
  color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #000;
    color: white;
    border-radius:0px;
    padding: 1px 20px;
    width: 140px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/*.disprine{*/
/*    display:flex;*/
/*    justify-content:center;*/
/*}*/
.innerhero {
        background: #000;
        margin-top: 116px;
        padding: 25px 0px 24px 0px;
}
.portfolio-info .development-counter span{
    font-size:80px;
}
.boden{
    border-right:1px solid black;
    padding:20px;
}


.grice{
 display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0px;
}

.dispes{
    border-right:2px solid black;
    padding:12px;
    text-align:center;
}
.graphic-top{
    width:100%;
}
/* https://www.w3schools.com/howto/howto_css_flip_card.asp */

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.img-sarvic{
    width:300px;
    height:300px;
}


.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}


.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}


.flip-card-front {
  background-color: #bbb;
  color: white;
}


.flip-card-back {
  background-color: black;
  color: white;
  transform: rotateY(180deg);
}




/*******************************************************/
.menu,
.nav-icon span {
	transition: all .3s ease-in-out
}

.menu .nav-menu li a,
.nav-menu li a {
	line-height: 56px
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

.effectTab-header .caption,
.effectTab-header .title {
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	display: inline-block;
	color: #555;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase
}

.effectTab-header .title {
	font-size: 36px;
	font-family: Oswald, sans-serif
}

.effectTab-header .caption {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif
}

.column-1,
.column-10,
.column-11,
.column-12,
.column-2,
.column-3,
.column-4,
.column-5,
.column-7,
.column-8,
.column-9 {
	float: left;
	padding: 15px
}

.effectTab-header .title::after,
.effectTab-header .title::before {
    position: absolute;
    background: linear-gradient(to right, #19b6e6 0, #000000 100%);
    content: "";
}

.effectTab-header .title::before {
	left: 0;
	width: 156%;
	height: 3px;
	margin-left: -28%;
	bottom: -1.5px
}

/*.effectTab-header .title::after {*/
/*	left: 50%;*/
/*	width: 25px;*/
/*	height: 25px;*/
/*	bottom: -26px;*/
/*	margin: 0 0 0 -10px;*/
/*	-webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);*/
/*	clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0)*/
/*}*/

/*body {*/
/*	background-color: #F5F5F5;*/
/*}*/

.column-1 {
	width: 8.333333333333333%
}

.column-2 {
	width: 16.66666666666667%
}

.column-3 {
	width: 25%
}

.column-4 {
	width: 33.33333333333333%
}

.column-5 {
	width: 41.66666666666667%
}

.column-6 {
	width: 50%;
	float: left;
	padding: 15px
}

.column-7 {
	width: 58.33333333333333%
}

.column-8 {
	width: 66.66666666666667%
}

.column-9 {
	width: 75%
}

.column-10 {
	width: 83.33333333333333%
}

.column-11 {
	width: 91.66666666666667%
}

.column-12,
.wrapper-full {
	width: 100%
}

/*.nav-icon,*/
/*.navigation {*/
/*	float: right*/
/*}*/

.custom-row::after {
	content: "";
	display: table;
	clear: both
}

.wrapper {
	max-width: 1140px;
	margin: 0 auto;
	position: relative
}

.header {
	background-color: #485666;
	padding: 8px 0;
	position: static;
	z-index: 2000
}

.header h1 {
	color: #fff;
	font-family: Poppins;
	font-weight: 400;
	font-size: 2.2rem;
	padding-left: 40px
}

.rotate {
	position: absolute;
	transform: rotate(-20deg);
	left: 0;
	font-size: 2.8rem;
	top: 5px
}

.ex_padd {
	padding-top: 170px!important
}

.nav-icon-container {
	display: block
}

.nav-icon {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	z-index: 100
}

.nav-icon span {
	width: 60%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%)
}

.nav-icon-1 {
	top: 30%
}

.nav-icon-2 {
	top: 50%
}

.nav-icon-3 {
	top: 70%
}

.nav-icon.active .nav-icon-1 {
	top: 50%;
	transform: rotate(45deg);
	left: 22%
}

.nav-icon.active .nav-icon-3 {
	top: 50%;
	transform: rotate(-45deg);
	left: 22%
}

.nav-icon.active .nav-icon-2 {
	width: 0
}

.nav-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-around
}

.nav-menu li {
	list-style: none;
	position: relative
}

.nav-menu li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px
}

.nav-menu li:after,
.nav-menu li:before {
	content: "";
	position: absolute;
	height: 3px;
	background-color: rgba(255, 255, 255, .2);
	bottom: 0;
	width: 0;
	transition: all .3s ease-in-out
}

.nav-menu li:before {
	left: 0
}

.nav-menu li:after {
	right: 0
}

.nav-menu li:hover:after,
.nav-menu li:hover:before {
	width: 50%
}

.nav-menu li.active:after,
.nav-menu li.active:before {
	background-color: rgba(0, 128, 128, 1)
}

.menu {
	width: 200px;
	background-color: #0B466C;
	text-align: center;
	padding: 40px;
	position: fixed;
	top: 96px;
	right: -200px;
	overflow: scroll;
	height: calc(100% - 96px);
	z-index: 1000
}

.menu.active {
	right: 0
}

.menu .nav-menu {
	flex-direction: column;
	width: 150px
}

.menu .nav-menu li {
	margin: 10px 0;
	width: 80%
}

.box-tab {
	margin: 10px 0
}

.effect {
	margin: auto;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
	background-color: #fff;
	border: 5px solid #f5f5f5
}

.tab-container {
	padding: 50px 0
}

.tab-head {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

.tab .effect {
	position: relative;
	overflow: hidden;
	max-height: 240px;
	/*max-width: 350px;*/
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

/*.grid-width3,*/
/*.grid-width6 {*/
/*	max-height: 270px!important;*/
/*	max-width: 530px!important*/
/*}*/

/*.grid-width8 {*/
/*	max-width: 700px!important*/
/*}*/

.tab .effect img {
	position: relative;
	display: block;
	min-height: 100%;
	/*opacity: .8*/
}

.tab .effect .tab-text {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	background:black;
	opacity:.7;
	left: 0;
	width: 100%;
	height: 100%
}

.tab-text h2 {
	color: #fff;
	margin: 0;
	font-size: 1.5rem
}

.tab-text p {
	color: #fff;
	margin: 0;
	font-size: 1rem
}

.hide {
	display: none
}

@media (max-width:575px) {
	.column-xs-1,
	.column-xs-10,
	.column-xs-11,
	.column-xs-12,
	.column-xs-2,
	.column-xs-3,
	.column-xs-4,
	.column-xs-5,
	.column-xs-7,
	.column-xs-8,
	.column-xs-9 {
		float: left;
		padding: 15px
	}
	.column-xs-1 {
		width: 8.333333333333333%
	}
	.column-xs-2 {
		width: 16.66666666666667%
	}
	.column-xs-3 {
		width: 25%
	}
	.column-xs-4 {
		width: 33.33333333333333%
	}
	.column-xs-5 {
		width: 41.66666666666667%
	}
	.column-xs-6 {
		width: 50%;
		float: left;
		padding: 15px
	}
	.column-xs-7 {
		width: 58.33333333333333%
	}
	.column-xs-8 {
		width: 66.66666666666667%
	}
	.column-xs-9 {
		width: 75%
	}
	.column-xs-10 {
		width: 83.33333333333333%
	}
	.column-xs-11 {
		width: 91.66666666666667%
	}
	.column-xs-12 {
		width: 100%
	}

	.effectTab-header .title::before {
		width: 125%;
		left: 15%
	}
	.tab-container {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

@media (min-width:576px) and (max-width:767px) {
	.column-sm-1,
	.column-sm-10,
	.column-sm-11,
	.column-sm-12,
	.column-sm-2,
	.column-sm-3,
	.column-sm-4,
	.column-sm-5,
	.column-sm-7,
	.column-sm-8,
	.column-sm-9 {
		float: left;
		padding: 15px
	}
	.column-sm-1 {
		width: 8.333333333333333%
	}
	.column-sm-2 {
		width: 16.66666666666667%
	}
	.column-sm-3 {
		width: 25%
	}
	.column-sm-4 {
		width: 33.33333333333333%
	}
	.column-sm-5 {
		width: 41.66666666666667%
	}
	.column-sm-6 {
		width: 50%;
		float: left;
		padding: 15px
	}
	.column-sm-7 {
		width: 58.33333333333333%
	}
	.column-sm-8 {
		width: 66.66666666666667%
	}
	.column-sm-9 {
		width: 75%
	}
	.column-sm-10 {
		width: 83.33333333333333%
	}
	.column-sm-11 {
		width: 91.66666666666667%
	}
	.column-sm-12 {
		width: 100%
	}
	.hide-sm {
		display: none
	}
	.visible-sm {
		display: block
	}
	.tab-container {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

@media (max-width:1000px) {
	.header h1 {
		padding-left: 70px
	}
	.rotate {
		left: 30px
	}
	@media (min-width:768px) and (max-width:991px) {
		.column-md-1,
		.column-md-10,
		.column-md-11,
		.column-md-12,
		.column-md-2,
		.column-md-3,
		.column-md-4,
		.column-md-5,
		.column-md-7,
		.column-md-8,
		.column-md-9 {
			float: left;
			padding: 15px
		}
		.column-md-1 {
			width: 8.333333333333333%
		}
		.column-md-2 {
			width: 16.66666666666667%
		}
		.column-md-3 {
			width: 25%
		}
		.column-md-4 {
			width: 33.33333333333333%
		}
		.column-md-5 {
			width: 41.66666666666667%
		}
		.column-md-6 {
			width: 50%;
			float: left;
			padding: 15px
		}
		.column-md-7 {
			width: 58.33333333333333%
		}
		.column-md-8 {
			width: 66.66666666666667%
		}
		.column-md-9 {
			width: 75%
		}
		.column-md-10 {
			width: 83.33333333333333%
		}
		.column-md-11 {
			width: 91.66666666666667%
		}
		.column-md-12 {
			width: 100%
		}
		.hide-md {
			display: none
		}
		.visible-md {
			display: block
		}
	}
}

.effect.effect-one {
	position: relative
}

.effect.effect-one .tab-text {
	padding: 1em
}

.effect.effect-one .tab-text::after,
.effect.effect-one .tab-text::before {
	position: absolute;
	content: '';
	opacity: 0
}

.effect.effect-one .tab-text::before {
	top: 35px;
	right: 30px;
	bottom: 35px;
	left: 30px;
	border-top: 2px solid rgba(255, 255, 255, .3);
	border-bottom: 2px solid rgba(255, 255, 255, .3);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.effect.effect-one .tab-text::after {
	top: 30px;
	right: 40px;
	bottom: 30px;
	left: 40px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.effect.effect-one .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 14px;
	width: 100%;
	left: 0;
	text-align: center
}

.effect.effect-one .icons-block .social-icon-1,
.effect.effect-one .icons-block .social-icon-2,
.effect.effect-one .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-one:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-one:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-one:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-one .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

.effect.effect-one h2 {
	padding-top: 20%;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	font-weight: 600;
	font-size: 20px;
	
}

.effect.effect-one p,
.effect.effect-two h2,
.effect.effect-two p.description {
	font-family: Poppins
}

.effect-one .pt-1 {
	padding-top: 10%!important
}

.effect-one .pt-2 {
	padding-top: 16%!important
}

.effect-one .pt-3 {
	padding-top: 28%!important
}

.effect.effect-one p {
	padding: .5em 2.7em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	font-size: .92rem;
	line-height: 16px;
	color: rgba(255, 255, 255, .9)
}

.effect.effect-one h2,
.effect.effect-one img {
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0)
}

.effect.effect-one .tab-text::after,
.effect.effect-one .tab-text::before,
.effect.effect-one img,
.effect.effect-one p {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}

.effect.effect-one:hover img {
	opacity: .7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.effect.effect-one:hover .tab-text::after,
.effect.effect-one:hover .tab-text::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.effect.effect-one:hover h2,
.effect.effect-one:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.effect.effect-one:hover .tab-text::after,
.effect.effect-one:hover h2,
.effect.effect-one:hover img,
.effect.effect-one:hover p {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}

.effect.effect-two .tab-text {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: rgba(241, 169, 1, .95);
	color: #3c4a50;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.effect.effect-two .col3 {
	height: 5.5rem!important
}

.effect.effect-two h2 {
	float: left;
	font-size: 1.1rem;
	font-weight: 600;
	word-break: break-all;
	width: 50%;
	text-align: left;
	display: inline-block
}

.effect-two .col3-head {
	width: 100%!important;
	padding-bottom: 10px
}

.effect-two .icon-links a {
	font-size: 1.2rem!important
}

.effect.effect-two p.icon-links a {
	float: right;
	color: #f1f8ff;
	font-size: 1.4em;
	line-height: 20px
}

.effect.effect-two:hover p.icon-links a:focus,
.effect.effect-two:hover p.icon-links a:hover {
	color: #252d31
}

.effect.effect-two p.description {
	position: absolute;
	font-size: 1rem!important;
	bottom: 7em;
	color: #fff;
	text-transform: none;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
	line-height: 18px;
	padding: 15px 50px;
	background-color: rgba(0, 0, 0, .5);
	right: 30px;
	left: 30px;
	-webkit-clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
	clip-path: polygon(7% 0, 100% 0, 93% 100%, 2% 100%)
}

.effect.effect-two p.col6 {
	left: 80px!important;
	right: 80px!important;
	bottom: 8rem
}

.effect.effect-two h2,
.effect.effect-two p.icon-links a {
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0)
}

.effect.effect-two:hover p.description {
	opacity: 1
}

.effect.effect-two:hover .tab-text,
.effect.effect-two:hover h2,
.effect.effect-two:hover p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	padding-right: 10px
}

.effect.effect-two:hover h2 {
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms
}

.effect.effect-two:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.effect.effect-two:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}

.effect.effect-two:hover p.icon-links a:first-child {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.effect.effect-three {
	background: linear-gradient(-45deg, #0C71E9 0, #034B96, 100%);
	text-align: left
}

.effect.effect-three h2 {
	transform: translate3d(25px, 0, 0);
	-webkit-transform: translate3d(25px, 0, 0);
	transition: all .35s;
	font-family: Oswald;
	font-size: 1.6rem
}

.effect.effect-three h2:before {
	content: "[ ";
	position: absolute;
	left: -15px;
	bottom: 3px;
	font-weight: 400
}

.effect.effect-three:hover h2 {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: .5
}

.effect.effect-three .tab-text:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border: 140px solid red;
	border-radius: 50% 0 0 50%;
	opacity: 0;
	transform: translate3d(50%, 50%, 0) rotate3d(0, 0, 1, 135deg);
	transition: all .35s .15s;
	border-color: transparent transparent transparent #fff
}

.effect.effect-three:hover .tab-text:before {
	transform: translate3d(50%, 50%, 0) rotate3d(0, 0, 1, 45deg);
	opacity: .8;
	transition-delay: 0s
}

.effect.effect-three p {
	position: absolute;
	width: 31px;
	height: 36px;
	bottom: 70px;
	right: -31px;
	font-size: 120%
}

.effect.effect-three p a {
	width: 31px;
	height: 36px;
	position: absolute;
	opacity: 0;
	transition: all .35s cubic-bezier(.25, .4, .2, .5) 0s
}

.effect.effect-three p a i {
	color: #5d504f;
	transition: transform .35s cubic-bezier(.5, .2, .4, .25) 0s
}

.effect.effect-three p a i:hover {
	color: #cc6055
}

.effect.effect-three:hover p a {
	opacity: 1
}

.effect.effect-three:hover p a:nth-child(1) {
	transform: translate3d(0, 60px, 0);
	-webkit-transform: translate3d(0, 60px, 0);
	transition: all .35s cubic-bezier(.5, .2, .4, .25) .15s;
	-webkit-transition: all .35s cubic-bezier(.5, .2, .4, .25) .15s
}

.effect.effect-three:hover p a:nth-child(1) i {
	transform: translate3d(-100px, 0, 0);
	transition: transform .35s cubic-bezier(.25, .4, .2, .5) .15s;
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: transform .35s cubic-bezier(.25, .4, .2, .5) .15s
}

.effect.effect-three:hover p a:nth-child(2) {
	transform: translate3d(0, 30px, 0);
	transition: all .35s cubic-bezier(.5, .2, .4, .25) .25s;
	-webkit-transform: translate3d(0, 30px, 0);
	-webkit-transition: all .35s cubic-bezier(.5, .2, .4, .25) .25s
}

.effect.effect-three:hover p a:nth-child(2) i {
	transform: translate3d(-80px, 0, 0);
	transition: transform .35s cubic-bezier(.25, .4, .2, .5) .25s;
	-webkit-transform: translate3d(-80px, 0, 0);
	-webkit-transition: transform .35s cubic-bezier(.25, .4, .2, .5) .25s
}

.effect.effect-three:hover p a:nth-child(3) {
	transform: translate3d(0, 0, 0);
	transition: all .35s cubic-bezier(.5, .2, .4, .25) .35s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s cubic-bezier(.5, .2, .4, .25) .35s
}

.effect.effect-three:hover p a:nth-child(3) i {
	transform: translate3d(-45px, 0, 0);
	transition: transform .35s cubic-bezier(.25, .4, .2, .5) .35s;
	-webkit-transform: translate3d(-45px, 0, 0);
	-webkit-transition: transform .35s cubic-bezier(.25, .4, .2, .5) .35s
}

.effect.effect-three img {
	transform: scale3d(1.1, 1.1, 1) translate3d(15px, 0, 0);
	transition: all .35s;
	transform-origin: 85% 100%;
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(15px, 0, 0);
	-webkit-transition: all .35s;
	-webkit-transform-origin: 85% 100%
}

.effect.effect-three:hover img {
	transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
	opacity: .6
}

.effect.effect-four {
	background: #2e5d5a
}

.effect-four .tab-text h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1em 1.2em;
	font-family: Oswald
}

.effect-four .tab-text p {
	width: 65%;
	font-size: 68%;
	line-height: 1;
	letter-spacing: 1px;
	text-align: left;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translate3d(40px, 0, 0);
	-webkit-transform: translate3d(40px, 0, 0);
	opacity: 0;
	transition: all .35s;
	font-family: "Open sans";
	padding-bottom: 5px
}

.effect-four .tab-text p:after,
.effect-four .tab-text p:before {
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50px;
	content: "";
	position: absolute
}

.effect.effect-five h2,
.effect.effect-six h2 {
	font-family: Oswald
}

.effect-four .tab-text p:after {
	top: -5px;
	left: -5px;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

.effect-four .tab-text p:before {
	right: 0;
	bottom: -6px;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

.effect.effect-four .icons-block {
	z-index: 1000;
	position: absolute;
	top: 10px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 10px;
	padding-top: 9px
}

.effect.effect-four .icon-c3 {
	padding-left: 5px;
	padding-top: 0
}

.effect.effect-four .icons-block .social-icon-1,
.effect.effect-four .icons-block .social-icon-2,
.effect.effect-four .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-four:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-four:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-four:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-four .icons-block i {
	color: rgba(255, 255, 255, .9);
	padding-left: 7px;
	font-size: 1.2rem
}

.effect-four:hover p {
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.effect.effect-four img {
	max-width: none;
	width: calc(100% + 60px);
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1.12);
	transition: all .35s;
	-webkit-transform: translate3d(0, 0, 0) scale(1.12);
	-webkit-transition: all .35s
}

.effect.effect-four:hover img {
	transform: translate3d(-20px, 0, 0) scale(1);
	-webkit-transform: translate3d(-20px, 0, 0) scale(1);
	opacity: .5
}

.effect.effect-five {
	background: #162633;
	text-align: left
}

.col3-block-height {
	min-height: 480px!important
}

.effect.effect-five h2 {
	transform: translate3d(0, 20px, 0);
	transition: all .35s;
	-webkit-transform: translate3d(0, 20px, 0);
	-webkit-transition: all .35s
}

.effect.effect-five:hover h2 {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: .6
}

.effect.effect-five img {
	transition: all .35s
}

.effect.effect-five:hover img {
	opacity: .6;
	transform: translate3d(0, 0, 0) scale(1.16);
	-webkit-transform: translate3d(0, 0, 0) scale(1.16)
}

.effect.effect-five .tab-text:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 180%;
	background-color: #FFF;
	opacity: .8;
	transform-origin: 0 100%;
	transform: rotate(90deg);
	transition: all .35s;
	-webkit-transform-origin: 0 100%;
	-webkit-transform: rotate(90deg);
	-webkit-transition: all .35s
}

.effect.effect-seven .tab-text:after,
.effect.effect-six .tab-text:before {
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	content: ""
}

.effect.effect-five:hover .tab-text:before {
	transform: rotate(67deg);
	-webkit-transform: rotate(67deg)
}

.effect.effect-five p {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 15px 25px 0
}

.effect.effect-five p a {
	color: #5d504f;
	margin: 0 5px
}

.effect.effect-five p a:hover {
	color: #cc6055
}

.effect.effect-five p a i {
	opacity: 0;
	font-size: 120%;
	transform: translate3d(0, 50px, 0);
	transition: all .35s;
	-webkit-transform: translate3d(0, 50px, 0);
	-webkit-transition: all .35s
}

.effect.effect-five:hover p a i {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}

.effect.effect-five:hover p a:nth-child(1) i {
	transition-delay: .15s;
	-webkit-transition-delay: .15s
}

.effect.effect-five:hover p a:nth-child(2) i {
	transition-delay: .1s;
	-webkit-transition-delay: .1s
}

.effect.effect-five:hover p a:nth-child(3) i {
	transition-delay: .05s;
	-webkit-transition-delay: .05s
}

.effect.effect-six {
	background-color: #3498db
}

.effect.effect-six h2 {
	text-align: left
}

.effect.effect-six img {
	transition: all .35s;
	transform: translate3d(0, 0, 0) scale(1.05);
	-webkit-transition: all .35s;
	-webkit-transform: translate3d(0, 0, 0) scale(1.05)
}

.effect.effect-six:hover img {
	opacity: .4;
	transform: translate3d(-50px, 0, 0) scale(1);
	-webkit-transform: translate3d(-50px, 0, 0) scale(1)
}

.effect.effect-six .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px
}

.effect.effect-six .icons-block .social-icon-1,
.effect.effect-six .icons-block .social-icon-2,
.effect.effect-six .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-six:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-six:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-six:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-six .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

.effect.effect-six p {
	max-width: 130px;
	padding: 0 10px;
	margin: 30px;
	text-align: right;
	font-size: .9rem;
	line-height: 1.1;
	position: absolute;
	bottom: 0;
	right: 0;
	border-right: 3px solid #fff;
	opacity: 0;
	transition: all .35s;
	font-family: Poppins
}

.effect.effect-six:hover p {
	opacity: 1
}

.effect.effect-six .tab-text:before {
	background-color: rgba(255, 255, 255, .4);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
	transition: all .6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
	-webkit-transition: all .6s
}

.effect.effect-six:hover .tab-text:before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0)
}

.effect.effect-seven {
	background: linear-gradient(-45deg, #f3cf3f 0, #f33f58 100%)
}

.effect.effect-eight,
.effect.effect-nine {
	background: linear-gradient(-180deg, #fff 10%, #000 100%)
}

.effect.effect-seven img {
	transition: all .35s;
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-transition: all .35s;
	-webkit-transform: translate3d(0, 0, 0) scale(1)
}

.effect.effect-seven:hover img {
	opacity: .6;
	transform: translate3d(-50px, 0, 0) scale(1.1) rotate(3deg);
	-webkit-transform: translate3d(-50px, 0, 0) scale(1.1) rotate(3deg)
}

.effect.effect-seven h2 {
	padding-top: 20%;
	transform: scale3d(.8, .8, 1);
	transition: all .35s;
	-webkit-transform: scale3d(.8, .8, 1);
	-webkit-transition: all .35s;
	font-family: Oswald
}

.effect.effect-seven .col8-head {
	padding-top: 9%
}

.effect.effect-seven:hover h2 {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1)
}

.effect.effect-seven p {
	font-size: .9rem;
	padding: 10px 5px;
	transform: scale3d(.8, .8, 1);
	-webkit-transform: scale3d(.8, .8, 1);
	opacity: 0;
	transition: all .35s;
	-webkit-transition: all .35s;
	font-family: Poppins
}

.effect.effect-seven:hover p {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	opacity: 1
}

.effect.effect-seven .tab-text:after {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	opacity: 0;
	transition: all .35s;
	-webkit-transition: all .35s
}

.effect.effect-seven:hover .tab-text:after {
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	opacity: 1
}

.effect.effect-seven .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px
}

.effect.effect-seven .c4 {
	right: 0;
	text-align: right;
	padding-right: 15px
}

.effect.effect-seven .c3 {
	bottom: 50%;
	margin-bottom: -40px;
	left: 23%
}

.effect.effect-seven .icons-block .social-icon-1,
.effect.effect-seven .icons-block .social-icon-2,
.effect.effect-seven .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-seven:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-seven:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-seven:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-seven .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

.effect.effect-eight img {
	transition: all .3s ease-in-out;
	transform: translate3d(0, 0, 0) scale(1, 1);
	-webkit-transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0) scale(1, 1)
}

.effect.effect-eight:hover img {
	opacity: .6;
	transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
	-webkit-transform: translate3d(-20px, 0, 0) scale(1.1, 1.1)
}

.effect.effect-eight .tab-text h2 {
	font-family: Oswald;
	transform: scale3d(.9, .9, 1);
	transition: all .5s ease-in-out;
	-webkit-transform: scale3d(.9, .9, 1);
	-webkit-transition: all .5s ease-in-out
}

.effect.effect-eight .col8-head {
	padding-top: 9%
}

.effect.effect-eight:hover h2 {
	transform: scale3d(1.1, 1.1, 1);
	transition: all .5s ease-in-out;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-webkit-transition: all .5s ease-in-out
}

.effect.effect-eight p {
	font-size: .9rem;
	padding: 10px 5px;
	transform: scale3d(.8, .8, 1);
	-webkit-transform: scale3d(.8, .8, 1);
	opacity: 0;
	transition: all .35s;
	-transition: all .35s;
	font-family: Poppins
}

.effect.effect-eight:hover p {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	opacity: 1
}

.effect.effect-eight .tab-text:after {
	content: "";
	position: absolute;
	left: -230px;
	top: 0;
	border-top: 208px solid rgba(7, 0, 2, .3);
	border-left: 140px solid rgba(240, 74, 126, .6);
	border-bottom: 188px solid transparent;
	border-right: 160px solid transparent;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.effect.effect-eight:hover .tab-text:after {
	transform: rotate3d(0, 0, 1, 52deg) scale3d(1, 1, 1);
	-webkit-transform: rotate3d(0, 0, 1, 52deg) scale3d(1, 1, 1);
	opacity: 1;
	top: 103px;
	left: -378px;
	border-top: 325px solid rgba(240, 74, 126, .8);
	border-left: 422px solid rgba(240, 74, 126, .8);
	border-bottom: 218px solid transparent;
	border-right: 160px solid transparent
}

.effect.effect-eight .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 5px
}

.effect.effect-eight .icons-block .social-icon-1,
.effect.effect-eight .icons-block .social-icon-2,
.effect.effect-eight .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-eight:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-eight:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-eight:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-eight .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

.effect.effect-nine img {
	transition: all .3s ease-in-out;
	transform: translate3d(0, 0, 0) scale(1, 1);
	-webkit-transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0) scale(1, 1)
}

.effect.effect-nine:hover img {
	opacity: .6;
	transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
	-webkit-transform: translate3d(-20px, 0, 0) scale(1.1, 1.1)
}

.effect.effect-nine .tab-text h2 {
	font-family: Oswald;
	transform: scale3d(.9, .9, 1);
	transition: all .5s ease-in-out;
	-webkit-transform: scale3d(.9, .9, 1);
	-webkit-transition: all .5s ease-in-out;
	z-index: 2;
	position: relative;
	padding-top: 18%
}

.effect.effect-nine:hover h2 {
	transform: scale3d(1, 1, 1);
	transition: all .5s ease-in-out;
	-webkit-transform: scale3d(1, 1, 1);
	-webkit-transition: all .5s ease-in-out
}

.effect.effect-nine p {
	font-size: .8rem;
	padding: 10px 5px;
	transform: scale3d(.8, .8, 1);
	-webkit-transform: scale3d(.8, .8, 1);
	opacity: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	font-family: Poppins;
	z-index: 2;
	position: relative
}

.effect.effect-nine:hover p {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	opacity: 1
}

.effect.effect-nine .tab-text:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 0px);
	height: inherit;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.effect.effect-nine:hover .tab-text:after {
	opacity: 1;
	top: 0;
	left: 0;
	border-top: 135px solid rgba(0, 0, 0, .5);
	border-left: 135px solid rgba(0, 0, 0, .5);
	border-bottom: 135px solid rgba(0, 0, 0, .5);
	border-right: 135px solid rgba(0, 0, 0, .5)
}

.effect.effect-nine .icons-block {
	z-index: 1000;
	position: absolute;
	top: 10px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px
}

.effect.effect-nine .icons-block .social-icon-1,
.effect.effect-nine .icons-block .social-icon-2,
.effect.effect-nine .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-nine:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-nine:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-nine:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-nine .icons-block i {
	color: rgba(255, 255, 255, .9);
	padding-left: 7px;
	font-size: 1.2rem
}

.effect.effect-ten {
	background-color: #162633
}

.effect.effect-ten img {
	transition: all .35s;
	transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
	-webkit-transition: all .35s;
	-webkit-transform: translate3d(-20px, 0, 0) scale(1.1, 1.1)
}

.effect.effect-ten:hover img {
	opacity: .85;
	transform: translate3d(0, 0, 0) scale(1, 1);
	-webkit-transform: translate3d(0, 0, 0) scale(1, 1)
}

.effect.effect-ten h2 {
	transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transition: all .35s;
	-webkit-transition: all .35s;
	font-family: Oswald;
	z-index: 2;
	position: relative;
	padding-top: 10%
}

.effect.effect-ten:hover h2 {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}

.effect.effect-ten p {
	font-size: .8rem;
	line-height: 1.1;
	padding-top: 5px;
	transform: translate3d(0, 10px, 0);
	transition: all .35s;
	-webkit-transform: translate3d(0, 10px, 0);
	-webkit-transition: all .35s;
	font-family: Poppins
}

.effect.effect-ten:hover p {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}

.effect.effect-ten .tab-text {
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 300px
}

.effect.effect-ten .tab-text:after {
	content: "";
	width: 180%;
	height: 180%;
	background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, .45) 50%);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.effect.effect-ten .tab-text:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, rgba(132, 132, 132, .45) 50%, rgba(255, 255, 255, .65) 65%);
	transform: rotate3d(-1, 1, 0, 20deg);
	transform-origin: 50% 50%;
	transition: width .2s linear .2s, height .2s linear .2s, bottom .2s linear 0s, right .2s linear 0s;
	-webkit-transform: rotate3d(-1, 1, 0, 20deg);
	-webkit-transform-origin: 50% 50%;
	-webkit-transition: width .2s linear .2s, height .2s linear .2s, bottom .2s linear 0s, right .2s linear 0s
}

.effect.effect-ten:hover .tab-text:after {
	top: -80%;
	left: -80%;
	background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, .45) 60%)
}

.effect.effect-ten:hover .tab-text:before {
	width: 100%;
	height: 100%;
	bottom: 50%;
	right: 50%;
	-webkit-transition: width .2s linear 0s, height .2s linear 0s, bottom .2s linear .2s, right .2s linear .2s;
	transition: width .2s linear 0s, height .2s linear 0s, bottom .2s linear .2s, right .2s linear .2s
}

.effect.effect-ten .icons-block {
	z-index: 1000;
	position: absolute;
	top: 10px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px
}

.effect.effect-ten .icons-block .social-icon-1,
.effect.effect-ten .icons-block .social-icon-2,
.effect.effect-ten .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-ten:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-ten:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-ten:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-ten .icons-block i {
	color: rgba(255, 255, 255, .9);
	padding-left: 7px;
	font-size: 1.2rem
}

.effect.effect-eleven {
	background-color: #3498db
}

.effect.effect-eleven img {
	transform: translate3d(-10px, 0, 0);
	transition: all .35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	-webkit-transition: all .35s
}

.effect.effect-eleven:hover img {
	opacity: .6;
	transform: translate3d(-30px, 0, 0) scale(1.1, 1.1);
	-webkit-transform: translate3d(-30px, 0, 0) scale(1.1, 1.1)
}

.effect.effect-eleven h2 {
	text-align: left;
	transform: translate3d(-10px, 0, 0);
	transition: all .55s 0s;
	-webkit-transform: translate3d(-10px, 0, 0);
	-webkit-transition: all .55s 0s;
	font-family: Oswald;
	z-index: 2;
	position: relative;
	padding-top: 10%
}

.effect.effect-eleven:hover h2 {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}

.effect.effect-eleven p {
	text-align: left;
	line-height: 1.2;
	padding-top: 34px;
	padding-left: 1px;
	font-size: .9rem;
	transform: translate3d(15px, 0, 0);
	-webkit-transform: translate3d(15px, 0, 0);
	opacity: 0;
	transition: all .35s 0s;
	z-index: 5;
	position: absolute;
	word-spacing: 3px;
	top: 65px;
	width: calc(100% - 4em);
	font-family: Poppins
}

.effect.effect-eleven:hover p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.effect.effect-eleven .tab-text:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-top: 125px solid rgba(255, 255, 255, .3);
	border-right: 350px solid transparent;
	border-bottom: 125px solid rgba(255, 255, 255, .3);
	transform: translate3d(-100%, 0, 0);
	transition: all .35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	-webkit-transition: all .35s
}

.effect.effect-eleven .tab-text:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-top: 125px solid transparent;
	border-right: 350px solid rgba(255, 255, 255, .3);
	border-bottom: 125px solid transparent;
	transform: translate3d(100%, 0, 0);
	transition: all .35s;
	-webkit-transform: translate3d(100%, 0, 0);
	-webkit-transition: all .35s
}

.effect.effect-eleven:hover .tab-text:after,
.effect.effect-eleven:hover .tab-text:before {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}

.effect.effect-eleven .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px
}

.effect.effect-eleven .icons-block .social-icon-1,
.effect.effect-eleven .icons-block .social-icon-2,
.effect.effect-eleven .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-eleven:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-eleven:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-eleven:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-eleven .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

.effect.effect-twelve {
	background: #42b078
}

.effect-twelve .tab-text h2 {
	position: relative;
	padding: .5em 0;
	text-align: left;
	overflow: hidden;
	font-family: Oswald
}

.effect.effect-twelve h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	transform: translate3d(-100%, 0, 0);
	transition: all .35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	-webkit-transition: all .35s
}

.effect.effect-twelve:hover h2:after {
	transform: translate3d(0, 0, 0)
}

.effect-twelve .tab-text p {
	padding: .7em 0;
	font-size: .8rem;
	text-align: left;
	line-height: 1.1;
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	opacity: 0;
	transition: all .35s;
	-webkit-transition: all .35s;
	font-family: Poppins
}

.effect-twelve:hover p {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1
}

.effect.effect-twelve img {
	max-width: none;
	opacity: 1;
	transform: translate3d(-10px, 0, 0);
	transition: all .35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	-webkit-transition: all .35s
}

.effect.effect-twelve:hover img {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: .4
}

.effect.effect-twelve .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px
}

.effect.effect-twelve .icons-block .social-icon-1,
.effect.effect-twelve .icons-block .social-icon-2,
.effect.effect-twelve .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-twelve:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-twelve:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-twelve:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-twelve .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

@media (max-width:575px) {
	.effect.effect-two p.description {
		bottom: 5.8em
	}
}

@media (min-width:576px) and (max-width:767px) {
	.tab .effect .tab-text h2 {
		font-size: 1.3rem!important;
		font-family: Oswald
	}
	.effect.effect-two p.description {
		bottom: 5.8em
	}
}

@media (min-width:768px) and (max-width:991px) {
	.effect h2 {
		font-size: 1.3rem!important
	}
}
.box-bordero{
    border:1px solid black;
    padding:20px;
    height:400px;
}

.box-bordero:hover{
    margin-top:15px;
    transition:.6s;
}

@media (min-width:200px) and (max-width: 388px){
    .banner-content-ecommerce h2{
        padding-bottom:80px;
    }
}
.stara{
    color:white;
}

.stara:hover{
    color:white;
}




/*Style text*/

/*.clr-change{*/
/*  animation: color-change 1s infinite;*/
/*  font-weight:700 !important;*/
/*}*/

/*@keyframes color-change {*/
/*  0% { color: red; }*/
/*  50% { color: #ffc222; }*/
/*  100% { color: #19b6e6; }*/
/*}*/


.btn-sla {
  background: #000;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

.footer-space{
        grid-template-columns: repeat(5, 1fr);
        font-size: 9px;
}
.footer-class p a {
    color :white;
    padding: 0px 8px;
    font-size: 10px !important;
    border-left: 1px solid white;
}
.footer-class p {
        text-align: center;
}





