*{padding:0;margin:0}
.row{padding:0;margin:0}
body{font-family: 'Satoshi', sans-serif;}

.fw-bold {font-weight: 900  !important;}
p{font-weight: 500  !important;}

.btn-light {
    color: #272baa;
    background-color: #1600ff1a;
    border: none;
    padding: 0.5em 1.2em;
    font-weight: 700;
    border-radius: 0em;
}

.text-dark {
    color: #272baa!important;
    font-weight: 600;
    font-size: 0.8em;
}
.text-white {
    color: #fff!important;
    font-weight: 500;
    letter-spacing: 0.2px;
}


header .bg-dark{      background: rgba( 255, 0, 0, 0.45 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 20.0px );
  -webkit-backdrop-filter: blur( 20.0px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );}

.btn-light:hover{background-color: #1600ff30 !important;}


.btn-warning {
    color: #000;
    background-color: #FFC138;
    border-color: #ffc107;
    box-shadow: 1px 4px 20px 0px #45454552;
}



.card-header {padding: 1rem 1rem;}
.card-header h5, h5{font-size: 23px;text-transform: uppercase;margin-bottom: 0.5em;font-weight: 800 !important;}
.card-header small {font-size: 12px;line-height: 1.5;display: block;text-transform: uppercase;}
.card-header h5:first-child {border-bottom: 1px solid #3b599824;padding-bottom: 0.5em}

h5, h5 {font-size: 1.15rem;}

.display-none{display: none !important;}
@media (min-width: 768px){
.Services .col-md-1 {
    flex: 0 0 auto;
    width: 10.333333%;
}
.display-none{display: block !important;}
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
}
}














  .stats-col {
    float: left;
    width: 17.6%;
    height: 265px;
    text-align: center;
    padding: 50px 0px;
    box-shadow: 0 2px 27px 3px rgb(0 0 0 / 6%);
    border-radius: 18px;
    margin: 1em;
  }

  .stats-col i {
    font-size: 50px;
    color: #0c0346 !important;
  }
  .stats-col h1 {
    font-size: 35px;
    padding-top: 0.5em;
    font-weight: bold;
    color: #0c0346 !important;
  }
  .stats-col span {
    width: 60px;
    background: #fff;
    height: 2px;
    display: block;
    margin: 0 auto;
  }
  .stats-col p {
    color: #78777b !important;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
    padding: 10px;
  }
  @media (max-width: 786px) {
    .stats-col {width: 50%;}
  }
  @media (max-width: 500px) {
    .stats-col {width: 100%;}
  }








.testimonial-view {
    max-width: 900px;
    margin: 0 auto 70px auto;
    border-radius: 3px;
    
}

.testimonial-view.top-margin .testimonial-block_user {
    margin-top: -60px;
}

@media (min-width: 900px) {
    .testimonial-view.top-margin .testimonial-block_user {
        margin-top: -100px;
    }
}

.testimonial-view img.left-quote {
    opacity: 0.01;
    width: 20%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: 40%;
}

@media (min-width: 900px) {
    .testimonial-view .carousel-control-prev {
        left: -50px;
    }

    .testimonial-view .carousel-control-next {
        right: -50px;
    }

    .testimonial-view .carousel-control-next-icon,
    .testimonial-view .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }
}

.section-header,
.testimonial-block_user_info_name {
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.section-header:after,
.testimonial-block_user_info_name:after {
    content: "";
    height: 4px;
    width: 100px;
    background-color:#96a0ff;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
}

.testimonial-block {
    padding: 15px;
    margin: 50px 15px;
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
}

@media (min-width: 900px) {
    .testimonial-block {

        padding: 50px;
        margin: 50px;
        margin-top: -2em;
    }
}

.testimonial-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
}

.testimonial-block .testimonial-block_user {
    margin-bottom: 30px;
    text-align: center;
}

.testimonial-block .testimonial-block_user .testimonial-block_user_image {
    position: relative;
    margin: 0 15px 30px 15px;
}

.testimonial-block .testimonial-block_user .testimonial-block_user_image img {
    height: 170px;
    width: 170px;
    border: 7px solid  #96a0ff;
    border-radius: 170px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-block .testimonial-block_user .testimonial-block_user_info .testimonial-block_user_info_name {
    margin-bottom: 10px;
}

.testimonial-block .testimonial-block_user .testimonial-block_user_info .testimonial-block_user_info_name:after {
    width: 50px;
    left: calc(50% - 25px);
}

.testimonial-block .testimonial-block_content {
    text-align: center;
    font-size: 18px;
    padding: 2em 0em;
}

.top-margin .testimonial-block .row {
    place-items: normal;
}



h6{font-size: 0.9rem !important;}











  
  .social .col-md-2 a {
    position: relative;
    width: 100%;
    height: auto;
    display:block;
    margin-bottom: 1em;
    text-align:center;
    border-radius: 1em;
    padding: 6px;
    box-sizing: border-box;
    text-decoration:none;
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
    font-size: 0.9em;
    font-weight: 600;
    color: #5b5b5b;
  }
  
  .social .col-md-2 a:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    text-decoration:none;
  }
  
  .social .col-md-2 a .fa {
    width: 100%;
    height:auto;
    display:block;
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 0.5em;
    padding: 0.6em;
    font-size:38px;
    color: #262626;
    transition: .5s;
    margin-bottom: 5px;
  }
  
  .social .col-md-2:nth-child(1) a .fa {
    color: 	#E60023;
  }
  
  .social .col-md-2:nth-child(2) a .fa {
    color: #ff7700;
  }
  
  .social .col-md-2:nth-child(3) a .fa {
    color: #0077b5;
  }
  
  .social .col-md-2:nth-child(4) a .fa {
    color: #34526f;
  }
  
  .social .col-md-2:nth-child(5) a .fa {
    color: #6441a5;
  }

  .social .col-md-2:nth-child(6) a .fa {
    color: #81b71a;
  }

  





  
  .social .col-md-3 a {
    position: relative;
    width: 100%;
    height: 11em;
    display:block;
    text-align:center;
    border-radius: 1em;
    margin-bottom: 1em;
    padding: 6px;
    box-sizing: border-box;
    text-decoration:none;
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
    font-size: 1.2em;
    font-weight: 600;
    color: #5b5b5b;
  }
  
  .social .col-md-3 a:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    text-decoration:none;
  }
  
  .social .col-md-3 a .fa {
    width: 100%;
    height: 2em;
    display: block;
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 0.25em;
    padding: 0.5em;
    font-size: 4.5em;
    color: #262626;
    transition: .5s;
    margin-bottom: 2px;
  }
  
  .social .col-md-3:nth-child(1) a .fa {
    color: 	#3b5998;
  }
  
  .social .col-md-3:nth-child(2) a .fa {
    color: #E60023;

  }
  
  .social .col-md-3:nth-child(3) a .fa {
    color: #FF0000;
  }
  
  .social .col-md-3:nth-child(4) a .fa {
    color: #1DA1F2;
  }
  
  .social .col-md-3:nth-child(5) a .fa {
    color: #6441a5;
  }

  .social .col-md-3:nth-child(6) a .fa {
    color: #81b71a;
  }

  
  
.dropdown-menu {transition: 0.5s;box-shadow: 0 0 24px rgb(27 22 66 / 26%), 0 44px 74px rgb(27 22 66 / 6%);padding: 0.5em; border: 0.5px solid #ccc;    border-top: 4px solid #3f51b5;}


.dropdown-item{font-weight: 500;color: #272baa;}
      /* ============ desktop view ============ */
@media all and (min-width: 992px) {

.dropdown-menu li{
  position: relative;
}
.dropdown-menu .submenu{ 
  display: none;
  position: absolute;
  left:100%; top:-7px;
}
.dropdown-menu .submenu-left{ 
  right:100%; left:auto;
}

.dropdown-menu > li:hover{ background-color: #f1f1f1 }
.dropdown-menu > li:hover > .submenu{
  display: block;
}

.dropdown:hover > .dropdown-menu {display: block;}
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
  margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	

.accordion-button {font-weight: bold  !important;}
/* ============ small devices .end// ============ */

.navbar-dark .navbar-nav .nav-link {    
     color: white !important;
    border: none;
    padding: 0.5em 0.8em;
    font-weight: 700;
    border-radius: 0em;
    font-size: 15px;
	}
    
    .dropdown-submenu {
                position: relative;
            }

            .dropdown-submenu> a:after {
                content: ">";
                float: right;
            }

            .dropdown-submenu>.dropdown-menu {
                top: 0;
                left: 100%;
                margin-top: 0px;
                margin-left: 0px;
            }

            .dropdown-submenu:hover>.dropdown-menu {
                display: block;
            }

    .navbar {padding: 0;}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {color: white;}


.bg-gradient-dark {
    background-image:url(https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1918&q=80);
    background-size: cover;

}
.Services img{transition: 0.5s;}
.Services img:hover{transform: scale(1.1);}

.border-radius-lg {
    border-radius: .75rem;
}

.carousel-inner{overflow: inherit;margin-top: 1.5em;}


.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 1em;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
  letter-spacing: 0.5px;
  font-weight: 600;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
