/* *********************************************
[Master Stylesheet]

Template Name: Uza - Creative Agency HTML5 Template
Template Author: Colorlib
Template Author URL: http://colorlib.com
Version: 1.0.0
Last Update: Dec 31, 2018

*********************************************

[Tables of CSS Content]

+ body
    - 01.0 Reboot CSS
    - 02.0 Spacing CSS
    - 03.0 Preloader CSS
    - 04.0 Heading CSS
    - 05.0 Backtotop CSS
    - 06.0 Buttons CSS
    - 07.0 Header CSS
    - 08.0 Hero CSS
    - 09.0 Portfolio CSS
    - 10.0 Testimonial CSS
    - 11.0 Newsletter CSS
    - 12.0 About CSS
    - 13.0 Service CSS
    - 14.0 Breadcrumb CSS
    - 15.0 Blog CSS
    - 16.0 CTA CSS
    - 17.0 CFA CSS
    - 18.0 Team CSS
    - 19.0 Footer CSS
    - 20.0 Contact CSS
    - 21.0 SQL program CSS
    - 22.0 Enrollment page CSS
    - our client area
  ---------------------------------------------
  [Color Codes]

  $heading: #303030; [Heading Color]
  $text: #707070; [Text Color]
  $bg-gray: #e7f2fd; [Gray Background]
  $primary: #1583e9; [Primary Color]
  $white: #ffffff; [White Color]
  $dark: #000000; [Dark Color]
  $border: #ebebeb; [Border Color]
  $hover: #1583e9; [Hover Color]
  $secondary: #a6a6a6; [Secondary Color]

  ---------------------------------------------
  [Font Family: 'HK Grotesk']
--------------------------------------------- */
/* Import Fonts & All CSS */
@import url(fonts/aileron-font-style.css);
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
/* :: 1.0 Reboot CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Aileron";
  font-weight: 400;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aileron";
  color: #303030;
  line-height: 1.4;
  font-weight: 600; }

a,
a:active,
a:focus,
a:hover {
  font-family: "Aileron";
  color: #303030;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-size: 16px;
  font-weight: 600; }

li {
  list-style: none; }

p {
  line-height: 2;
  color: #707070;
  font-size: 16px;
  font-weight: normal; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-iframe-holder .mfp-close {
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #1583e9;
  text-align: center;
  right: 0;
  padding-right: 0;
  line-height: 32px; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #e7f2fd !important; }

textarea:focus,
input:focus {
  outline: none; }

/* :: 2.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #1583e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wrapper {
  margin: auto;
  display: block; }

.cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #ffffff; }

.cssload-loader,
.cssload-loader:after,
.cssload-loader:before {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out; }

.cssload-loader:after,
.cssload-loader:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0; }

.cssload-loader {
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader; }

@keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1; }
  to {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes cssload-loader {
  from {
    -o-transform: scale(0);
    opacity: 1; }
  to {
    -o-transform: scale(1);
    opacity: 0; } }
@-ms-keyframes cssload-loader {
  from {
    -ms-transform: scale(0);
    opacity: 1; }
  to {
    -ms-transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes cssload-loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    opacity: 0; } }
@-moz-keyframes cssload-loader {
  from {
    -moz-transform: scale(0);
    opacity: 1; }
  to {
    -moz-transform: scale(1);
    opacity: 0; } }
/* :: 4.0 Heading CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 70px; }
  .section-heading h2 {
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1.1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 42px; } }
    @media only screen and (max-width: 767px) {
        .section-heading h2 {
            /*padding-left: 70px;*/
            font-size: 30px;
        } 

    }
  .section-heading p {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0;
    color: #a6a6a6; }

/* :: 5.0 Backtotop CSS */
#scrollUp {
  bottom: 50px;
  font-size: 30px;
  line-height: 45px;
  right: 50px;
  width: 50px;
  background-color: #1583e9;
  color: #ffffff;
  text-align: center;
  height: 50px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15); }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #000000;
    color: #ffffff; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      right: 30px;
      bottom: 30px; } }

/* :: 6.0 Buttons CSS */
.uza-btn {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  text-transform: capitalize;
  color: #1583e9;
  border: none;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15); }
  .uza-btn:focus, .uza-btn:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    background-color: #1583e9;
    color: #ffffff; }
  .uza-btn.btn-2 {
    background-color: #1583e9;
    color: #ffffff; }
    .uza-btn.btn-2:focus, .uza-btn.btn-2:hover {
      background-color: #ffffff;
      color: #1583e9; }
  .uza-btn.btn-3 {
    border: 2px solid #1583e9;
    line-height: 46px; }

.login-register-btn a {
  display: inline-block; }
  .login-register-btn a span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #a6a6a6; }
    .login-register-btn a span:focus, .login-register-btn a span:hover {
      color: #1583e9; }
  .login-register-btn a:focus, .login-register-btn a:hover {
    color: #1583e9; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-register-btn a {
      font-size: 14px; } }

/* :: 7.0 Header CSS */
.header-area {
  position: fixed;
  z-index: 600;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area {
      border-top: 10px solid #303030; } }
  @media only screen and (max-width: 767px) {
    .header-area .main-header-area {
      border-top: 10px solid #303030; } }
  .header-area .main-header-area.sticky {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    top: 0;
    width: 100%;
    position: fixed;
    background-color: #e7f2fd;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    border-bottom: none;
    left: 0;
    z-index: 650; }
  .header-area .search-icon {
    position: relative;
    z-index: 1;
    margin-left: 14px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px; } }
    .header-area .search-icon i {
      font-size: 20px;
      color: #303030;
      cursor: pointer; }

.classy-nav-container {
  background-color: transparent;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .classy-nav-container {
      padding: 0 15px; } }
  .classy-nav-container .classy-navbar {
    height: 70px;
    padding: 0 3%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classy-nav-container .classy-navbar {
        height: 70px;
        padding: 0 5%; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar {
        height: 70px;
        padding: 0 5%; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 90px;
        margin-right: 15px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      position: relative;
      z-index: 1;
      font-weight: normal;
      font-size: 18px;
      text-transform: capitalize;
      color: #303030; }
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
        color: #1583e9; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          padding: 0 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
      font-size: 16px;
      text-transform: capitalize;
      height: 42px;
      line-height: 42px;
      padding: 0 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
          font-size: 14px; } }
    .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
      content: '';
      position: absolute;
      width: 70%;
      height: 2px;
      background-color: #1583e9;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #303030; }

.breakpoint-off .classynav ul li .dropdown {
  width: 210px;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  border-radius: 6px; }

.top-search-area .modal-content {
  border: none; }
  .top-search-area .modal-content .modal-body {
    padding: 50px; }
    @media only screen and (max-width: 767px) {
      .top-search-area .modal-content .modal-body {
        padding: 50px 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .top-search-area .modal-content .modal-body {
        padding: 50px; } }
    .top-search-area .modal-content .modal-body button.close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 10;
      font-size: 14px; }
      .top-search-area .modal-content .modal-body button.close-btn.btn {
        padding: 0;
        background-color: transparent; }
        .top-search-area .modal-content .modal-body button.close-btn.btn:focus, .top-search-area .modal-content .modal-body button.close-btn.btn:hover {
          box-shadow: none;
          color: #1583e9; }
.top-search-area form {
  width: 100%;
  position: relative;
  z-index: 1; }
  .top-search-area form input {
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    font-size: 12px;
    font-style: italic;
    padding: 0 20px; }
    .top-search-area form input:focus {
      box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08); }
  .top-search-area form button {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 0 6px 6px 0;
    border: none;
    background-color: #1583e9;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .top-search-area form button {
        width: 80px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-a-quote {
    margin: 30px 15px !important; } }
@media only screen and (max-width: 767px) {
  .get-a-quote {
    margin: 30px 15px !important; } }

/* :: 8.0 Hero CSS */
.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 900px;
  background-color: #ffffff; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      height: 750px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      height: 900px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-welcome-slide {
      height: 1000px; } }
  .single-welcome-slide .background-curve {
    position: absolute;
    width: 70%;
    top: 0;
    height: 100%;
    right: 0;
    z-index: -1; }
    .single-welcome-slide .background-curve img {
      width: 100%;
      height: auto;
      background-repeat: no-repeat; }
  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .single-welcome-slide .welcome-text {
        padding-top: 50px; } }
    .single-welcome-slide .welcome-text h2 {
      font-size: 72px;
      display: block;
      margin-bottom: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 36px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 42px; } }
      .single-welcome-slide .welcome-text h2 span {
        color: #1583e9; }
    .single-welcome-slide .welcome-text h5 {
      font-size: 22px;
      color: #a6a6a6;
      margin-bottom: 60px;
      display: block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-welcome-slide .welcome-text h5 {
          font-size: 18px;
          margin-bottom: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {

        .single-welcome-slide .welcome-text h5 {
          font-size: 14px;
          margin-bottom: 40px; }
        .welcome-img {
            position: absolute;
            min-width: 655px !important;
            right: -12px;
            top: -187px;
        }
        .welcome-area {
            margin-top: -4rem;
            margin-bottom: -7rem;
        }
      }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide .welcome-thumbnail {
      margin-top: -120px; }

    
  }
@media only screen and (max-width : 480px) {
    .single-welcome-slide .welcome-text {
        margin-top: -41%;
    }
}
    /* :: 09.0 Portfolio CSS */
    .uza-portfolio-area {
        position: relative;
        z-index: 1;
        padding-left: 3%;
        padding-right: 3%;
    }

        .uza-portfolio-area .portfolio-bg-curve {
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: -1;
            height: auto;
            width: auto;
        }

    .single-portfolio-slide {
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }

        .single-portfolio-slide img {
            position: relative;
            z-index: 1;
            width: 100%;
        }

        .single-portfolio-slide .overlay-effect {
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 20;
            background-color: rgba(231, 242, 253, 0.9);
            padding: 40px 30px;
            opacity: 0;
            visibility: hidden;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-portfolio-slide .overlay-effect {
            padding: 30px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-portfolio-slide .overlay-effect {
            padding: 30px;
        }
    }

    .single-portfolio-slide .overlay-effect h4 {
        display: block;
        margin-bottom: 15px;
        font-weight: 600;
    }

    @media only screen and (max-width: 767px) {
        .single-portfolio-slide .overlay-effect h4 {
            margin-bottom: 10px;
            font-size: 20px;
        }
    }

    .single-portfolio-slide .overlay-effect p {
        margin-bottom: 0;
        line-height: 1.6;
    }

    @media only screen and (max-width: 767px) {
        .single-portfolio-slide .overlay-effect p {
            font-size: 14px;
        }
    }

    .single-portfolio-slide .view-more-btn a {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #ffffff;
        display: inline-block;
        position: absolute;
        bottom: 40px;
        right: 0;
        z-index: 100;
        text-align: center;
        line-height: 65px;
        font-size: 24px;
        opacity: 0;
        visibility: hidden;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-portfolio-slide .view-more-btn a {
            bottom: 30px;
            width: 40px;
            height: 40px;
            line-height: 45px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-portfolio-slide .view-more-btn a {
            bottom: 30px;
            width: 40px;
            height: 40px;
            line-height: 45px;
        }
    }

    .single-portfolio-slide .view-more-btn a:focus, .single-portfolio-slide .view-more-btn a:hover {
        background-color: #1583e9;
        color: #ffffff;
    }

    .single-portfolio-slide:focus, .single-portfolio-slide:hover {
        -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
        box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    }

        .single-portfolio-slide:focus .overlay-effect, .single-portfolio-slide:hover .overlay-effect {
            opacity: 1;
            visibility: visible;
        }

        .single-portfolio-slide:focus .view-more-btn a, .single-portfolio-slide:hover .view-more-btn a {
            right: 40px;
            opacity: 1;
            visibility: visible;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-portfolio-slide:focus .view-more-btn a, .single-portfolio-slide:hover .view-more-btn a {
            right: 30px;
        }
    }

    .portfolio-sildes {
        position: relative;
        z-index: 1;
    }

        .portfolio-sildes .owl-dots {
            position: relative;
            z-index: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .portfolio-sildes .owl-dots .owl-dot {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 8px;
                flex: 0 0 8px;
                max-width: 8px;
                margin: 0 5px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #e7f2fd;
            }

                .portfolio-sildes .owl-dots .owl-dot.active {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 38px;
                    flex: 0 0 38px;
                    max-width: 38px;
                    width: 38px;
                    border-radius: 15px;
                    background-color: #1583e9;
                }

    .portfolio-menu {
        position: relative;
        z-index: 1;
    }

        .portfolio-menu button {
            background-color: transparent;
            padding: 0;
            font-weight: 600;
            color: #a6a6a6;
            font-size: 22px;
            margin: 0 20px;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .portfolio-menu button {
            font-size: 20px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .portfolio-menu button {
            font-size: 18px;
        }
    }

    @media only screen and (max-width: 767px) {
        .portfolio-menu button {
            font-size: 16px;
            margin: 0 10px;
        }
    }

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .portfolio-menu button {
            font-size: 14px;
            margin: 0 5px;
        }
    }

    .portfolio-menu button.active, .portfolio-menu button:hover {
        color: #303030;
    }

    .portfolio-menu button:focus {
        box-shadow: none;
    }

    .single-portfolio-item .single-portfolio-slide {
        margin-right: 10px;
        margin-left: 10px;
    }

    .portfolio-details-text {
        position: relative;
        z-index: 1;
    }

        .portfolio-details-text h2 {
            font-size: 36px;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .portfolio-details-text h2 {
            font-size: 30px;
        }
    }

    @media only screen and (max-width: 767px) {
        .portfolio-details-text h2 {
            font-size: 24px;
        }
    }

    .portfolio-details-text h6 {
        font-size: 14px;
        text-transform: uppercase;
        color: #1583e9;
        letter-spacing: 1px;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .portfolio-details-text p {
        margin-bottom: 0;
    }

    .portfolio-meta h6 {
        color: #707070;
        margin-bottom: 10px;
        font-weight: 400;
    }

    @media only screen and (max-width: 767px) {
        .portfolio-meta {
            margin-top: 50px;
        }
    }

    .portfolio-social-info p {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .portfolio-social-info a {
        display: inline-block;
        margin-right: 15px;
        font-size: 16px;
    }

        .portfolio-social-info a:last-child {
            margin-right: 0;
        }

        .portfolio-social-info a:hover, .portfolio-social-info a:focus {
            color: #1583e9;
        }

    .portfolio-pager {
        position: relative;
        z-index: 1;
    }

        .portfolio-pager a {
            display: inline-block;
            color: #707070;
        }

            .portfolio-pager a:nth-child(2) {
                color: #a6a6a6;
            }

            .portfolio-pager a:hover, .portfolio-pager a:focus {
                color: #1583e9;
            }

    @media only screen and (max-width: 767px) {
        .portfolio-pager a {
            font-size: 12px;
        }
    }

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .portfolio-pager a {
            font-size: 16px;
        }
    }

    /* :: 10.0 Testimonial CSS */
    .testimonial-slides {
        position: relative;
        z-index: 1;
        padding-left: 10%;
        padding-right: 10%;
    }

        .testimonial-slides .owl-next,
        .testimonial-slides .owl-prev {
            position: absolute;
            top: 50%;
            width: 50px;
            height: auto;
            margin-top: -25px;
            left: 0;
            z-index: 10;
            line-height: 50px;
        }

            .testimonial-slides .owl-next i,
            .testimonial-slides .owl-prev i {
                font-size: 50px;
                color: #b7b7b7;
            }

                .testimonial-slides .owl-next i:hover, .testimonial-slides .owl-next i:focus,
                .testimonial-slides .owl-prev i:hover,
                .testimonial-slides .owl-prev i:focus {
                    color: #1583e9;
                }

        .testimonial-slides .owl-next {
            left: auto;
            right: 0;
        }

    .border-line {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 1px;
        background-color: #e7f2fd;
    }

    .single-testimonial-slide {
        position: relative;
        z-index: 1;
    }

    @media only screen and (max-width: 767px) {
        .single-testimonial-slide {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    .single-testimonial-slide .testimonial-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        max-width: 170px;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        margin-right: 60px;
    }

        .single-testimonial-slide .testimonial-thumbnail img {
            border-radius: 50%;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-testimonial-slide .testimonial-thumbnail {
            margin-right: 30px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-testimonial-slide .testimonial-thumbnail {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 120px;
            flex: 0 0 120px;
            max-width: 120px;
            width: 120px;
            height: 120px;
            margin-right: 0;
            margin-bottom: 50px;
        }
    }

    .single-testimonial-slide .testimonial-content {
        position: relative;
        z-index: 1;
    }

        .single-testimonial-slide .testimonial-content h4 {
            font-weight: normal;
            font-style: italic;
            margin-bottom: 30px;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-testimonial-slide .testimonial-content h4 {
            font-size: 20px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-testimonial-slide .testimonial-content h4 {
            font-size: 18px;
        }
    }

    .single-testimonial-slide .testimonial-content .ratings {
        position: relative;
        z-index: 1;
        display: block;
        margin-bottom: 10px;
    }

        .single-testimonial-slide .testimonial-content .ratings i {
            font-size: 16px;
            color: #f3c612;
        }

    .single-testimonial-slide .testimonial-content .author-info h5 {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 0;
    }

    @media only screen and (max-width: 767px) {
        .single-testimonial-slide .testimonial-content .author-info h5 {
            font-size: 14px;
        }
    }

    .single-testimonial-slide .testimonial-content .author-info h5 span {
        font-size: 14px;
        text-transform: uppercase;
        color: #b7b7b7;
    }

    @media only screen and (max-width: 767px) {
        .single-testimonial-slide .testimonial-content .author-info h5 span {
            font-size: 12px;
        }
    }

    .single-testimonial-slide .testimonial-content .quote-icon {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    /* :: 11.0 Newsletter CSS */
    .uza-newsletter-area {
        position: relative;
        z-index: 1;
    }

        .uza-newsletter-area .border-line {
            width: 100%;
            height: 1px;
            background-color: #e7f2fd;
        }

        .uza-newsletter-area .nl-content {
            position: relative;
            z-index: 1;
        }

            .uza-newsletter-area .nl-content h2 {
                font-size: 36px;
                display: block;
                margin-bottom: 0;
            }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .uza-newsletter-area .nl-content h2 {
            font-size: 30px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .uza-newsletter-area .nl-content h2 {
            font-size: 24px;
        }
    }

    @media only screen and (max-width: 767px) {
        .uza-newsletter-area .nl-content h2 {
            font-size: 24px;
        }
    }

    .uza-newsletter-area .nl-content p {
        margin-bottom: 0;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .uza-newsletter-area .nl-content p {
            font-size: 14px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .uza-newsletter-area .nl-content p {
            font-size: 12px;
        }
    }

    .uza-newsletter-area .nl-form form {
        position: relative;
        z-index: 1;
    }

        .uza-newsletter-area .nl-form form input {
            width: 100%;
            height: 50px;
            border-radius: 50px;
            background-color: #e7f2fd;
            border: none;
            font-size: 16px;
            padding: 0 30px;
        }

        .uza-newsletter-area .nl-form form button {
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            position: absolute;
            padding: 0 30px;
            border-radius: 0 50px 50px 0;
            background-color: #1583e9;
            font-size: 16px;
            color: #ffffff;
            height: 50px;
            top: 0;
            right: 0;
            border: none;
            cursor: pointer;
        }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .uza-newsletter-area .nl-form form button {
            padding: 0 20px;
        }
    }

    @media only screen and (max-width: 767px) {
        .uza-newsletter-area .nl-form form button {
            padding: 0 20px;
        }
    }

    .uza-newsletter-area .nl-form form button:hover, .uza-newsletter-area .nl-form form button:focus {
        background-color: #303030;
    }

    /* :: 12.0 About CSS */
    .about-us-content {
        position: relative;
        z-index: 1;
    }

        .about-us-content h2 {
            font-size: 48px;
            display: block;
            margin-bottom: 25px;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-us-content h2 {
            font-size: 36px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-content h2 {
            font-size: 30px;
        }
    }

    @media only screen and (max-width: 767px) {
        .about-us-content h2 {
            font-size: 30px;
        }
    }

    .about-us-thumbnail {
        position: relative;
        z-index: 1;
        width: 100%;
        padding-right: 100px;
    }

        .about-us-thumbnail img {
            width: 100%;
        }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-thumbnail {
            padding-right: 0;
        }
    }

    @media only screen and (max-width: 767px) {
        .about-us-thumbnail {
            padding-right: 0;
        }
    }

    .uza-video-area {
        position: absolute;
        top: 50%;
        right: 65px;
        z-index: 99;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .uza-video-area {
            right: auto;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
    }

    @media only screen and (max-width: 767px) {
        .uza-video-area {
            right: auto;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
    }

    .uza-video-area .video-play-btn {
        display: inline-block;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        background-color: #1583e9;
        color: #ffffff;
        line-height: 70px;
        text-align: center;
        font-size: 24px;
    }

        .uza-video-area .video-play-btn i {
            padding-left: 5px;
        }

        .uza-video-area .video-play-btn:focus, .uza-video-area .video-play-btn:hover {
            box-shadow: none;
            background-color: #1583e9;
        }

    .uza-about-us-area {
        position: relative;
        z-index: 1;
    }

        .uza-about-us-area .about-bg-pattern {
            position: absolute;
            width: 40%;
            left: 0;
            bottom: 0;
            z-index: -1;
            height: 100%;
        }

            .uza-about-us-area .about-bg-pattern img {
                height: 100%;
                width: auto;
            }

    .uza-video-area .video-play-btn {
        -webkit-transform: scale(0.93);
        -ms-transform: scale(0.93);
        transform: scale(0.93);
    }

        .uza-video-area .video-play-btn:after {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            content: '';
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            top: 0;
            left: 0;
            padding: 0;
            z-index: -1;
            box-shadow: 0 0 0 2px #1583e9;
            opacity: 1;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
            animation: sonarEffect 1.3s ease-out 75ms infinite;
        }

    @-webkit-keyframes sonarEffect {
        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }

    @-moz-keyframes sonarEffect {
        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }

    @keyframes sonarEffect {
        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }

    .uza-why-choose-us-area {
        position: relative;
        z-index: 1;
    }

        .uza-why-choose-us-area ul li {
            font-size: 16px;
            margin-bottom: 15px;
            color: #707070;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .uza-why-choose-us-area ul li i {
                color: #1583e9;
                margin-right: 15px;
            }

            .uza-why-choose-us-area ul li:last-child {
                margin-bottom: 0;
            }

    .about-tab-area {
        position: relative;
        z-index: 1;
    }

        .about-tab-area .nav-tabs .nav-item {
            margin-bottom: 0;
        }

        .about-tab-area .nav-tabs .nav-link {
            position: relative;
            z-index: 1;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 0 0 15px 0;
            border: none;
            margin-right: 30px;
            background-color: transparent;
        }

    @media only screen and (max-width: 767px) {
        .about-tab-area .nav-tabs .nav-link {
            letter-spacing: 1px;
            margin-right: 15px;
            font-size: 14px;
        }
    }

    .about-tab-area .nav-tabs .nav-link.active:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #1583e9;
        width: 100%;
        height: 2px;
    }


    /*   ***************My progress bar **************/

    .wrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

        .wrapper .card-progressbar {
            background: #fff;
            display: flex;
            flex-direction: column;
            width: calc(25% - 8px);
            height: 300px;
            /*border-radius: 5px;*/
            border: none;
            align-items: center;
            justify-content: space-around;
            /*     box-shadow: 0px 10px 15px rgba(0,0,0,0.1);*/
        }

            .wrapper .card-progressbar .circle {
                position: relative;
                height: 150px;
                width: 150px;
                border-radius: 50%;
                cursor: default;
            }

    #percentage-span {
        position: absolute;
        top: 50%;
        left: 50%;
        background: -webkit-linear-gradient(left, #1583e9, #1be1cf);
        /* -webkit-background-clip: text;*/
        -webkit-text-fill-color: transparent;
        font-size: 38px;
        font-family: sans-serif;
        font-weight: 600;
        transform: translate(-45%, 54%);
        transition: all 0.1s;
    }

    .card-progressbar .circle .box,
    .card-progressbar .circle .box span {
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .card-progressbar .circle .box {
        height: 100%;
        width: 100%;
        background: #fff;
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        transition: all 0.2s;
    }

    .card-progressbar .circle:hover .box {
        /*transform: translate(-50%, -50%) scale(0.91);*/
    }

    .my-progress-img {
        width: 50%;
        position: absolute;
        top: 32px;
        left: 36px;
    }

    .card-progressbar .circle .box span,
    .wrapper .card-progressbar .text {
        background: -webkit-linear-gradient(left, #1583e9, #1be1cf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 10px;
    }

    .circle .box span {
        font-size: 38px;
        font-family: sans-serif;
        font-weight: 600;
        transform: translate(-43%, 178%);
        transition: all 0.1s;
    }

    .card-progressbar .circle:hover .box span {
        /* transform: translate(-45%, -45%) scale(1.09);*/
    }

    .card-progressbar .text {
        font-size: 20px;
        font-weight: 600;
    }

    @media (min-width: 768px) and (max-width: 960px) {
        .wrapper {
            width: 79%
        }

            .wrapper .card-progressbar {
                padding-bottom: 25px;
            }
    }


    /*----------******team  expert area css using cards*****--------*/

    .single-team-slide img {
        width: 34% !important;
        height: 33% !important;
        left: 67px;
        top: 41px;
    }

    .cards-list {
        z-index: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .card-team-expert {
        margin: 30px auto;
        width: 200px;
        height: 220px;
        border: solid 1px #1583e9;
        border-radius: 40px;
        /* box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);*/
        cursor: pointer;
        transition: 0.4s;
    }

        .card-team-expert .card_image {
            width: inherit;
            height: inherit;
            border-radius: 40px;
        }

            .card-team-expert .card_image img {
                width: inherit;
                height: inherit;
                border-radius: 40px;
                /* object-fit: cover;*/
            }

        .card-team-expert .card_title p {
            text-align: center;
            font-family: sans-serif;
            font-weight: 700 !important;
            font-size: 18px !important;
            margin-top: -80px;
            height: 0px;
            color: #1583e9;
        }

        .card-team-expert :hover {
            transform: scale(0.98, 0.98);
            box-shadow: 1px 1px 6px 3px rgba(0,0,0,0.25);
        }

        .card-team-expert .card_image :hover {
            transform: scale(1.05, 1.05);
            box-shadow: none !important;
        }

        .card-team-expert .card_title p :hover {
            box-shadow: none !important;
        }


    .title-white {
        color: white;
    }

    .title-black {
        color: black;
    }

    @media all and (max-width: 500px) {
        .card-list {
            /* On small screens, we are no longer using row direction but column */
            flex-direction: column;
        }

        .single-team-slide img {
            width: 34% !important;
            height: 33% !important;
            left: 50px;
            top: 41px;
        }
    }







    /* 13.0 Service CSS */
    .single-service-area {
        position: relative;
        z-index: 1;
        text-align: center;
    }

        .single-service-area .service-icon {
            background-color: #e7f2fd;
            width: 145px;
            height: 110px;
            font-size: 42px;
            color: #303030;
            text-align: center;
            line-height: 110px;
            border-radius: 80px 200px 200px 362px;
            margin: 0 auto 30px;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
        }

        .single-service-area h5 {
            font-size: 22px;
            display: block;
            margin-bottom: 15px;
            -webkit-transition-duration: 300ms;
            -o-transition-duration: 300ms;
            transition-duration: 300ms;
            font-weight: 600;
        }

        .single-service-area:focus .service-icon, .single-service-area:hover .service-icon {
            background-color: #1583e9;
            color: #ffffff;
            -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
            box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
        }

        .single-service-area:focus h5, .single-service-area:hover h5 {
            color: #1583e9;
        }

    .cta-testimonial-cfa-area {
        position: relative;
        z-index: 1;
    }

        .cta-testimonial-cfa-area .cta-testimonial-cfa-bg-curve {
            position: absolute;
            left: 0;
            top: 0;
            width: auto;
            height: 100%;
            z-index: -1;
        }

    /* :: 14.0 Breadcrumb CSS */
    .breadcrumb-area {
        position: relative;
        z-index: 1;
        height: 290px;
        margin-bottom: 40px;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .breadcrumb-area {
            height: 220px;
        }
    }

    @media only screen and (max-width: 767px) {
        .breadcrumb-area {
            height: 200px;
            margin-bottom: 0;
        }
    }

    .breadcrumb-area .breadcrumb-bg-curve {
        position: absolute;
        width: 80%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background-size: cover;
        text-align: right !important;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .breadcrumb-area .breadcrumb-bg-curve {
            width: 90%;
        }
    }

    .breadcrumb-area .title {
        font-size: 60px;
        margin-bottom: 0;
        text-transform: capitalize;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .breadcrumb-area .title {
            font-size: 42px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .breadcrumb-area .title {
            font-size: 36px;
        }
    }

    @media only screen and (max-width: 767px) {
        .breadcrumb-area .title {
            font-size: 30px;
        }
    }

    .breadcrumb-area .breadcumb--con .breadcrumb {
        padding: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: transparent;
        border-radius: 0;
    }

        .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item,
        .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a,
        .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
            font-size: 18px;
            text-transform: capitalize;
            color: #303030;
            font-weight: normal;
            letter-spacing: normal;
        }

    @media only screen and (max-width: 767px) {
        .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item,
        .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a,
        .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
            font-size: 14px;
        }
    }

    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item:focus, .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item:hover,
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a:focus,
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a:hover,
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
        color: #1583e9;
    }

    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
        color: #a6a6a6;
    }

        .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:focus, .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
            color: #a6a6a6;
        }

    .breadcrumb-area .breadcumb--con .breadcrumb .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .breadcrumb-area .breadcumb--con .breadcrumb .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: "\f105";
        font-family: 'FontAwesome';
    }

    /* :: 15.0 Blog CSS */
    .uza-blog-area {
        position: relative;
        z-index: 1;
    }

        .uza-blog-area .blog-bg-curve {
            position: absolute;
            width: auto;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

    .single-blog-post {
        position: relative;
        z-index: 1;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1);
    }

        .single-blog-post .post-content {
            position: relative;
            z-index: 10;
            padding: 40px;
            background-color: #ffffff;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
        }

            .single-blog-post .post-content .post-date {
                font-size: 16px;
                text-transform: capitalize;
                color: #a6a6a6;
                display: block;
                margin-bottom: 10px;
            }

                .single-blog-post .post-content .post-date span {
                    font-size: 36px;
                    color: #1583e9;
                    margin-right: 5px;
                }

            .single-blog-post .post-content .post-title {
                font-size: 24px;
                font-weight: 600;
                margin-bottom: 15px;
                display: block;
            }

                .single-blog-post .post-content .post-title:focus, .single-blog-post .post-content .post-title:hover {
                    color: #1583e9;
                }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-post .post-content .post-title {
            font-size: 18px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-blog-post .post-content .post-title {
            font-size: 20px;
        }
    }

    .single-blog-post .post-content .read-more-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .single-blog-post .post-content .read-more-btn i {
            color: #1583e9;
            font-size: 20px;
        }

    .single-blog-post:focus, .single-blog-post:hover {
        -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
        box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    }

        .single-blog-post:focus .post-content, .single-blog-post:hover .post-content {
            background-color: rgba(255, 255, 255, 0.9);
        }

    .blog-details-content {
        position: relative;
        z-index: 1;
    }

        .blog-details-content .post-content .post-date {
            font-size: 16px;
            text-transform: capitalize;
            color: #a6a6a6;
            display: block;
            font-weight: 600;
        }

            .blog-details-content .post-content .post-date span {
                font-size: 36px;
                color: #1583e9;
            }

        .blog-details-content .post-content h2 {
            color: #303030;
            font-size: 60px;
            display: block;
            margin-bottom: 15px;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .blog-details-content .post-content h2 {
            font-size: 42px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-details-content .post-content h2 {
            font-size: 36px;
        }
    }

    @media only screen and (max-width: 767px) {
        .blog-details-content .post-content h2 {
            font-size: 24px;
        }
    }

    .blog-details-content h1,
    .blog-details-content h2,
    .blog-details-content h3,
    .blog-details-content h4,
    .blog-details-content h5,
    .blog-details-content h6 {
        margin-bottom: 15px;
    }

    @media only screen and (max-width: 767px) {
        .blog-details-content h2 {
            font-size: 24px;
        }
    }

    .blog-details-content p {
        font-size: 18px;
        color: #a6a6a6;
        font-weight: 400;
    }

    @media only screen and (max-width: 767px) {
        .blog-details-content p {
            font-size: 16px;
        }
    }

    .uza-pagination {
        position: relative;
        z-index: 1;
    }

        .uza-pagination .pagination .page-item .page-link {
            width: 40px;
            height: 40px;
            border-radius: 3px;
            padding: 0;
            line-height: 38px;
            margin: 0 5px;
            text-align: center;
            background-color: transparent;
            color: #707070;
            font-size: 16px;
        }

            .uza-pagination .pagination .page-item .page-link:focus, .uza-pagination .pagination .page-item .page-link:hover {
                background-color: #1583e9;
                border-color: #1583e9;
                color: #ffffff;
            }

        .uza-pagination .pagination .page-item.active .page-link {
            background-color: #1583e9;
            border-color: #1583e9;
            color: #ffffff;
        }

    .comment_area {
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .comment_area .title {
            margin-bottom: 30px;
            font-size: 30px;
        }

    @media only screen and (max-width: 767px) {
        .comment_area .title {
            font-size: 24px;
        }
    }

    .comment_area .comment-content {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .comment_area .comment-content .comment-author {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 70px;
            flex: 0 0 70px;
            width: 70px;
            max-width: 70px;
            margin-right: 20px;
            border-radius: 50%;
        }

    @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-author {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
            flex: 0 0 50px;
            width: 50px;
            max-width: 50px;
            margin-right: 10px;
        }
    }

    .comment_area .comment-content .comment-author img {
        border-radius: 50%;
    }

    .comment_area .comment-content .comment-meta .post-date {
        color: #1583e9;
        font-size: 12px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .comment_area .comment-content .comment-meta h5 {
        margin-bottom: 5px;
    }

    @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta h5 {
            font-size: 16px;
        }
    }

    .comment_area .comment-content .comment-meta p {
        color: #303030;
        font-size: 16px;
        font-weight: 500;
    }

    @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta p {
            font-size: 14px;
        }
    }

    .comment_area .comment-content .comment-meta a.like,
    .comment_area .comment-content .comment-meta a.reply {
        display: inline-block;
        padding: 5px 15px 3px;
        font-size: 12px;
        font-weight: 600;
        border: 1px solid #ebebeb;
        text-transform: uppercase;
    }

        .comment_area .comment-content .comment-meta a.like:focus, .comment_area .comment-content .comment-meta a.like:hover,
        .comment_area .comment-content .comment-meta a.reply:focus,
        .comment_area .comment-content .comment-meta a.reply:hover {
            border-color: #1583e9;
            background-color: #1583e9;
            color: #ffffff;
        }

    .comment_area .children {
        margin-left: 50px;
    }

    @media only screen and (max-width: 767px) {
        .comment_area .children {
            margin-left: 20px;
        }
    }

    .comment_area .children .single_comment_area:last-of-type {
        margin-bottom: 0;
    }

    .uza-blockquote {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .uza-blockquote .icon {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 70px;
            flex: 0 0 70px;
            max-width: 70px;
            width: 70px;
        }

    @media only screen and (max-width: 767px) {
        .uza-blockquote .icon {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
            flex: 0 0 50px;
            max-width: 50px;
            width: 50px;
        }
    }

    .uza-blockquote .icon i {
        font-size: 60px;
        color: #1583e9;
    }

    @media only screen and (max-width: 767px) {
        .uza-blockquote .icon i {
            font-size: 30px;
        }
    }

    .uza-blockquote .text h5 {
        font-size: 30px;
        font-style: italic;
        margin-bottom: 15px;
        line-height: 1.6;
        font-weight: 400;
    }

    @media only screen and (max-width: 767px) {
        .uza-blockquote .text h5 {
            font-size: 20px;
        }
    }

    .uza-blockquote .text h6 {
        font-size: 30px;
        margin-bottom: 0;
    }

    @media only screen and (max-width: 767px) {
        .uza-blockquote .text h6 {
            font-size: 20px;
        }
    }

    .uza-post-share {
        position: relative;
        z-index: 1;
    }

    @media only screen and (max-width: 767px) {
        .uza-post-share h6 {
            font-size: 10px;
            margin-right: 10px !important;
        }
    }

    .uza-post-share .social-info- a {
        display: inline-block;
        color: #303030;
        font-size: 16px;
        margin-right: 15px;
    }

        .uza-post-share .social-info- a:last-child {
            margin-right: 0;
        }

        .uza-post-share .social-info- a:focus, .uza-post-share .social-info- a:hover {
            color: #1583e9;
        }

    @media only screen and (max-width: 767px) {
        .uza-post-share .social-info- a {
            font-size: 12px;
            margin-right: 5px;
        }
    }

    .post-catagories {
        position: relative;
        z-index: 1;
        margin: 50px 0;
    }

        .post-catagories ul li a {
            display: inline-block;
            padding: 8px 20px;
            border: 1px solid #ebebeb;
            background-color: #ffffff;
            color: #303030;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
            margin: 3px;
        }

            .post-catagories ul li a:focus, .post-catagories ul li a:hover {
                background-color: #1583e9;
                color: #ffffff;
            }

    @media only screen and (max-width: 767px) {
        .post-catagories ul li a {
            font-size: 10px;
            padding: 5px 10px;
        }
    }

    .related-news-area {
        position: relative;
        z-index: 1;
        padding-top: 50px;
        border-top: 1px solid #ebebeb;
        margin-bottom: 20px;
    }

    /* :: 16.0 CTA CSS */
    .uza-cta-area {
        position: relative;
        z-index: 1;
    }

    .cta-content {
        position: relative;
        z-index: 1;
    }

        .cta-content h2 {
            font-size: 48px;
            margin-bottom: 10px;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .cta-content h2 {
            font-size: 36px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cta-content h2 {
            font-size: 42px;
        }
    }

    @media only screen and (max-width: 767px) {
        .cta-content h2 {
            font-size: 30px;
        }
    }

    .cta-content h6 {
        font-size: 18px;
        margin-bottom: 0;
        color: #a6a6a6;
    }

    .cta-content .call-now-btn a {
        display: inline-block;
        font-size: 30px;
        color: #1583e9;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .cta-content .call-now-btn a {
            font-size: 22px;
        }
    }

    @media only screen and (max-width: 767px) {
        .cta-content .call-now-btn a {
            font-size: 24px;
        }
    }

    .cta-content .call-now-btn a span {
        font-size: 18px;
        color: #a6a6a6;
    }

    @media only screen and (max-width: 767px) {
        .cta-content .call-now-btn a span {
            font-size: 14px;
        }
    }

    /* :: 17.0 CFA CSS */
    .single-cf-area {
        position: relative;
        z-index: 1;
    }

        .single-cf-area h2 {
            margin-bottom: 0;
            font-size: 60px;
            color: #1583e9;
            margin-right: 20px;
        }

        .single-cf-area .cf-text h6 {
            margin-bottom: 0;
            text-transform: uppercase;
            font-weight: 600;
        }

        .single-cf-area .bg-icon {
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: -1;
            font-size: 60px;
            color: #eaeaea;
        }

    /* :: 18.0 Team CSS */
    .single-team-slide {
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }

        .single-team-slide img {
            position: relative;
            z-index: 1;
            width: 100%;
        }

        .single-team-slide .overlay-effect {
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 20;
            /*background-color: rgba(231, 242, 253, 0.9);*/
            padding: 40px 30px;
            opacity: 0;
            visibility: hidden;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-team-slide .overlay-effect {
            padding: 30px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-team-slide .overlay-effect {
            padding: 30px;
        }
    }

    .single-team-slide .overlay-effect h6 {
        font-size: 14px;
        color: #1583e9;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .single-team-slide .overlay-effect h4 {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
    }

    @media only screen and (max-width: 767px) {
        .single-team-slide .overlay-effect h4 {
            margin-bottom: 5px;
            font-size: 20px;
        }
    }

    .single-team-slide .overlay-effect p {
        margin-bottom: 0;
        line-height: 1.6;
    }

    @media only screen and (max-width: 767px) {
        .single-team-slide .overlay-effect p {
            font-size: 14px;
        }
    }

    .single-team-slide .team-social-info {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        bottom: 40px;
        left: 80px;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-team-slide .team-social-info {
            bottom: 30px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-team-slide .team-social-info {
            bottom: 30px;
        }
    }

    .single-team-slide .team-social-info a {
        display: inline-block;
        color: #ffffff;
        margin-right: 5px;
        background-color: #1583e9;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        line-height: 40px;
    }

        .single-team-slide .team-social-info a.facebook {
            background-color: #4c60ac;
        }

        .single-team-slide .team-social-info a.twitter {
            background-color: #00bae3;
        }

        .single-team-slide .team-social-info a.pinterest {
            background-color: #d91a18;
        }

        .single-team-slide .team-social-info a.instagram {
            background-color: #0085d7;
        }

        .single-team-slide .team-social-info a.youtube {
            background-color: #e20000;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-team-slide .team-social-info a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 767px) {
        .single-team-slide .team-social-info a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }
    }
    /*.single-team-slide:focus, .single-team-slide:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15); }*/
    /*   .single-team-slide:focus .overlay-effect, .single-team-slide:hover .overlay-effect {
      opacity: 0;
      visibility: visible; }
    .single-team-slide:focus .team-social-info, .single-team-slide:hover .team-social-info {
      visibility: visible;
      opacity: 0;
      left: 30px; }*/

    .team-sildes {
        position: relative;
        z-index: 1;
    }

        .team-sildes .owl-dots {
            position: relative;
            z-index: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .team-sildes .owl-dots .owl-dot {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 8px;
                flex: 0 0 8px;
                max-width: 8px;
                margin: 0 5px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #e7f2fd;
            }

                .team-sildes .owl-dots .owl-dot.active {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 38px;
                    flex: 0 0 38px;
                    max-width: 38px;
                    width: 38px;
                    border-radius: 15px;
                    background-color: #1583e9;
                }

    /* :: 19.0 Footer CSS */
    .footer-area {
        position: relative;
        z-index: 1;
    }

    .single-footer-widget {
        position: relative;
        z-index: 1;
    }

        .single-footer-widget .widget-title {
            color: #303030;
            margin-bottom: 20px;
            display: block;
            font-weight: 600;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-footer-widget p {
            font-size: 14px;
        }
    }

    .single-footer-widget .footer-social-info a {
        display: inline-block;
        color: #ffffff;
        margin-right: 5px;
        background-color: #1583e9;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        line-height: 40px;
    }

        .single-footer-widget .footer-social-info a.facebook {
            background-color: #4c60ac;
        }

        .single-footer-widget .footer-social-info a.twitter {
            background-color: #00bae3;
        }

        .single-footer-widget .footer-social-info a.pinterest {
            background-color: #d91a18;
        }

        .single-footer-widget .footer-social-info a.instagram {
            background-color: #0085d7;
        }

        .single-footer-widget .footer-social-info a.youtube {
            background-color: #e20000;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-footer-widget .footer-social-info a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }
    }

    .single-footer-widget .our-link {
        position: relative;
        z-index: 1;
    }

        .single-footer-widget .our-link li a {
            position: relative;
            z-index: 1;
            font-size: 16px;
            color: #707070;
            margin-bottom: 15px;
            display: block;
            font-weight: normal;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-footer-widget .our-link li a {
            font-size: 14px;
        }
    }

    .single-footer-widget .our-link li a::after {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #1583e9;
        content: '';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .single-footer-widget .our-link li a:focus, .single-footer-widget .our-link li a:hover {
        color: #1583e9;
        padding-left: 25px;
    }

        .single-footer-widget .our-link li a:focus::after, .single-footer-widget .our-link li a:hover::after {
            width: 15px;
        }

    .single-footer-widget .our-link li:last-child a {
        margin-bottom: 0;
    }

    .single-footer-widget .footer-content {
        position: relative;
        z-index: 1;
    }

        .single-footer-widget .footer-content h3 {
            color: #1583e9;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-footer-widget .footer-content h3 {
            font-size: 20px;
        }
    }

    .copywrite-text {
        position: relative;
        z-index: 1;
        margin-top: 20px;
    }

        .copywrite-text p {
            font-size: 16px;
            color: #a6a6a6;
            margin-bottom: 0;
        }

            .copywrite-text p a {
                color: #a6a6a6;
            }

                .copywrite-text p a:focus, .copywrite-text p a:hover {
                    color: #1583e9;
                }

    /* :: 20.0 Contact Area */
    .uza-contact-area {
        position: relative;
        z-index: 1;
    }

        .uza-contact-area .google-maps {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 500px;
        }

    @media only screen and (max-width: 767px) {
        .uza-contact-area .google-maps {
            height: 280px;
        }
    }

    .uza-contact-area .google-maps iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    .single-contact-card {
        position: relative;
        z-index: 1;
    }

        .single-contact-card h4 {
            margin-bottom: 15px;
        }

        .single-contact-card h3 {
            color: #1583e9;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-contact-card h3 {
            font-size: 20px;
        }
    }

    .single-contact-card h6 {
        margin-bottom: 0;
        color: #707070;
        line-height: 1.5;
        font-weight: 400;
    }

    @media only screen and (max-width: 767px) {
        .single-contact-card h6 {
            font-size: 14px;
        }
    }

    .uza-contact-form {
        position: relative;
        z-index: 1;
    }

        .uza-contact-form .form-control {
            width: 100%;
            height: 50px;
            padding: 0 20px;
            border-radius: 30px;
            color: #a6a6a6;
            font-size: 14px;
        }

            .uza-contact-form .form-control:focus {
                box-shadow: none;
                border-color: #1583e9;
            }

        .uza-contact-form textarea.form-control {
            height: 110px;
            padding: 20px;
        }

    /*************- 21.0 SQL program CSS*****************/

    /*<-- ***** Welcome Area Start ***** -->*/
    /*<!-- Single Welcome Slide -->*/
    .overflow-unset {
        overflow: unset !important;
    }

    .welcome-area {
        display: block;
    }

    .background-container {
        position: relative;
        text-align: center;
        color: white;
    }

    .background-img-cyber {
        width: 100%;
    }
    /* Centered text */
    .centered {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        text-align: initial;
        color: white;
    }

        .centered h2 {
            font-size: 68px;
            font-weight: 800;
            color: #ffffff;
            margin-top: -45px;
        }

        .centered p {
            font-size: 20px;
            font-weight: 300;
            color: #ffffff;
        }

        .centered span {
            font-size: 23px;
            font-weight: 700;
        }

    .stats-main {
        display: flex;
        justify-content: space-around;
        padding: 20px 19px;
        background: #fff;
        color: #000;
        align-items: flex-start;
        margin-top: -62px;
        position: relative;
        box-shadow: 0 2px 6px rgb(9 30 66 / 4%), 0 8px 12px rgb(9 30 66 / 8%);
        gap: 40px;
        border-radius: 4px;
        transform: translateY(0.9rem);
        width: 70%;
        left: 11rem;
    }

    .stats-main-mobile {
        background: #fff;
        color: #000;
        position: absolute;
        box-shadow: 0 2px 6px rgb(9 30 66 / 4%), 0 8px 12px rgb(9 30 66 / 8%);
        top: 95px;
        left: 14px;
        width: 90%;
        border-radius: 4px;
    }

    .stats-container {
        max-width: 30%;
    }

    .stats-title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        color: #1583e9;
    }

    .stats-info {
        display: block;
        font-size: 16px;
        line-height: 17px;
        font-weight: 400;
        margin-top: 8px;
        color: #707070;
    }

    .stats-display {
        display: inline-block;
    }

    .stats-img {
        width: 67% !important;
        position: relative;
        left: 39px;
    }

    .sql-program-page-welcome-slide {
        position: relative;
        margin-top: 1rem;
        z-index: 2;
        width: 100%;
        /*height: 69vh !important;*/
        background-color: #ffffff;
    }


    .about-this-program p {
        font-family: Europa,Helvetica Neue,Arial,sans-serif;
        font-size: 20px;
    }


    .card-title-benefits {
        font-size: 20px;
        font-family: Europa,Helvetica Neue,Arial,sans-serif;
    }

    .container-achive {
        width: 80%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        font-family: Europa,Helvetica Neue,Arial,sans-serif;
    }

    .achive-inner h3 {
        font-family: "Europa,Helvetica Neue,Arial,sans-serif", sans-serif;
        color: #303030;
        font-weight: 900;
        line-height: 1.1;
        font-size: 30px;
    }

    .achive-inner p {
        color: #707070;
        font-size: 20px;
    }

    .achive-inner li {
        color: #707070;
        font-size: 18px;
    }

    .check-img-icon {
        width: 3% !important;
    }

    .certificate-completion {
        width: 100%;
        height: 100%;
    }

    .certificate p {
        font-size: 20px;
        font-family: Europa,Helvetica Neue,Arial,sans-serif;
    }

    .certificate-heading h4 {
        font-family: "Europa,Helvetica Neue,Arial,sans-serif", sans-serif;
        color: #303030;
        font-weight: 900;
        align-items: center;
        width: 100%;
        font-size: 30px;
    }

    .container-certificate {
        /* width:80%;*/
    }

    @media only screen and (min-width : 767px)and (max-width : 780px) {
        .container-certificate {
            width: 98%;
        }

        .about-this-program p {
            font-size: 17px;
        }

        .stats-title {
            font-size: 19px;
        }

        .padding-zero {
            padding: 0;
        }

        .centered {
            font-size: 10px;
            padding-right: 10px;
            transform: translate(-58%, -45%);
        }

        .stats-main {
            margin-left: -147px;
            width: 93%
        }

        .stats-img {
            width: 100% !important;
            position: relative;
            left: 1px
        }

        .centered h2 {
            font-size: 53px;
        }

        .centered span {
            font-size: 22px;
            position: relative;
            top: -18px;
            left: 10px;
        }
        /* .sql-program-page-welcome-slide {
        height: 71vh !important;
    }*/
        .card-img-benefits img {
            width: 34% !important;
        }

        .container-fluid-benefits {
            width: 89%;
        }

        .section-title-syllabus {
            text-align: left;
        }

        .benefits-heading h3 {
            padding-right: 0px;
            margin: 10px 0 9px 5%;
        }

        .card-title-benefits {
            font-size: 20px;
        }

        .nav-pills-custom .nav-link.active {
            color: #ffffff;
            background: #fff;
            background-color: #1583e9;
        }

        .skills-gain-heading h3 {
            font-size: 30px;
            margin-bottom: 25px;
            margin-left: 25px;
        }

        .our-trainer p {
            font-size: 17px !important;
        }
    }

    @media only screen and (min-width : 1022px) and (max-width : 1080px) {
        .centered {
            transform: translate(-60%, -52%);
        }

        .stats-main {
            margin-left: -103px;
            width: 86%
        }

        .card-img-benefits img {
            width: 29% !important;
        }
    }

    @media only screen and (min-width : 1364px) {
        .centered {
            transform: translate(-77%, -35%);
        }

            .centered h2 {
                font-size: 53px;
                position: relative;
                top: 35px;
            }

            .centered span {
                position: relative;
                top: 23px;
                font-size: 27px;
                left: 10px;
            }

        .stats-main {
            margin-left: -80px;
            width: 78%;
        }

        .syllabus-container {
            margin-left: 9rem;
            width: 96% !important;
        }

        .card-body h4 {
            font-size: 16px;
        }
    }

    @media only screen and (min-width : 1580px) {
        .centered {
            transform: translate(-95%, -22%);
        }

            .centered span {
                font-size: 30px;
                position: relative;
                top: 17px;
                left: 3px;
            }

        .stats-main {
            margin-left: -20px;
            width: 78%;
        }

        .card-img-benefits img {
            width: 41% !important;
        }
    }

    @media only screen and (max-width : 480px) {

        .testimonial-area-sql {
            height: 64vh !important;
        }

        .container-fluid-benefits {
            width: 92% !important;
        }

        .container-certificate {
            width: 95%;
        }

        .certificate p {
            font-size: 17px;
        }

        .achive-para p {
            line-height: 1.5;
        }

        .container-achive {
            width: 90%;
            padding-right: 0px;
            padding-left: 4px;
        }

        .check-img-icon {
            width: 4% !important;
        }

        .single-testimonial-sql p {
            font-size: 18px !important;
        }

        .our-trainer p {
            font-size: 17px !important;
        }

        .nav-pills-custom .nav-link {
            font-size: 19px !important;
        }

        .single-testimonial-sql::before {
            width: 19% !important;
        }



        .sql-testimonial-img {
            width: 61% !important;
            margin-left: 45px;
        }

        .about-us-img {
            margin: 0px !important;
        }

        .stats-main {
            -ms-flex-align: start;
            -webkit-box-align: start;
            align-items: flex-start;
            width: 45%;
        }

        .stats-title {
            font-size: 17px;
            line-height: 17px;
            font-weight: 800;
        }

        .stats-img {
            width: 100% !important;
            position: relative;
            left: 1px;
        }

        .stats-info {
            display: table-row;
            font-size: 15px;
        }

        .centered {
            transform: translate(-64%, 14%);
        }

            .centered h2 {
                font-size: 24px;
                position: relative;
                top: -15px;
                left: 21px;
                padding: 3px;
            }

            .centered span {
                font-size: 15px;
                position: relative;
                top: -47px;
                left: 27px;
            }

            .centered p {
                margin-top: -1rem;
                margin-bottom: -3rem;
                font-size: 14px;
                font-weight: 500;
                color: #ffffff;
            }

        .card-img-benefits img {
            width: 60% !important;
            margin-left: 10px;
            margin-bottom: -7px;
        }

        .card-body h4 {
            font-size: 16px;
            width: 100%;
        }

        .benefits-heading h3 {
            width: 106% !important;
            padding-right: 1px !important;
            font-size: 25px !important;
        }

        .about-this-program p {
            font-size: 17px !important;
            line-height: 1.5;
        }

        .achive-inner h3 {
            margin-top: 1rem;
            font-size: 25px;
        }

        .achive-inner p {
            font-size: 17px;
        }

        .achive-inner li {
            font-size: 16px;
        }

        .skills-gain-heading h3 {
            font-size: 25px !important;
            margin-bottom: 25px;
        }

        .syllabus-header-mobileview h1 {
            align-items: center;
            margin: 10px 0 -47px 17%;
            font-family: "Europa,Helvetica Neue,Arial,sans-serif", sans-serif;
            color: #303030;
            font-weight: 600;
            line-height: 1.1;
            width: 90%;
            padding-right: 56px;
            font-size: 30px;
        }

        .syllabus-header-mobileview span {
            color: #1583e9;
            font-weight: 800;
        }

        multi-collapse-mobile-view {
            width: 100%
        }

        .multi-collapse-mobile-view p {
            font-family: "Europa,Helvetica Neue,Arial,sans-serif";
            color: #343a40;
            line-height: 140%;
            font-size: 15px;
            margin: 0 0 12px;
            font-weight: 400;
            width: 84%;
            padding-left: 10px;
        }

        .expert-image {
            width: 93% !important;
            margin-left: 4% !important;
            margin-bottom: 11%;
            margin-top: 1%;
        }

        .our-expert-heading {
            padding-right: 0px !important;
            margin: 7px 0 8px 7% !important;
        }

        .sql-training-img {
            margin-top: 10px;
        }

        .sec-title-sql h2 {
            text-align: center !important;
            font-size: 30px !important;
        }

        #faqSection {
            width: 95% !important;
            padding-left: 1rem !important;
        }

        .container-faq {
            margin: 0 !important;
        }

        #faqSection .collapsible {
            width: 145% !important;
            padding-left: 1px;
            margin-left: -1rem !important;
        }

            #faqSection .collapsible:after {
                /*float:none !important;*/
            }

        .multi-collapse {
            margin-left: -12%;
            width: 146%;
        }

        .line-heading-faq {
            font-size: 21px !important;
        }

        #faqSection .multi-collapse p {
            padding-left: 0 !important;
            margin-left: 13% !important;
            width: 85% !important;
            font-size: 17px !important;
        }

        .question-img .question-banner-img {
            margin-left: 6em !important;
        }
    }
    /*/*@media only screen (min-width:768)and (max-width : 1024px) {
    .card-img-benefits img {
        width: 34%;
    }

    .section-title-syllabus {
        text-align: left;
    }

    .benefits-heading h3 {
        padding-right: 0px;
        margin: 10px 0 9px 0%;
    }

    .container-fluid-benefits {
        width: 91%;
    }
} 
/*.container-sql-page {
    width: 100%;*/
    /* margin: 100px;
    padding: 100px;*/
    /*margin-bottom: 0;
}*/
    /*
.sql_program_img{
    width 300px;
    height 250px;

}
*/
    /*#top-buttons-sql-program {
    display: flex;
    flex-direction: row;
}*/
    .syllabus-button {
        min-width: 160px;
        background-color: white;
        height: 50px;
        line-height: 50px;
        border-radius: 30em;
        border: 1px solid #1583e9 !important;
        font-size: 16px;
        font-family: inherit;
        font-weight: 600;
        margin-left: 15px;
        color: #1583e9;
        text-align: center;
        text-transform: capitalize;
        border: none;
        position: relative;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0px 0px 0px #c5c5c5, 0px 0px 0px #ffffff;
    }

        .syllabus-button::before {
            content: '';
            width: 0;
            height: 3em;
            border-radius: 30em;
            position: absolute;
            top: 0;
            left: 0;
            background-image: linear-gradient(to right, #55a0e5 0%, #1583e9 100%);
            transition: .5s ease;
            display: block;
            z-index: -1;
        }

        .syllabus-button:hover {
            color: white;
        }

            .syllabus-button:hover::before {
                width: 160px;
                height: 50px;
            }


    /**********benefits**************/
    .section-title-syllabus {
        text-align: left;
        position: relative;
    }

    .container-fluid-benefits {
        width: 80%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .inner-container-benefits {
        display: flex;
        flex-direction: column;
        padding: 3px;
    }

    .card-img-benefits img {
        width: 41%;
        padding: 10px;
    }

    .benefits-heading h3 {
        font-family: "Europa,Helvetica Neue,Arial,sans-serif", sans-serif;
        color: #303030;
        font-weight: 900;
        line-height: 1.1;
        align-items: center;
        width: 90%;
        padding-right: 56px;
        margin: 10px 0 20px 3%;
        font-size: 30px;
    }

    .card-body-benefits {
        border: none;
    }



    @media only screen and (min-width: 1358px) and (max-width:1380) {
        .card-img-benefits img {
            width: 41% !important;
        }
    }
    /*-------------------**********---------   skills you will gain css starts here-----*****------------------*/
    .skills-gain-heading h3 {
        font-family: "Europa,Helvetica Neue,Arial,sans-serif", sans-serif;
        color: #303030;
        font-weight: 900;
        line-height: 1.1;
        margin-left: 27px;
        margin-bottom: 38px;
        align-items: center;
        width: 100%;
        font-size: 30px;
    }

    .skills-badge-single {
        font-family: Europa,Helvetica Neue,Arial,sans-serif;
        width: auto;
        font-size: 120% !important;
        font-weight: 400 !important;
        margin-right: 22px;
        margin-bottom: 18px;
        padding: 11px;
        box-shadow: 0 0.5px 6.5px 0 rgb(173 162 162)
    }


    .skills-badge {
    }
    /***********************************syllabus content*******************/
    @media only screen and (min-width: 512px) {
        .desktop-view-hide {
            display: none;
        }
    }


    @media only screen and (max-width: 514px) {
        .mobile-view-hide {
            display: none;
        }
    }


    .syllabus-container {
        margin-left: 9rem;
        width: 100%;
    }

    .syllabus-header h1 {
        font-family: "Europa,Helvetica Neue,Arial,sans-serif", sans-serif;
        color: #303030;
        font-weight: 600;
        line-height: 1.1;
        align-items: center;
        width: 90%;
        padding-right: 56px;
        margin: 10px 0 9px 3%;
        font-size: 30px;
    }

    .syllabus-header span {
        color: #1583e9;
        font-weight: 800;
    }


    .nav-pills-custom .nav-link {
        color: #707070;
        background: #fff;
        position: relative;
    }

        .nav-pills-custom .nav-link.active {
            color: #ffffff;
            background: #fff;
            background-color: #1583e9;
        }

    .syllabus-tabs-content {
        /* background-color: #e7f2fd;*/
        color: #ffffff !important;
    }

        .syllabus-tabs-content h4 {
            color: #1583e9;
            font-weight: 800;
        }

        .syllabus-tabs-content p {
            font-size: 15px;
            line-height: 1.5em;
            font-family: "Europa,Helvetica Neue,Arial,sans-serif";
            font-style: italic;
        }


    .list-syllabus {
        color: #303030;
        font-size: 16px;
        font-family: "Europa,Helvetica Neue,Arial,sans-serif";
    }

        .list-syllabus li {
            font-family: "Europa,Helvetica Neue,Arial,sans-serif";
            list-style: disc;
            font-size: 19px;
        }

    .container-syllabus {
        height: 100vh;
    }
    /* Add indicator arrow for the active tab */
    @media (min-width: 992px) {
        .nav-pills-custom .nav-link::before {
            content: '';
            display: block;
            border-top: 8px solid transparent;
            border-left: 10px solid #fff;
            border-bottom: 8px solid transparent;
            position: absolute;
            top: 50%;
            right: -10px;
            transform: translateY(-50%);
            opacity: 0;
        }
    }

    .syllabus-inner-container {
        max-width: 100%;
    }

    .inner-span-syllabus {
    }

    .syllabus-inner-container a {
        font-family: Europa,Helvetica Neue,Arial,sans-serif;
    }

    .syllabus-inner-container span {
        text-size-adjust: 100%;
    }

    .nav-pills-custom .nav-link.active::before {
        opacity: 1;
    }

    .vertical-tabs {
        min-width: 100%;
    }

    @media screen and (max-width: 768px) {

        .container-syllabus-mobileview {
            max-width: 100%;
            margin-left: -2em;
            margin-right: 1em;
            margin-bottom: 7em;
        }

        .container-syllabus {
            max-width: 97%;
            margin-left: -9em;
            margin-right: 1em;
        }

        .syllabus-tabs-content p {
            font-size: 17px;
            line-height: 1.5em;
        }


        .syllabus-header h1 {
            align-items: center;
            font-size: 34px;
            margin: 5px 0 -45px 23%;
        }

        .nav-pills-custom .nav-link::before {
            content: '';
            display: block;
            border-top: 8px solid transparent;
            border-left: 10px solid #fff;
            border-bottom: 8px solid transparent;
            position: absolute;
            top: 50%;
            right: -10px;
            transform: translateY(-50%);
            opacity: 0;
        }

        .nav-pills-custom .nav-link {
            font-size: 16px;
        }

            .nav-pills-custom .nav-link.active::before {
                opacity: 1;
            }

            .nav-pills-custom .nav-link.active {
                color: #ffffff;
                background: #fff;
                background-color: #1583e9;
            }

        #our-expert-id {
            font-weight: 800;
            line-height: 1;
            align-items: center;
            width: 90%;
            /*  padding-left: 10px !important;*/
            margin: 10px 0 9px 7%;
        }

        .section-heading .our-expert-heading {
            font-weight: 800;
            line-height: 1;
            align-items: center;
            width: 90%;
            padding-left: 0px !important;
            margin: 10px 0 9px 7% !important;
        }

        .banner-img {
            width: 100%;
        }
    }



    /***************************our experts********************/
    .our-expert-heading {
        font-family: "Europa,Helvetica Neue,Arial,sans-serif", sans-serif;
        color: #303030;
        font-weight: 900;
        line-height: 1.1;
        align-items: center;
        width: 90%;
        padding-right: 56px;
        margin: 10px 0 9px 0%;
        font-size: 30px;
    }

    .expert-image {
        width: 360px;
        margin-top: 1rem;
        margin-left: 8%;
    }

    .our-trainer p {
        font-size: 18px;
    }

    .sql-training-img {
        width: 100%;
        margin-top: 12px;
    }
    /********--------banner css-----------********/
    .banner-area {
        margin-top: 50px;
        padding: 1em 1em 100px 1em
    }

    .banner-img {
        width: 100%;
        display: block;
    }


    /***************testimonial area starts****************/
    :root {
        --blue: #05b4ae;
        --darkblue: #0a0a36;
    }

    .testimonial-area-sql {
        background: linear-gradient(360deg, #1b7bd5b5, #ffffff00);
        position: relative;
        z-index: 2;
        padding: 50px 0;
        height: 78vh;
    }

        .testimonial-area-sql .owl-carousel {
            overflow: hidden;
            padding: 0 13px;
            margin: 0px 0px;
        }

        .testimonial-area-sql .owl-stage-outer {
            padding: 30px 50px;
            margin-left: -34px;
            width: calc(100% + 100px);
        }

    .container-sql {
        max-width: 1140px;
        /*  width: 45%;*/
        margin: auto;
        padding: 0 15px;
    }

    .sec-title-sql {
        margin-bottom: 50px;
        padding-bottom: 15px;
        position: relative;
    }

        .sec-title-sql h2 {
            font-size: 30px;
            font-family: "Europa,Helvetica Neue,Arial,sans-serif", sans-serif;
            font-weight: 900;
            letter-spacing: 0px;
            padding-right: 10px;
            text-align: center;
            /*text-transform: uppercase;*/
            /*color: var(--blue);*/
        }

        .sec-title-sql p {
            font-size: 18px;
            line-height: 28px;
        }

        .sec-title-sql .black-title h2 {
            color: #000000;
        }

    .single-testimonial-sql {
        /* border: 7px solid #fff;*/
        text-align: center;
        border-radius: 45px;
        position: relative;
        z-index: 2;
    }

        .single-testimonial-sql p {
            font-size: 21px;
            color: #000;
            font-style: italic;
            font-weight: 500;
            line-height: 24px;
            padding: 27px;
            padding-left: 66px;
            padding-bottom: 30px;
            position: relative;
            z-index: 3;
        }

        .single-testimonial-sql::before {
            content: "";
            position: absolute;
            left: -35px;
            top: -42px;
            background: url(./img/sql_program_img/icons/left-quote.png) no-repeat;
            background-size: 60%;
            width: 10%;
            height: 100px;
            transform: rotate(360deg);
            background-position: 9px 10px;
        }

        .single-testimonial-sql::after {
            content: "";
            position: absolute;
            right: -35px;
            bottom: -34px;
            /* background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);*/
            background-size: 60%;
            width: 126px;
            height: 100px;
            background-position: 34px 19px;
        }

    .round-sql {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }

    .round-1::before {
        content: "";
        position: absolute;
        left: 88px;
        top: -7px;
        width: 50px;
        /*height: 7px;*/
        background: #fff;
        border-radius: 30px;
    }

    .round-1::after {
        content: "";
        position: absolute;
        left: -7px;
        top: 62px;
        width: 7px;
        /*  height: 50px;*/
        background: #fff;
        border-radius: 30px;
    }

    .round-2::before {
        content: "";
        position: absolute;
        right: 87px;
        bottom: -7px;
        width: 50px;
        /*    height: 7px;*/
        background: #fff;
        border-radius: 30px;
        z-index: 1;
    }

    .round-2::after {
        content: "";
        position: absolute;
        right: -7px;
        bottom: 62px;
        width: 7px;
        /* height: 50px;*/
        background: #fff;
        border-radius: 30px;
        z-index: 1;
    }

    .client-video-sql {
        padding-right: 23px;
        width: 13%;
    }

    .client-info-sql {
        position: relative;
        z-index: 3;
    }

        .client-info-sql a {
            width: 40px;
            height: 40px;
            border-radius: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
            font-size: 22px;
        }

    .client-info-sql {
        /* display: flex;*/
        align-items: center;
        justify-content: center;
        text-align: left;
        padding-bottom: 50px;
    }

        .client-info-sql h6 {
            color: #000;
            font-weight: 700;
            font-size: 20px;
        }

        .client-info-sql span {
            display: inline-block;
            color: #000;
            font-size: 15px;
        }

    .sql-testimonial-img {
        width: 63% !important;
        margin-left: 32px;
    }

    @media only screen and (min-width: 750px) and (max-width:780px) {

        .sql-testimonial-img {
            margin-left: 153px;
            width: 33% !important;
        }
    }

    @media only screen and (max-width: 768px) {

        .sec-title-sql h2 {
            font-size: 30px;
            padding-left: 0px;
            padding-right: 2px;
        }

        .sec-title-sql::after {
            width: 100%;
        }

        .single-testimonial-sql p {
            font-size: 16px;
            line-height: 21px;
            padding: 33px;
            padding-bottom: 24px;
            position: relative;
        }




        .client-info-sql h6 {
            font-size: 19px;
        }

        .client-video-sql {
            padding-right: 13px;
            width: 41%;
        }
    }
    /*******************testimonial area ends*****************/

    /*******************  FAQ starts here *****************/
    .main-section-faq {
        float: left;
        width: 100%;
        display: block;
        background: #ffffff;
        height: 80vh;
    }

    .container-faq {
        float: left;
        width: 80%;
        margin: 2rem 10%;
    }


    .line-heading-faq {
        font-family: "Europa,Helvetica Neue,Arial,sans-serif", sans-serif;
        color: #303030;
        font-weight: 900;
        line-height: 1.1;
        display: flex;
        align-items: center;
        width: 90%;
        letter-spacing: 0px;
        margin: 10px 0 40px 8%;
        white-space: nowrap;
        font-size: 25px;
    }

        /*   .line-heading-faq:after {
        content: "";
        display: block;
        position: relative;
        width: 300px;
        height: 1px;
        margin: 0 0 0 20px;
        background: #707070;
        text-shadow: none;
        color: #707070;
        transition: all .6s ease-in-out 0s
    }*/
        .line-heading-faq:hover:after {
            width: 180px;
            background: rgba(204,214,246,.6);
        }

    .large-heading-faq {
        font-family: Europa,Helvetica Neue,Arial,sans-serif;
        margin: 0 0 0 10%;
        font-size: 52px;
        line-height: 1.1;
        letter-spacing: -.045em;
        color: #303030;
    }
    /** The Faq Section **/
    #faqSection {
        width: 100%;
        margin: 1px;
        padding-left: 94px;
    }

        #faqSection .collapsible {
            background-color: #e6f2fd;
            border: #f7f2f1;
            border-radius: 7px;
            /* box-shadow: 0 10px 30px -15px rgb(0 0 0);*/
            transition: box-shadow .2s ease 0s;
            color: #000000;
            margin: 0 0 8px;
            width: 85%;
            padding: 12px;
            font-family: Europa,Helvetica Neue,Arial,sans-serif;
            font-size: 18px;
            text-align: left;
        }

            #faqSection .collapsible:hover {
                box-shadow: 0 0.5px 6.5px 0 rgb(173 162 162);
            }

            #faqSection .collapsible:after {
                content: "\002B";
                font-weight: bold;
                float: right;
                margin-left: 5px
            }

        #faqSection .faq-content {
            width: calc(100% - 8%);
            border: black;
            padding: 5px 2%;
            transition: all .25s ease-in-out 0s;
            /* background: #0b1629;*/
            /* border: 1px solid hsla(0,0%,51.4%,.16);*/
            /*border-radius: 7px;*/
            max-height: 0px;
        }

        #faqSection .multi-collapse p {
            font-family: "Europa,Helvetica Neue,Arial,sans-serif";
            color: #343a40;
            line-height: 140%;
            font-size: 19px;
            margin: 0 0 12px;
            /* text-shadow: 1px 1px 0 rgb(0 0 0 / 80%);*/
            font-weight: 400;
            width: 84%;
            padding-left: 10px;
        }

    .multi-collapse {
        /*margin-left: -12%;*/
    }

    #faqSection .faq-content a {
        color: #00C58E;
        font-weight: 600;
        letter-spacing: .05rem;
    }

    #faqSection .faq-content ul {
        border-left: 2px solid #00C58E
    }

    #faqSection .faq-content li {
        color: #bad2e2;
        font-size: .85rem;
        line-height: 160%;
        font-weight: 200;
        margin: 8px 0 8px 2%;
        list-style: none;
        width: 90%;
        font-family: Europa,Helvetica Neue,Arial,sans-serif;
        text-shadow: 1px 1px 0 rgb(0 0 0);
    }

    @media only screen and (max-width: 768px) {

        .line-heading-faq {
            font-size: 23px;
            /*margin: 11px 0 30px -7%;*/
        }

        #faqSection .collapsible {
            width: 94%;
            padding-left: -23px;
            margin-left: -4rem;
        }

        .main-section-faq {
            height: auto;
        }

        .question-banner-container {
            display: flex;
            text-align: center;
        }

        #faqSection .multi-collapse p {
            /*  width: 108%;
            margin-left: 1rem;*/
            padding-left: 0;
        }

        .multi-collapse {
            margin-left: -12%;
        }
    }

    /*******************  FAQ Ends here *****************/
    /*******************  question banner area starts here *****************/
    .question-banner {
        background-color: white;
        display: block;
    }

    .question-banner-container {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        max-width: 120rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-evenly;
    }

    .question-text {
        padding: 0 0 0 13rem;
    }

    .question-img {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

        .question-img .question-banner-img {
            width: 56%;
        }


    .heading-banner-container {
        color: #1a2c47;
        font-size: 1.6rem !important;
        padding: 1rem 1rem 0 1rem;
    }

    .heading-banner-container-span {
        font-weight: 600;
        color: #1583e9;
    }

    .heading-banner-inner-container {
        color: black;
        padding: 1rem 1rem 1rem 1rem;
        font-size: 17px;
    }

    @media only screen and (max-width: 768px) {
        .question-banner {
            display: block;
            text-align: center;
        }

        .question-text {
            padding: 0;
        }

        .question-banner-container {
            display: flex;
            flex-direction: column;
            padding-top: 1em;
        }


        .question-img .question-banner-img {
            width: 56%;
            margin-left: 9em;
            margin-top: 2em;
        }

        .syllabus-button {
            margin-left: 33em;
        }
    }


    /*   *********************--------------enquirenow button--------*************-*/




    #Enrollnow {
        bottom: 50px;
        font-size: 18px;
        line-height: 45px;
        right: 50px;
        width: 12%;
        background-color: #1583e9;
        color: #ffffff;
        text-align: center;
        height: 46px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        border-radius: 27px;
        -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
        box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    }

        #Enrollnow:focus, #Enrollnow:hover {
            background-color: #000000;
            color: #ffffff;
        }

    @media only screen and (max-width: 768px) {
        #Enrollnow {
            right: 30px;
            width: 18%;
            bottom: 30px;
        }
    }

    @media only screen and (max-width : 480px) {

        #Enrollnow {
            right: 16px;
            width: 36% !important;
            bottom: 67px;
        }
    }
    /*******************  question banner area ends here *****************/
    /************sql program page end**********************/





    /****************************************************---------------Enrollment page css----------------***************************/

    .enquirenow-heading {
        margin-top: 14rem;
        font-weight: 800;
        text-align: center;
    }

    .enrollmentform {
        margin-top: 4rem;
    }

    .gender {
        width: 100%;
        height: 50px;
        padding: 0 20px;
        border-radius: 30px;
        color: #495057;
        font-size: 14px;
    }

#sgender {
    border-radius: 30px;
    color: #8b8989;
    font-size: 14px;
    text-align: center;
    width: 27%;
    height: 50px;
    border: 1px solid #ced4da;
}

        #sgender :active {
            outline: none !important;
            border: none !important;
        }

        #sgender:focus {
            outline: 0 !important;
        }
    @media only screen and (max-width : 480px) {

        .uza-contact-form .form-control {
            font-size: 18px;
        }

        #sgender {
            width: 34%;
            font-size: 19px;
        }
    }
/****************************************************---------------Enrollment page css Ends here ----------------***************************/
    
    
    
     /************************************---------------Job page css starts  here --------------***********************/

.job {
    margin-top:10rem;
}

.muted-text {
    color: var(--muted-text);
}

.muted-text2 {
    color: var(--muted-text2);
}

.results-container {
    background-color: var(--coolColor1);
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.card-container {
    max-width: 300px;
    min-width: 280px;
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
    background-color: white;
}

    .card-container .row1,
    .card-container .row2 {
        margin-bottom: 5px;
    }

    .card-container .row1 {
        display: flex;
        justify-content: space-between;
    }

        .card-container .row1 img.card-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
        }

        .card-container .row1 .bookmark {
            font-size: 2rem;
            color: crimson;
        }

    .card-container .row2 .company-name,
    .card-container .row2 company-location {
        line-height: 0.9;
    }

    .card-container .row2 p {
        line-height: 0.99;
    }

    .card-container .row3 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

        .card-container .row3 div {
            padding: 2px 5px;
            width: 80px;
            border-radius: 30px;
            font-size: 0.9rem;
            background-color: var(--coolColor1);
        }

    .card-container .row4 {
        display: flex;
        justify-content: space-between;
    }

        .card-container .row4 button {
            outline: 0;
            border-radius: 50px;
            border: 0;
            padding: 3px 15px;
            font-size: 1.1rem;
        }

        .card-container .row4 .apply {
            background-color: #24cd98;
            color: white;
        }

            .card-container .row4 .apply:hover,
            .card-container .row4 .info:hover {
                cursor: pointer;
                transform: scale(1.01);
                transition: transform 0.2s linear;
            }

    .card-container:hover {
        transform: scale(1.01, 1.01);
        transition: transform 0.2s linear;
        background-color: #b2eedb;
        cursor: pointer;
        background-color: white;
        box-shadow: 2px 4px 21px 0px rgba(0, 0, 0, 0.61);
        -webkit-box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.61);
        -moz-box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.61);
    }






/****************************************---------------Job  page css Ends here ----------------***********************/
    /*/*# sourceMappingURL=style.css.map */

.crt-post-text {
    display: none;
}

    .crt-post .crt-post-header {
        display: none;
    }

    /*------our services-----*/

    section {
        padding: 60px 0;
        overflow: hidden;
    }

    .section-bg {
        background-color: #f9f9fa;
    }

    .section-title {
        text-align: center;
        padding: 30px 0;
        position: relative;
    }

        .section-title h2 {
            font-size: 32px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 20px;
            padding-bottom: 0;
            color: #5f687b;
            position: relative;
            z-index: 2;
        }

        .section-title span {
            position: absolute;
            top: 30px;
            color: #f0f1f3;
            left: 0;
            right: 0;
            z-index: 1;
            font-weight: 700;
            font-size: 52px;
            text-transform: uppercase;
            line-height: 0;
        }

        .section-title p {
            margin-bottom: 0;
            position: relative;
            z-index: 2;
        }

    @media (max-width: 575px) {
        .single-team-slide img {
            width: 34% !important;
            position: relative;
            left: 64px;
        }

        .section-title h2 {
            font-size: 28px;
            margin-bottom: 15px;
        }

        .section-title span {
            font-size: 38px;
        }
    }

    .services .icon-box {
        text-align: center;
        border: 1px solid #fff;
        padding: 80px 20px;
        transition: all ease-in-out 0.3s;
        background: #fff;
    }

        .services .icon-box .icon {
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            transition: ease-in-out 0.3s;
        }

            .services .icon-box .icon i {
                color: #1583e9;
                font-size: 36px;
                transition: 0.3s;
            }

        .services .icon-box h4 {
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 24px;
        }

            .services .icon-box h4 a {
                color: #303030;
                transition: ease-in-out 0.3s;
                font-size: 18px;
            }

        .services .icon-box p {
            line-height: 2;
            color: #707070;
            font-size: 16px;
            font-weight: normal;
        }

        .services .icon-box:hover {
            border-color: #eaecef;
        }

            .services .icon-box:hover h4 a {
                color: #1583e9;
            }

    .ourservice_icon {
        width: 100px;
        height: 100px;
    }

    .faq-body ul li {
        margin-top: 3% !important;
        list-style: none;
    }

    .faq-body div[data-toggle="collapse"] {
        border-bottom: 1px solid #BBDEFB;
        width: 100%;
        cursor: pointer;
        padding: 1%;
    }

    .faq-body h3 {
        margin-top: 3% !important;
    }

    .workshop_text {
        color: black;
        font-size: 17px;
    }

    .workshop_btn {
        line-height: 26px !important;
        min-width: 50px !important;
        height: 40px !important;
        padding: 0 15px !important;
    }

    .workshop_img {
        width: 400px !important;
        border-radius: 5px;
    }

    .workshop_title {
        font-weight: unset !important;
    }

    .workshop_date {
        color: #1583e9;
    }

    .workshop_mode {
        font-weight: 600;
        font-size: 24px;
        color: rebeccapurple;
    }

    .errorDiv {
        border: 1px solid #e77676 !important;
    }

    .workshop_modal_header {
        border: none !important;
    }

    .workshop_container {
        height: 290px;
        width: 330px;
        border: 1px solid rgb(238, 248, 255);
        border-radius: 10px;
        background: rgb(238, 248, 255);
        margin: auto;
    }

    .workshop_error_text {
        font-size: 15px !important;
    }

    @media (min-width:601px) and (max-width:2000px) {

        .workshop_popup {
            width: 400px !important;
            margin-top: 20%;
        }

        .workshop_detail_text {
            color: black !important;
            font-size: 17px;
        }

        .workshop_day_text {
            color: black !important;
            font-size: 17px;
        }

        .desktop_workshop_card {
            display: none;
        }

        .workshop_Error_popup {
            width: 500px !important;
            margin-top: 20%;
            font-size: 15px;
        }
    }

    @media (min-width: 300px) and (max-width: 360px) {
        .workshop_Error_popup {
            width: 345px !important;
            margin-top: 50%;
            font-size: 15px;
        }
    }

    @media (min-width: 361px) and (max-width: 380px) {
        .workshop_Error_popup {
            width: 360px !important;
            margin-top: 50%;
            font-size: 15px;
        }
    }

    @media (min-width: 381px) and (max-width:420px) {
        .workshop_Error_popup {
            width: 400px !important;
            margin-top: 50%;
            font-size: 15px;
        }
    }

    @media (min-width: 300px) and (max-width: 600px) {
        .workshop_popup {
            width: auto !important;
            margin-top: 50%;
        }

        .workshop_detail_text {
            color: black !important;
        }

        .workshop_day_text {
            color: black !important;
        }

        .mobile_workshop_card {
            display: none;
        }
    }


    .mail_link {
        color: #0000EE;
        font-size: 14px;
    }


    .nav-brand img {
        width: 150px
    }

    /*****Our client area*******/
    .our-clients-Area .our-client-img {
        width: 100%;
    }

