@import url('https://fonts.googleapis.com/css2?family=Amiri+Quran&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notonastaliqurdudraft.css');
@import url('all.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css');

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

a:link {
  text-decoration: none;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.a:hover {
  text-decoration: none;
  outline: none;
  color: #ff7162;
}


.navbar-nav {

  line-height: 50px;

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


/* navber testing */

.navbar-nav .nav-item .nav-link {

  color: #000;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  /* padding: 10px; */
  margin-left: 10px;
  /* background-color: #212f54; */
  /* padding: 20px; */

}

/* .navbar .nav-item .nav-link.active{
  
  border-bottom: 3px solid #212f54;
  

} */

/* .navbar-nav .nav-link:hover {
  
  background-color: #3e8e41;
  border-top: 3px solid #212f54;
 color: #ffff;
 
} */
.navbar-nav .nav-link:hover a {
  background-color: #3e8e41;
  border-top: 3px solid #212f54;
  color: #ffff;
  text-decoration: none;
}



@media (hover: none) {
  .navbar-nav .nav-link:hover {
    background-color: #fff;
    border-top: none;
  }
}

/* navbar testing end */

/* Main Header */

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  background: #ffffff;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-top {
  position: relative;
  display: block;
  background: #253b70;
  width: 100%;
  padding: 12px 0px 17px 0px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.centred {
  text-align: center;
}


.main-header .header-top .social-list li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.main-header .header-top .social-list li:last-child {
  margin-right: 0px;
}

.main-header .header-top .social-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
}

.main-header .header-top .social-list li a:hover,
.main-header .header-top .header-info li a:hover {
  color: #ff7162;
}

.main-header .header-top .header-info li {
  position: relative;
  display: inline-block;
  margin-right: 32px;
  padding: 0px 0px 0px 22px;
}

.main-header .header-top .header-info li:last-child {
  margin-right: 0px;
}

.main-header .header-top .header-info li:before {
  position: absolute;
  content: '';
  border: 1px dashed #59688d;
  height: 20px;
  width: 1px;
  top: 5px;
  right: -18px;
}

.main-header .header-top .header-info li:last-child:before {
  display: none;
}

.main-header .header-top .header-info li i {
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 14px;
  color: #ff7162;
}

.main-header .header-top .header-info li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #d3d8e2;
}


.main-header.style-two .outer-content .clearfix {
  position: relative;
  display: inline-block;
}

.main-header .logo-box {
  position: relative;
  display: block;
  float: none;
  text-align: center;
}

/* .main-header.style-two .main-menu .navigation > li.logo-box{
    display: none;
  }

  .main-header.style-two .main-menu .navigation > li.logo-box:before{
    display: none;
  } */


/* .main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a {
    color: #ff7162;
} */


.navbar .navbar-nav>li.current>a,
.navbar .navbar-nav>li:hover>a {
  color: #ff7162;
}

/** sub-menu **/




/* about section */
.about-section {
  position: relative;
  display: block;
  padding: 144px 0px 250px 0px;
}


.anim-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.anim-icon .icon {
  position: absolute;
  background-repeat: no-repeat;
}

/* feature-section */

/* .feature-section{
    position: relative;
    display: block;
    background: #f0eee7;
    padding: 144px 0px;
  }
  
  .feature-section .image-column{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  } */

.about-section .image-box {
  position: relative;
  display: block;
  margin: 6px 30px 0px 140px;
}


.about-section .image-box {
  position: relative;
  display: block;
  margin: 6px 30px 0px 140px;
}

.about-section .image-box:before {
  position: absolute;
  content: '';
  background: #9be9ff;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  left: -135px;
  top: 105px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.about-section .image-box .image {
  position: relative;
  display: block;
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
}

.about-section .image-box .image img {
  width: 100%;
}

.about-section .image-box .image-1 {
  position: relative;
  display: block;
  border-radius: 30px;
}

.about-section .image-box .image-1 img {
  border-radius: 30px;
}

.about-section .image-box .image-2 {
  position: absolute;
  left: -85px;
  bottom: -400px;
  border: 15px solid #fff;
  border-radius: 30px;
}

.about-section .content-box .sec-title {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.about-section.style-two {
  position: relative;
  padding: 150px 0px 215px 0px;
}

.about-section .content-box .bold-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #4c4c4c;
  font-weight: 400;
  margin-bottom: 15px;
}

.about-section .content-box p {
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.about-style-two .lower-content .text {
  margin-bottom: 63px;
}

.about-style-two .title-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #4c4c4c;
}

.main-slider .btn-box {
  opacity: 0;
  -webkit-transition: all 1800ms ease;
  -moz-transition: all 1800ms ease;
  -ms-transition: all 1800ms ease;
  -o-transition: all 1800ms ease;
  transition: all 1800ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1800ms;
}




.about-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-1.png);
  width: 210px;
  height: 275px;
  left: 60px;
  top: 40px;
  background-repeat: no-repeat;
}


.about-section .anim-icon .icon-2 {
  background: url(../images/icons/anim-icon-2.png);
  width: 188px;
  height: 192px;
  top: 70px;
  right: 110px;
  background-repeat: no-repeat;
}

.about-section .anim-icon .icon-3 {
  background: url(../images/icons/anim-icon-3.png);
  width: 102px;
  height: 198px;
  bottom: -40px;
  right: 150px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  z-index: 1;
}

/* about section end  */


/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 17px 40px;
  background-color: #ff7162;
  line-height: 26px;
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: all 500ms ease;
  z-index: 1;
}

.theme-btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #253b70;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.theme-btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}


/* class section */

.classes-section {
  position: relative;
  display: block;
  text-align: justify;
}


.sec-pad {
  padding: 144px 0px 150px 0px;
}


.classes-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-4.png);
  width: 192px;
  height: 292px;
  left: 90px;
  top: -190px;
  background-repeat: no-repeat;
}


/* for  testing animation*/
.float-bob-x {
  /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* for testing animation */


.classes-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.sec-title h5 {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #ff7162;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin-bottom: 13px;
  padding: 0px 50px 0px 50px;
}

.sec-title h5:before {
  position: absolute;
  content: '';
  background: #ff7162;
  width: 30px;
  height: 2px;
  left: 0px;
  bottom: 11px;
}

.sec-title h5:after {
  position: absolute;
  content: '';
  background: #ff7162;
  width: 30px;
  height: 2px;
  right: 0px;
  bottom: 11px;
}


.classes-section .inner-block {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  /* box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8); */
}

.classes-section .inner-block .image-box {
  position: relative;
  display: block;
  background: #253b71;
  overflow: hidden;
}

.classes-section .inner-block .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.classes-section .inner-block:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.02);
}

.classes-section .inner-block .lower-content {
  position: relative;
  display: block;
  padding: 34px 40px 37px 40px;
}


.classes-section .inner-block .lower-content .link-btn {
  position: absolute;
  top: -35px;
  right: 40px;
}

.classes-section .inner-block .lower-content .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fbb419;
  border-radius: 50%;
  transition: all 500ms ease;
}

.classes-section .inner-block .lower-content .link-btn a:hover {
  background: #253b71 !important;
}

.classes-section .block-column:nth-child(2) .inner-block .lower-content .link-btn a {
  background: #43b3d9;
}

.classes-section .inner-block:hover .lower-content .link-btn a {
  -webkit-transform: scale(-1) rotate(-180deg);
  -moz-transform: scale(-1) rotate(-180deg);
  -ms-transform: scale(-1) rotate(-180deg);
  -o-transform: scale(-1) rotate(-180deg);
  transform: scale(-1) rotate(-180deg);
}

.classes-section .block-column:nth-child(2) .inner-block .lower-content .link-btn a {
  background: #43b3d9;
}

.classes-section .block-column:last-child .inner-block .lower-content .link-btn a {
  background: #ff7162;
}

.classes-section .inner-block .lower-content h3 {
  margin-bottom: 9px;
}

.classes-section .inner-block .lower-content .price {
  position: relative;
  display: block;
  font-size: 18px;
  color: #ff7162;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 17px;
}

.classes-section .inner-block .lower-content .text {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.classes-section .inner-block .lower-content .text ul li {
  font-size: 20px;
  color: #641E16;
}


.classes-section .inner-block .lower-content .info-box {
  position: relative;
  display: block;
  background: url(../images/icons/icon-4.png);
  width: 100%;
  padding: 25px 15px 25px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.classes-section .inner-block .lower-content .info-box li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0px 10px;
  text-transform: uppercase;
}

.classes-section .inner-block .lower-content .info-box li:before {
  position: absolute;
  content: '';
  border: 1px dashed #59688e;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -12px;
}

.classes-section .inner-block .lower-content .info-box li:last-child:before {
  display: none;
}

.classes-section .inner-block .lower-content .info-box li span {
  color: #ff7162;
  text-transform: capitalize;
}

.classes-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.classes-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-4.png);
  width: 192px;
  height: 292px;
  left: 90px;
  top: -190px;
  background-repeat: no-repeat;
}


/* end classes section */


/* Facilities */

.feature-section {
  position: relative;
  display: block;
  background: #f0eee7;
  padding: 144px 0px;
  text-align: justify;
}

.feature-section .image-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.feature-section .sec-title {
  margin-bottom: 41px;
}

.feature-section .inner-box .single-item {
  position: relative;
  display: block;
  padding: 0px 0px 0px 105px;
  margin-bottom: 50px;
}

.feature-section .inner-box .single-item:last-child {
  margin-bottom: 0px;
}


.feature-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-5.png);
  width: 119px;
  height: 127px;
  top: 120px;
  right: 320px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.feature-section .inner-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 40px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  color: #fff;
  background: #fbb419;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.feature-section .inner-box .single-item .icon-box:before {
  position: absolute;
  content: '';
  background: #2b3c6b;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}

.feature-section .inner-box .single-item:hover .icon-box:before {
  transform: scale(1, 1);
}

.feature-section .inner-box .single-item:nth-child(2) .icon-box {
  background: #43b3d9;
}

.feature-section .inner-box .single-item:last-child .icon-box {
  background: #ff7162;
}

.feature-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-5.png);
  width: 119px;
  height: 127px;
  top: 120px;
  right: 110px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}



.feature-section .anim-icon .icon-2 {
  background: url(../images/icons/anim-icon-6.png);
  width: 321px;
  height: 289px;
  right: 450px;
  bottom: -90px;
  background-repeat: no-repeat;
}




/* Facilities section end  */


/* events section start */

.event-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 144px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}


.event-section:before {
  position: absolute;
  content: '';
  background: rgba(33, 47, 84, 0.50);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.event-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-7.png);
  width: 161px;
  height: 261px;
  left: 100px;
  top: -120px;
  background-repeat: no-repeat;
}


.event-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.event-section .sec-title h1 {
  color: #fff;
}


.event-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 45px 0px 39px 0px;
  border-radius: 20px;
  margin-bottom: 30px;
  min-height: 300px;
}


.event-block-one .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 300px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #2b3c6b;
  overflow: hidden;
  z-index: 1;
}

.event-block-one .inner-box .image-box img {
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 500ms ease;
}

.event-block-one .inner-box:hover .image-box img {
  transform: scale(1.03);
  opacity: 0.5;
}

.event-block-one .inner-box .content-box {
  position: relative;
  display: block;
  padding-left: 270px;
}

.event-block-one .inner-box .content-box .date {
  position: relative;
  display: inline-block;
  background: url(../images/icons/date-bg-1.png);
  font-size: 15px;
  line-height: 26px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #fff;
  padding: 10px 42px 14px 40px;
  text-align: center;
  margin-bottom: 24px;
  background-repeat: no-repeat;
}

.event-section .event-block:nth-child(2) .event-block-one .inner-box .content-box .date {
  background: url(../images/icons/date-bg-2.png);
  background-repeat: no-repeat;
}

.event-section .event-block:nth-child(3) .event-block-one .inner-box .content-box .date {
  background: url(../images/icons/date-bg-3.png);
  background-repeat: no-repeat;
}

.event-section .event-block:last-child .event-block-one .inner-box .content-box .date {
  background: url(../images/icons/date-bg-4.png);
  background-repeat: no-repeat;
}

.event-block-one .inner-box .content-box h3 {
  margin-bottom: 13px;
}

.event-block-one .inner-box .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.event-block-one .inner-box .content-box .location {
  position: relative;
  display: block;
  font-size: 14px;
  color: #848484;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.event-block-one .inner-box .content-box .location span {
  font-weight: 700;
  color: #ff7162;
}

.event-block-one .inner-box .content-box .location i {
  position: relative;
  margin-right: 6px;
  color: #ff7162;
  font-size: 22px;
  font-weight: 600;
  top: 4px;
}



/* events section end  */


/* cta-section */

.cta-section {
  position: relative;
  display: block;
  width: 100%;
  background: #9321eb;
  padding: 95px 0px 100px 0px;
}

.cta-section .content-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 900;
  margin-bottom: 11px;
}

.cta-section .content-box h1 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 900;
  margin-bottom: 25px;
}

.cta-section .content-box .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #dfbdf9;
  font-weight: 600;
  margin-bottom: 36px;
}

.cta-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-9.png);
  width: 158px;
  height: 115px;
  top: -45px;
  left: 180px;
  background-repeat: no-repeat;
}

.cta-section .anim-icon .icon-2 {
  background: url(../images/icons/anim-icon-10.png);
  width: 149px;
  height: 106px;
  top: 350px;
  right: 260px;
  background-repeat: no-repeat;
}

.parallax-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.parallax-icon .icon-1 {
  left: 110px !important;
  top: 160px !important;
  background: url(../images/icons/parallax-icon-1.png);
  width: 131px;
  height: 86px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-2 {
  left: 30% !important;
  top: 80px !important;
  background: url(../images/icons/parallax-icon-2.png);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-3 {
  left: 27% !important;
  top: 70% !important;
  background: url(../images/icons/parallax-icon-3.png);
  width: 59px;
  height: 63px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-4 {
  left: 40% !important;
  top: 40% !important;
  background: url(../images/icons/parallax-icon-4.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-5 {
  left: 75% !important;
  top: 80px !important;
  background: url(../images/icons/parallax-icon-5.png);
  width: 119px;
  height: 54px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-6 {
  left: 65% !important;
  top: 40% !important;
  background: url(../images/icons/parallax-icon-6.png);
  width: 47px;
  height: 65px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-7 {
  left: 72% !important;
  top: 70% !important;
  background: url(../images/icons/parallax-icon-7.png);
  width: 57px;
  height: 50px;
  background-repeat: no-repeat;
}

/* cta - section */



/* footer start */
/** main-footer **/

.main-footer .footer-top {
  position: relative;
  display: block;
  background: #253b70;
  padding: 145px 0px 170px 0px;
}

.main-footer .footer-top .widget-title {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 27px;
}

.main-footer .footer-top .about-widget .widget-content p {
  position: relative;
  display: block;
  color: #bec5d4;
  margin-bottom: 26px;
  text-align: justify;
}

.main-footer .footer-top .about-widget .widget-content p:last-child {
  margin-bottom: 0px;
}

.main-footer .footer-top .link-widget {
  position: relative;
  display: block;
  margin-left: 50px;
}

.main-footer .footer-top .link-widget .widget-content li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.main-footer .footer-top .link-widget .widget-content li:last-child {
  margin-bottom: 0px;
}

.main-footer .footer-top .link-widget .widget-content li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #bec5d4;
}

.main-footer .footer-top .link-widget .widget-content li a:before {
  font-family: 'Bootstrap-icons';
  position: absolute;
  content: '\F234';
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 14px;
  color: #ff7162;
  font-weight: 700;
  left: 0px;
  top: 1px;
  opacity: 0;
  /* transition: all 500ms ease; */
}

.main-footer .footer-top .link-widget .widget-content li a:hover:before {
  opacity: 1;
}

.main-footer .footer-top .link-widget .widget-content li a:hover {
  color: #ff7162;
  padding: 0px 0px 0px 18px;
}

.main-footer .footer-top .contact-widget {
  position: relative;
  display: block;
  margin-left: -50px;
}

.main-footer .footer-top .contact-widget .widget-content .text {
  position: relative;
  display: block;
  color: #bec5d4;

  /* margin-bottom: 18px; */
}

.main-footer .footer-top .contact-widget .widget-content .info-list li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #bec5d4;
  padding: 0px 0px 0px 0px;
  margin-bottom: 15px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li i {
  position: absolute;
  left: 0px;
  top: 6px;
  color: #ff7162;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #bec5d4;
  /* margin-bottom: 10px; */
}

.main-footer .footer-top .widget-content p {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #bec5d4;
  margin-bottom: 10px;
}

.main-footer .footer-top .contact-widget .widget-content a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #bec5d4;
  margin-bottom: 10px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li a:hover {
  color: #ff7162;
}

.main-footer .footer-top .subscribe-widget .widget-content .text {
  position: relative;
  display: block;
  color: #bec5d4;
  margin-bottom: 28px;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group {
  position: relative;
  display: block;
  margin: 0px;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group input[type='text'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group input[type='text']:focus {
  border-color: #ff7162;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group input[type='email']:focus {
  border-color: #ff7162;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group .theme-btn:before {
  background: #fff;
}

.main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group .theme-btn:hover {
  color: #ff7162 !important;
}


/*testing for message*/


.form-message {
  padding: 0.5em 1.5em;
  border-radius: 3px;
  font-weight: 700;
}

.form-success {
  background-color: rgba(255, 87, 51, 0.4);
  color: #1ca13d;
}

.form-error {
  background-color: rgba(228, 107, 107, 0.4);
  color: #a11c1c;
}

.contact-form-result {
  margin-top: 1.5em;
}



/* testing for message end */

/* gallery */

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0.1);
  }
}


/** gallery-section **/

.gallery-section {
  position: relative;
  display: block;
  background: #f2eee9;
  padding-left: 100px;
  padding-right: 100px;
}

.gallery-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.gallery-block {
  position: relative;
}

.gallery-block .image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-block .image-box .image {
  position: relative;
}

.gallery-block .image-box .image img {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(33, 47, 84, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.gallery-block .image-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.gallery-block .overlay-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 20px;
  background-color: #ff7162;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50%;
  font-weight: 400;
  line-height: 70px;
  transform: translate(-50%, -50%);
}

.gallery-block .overlay-box a i {
  position: relative;
  font-weight: 700;
}

.gallery-section .owl-nav,
.gallery-section .owl-dots {
  display: none;
}

/** footer-bottom **/

.main-footer .footer-bottom {
  position: relative;
  display: block;
  background: #f0efe8;
  padding: 33px 0px;
}

.main-footer .footer-bottom .left-content {
  position: relative;
  margin-top: 39px;
}

.main-footer .footer-bottom .left-content .copyright {
  position: relative;
  display: block;
  color: #212f54;
}

.main-footer .footer-bottom .left-content .copyright a {
  color: #212f54;
}

.main-footer .footer-bottom .left-content .copyright a:hover {
  color: #ff7162;
}

.main-footer .footer-bottom .right-content .footer-logo {
  position: relative;
  display: inline-block;
  margin-right: 250px;
}

.main-footer .footer-bottom .right-content .footer-logo:before {
  position: absolute;
  content: '';
  background: url(../images/icons/logo-shap-2.png);
  width: 216px;
  height: 57px;
  left: -30px;
  top: -90px;
  background-repeat: no-repeat;
}

.main-footer .footer-bottom .right-content .footer-social {
  position: relative;
  display: inline-block;
  top: 3px;
}

.social-style-one li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.social-style-one li:last-child {
  margin-right: 0px;
}

.social-style-one li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #3b5998;
  border-radius: 50%;
}

.social-style-one li:nth-child(2) a {
  background: #1da1f2;
}

.social-style-one li:nth-child(3) a {
  background: #ea4335;
}

.social-style-one li:last-child a {
  background: #7232bd;
}

.social-style-one li a:hover {
  background: #ff7162 !important;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 20px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #ff7162;
  transition: .5s ease;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top:hover {
  background: #2b3c6b;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}



/* footer end */


/* page title */

.page-title {
  position: relative;
  display: block;
  width: 100%;
  padding: 143px 0px 148px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.page-title:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.page-title .content-box h1 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 23px;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  color: #ff7162;
  padding-right: 16px;
  margin-right: 5px;
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: '/';
  font-size: 17px;
  color: #fff;
  top: 0px;
  right: 0px;
  font-weight: 400;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px;
  margin: 0px;
}

.page-title .content-box .bread-crumb li a {
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
  color: #ff7162;
}

/* contact page */


.contact-info-section {
  position: relative;
  display: block;
}

.contact-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.contact-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 89px 15px 76px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
}

.contact-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.contact-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.contact-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.contact-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

.contact-info-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.contact-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.contact-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.contact-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.contact-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.contact-info-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.contact-info-section .single-info-box .inner-box h3 {
  margin-bottom: 29px;
}


/** contact-form-section **/

.contact-form-section {
  position: relative;
  display: block;
  background: #f0ede7;
}

.contact-form-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.contact-form-section .contact-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-form-section .contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.contact-form-section .contact-form .form-group input[type='text'],
.contact-form-section .contact-form .form-group input[type='email'],
.contact-form-section .contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 15px;
  color: #2b3c6b;
  transition: all 500ms ease;
}

.contact-form-section .contact-form .form-group textarea {
  height: 170px;
  resize: none;
  margin-bottom: 30px;
}

.contact-form-section .contact-form .form-group input:focus,
.contact-form-section .contact-form .form-group textarea:focus {
  border-color: #ff7162;
}

.contact-form-section .contact-form .form-group input::-webkit-input-placeholder,
.contact-form-section .contact-form .form-group textarea::-webkit-input-placeholder {
  color: #2b3c6b;
}


/** contact-section **/

/* number section */

.number-info-section {
  position: relative;
  display: block;
}

.number-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.number-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 50px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  margin: 25px;
}

.number-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.number-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.number-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.number-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

.number-info-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number-info-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.number-info-section .single-info-box .inner-box h3 {
  margin-bottom: 29px;
}

/* number section end */



/* number  */


.number-btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 17px 40px;
  background-color: #ff7162;
  line-height: 26px;
  color: #ffffff !important;
  font-weight: 900;
  /* text-transform: uppercase; */
  cursor: pointer;
  text-align: center;
  transition: all 500ms ease;
  z-index: 1;
}

.number-btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #253b70;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.number-btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}


/* section 1 to 10 */

.number1-to10-info-section {
  position: relative;
  display: block;
}

.number1-to10-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.number1-to10-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 50px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  margin: 25px;
}

.number1-to10-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 160px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.number1-to10-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.number1-to10-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.number1-to10-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

.number1-to10-info-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 170px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number1-to10-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number1-to10-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number1-to10-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number1-to10-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number1-to10-info-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.number1-to10-info-section .single-info-box .inner-box h3 {
  margin-top: 25px;
  margin-bottom: 29px;
}

/* section 1 to 10 end */

/* section 11 to 20 */
.number11-to20-info-section {
  position: relative;
  display: block;
}

.number11-to20-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.number11-to20-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 50px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  margin: 25px;
}

.number11-to20-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 160px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.number11-to20-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.number11-to20-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.number11-to20-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

.number11-to20-info-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 170px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number11-to20-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number11-to20-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number11-to20-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number11-to20-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number11-to20-info-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.number11-to20-info-section .single-info-box .inner-box h3 {
  margin-top: 25px;
  margin-bottom: 29px;
}

/* section 11 to 20 end */



/* section 21 to 30 */


.number21-to30-info-section {
  position: relative;
  display: block;
}

.number21-to30-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.number21-to30-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 50px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  margin: 25px;
}

.number21-to30-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 160px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.number21-to30-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.number21-to30-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.number21-to30-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

.number21-to30-info-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 170px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number21-to30-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number21-to30-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number21-to30-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number21-to30-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number21-to30-info-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.number21-to30-info-section .single-info-box .inner-box h3 {
  margin-top: 25px;
  margin-bottom: 29px;
}


/* section 21 to 30 end */

/* section 31 to 40  */
.number31-to40-info-section {
  position: relative;
  display: block;
}

.number31-to40-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.number31-to40-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 50px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  margin: 25px;
}

.number31-to40-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 160px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.number31-to40-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.number31-to40-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.number31-to40-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

.number31-to40-info-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 170px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number31-to40-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number31-to40-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number31-to40-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number31-to40-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number31-to40-info-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.number31-to40-info-section .single-info-box .inner-box h3 {
  margin-top: 25px;
  margin-bottom: 29px;
}

/* section 31 to 40 end */


/* section 41 to 50 */
.number41-to50-info-section {
  position: relative;
  display: block;
}

.number41-to50-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.number41-to50-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 50px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  margin: 25px;
}

.number41-to50-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 160px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.number41-to50-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.number41-to50-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.number41-to50-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

.number41-to50-info-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 170px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number41-to50-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number41-to50-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number41-to50-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number41-to50-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number41-to50-info-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.number41-to50-info-section .single-info-box .inner-box h3 {
  margin-top: 25px;
  margin-bottom: 29px;
}


/* section 41 to 50 end */



/* section 51 to 60 */

.number51-to60-info-section {
  position: relative;
  display: block;
}

.number51-to60-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.number51-to60-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 50px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  margin: 25px;
}

.number51-to60-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 160px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.number51-to60-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.number51-to60-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.number51-to60-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

.number51-to60-info-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 170px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number51-to60-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number51-to60-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.number51-to60-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number51-to60-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.number51-to60-info-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.number51-to60-info-section .single-info-box .inner-box h3 {
  margin-top: 25px;
  margin-bottom: 29px;
}

/* section 51 to 60 end */




/* capital letter A to Z */
.capital-lettersAtoZ-info-section {
  position: relative;
  display: block;
}

.capital-lettersAtoZ-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.capital-lettersAtoZ-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 50px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  margin: 25px;
}

.capital-lettersAtoZ-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 160px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.capital-lettersAtoZ-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.capital-lettersAtoZ-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.capital-lettersAtoZ-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

.capital-lettersAtoZ-info-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 170px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.capital-lettersAtoZ-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.capital-lettersAtoZ-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.capital-lettersAtoZ-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.capital-lettersAtoZ-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.capital-lettersAtoZ-info-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.capital-lettersAtoZ-info-section .single-info-box .inner-box h3 {
  margin-top: 25px;
  margin-bottom: 29px;
}

/* capital letter A to Z end */




/* alphabets info section */
.alphabets-info-section {
  position: relative;
  display: block;
}

.alphabets-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.alphabets-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 50px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  margin: 25px;
}

.alphabets-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.alphabets-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.alphabets-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.alphabets-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

.alphabets-info-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.alphabets-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.alphabets-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.alphabets-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.alphabets-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.alphabets-info-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.alphabets-info-section .single-info-box .inner-box h3 {
  margin-bottom: 29px;
}

/* alphabets info section end */



/* two letter words section */
two-letter-words-section {
  position: relative;
  display: block;
}

.two-letter-words-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.two-letter-words-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 50px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  margin: 25px;
}

.two-letter-words-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.boldtext1 {
  color: tomato;
}

.boldtext2 {
  color: #922B21;
}

.boldtext3 {
  color: #765FE8;
}

.two-letter-words-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.two-letter-words-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.two-letter-words-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

.two-letter-words-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.two-letter-words-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.two-letter-words-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.two-letter-words-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.two-letter-words-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.two-letter-words-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.two-letter-words-section .single-info-box .inner-box h3 {
  margin-bottom: 29px;
}


/* two letter words section end */

/* colour section */





.colours-info-section {
  position: relative;
  display: block;
}

.colours-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.colours-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 50px 15px 50px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  margin: 25px;

}

.colours-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}


/* color 1 */


.colours-info-section .single-info-box .inner-box .icon-box .square {

  width: 280px;
  /* border: 16px solid rgb(241, 219, 219); */
  padding: 70px;
  margin: 10px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
}

@media only screen and (max-width: 1400px) {
  .colours-info-section .single-info-box .inner-box .icon-box .square {
    width: 200px;
  }
}

@media only screen and (max-width: 1300px) {
  .colours-info-section .single-info-box .inner-box .icon-box .square {
    width: 180px;
  }
}


@media only screen and (max-width: 1200px) {
  .colours-info-section .single-info-box .inner-box .icon-box .square {
    width: 200px;
  }
}


@media only screen and (max-width: 991px) {
  .colours-info-section .single-info-box .inner-box .icon-box .square {
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .colours-info-section .single-info-box .inner-box .icon-box .square {
    width: 200px;
  }
}

@media only screen and (max-width: 599px) {
  .colours-info-section .single-info-box .inner-box .icon-box .square {
    width: 150px;
  }
}

@media only screen and (max-width: 499px) {
  .colours-info-section .single-info-box .inner-box .icon-box .square {
    width: 150px;
  }
}


@media only screen and (max-width: 399px) {
  .colours-info-section .single-info-box .inner-box .icon-box .square {
    width: 150px;
  }
}


.colours-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}


.colours-info-section .single-info-box .inner-box h3 {
  margin-bottom: 29px;
}


/* colour section end */




.newfont {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 68px;
  color: #ffffff;

  text-align: center;
  /* line-height: 4; */
  /* font-family: "Fruktur", cursive; */
  font-weight: 100;
  text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, 0.6);
}



/* new urdu testing  */

/* .newurdu {

  font-family: 'Amiri Quran', serif;
} */




.newurdu {
  /* font-family: 'Amiri Quran', serif; */
  /* font-family: 'Amiri Quran', serif; */
  /* font-family: 'n', serif; */
  font-family: 'Noto Nastaliq Urdu Draft', serif;

}


/* Urdu letter A to Z */
.urdu-letters-info-section {
  position: relative;
  display: block;
  font-family: 'Noto Nastaliq Urdu Draft', serif;
}

.urdu-letters-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.urdu-letters-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 90px 15px 90px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.2);
  margin: 30px;
}

.urdu-letters-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 80px;
  line-height: 40px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.urdu-letters-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.urdu-letters-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
  color: #43b3d9;
}

.urdu-letters-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
  color: #ff7162;
}

/* .urdu-letters-info-section .single-info-box .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 170px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.urdu-letters-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.urdu-letters-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
} */

.urdu-letters-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.urdu-letters-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.urdu-letters-info-section .single-info-box .inner-box .text a:hover {
  color: #ff7162;
}

.urdu-letters-info-section .single-info-box .inner-box h3 {
  margin-top: 25px;
  margin-bottom: 29px;
}




/* Urdu letter end */
/* new urdu testing end */


/* 404 page */


.error-section {
  position: relative;
  padding: 150px 0px;
}

.error-section .content-box h1 {
  position: relative;
  display: block;
  font-size: 200px;
  line-height: 150px;
  color: #ff7162;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 52px;
  color: #2b3c6b;
  font-weight: 600;
  margin-bottom: 21px;
}

.error-section .text a {
  color: #ff7162;
}

.error-section .text a:hover {
  text-decoration: underline;
}

/* error page end */


/* jr-kg-alif-se-zeh */

.class-details {
  position: relative;
  display: block;
  padding: 144px 0px 143px 0px;
}

.class-details .inner-box .info-box {
  position: relative;
  display: block;
  background: url(../images/icons/info-bg.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  padding: 27px 30px 23px 30px;
}

.class-details .inner-box .info-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 55px;
}

.class-details .inner-box .info-box li:last-child {
  margin-right: 0px;
}

.class-details .inner-box .info-box li h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #bdc1ce;
  font-weight: 500;
}

.class-details .inner-box .info-box li h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.class-details .inner-box .info-box li .thumb-box {
  position: absolute;
  left: 0px;
  top: -5px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
}

.class-details .inner-box .info-box li .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.class-details .inner-box .info-box li:first-child {
  padding: 0px 0px 0px 73px;
}

.class-details .inner-box .sec-title {
  margin-bottom: 33px;
}

.class-details .inner-box .bold-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #2b3c6b;
  margin-bottom: 73px;
}

.class-details .inner-box .info-box li:first-child:before,
.class-details .inner-box .info-box li:nth-child(2):before {
  position: absolute;
  content: '';
  border: 1px dashed #59688e;
  width: 1px;
  height: 35px;
  top: 15px;
  right: -25px;
}

.class-details .inner-box .upper-content {
  position: relative;
  display: block;
  margin-bottom: 72px;
}

.class-details .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 30px;
  color: #2b3c6b;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 23px;
}

.class-details .inner-box .lower-content .text p {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.class-details .inner-box .lower-content .image-box {
  position: relative;
  display: block;
  margin-bottom: 67px;
  padding-top: 47px;
}

.class-details .inner-box .lower-content .image-box img {
  width: 100%;
}

.class-details .class-details-content {
  position: relative;
  display: block;
  margin-right: 20px;
}

.class-details .inner-box .lower-content .list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 0px 0px 0px 17px;
}

.class-details .inner-box .lower-content .list li:before {
  position: absolute;
  content: '';
  background: #ff7162;
  height: 6px;
  width: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.class-details .inner-box .lower-content .list li:last-child {
  margin-bottom: 0px;
}

.class-details .inner-box .lower-content .list {
  position: relative;
  display: block;
  padding-top: 8px;
}

.class-details .class-details-sidebar .inner-box {
  position: relative;
  display: block;
  background: #f1efe8;
  padding: 44px 40px 23px 40px;
  border-radius: 20px;
}

.class-details .class-details-sidebar .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #2b3c6b;
  font-weight: 900;
  margin-bottom: 15px;
}

.class-details .class-details-sidebar .inner-box .text {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.class-details .class-details-sidebar .inner-box .info-list li {
  position: relative;
  display: block;
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 1px dashed #cdccc5;
}

.class-details .class-details-sidebar .inner-box .info-list li:last-child {
  border: none;
  margin-bottom: 0px;
}

.class-details .class-details-sidebar .inner-box .info-list li h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #2b3c6b;
  font-weight: 700;
}

.class-details .class-details-sidebar .inner-box .info-list li span {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 26px;
  color: #ff7162;
  font-weight: 700;
}


/* calss details end */


/*** 

====================================================================
                        Events-Page
====================================================================

***/





/* morden css */

.event-page-section {
  position: relative;
  display: block;
  padding: 150px 0px 120px 0px;
}

.event-page-section .event-block:nth-child(2) .event-block-one .inner-box .content-box .date {
  background-image: url(../images/icons/date-bg-2.png);
  background-repeat: no-repeat;
}

.event-page-section .event-block:nth-child(3) .event-block-one .inner-box .content-box .date {
  background-image: url(../images/icons/date-bg-3.png);
  background-repeat: no-repeat;
}

.event-page-section .event-block:nth-child(4) .event-block-one .inner-box .content-box .date {
  background-image: url(../images/icons/date-bg-4.png);
  background-repeat: no-repeat;
}

.event-page-section .event-block:nth-child(5) .event-block-one .inner-box .content-box .date {
  background-image: url(../images/icons/date-bg-5.png);
  background-repeat: no-repeat;
}

.event-page-section .event-block:last-child .event-block-one .inner-box .content-box .date {
  background-image: url(../images/icons/date-bg-6.png);
  background-repeat: no-repeat;
}

.event-page-section .event-block-one .inner-box {
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}




/** event-details **/

.event-details {
  position: relative;
  display: block;
  padding: 150px 0px 150px 0px;
}

.event-details .event-details-content {
  position: relative;
  display: block;
  margin-right: 20px;
}

.event-details .event-details-content .image-box {
  position: relative;
  display: block;
  margin-bottom: 73px;
  border-radius: 20px;
}

.event-details .event-details-content .image-box img {
  width: 100%;
  border-radius: 20px;
}

.event-details .event-details-content .inner-box .date {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fbb419;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.event-details .event-details-content .inner-box h1 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #2b3c6b;
  font-weight: 900;
  margin-bottom: 33px;
}

.event-details .event-details-content .inner-box .bold-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #2b3c6b;
  margin-bottom: 73px;
}

.countdown-box {
  position: relative;
  display: block;
  background: url(../images/icons/countdown-bg.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  padding: 30px 40px 30px 40px;
  margin-bottom: 72px;
}

.countdown-timer .counter-column:last-child {
  border-right: none;
}

.countdown-timer .counter-column {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #fbb419;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}

.countdown-timer .counter-column:nth-child(2) {
  background: #43b8e0;
}

.countdown-timer .counter-column:nth-child(3) {
  background: #e84174;
}

.countdown-timer .counter-column:last-child {
  margin-right: 0px;
  background: #86ca50;
}

.countdown-timer .counter-column span {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
  top: 27px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.event-details .event-details-content .countdown-box h3 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 35px;
  color: #fff;
  font-weight: 900;
  margin-right: 20px;
  margin-bottom: 0px;
  top: -11px;
}

.event-details .event-details-content .countdown-box .countdown-timer {
  position: relative;
  display: inline-block;
}

.event-details .event-details-content .text {
  position: relative;
  display: block;
  padding-bottom: 10px;
}

.event-details .event-details-content .text p {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.event-details .event-details-content .google-map-area {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.event-details .event-details-content .google-map-area #contact-google-map {
  position: relative;
  width: 100%;
  height: 400px;
}

.event-details .event-details-content .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  color: #2b3c6b;
  margin-bottom: 23px;
  margin-top: 31px;
}

.event-details .event-details-content .inner-box .list-item {
  position: relative;
  display: block;
  margin-bottom: 72px;
}

.event-details .event-details-content .inner-box .list-item li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 0px 0px 0px 17px;
}

.event-details .event-details-content .inner-box .list-item li:last-child {
  margin-bottom: 0px;
}

.event-details .event-details-content .inner-box .list-item li:before {
  position: absolute;
  content: '';
  background: #ff7162;
  height: 6px;
  width: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.event-details .event-details-content .inner-box .social-style-one {
  margin-bottom: 80px;
}

.event-details .event-details-sidebar .inner-box {
  position: relative;
  display: block;
  background: #f1efe8;
  padding: 44px 40px 50px 40px;
  border-radius: 20px;
}

.event-details .event-details-sidebar .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #2b3c6b;
  font-weight: 900;
  margin-bottom: 15px;
}

.event-details .event-details-sidebar .inner-box .text {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.event-details .event-details-sidebar .inner-box .info-list li {
  position: relative;
  display: block;
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 1px dashed #cdccc5;
}

.event-details .event-details-sidebar .inner-box .info-list li:last-child {
  border: none;
  margin-bottom: 14px;
}

.event-details .event-details-sidebar .inner-box .info-list li h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #2b3c6b;
  font-weight: 700;
}

.event-details .event-details-sidebar .inner-box .info-list li span {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 26px;
  color: #ff7162;
  font-weight: 700;
}

.event-details .event-details-sidebar .inner-box .info-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 26px;
  color: #ff7162;
  font-weight: 700;
}

.event-details .event-details-sidebar .inner-box .info-list li a:hover {
  color: #2b3c6b;
}