body {
  font-family: "Lusitana", Georgia, serif;
  
}
:root {
  --primary: rgb(5, 68, 164);
}
.top-txt {
  text-align: center;
  background: rgb(255, 255, 255);
  padding: 8px 0;
  width: 100%;
}
.top-txt a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: rgb(22, 22, 22);
  display: block;
  text-decoration: none;
  transition: all 0.6s;
  width: 100%;
}

.top-txt a:hover,
.top-txt:hover>a {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px 16px rgba(0,0,0,0.2)
  
}

.txt2 {
  padding: 16px 0;
  text-align: center;
  background: rgb(22, 22, 22);
  font-family: 'Lusitana', Georgia, serif;
  
}
.txt2 p {
  color: rgb(247, 247, 247);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */


#header  .navbar-nav{
  list-style: none;
  text-align: center;
  z-index: 99999;
}

.navbar ul li {
  display: block;
  margin: 3px auto;
  max-width: 100%;
  flex-grow: 1;
}

.navbar ul {
  margin: 3px auto;
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#header .nav-item .nav-link {
  color: #fff;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
/***********************
css for toggle button
******************************/
#header #header  .navbar-toggler {
    color: transparent;
    
}
#header .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 12px;
    line-height: 1;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/****************************
CSS fo toggle button closed
***************************/
/* .navbar a,{
  display: block;
  position: relative;
  color: #fff;
  transition: s;
  font-size: 14px;
  font-weight: 400;
  text-transform:uppercase;
  
} */

#header .nav-item .nav-link:hover,
#header .nav-item > a,
#header .nav-item:hover > a {
  
  color: rgb(198, 198, 198);
  text-decoration: none;
}

#header, #header .navbar {
  background: var(--primary);
  width: 100%;
}
.section1{
  background: rgb(22, 22, 22);
  
}
.section1 .sec1 {
  max-width: 650px;
  margin: 0 auto;
}
.section1 img {
  width: 100%;
  margin: 60px auto 0;
  max-height: 268px;
  object-fit: contain;
}
.sec1 span {
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 32px;
  text-align: center;
}
.section1 h2 {
  margin: 0 auto;
  text-align: center;
  color: white;
  font-size: 44px;
  font-weight: 400;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-top: 0px;

}
.sec1 p {
  color: rgb(27, 27, 27);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}


/*---------------------------
usman-section1 start
------------------------------ */

.usman-section1 {
  background: rgb(22, 22, 22);
  padding: 40px 0;
}
.usman-section1  p{
  
  font-size: 16px;
  line-height: 0.8;
  color: rgb(247, 247, 247);
  font-weight: 400;
  overflow-wrap: break-word;
  font-family: 'Lusitana', Georgia, serif;
  text-align: center;
}
.usman-section1 p span {
  
  font-size: 18px;
  color: rgb(247, 247, 247);
  font-weight: 400;
  overflow-wrap: break-word;
  font-family: 'Lusitana', Georgia, serif;
  text-align: center;
  
}

.usman-section1 a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 48px;
  border: 1px solid #fff;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0px;
  transition: all 1s;
}

.usman-section1 a:hover {
  background: white;
  color: rgb(22, 22, 22);
}

/*---------------------------
usman-section1 end
------------------------------ */



.frame {
  padding-top: 40px;
}
.iframe {
  position: relative;
}

.section2 {
  background: rgb(22, 22, 22);
  padding: 20px 0 40px 0;
  margin-top: 0px;
}
.section2 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
.section2 h2 span {
  padding: 0 20px;
  background: rgb(22, 22, 22);
  position: relative;
  text-align: center;
  top: 20px;
}
.sec2 {
  max-width: 876px;
  margin: 0 auto;
  padding-top: 50px;
}
.sec2 img {
  width: 100%;
}

.sec2 span {
  display: block;
  color: rgb(247, 247, 247);
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 10%;
  padding-top: 30px;
}
.sec2-2 {
  padding-top: 40px;
}
.sec2-2 iframe {
  margin-top: 50px;
}

/*************************
*usman-section2 start
*********************************/
.usman-section2 {
  background: var(--primary);
  padding: 20px 0 40px 0;
  margin-top: 0px;
}
.usman-section2 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
.usman-section2 h2 span {
  padding: 0 20px;
  background: var(--primary);
  position: relative;
  text-align: center;
  top: 20px;
}
.sec2 {
  max-width: 876px;
  margin: 0 auto;
  padding-top: 50px;
}
.sec2 img {
  width: 100%;
}

.sec2 span {
  display: block;
  color: var(--primary);
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 10%;
  padding-top: 30px;
}

/*************************
*usman-section2 end
*********************************/



/*************************
*usman-section3 start
*********************************/
.usman-section3 {
  padding: 20px 0 40px 0;
}
.usman-section3 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.usman-section3 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.usman-section3 img {
  width: 100%;
  border: 8px solid var(--primary);
}
.usman-section3 h4 {
  color: rgb(27, 27, 27);
  font-size: 16px;
  text-transform: uppercase;
}
.usman-section3 .span1 {
  color: rgb(94, 94, 94);
  font-size: 16px;
  font-weight: 400;
}
.usman-section3 .sec-us {
  padding-left: 10%;
  margin-top: 90px;
}
.usman-section3 .win-img {
  margin-top: 50px;
}
/*************************
*usmans-section3 closed
*********************************/
/*************************
*usman-section4 start
*********************************/
.usman-section4 {
  padding: 20px 0 40px 0;
  background: rgb(27, 27, 27);
}
.usman-section4 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid white;
  color: white;
  text-transform: uppercase;
}
.usman-section4 h2 span {
  padding: 0 20px;
  background: rgb(27, 27, 27);
  position: relative;
  text-align: center;
  top: 20px;
}
.usman-section4 img {
  width: 100%;
  border: 8px solid var(--primary);
}
.usman-section4 h4 {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
.usman-section4 .span1 {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.usman-section4 .sec-us {
  padding-left: 10%;
  padding-top: 10%;
  margin-top: 90px;
}
.usman-section4 .win-img {
  margin-top: 50px;
}
/*************************
*usmans-section4 closed
*********************************/


.section3 {
  background: var(--primary);
  padding: 40px 0 40px 0;
}
.section3 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-top: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.section3 h2 span {
  padding: 0 40px;
  background: var(--primary);
  position: relative;
  text-align: center;
  top: -20px;
}
#main-carousel img {
  width: 100% !important;
  height: 600px;
}
/*---------------------------
usman-section5 start
------------------------------ */

.usman-section5 {
  background: var(--primary);
  background-size: cover;
  padding: 40px 0;
}
.usman-section5 h2 {
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  color: white;
  text-transform: uppercase;
}
.usman-section5 h2 span {
  padding: 0 20px;
  
  position: relative;
  text-align: center;
  top: 20px;
}

.usman-section5 a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 48px;
  border: 1px solid #fff;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
  transition: all 1s;
}

.usman-section5 a:hover {
  background: white;
  color: #000;
}

/*---------------------------
usman-section5 end
------------------------------ */

/*************************
*usman-section6 start
*********************************/
.usman-section6 {
  padding: 20px 0 40px 0;
  position: relative;
  
}
.usman-section6 h2 {
  font-size: 38px;
  color: rgb(27, 27, 27);
  font-family: 'Lato', arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  
}
.usman-section6 h6 {
 font-size: 14px;
 font-weight: 400;
 color: rgb(89, 89, 89);
 margin-bottom: 16px;
 font-family: 'Lusitana', Georgia, serif;
  
}

.usman-section6 img {
  width: 100%;
  
}
.usman-section6 h4 {
  color: rgb(27, 27, 27);
  font-size: 16px;
  text-transform: uppercase;
}
.usman-section6 .span1 {
  color: rgb(94, 94, 94);
  font-size: 22px;
  font-weight: 400;
  font-family: 'Lusitana', Georgia, serif;
}
.usman-section6 .sec-us {
  position: absolute;
  bottom: 0;
  padding-left: 10%;
  padding-top: 10%;
  margin-top: 90px;
}
.usman-section6 .win-img {
  margin-top: 50px;
}
/*************************
*usman-section6 closed
*********************************/

/*************************
*usman-section7 start
*********************************/
.usman-section7 {
  padding: 20px 0 40px 0;
  position: relative;
  background: var(--primary);
}
.usman-section7 h2 {
  font-size: 38px;
  color: white;
  font-family: 'Lato', arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  
}
.usman-section7 h6 {
 font-size: 14px;
 font-weight: 400;
 color: white;
 margin-bottom: 16px;
 font-family: 'Lusitana', Georgia, serif;
  
}

.usman-section7 img {
  width: 100%;
  
}
.usman-section7 h4 {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
.usman-section7 .span1 {
  color: white;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Lusitana', Georgia, serif;
}
.usman-section7 .sec-us {
  position: absolute;
  bottom: 0;
  padding-left: 10%;
  padding-top: 10%;
  margin-top: 90px;
}
.usman-section7 .win-img {
  margin-top: 50px;
}
/*************************
*usman-section7 closed
*********************************/


.section4 {
  background: url("https://storage.googleapis.com/ads-awrc-images/bg1.webp") no-repeat left top;
  background-size: cover;
  padding: 40px 0;
}
.section4 a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 48px;
  border: 1px solid #fff;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
  transition: all 1s;
}

.section4 a:hover {
  background: var(--primary);
}

.section5 {
  padding: 20px 0 40px 0;
  background: rgb(22, 22, 22);

}
.section5 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid white;
  color: white;
  text-transform: uppercase;
}
.section5 h2 span {
  padding: 0 20px;
  background: rgb(22, 22, 22);
  position: relative;
  text-align: center;
  top: 20px;
}
.section5 img {
  width: 100%;
  border: 8px solid var(--primary);
}
.section5 h4 {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
.section5 .span1 {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.sec5 {
  padding-left: 10%;
  margin-top: 90px;
}
.win-img {
  margin-top: 50px;
}

.section6 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section6 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.section6 {
  padding: 20px 0 40px 0;
}
.iframe1 iframe {
  padding-top: 40px;
}
.section7 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
.section7 h2 span {
  padding: 0 20px;
  background: rgb(22, 22, 22);
  position: relative;
  text-align: center;
  top: 20px;
}
.section7 {
  background: rgb(22, 22, 22);
  padding: 20px 0 40px 0;
  margin-top: 20px;
}
.section7 .sec2-2 {
  padding-top: 0px;
}
.section8 {
  background: var(--primary);
  padding: 20px 0 40px 0;
}
.section8 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.section8 h2 span {
  padding: 0 40px;
  background: var(--primary);
  position: relative;
  text-align: center;
  top: 20px;
}
.section8 ul {
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
.section8 li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.4%;
  margin-bottom: 30px;
}
.section8 li img {
  width: 100%;
  border: 8px solid #fff;
}
.section8 li span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.section9 {
  padding: 40px 0;
}

.section9 img {
  width: 100%;
}
.sec8 span {
  font-size: 14px;
  display: block;
  color: rgb(89, 89, 89);
  font-weight: 400;
  padding-bottom: 10px;
}
.sec8 h4 {
  color: rgb(27, 27, 27);
  font-weight: 400;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sec8 p {
  color: rgb(94, 94, 94);
  font-size: 22px;
  font-weight: 400;
}
.sec8 a {
  color: rgb(27, 27, 27);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 215px;
  border-radius: 48px;
  border: 1px solid rgb(27, 27, 27);
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
}
.sec8 a:hover {
  background: var(--primary);
  color: #fff;
}
.sec8 {
  padding-top: 20px;
}
.section10 {
  padding: 40px 0;
}
.section10 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section10 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.section10 ul {
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
.section10 li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.4%;
  margin-bottom: 30px;
}
.section10 li img {
  width: 100%;
}
.section10 li h4 {
  color: rgb(27, 27, 27);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.section10 li p {
  color: rgb(94, 94, 94);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}

.section11 {
  background: url("https://storage.googleapis.com/ads-awrc-images/bg2.webp") no-repeat left top;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}
.section11:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section11 .carousel {
  margin: 50px auto;
  padding: 0 70px;
}
.section11 .carousel .carousel-item {
  min-height: 330px;
  text-align: center;
  overflow: hidden;
}
.section11 .owl-item .img-box {
  width: 100px;
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
}
.section11 .owl-item .img-box img {
  width: 100%;
}
.section11 .carousel .carousel-item h4 {
  font-size: 18px;
  margin: 10px 0;
}
.section11 .carousel .carousel-item .btn {
  color: #333;
  border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-top: 5px;
  line-height: 16px;
}
.section11 .carousel .carousel-item .btn:hover,
.section11 .carousel .carousel-item .btn:focus {
  color: #fff;
  background: #000;
  border-color: #000;
  box-shadow: none;
}
.section11 .carousel .carousel-item .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.section11 .thumb-wrapper {
  text-align: center;
  background: #fff;
  position: relative;
  max-width: 290px;
  margin: 0 auto;
}
.section11 .thumb-content {
  padding: 15px;
  height: 170px;
}
.section11 .carousel-control-prev,
.section11 .carousel-control-next {
  height: 100px;
  width: 40px;
  background: none;
  margin: auto 0;
  background: rgba(0, 0, 0, 0.2);
}
.section11 .carousel-control-prev i,
.section11 .carousel-control-next i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -16px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
}
.section11 .carousel-control-prev i {
  margin-left: -3px;
}
.section11 .carousel-control-next i {
  margin-right: -3px;
}
.section11 .carousel .item-price {
  font-size: 13px;
  padding: 2px 0;
}
.section11 .carousel .item-price strike {
  color: #999;
  margin-right: 5px;
}
.section11 .carousel .item-price span {
  color: #86bd57;
  font-size: 110%;
}
.section11 .carousel .carousel-indicators {
  bottom: -50px;
}
.section11 .carousel-indicators li,
.section11 .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 50%;
  border-color: transparent;
  border: none;
}
.section11 .carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
}
.section11 .carousel-indicators li.active {
  background: rgba(0, 0, 0, 0.6);
}
.section11 .star-rating li {
  padding: 0;
}
.section11 .star-rating i {
  font-size: 14px;
  color: #ffc000;
}
.section11 h2 {
  color: #fff;
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.section11 .reviews {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.section11 .sec11 {
  z-index: 2;
  position: relative;
}
.section11 .rv span {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.section11 .rv img {
  display: inline-block;
  vertical-align: middle;
}
.section11 .rv-con {
  margin-left: 25px;
}
.section11 .rv-con,
.section11 .rv {
  display: inline-block;
  vertical-align: middle;
}
.section11 .rv-con span {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  display: block;
}
.section11 .rv-con p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  display: block;
}
.section11 .star {
  margin-top: -9px;
  padding: 5px 0;
}
.section11 .rvt {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section11 .thumb-content p {
  font-size: 16px;
  color: rgb(27, 27, 27);
}
.section11 .sl-bot {
  padding-bottom: 15px;
}
.section11 .sl-bot img {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
}
.section11 .sl-bot p {
  display: inline-block;
  vertical-align: middle;
  color: rgb(89, 89, 89);
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 5px;
}
.section11 .overlay {
  background: var(--primary);
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
}
.section11 .thumb-wrapper:hover .overlay {
  top: 0;
  bottom: 0;
}
.section11 .overlay p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  padding: 30px;
  padding-top: 45%;
}
.section11 .overlay .lp {
  padding-top: 30px !important;
}
.section11 .owl-carousel .owl-item .rvt img {
  width: auto;
  max-width: inherit;
  display: inline-block;
}

.section11 .owl-carousel .owl-item {
  width: 100%;
}
.section11 .bbb_main_container {
  position: relative;
}
.section11 .bbb_viewed_prev {
  position: absolute;
  top: 49%;
  z-index: 9;
  left: -20px;
}
.section11 .bbb_viewed_next {
  position: absolute;
  top: 49%;
  z-index: 9;
  right: -20px;
}
.section11 .bbb_viewed_nav_container i {
  color: #fff;
  font-size: 24px;
}

.section12 {
  background: url("https://storage.googleapis.com/ads-awrc-images/bg3.webp") no-repeat left top;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}
.section12:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section12 .carousel {
  margin: 50px auto;
  padding: 0 70px;
}
.section12 .carousel .carousel-item {
  min-height: 330px;
  text-align: center;
  overflow: hidden;
}
.section12 .owl-item .img-box {
  width: 100px;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  height: 100px;
  background: rgba(240, 240, 240, 0.8);
  border-radius: 50%;
}
.section12 .owl-item .img-box img {
  width: 100%;
}
.section12 .carousel .carousel-item h4 {
  font-size: 18px;
  margin: 10px 0;
}
.section12 .carousel .carousel-item .btn {
  color: #333;
  border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-top: 5px;
  line-height: 16px;
}
.section12 .carousel .carousel-item .btn:hover,
.section12 .carousel .carousel-item .btn:focus {
  color: #fff;
  background: #000;
  border-color: #000;
  box-shadow: none;
}
.section12 .carousel .carousel-item .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.section12 .thumb-wrapper {
  text-align: center;
  background: #fff;
  position: relative;
  max-width: 290px;
  margin: 0 auto;
  padding-top: 20px;
}
.section12 .thumb-content {
  padding: 15px;
  height: 150px;
}
.section12 .carousel-control-prev1,
.section12 .carousel-control-next1 {
  height: 100px;
  width: 40px;
  background: none;
  margin: auto 0;
  background: rgba(0, 0, 0, 0.2);
}
.section12 .carousel-control-prev1 i,
.section12 .carousel-control-next1 i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -16px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
}
.section12 .carousel-control-prev1 i {
  margin-left: -3px;
}
.section12 .carousel-control-next1 i {
  margin-right: -3px;
}
.section12 .carousel .item-price {
  font-size: 13px;
  padding: 2px 0;
}
.section12 .carousel .item-price strike {
  color: #999;
  margin-right: 5px;
}
.section12 .carousel .item-price span {
  color: #86bd57;
  font-size: 110%;
}
.section12 .carousel .carousel-indicators {
  bottom: -50px;
}
.section12 .carousel-indicators li,
.section12 .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 50%;
  border-color: transparent;
  border: none;
}
.section12 .carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
}
.section12 .carousel-indicators li.active {
  background: rgba(0, 0, 0, 0.6);
}
.section12 .star-rating li {
  padding: 0;
}
.section12 .star-rating i {
  font-size: 14px;
  color: #ffc000;
}
.section12 h2 {
  color: #fff;
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.section12 h3 {
  color: rgb(203, 203, 203);
  font-size: 62px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  padding-top: 20px;
}
.section12 .reviews {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.section12 .sec11 {
  z-index: 2;
  position: relative;
}
.section12 .rv span {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.section12 .rv img {
  display: inline-block;
  vertical-align: middle;
}
.section12 .rv-con {
  margin-left: 25px;
}
.section12 .rv-con,
.section12 .rv {
  display: inline-block;
  vertical-align: middle;
}
.section12 .rv-con span {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  display: block;
}
.section12 .rv-con p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  display: block;
  margin: 0;
}
.section12 .star {
  margin-top: -9px;
  padding: 5px 0;
}
.section12 .rvt {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section12 .thumb-content p {
  font-size: 16px;
  color: rgb(27, 27, 27);
}
.section12 .sl-bot {
  padding-bottom: 15px;
  padding-top: 15px;
}
.section12 .sl-bot img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.section12 .sl-bot p {
  display: inline-block;
  vertical-align: middle;
  color: rgb(89, 89, 89);
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 5px;
}

.section12 .owl-carousel .owl-item .rvt img {
  width: auto;
  max-width: inherit;
  display: inline-block;
}

.section12 .owl-carousel .owl-item {
  width: 100%;
}
.section12 .bbb_main_container1 {
  position: relative;
}
.section12 .bbb_viewed_prev1 {
  position: absolute;
  top: 49%;
  z-index: 9;
  left: -20px;
}
.section12 .bbb_viewed_next1 {
  position: absolute;
  top: 49%;
  z-index: 9;
  right: -20px;
}
.section12 .bbb_viewed_nav_container i {
  color: #fff;
  font-size: 24px;
}
.section12 .recm {
  text-align: center;
  padding-top: 20px;
}
.section12 .recm img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: inherit;
}
.section12 .recm span {
  display: inline-block;
  vertical-align: middle;
  color: rgb(94, 94, 94);
  font-size: 16px;
  font-weight: 400;
}
.read {
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
}
.section13 {
  padding: 40px 0;
}
.section13 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section13 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.section13 ul {
  padding: 0;
  margin: 0;
  margin-top: 60px;
}
.section13 li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.4%;
  margin-bottom: 30px;
  text-align: center;
}
.section13 li h4 {
  color: rgb(27, 27, 27);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.section13 li img {
  width: auto;
  max-width: 100%;
  border: 8px solid var(--primary);
}
.section13 li p {
  color: rgb(94, 94, 94);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}

.section14 {
  padding: 40px 0;
  background: var(--primary);
}
.sec14 span {
  font-size: 14px;
  display: block;
  color: #fff;
  font-weight: 400;
  padding-bottom: 10px;
}
.sec14 {
  padding-top: 75px;
}
.sec14 h4 {
  color: #fff;
  font-weight: 400;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
}
.sec14 p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.section14 img {
  width: 100%;
}

.section14 a {
  color: #fff;
  text-decoration: underline;
}
.section15 {
  padding: 20px 0 40px 0;
}
.section15 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section15 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.section15 p {
  color: rgb(94, 94, 94);
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
}
.section15 .iframe1 iframe {
  padding-top: 10px;
}
.section16 {
  background: rgb(22, 22, 22);
}

.section16 .col-6 {
  padding: 0;
}

.sec16 {
  max-width: 70%;
  margin: 0 auto;
  padding-top: 20px;
}

.section16 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.section16 h2 span {
  padding: 0 20px;
  background: rgb(22, 22, 22);
  position: relative;
  text-align: center;
  top: 20px;
}
.section16 h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-top: 20px;
}
.section16 p {
  color: rgb(164, 164, 164);
  font-size: 16px;
}
.section16 iframe {
  display: block;
}
.section17 {
  padding: 40px 0;
  background: var(--primary);
}
.section17 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
.section17 h2 span {
  padding: 0 20px;
  background: var(--primary);
  position: relative;
  text-align: center;
  top: 20px;
}
.sec17-con h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.sec17-con p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.sec17-img img {
  width: 100%;
  border: 8px solid #fff;
}
.sec17-con,
.sec17-img {
  padding-top: 60px;
}
.sec17-con {
  margin-top: 40px;
}
.flat-right {
  float: right;
}
.section18 {
  padding: 40px 0;
}
.section18 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section18 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.section18 h4 {
  text-transform: uppercase;
  font-size: 16px;
  color: rgb(27, 27, 27);
  margin-bottom: 24px;
  padding-top: 40px;
}
.section18 p {
  color: rgb(94, 94, 94);
  font-size: 16px;
}
.section18 ul {
  list-style: disc;
  color: rgb(94, 94, 94);
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.section18 h5 {
  color: rgb(94, 94, 94);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.sec18-img img {
  width: 100%;
  border: 8px solid var(--primary);
}
.sec18-img {
  padding-top: 40px;
}

.section19 {
  padding: 40px 0;
}
.section19 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section19 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.section19 img {
  width: 100%;
  border: 8px solid var(--primary);
  margin-top: 40px;
  margin-bottom: 20px;
}
.section19 h4 {
  text-transform: uppercase;
  color: rgb(27, 27, 27);
  font-size: 16px;
  margin-bottom: 24px;
}
.section19 p {
  text-transform: uppercase;
  color: rgb(94, 94, 94);
  font-size: 16px;
}
.footer {
  background: rgb(22, 22, 22);
  padding: 40px 0;
  text-align: center;
}
.footer span {
  display: block;
  text-align: center;
  color: rgb(169, 169, 169);
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.footer span a {
  color: var(--primary);
}
.footer a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px;
}

/*************************************
*usman-section20 Start
*************************************/
.usman-section20 {
  padding: 10px 0;
}
.usman-section20 h2 {
  font-size: 32px;
  text-align: center;
  font-family: 'Lato', arial, sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.usman-section20 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.usman-section20 img {
  width: 100%;
  max-height: 625px;
  object-fit: contain;
}


/*************************************
*usman-section20 Start
*************************************/
.section20 {
  padding: 10px 0;
}
.section20 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section20 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.bxslider {
  margin-top: 60px;
}
.bxslider img {
  max-height: 625px;
  width: 100%;
}
.bxslider li .caption {
  position: absolute;
  bottom: 60px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
}
.bxslider li .caption p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 8px 15px;
}
.section21 {
  padding: 20px 0;
  text-align: center;
}
.section21 p {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
  color: rgb(27, 27, 27);
  font-weight: 400;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
}
.sec21 h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: center;
  font-size: 14px;
  color: rgb(27, 27, 27);
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.107em;
  overflow-wrap: break-word;
  font-family: 'Lusitana', Georgia, serif;
}
.sec21 {
  max-width: 725px;
  margin: 0 auto;
}
.sec21 a {
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 304px;
  margin: 0 auto;
  border-radius: 48px;
  border: 1px solid black;
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 800;
  margin: 15px auto;
  transition: all 1s;
}

.sec21 a:hover {
  background: var(--primary);
}

.section22 {
  padding: 40px 0;
}
.section22 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section22 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.section22 iframe {
  margin-top: 60px;
}

.section23 {
  padding: 40px 0;
}
.section23 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section23 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}

.section23 ul {
  padding: 0;
  margin: 0;
  margin-top: 60px;
}
.section23 li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.4%;
  margin-bottom: 30px;
}
.section23 li h4 {
  color: rgb(27, 27, 27);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.section23 li p {
  color: rgb(94, 94, 94);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}
.section24 {
  padding: 40px 0;
}
.section24 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section24 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.section24 ul {
  padding: 0;
  margin: 0;
  margin-top: 60px;
}
.section24 li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.4%;
  margin-bottom: 30px;
  text-align: center;
}
.section24 li h4 {
  color: rgb(27, 27, 27);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  text-align: left;
}
.section24 li img {
  width: auto;
  max-width: 100%;
  border: 8px solid var(--primary);
}
.section24 li p {
  color: rgb(94, 94, 94);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
  text-align: left;
}

.section24 li a {
  text-align: left;
  display: block;
}

.read1 {
  color: rgb(27, 27, 27);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 215px;
  border-radius: 48px;
  border: 1px solid rgb(27, 27, 27);
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10px;
}
.read1:hover {
  /* background: rgb(9, 90, 212); */
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}
.section25 {
  padding: 0px 0 40px 0;
}
.section25 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section25 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.sec25 {
  max-width: 725px;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}
.sec25 h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: rgb(27, 27, 27);
  letter-spacing: 0.107em;
}
.sec25 p {
  color: rgb(94, 94, 94);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.sel-tm {
  margin-bottom: 24px;
}
.sel-tm p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.sel-tm select {
  display: inline-block;
  vertical-align: middle;
  color: var(--primary);
  border: 0;
}
.ph {
  margin-bottom: 24px;
  display: block;
}
.section26 iframe {
  display: block;
}
.section3 .carousel-control-prev,
.section3 .carousel-control-next {
  bottom: auto;
  top: 50%;
  width: 30px;
  height: 35px;
  background: rgba(0, 0, 0, 0.6);
}

.section27 {
  padding: 40px 0;
  background: rgb(22, 22, 22);
}
.section27 img {
  width: 100%;
}
.sec27 {
  padding-top: 20px;
}
.sec27 span {
  font-size: 14px;
  display: block;
  color: rgb(169, 169, 169);
  font-weight: 400;
  padding-bottom: 10px;
}
.sec27 h4 {
  color: #fff;
  font-weight: 400;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sec27 p {
  color: rgb(164, 164, 164);
  font-size: 22px;
  font-weight: 400;
}
.sec27 a {
  color: rgb(247, 247, 247);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 215px;
  border-radius: 48px;
  border: 1px solid rgb(247, 247, 247);
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
}

.section28 {
  padding: 40px 0;
  background: rgb(22, 22, 22);
}
.section28 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
.section28 h2 span {
  padding: 0 20px;
  background: rgb(22, 22, 22);
  position: relative;
  text-align: center;
  top: 20px;
}

#myCarousel .list-inline {
  white-space: nowrap;
}

#myCarousel .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
}

#myCarousel .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
}
#myCarousel .carousel-indicators > li img {
  border: 3px solid rgb(22, 22, 22);
}
#myCarousel .carousel-indicators > li.active img {
  opacity: 1;
  border: 3px solid var(--primary);
}
.section28 .carousel-item img {
  min-height: 600px;
  max-height: 600px;
  width: 100%;
}

#slider {
  margin-top: 60px;
}

.section29 {
  padding: 40px 0;
}
.section29 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section29 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.section29 iframe {
  margin-top: 60px;
}

.section30 {
  padding: 40px 0;
  background: rgb(22, 22, 22);
}
.section30 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
.section30 h2 span {
  padding: 0 20px;
  background: rgb(22, 22, 22);
  position: relative;
  text-align: center;
  top: 20px;
}
.sec30-con {
  padding-top: 120px;
}
.sec30-img {
  padding-top: 60px;
}
.sec30-img img {
  width: 100%;
  border: 8px solid var(--primary);
}
.sec30-con h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.sec30-con p {
  color: rgb(164, 164, 164);
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section31 {
  padding: 40px 0;
}
.section31 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section31 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
}
.down-box {
  width: 340px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid rgb(218, 218, 218);
  background: rgb(246, 246, 246);
  text-align: center;
  margin-top: 60px;
}
.down-box p {
  font-size: 16px;
  color: rgb(21, 21, 21);
  font-weight: 400;
  margin-bottom: 24px;
}

.down-box a {
  color: rgb(27, 27, 27);
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 138px;
  border-radius: 48px;
  border: 1px solid rgb(27, 27, 27);
  display: block;
  padding: 10px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10px;
}
.down-box a:hover {
  background: var(--primary);
  color: #fff;
}

.section32 {
  padding: 40px 0;
  background: rgb(22, 22, 22);
}
.section32 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
.section32 h2 span {
  padding: 0 20px;
  background: rgb(22, 22, 22);
  position: relative;
  text-align: center;
  top: 20px;
}
.sec32-img {
  padding-top: 60px;
  text-align: center;
}
.sec32-img img {
  border: 8px solid var(--primary);
}
.sec32-con {
  padding-top: 100px;
}
.sec32-con h4 {
  color: rgb(247, 247, 247);
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 400;
}
.sec32-con p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(164, 164, 164);
  margin-bottom: 24px;
}

.sec32-con a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 315px;
  border-radius: 48px;
  border: 1px solid #fff;
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
}
.sec32-con a:hover {
  background: rgb(255, 255, 255);
  color: #000;
}
.section33 {
  padding: 40px 0;
  background: var(--primary);
  text-align: center;
}
.section33 p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.section33 h1 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Lato", arial, sans-serif;
  letter-spacing: 1px;
}

/****************************************
#section34
*****************************************/
.section34 {
  padding: 40px 0;
}
.section34 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section34 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.section34 ul {
  padding: 0;
  margin: 0;
  margin-top: 60px;
}
.section34 li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
  margin-bottom: 30px;
}
.section34 li h4 {
  color: rgb(27, 27, 27);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  min-height: 50px;
  width: 100%;
}
.section34 li img {
  border: 8px solid var(--primary);
  width: 100%;
  height: 175px;

}
.section34 li p {
  color: rgb(94, 94, 94);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}

/***********************************
*section22
************************************/
.section22 {
  padding: 40px 0;
}
.section22 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section22 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
}
.section22 iframe {
  margin-top: 60px;
}


/***********************************
*section22
************************************/


.section35 {
  padding: 40px 0;
}
.section35 h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-transform: uppercase;
}
.section35 h2 span {
  padding: 0 20px;
  background: #fff;
  position: relative;
  text-align: center;
  top: 20px;
  
}
.section35 iframe {
  margin-top: 60px;
  border: 0;
  
}

.section36 {
  padding: 40px 0;
  text-align: center;
}
.section36 p {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
  color: rgb(27, 27, 27);
  font-weight: 400;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
}
.sec36 {
  max-width: 725px;
  margin: 0 auto;
}
.sec36 a {
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  max-width: 304px;
  margin: 0 auto;
  border-radius: 48px;
  border: 1px solid black;
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 800;
  margin: 15px auto;
  transition: all 1s;
}

.sec36 a:hover {
  background: var(--primary);
}

@media (min-width: 1535px) {

  .phone-span{
		display: inline-block;
		
	}
	.phone-span>a{
		
		color: rgb(247, 247, 247);
	}
	.phone-span-nav{
		display: none;
	}
  #header .navbar{
    background-color: var(--primary);   
}

}

@media (min-width: 1280px) and (max-width: 1535px) {
	
	
	.phone-span{
		display: inline-block;
		
	}
	.phone-span>a{
		
		color: rgb(247, 247, 247);
	}
	.phone-span-nav{
		display: none;
	}
	#header .navbar{
        background-color: var(--primary);
    }
    #header  .navbar-nav .nav-link:hover{
        
        color: rgb(198, 198, 198);
        
    }
    #header  .navbar-nav .nav-link:focus{
        color:#fff;
        
    }
    
    #header  .navbar-nav .nav-link {
        color: #fff;
    }
	
}

@media (min-width: 1024px) and (max-width: 1279px) {

	
	#navbar-toggler{
		display: none;
	}
	.phone-span{
		display: inline-block;
		
	}
	.phone-span> a{
		
		color: rgb(247, 247, 247);
	}
	.phone-span-nav{
		display: none;
	}
	#header .navbar{
    background-color: var(--primary);
    }
    #header  .navbar-nav .nav-link:hover{
    color: rgb(198, 198, 198);
     }
    #header  .navbar-nav .nav-link:focus{
    color:#fff;
    }
    
     #header .navbar-nav .nav-link {
    color: #fff;
    }
	
}

@media (min-width: 992px) and (max-width: 1023px) {
	.section1 img {
  width: 100%;
  margin: 60px auto 0;
  max-height: 80px;
  object-fit: contain;
}
	#navbar-toggler{
		display: none;
	}
	.phone-span{
		display: inline-block;
		
	}
	.phone-span>a{
		
		color: rgb(247, 247, 247);
	}
	.phone-span-nav{
		display: none;
	}
	#header .navbar{
     background-color: var(--primary);
       
        
    }
    #header  .navbar-nav .nav-link:hover{
      color: rgb(198, 198, 198);
    }
    #header  .navbar-nav .nav-link:focus{
    color:#fff;
        
    }
    
     #header .navbar-nav .nav-link {
      color: #fff;
    }
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
  .section1 img {
    width: 100%;
    margin: 60px auto 0;
    max-height: 80px;
    object-fit: contain;
  }
  .navbar ul li{
		
		text-align: center;
	  }
   .phone-span{
		display: none;
	}
	.phone-span-nav{
		display: inline-block;
		margin: -38px auto 0px;
    padding: 15px;
	}
  #navbar-toggler{
		margin-top: 15px;
	}
	.phone-span-nav>a{
		color: rgb(247, 247, 247);
	}
	#header .navbar{
      background-color: var(--primary);
        
    }
    #header .navbar-nav{
      display: block;   
  }
    #header  .navbar-nav .nav-link:hover{
        
        color: rgb(198, 198, 198);
        
    }
    #header  .navbar-nav .nav-link:focus{
        color:#fff;
        
    }
    
     #header .navbar-nav .nav-link {
        color: #fff;
    }
	
}
@media (min-width: 451px) and (max-width: 767px) {
	.navbar ul li{
		text-align: center;
	  }
	  
	.phone-span{
		display: none;
	}
	.phone-span-nav{
		display: inline-block;
		margin: -38px auto 0px;
    padding: 15px;
		
	}
  #navbar-toggler{
		margin-top: 15px;
	}
	.phone-span-nav> a{
		color: #fff;
	}
	#header .navbar{
      background-color: var(--primary);
    
        
    }
    #header .navbar-nav{
      display: block;   
  }
    #header  .navbar-nav .nav-link:hover{
        
        color: rgb(198, 198, 198);
        
    }
    #header  .navbar-nav .nav-link:focus{
        color:#fff;
        
    }
    
     #header .navbar-nav .nav-link {
        color: #fff;
    }
	
	
}




@media (min-width: 280px) and (max-width: 450px){
	.navbar ul li{
		text-align: center;
	  }
	.phone-span{
		display: none;
	}
	.phone-span-nav{
		display: inline-block;
		margin: -38px auto 0px;
    padding: 15px;
		
	}
  #navbar-toggler{
		margin-top: 15px;
	}
	.phone-span-nav>a{
		color: #fff;
	}
	#header #navbarSupportedContent{
		margin: auto;
	}
	#header .navbar{
        background-color: var(--primary);
        
    }
    #header .navbar-nav{
      display: block;   
  }
    #header  .navbar-nav .nav-link:hover{
        
        color: rgb(198, 198, 198);
        
    }
    #header  .navbar-nav .nav-link:focus{
        color:#fff;
        
    }
    
     #header .navbar-nav .nav-link {
        color: #fff;
    }
	
}


@media (max-width: 280px)  {
  .navbar ul li{
		text-align: center;
	  }
	#header .navbar{
        background-color: rgb(23, 23, 23);
      }
    .phone-span-nav{
      display: inline-block;
      margin: -38px auto 0px;
      padding: 15px;
      
    }
    #navbar-toggler{
      margin-top: 15px;
    }
    #header  .navbar-nav .nav-link:hover{
        
        color: rgb(198, 198, 198);
        
    }
    #header  .navbar-nav .nav-link:focus{
        color:#fff;
        
    }
    
     #header .navbar-nav .nav-link {
        color: #fff;
    }
	
}
@media (min-width: 1535px) {
  .section34 li {
    width: 33%;
    display: inline-block;
    margin: 0;
    margin-bottom: 30px;
  }
	
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .section34 li {
    width: 33%;
    display: inline-block;
    margin: 0;
    margin-bottom: 30px;
  }
	
}


@media (min-width: 1200px) and (max-width: 1279px){
  
  .section34 li {
    width: 33%;
    display: inline-block;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media (min-width:989px) and (max-width: 1199px){
  
  .section1 img {
    width: 100%;
    margin: 60px auto 0;
    max-height: 80px;
    object-fit: contain;
  }

  .section34 li {
    width: 49%;
    display: inline-block;
    margin: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 989px) {
  .section1 img {
    width: 100%;
    margin: 60px auto 0;
    max-height: 80px;
    object-fit: contain;
  }

  .mobile-nav-toggle {
    top: 115px;
  }

  .section3 h2 span br {
    display: none;
  }
  body h2 span {
    font-size: 30px;
  }
  .section8 li,
  .section13 li,
  .section10 li {
    width: 46%;
  }
  .sec8 h4 {
    font-size: 38px;
  }

  .section11 h2,
  .section12 h2,
  .sec14 h4,
  .sec27 h4 {
    font-size: 38px;
  }
  .sec14 {
    padding-top: 10px;
  }
  .sec17-con {
    margin-top: 0;
  }
  .section24 li,
  .section23 li {
    width: 46%;
  }
  .section34 li {
    width: 47%;
    display: inline-block;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  
  .section1 img {
    width: 100%;
    margin: 60px auto 0;
    max-height: 110px;
    object-fit: contain;
  }
  #main-carousel img {
    width: 100% !important;
    height: auto;
    min-height: 300px;
    max-height: 300px;
  }
  .sec5 {
    padding-left: 10%;
    margin-top: 10px;
  }
  .usman-section3 .sec-us,
  .usman-section4 .sec-us{
    padding-left: 5%;
    margin-top: 10px;
  }
  .usman-section6 .sec-us,
  .usman-section7 .sec-us {
    position: relative;
    padding-left: 10%;
    margin-top: 10px;
  }
  .section1 h2{
    font-size: 32px;
  }
  .section8 li,
  .section13 li,
  .section10 li,
  .section34 li {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 30px;
  }
  .section11 h2,
  .section12 h2,
  .sec14 h4,
  .section23 h2,
  .section22 h2,
  .section20 h2,
  .section24 h2,
  .section25 h2,
  .sec27 h4,
  .section28 h2,
  .section29 h2,
  .section30 h2,
  .section31 h2,
  .section32 h2,
  .section33 h1,
  .section34 h2,
  .section35 h2 {
    font-size: 30px;
  }
  .sec16 {
    max-width: inherit;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  body h2 span {
    font-size: 28px;
  }
  .section24 li,
  .section23 li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section21 p {
    font-size: 28px;
  }
  .section23,
  .section24,
  .section34 {
    padding: 0;
  }
  .sec30-con {
    padding-top: 20px;
  }
  .sec30-img {
    padding-top: 20px;
  }
  .section28 .carousel-item img {
    min-height: 400px;
    max-height: 400px;
    width: 100%;
  }
  #slider .carousel-indicators {
    display: none;
  }
}

@media (max-width: 380px) {
  .txt2 p {
    font-size: 14px;
  }
  .iframe iframe {
    height: 300px !important;
  }
  .section12 .reviews {
    max-width: inherit;
    text-align: center;
  }
  .section12 .rv-con,
  .section12 .rv {
    display: block;
    margin-left: 0;
  }
  .navbar ul li{
		
		text-align: center;
	  }
	
	  
	.phone-span{
		display: none;
	}
	.phone-span-nav{
		display: inline-block;
		margin: -38px auto 0px;
    padding: 15px;
		
	}
  #navbar-toggler{
		margin-top: 15px;
	}
	.phone-span-nav>a{
		color: #fff;
	}
  #header .navbar-nav{
    display: block;
  }
}
