
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'DM Sans', sans-serif;
  color: #323232;
}
@font-face {
  font-family: 'Gilroy-ExtraBold';
    src: url('../fonts/Gilroy-ExtraBold.otf'); /* IE9 Compat Modes */
    src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/Gilroy-ExtraBold.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Gilroy-ExtraBold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 500;
    font-style: bold;
}

#az-web a {
  color: #323232;
}

#az-web a:hover {
  color: #c5c5c5;
  text-decoration: none;
}

#az-web h1, #az-web h2{
  font-family: "Gilroy-ExtraBold";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#az-web .back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

#az-web .back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fb5c78;
  color: #fff;
  transition: all 0.4s;
}

#az-web .back-to-top i:hover {
  background: #f51a41;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#az-web #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#az-web #preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5fcf80;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#az-web #header {
  background: #fff0;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#az-web #header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#az-web #header .logo a {
  color: #5fcf80;
}

#az-web #header .logo img {
  max-height: 40px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
#az-web .nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#az-web .nav-menu > ul {
  display: flex;
}

#az-web .nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 35px 10px 0px;
}

#az-web .nav-menu a {
  display: block;
  position: relative;
     color: #505050;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 400;
}

#az-web .nav-menu a:hover, #az-web .nav-menu .active > a, #az-web .nav-menu li:hover > a {
      color: #c5c5c5;
}

#az-web .nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

#az-web .nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

#az-web .nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

#az-web .nav-menu .drop-down ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #37423b;
}

#az-web .nav-menu .drop-down ul a:hover, #az-web .nav-menu .drop-down ul .active > a, #az-web .nav-menu .drop-down ul li:hover > a {
  color: #c5c5c5;
}

/* Hides arrow down for the header Solutions dropdown*/

/*#az-web .nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}*/

#az-web .nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

#az-web .nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

#az-web .nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

#az-web .nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}



/* Get Startet Button */
#az-web .get-started-btn {
  background: #1438EF;
    color: #fff;
    border-radius: 3px;
    padding: 10px 22px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
}

#az-web .bnnr-input {
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    height: 50px;
    width: 268px;
    margin-right: 15px;
    padding: 15px;
}
#az-web .bnnr-demo-btn{
	    background: #1438EF;
    color: #fff;
    border-radius: 3px;
    padding: 12px 26px;
    white-space: nowrap;
    font-weight: 500;
    transition: 0.3s;
    font-size: 18px;
    display: inline-block;
    border: none;
}
#az-web input:focus{
    outline: none;
}

#az-web .get-started-btn:hover {
  background: #de0228;
  color: #fff;
}



/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 17px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #37423b;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 19px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37423b;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #5fcf80;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(32, 38, 34, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#az-web #hero {
  width: 100%;
  height: auto;
}


#az-web .hero-img{
    width: auto;
    height: auto;
    bottom: 15px;
    position: absolute;
}

#az-web #hero .container {
  padding-top: 0px;
}



#az-web #hero h1 {
     margin: 0;
    font-size: 37px;
    font-weight: 700;
    line-height: 49px;
}

#az-web #hero p {
    margin: 14px 0 47px 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    width: 424px;
	color: #7D7D7D;
}

#az-web #hero .btn-get-started {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#az-web #hero .btn-get-started:hover {
  background: #5fcf80;
  border: 2px solid #5fcf80;
}
#az-web .demo-btn {
    background: #f2062e;
    color: #fff;
    border-radius: 3px;
    padding: 12px 26px;
    white-space: nowrap;
    font-weight: 500;
    transition: 0.3s;
    font-size: 18px;
    display: inline-block;
    border: none;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#az-web section {
  padding: 60px 0;
  overflow: hidden;
}

#az-web .section-bg {
  background-color: #f6f7f6;
}

#az-web .section-title {
  padding-bottom: 40px;
}

#az-web .section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
}

#az-web .section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #9ae1af;
  margin: 4px 10px;
}

#az-web .section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #37423b;
}

#az-web .breadcrumbs {
  margin-top: 73px;
  text-align: center;
  background: #5fcf80;
  padding: 30px 0;
  color: #fff;
}


#az-web .breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
}

#az-web .breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Journey WIth Us
--------------------------------------------------------------*/
#az-web .journey {
  padding: 70px 0px 0px 0px;
}
#az-web .journey-box{
  background-color: red;
  padding: 45px 25px 57px 50px;
  background-color: #fafafa;
}
#az-web .journey-box ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
#az-web .journey-box ul li{
    display: inline-block;
    list-style-type: none;
    margin-right: 82px;
}
#az-web .journey-box ul li:last-child{
    margin-right: 0px;
}
#az-web .journey-box h2{
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
#az-web .newsletter p{
 font-size: 14px;
 font-weight: 400;
 line-height: 21px;
 color: #505050;
 margin-top: 12px;
 margin-bottom: 0px;
}
#az-web .mt20 {
    margin-top: 20px;
}
#az-web .mb30 {
    margin-bottom: 30px;
}
#az-web .img-algn-rgt {
    text-align: right;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
#az-web .courses .course-item {
  border-radius: 5px;
  border: 1px solid #eef0ef;
}

#az-web .courses .course-content {
  padding: 15px;
}

#az-web .courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}

#az-web .courses .course-content h3 a {
  color: #37423b;
  transition: 0.3s;
}

#az-web .courses .course-content h3 a:hover {
  color: #5fcf80;
}

#az-web .courses .course-content p {
  font-size: 14px;
  color: #777777;
}

#az-web .courses .course-content h4 {
  font-size: 14px;
  background: #5fcf80;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}

#az-web .courses .course-content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #37423b;
}

#az-web .courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;
}

#az-web .courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}

#az-web .courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #5a6c60;
}

#az-web .courses .trainer .trainer-rank {
  font-size: 18px;
  color: #657a6d;
}

/*--------------------------------------------------------------
# Trainers
--------------------------------------------------------------*/
#az-web .trainers .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #eef0ef;
}

#az-web .trainers .member img {
  margin: -1px -1px 30px -1px;
}

#az-web .trainers .member .member-content {
  padding: 0 20px 30px 20px;
}

#az-web .trainers .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#az-web .trainers .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#az-web .trainers .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

#az-web .trainers .member .social {
  margin-top: 15px;
}

#az-web .trainers .member .social a {
  color: #7e9486;
  transition: 0.3s;
}

#az-web .trainers .member .social a:hover {
  color: #5fcf80;
}

#az-web .trainers .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#az-web .testimonials .testimonial-wrap {
  padding-left: 50px;
}

#az-web .testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  border: 1px solid #eef0ef;
  position: relative;
  background: #fff;
}

#az-web .testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

#az-web .testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#az-web .testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#az-web .testimonials .testimonial-item .quote-icon-left, #az-web .testimonials .testimonial-item .quote-icon-right {
  color: #c1ecce;
  font-size: 26px;
}

#az-web .testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

#az-web .testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

#az-web .testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

#az-web .testimonials .owl-nav, #az-web .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#az-web .testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

#az-web .testimonials .owl-dot.active {
  background-color: #5fcf80 !important;
}



/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/
#az-web .course-details h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

#az-web .course-details h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}

#az-web .course-details h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #5fcf80;
  bottom: 0;
  left: 0;
}

#az-web .course-details .course-info {
  background: #f6f7f6;
  padding: 10px 15px;
  margin-bottom: 15px;
}

#az-web .course-details .course-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

#az-web .course-details .course-info p {
  margin: 0;
  font-weight: 600;
}

#az-web .course-details .course-info a {
  color: #657a6d;
}

/*--------------------------------------------------------------
# Cource Details Tabs
--------------------------------------------------------------*/
#az-web .cource-details-tabs {
  overflow: hidden;
  padding-top: 0;
}

#az-web .cource-details-tabs .nav-tabs {
  border: 0;
}

#az-web .cource-details-tabs .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #37423b;
  border-radius: 0;
  border-right: 2px solid #e2e7e4;
  font-weight: 600;
  font-size: 15px;
}

#az-web .cource-details-tabs .nav-link:hover {
  color: #5fcf80;
}

#az-web .cource-details-tabs .nav-link.active {
  color: #5fcf80;
  border-color: #5fcf80;
}

#az-web .cource-details-tabs .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

#az-web .cource-details-tabs .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #37423b;
}

#az-web .cource-details-tabs .details p {
  color: #777777;
}

#az-web .cource-details-tabs .details p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
#az-web .events .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

#az-web .events .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

#az-web .events .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

#az-web .events .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

#az-web .events .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

#az-web .events .card-title a {
  color: #37423b;
  transition: 0.3s;
}

#az-web .events .card-text {
  color: #5e5e5e;
}

#az-web .events .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

#az-web .events .read-more a:hover {
  color: #5fcf80;
}

#az-web .events .card:hover img {
  transform: scale(1.1);
}

#az-web .events .card:hover .card-body {
  border-color: #5fcf80;
}

#az-web .events .card:hover .card-body .card-title a {
  color: #5fcf80;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
#az-web .pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #eef0ef;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

#az-web .pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

#az-web .pricing h4 {
  font-size: 36px;
  color: #5fcf80;
  font-weight: 600;
  margin-bottom: 20px;
}

#az-web .pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

#az-web .pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

#az-web .pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

#az-web .pricing ul li {
  padding-bottom: 16px;
}

#az-web .pricing ul i {
  color: #5fcf80;
  font-size: 18px;
  padding-right: 4px;
}

#az-web .pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

#az-web .pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

#az-web .pricing .btn-buy {
  background: #5fcf80;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

#az-web .pricing .btn-buy:hover {
  background: #3ac162;
}

#az-web .pricing .featured h3 {
  color: #fff;
  background: #5fcf80;
}

#az-web .pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5fcf80;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#az-web .contact {
  padding-top: 5px;
}

#az-web .contact .info {
  width: 100%;
  background: #fff;
}

#az-web .contact .info i {
  font-size: 20px;
  color: #5fcf80;
  float: left;
  width: 44px;
  height: 44px;
  background: #ecf9f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

#az-web .contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37423b;
}

#az-web .contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #657a6d;
}

#az-web .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

#az-web .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #5fcf80;
  color: #fff;
}

#az-web .contact .php-email-form {
  width: 100%;
  background: #fff;
}

#az-web .contact .php-email-form .form-group {
  padding-bottom: 8px;
}

#az-web .contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#az-web .contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#az-web .contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#az-web .contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#az-web .contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#az-web .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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#az-web .contact .php-email-form input, #az-web .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

#az-web .contact .php-email-form input:focus, #az-web .contact .php-email-form textarea:focus {
  border-color: #5fcf80;
}

#az-web .contact .php-email-form input {
  height: 44px;
}

#az-web .contact .php-email-form textarea {
  padding: 10px 12px;
}

#az-web .contact .php-email-form button[type="submit"] {
  background: #5fcf80;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

#az-web .contact .php-email-form button[type="submit"]:hover {
  background: #3ac162;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#az-web .btm-logo img{
      width: 131.28px;
      height: auto;
}
#az-web .mb40{
    margin-bottom: 40px;
}

#az-web .mr12 {
    margin-right: 12px;
}
#az-web #footer {
 background: #ffffff;
}

#az-web #footer .footer-top {
    padding: 60px 0 49px 0;
    background: #ffffff;
    border-top: 1px solid #eaeaea;
}

#az-web #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#az-web #footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#az-web #footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #777777;
}

#az-web #footer .footer-top h4 {
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

#az-web #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#az-web #footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5fcf80;
  font-size: 18px;
  line-height: 1;
}

#az-web #footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#az-web #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#az-web #footer .footer-top .footer-links ul a {
color: #323232;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
}

#az-web #footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #f2062e;
}

#az-web #footer .footer-newsletter {
  font-size: 15px;
}

#az-web #footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#az-web #footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}

#az-web #footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#az-web #footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #5fcf80;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#az-web #footer .footer-newsletter form input[type="submit"]:hover {
  background: #3ac162;
}

#az-web #footer .credits {
  font-size: 13px;
    font-weight: 400;
}
#az-web #footer .credits a{
    color: #323232 !important;
}

#az-web #footer .credits a {
  color: #3ac162;
  transition: 0.3s;
}

#az-web #footer .credits a:hover {
  color: #5fcf80;
}

#az-web #footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5fcf80;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#az-web #footer .social-links a:hover {
  background: #3ac162;
  color: #fff;
  text-decoration: none;
}
#az-web .copyright {
    font-size: 13px;
    font-weight: 400;
}
/*Custom Edits*/

#az-web .input-box {
   
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    height: 50px;
    width: 269px;
    margin-right: 15px;
    padding: 15px;

}

/*--------------------------------------------------------------
# Usecases
--------------------------------------------------------------*/

#az-web .usecase-boxes{
    width: 100%;
    background: white;
    border-radius: 9px;
    padding: 30px;
}
#az-web .usecase-boxes h4{
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 10px;
}
#az-web .usecase-boxes ul{
  padding-left: 0px;
}
#az-web .usecase-boxes ul li{
    list-style-type: none;
    padding: 35px 35px 35px 35px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    background: #fff;
    border-radius: 19px;
    border: 1px solid #EAEAEA;
    display: inline-flex;
}
#az-web .usecase-boxes ul li:hover {
  border:1px solid #FFF;
-webkit-box-shadow: -12px 14px 32px 5px rgba(235,235,235,0.71); 
box-shadow: -12px 14px 32px 5px rgba(235,235,235,0.71);
}

#az-web .usecase-boxes ul li:last-child {
  margin-bottom: 5px;
}
#az-web .usecase-boxes ul li .ficon {
    float: left;
/*    display: flex;*/
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin-right: 38px;
}
#az-web .dsply-inblk {
    display: inline-block;
}

#az-web .wdth-100 {
    width: 100% !important;
}

#az-web .usecase-boxes ul li .ricon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    transition: 0.5s;
    background-color: #fef3f5;
    margin-right: 16px;
}
#az-web .usecase-boxes ul li:hover .ricon {
    background: #F2062E;

}
#az-web .usecase-boxes ul li .ficon .a{
    fill: #323232;

}

#az-web .usecase-boxes ul li .ricon .a{
    fill: #F2062E;

}
#az-web .usecase-boxes ul li:hover .a{
    fill: #1438ef;

}
#az-web .uc-subhead {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0px;
}
#az-web .usecase-boxes ul li h6{
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
    display: inline-block;
        color: #323232;
}
#az-web .usecase-boxes ul li p{
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0px;
    display: flex;
    color: #717B85;
}
#az-web .usecases .nav-tabs .nav-link {
    border: 1px solid #EAEAEA;
    border-radius: 50px;
    margin: 0px 27px;
    font-size: 19px;
    color: #3C3C3D;
    padding: 11px 0px;
    font-weight: 500;
    width: 182px;
    text-align: center;
}
#az-web .nav-tabs .nav-item.show .nav-link, #az-web .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1438ef;
    border-color: #1438ef #1438ef #1438ef;
}
#az-web .usecase-boxes ul li:after {
  content: '';
  position: absolute;
  background: url("../img/arrow-right.png") top center;
  background-size: cover;
  width: 22px;
  height: 9px;
background-repeat: no-repeat;
background-size: cover;
  opacity: 0;  
  top: 42px;
  right: -10px;
  transition: 0.5s;
}


#az-web .usecase-boxes ul li:hover:after {
  opacity: 1;
  right: 44px;
  z-index: 999999;
}
#az-web h2{
    font-size: 32px;
    line-height: 48px;
    margin: 0px;
}
#az-web .mb-40{
		margin-bottom: 40px;
}
#az-web h3{
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;
    margin: 0px;
}
#az-web .howapp-head{
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 32px;
}

#az-web .faq-list{
     margin-top: 38px;
}
#az-web .faq-list ul{
  padding-left: 0px;
  transition: 0.5s;
}
#az-web .faq-list ul li{
  list-style-type: none;
padding: 15px 23px 23px 23px;
transition: 0.5s;
margin: 20px 0px;
}
#az-web .faq-list ul li .show:after {
    content: "";
    width: 3px;
    height: 100%;
   background: rgb(20,56,239);
background: linear-gradient(180deg, rgba(20,56,239,0.01) 0%, rgba(0,254,255,1) 0%, rgba(20,56,239,1) 94%);
    position: absolute;
    left: 0px;
    top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 6px;
}
#az-web .faq-list ul li .show:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffff;
-webkit-box-shadow: 4px 6px 25px -2px rgba(170,170,170,0.14); 
box-shadow: 4px 6px 25px -2px rgba(170,170,170,0.14);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    
}
#az-web .faq-list ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #323232;
}
#az-web .faq-list ul li div p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin: 0px;
    margin-top: 5px;
	color: #6E6E6E;
}
#az-web .madewith{
    margin-right: 131px;
}

/*Resources*/

#az-web .resources{
  background-color: #1438EF;
}
#az-web .resource-carousel .item{
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    padding: 30px;
}

 #az-web .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#az-web .owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
#az-web .resource-carousel .item p{
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #505050;
}
#az-web .b-border-btn {
    border: 1px solid #323232;
    color: #323232;
    border-radius: 3px;
    padding: 7px 14px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
}
#az-web .b-border-btn:hover{
  border: 1px solid #949494;
    color: #949494;
}

#az-web .resource-carousel .owl-dots {
  text-align: right;
   padding-top: 30px;
}
#az-web .resource-carousel .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    background: #7288f5;
    margin-left: 12px;
}
#az-web .owl-dots button.owl-dot.active {
  background-color: #fff;
}
#az-web .owl-dots button.owl-dot:focus {
  outline: none;
}

/*Tabs*/

#az-web .resource-panel .nav-tabs .active{
    border-bottom: 3px solid #fff !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#az-web .resource-panel{
  width: 100%;
}
#az-web .resource-panel .nav-tabs .nav-item.show .nav-link, #az-web .resource-panel .nav-tabs .nav-link.active {
    color: #FFFFFF !important;
     background-color: transparent; 
    border-color: #ffffff00 #dee2e600 #fff0;
    border: none;
    font-weight: 400 !important;
    font-size: 14px !important;
}

#az-web .resource-panel .nav-link {
    display: block !important;
    padding: 3px  1px !important;
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-left: 35px;
}
#az-web .resource-panel .nav-tabs .nav-link:focus, #az-web .resource-panel .nav-tabs .nav-link:hover {
    border-color: #ffffff00 #dee2e600 #fff0;
}
#az-web .resource-panel .nav-tabs {
     border-bottom: none;
     margin-bottom: 33px;
}
#az-web .resource-panel .nav-tabs .nav-item {
    margin-bottom: 0px;
}
#az-web .lh36{
    line-height: 36px;
}
#az-web .wcolor{
color: #ffffff;
}
#az-web .resources h4{
    font-size: 29px;
    line-height: 38px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 88px 0px 35px 0px;
}
#az-web .w-border-btn {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    padding: 13px 26px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
}

  #az-web .slider {
       width: 100%;
    }

    #az-web .slick-slide {
      margin: 0px 28px 0px 0px;
    }

    #az-web .slick-slide img {
      width: 100%;
    }

    #az-web .slick-prev:before,
    #az-web .slick-next:before {
      color: black;
    }


    #az-web .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    #az-web .slick-active {
      opacity: .5;
    }

    #az-web .slick-current {
      opacity: 1;
    }
#az-web .slick-slide {
    width: 210px;
    height: 134px; 

}
#az-web .slick-active {
    width: 210px;
    height: 134px;


}
#az-web .slick-cloned {
    width: 210px;
    height: 134px ;
    display: inline-block ;

}

#az-web .slick-current{
   width: 635px;
    height: 403px ;

}

#az-web .green {
  background-color: green;
}

#az-web .red {
  background-color: red;
}

#az-web .blue {
  background-color: blue;
}

#az-web .box100 {
  height: 100px;
}

#az-web .box200 {
  height: 200px;
}

#az-web .slick-track {
  background-color: #484848;
  color: #f1f1f1;
}

/*11/16-2020*/

#az-web .challange-img-slider{
    width: 492px;
    height: 444px;
        background: #112dce;
    border-radius: 12px;
}
#az-web .tr-left{
    display: inline-block;
    width: 45%;
    margin-right: 22px;
    padding-left: 15px;
}
#az-web .tr-right{
   display: inline-block;
    width: 53%;
    padding-right: 15px;
}
#az-web .usecases .nav-tabs .nav-link.active{
  position: relative;
    }
 #az-web .usecases .nav-tabs .nav-link.active::after {
    content: " ";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 11px solid #1438ef;
}
#az-web .usecases .nav-tabs{
    justify-content: center;
    border-bottom: none;
}
#az-web .usecases-left-box-inner{
    display: table-cell;
    vertical-align: middle;
}
#az-web .usecases-left-box {
    display: table;
    height: 100%;
}
#az-web .bgnd-blue{
background-color: #F4F4F4;
    width: 431px;
    height: 431px;
    position: absolute;
    right: -87px;
    top: 10px;
    z-index: -1;
    border-radius: 50%;
}
#az-web .usecases{
  position: relative;;
}
#az-web .mt28{
    margin-top: 42px;
}
#az-web .lg-43 {
    line-height: 43px;
    margin-bottom: 22px;
}

#az-web .usecases-left-box-inner p{
    font-size: 16px;
    line-height: 23px;
    color: #747474;
    width: 362px;
}

#az-web .botm-line {
    width: 74px;
    height: 1px;
    background-color: #1438ef;
    margin-top: 56px;
}
#az-web .fs-20 {
    font-size: 20px;
    line-height: 30px;
    width: 846px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
#az-web .power-box{
  text-align: center;
}
#az-web .power-box h3{
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    line-height: 30px;
    margin: 22px 0px 8px 0px;
}
#az-web .power-box p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #747474;
    width: 277px;
    margin: 0 auto;
}
#az-web .full-btn hr{
  width: 100%;
  background-color:#EAEAEA;
      margin: -22px 0px 0px 0px;
    z-index: -1;
    position: relative;
}
#az-web .full-btn{
  justify-content: center;
  margin-top: 55px;
  margin: 55px 0px 0px 0px;
}
#az-web .full-btn a{
    background: #fff;
    color: #323232;
    border: 1px solid #323232;
    border-radius: 3px;
    padding: 10px 22px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
}
#az-web .header-scrolled{
  background-color: #fff !important;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
      padding: 13px 0 !important;
}
#az-web .header-scrolled .nav-menu a {
    display: block;
    position: relative;
    color: #323232;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 400;
}
#az-web .power-box::after {
       content: " ";
    background: url(../img/arrow-btwn.png) top center;
    background-size: cover;
    width: 47px;
    height: 19px;
    background-repeat: no-repeat;
    right: -23px;
    top: 39px;
    position: absolute;
}
#az-web .aftr-arw-nn::after{
  display: none !important;
}

#az-web .mrgn-spcl{
    margin-bottom: 70px;
    margin-top: 12px;
}


#az-web .lft-tri{
    position: absolute;
    top: 231px;
    left: 0px;
}

#az-web .indstry-pdng{
    padding: 10px 0px 30px 0px;
}

#az-web .hero-img img{
  border-bottom-left-radius: 30px;
}

#az-web .mdl-tri {
    position: absolute;
    left: 32%;
    right: 0px;
    bottom: 90px;
    z-index: -1;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#az-web .pad-top-zro{
  padding-top: 0px !important;
}
#az-web .sub-page-header .nav-menu a{
  color: #505050;
}

#az-web .out-box{
    display: table;
    height: 100%;
}
#az-web .in-box{
    display: table-cell;
    vertical-align: middle;
}

#az-web .head-font {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
}

#az-web .body-font {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}
#az-web .mxwdth{
   max-width: 507px;
}

#az-web .mtb30 {
    padding: 35px 0px;
}
#az-web .ta-center{
text-align: center;
}
#az-web .color3232{
color: #323232 !important;
}

#az-web .bnnr-sub-red{
    font-size: 14px;
    line-height: 22px;
    color: #F2062E;
    font-weight: 500;
    margin-bottom: 12px;
}

#az-web .actv-menu a{
    color: #000000 !important;
    font-weight: 500 !important;
}
#az-web .jst-rgt{
  justify-content: flex-end;
}

#az-web .brder-tp-gry{
    border-top: 1px solid #eaeaea;
}
#az-web .solution-management-top .nav-tabs .nav-link {
        font-size: 15px;
    color: #879bfd;
    padding: 11px 19px;
    margin: 0px 5px;
    font-weight: 400;
    text-align: left;
    display: table;
    height: 72px;
        transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}
#az-web .solution-management-top .nav-tabs {
    justify-content: center;
    border-bottom: none;
}
#az-web .solution-management-top .nav-tabs .nav-item.show .nav-link, #az-web .solution-management-top .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: unset;
        border-color: transparent;
    border-bottom: 5px solid #fff;
}

#az-web .solution-management-top{
    background-color: #1438ef;
}
#az-web .solution-management-top .nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: unset;
        border-color: transparent;
    border-bottom: 5px solid #fff;
}
#az-web .solution-management-top .nav-tabs .nav-link p{
  margin-bottom: 0px;
  display: table-cell;
  vertical-align: middle;
}
#az-web .solution-management-top .nav-tabs .nav-link svg{
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin-right: 15.5px;
}

#az-web .solution-management-top .nav-tabs .nav-link.active circle{
    fill: #ffffff !important;
}
#az-web .solution-management-top .nav-tabs .nav-link.active path{
    fill: #ffffff !important;
}
#az-web .solution-management-top .nav-tabs .nav-link.active rect{
    fill: #ffffff !important;
}
#az-web .solution-management-top .nav-tabs .nav-link:hover path{
    fill: #ffffff;
}
#az-web .solution-management-top .nav-tabs .nav-link:hover rect{
    fill: #ffffff;
}
#az-web .solution-management-top .nav-tabs .nav-link:hover circle{
    fill: #ffffff;
}

#az-web .solution-management-top h2{
    color: #fff;
    padding-bottom: 60px;
    border-bottom: 1px solid #778CF6;
    margin-bottom: 60px;
}
    #az-web .solution-management-top{
      position: sticky;
      top:-227px;
      z-index: 999;
              transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    }
.sticky {
     transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
       padding: 28px 0px !important;
}
#az-web .solution-management .sol-mgmnt-box{
    background-color: #F7F9FA;
    border-radius: 3px;
    padding: 30px 20px;
    height: 100%;
    position: relative;
}
#az-web .solution-management .sol-mgmnt-box-outer{
margin: 15px 0px;
}

#az-web .solution-management .sol-mgmnt-box h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 9px;
    color: #020D42;
    z-index: 2;
    position: relative;
}

#az-web .solution-management .sol-mgmnt-box p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #707070;
    margin-bottom: 0px;
    z-index: 2;
    position: relative;
}
#az-web .solution-management .sol-mgmnt-box img{
  position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
}

#az-web .sol-tab-mtb {
    margin-top: 30px;
    margin-bottom: 50px;
}

#az-web .head-box{
      margin: 50px 60px;
}
#az-web .case-logo{
  text-align: center;
}
#az-web .case-name{
    font-size: 17px;
    color: #323232;
    font-weight: 700;
}
#az-web .case-label{
    font-size: 15px;
    line-height: 25px;
    color: #6E6E6E;
    font-weight: 400;
}

#az-web .case-seperator {
    color: #CBCBCB;
    margin-left: 13px;
    margin-right: 13px;
}
#az-web .case-by{
margin-top: 28px;
}
#az-web .body-font-17 {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #323232;
}
#az-web .cs-intromxwdth{
  max-width: 669px;
}

#az-web .mb20{
    margin-bottom: 20px;
}
#az-web .mb2{
      margin-bottom: 2px;
} 
#az-web .mt57{
    margin-top: 57px;
}
#az-web .key-obj{
    max-width: 541px;
    margin-left: auto;
    padding: 70px 30px 70px 0px;
}
#az-web .blue-bg{
  background-color: #1438EF;
}
/*extra css with container div*/
#az-web .blue-bg::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #1438EF;
    position: absolute;
    right: 100%;
}
/*extra css*/
#az-web .mb35{
    margin-bottom: 35px;
}
#az-web .color-wht{
    color: #fff !important;
}
#az-web .border-rgt-radius{
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

#az-web .case-intro{
    padding: 0px !important;
}
#az-web .objtvs-list li p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 23px;
    margin-left: 16px;

}
#az-web .objtvs-list li{
    margin-top: 20px;
    list-style-type: none;
}
#az-web .mt29{
    margin-top: 29px;
}

#az-web .mb54{
    margin-bottom: 54px;
}

#az-web .requirements {
    max-width: 445px;
    margin-left: 56px;
}
#az-web .objtvs-list{
  list-style-image: url('../img/white-list-type.svg');
  padding-left: 27px;
}

#az-web .quote-box {
    background-color: #F3F4F6;
    padding: 82px;
    width: 100%;
    border-radius: 9px;
    position: relative;
    height: 273px;
    margin-top: 55px;
}

#az-web .quote-box p{
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    color: #323232;
}
#az-web .quote-box img{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
#az-web .quote-mark{
  font-size: 95px !important;
  line-height: 0px !important;
  margin: 0px !important;
  color: #dbdbdc !important;
}
#az-web .chlng-pad-top{
  padding-top: 0px !important;
}
#az-web .solutions{
    background-color: #1438EF;
    height: 623px;
    overflow: visible;
    position: relative;
}
#az-web .text-center{
  text-align: center;
}
#az-web .case-sol-img{
      width: 917px;
    height: auto;
    margin: 0 auto;
    margin-top: 67px;

}
#az-web .sol-quote {
    font-size: 30px;
    line-height: 41px;
    font-weight: 500;
    padding: 0px 93px 0px 93px;
    margin: 100px 0px 39px 0px;
    position: relative;
}

#az-web .sol-qt-top{
     position: absolute;
    top: 18px;
    left: 54px;
    font-size: 69px;
    line-height: 0px;
    font-weight: 500;
}
#az-web .solutions-btm .card-header {
    padding: 27px 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 3%);
    border-top: 1px solid #e8e8e9;
}
#az-web .solutions-btm .card {
    border: none;
    border-radius: 0px;
}
#az-web .solutions-btm .card-header {
    border-bottom: none;
}

#az-web .solutions-btm .card-header button{
    color: #292525;
    font-size: 21px;
    font-weight: 500;
    line-height: 29px;
    font-family: 'DM Sans', sans-serif;
    padding: 0px;
}
#az-web .btn.focus, #az-web .btn:focus {
    outline: 0;
    box-shadow: none;
}

#az-web .btn-link:hover {
    text-decoration: none !important;
}
#az-web .red-dots {
    list-style-image: url(../img/red-dots.svg);
    padding-left: 27px;
}

#az-web .solutions-btm .card-body{
    padding-top: 0px;
}
#az-web .solutions-btm .card-header h2 {
     font-size: unset;
    line-height: unset;
}

#az-web .mt50{
    margin-top: 50px;
}

#az-web .last-card-border {
    border-bottom: 1px solid #e8e8e9 !important;
}
#az-web .light-circle{
  width: 442px;
  height: auto;
  background-color: red;
  display: block;

}
#az-web .left-circle{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
#az-web .right-circle{
    position: absolute;
    top: 18%;
    right: 0px;
    z-index: -1;
}

#az-web .solutions-btm .myaccordion{
    margin-top: 25px;
}
#az-web .myaccordion .fa-stack {
    font-size: 15px;
    color: #1438ef;
}

#az-web .myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

#az-web .myaccordion .btn-link:hover,
#az-web .myaccordion .btn-link:focus {
  text-decoration: none;
}
#az-web .grey-bg {
    background-color: #F3F4F6;
}
/*extra css with container div*/
#az-web .grey-bg::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #F3F4F6;
    position: absolute;
    right: 100%;
}
/*extra css*/
#az-web .case-enterprise{
    text-decoration: underline;
    text-decoration-color: #1438ef;
    color: #323232;
        transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#az-web .case-enterprise:hover{
    color: #1438ef;
}
#az-web .body-font-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #565656;
}
#az-web .black-dot{
  list-style-image: url('../img/black-list.png');
  padding-left: 27px;
}
#az-web .platform-mgmnt .nav-tabs .nav-link {
    border: none;
    font-size: 19px;
    color: #3C3C3D;
    padding: 11px 0px;
    font-weight: 500;
    width: 33.33%;
    text-align: center;
        border-right: 1px solid #EAEAEA;
            position: relative;
}
#az-web .platform-mgmnt .nav-tabs {
    background-color: #ffffff;
    padding: 46px 0px 30px 0px;
    border: 1px solid #eaeaea;
    border-radius: 9px;
}
#az-web .platform-mgmnt .nav-tabs .nav-item.show .nav-link, #az-web .platform-mgmnt .nav-tabs .nav-link.active {
    background-color: transparent;
  
}
#az-web .platform-mgmnt .nav-tabs .nav-link p{
    margin-bottom: 0px;
    margin-top: 10px;
}

#az-web .platform-mgmnt .active-btm-brdr {
    width: 162px;
    height: 10px;
    background-color: #1438ef;
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
        transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px -18px 46px -6px #1438EF; 
    box-shadow: 0px -3px 10px -1px #1438ef61;
}
#az-web .platform-mgmnt .nav-tabs .nav-link .active-btm-brdr::after {
    content: " ";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #1438ef;
}
#az-web .active-btm-brdr {
    opacity: 0;
}
#az-web .active > .active-btm-brdr {
    opacity: 1 !important;
}
.mgmnt-img-box{

}
#az-web .mgmnt-img-box {
    width: auto;
    height: 86.5px;
    display: inline-flex;
    position: relative;
}
#az-web .mgmnt-img-box img{
  vertical-align: middle;
    display: table-cell;
    
}

#az-web .bubble{
    position: absolute;
    top: -24px;
    right: -3px;
    z-index: 1;
     transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#az-web .zindex2{
    z-index: 2;  
}
#az-web .active .bubble circle{
  fill:#00FEFF;
}
#az-web .active .bubble g{
  opacity: 1;
}
#az-web .rm-text{
  padding: 47px 20px 40px 50px;
}

#az-web .rm-text p{
    font-size: 21px;
    line-height: 32px;
    color: #323232;
    margin-bottom: 0px;
}

#az-web .left-nav .nav{
    background-color: #1438EF;
    border-radius: 9px;
    padding: 60px 37px;
    height: 100%;
}
#az-web .left-nav .nav-pills .nav-link.active, #az-web .left-nav .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid white;
    position: relative;
}
#az-web .left-nav .nav-pills .nav-link {
    border-radius: 0px;
    padding-bottom: 12px;
    border-bottom: 1px solid #8497F7;
    margin-bottom: 40px;
    color: #8497F7;
     transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#az-web .pltfm-bottom-list h6{
    margin-left: 16px;
}
#az-web .left-nav .nav-link {
    display: block;
    padding: 0px;
}
#az-web .objtvs-list li::before {
    content: "";
    border-top: 1px solid #eaeaea;
    width: 100%;
}
#az-web .pltfm-top-description{
      margin-top: 30px;
}

#az-web .pltfm-top-description .icon-section{   
    vertical-align: top;
    width: 69px;
    height: auto;
    padding-right: 20px;
}
#az-web .pltfm-bottom-list li {
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
}
#az-web .pltfm-bottom-list li p {
    font-size: 15px;
    line-height: 22px;
}
#az-web .kf-bgnd{
  background-color: #1438EF;
}
#az-web .kf-bgnd::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1438EF;
    position: absolute;
    right: 100%;
}


#az-web .body-font-29 {
    font-size: 29px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 0px;
}
#az-web .botm-wht-line {
    width: 74px;
    height: 1px;
    background-color: #fff;
    margin-top: 79px;
}

#az-web .mx476{
    max-width: 476px;
}
#az-web .kf-bgnd-rgt::before {
    left: 100%;
}
#az-web .border-lft-radius{
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}
#az-web .key-feat{
    padding: 70px 30px 70px 0px;
}

#az-web .pl85{
    padding-left: 85px;
}
#az-web .left-nav .nav-pills .nav-link.active::after, #az-web .left-nav .nav-pills .show>.nav-link {
    content: " ";
    position: absolute;
    right: 0;
    top: 9px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid white;
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

#az-web .key-feat-list h6{
    font-size: 18px;
    color: #323232;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 7px;
}

#az-web .key-feat-list p{
    font-size: 14px;
    line-height: 21px;
    color: #747474;
    margin-bottom: 0px;
    max-width: 422px;
}
#az-web .key-feat-list li{
    margin-bottom: 27px;
    list-style-type: none;
}
#az-web .k-tile{
  display: flex;
}
#az-web .k-text{
  width: 100%;
}
#az-web .k-img{
  margin-right: 23px;
}
#az-web .k-pad0{
  padding-left: 0px;
}
#az-web .mb70{
  margin-bottom: 70px;
}
#az-web .highlight-box {
    padding: 45px 25px 57px 61px;
    background-color: #f7f9fa;
    border-radius: 9px;
    position: relative;
}

#az-web .mrgn-mb {
     margin: unset; 
    margin-bottom: 0px;
     margin-top: 14px;
         width: 910px;
}

#az-web .highlight-box img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 17%;
    z-index: 1;
}
#az-web .highlight-box h3{
    position: relative;
    z-index: 2;
    color: #707070;
}

#az-web .highlight{
    padding: 0px;
}
#az-web .heart-sym{
  margin: 0px 4px;
}

#az-web .heart-sym img{
    width: 14px;
    height: auto;
}
#az-web .sng-logo img{
  width: 250px;
  height: auto;
}
#az-web .case-sol-sng-img {
    width: 790px;
    height: auto;
}
#az-web .bnner-pc-view{
  display: block;
}
#az-web .bnner-mob-view{
  display: none;
}
#az-web .mt19{
    margin-top: 19px;
}
#az-web .faq-pc-view{
  display: flex;
}
#az-web .faq-mob-view{
  display: none;
}
#az-web .usecases-mob-view h3{
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    width: 100%;
    font-size: 22px;
    padding: 10px 10px 10px 0px;
    font-weight: 600;
    color: #000b4a;
}

#az-web .usecases-mob-view img{
    width: 75%;
    margin: 0 auto;
}
#az-web .usecases-pc-view{
  display: flex;
}
#az-web .usecases-mob-view{
  display: none;
}
#az-web .journey-carousel .owl-dots{
    margin-top: 13px
}
#az-web .journey-carousel .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    background: #d6d6d6;
    margin-right: 12px;
}
#az-web .journey-carousel .owl-dots button.owl-dot.active {
    background-color: #a2a2a2;
}
#az-web .journey-pc-view{
  display: block;
}
#az-web .journey-mob-view{
  display: none;
}
#az-web .indu-img img{
  margin-bottom: 15px
}
#az-web .special-letter{
    margin: 16px 0 0px 0 !important;
    font-size: 21px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    width: 100% !important;
    color: #323232 !important;
}
#az-web .type-color-change{
	color: #f2062e;
}
#az-web #retype{
  color: #f2062e;
}
@-webkit-keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #757474 }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #757474 }
}
#az-web #retype {
  border-right: 2px solid #757474;
  box-sizing: border-box;
  -webkit-animation: typing 5s steps(25, end) 5s, blink-caret 1s infinite 5s;
          animation: typing 5s steps(25, end) 5s, blink-caret 1s infinite 5s; 
}
#az-web .banner-img-outer{
  position: relative;
  margin-right: -54px;
}
#az-web .ripple-img{
    position: absolute;
    top: -11px;
    z-index: 999999;
    left: -32px;
    right: 0;
    bottom: 0;
    margin: auto;
}

@keyframes dot-ripple {
  to {
    opacity: 0;
    transform: scale(4.6)
  }
}



#az-web .cm-footer__dot--caribbean {
 position: absolute;
    top: -11px;
     z-index: -1;
    left: -32px;
    right: 0;
    bottom: 0;
    margin: auto;
}

#az-web .cm-footer__dot, .cm-footer__dot:before {
     width: 36px;
    height: 36px;
    border-radius: 50px;
    background-color: #00D7F9;
}

#az-web .cm-footer__dot:first-of-type::before {
    animation-delay: 1s;
}
#az-web .cm-footer__dot:before {
    content: "";
    display: block;
    animation: dot-ripple 2s linear infinite;
}
#az-web #mini-plexus-wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#az-web #mini-plexus-wrapper #mini-plexus{
    position: absolute;
    width: 169px;
    height: 192px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#az-web .plex-rgt{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}
#az-web .plex-lft {
    position: absolute;
    top: -43px;
    left: -57px;
    z-index: -1;
}

#az-web .why-img-wrap {
    width: 100%;
    text-align: right;
    margin-top: 0px;
    margin-left: 38px;
        position: relative;
}

#az-web .dman{
    position: absolute;
    z-index: 1;
}
#az-web .pl-mleft{
    margin-left: -40px;
}

#az-web .platform-mgmnt{
    margin-top: 39px;
}
#az-web .bnnr-mrgn-tp{
margin-top: 48px;
}
#az-web .dman-pc-view{
    display: inline-flex;
}
#az-web .dman-mob-view{
    display: none;
}
#az-web .platform-mob-view{
  display: none;
}
#az-web .platform-pc-view{
  display: block;
}
#az-web .platform-mob-view .rm-text {
    padding: 0px;
   margin-bottom: 30px;
}

#az-web .platform-mob-view .rm-text p {
    border-bottom: 2px solid #1438ef;
    padding-bottom: 6px;
    padding-top: 15px;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 21px;
}
#az-web .platform-mob-view .mgmnt-img-box {
    width: auto;
    height: auto;
    display: inline-block;
}
#az-web .platform-mob-view .mgmnt-img-box p{
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 11px;
}
#az-web .platform-mob-view .body-font-17 {
    font-size: 15px;
    line-height: 22px;
}
#az-web .platform-mob-view .pltfm-bottom-list h6 {
    font-size: 15px;
}
#az-web .platform-mob-view .pltfm-top-description {
    margin-top: 10px;
}
#az-web .platform-mob-view .card-body{
    padding: 15px;
}
#az-web .platform-mob-view .myaccordion .btn {
    font-weight: 400;
    color: #323232;
    font-size: 15px;
     font-family: 'DM Sans', sans-serif;
}
#az-web .platform-mob-view .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
        background-color: #f7f9fa;
        border-bottom: none;
}
#az-web .platform-mob-view .bubble {
    top: 20px;
    right: -31px;
    z-index: -2;
}
#az-web .platform-mob-view .myaccordion{
  margin-bottom: 40px;
}
#az-web .solution-management .card-header svg {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 7px;
    background-color: #3b5cff;
    margin-right: 15px;
}
#az-web .solution-management .card-header a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
#az-web .solution-management .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(20 56 239);
    border-bottom: 1px solid rgb(20 56 239);
}

#az-web .solution-management .card-body{
      padding: 15px;
}

#az-web .solution-management-top .nav-tabs {
    display:none;
}
