/*
    Template : IAM
    Author : Six Sigma Solution
    Date  : Six Sigma Solution
    lienece  : Six Sigma Solution

*/



/********************************
1. General
2. Preloader
3. Back to Top
4. Topbar
5. Heaader
6. Helo Slider
7. Section 1 (welcome)
8. Section 2 (campus)
9. Section 3 (blockiam)
10. Section 4 (courses)
10. Section 5 (youtube)
10. Section 6 (experts)
10. Section 7 (allevents)
10. Section 8 (gallery)
10. Section 9 (auitonumber)
10. Section 10 (brands)
11. Section 11 (awards)
11. Newsletter
12. footer

*******************************/


/******************************************* General ******************************************************************/


body {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: #444444;
}

a { color: #124561; text-decoration: none; }

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


h1,h2,h3,h4,h5,h6 {

    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;

}

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

}

#preloader::before {
    content: "";
    position: fixed;
    top:auto;
    left:calc(50% - 30px);
    border: calc(50% - 30px);
    border-top:  6px solid #106eea;
    border-radius:  #e2eefd;
    width: 60px;
    height: 60px;
    animation:animate-prelkoader 1s linear infinite;

}

@keyframes animate-prelkoader {

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

}

/******************************************* Back to Top ******************************************************************/
/*
#back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background:  #106eea;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

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

}


#back-to-top:hover {
    background: #3284f1;
    color: #fff;
}

*/



/**************************************** Inside Page Content ********************************************************/

#insidepage {
    margin: 60px 0;
}

#insidepage .block {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
}


#insidepage .block h3 {
    font-size: 20px;
    font-weight: 700;
}

#insidepage .block h4 {
    font-size: 18px;
    font-weight: 700;
}

#insidepage .block h6 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#insidepage .block .deept li {
    color: #093c44;
    font-size: 16px;
    font-weight: 400;
    display: list-item;
    padding: 10px;

}

#insidepage .block .deept p {
    line-height: 10px;
}

#insidepage .block .deept li::before {
    content: "\2713\0020";
    font-weight: 900;
    color: #ff0000;
}

#insidepage ol li {
    color: #093c44;
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
    margin: 10px 0;
}


#insidepage h3 {
    font-size:28px;
    line-height: 35px;
    text-transform: uppercase;

}

#insidepage p {
    text-align: justify;
    line-height: 28px;
}

#insidepage .semi {
    background-color: #f2f2f2;
    padding: 20px;
    text-align: left;
    margin: 10px;
    min-height: 350px;
}

#insidepage .semi h3 {
    font-size: 20px;
    text-transform: uppercase;
}

#insidepage .semi ol li {
    text-align: left;
    line-height: 16px;
}



/* Image zoom on hover + Overlay colour */
.payment {
    width: 45%;
    margin: 20px;
    height: 300px;
    border: 1px solid blue;
    overflow: hidden;
    position: relative;
    display: inline-block;
  cursor: pointer;
}

.bg-payment {

    background-image: url('../images/payment/Course-Fee-Payment.jpg'); width: 100%; height: auto; }
.bg-payment1 {background-image: url('../images/payment/Untitled-1.jpg') }

.payment:hover .child, .payment:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.payment:hover .child:before, .payment:focus .child:before {
    display: block;
}

.payment:hover a, .payment:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .payment {width: 100%; margin: 20px 0px}
    .wrapper {padding: 20px 20px;}
}


/******************************************* Topbar ******************************************************************/

#topbar {
    background-image: linear-gradient(to right, #3b5998, #3b5998);
    height:50px;
    transition: all 0.5s;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 0;
}

#topbar .contact-info i {
    font-size: 14px;
    color: #ffffff;
}


#topbar .contact-info a {
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding: 0 10px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #ffd801;
    text-decoration: none;
}

#topbar .social-links a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
}

#topbar .social-links a:hover {
    color: #ffd801;
}

/******************************************* Heaader ******************************************************************/

#header {
    transition: all 0.5s;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

 .header-top {
    height:100px;
    float: left;

 }


.header-top .logo {
    height: 50px;

}

.header-top .logo img {
    height: 60px;
    width: auto;
}


.header-top .azadi img {
        height: 50px;
        width: auto;
}

.header-top .btn {
    background-color:#05305a !important;
    padding:5px 10px;
    margin:0 2px;
}

.header-bottom {
    min-height: 60px;
    padding: 10px 0;
    background: #ed3338;
    transition: all 0.5s;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
 }

/* Desktop Navigation */
@media (min-width: 1200px) {
#header .header-bottom .nav-menu {
    padding: 0;
 }
}

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

.nav-menu li { position: relative; }

.nav-menu a,
.nav-menu a:focus {
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 2px;
}


.nav-menu a i,
.nav-menu a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  transition: 0.3s;
}

.nav-menu li:last-child a {
  padding-right: 0;
}

.nav-menu li:hover>a,
.nav-menu .active,
.nav-menu .active:focus {
  color: #ffffff;
}

.nav-menu .dropdown ul {
  margin: 0;
  padding: 10px 0;
  background: #ed3338;
  display: block;
  position: absolute;
  visibility: hidden;
  left: 14px;
  top: 130%;
  opacity: 0;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 99;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

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

.nav-menu .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: #ffffff;
  text-transform: uppercase;
}

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

.nav-menu .dropdown ul a:hover,
.nav-menu .dropdown ul .active:hover,
.nav-menu .dropdown ul li:hover>a {
  color: var(--nav-dropdown-hover-color);
}

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

.nav-menu .dropdown .dropdown ul {
  top: 0;
  left: -90%;
  visibility: hidden;
}

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



/******************************************* Topbar ******************************************************************/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    padding: 0;
  }

  .hero .carousel {
    width: 100%;
    min-height: 70vh;
    padding: 0;
    margin: 0;
    position: relative;
  }

  @media (max-height: 500px),
  (max-width: 580px) {
    .hero .carousel {
      min-height: 100vh;
    }
  }

  .hero img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .hero .carousel-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: left;
    align-items: flex-end;
  }

  .hero .container1 {
    background-image: linear-gradient(180deg, #3b5998, #3b5998);
    position: relative;
    justify-items: center;
    text-align: center;
    padding-top: 30px;
    min-height:70vh;
    width: 50%;
    left: 0;
    padding-bottom: 30px;
    float: left;
    z-index:1000;
  }

  .hero .container1 h2 {
    color: #DCDCDC;
    font-size: 30px;
    }

    .hero .container1 img {
        position: relative;
        height: auto;
        width: 30%;
    }

    .hero .container1 ul {
        text-align: left;
    }

    .hero .container1 ul li {
        color:#DCDCDC;
        padding-left: 15px;
    }

  @media (max-width: 1200px) {
    .hero .container1 {
      margin-left: 50px;
      margin-right: 50px;
    }
  }

  .hero h2 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
  }

  @media (max-width: 768px) {
    .hero h2 {
      font-size: 30px;
    }
  }

  .hero .btn-get-started {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    transition: 0.3s;
    margin: 10px;
    border-radius: 5px;
    color: #ffffff;
    background: #3fbbc0;
  }

  .hero .btn-get-started:hover {
    background: color-mix(in srgb, #3fbbc0 90%, white 15%);
  }

  .hero .carousel-control-prev {
    justify-content: start;
  }

  @media (min-width: 640px) {
    .hero .carousel-control-prev {
      padding-left: 15px;
    }
  }

  .hero .carousel-control-next {
    justify-content: end;
  }

  @media (min-width: 640px) {
    .hero .carousel-control-next {
      padding-right: 15px;
    }
  }

  .hero .carousel-control-next-icon,
  .hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 0;
    background: color-mix(in srgb, #252525, transparent 90%);
    border-radius: 50px;
    color: #ffffff;
    transition: 0.3s;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    transition: 0.3s;
    opacity: 0.5;
  }

  .hero .carousel-control-prev:focus,
  .hero .carousel-control-next:focus {
    opacity: 0.5;
  }

  .hero .carousel-control-prev:hover,
  .hero .carousel-control-next:hover {
    opacity: 0.9;
  }

  .hero .carousel-control-prev:hover .carousel-control-next-icon,
  .hero .carousel-control-prev:hover .carousel-control-prev-icon,
  .hero .carousel-control-next:hover .carousel-control-next-icon,
  .hero .carousel-control-next:hover .carousel-control-prev-icon {
    background: #3fbbc0;
    color: #ffffff;
  }

  .hero .carousel-indicators li {
    cursor: pointer;
    background: #DCDCDC;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 1;
    transition: 0.3s;
  }

  .hero .carousel-indicators li.active {
    opacity: 1;
    background: #3fbbc0;
  }

/*******************************************  Inside Header *******************************************************/

/*--------------------------------------------------------------
# inside page header
--- About Us
--------------------------------------------------------------*/

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .3), rgba(24, 29, 56, .3)), url(../images/inside/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-header-inner {
    background: rgba(15, 23, 43, .7);
  }

  .breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
  }

  .page-header h1 {
    font-size: 30px;
    text-transform: uppercase;
  }


/******************************************* Section 1 (welcome) *******************************************************/

#welcome {
    background: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #444444;
    margin: 50px 0;
}

#welcome h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

#welcome .spel {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: capitalize;
    text-align: center;
}

#welcome .welcomblck {

    background: #f2f2f2;
    min-height: 350px;
    padding: 60px 30px;
    font-size: 12px;
    color: #444444;
    text-align: center;
    border-radius: 15px;

}


#welcome .welcomblck i {
    text-align: center;
    background: #ffd801;
    border:5px solid #f2f2f2;
    padding: 30px;
    font-size: 50px;
    border-radius: 50%;
    color: #ffffff;
}


#welcome .welcomblck h4 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}


/*********************** Exctra **/

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.services .img {
    border-radius: 8px;
    overflow: hidden;
  }

  .services .img img {
    transition: 0.6s;
  }

  .services .details {
    background: color-mix(in srgb, #ffffff, transparent 5%);
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px;
    transition: all ease-in-out 0.3s;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
  }

  .services h3 {
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 16px;
    transition: ease-in-out 0.3s;
  }

  .services .details p {
    color: #252525;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .services .service-item:hover .details h3 {
    color: #124561;
  }

  .services .service-item:hover .img img {
    transform: scale(1.2);
  }

.service-item:hover .details h3 {
    color: #68a4c4;
  }

.service-item:hover .img img {
    transform: scale(1.2);
  }

  /*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
    background-color: #f2f2f2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  .blog-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
  }

  .blog-posts .post-category {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
  }

  .blog-posts .title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .blog-posts .title a {
    color: #000000;
    transition: 0.3s;
  }

  .blog-posts .title a:hover {
    color: var(--accent-color);
  }

  .blog-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
  }

  .blog-posts .post-author {
    font-weight: 600;
    margin-bottom: 5px;
  }

  .blog-posts .post-date {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-bottom: 0;
  }




/******************************************* Section 2 (campus) *******************************************************/

#campus {
    background: #f2f2f2;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #444444;
    margin: 50px 0;
    padding: 50px 0;
}

#campus h3 {
    font-size: larger;
    text-align: center;
}


#campus .yellowbloack {
    border:2px solid #444444;
   /* background: #ffd801; */
    border-radius: 15px;
}



#campus .yellowbloack .curved {
    position: relative;
    float: left;
    width: 100%;
  }

  #campus .yellowbloack .curved h5 {
    position: absolute;
    font-size: 30px;
    z-index: 1000;
    margin: 30px 15px;
  }

  #campus .yellowbloack .curved h6 {
    position: absolute;
    z-index: 1000;
    font-size: 40px;
    font-weight: 500;
    margin: 80px 15px;
  }

  #campus .yellowbloack .curved .btn {
    position: absolute;
    z-index: 1000;
    margin: 150px 15px;
    background-color: #000000;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 20px;
  }



#campus .yellowbloack .img {
    border-radius: 10px 0 10px 0;
}

#campus .yellowname {
    background: #ffd801;
    margin: 0;
}

#campus .yellowbloack h5 {
    font-size: 25px;
    color: rgb(237, 51, 56);
    font-weight: 700;
}

#campus .yellowbloack h6 {
    font-size: 35px;
}

#campus .yellowbloack .button {
    font-size:30px;

}


/******************************************* Section 3 (blockiam) *******************************************************/
#blockiam {
    background-image: linear-gradient(to right, #3b5998, #3b5998);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #444444;

}

#blockiam h3 {
    font-size: larger;
    text-align: center;
}

#blockiam .rectangle {
    height: 50px;
    width: 280px;
    font-size: 18px;
    margin: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #ffd801;
  }


#blockiam .circlelogo {
    text-align: center;
    margin: 100px 0;
    background: #f2f2f2;
    height: 160px;
    padding: 35px;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
}


#blockiam .octagon {
    width: 322px;
    height: 100px;
    margin: 20px 0;
    background-image:url('../images/block-icon.png');
    background-repeat: no-repeat;
    padding: 30px 50px;
    text-align: left;
}

#blockiam .octagon span {
    color: #000000;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
}

#blockiam .octagon .margin-left {
    margin: 10 150px;
  }



  .oval {
    width: 250px;
    height: 100px;
    background: #ffd801;
    text-align: center;
    margin-top: 15px;
    margin-left: 100px;
    border-radius: 250px / 125px;
    text-align: center;
    padding: 35px 0;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
  }

/******************************************* Section 4 (courses) *******************************************************/

#courses {
    background: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #444444;
}

#courses .blockname {
    margin: 50px 0;
}

#courses h3 {
    font-size: 20px;
    color: #05305a;
    font-weight: bold;
    text-align: left;
    padding: 30px 0;
}

#courses img {
    margin: 75px 40px;
    width: 330px;
    height: auto;
}

#courses .background {
    background: url("../images/course-block.png") no-repeat;
    min-height: 300px;
}

/******************************************* Section 5 (youtube) *******************************************************/

#youtube {
    background-image: linear-gradient(to right, #3b5998, #3b5998);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #444444;
}

#youtube .blockname {
    margin: 50px 0;
}

#youtube h3 {
    font-size: larger;
    text-align: center;
}


/******************************************* Section 6 (experts) *******************************************************/

#experts {
    background: #f2f2f2;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #444444;
    padding: 50px 0;
}


#experts .experts {
    margin: 50px 0;
}

#experts h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}


#experts .experts-block {
    height: auto;
    border-radius: 15px;
    box-shadow: 10px 10px 5px lightblue;
    padding: 20px;
}

#experts .experts-block .profile {
    text-align: center;
}

#experts .experts-block .profile img {
    background: #05305a;
    padding-right: 20px;
    border-radius: 50%;
    width: 300px;
    height: auto;

}


#experts .experts-block h3 {
    font-size: 25px;
}

#experts .experts-block p {
    text-align: justify;
}



/******************************************* Section 7 (allevents) *******************************************************/

#allevents {
    background-image: linear-gradient(to right, #3b5998, #3b5998);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #444444;
}

#allevents .bloackheader {
    margin: 10px 0;
    background: #ffd801;
    color: #ed3338;
    height:60px;
    text-align: left;
}

#allevents .bloackheader h3 {
    font-size: 40px;
    text-transform: capitalize;
}


#allevents .bloackheader .eventblock {
    height: 500px;
    width: auto;
    background: #f2f2f2;
    font-size: 12px;
}


#allevents .eventdate {
    background: #ffd801;
    height:40px;
    font-size: 15px;
    color: #ed3338;
    font-weight: bold;
    padding: 10px;
}

#allevents .eventbck img {
    width: 100%;
}

#allevents .eventdes {
    background: #f2f2f2;
    color: #000000;
    padding:20px 10px;
    text-align: justify;
}

#allevents .eventfooter {
    background: #ffd801;
    height:40px;
    font-size: 15px;
    color: #ed3338;
    font-weight: bold;
    padding: 10px;
}


/******************************************* Section 8 (gallery) *******************************************************/

#gallery {
    background: #f2f2f2;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #444444;
    padding: 50px 0;
}

#gallery h3 {
    font-size: 25px;
    text-align: center;
}

#gallery .galbloack {
    margin: 20px 0;
    background: #ffd801;
    border:5px solid #ffd801;
    position: relative;
}

#gallery .galbloack img {
    width: 100%;
    height: auto;
}

#gallery .galbloack .galblock {
    float: left;
    position: absolute;
    z-index: 1000;
    min-height: 50px;
    width: 90%;
    font-size: 15px;
    font-weight: bold;
    background: #f2f2f2;
    border-radius: 10px;
    bottom: 8px;
    left: 16px;
    padding:10px;
    text-align: center;

}

#gallery .galbloack .galblock i {
    text-align: right;
    background: #cdf3e8;
    border-radius: 50%;
    padding: 10px;
    color: #ffd801;
}

#gallery .galbloack .galblock i:hover {
    background: lightblue;
}


/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
  }

  .clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
  }

  .clients .swiper-wrapper {
    height: auto;
  }

  .clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }

  .clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: color-mix(in srgb, #444444, transparent 80%);
  }

  .clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffcf7a;
  }


/******************************************* Section 9 (auitonumber) *******************************************************/


#auitonumber {
    background: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #444444;
}

#auitonumber h3 {
    font-size: larger;
    text-align: center;
}

#auitonumber .numberaudit {
    margin: 50px 0;
    background-image: linear-gradient(180deg, #3b5998, #3b5998);
    padding: 30px 20px;
    color: #ffffff;

}

#auitonumber .numberaudit h3 {
    font-size: 35px;
    text-align: left;
    font-weight: bold;
}

#auitonumber .numberaudit i {
    font-size: 35px;
    background: #f2f2f2;
    color: #000000;
    padding: 20px;
    border-radius: 20%;

}

#auitonumber .numberaudit span {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/******************************************* Section 10 (brands) *******************************************************/

#brands {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #444444;
}

#brands h3 {
    font-size: 35px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 3px;
}


#brands .brandaudit {
    margin: 50px 0;
    padding: 10px 20px;
    color: #000000;
}

#brands img {
    padding: 10px 75px;
    border: 2px solid #000000;
}

/******************************************* Section 11 (awards) *******************************************************/


#awards {
    background: rgb(183,5,1);
    background: linear-gradient(180deg, rgba(183,5,1,1) 0%, rgba(108,6,2,1) 31%, rgba(183,5,1,1) 100%);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #444444;
}

#awards h3 {
    font-size: larger;
    text-align: center;
}

#awards .blockpro {
    text-align: center;

    padding: 10px 50px;
}

#awards .blockpro h4 {
        font-size: 25px;
        color: #ffcf7a;
        font-weight: bold;
        word-wrap: break-word;
        inline-size: 300px;
        text-shadow: 2px 2px #000000;
}

/******************************************* Tab Section *******************************************************/

#myTabContent {
    margin: 25px;
    background-color: #f8f8f8;
}

#myTabContent .welcomblck {
    background-color: #DCDCDC;
    color: #444444;
    margin: 10px;
}

#myTabContent .picblock {
    padding:20px 50px;
    background-color: #dddddd;
}

#myTabContent .picblock img {
    width:100%;
}

#myTabContent .contentblock {
    background-color: #f2f2f2;
    padding: 20px 10px;
}

#myTabContent .contentblock h4 {
    font-size: 25px;
}

#example1 {
    border: 2px solid black;
    padding: 25px;
    background: url(../images/clients/);
    background-repeat: no-repeat;
    background-size: auto;
  }


/******************************************* footer *******************************************************/
#footer {
    background-image: linear-gradient(180deg, #3b5998, #3b5998);
    color: #f2f2f2;
    border-top: 2px solid #ffd801;


}

#footer .footerblk {

    padding: 50px 0;


}

#footer .footerblk h3 {
    font-size: 25px;
    letter-spacing: 2px;
    color: #ffd801;
    padding: 20px 0;
}

#footer .footerblk ul {
    position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.2em;
}

#footer .footerblk li a {
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;

}

#footer .footerblk li .bi {
    padding-right:10px;
    font-weight: bold;
    color: #ffffff;
}


#footer .footerblk li a:hover {
    font-size: 14px;
    color:#ffd801;
}


#footer .footerblk .contact-info {
    font-size: 12px;


}


#footer .footerblk .contact-info h4 {
    font-size: 12px;
    margin-top: 300px;
}


#footer .footercopy {
    border-top: 2px solid #ffd801;
    padding: 20px;
    background-image: linear-gradient(to bottom right, #3b5998, #3b5998);
}




