/*=====common css=========*/
*{
    padding: 0;
    margin: 0;
    /* max-width: 100%; */
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
.py-30{
    padding: 30px 0;
}
button:focus{
    outline: 0;
}
.section-padding{
    padding: 100px 0;
}
.text-orange{
    color:#f33a09!important;
}
.text-yellow{
    color:#fcff00;
}
.text-dark-blue{
    color: #2f3286!important;
}
.font-weight-600{
    font-weight: 600;
}
.bg-dark-gray{
    background: #4f4f4f!important;
}
.bg-dark-blue{
    background: #2f3286!important;
}
.custom-orange-btn{
    background-color:#f33a09;
    color: #fff;
    border: 0;
    font-weight: bold;
    padding: 10px 70px;
    font-size: 20px;
}
.custom-orange-btn:hover{
    color:#fff;
    text-decoration: none;
}
.custom-orange-btn:focus{
    color:#fff;
}
.custom-black-btn{
    background-color:#000000;
    color: #fff;
    border: 0;
    font-weight: bold;
    padding: 10px 70px;
    font-size: 20px;
}
.custom-gray-btn{
    background-color:#C3C3C3;
    color: #fff;
    border: 0;
    font-weight: bold;
    padding: 10px 40px;
    font-size: 20px;
}
.page-heading1{
    text-align: center;
    color:#909090;
    font-size:25px; 
}
.page-heading2{
    text-align: center;
    color:#000;
    font-size:38px; 
    font-weight: bold;
}

.separator{
    width: 200px;
    height: 2px;
    background: #f33a09;
    position: relative;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;

}
.separator .square{
    width: 20px;
    height: 20px;
    background: #f33a09;
    display: inline-block;
}
.separator .square-container{
    position: absolute;
    left: 90px;
    top: -10px;
    transform: rotate(45deg);
}
/*====top wrapper css=====*/
.header-outer-div{
    box-shadow: 0px 3px 17px 0px #d5d5d5;
    background: #fff;
}
#home-top-wrapper-slider .carousel-inner{
    background: url(../../img/bg2.png)no-repeat;
    background-position: bottom;
    background-size: cover;
}
.home-top-wrapper{
    position: relative;
    color: #fff;
    font-weight: bold;
}
#home-top-wrapper-slider .carousel-item{
    height: 100vh;
}
#home-top-wrapper-slider .wrapper-1{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - 190px);
    top: 190px;
}
#home-top-wrapper-slider .wrapper-2{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - 120px);
    top: 120px;
}
.header-top-container{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:100%;
}
.home-top-wrapper header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-top-wrapper header .custom-orange-btn{
    padding: 8px 45px;
    /* float: right; */
}
header img.logo{
    width: 150px;
}
.home-top-wrapper .wrapper-text{
    color: #000;
    /* margin: 150px 0 100px; */
    display: flex;
    align-items: center;
}
.home-top-wrapper .wrapper-text ul {
    margin-bottom: 50px;
}
.home-top-wrapper .wrapper-text ul li{
    margin-bottom: 10px;
    list-style: none;
    color: rgb(144, 144, 144);
    font-size: 20px;
    font-weight: bold;
}
.home-top-wrapper .wrapper-text ul li i{
    padding: 10px;
    background: #f33a09;
    color: #fff;
    border-radius: 9px;
    font-size: 22px;
    margin-right: 10px;
}
.home-top-wrapper .wrapper-text .wrapper-heading1{
    font-size: 50px;
    font-weight: 600;
    font-weight: 800;
    margin-bottom: 16px;
}
.home-top-wrapper .wrapper-text .wrapper-heading2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.home-top-wrapper .wrapper-text .wrapper-heading3{
    font-size: 22px;
    font-weight: 600;
}
.home-top-wrapper .wrapper-text .wrapper-heading4{
    font-size: 18px;
    margin-bottom: 20px;
}
.home-top-wrapper .wrapper-text .wrapper-heading3 span{
    font-size: 45px;
    font-weight: 800;
    color: #f33a09;
}
.home-top-wrapper .wrapper-text .contact-link{
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    font-size: 25px;
}
.home-top-wrapper .wrapper-text .contact-link i{
    margin-right: 10px;
}
.home-top-wrapper .wrapper-text .contact-link:hover{
    background: #000;
    text-decoration: none;
}
.home-top-wrapper  .carousel-control-next , .home-top-wrapper  .carousel-control-prev{
    bottom:unset;
    top:50%;
    width:30px;
}
.home-top-wrapper .wrapper-text{
    padding-left:20px;
    justify-content: space-between;
    /* transform: translateX(-50%);
    left: 50%; */
}
/*second wrapper*/
.wrapper-1{
    display: block!important;
    color: #000;
    flex-wrap: wrap!important;
    text-align: center;
    width:100%;
}
.wrapper-1 p{

}
.wrapper-1 .three-d-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 12px;
}
.wrapper-1 .wrapper-heading2{
    font-size: 18px!important;
    font-weight: 400!important;
    margin-bottom: 16px!important;
}
.wrapper-1 .three-d-list .wrapper-heading3{
        padding-right: 15px;
    padding-left: 15px;
    border-right: 2px solid #f33a09;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 800;
}
.wrapper-1 .three-d-list .wrapper-heading3:last-child{
    border-right: 0;
}
.wrapper-1 .top-infograph{
    height: calc(100% - 130px);
}
.wrapper-1 .top-infograph img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}

.wrapper-2 img{
    position: absolute;
    bottom: 0;
    right: -26%;
    object-fit: contain;
    width: 100%;
}
.top-infograph-2{
    height: 100%;
}
.home-top-wrapper .wrapper-text{
    flex-wrap: wrap;
}
#home-top-wrapper-slider .carousel-control-next, #home-top-wrapper-slider .carousel-control-prev {
    opacity: 1;
}
#home-top-wrapper-slider .carousel-control-next i , #home-top-wrapper-slider .carousel-control-prev i{
    color: #1c1c1c;
    font-size: 40px;
}
/*header css here*/
.header-contact-detail{
    background-color: #6a6a6a;
}
.header-contact-inner{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
header .phone-no{

}
header .email{
    
}

/*======================================= navigation css here =======================================*/
nav{
    background-color: rgb(0, 0, 0);
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   
}
nav ul li {
    float: left;
}
nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 24px;
}
nav li a:hover {
    background-color: #f33a09;
    color: #fff;
    text-decoration: none;
}
/* nav .active {
    background-color: #f33a09;
} */

/*=======================second section css==========================*/
.what-we-learn-sec{
    background: url(../../img/only-gray-bg.png);
    /* background: #fff; */
}
.what-we-learn-sec .inner-bg{
    background: url(../../img/2nd-section/what-we-learn-image.png) no-repeat;
    background-position: bottom right;
}
.orange-circle{
    border: 2px solid #f33a09;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}
.orange-circle img{
    border-radius: 50%;
    width: 180px;
    height: 180px;
    transition: all ease-in-out 0.3s;
}
.orange-circle img:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.learn-col{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
}

/*==============================book now banner css here===============================*/
.book-now-banner{
    background: url(../../img/cta-1.png) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 75px 0px;
    text-align: center;
}
.book-now-banner h2{
    font-weight: 700;
    font-size: 45px;
}
.book-now-banner h3{
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 60px;
}
.book-now-banner .custom-black-btn{
    padding: 20px 70px;
    font-size: 20px;
}

/*========================website earning  types section css here==========================*/
.website-earning-sec .square-container{
    background-color:#fff; 
}
.website-card-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.website-card-col h3{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
}
.website-card-col .image {
    position: relative;
    height: calc(100% - 26px);
}
.website-card-col .image img{
    max-width: 100%;
    width: 100%;
}
.website-card-col .image .img-overlay{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    left: 0;
    padding: 10px;
}
.website-card-col .image .img-overlay span.charges{
    color:#fcff00;
    font-size: 21px;
}
.website-card-col .image .img-overlay span.amt{
    font-size: 22px;
    font-weight: 600;
}
.website-card-col .image .img-overlay span.amt span{
    font-size: 78px;
    height: 40px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.website-benefit-section{
    background:url(../../img/3rd-section/3rd-section-banner.png) no-repeat;
    background-size: cover;
    padding: 100px 0 50px;
    color:#fff;
    margin-top: -50px;
}
.website-benefit-section .left-sec h3{
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 600;
}
.website-benefit-section .left-sec h2{
    font-size: 50px;
    color: #fcff00;
    font-weight: 600;

}
.website-benefit-section .right-sec h4{
    background: #333333;
    padding: 10px;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
}
.website-benefit-section .right-sec ul{
    margin-left: 20px;
}
.website-benefit-section .right-sec ul li{
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
}


/*================================tools css here=======================================*/
.tools-sec{
    /* background: url(../../img/only-gray-bg.png); */
    background-color: #fff;
}
.tools-sec .inner-bg{
    background: url(../../img/4th-section/tools-bg-image.png) no-repeat;
    background-position: bottom right;
}
.tools-col{
    background: #ebebeb;
    height: 170px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.tools-col img{
    max-width:100%;
}

/*======================================why join section css here======================================*/
#join-us-slider{
    margin: 30px 0;
    display: none;
}
.d-block{
    display: block!important;
}
.why-join-sec{
    background: url(../../img/5th-section/why-you-have-join-banner.png) no-repeat;
    background-size: cover;
}
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 300px;
    /* border: 1px solid #f1f1f1; */
    perspective: 1000px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  /* background-color: #bbb;
  color: black; */
}

.flip-box-back {
  background-color: #fff;
  color: rgb(0, 0, 0);
  transform: rotateY(180deg);
}
.flip-box-back img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}
.flip-box-back h4{
    color:#f33a09;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    padding: 0 8px
}
.flip-box-back p{
    font-size: 15px;
    text-align: center;
    padding: 0 4px;
    line-height: 1.3;
}
.front-box-content{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}
.front-box-content h3{
    font-size: 22px;
}
.why-join-sec .lSAction>.lSPrev {
    text-align: center;
    background-position: 0 0;
    left: 10px;
    background: #f33a09;
    padding: 5px;
    border-radius: 50%;
    color: #fff!important;
    opacity: 1;
}
.why-join-sec .lSAction>.lSNext {
    text-align: center;
    background-position: 0 0;
    background: #f33a09;
    padding: 5px;
    border-radius: 50%;
    color: #fff!important;
    opacity: 1;
}
/*======================================day wise schedule css here======================================*/
.work-schedule-section{
    background: url(../../img/workshop-schdule/course-image-1.png) no-repeat;
    background-position: left bottom;
}
.schedule-col:nth-child(even){
    width: 90px;
}
.schedule-col:nth-child(odd){
    width: 180px;
}
.schedule-col:nth-child(even) .lower {
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-col:nth-child(even) .upper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-col:nth-child(even) .lower span{
    text-orientation: mixed;
    writing-mode: vertical-lr;
    font-size: 23px;
    font-weight: 600;
    color: #8c8c8c;
}
.schedule-col:nth-child(even) .upper span{
    text-orientation: mixed;
    writing-mode: vertical-lr;
    font-size: 23px;
    font-weight: 600;
    color: #8c8c8c;
}
.schedule-col:nth-child(1) .upper{
    border:1px solid #f33a09;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.schedule-col:nth-child(5) .upper{
    border:1px solid #2f3286;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.schedule-col:nth-child(3) .lower{
    border:1px solid #f33a09;
    border-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.schedule-col:nth-child(7) .lower{
    border:1px solid #2f3286;
    border-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.schedule-col{
    display: inline-block;
    vertical-align: top;
}
.schedule-col .upper{
    height: 250px;
    text-align: center;
}
.schedule-col .lower{
    height: 250px;
    text-align: center;
}
.schedule-col .middle{
    background: #f33a09;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding: 3px 10px;
    height: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.schedule-col .upper img{
    margin: 20px 0;
}
.schedule-col .lower img{
    margin: 20px 0;
}
/*================================= schedule for mobile css =================================*/
.work-schedule-section{
    background: url(../../img/workshop-schdule/course-image-1.png) no-repeat;
    background-position: left bottom;
}
.work-schedule-section-mob .schedule-col{
    width:80%;
    margin-bottom: 15px;
}
.work-schedule-section-mob .schedule-col:nth-child(1) .upper{
    border:1px solid #f33a09;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.work-schedule-section-mob .schedule-col:nth-child(5) .upper{
    border:1px solid #2f3286;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.work-schedule-section-mob .schedule-col:nth-child(3) .lower{
    border:1px solid #f33a09;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.work-schedule-section-mob .schedule-col:nth-child(7) .lower{
    border:1px solid #2f3286;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.schedule-col{
    display: inline-block;
    vertical-align: top;
}
.schedule-col .upper{
    height: 250px;
    text-align: center;
}
.schedule-col .lower{
    height: 250px;
    text-align: center;
}
.work-schedule-section-mob .schedule-col .middle{
    background: #f33a09;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    padding: 3px 10px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.schedule-col .upper img{
    margin: 20px 0;
}
.schedule-col .lower img{
    margin: 20px 0;
}


/*=================================course content section css====================================*/
.course-content-col{
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}
.course-content-col h4{
    font-size: 17px;
    font-weight: 600;
}
.course-content-section{
    padding: 50px 0;
}
.day-1{
    background: url(../../img/workshop-schdule/course-image-2.png) no-repeat;
    background-position: right top;
}
.day-2{
    background: url(../../img/workshop-schdule/course-image-3.png) no-repeat;
    background-position: left top;
}
/*===================================== workshop benefit banner css here===============================*/
.w-benefit-section{
    background:url(../../img/workshop-benefit/1-banner.png) no-repeat;
    background-size:cover;
}
.w-benefit-col{
    text-align: center;
    color: #fff;
}
.w-benefit-col img{
    margin-bottom: 15px;
}
.w-benefit-col h4{
    font-size: 24px;
    font-weight: 800;
}

/*======================================who attend section css here================================*/
.who-attend-section{
    /* background: url(../../img/only-gray-bg.png); */
    background-color: #fff;
}
.who-attend-section .inner-bg{
    background: url(../../img/Last-sections/who-attent-infograph.png)no-repeat;
    background-position:bottom right;
}
/* .who-attend-section .page-heading1{
    text-align: left;
}
.who-attend-section .page-heading2{
    text-align: left;
}
.who-attend-section .separator{
    margin-left: 0;
    margin-right: 0;
} */
.who-attend-col p{
    font-size: 16px;
}

.w-ticket{
    display: flex;
    align-items: center;
}
.w-ticket-col{
    width: 80%;
    margin-left: auto;
    text-align: center;
    background: url(../../img/Last-sections/rupee-img.png) no-repeat;
    background-position: center center;
    height: 450px;
    background-color: #333333;
    padding: 15px 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.w-ticket-col .custom-orange-btn{
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-right:40px;
    padding-left:40px;
}
.w-ticket-col h2{
    font-size: 76px;
    font-weight: 800;
    color: #fff;
}
.w-ticket-head{
    background-color: #000;
    transform: scaleX(1.1);
    display: flex;
    justify-content: center;
    padding: 10px;
}
.w-ticket-head span{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 0 10px;
}
.w-ticket-head img{
    
}


/*======================================success page css here======================================*/
.success-top-wrapper{
    background: url(../../img/payment-bg.png)no-repeat;
    background-size: cover;
}
.success-top-wrapper .wrapper-text{
    padding: 70px 0;
}
.success-top-wrapper header{
    padding: 20px 0;
}
.success-top-wrapper .wrapper-text .img-outer{
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 10px;
    position: relative;
}
.success-top-wrapper .wrapper-text .payt-icon{
    background: #fff;
    border: 3px solid #000;
    border-radius: 50%;
    padding: 10px;
}
.success-top-wrapper .wrapper-text .status-icon{
    position: absolute;
    top: -16px;
    right: -13px;
    background: #3ae100;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
}
.bg-red{
    background: red!important;
}
.success-top-wrapper .wrapper-text h1{
    color: #3ae100;
    font-weight: 600;
    font-size: 30px;
}
.success-top-wrapper .wrapper-text .orderId{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.success-top-wrapper .wrapper-text .orderId span{
    
}
.payment-summary .cust-info-col{
    border: 2px solid #d5d5d5;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.payment-summary .order-info-col{
    border: 2px solid #d5d5d5;
    background: #e3e3e3;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.payment-summary .cust-info .head{
    padding: 10px;
    border-bottom: 2px solid #d5d5d5;
    color: #f33a09;
    font-weight: 600;
    font-size: 22px;
}
.payment-summary .cust-info .body{
    margin: 0;
    padding: 20px 0;
}
.payment-summary .order-info .head{
    padding: 10px;
    border-bottom: 2px solid #ffffff;
    color: #f33a09;
    font-weight: 600;
    font-size: 22px;
}
.payment-summary .order-info .body{
    margin: 0;
    padding: 20px 0;
}
.back-btn{
background: #ab380f;
border: 0;
padding: 4px 30px;
color: #fff;
text-transform: uppercase;
}
.print-btn{
background: #00a8ff;
border: 0;
padding: 4px 30px;
color: #fff;
text-transform: uppercase;
}

/*====================================== exhibit section css here============================*/
.exhibit-section{
    background:url(../../img/Last-sections/left-infograph.png)no-repeat;
    background-position: left top;
}
.exhibit-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}
.exhibit-img-col img{
    display: block;
    margin: auto;
    max-width: 100%;
}
.exhibit-col h4{
    font-weight: 600;
    font-size: 22px;
}
.exhibit-col img{
    
}
.exhibit-col p{
    font-size: 18px;
}

/*======================================reach us section css here======================================*/
.reach-us-section{
    /* background: url(../../img/only-gray-bg.png); */
    background-color: #ececec;
}
.map-addr-col{
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width:80%;
}
.map-addr-col iframe{
    width: 100%;
    height: calc(100% - 130px);
}
.map-addr-col ul{
    list-style: none;
    padding: 10px 0 0;
}
.map-addr-col ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
}
.map-addr-col ul li i{
    position: absolute;
    left: 0;
    top: 3px;
}
.register-col-form{
    width: 80%;
    margin-left: auto;
    text-align: center;
    padding: 20px 30px;
    background: #fff;
}
.register-col-form input {
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    padding: 3px 10px;
    border: 1px solid #d8d8d8;
}
.register-col-form textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 3px 10px;
    border: 1px solid #d8d8d8;  
}
.register-col-form h4{
    font-weight: 800;
}
.register-col-form p{
    font-size: 13px;
}

/*====================================== footer css here ======================================*/
.w-footer{
    background: #333333;
    color: #fff;
    padding: 20px 0;
}
.w-footer .copyright{
    font-size: 14px;
}
.w-footer ul{
    margin-bottom: 0;
    list-style: none;
    text-align: right;
}
.w-footer ul li{
    margin-right: 15px;
    display: inline-block;
}
.w-footer ul li:nth-child(1) a:hover{
    color:#006eff;
}
.w-footer ul li:nth-child(2) a:hover{
    color:#06b4e9;
}
.w-footer ul li:nth-child(3) a:hover{
    color:#c73f09;
}
.w-footer ul li:nth-child(4) a:hover{
    color:#d4067e;
}
.w-footer ul li a{
    color: #fff;
}

/*====================================== form modal css here ======================================*/
.book_now_form .modal-dialog{
    width: 80%;
    max-width: unset;
}
.book_now_form .modal-content{
    display: flex;
    flex-direction: row;
    height:  auto;
    margin-top: 10vh;
    margin-right: auto;
    margin-left: auto;
}
.form_bg_image{
    /* max-height: 80vh; */
    display: inline-block;
}
.form_bg_image img{
    height: calc(100% - 0px);
    width:100%;
}
.book_now_form  .close_icon{
    text-align: right;
    background-color: #fff;
    border: 0;
 }
 .book_now_form  .close_icon:focus{
    outline: 0;
 }
 .book_now_form .close_icon span{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
 }
 .book_now_form .head{
    color: #f33a09;
    font-size: 28px;
    border-bottom: 2px solid #f33a09;
    position: relative;
    padding-bottom: 10px;
 }
 .book_now_form .head img{
    position: absolute;
    margin-left: 10px;
 }
 .book_now_form .basic_detail .head span{
     font-weight: 700;
 }

 .book_now_form form{
    padding: 50px 0px;
 }
 .book_now_form form .input-col{
    margin-bottom: 30px;
 }
 .book_now_form form label{
     width: 100%;
     margin-bottom: 0;
 }
 .book_now_form form select{
    width:100%;
    border:0;
    border-bottom: 1px solid #d5d5d5;
    height: 35px;
    font-weight: 600;
 }
 .book_now_form form select:focus{
     outline: 0;
 }
 .book_now_form form input{
    width: 100%;
    border:0;
    border-bottom: 1px solid #d5d5d5;
    height: 35px;
    font-weight: 600;
    cursor: pointer;
}
.book_now_form form input:focus{
    outline: 0;
}
.radio-btn{
    display: flex;
    width:50%;
    align-items: center;
    position: relative;
}
.radio-btn input{
    position: absolute;
    width:100%;
    opacity: 0;
    z-index: 1;
}
.radio-btn img{
    margin-right: 10px;
    padding: 2px 5px;
    width: 38px;
    height: 35px;
    border: 1px solid #f33a09;
}
.date-select-radio{
    display: inline-block;
    align-items: center;
    padding: 10px;
    border:1px solid #929292;
    color: #929292;
    margin-bottom: 20px;
    position: relative;
}
.date-select-radio input{
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0;
    top:0;
    height: 100%!important;
}
.radio-orange{
    border: 1px solid #f33a09;
    color: #f33a09;
}
.color-orange{
    color: #f33a09;
}
.radio-gray{
    border:1px solid #929292;
    color: #929292;
}
.filter-gray{
    filter: grayscale(100%);    
}
.filter-orange{
    filter: grayscale(0%);    

}
.next-btn{
    /* position: absolute;
    bottom: 30px;
    right: 25px; */
    width: calc(100% - 30px);
    margin-right:auto;
    margin-left:auto;  
}
.next-btn .custom-orange-btn{
    padding: 10px 40px;
}

.Summary .sum-head{
    background: #c3c3c3;
    padding: 3px 14px;
    color: #fff;
}
.Summary .sum-body{
    background: #f0f0f0;
    padding: 15px 14px;
    font-size: 18px;
}
.Summary .w-detail{
    font-weight: bold;
    font-size: 20px;
}
.Summary .sum-foot{
    background-color:#000;
    padding: 3px 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}
.error {
    color: red;
}
span.error {
    font-size: 12px;
    float: right;
}
label.error {
    font-size: 12px;
    color: red;
    float: right;
    padding-top: -5px;
}


/*animation css*/
.animation-element {
    position: relative;
  }
  /*3 grid layout*/
  
  /*bounce up animation for the subject*/
  
.bounce-up .learn-col {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
  
.bounce-up.in-view .learn-col {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.bounce-up .tools-col {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 60px, 0px);
    -webkit-transform: translate3d(0px, 60px, 0px);
    -o-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate3d(0px, 60px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
  
.bounce-up.in-view .tools-col {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.w-benefit-col.zoom {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: scale(0.5);
    -webkit-transform:scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);
    transform: scale(0.5);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
  
.w-benefit-col.in-view.zoom {
    opacity: 1;
    -moz-transform:scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.w-benefit-col.bounce-up{
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(-200px, 0px, 0px);
    -webkit-transform: translate3d(-200px, 0px, 0px);
    -o-transform: translate(-200px, 0px);
    -ms-transform: translate(-200px, 0px);
    transform: translate3d(-200px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.w-benefit-col.in-view.bounce-up {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.w-benefit-col.bounce-down{
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(200px, 0px, 0px);
    -webkit-transform: translate3d(200px, 0px, 0px);
    -o-transform: translate(200px, 0px);
    -ms-transform: translate(200px, 0px);
    transform: translate3d(200px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
  
.w-benefit-col.in-view.bounce-down {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
@keyframes pulse {
    0% {transform: scale(1);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1);}
}
.pulse {
    animation-name: pulse;
    animation-duration: 1s;
}
@media all and (max-width: 680px) {
    .box {
      width: 100%;
      height: 55px;
      clear: both;
      margin: 0px auto;
    }
}
.box {
    width: 160px;
    height: 120px;
    float: left;
    background: #347fc3;
    border: 1px solid #fff;
    overflow: hidden;
}
.text {
    text-align: center;
    color: #fff;
    font-size: 1.0em;
    font-family: sans-serif;
    text-transform: uppercase;
}
  
.animated {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}


  .slide-in {
    /* z-index: 10; */
     /* to position it in front of the other content */
    /* position: absolute; */
    /* overflow: hidden;  */
    /* to prevent scrollbar appearing */
  }
  
  .slide-in.from-left {
    left: 0;
    opacity: 0;
  }
  
  .slide-in.from-right {
    right: 0;
    opacity: 0;
  }
  
  .slide-in-content {
    /* padding: 5px 20px; */
    transition: all 1s ease; /* our nice transition */
   
  }
  
  .slide-in.from-left .slide-in-content {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  
  .slide-in.from-right .slide-in-content {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  
  .slide-in.show .slide-in-content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  /*back to top btn*/
  #back_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
#back_to_top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 22px;
    top: 8px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#back_to_top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#back_to_top:hover i {
    color: #fff;
    top: 5px;
}
#back_to_top span{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

/*fixed header*/
#fixed-header{
    position: fixed;
    top:0;
    display: none;
    width: 100%;
    z-index: 999;
}

/*parallax*/
  .parallax {
    /* The image used */
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }