

/*-------------------------------------------------
General CSS 
---------------------------------------------------*/
 body {
     background: #ffffff;
     font-family: 'Roboto', sans-serif;
     font-size: 18px;
     font-weight: 400;
     line-height: 28px;
     color: #444444;
     overflow-x: hidden;
}

/* Custom Container */
/*@media (min-width: 1366px) {
    .container {
        max-width: 1400px;
    }
}*/

/* Common CSS */
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Jost', sans-serif;
     color: #222222;
     line-height: 1.2;
     font-weight: 700;
     margin-top: 0;
     margin-bottom: 10px;
     padding: 0;
     text-transform: capitalize;
}
p {
     margin: 0;
     padding: 0;
}
a {
     margin: 0;
     padding: 0;
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 a:focus, a:hover {
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 ul {
     margin: 0;
     padding: 0;
}
 ul li {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
 img {
     max-width: 100%;
     height: auto;
}
/* Form CSS */
 .form-control {
     height: 45px;
     margin-bottom: 30px;
     box-shadow: none;
     border: 1px solid #e4e4e4;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     border-radius: 0px;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
}
 .form-control:focus {
     border-color: #999999;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
}

 ::-webkit-input-placeholder {
     color: #676767 !important;
}
 ::-moz-placeholder {
     color: #676767 !important;
}
 ::-o-placeholder {
     color: #676767 !important;
}
 :-ms-input-placeholder {
     color: #676767 !important;
}
 input:-moz-placeholder {
     color: #676767 !important;
}

/* Background Over Layer CSS */
 .over-layer-black {
     position: relative;
}
 .over-layer-black:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(34, 34, 34, 0.8);
}
 .over-layer-white {
     position: relative;
}
 .over-layer-white:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(255, 255, 255, 0.8);
}




/* Theme btn CSS */
 .theme-btn {
  background-color: #dd9d64;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  border: none;
  text-transform: capitalize;
  padding: 15px 40px 15px;
  border-radius: 200px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
 .theme-btn i {
    font-size: 30px;
    position: relative;
    bottom: -5px;
 }
 .theme-btn:hover {
    color: #ffffff;
    background-color: #dd9d64;
    transform: scale(1.1);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}





/* back-to-top CSS */
 #back-to-top {
    position: fixed;
    bottom: 100%;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: #dd9d64;
  }

 #back-to-top.show {
    opacity: 1;
    bottom: 15px;
    transition: 1s ease-out;
}




/* Pagination CSS */
 .my-pagination {
     text-align: center;
     display: flex;
     justify-content: center;
}
 .my-pagination {
     margin-top: 20px;
}
 .my-pagination .page-link {
     color: #ffffff;
     background-color: #dd9d64;
     margin: 0 10px;
     padding: 3px 15px;
     border: none;
     font-size: 18px;
}
 .my-pagination .page-link:hover {
    background: #FFFF50;
    border-color: #FFFF50;
    color: #000000;
 }
 .my-pagination .page-item.active .page-link {
     background: #FFFF50;
     border-color: #FFFF50;
}





/*------------------------------------------------ 
 Header CSS 
--------------------------------------------------*/
.header-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-area .navbar-collapse {
  flex-grow: 0;
}


/* Header Nav CSS Start */
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 25px;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #ffffff;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}




/* NavBar Fixed CSS */
.header-area.sticky .fixed-top {
  z-index: 99999;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-area.sticky .fixed-top.navbar-dark .navbar-nav .nav-link {
  color: #dd9d64 !important;
}




/*------------------------------------------------ 
 Banner CSS
--------------------------------------------------*/
.banner-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 250px 0;
}
.banner-area:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgb(221,157,100);
  background: -moz-linear-gradient(37deg, rgba(221,157,100,0.9) 0%, rgba(245,138,42,0.8) 100%);
  background: -webkit-linear-gradient(37deg, rgba(221,157,100,0.9) 0%, rgba(245,138,42,0.8) 100%);
  background: linear-gradient(37deg, rgba(221,157,100,0.9) 0%, rgba(245,138,42,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd9d64",endColorstr="#f58a2a",GradientType=1);
}
#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.bottom-shape {
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
  width: 100%;
}
.bottom-shape img {
  width: 100%;
}
/*.text-middle {
  height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
}*/
.banner-col {
  position: relative;
  z-index: 1;
}
.banner-col h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 52px;
  margin-bottom: 30px;
}
.banner-col p {
  color: #ffffff;
  margin-bottom: 30px;
  opacity: 0.9;
}
.banner-col .theme-btn {
  background-color: #dd9d64;
  font-weight: bold;
  text-transform: uppercase;
}
.banner-img {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 1;
  max-width: 720px;
}
.banner-img img {
  width: 100%;
}

.abstract-img {
    max-width: 30px;
    position: absolute;
    z-index: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: updown 5s infinite;
    animation: updown 5s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.abstract-img-1 {
    left: 8%;
    top: 22%;
}
.abstract-img-2 {
    left: 5%;
    bottom: 25%;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 8000ms;
    animation-duration: 8000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.abstract-img-3 {
    right: 10%;
    top: 22%;
    -webkit-animation: updown 8s infinite;
    animation: updown 8s infinite;
}
.abstract-img-4 {
    right: 10%;
    bottom: 45%;
    -webkit-animation: updown 10s infinite;
    animation: updown 10s infinite;
}
.abstract-img-5 {
    right: 40%;
    top: 230px;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 5000ms;
    animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; 
}
.abstract-img-6 {
    right: 50%;
    bottom: 20%;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 5000ms;
    animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; 
}


@-webkit-keyframes updown {
    0%   {
        -webkit-transform : translate(0);
        transform : translate(0)
    }
    50%  { 
        -webkit-transform : translate(50px, -20px); 
        transform : translate(50px, -20px)
    }

    100%  { 
        -webkit-transform : translate(0); 
        transform : translate(0)
    }
}


@keyframes updown {
    0%   {
        -webkit-transform : translate(0);
        transform : translate(0)
    }
    50%  { 
        -webkit-transform : translate(50px, -20px); 
        transform : translate(50px, -20px)
    }

    100%  { 
        -webkit-transform : translate(0); 
        transform : translate(0)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    to {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    to {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}






/*------------------------------------------------ 
 How It works CSS
--------------------------------------------------*/
.how-it-works-area {
  padding: 120px 0 90px;
}
.my-title {
  margin-bottom: 60px;
}
.my-title h2 {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
.how-it-works-col {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.how-it-works-col:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 354px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-shape-1:before {
  background-image: url(../images/bg-shae-1.png);
  opacity: 0.5;
}
.bg-shape-2:before {
  background-image: url(../images/bg-shae-2.png);
  opacity: 0.5;
}
.bg-shape-3:before {
  background-image: url(../images/bg-shae-3.png);
  opacity: 0.5;
}
.how-it-works-col .number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  position: relative;
  top: 0;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.how-it-works-col:hover .number {
  position: relative;
  top: -20px;
  transform: scale(1.5);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.how-it-works-col .number:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #dd9d64;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.how-it-works-col .number:after {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fdc7c7;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.how-it-works-col .number span {
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-family: 'Jost', sans-serif;
}



/*------------------------------------------------ 
 PageName CSS
--------------------------------------------------*/
.pagename-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 180px 0 180px;
}
.pagename-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.pagename-box {
  text-align: center;
  position: relative;
  z-index: 1;
}
.pagename-box h2 {
  color: #FFFF50;
  font-size: 60px;
}
.pagename-box ul li {
  display: inline-block;
  margin: 0 3px;
  color: #ffffff;
}
.pagename-box ul li a {
  color: #FFFF50;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


/*------------------------------------------------ 
 About CSS
--------------------------------------------------*/
.about-area {
  padding: 120px 0 90px;
  position: relative;
  overflow: hidden;
}
.about-img {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.about-img-1 {
  padding-bottom: 60px;
  padding-right: 60px;
}
.about-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 10px solid #ffffff;
  max-width: 280px;
}
.about-col {
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
.about-col .my-title {
  margin-bottom: 30px;
}
.about-col p {
  margin-bottom: 15px;
}
.woman-img {
  position: absolute;
  left: 11%;
  bottom: 0;
  z-index: 0;
  max-width: 700px;
}
.woman-img:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: -1;
  width: 528px;
  height: 468px;
  background-image: url(../images/bg-shae-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.woman-img img {
  width: 100%;
}

.about-paddy-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.about-paddy-img img {
  opacity: 0.4;
}


.title-bdr {
  position: relative;
  height: 5px;
  border-radius: 30px;
  background-color: #dd9d64;
  width: 100px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 18px;
  overflow: hidden
}

.title-bdr:after,
.title-bdr:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #fff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG
}

.title-bdr:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #fff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }
}





/*------------------------------------------------ 
 course CSS
--------------------------------------------------*/
.products-area {
  padding: 120px 0;
  background-color: #f7f1ec;
  position: relative;
}
.products-col {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.products-img {
  overflow: hidden;
}
.products-img img {
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.products-col:hover .products-img img {
  transform: scale(1.2);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.products-text-content {
  background-color: #ffffff;
  padding: 25px 20px 30px;
}
.products-text-content h4 {
  margin-bottom: 20px;
}
.products-text-content .theme-btn {
  
}
.more-btn {
  position: relative;
  z-index: 1;
}
.more-btn .theme-btn {
  width: 220px;
  line-height: 38px;
}

.products-area .round1{
  width: 100px;
  height: 100px;
  position: absolute;
  left: 10%;
  top: 150px;
  z-index: 0;
  border-radius: 50%;
  background-color: #f9efa7;
  -webkit-animation: zoomanimation 1.5s alternate infinite ease-in;
  animation: zoomanimation 1.5s alternate infinite ease-in;
}
.products-area .round2{
  width: 150px;
  height: 150px;
  position: absolute;
  left: 8%;
  bottom: 150px;
  z-index: 0;
  border-radius: 50%;
  background-color: #cfdfff;
  -webkit-animation: zoomanimation-2 2s alternate infinite ease-in;
  animation: zoomanimation-2 2s alternate infinite ease-in;
}
.products-area .round3{
  width: 220px;
  height: 220px;
  position: absolute;
  right: -5%;
  top: 20%;
  z-index: 0;
  border-radius: 50%;
  background-color: #fdd8cc;
  -webkit-animation: zoomanimation-3 2.5s alternate infinite ease-in;
  animation: zoomanimation-3 2.5s alternate infinite ease-in;
}

@-webkit-keyframes zoomanimation {
  0%   {-webkit-transform: scale(.5);transform: scale(.5);}
  100% {-webkit-transform: scale(1.1);transform: scale(1.1);}
}
@keyframes zoomanimation {
  0%   {-webkit-transform: scale(.5);transform: scale(.5);}
  100% {-webkit-transform: scale(1.1);transform: scale(1.1);}
}
@-webkit-keyframes zoomanimation-2 {
  0%   {-webkit-transform: scale(.5);transform: scale(.5);}
  100% {-webkit-transform: scale(1.1);transform: scale(1.1);}
}
@keyframes zoomanimation-2 {
  0%   {-webkit-transform: scale(.5);transform: scale(.5);}
  100% {-webkit-transform: scale(1.1);transform: scale(1.1);}
}
@-webkit-keyframes zoomanimation-3 {
  0%   {-webkit-transform: scale(.5);transform: scale(.5);}
  100% {-webkit-transform: scale(1.1);transform: scale(1.1);}
}
@keyframes zoomanimation-3 {
  0%   {-webkit-transform: scale(.5);transform: scale(.5);}
  100% {-webkit-transform: scale(1.1);transform: scale(1.1);}
}


/* Modal Popup css */
.modal-open .header-area {
  z-index: 9;
}
.my-modal.modal {
  z-index: 999999;
}
.my-modal.modal .modal-body .form-control {
  height: 50px;
  margin-bottom: 15px;
  border: none;
  background-color: #f7f1ec;
}
.my-modal.modal .modal-body textarea.form-control {
  height: auto;
  min-height: 120px;
}
.my-modal.modal .modal-body .theme-btn {
  padding: 13px 50px;
  width: 100%;
}
.my-modal.modal .modal-body .theme-btn:hover {
  transform: scale(1);
  background-color: #666666;
}

/*------------------------------------------------ 
 Course Details CSS
--------------------------------------------------*/
.course-details-area {

}
.course-details-area .faq-col {
  max-width: 100%;
  margin-top: 50px;
}
.course-details-area .about-col {
  margin-bottom: 30px;
}
.course-details-sidebar {
  background-color: #FFF7F6;
  padding: 50px 30px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.course-details-sidebar h4 {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 5px 15px;
  background-color: #dd9d64;
  color: #ffffff;
}
.other-courses ul li {
  position: relative;
  padding-right: 18px;
}
.other-courses ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #000000;
}
.other-courses ul li:hover:before {
  border-right: 8px solid #dd9d64;
}
.other-courses ul li a {
  color: #444444;
  opacity: 0.6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  display: block;
}
.other-courses ul li a:hover {
  opacity: 1;
}
.other-courses ul li.active a {
  opacity: 1;
}
.quick-contact .theme-btn {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
}




/*------------------------------------------------ 
 Video CSS
--------------------------------------------------*/
.video-area {
  position: relative;
  background-color: #000000;
}
#myVideo {
  width: 100%;
  position: relative;
  margin-bottom: -10px;
}
.video-area h2 {
  margin-bottom: 0;
  padding: 5px 20px;
  position: absolute;
  left: 70px;
  bottom: 70px;
  z-index: 1;
  background-color: #dd9d64;
  color: #ffffff;
}


/*------------------------------------------------ 
 Text CSS
--------------------------------------------------*/
.trainer-area {
  padding: 120px 0  90px;
  background-color: #FFF7F6;
}
.trainer-col {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.15);
}
.trainer-img {
  position: relative;
  overflow: hidden;
}
.trainer-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.trainer-col:hover .trainer-img img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.trainer-img ul {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -55px;
  z-index: 0;
  padding: 10px 10px;
  background-color: #FFFF50;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.trainer-col:hover .trainer-img ul {
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.trainer-img ul {
  display: flex;
  justify-content: space-between;
  padding: 10px 35px;
}
.trainer-img ul li {
  margin: 5px 0;
}
.trainer-img ul li a img {
  color: #000000;
  height: 25px;
}
.trainer-img ul li a:hover {
  color: #ffffff;
}
.trainer-col h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.trainer-col p {
  text-transform: capitalize;
}
.trainer-col p span {
  color: #030A65;
  font-weight: bold;
}
.trainer-content {
  padding-bottom: 20px;
}



/*------------------------------------------------ 
 Text CSS
--------------------------------------------------*/
.text-area {
  padding: 100px 0 85px;
}
.text-col p {
  margin-bottom: 15px;
}
.text-area .my-title h2:after {
  display: none;
}




/*------------------------------------------------ 
 Contact CSS
--------------------------------------------------*/
.contact-area {
  padding: 120px 0;
  background: transparent;
  position: relative;
}
.contact-col {

}
.contact-info-col {
  display: flex;
  justify-content: space-between;
}
.contact-info-box {
  width: 32%;
  text-align: center;
  margin-bottom: 30px;
  background-color: #f7f1ec;
  padding: 50px 20px;
}
.contact-info-box:last-child {
  border: none;
}
.contact-info-box img {
  margin-bottom: 20px;
}
.contact-info-box p {
  font-weight: bold;
}
.form-col {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #dddddd;
}
.form-col .form-control {
  min-height: 50px;
  border: none;
  background-color: #f7f1ec;
  border-radius: 0;
}
.form-col textarea.form-control {
  height: 100%;
  border-radius: 0;
}
.form-col .btn {
  margin-top: 30px;
}


/*------------------------------------------------ 
 Footer CSS
--------------------------------------------------*/
.footer-area {
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.counter-col {
  margin-bottom: 50px;
  text-align: center;
  padding: 50px 30px;
  border: 1px solid #242424;
  position: relative;
  z-index: 1;
}
.counter-col h2.counter {
  color: #dd9d64;
  position: relative;
  display: inline-block;
}
.counter-col h2.counter:before {
  content: "+";
  position: absolute;
  right: -30px;
  top: -3px;
  z-index: 0;
  color: #ffffff;
  font-weight: normal;
}
.counter-col h4 {
  color: #ffffff;
  font-weight: normal;
}
.social-icons {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid #242424;
}
.social-icons h4 {
  color: #ffffff;
  margin-bottom: 20px;
}
.social-icons ul li {
  margin: 0 10px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.social-icons ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dd9d64;
  position: relative;
  z-index: 1;
}
.social-icons ul li a:hover {
  transform: scale(1.2);
}
.social-icons ul li img {
  height: 25px;
}
.footer-menu {

}
.footer-menu ul li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu ul li a {
  color: #ffffff;
  opacity: 0.7;
  text-transform: capitalize;
}
.copyright {
  text-align: left;
}
.copyright p {
  color: #ffffff;
  opacity: 0.4;
  position: relative;
  z-index: 1;
}
.paddy-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.1;
}
.paddy-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.1;
}




/*------------------------------------------------ 
            Responsive CSS
--------------------------------------------------*/

@media only screen and (max-width:1920px) {
  
}

@media only screen and (max-width:1680px) {
  .woman-img {
    left: 3%;
  }
}

@media only screen and (max-width:1600px) {
  
}

@media only screen and (max-width:1440px) {
  .banner-img {
    right: 2%;
    max-width: 600px;
  }
  .woman-img {
    max-width: 625px;
  }
}

@media only screen and (max-width:1366px) {
  .banner-col h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .how-it-works-col:before {
    width: 320px;
    height: 282px;
  }
}


@media only screen and (max-width:1199px) {
  .banner-area {
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 0;
    text-align: center;
  }
  .banner-img {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    margin-top: 30px;
  }
  .woman-img {
    position: relative;
    margin: 0 auto;
    left: auto;
  }
  .about-two-area {
    padding-top: 120px;
  }
  .woman-img img {
    padding: 0 15px;
  }
  .about-col {
    margin-bottom: 50px;
    padding-left: 0;
  }
  .course-details-sidebar {
    margin-left: 0;
  }

}

@media only screen and (max-width:1024px) {
  
}

@media only screen and (max-width:991px) {
  
  /* Header Nav CSS Start */
  #mainNav .navbar-toggler {
   background-color: #dd9d64;
   padding: 8px;
  }
  .navbar-toggler-icon {
    background-image: url(../images/icons/nav.png);
    width: 45px;
    height: 30px;
  }
  .header-area .navbar-collapse {
    background-color: #dd9d64;
  }
  .header-area.sticky .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 12px 25px;
    font-weight: bold;
  }

  
  /* Header Nav CSS End */


  .about-col {
    padding-left: 0;
  }
  
  
}

@media only screen and (max-width:767px) {
  .footer-menu,
  .copyright {
    text-align: center;
  }
  .copyright {
    margin-top: 10px;
  }
  .my-title h2:before,
  .my-title h2:after {
    display: none;
  }
  .contact-info-col {
    display: block;
  }
  .contact-info-box {
    width: 100%;
  }
}

@media only screen and (max-width:600px) {
  
}

@media only screen and (max-width:575px) {
  .bottom-shape {
    bottom: -1px;
  }
  .bottom-shape img {
    min-height: 30px;
  }
  .video-area h2 {
    left: 10px;
    top: 10px;
    bottom: auto;
    font-size: 18px;
  }
}

@media only screen and (max-width:480px) {
  .stellarnav .menu-toggle {
    margin-top: 20px;
  }
  .banner-col h1,
  .my-title h2 {
    font-size: 32px;
  }
  .course-details-sidebar {
    padding: 20px;
  }
  .form-col {
    padding: 20px;
  }
  .banner-area {
    padding-top: 150px;
  }
  .about-img-2 {
    max-width: 200px;
  }
  .video-area {
    height: 50vh;
    padding: 0;
  }
  .video-area h2 {
    font-weight: 400;
  }
  .paddy-1,
  .paddy-2 {
    max-width: 180px;
  }
  .social-icons ul li {
    margin: 0 2px;
  }
}

@media only screen and (max-width:420px) {
  .bottom-shape {
    bottom: -3px;
  }
}

@media only screen and (max-width:375px) {
  .bottom-shape {
    bottom: -5px;
  }

}

@media only screen and (max-width:320px) {

}